a6e299d905311be670c093bc8b82b515cb1d2309
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-12-10 Christian Biesinger <cbiesinger@google.com>
2
3 * config.in: Regenerate.
4 * configure: Regenerate.
5 * gdbsupport/agent.c (gdb_connect_sync_socket): Call
6 safe_strerror instead of strerror.
7 * gdbsupport/common.m4: Don't check for strerror.
8 * gdbsupport/safe-strerror.c: Support both the glibc version
9 of strerror_r and the XSI version.
10
11 2019-12-10 Tom Tromey <tromey@adacore.com>
12
13 * ada-typeprint.c (print_choices): Use a single "?".
14 (print_variant_part): Print "?" if the discriminant name
15 is not known.
16
17 2019-12-10 George Barrett <bob@bob131.so>
18
19 Fix scripted probe breakpoints.
20 * breakpoint.c (tracepoint_probe_breakpoint_ops): Move
21 declaration forward.
22 (breakpoint_ops_for_event_location_type)
23 (breakpoint_ops_for_event_location): Add function definitions.
24 (break_command_1, trace_command): Use
25 breakpoint_ops_for_event_location.
26 * breakpoint.h (breakpoint_ops_for_event_location): Add function
27 declarations.
28 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Use
29 breakpoint_ops_for_event_location.
30 * python/py-breakpoint.c (bppy_init): Use
31 breakpoint_ops_for_event_location.
32
33 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
34
35 * gdbtypes.c (rank_one_type): Return INCOMPATIBLE_TYPE_BADNESS
36 when ranking an lvalue argument for an rvalue parameter.
37
38 2019-12-08 Wataru Ashihara <wataash@wataash.com>
39
40 * darwin-nat.c (darwin_nat_target::create_inferior): Fix
41 template argument for scoped_restore_tmpl from bool to int.
42
43 2019-12-07 Keith Seitz <keiths@redhat.com>
44
45 * build-id.c (build_id_bfd_get): Permit bfd_core, too.
46 (build_id_to_debug_bfd): Make static, rewriting to use
47 build_id_to_bfd_suffix.
48 (build_id_to_bfd_suffix): Copy of build_id_to_debug_bfd,
49 adding `suffix' parameter. Append SUFFIX to file names
50 when searching for matching files.
51 (build_id_to_debug_bfd): Use build_id_to_bfd_suffix.
52 (build_id_to_exec_bfd): Likewise.
53 * build-id.h (build_id_to_debug_bfd): Clarify that function
54 searches for BFD of debug info file.
55 (build_id_to_exec_bfd): Declare.
56 * corelow.c: Include build-id.h.
57 (locate_exec_from_corefile_build_id): New function.
58 (core_target_open): If no executable BFD is found,
59 search for a core file BFD using build-id.
60
61 2019-12-06 Christian Biesinger <cbiesinger@google.com>
62
63 * bcache.c: Put in namespace gdb.
64 * bcache.h: Likewise.
65 * gdbtypes.c (check_types_worklist): Update.
66 (types_deeply_equal): Update.
67 * macrotab.c (struct macro_table) <bcache>: Update.
68 (new_macro_table): Update.
69 * macrotab.h (struct bcache): Put this forward declaration
70 inside namespace gdb.
71 (new_macro_table): Update.
72 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache>:
73 Update.
74 <macro_cache>: Update.
75 * psymtab.h: (psymtab_storage) <psymbol_cache>: Update.
76
77 2019-12-06 Tom de Vries <tdevries@suse.de>
78
79 PR symtab/24971
80 * block.c (best_symbol, better_symbol): New function.
81 (block_lookup_symbol_primary, block_lookup_symbol): Prefer def over
82 decl.
83
84 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
85
86 * gdbtypes.h: Define the REFERENCE_SEE_THROUGH_BADNESS value.
87 * gdbtypes.c (rank_one_type): Use REFERENCE_SEE_THROUGH_BADNESS
88 for ranking see-through reference cases.
89
90 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
91 * stack.c (faas_command): Check a command is provided.
92 * thread.c (taas_command, tfaas_command): Likewise.
93
94 2019-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
95 * inferior.c (prune_inferiors): Only call delete_inferior,
96 Do not modify the inferior list.
97
98 2019-12-05 Simon Marchi <simon.marchi@polymtl.ca>
99
100 * c-exp.y: Update calls to lookup_typename,
101 lookup_signed_typename and lookup_unsigned_typename.
102 * c-lang.c (evaluate_subexp_c): Likewise.
103 * cp-namespace.c (cp_lookup_symbol_imports_or_template):
104 Likewise.
105 * eval.c (binop_promote): Likewise.
106 * gdbtypes.c (lookup_typename): Remove gdbarch parameter.
107 (lookup_unsigned_typename): Likewise.
108 (lookup_signed_typename): Likewise.
109 * gdbtypes.h (lookup_unsigned_typename): Likewise.
110 (lookup_signed_typename): Likewise.
111 (lookup_typename): Likewise.
112 * guile/scm-type.c (tyscm_lookup_typename): Update calls to
113 lookup_typename, lookup_signed_typename,
114 lookup_unsigned_typename.
115 * m2-exp.y: Likewise.
116 * printcmd.c (printf_wide_c_string): Likewise.
117 (ui_printf): Likewise.
118 * python/py-type.c (typy_lookup_typename): Likewise.
119 * python/py-xmethods.c (python_xmethod_worker::invoke):
120 Likewise.
121 * rust-exp.y: Likewise.
122
123 2019-12-04 Christian Biesinger <cbiesinger@google.com>
124
125 * configure.nat (obsd64): Add missing files x86-nat.o and
126 nat/x86-dregs.o.
127
128 2019-12-04 Tom Tromey <tom@tromey.com>
129
130 * valprint.c (val_print_string): Use metadata_style.
131 * go-valprint.c (print_go_string): Use metadata style.
132 * p-valprint.c (pascal_object_print_static_field): Use metadata
133 style.
134 * cp-valprint.c (cp_print_static_field): Use metadata style.
135
136 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
137 Chris January <chris.january@arm.com>
138
139 * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New
140 tokens.
141 (typebase): New patterns for complex, single/double precision, and
142 single/double complex.
143 (f77_keywords): Change token for complex keyword, and add single,
144 double, and precision keywords.
145
146 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
147
148 * avr-tdep.c (_initialize_avr_tdep): Improve help of command
149 "info io_registers".
150
151 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
152
153 * regcache.c (cooked_read_test): Initialize thread list of
154 mock_inferior.
155
156 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
157
158 * aarch64-linux-tdep.c: Remove includes.
159
160 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
161
162 * aarch64-tdep.c: Remove includes.
163
164 2019-12-04 Simon Marchi <simon.marchi@efficios.com>
165
166 * filtered-iterator.h (filtered_iterator) <operator==,
167 operator!=>: Compare wrapped iterators, not wrapped pointers.
168 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
169 unittests/filtered_iterator-selftests.c.
170 * unittests/filtered_iterator-selftests.c: New file.
171
172 2019-12-04 Tom Tromey <tromey@adacore.com>
173
174 * gdbtypes.c (create_range_type): Inherit endianity
175 from base type.
176
177 2019-12-04 Tom Tromey <tromey@adacore.com>
178
179 * ada-lang.c (decode_constrained_packed_array)
180 (ada_value_assign, value_assign_to_component): Update.
181 * dwarf2loc.c (rw_pieced_value, access_memory)
182 (dwarf2_compile_expr_to_ax): Update.
183 * dwarf2read.c (dwarf2_add_field): Update.
184 * eval.c (evaluate_subexp_standard): Update.
185 * gdbarch.c, gdbarch.h: Rebuild.
186 * gdbarch.sh (bits_big_endian): Remove.
187 * gdbtypes.h (union field_location): Update comment.
188 * target-descriptions.c (make_gdb_type): Update.
189 * valarith.c (value_bit_index): Update.
190 * value.c (struct value) <bitpos>: Update comment.
191 (unpack_bits_as_long, modify_field): Update.
192 * value.h (value_bitpos): Update comment.
193
194 2019-12-04 Tom Tromey <tromey@adacore.com>
195
196 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
197 endian-ness.
198
199 2019-12-04 Tom Tromey <tromey@adacore.com>
200
201 * dwarf2read.c (dwarf2_init_float_type)
202 (dwarf2_init_complex_target_type): Add byte_order parameter.
203 (read_base_type): Compute byte order earlier.
204 * gdbtypes.c (init_float_type): Add byte_order parameter.
205 * gdbtypes.h (init_float_type): Add byte_order parameter.
206
207 2019-12-04 Tom Tromey <tromey@adacore.com>
208
209 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
210
211 2019-12-04 Tom Tromey <tromey@adacore.com>
212
213 * dwarf2read.c (process_structure_scope): Initialize
214 "discr_offset".
215
216 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
219 add it into the search spec.
220 (parse_max_results_option): New function.
221 (mi_info_functions_or_variables): Parse -max-results flag and pass
222 it to mi_symbol_info.
223 (mi_cmd_symbol_info_modules): Likewise.
224 (mi_cmd_symbol_info_types): Likewise.
225 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
226 return type to bool, change result container into a set, and don't
227 add new results if we have enough already.
228 (global_symbol_searcher::add_matching_msymbols): Change return
229 type to bool, and don't add new results if we have enough already.
230 (sort_search_symbols_remove_dups): Delete.
231 (global_symbol_searcher::search): Early exit from search loop when
232 we have enough results. Use a std::set to collect the results
233 from calling add_matching_symbols.
234 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
235 member function.
236 (global_symbol_searcher) <m_max_search_results>: New member
237 variable.
238 (global_symbol_searcher) <add_matching_symbols>: Update header
239 comment and change return type to bool.
240 (global_symbol_searcher) <add_matching_msymbols>: Update header
241 comment and change return type to bool.
242
243 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 * symtab.c (symbol_search::compare_search_syms): Update header
246 comment.
247 (global_symbol_searcher::is_suitable_msymbol): New function.
248 (global_symbol_searcher::expand_symtabs): New function.
249 (global_symbol_searcher::add_matching_symbols): New function.
250 (global_symbol_searcher::add_matching_msymbols): New function.
251 (global_symbol_searcher::search): Move most of the content
252 into the new functions above, and call them as needed.
253 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
254 function.
255 (global_symbol_searcher) <add_matching_symbols>: New member
256 function.
257 (global_symbol_searcher) <add_matching_msymbols>: New member
258 function.
259 (global_symbol_searcher) <is_suitable_msymbol>: New member
260 function.
261
262 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
263
264 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
265 -symbol-info-module-variables entries.
266 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
267 (mi_cmd_symbol_info_module_variables): Declare.
268 * mi/mi-symbol-cmds.c
269 (module_symbol_search_iterator): New typedef.
270 (output_module_symbols_in_single_module_and_file): New function.
271 (output_module_symbols_in_single_module): New function.
272 (mi_info_module_functions_or_variables): New function.
273 (mi_cmd_symbol_info_module_functions): New function.
274 (mi_cmd_symbol_info_module_variables): New function.
275 * NEWS: Mention new MI command.
276
277 2019-12-03 Christian Biesinger <cbiesinger@google.com>
278
279 * bcache.c (hash): Remove.
280 (hash_continue): Remove.
281 * bcache.h (hash): Remove.
282 (hash_continue): Remove.
283 (struct bcache) <ctor>: Update.
284 * psymtab.c (psymbol_hash): Update.
285 * stabsread.c (hashname): Update.
286 * utils.h (fast_hash): Add an argument for a start value,
287 defaulting to zero.
288
289 2019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
290 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
291 (destroy_block_symbol_cache): New function.
292 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
293 (resize_symbol_cache): Likewise.
294
295 2019-12-02 Tom Tromey <tom@tromey.com>
296
297 * unittests/tui-selftests.c (run_tests): Make conditional.
298 (_initialize_tui_selftest): Make conditional.
299
300 2019-12-02 Christian Biesinger <cbiesinger@google.com>
301
302 * aix-thread.c (debug_aix_thread): Change type to bool.
303
304 2019-12-02 Luis Machado <luis.machado@linaro.org>
305
306 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
307
308 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
309
310 * dwarf2read.c (read_tag_string_type): Read the fields required to
311 make a dynamic string, and possibly create a dynamic range for the
312 string.
313 (attr_to_dynamic_prop): Setup is_reference based on the type of
314 attribute being processed.
315 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
316 (resolve_dynamic_array): Rename to...
317 (resolve_dynamic_array_or_string): ...this, update header comment,
318 and accept TYPE_CODE_STRING.
319 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
320
321 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
322
323 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
324 of its implementation from...
325 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
326 the new function.
327
328 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
329
330 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
331 create a range with stride where appropriate.
332 * f-valprint.c: Include 'gdbarch.h'.
333 (f77_print_array_1): Take the stride into account when walking the
334 array. Also convert the stride into addressable units.
335 * gdbtypes.c (create_range_type): Initialise the stride to
336 constant zero.
337 (create_range_type_with_stride): New function, initialise the
338 range as normal, and then setup the stride.
339 (has_static_range): Include the stride here. Also change the
340 return type to bool.
341 (create_array_type_with_stride): Consider the range stride if the
342 array isn't given its own stride.
343 (resolve_dynamic_range): Resolve the stride if needed.
344 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
345 (struct range_bounds) <flag_is_byte_stride>: New member variable.
346 (TYPE_BIT_STRIDE): Define.
347 (TYPE_ARRAY_BIT_STRIDE): Define.
348 (create_range_type_with_stride): Declare.
349 * valarith.c (value_subscripted_rvalue): Take range stride into
350 account when walking the array.
351
352 2019-12-01 Tom Tromey <tom@tromey.com>
353
354 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
355 specially.
356
357 2019-12-01 Tom Tromey <tom@tromey.com>
358
359 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
360 \0.
361 * unittests/tui-selftests.c: New file.
362 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
363
364 2019-12-01 Tom Tromey <tom@tromey.com>
365
366 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
367
368 2019-12-01 Tom Tromey <tom@tromey.com>
369
370 * NEWS: Document new settings.
371 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
372 * tui/tui-win.c (_initialize_tui_win): Add border style
373 observers.
374 * tui/tui-io.h (tui_apply_style): Declare.
375 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
376 longer static.
377 (apply_ansi_escape, tui_set_reverse_mode): Update.
378 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
379 Add "skip_intensity" parameter.
380 <changed>: New member.
381 <do_set_value>: Declare.
382 (tui_border_style, tui_active_border_style): Declare.
383 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
384 globals.
385 (cli_style_option): Initialize "changed".
386 (cli_style_option::do_set_value): New function.
387 (cli_style_option::add_setshow_commands): Add "skip_intensity"
388 parameter. Update.
389 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
390 (_initialize_cli_style): Update. Create TUI border style
391 commands.
392
393 2019-12-01 Tom Tromey <tom@tromey.com>
394
395 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
396 parameter.
397 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
398 parameter.
399 * tui/tui-win.h (compact_source): Declare.
400 * tui/tui-win.c (compact_source): New global.
401 (tui_set_compact_source, tui_show_compact_source): New functions.
402 (_initialize_tui_win): Add "compact-source" setting.
403 * tui/tui-source.c (tui_source_window::set_contents): Handle
404 compact_source setting.
405 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
406 * NEWS: Document new setting.
407
408 2019-11-30 Tom Tromey <tom@tromey.com>
409
410 * dwarf2read.c (dwarf2_add_field): Include field offset when
411 computing variant part length.
412
413 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
414 * NEWS: Mention define-prefix. Tell that command names can now
415 contain a . character.
416
417 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
418
419 * command.h (valid_cmd_char_p): Declare.
420 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
421 the check of valid command char.
422 (find_command_name_length, valid_user_defined_cmd_name_p): Use
423 valid_cmd_char_p.
424 * cli/cli-script.c (validate_comname): Likewise.
425 * completer.c (gdb_completer_command_word_break_characters):
426 Do not remove . from the word break char, update comments.
427 (complete_line_internal_1): Use valid_cmd_char_p.
428 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
429 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
430
431 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
432
433 * cli/cli-script.c (do_define_command): Ensure a redefined
434 prefix command is kept as a prefix command.
435 (define_prefix_command): New function.
436 (show_user_1): Report user defined prefixes.
437 (_initialize_cli_script): Create the new 'define-prefix' command.
438 Add completers for 'define' and 'document'.
439 * top.c (execute_command): If command is a user-defined prefix only
440 command, report the list of commands for this prefix command.
441
442 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
443
444 * valops.c (find_oload_champ): Improve debug output.
445
446 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
447
448 * valops.c (find_oload_champ): Print part of debug messages
449 before the badness vector is std::move'd.
450
451 2019-11-28 Tom Tromey <tom@tromey.com>
452
453 * value.c (creal_internal_fn): Fix comment.
454
455 2019-11-28 Tom Tromey <tom@tromey.com>
456
457 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
458 flag_bound_evaluated>: Now unsigned.
459
460 2019-11-28 Tom Tromey <tom@tromey.com>
461
462 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
463 declare.
464
465 2019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
466
467 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
468 debug output.
469 * jit.c (jit_unregister_code): Add debug print to match
470 `jit_register_code`.
471
472 2019-11-27 Christian Biesinger <cbiesinger@google.com>
473
474 * NEWS: Mention the new multithreaded symbol loading.
475
476 2019-11-27 Christian Biesinger <cbiesinger@google.com>
477
478 * maint.c (n_worker_threads): Default to 0.
479 (worker_threads_disabled): New function.
480 * maint.h (worker_threads_disabled): New function.
481 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
482 here if worker_threads_disabled () is true.
483 (minimal_symbol_reader::install): Skip all threading if
484 worker_threads_disabled () is true.
485
486 2019-11-27 Christian Biesinger <cbiesinger@google.com>
487
488 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
489 hash code if possible.
490 (add_minsym_to_demangled_hash_table): Likewise.
491 (minimal_symbol_reader::install): Compute the hash codes for msymbol
492 on the background thread.
493 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
494 Add these fields.
495
496 2019-11-27 Christian Biesinger <cbiesinger@google.com>
497
498 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
499 of the mangled name on the background thread.
500 * symtab.c (symbol_set_names): Allow passing in the hash of the
501 linkage_name.
502 * symtab.h (symbol_set_names): Likewise.
503
504 2019-11-27 Kevin Buettner <kevinb@redhat.com>
505
506 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
507 physnames are computed for inherited DIEs.
508
509 2019-11-27 Tom Tromey <tromey@adacore.com>
510
511 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
512 backslashes.
513 * cp-support.c: Remove unnecessary backslashes.
514
515 2019-11-27 Christian Biesinger <cbiesinger@google.com>
516
517 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
518 with sym->set_linkage_name.
519 * coffread.c (coff_read_enum_type): Likewise.
520 * mdebugread.c (parse_symbol): Likewise.
521 * stabsread.c (patch_block_stabs): Likewise.
522 (define_symbol): Likewise.
523 (read_enum_type): Likewise.
524 (common_block_end): Likewise.
525 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
526 function.
527 (SYMBOL_SET_LINKAGE_NAME): Remove.
528 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
529 with sym->set_linkage_name.
530
531 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
532
533 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
534 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
535 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
536 * NEWS: Mention new MI command.
537
538 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
539
540 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
541 '-symbol-info-types', and '-symbol-info-variables'.
542 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
543 (mi_cmd_symbol_info_types): Declare.
544 (mi_cmd_symbol_info_variables): Declare.
545 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
546 (output_debug_symbol): New function.
547 (output_nondebug_symbol): New function.
548 (mi_symbol_info): New function.
549 (mi_info_functions_or_variables): New function.
550 (mi_cmd_symbol_info_functions): New function.
551 (mi_cmd_symbol_info_types): New function.
552 (mi_cmd_symbol_info_variables): New function.
553 * NEWS: Mention new commands.
554
555 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
556
557 * symtab.c (symbol_to_info_string): New function, most content
558 moved from print_symbol_info, but updated to return a std::string.
559 (print_symbol_info): Update to use symbol_to_info_string and print
560 returned string.
561 * symtab.h (symbol_to_info_string): Declare new function.
562
563 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
564
565 * python/python.c (gdbpy_rbreak): Convert to using
566 global_symbol_searcher.
567 * symtab.c (file_matches): Convert return type to bool, change
568 file list to std::vector, update header comment.
569 (search_symbols): Rename to...
570 (global_symbol_searcher::search): ...this and update now its
571 a member function of global_symbol_searcher. Take account of the
572 changes to file_matches.
573 (symtab_symbol_info): Convert to using global_symbol_searcher.
574 (rbreak_command): Likewise.
575 (search_module_symbols): Likewise.
576 * symtab.h (enum symbol_search): Update comment.
577 (search_symbols): Remove declaration.
578 (class global_symbol_searcher): New class.
579
580 2019-11-26 Tom Tromey <tromey@adacore.com>
581
582 * cp-support.c (_initialize_cp_support): Conditionally initialize
583 gdb_demangle_attempt_core_dump.
584
585 2019-11-26 Tom Tromey <tom@tromey.com>
586
587 * python/py-function.c (fnpy_init): Update.
588 * value.h (add_internal_function): Adjust declaration.
589 * value.c (function_destroyer): Remove.
590 (do_add_internal_function): Don't set destroyer or copy name.
591 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
592 Set name_allocated.
593 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
594 (cmdpy_init): Set name_allocated.
595 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
596 member.
597 (~cmd_list_element): Free "name" if needed.
598
599 2019-11-26 Tom Tromey <tom@tromey.com>
600
601 * value.h (add_internal_function): Add new overload. Move
602 documentation from value.h.
603 * value.c (do_add_internal_function): New function.
604 (add_internal_function): Use it. Add new overload.
605 (function_destroyer): Don't free doc.
606 * python/py-function.c (fnpy_init): Update.
607
608 2019-11-26 Tom Tromey <tom@tromey.com>
609
610 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
611 (cmdpy_init): Set "doc_allocated".
612
613 2019-11-26 Tom Tromey <tom@tromey.com>
614
615 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
616 name of worker thread.
617 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
618 pthread_setname_np.
619 * configure, config.in: Rebuild.
620
621 2019-11-26 Tom Tromey <tom@tromey.com>
622
623 * python/python.c (class gdbpy_gil): New.
624 (struct gdbpy_event): Add constructor, destructor, operator().
625 (gdbpy_post_event): Use run_on_main_thread.
626 (gdbpy_initialize_events): Remove.
627 (do_start_initialization): Update.
628
629 2019-11-26 Tom Tromey <tom@tromey.com>
630
631 * NEWS: Add entry.
632 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
633 commands. Call update_thread_pool_size.
634 (update_thread_pool_size, maintenance_set_worker_threads): New
635 functions.
636 (n_worker_threads): New global.
637
638 2019-11-26 Christian Biesinger <cbiesinger@google.com>
639 Tom Tromey <tom@tromey.com>
640
641 * minsyms.c (minimal_symbol_reader::install): Use
642 parallel_for_each.
643 * gdbsupport/parallel-for.h: New file.
644 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
645
646 2019-11-26 Christian Biesinger <cbiesinger@google.com>
647 Tom Tromey <tom@tromey.com>
648
649 * gdbsupport/thread-pool.h: New file.
650 * gdbsupport/thread-pool.c: New file.
651 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
652 (HFILES_NO_SRCDIR): Add thread-pool.h.
653
654 2019-11-26 Tom Tromey <tom@tromey.com>
655
656 * event-top.h (thread_local_segv_handler): Declare.
657 * event-top.c (thread_local_segv_handler): New global.
658 (install_handle_sigsegv, handle_sigsegv): New functions.
659 (async_init_signals): Install SIGSEGV handler.
660 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
661 thread-local.
662 (report_failed_demangle): New function.
663 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
664 handler-setting code, instead use segv_handler. Run warning code
665 on main thread.
666
667 2019-11-26 Tom Tromey <tom@tromey.com>
668
669 * run-on-main-thread.c: New file.
670 * run-on-main-thread.h: New file.
671 * unittests/main-thread-selftests.c: New file.
672 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
673 main-thread-selftests.c.
674 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
675 (COMMON_SFILES): Add run-on-main-thread.c.
676
677 2019-11-26 Tom Tromey <tom@tromey.com>
678
679 * main.c (setup_alternate_signal_stack): Remove.
680 (captured_main_1): Use gdb::alternate_signal_stack.
681 * gdbsupport/alt-stack.h: New file.
682
683 2019-11-26 Tom Tromey <tom@tromey.com>
684
685 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
686 Remove comment.
687 (save_original_signals_state, restore_original_signals_state): Use
688 gdb_sigmask.
689 * linux-nat.c (block_child_signals, restore_child_signals_mask)
690 (_initialize_linux_nat): Use gdb_sigmask.
691 * guile/guile.c (_initialize_guile): Use block_signals.
692 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
693 * gdbsupport/gdb-sigmask.h: New file.
694 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
695 * cp-support.c (gdb_demangle): Use gdb_sigmask.
696 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
697 pthread_sigmask.
698 * configure, config.in: Rebuild.
699 * gdbsupport/block-signals.h: New file.
700
701 2019-11-26 Tom Tromey <tom@tromey.com>
702
703 * acinclude.m4: Include ax_pthread.m4.
704 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
705 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
706 (CLIBS): Use PTHREAD_LIBS.
707 (aclocal_m4_deps): Add ax_pthread.m4.
708 * config.in, configure: Rebuild.
709 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
710
711 2019-11-26 Tom Tromey <tom@tromey.com>
712
713 * symtab.h (struct minimal_symbol) <name_set>: New member.
714 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
715 Don't call symbol_set_names.
716 (minimal_symbol_reader::install): Call symbol_set_names.
717
718 2019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
719
720 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
721 restore_active_ext_lang, as GIL is needed for (indirectly)
722 called PyOS_InterruptOccurred.
723
724 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
725
726 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
727 definition.
728
729 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
730
731 * remote-sim.c (simulator_command): Make static, remove
732 declaration.
733
734 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
735
736 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
737 static.
738 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
739 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
740 (main): Likewise.
741 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
742 (main): Likewise.
743 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
744 (main): Likewise.
745 * unittests/basic_string_view/element_access/char/1.cc (test01):
746 Likewise.
747 (main): Likewise.
748 * unittests/basic_string_view/element_access/char/empty.cc (main):
749 Likewise.
750 * unittests/basic_string_view/element_access/char/front_back.cc
751 (test01): Likewise.
752 (main): Likewise.
753 * unittests/basic_string_view/inserters/char/2.cc (test05):
754 Likewise.
755 (main): Likewise.
756 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
757 (test01): Likewise.
758 (main): Likewise.
759 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
760 (test01): Likewise.
761 (main): Likewise.
762 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
763 Likewise.
764 * unittests/basic_string_view/operations/compare/char/1.cc
765 (test01): Likewise.
766 (main): Likewise.
767 * unittests/basic_string_view/operations/compare/char/13650.cc
768 (test01): Likewise.
769 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
770 Likewise.
771 (main): Likewise.
772 * unittests/basic_string_view/operations/data/char/1.cc (test01):
773 Likewise.
774 (main): Likewise.
775 * unittests/basic_string_view/operations/find/char/1.cc (test01):
776 Likewise.
777 (main): Likewise.
778 * unittests/basic_string_view/operations/find/char/2.cc (test02):
779 Likewise.
780 (main): Likewise.
781 * unittests/basic_string_view/operations/find/char/3.cc (test03):
782 Likewise.
783 (main): Likewise.
784 * unittests/basic_string_view/operations/find/char/4.cc (main):
785 Likewise.
786 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
787 Likewise.
788 (main): Likewise.
789 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
790 Likewise.
791 (main): Likewise.
792 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
793 Likewise.
794 (main): Likewise.
795 * unittests/basic_string_view/operations/substr/char/1.cc
796 (test01): Likewise.
797 (main): Likewise.
798 * unittests/basic_string_view/operators/char/2.cc (main):
799 Likewise.
800 * unittests/optional/assignment/1.cc (test): Likewise.
801 * unittests/optional/assignment/2.cc (test): Likewise.
802 * unittests/optional/assignment/3.cc (test): Likewise.
803 * unittests/optional/assignment/4.cc (test): Likewise.
804 * unittests/optional/assignment/5.cc (test): Likewise.
805 * unittests/optional/assignment/6.cc (test): Likewise.
806 * unittests/optional/assignment/7.cc (test): Likewise.
807 * unittests/optional/cons/copy.cc (test): Likewise.
808 * unittests/optional/cons/default.cc (test): Likewise.
809 * unittests/optional/cons/move.cc (test): Likewise.
810 * unittests/optional/cons/value.cc (test): Likewise.
811 * unittests/optional/in_place.cc (test): Likewise.
812 * unittests/optional/observers/1.cc (test): Likewise.
813 * unittests/optional/observers/2.cc (test): Likewise.
814
815 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
816
817 * tui-win.h (tui_set_var_cmd): Remove.
818 * tui-win.c (tui_set_var_cmd): Make static.
819
820 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
821
822 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
823 rbreak_command_wrapper): Remove.
824 * symtab.c (rbreak_command_wrapper): Remove.
825
826 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
827
828 * inferior.h (info_terminal_command): Remove declaration.
829 * inflow.c (info_terminal_command): Make static.
830
831 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
832
833 * inferior.c (exit_inferior_silent): Remove.
834
835 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
836
837 * dictionary.c (dict_empty, mdict_empty): Remove.
838 * dictionary.c (mdict_empty): Remove.
839
840 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
841
842 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
843 (arc_insn_get_memory_offset): Likewise.
844 (arc_insn_dump): Likewise.
845 * cp-support.c (test_cp_symbol_name_matches): Likewise.
846 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
847 * dictionary.c (dict_iterator_next): Likewise.
848 (dict_iter_match_first): Likewise.
849 (dict_iter_match_next): Likewise.
850 * f-lang.c (evaluate_subexp_f): Likewise.
851 * hppa-tdep.c (hppa_read_pc): Likewise.
852 * i386-tdep.c (i386_floatformat_for_type): Likewise.
853 * parse.c (write_exp_elt_msym): Likewise.
854 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
855 * remote.c (remote_packet_size): Likewise.
856 (remote_notif_stop_parse): Likewise.
857 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
858 * s12z-tdep.c (s12z_disassemble_info): Likewise.
859 * source.c (prepare_path_for_appending): Likewise.
860 * sparc64-linux-tdep.c
861 (sparc64_linux_handle_segmentation_fault); Likewise.
862 * stack.c (frame_selection_by_function_completer): Likewise.
863
864 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
865
866 * completer.c (set_gdb_completion_word_break_characters):
867 Remove.
868
869 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
870
871 * dwarf-index-write.c: Include dwarf-index-write.h.
872 * mi/mi-interp.c: Include mi/mi-interp.h.
873
874 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
875
876 * aarch32-tdep.c: Include aarch32-tdep.h.
877 * aarch32-tdep.h: Forward-declare struct target_desc.
878
879 2019-11-26 Christian Biesinger <cbiesinger@google.com>
880
881 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
882 strerror.
883 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
884 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
885
886 2019-11-25 Tom de Vries <tdevries@suse.de>
887
888 * contrib/words.sh: Add -c option.
889
890 2019-11-25 Christian Biesinger <cbiesinger@google.com>
891
892 * solib.c (solib_find_1): Change int to bool.
893 (exec_file_find): Change int to bool.
894 (solib_find): Change int to bool.
895 (solib_read_symbols): Change int to bool.
896 (solib_used): Change int to bool.
897 (solib_add): Change int to bool.
898 (info_sharedlibrary_command): Change int to bool.
899 (solib_contains_address_p): Change int to bool.
900 (solib_keep_data_in_core): Change int to bool.
901 (in_solib_dynsym_resolve_code): Change int to bool.
902 (reload_shared_libraries_1): Change int to bool.
903 (gdb_sysroot_changed): Change int to bool.
904 * solib.h (solib_read_symbols): Change int to bool.
905 (solib_contains_address_p): Change int to bool.
906 (solib_keep_data_in_core): Change int to bool.
907 (in_solib_dynsym_resolve_code): Change int to bool.
908 (libpthread_name_p): Change int to bool.
909
910 2019-11-25 Luis Machado <luis.machado@linaro.org>
911
912 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
913 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
914 (remote_packet_max_chars): New static global.
915 (show_remote_packet_max_chars): New function.
916 (remote_target::putpkt_binary): Adjust to use new
917 remote_packet_max_chars option.
918 (remote_target::getpkt_or_notif_sane_1): Likewise.
919 (_initialize_remote): Register new remote-packet-max-chars option.
920
921 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
922
923 * m68k-linux-nat.c: Include gdbarch.h.
924
925 2019-11-24 Tom Tromey <tom@tromey.com>
926
927 * symfile.c (read_symbols): Update.
928 * psymtab.c (require_partial_symbols): Change type of "verbose" to
929 bool.
930 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
931 (psym_lookup_symbol, psym_find_last_source_symtab)
932 (psym_forget_cached_source_info, psym_print_stats)
933 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
934 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
935 (psym_map_matching_symbols, psym_expand_symtabs_matching)
936 (psym_find_compunit_symtab_by_address)
937 (maintenance_print_psymbols, maintenance_info_psymtabs)
938 (maintenance_check_psymtabs): Update.
939 * psymtab.h (require_partial_symbols): Change type of "verbose" to
940 bool.
941
942 2019-11-22 Tom Tromey <tom@tromey.com>
943
944 * observable.h: Update comments.
945
946 2019-11-22 Tom Tromey <tromey@adacore.com>
947
948 * ada-tasks.c (ada_task_is_alive): Make parameter const.
949 (print_ada_task_info): Don't try to fetch thread id if task is not
950 alive.
951
952 2019-11-22 Christian Biesinger <cbiesinger@google.com>
953
954 * ada-exp.y: Update.
955 * ada-lang.c (sort_choices): Update.
956 (ada_print_symbol_signature): Update.
957 (resolve_subexp): Update.
958 (ada_parse_renaming): Update.
959 (ada_read_renaming_var_value): Update.
960 (lesseq_defined_than): Update.
961 (remove_extra_symbols): Update.
962 (remove_irrelevant_renamings): Update.
963 (ada_add_block_symbols): Update.
964 (ada_collect_symbol_completion_matches): Update.
965 (ada_is_renaming_symbol): Update.
966 (aggregate_assign_from_choices): Update.
967 (ada_evaluate_subexp): Update.
968 (ada_has_this_exception_support): Update.
969 (ada_is_non_standard_exception_sym): Update.
970 (ada_add_exceptions_from_frame): Update.
971 (ada_add_global_exceptions): Update.
972 (ada_print_subexp): Update.
973 * ax-gdb.c (gen_var_ref): Update.
974 (gen_maybe_namespace_elt): Update.
975 (gen_expr_for_cast): Update.
976 (gen_expr): Update.
977 * block.h: Update.
978 * blockframe.c (find_pc_partial_function): Update.
979 * breakpoint.c (print_breakpoint_location): Update.
980 (update_static_tracepoint): Update.
981 * btrace.c (ftrace_print_function_name): Update.
982 (ftrace_function_switched): Update.
983 * buildsym.c (find_symbol_in_list): Update.
984 * c-exp.y: Update.
985 * c-typeprint.c (c_print_typedef): Update.
986 (c_type_print_template_args): Update.
987 * cli/cli-cmds.c (edit_command): Update.
988 (list_command): Update.
989 (print_sal_location): Update.
990 * coffread.c (patch_opaque_types): Update.
991 (process_coff_symbol): Update.
992 (coff_read_enum_type): Update.
993 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
994 (convert_one_symbol): Update.
995 (hash_symname): Update.
996 (eq_symname): Update.
997 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
998 * compile/compile-cplus-types.c (debug_print_scope): Update.
999 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
1000 * compile/compile-object-load.c (get_out_value_type): Update.
1001 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
1002 (search_symbol_list): Update.
1003 (cp_lookup_symbol_imports_or_template): Update.
1004 * cp-support.c (overload_list_add_symbol): Update.
1005 * ctfread.c (psymtab_to_symtab): Update.
1006 * dbxread.c (cp_set_block_scope): Update.
1007 * dictionary.c (iter_match_first_hashed): Update.
1008 (iter_match_next_hashed): Update.
1009 (insert_symbol_hashed): Update.
1010 (iter_match_next_linear): Update.
1011 * dictionary.h: Update.
1012 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
1013 (locexpr_describe_location_piece): Update.
1014 (locexpr_describe_location_1): Update.
1015 (locexpr_generate_c_location): Update.
1016 (loclist_describe_location): Update.
1017 (loclist_generate_c_location): Update.
1018 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
1019 (read_func_scope): Update.
1020 (process_enumeration_scope): Update.
1021 (new_symbol): Update.
1022 (dwarf2_const_value): Update.
1023 (dwarf2_symbol_mark_computed): Update.
1024 * eval.c (evaluate_funcall): Update.
1025 (evaluate_subexp_standard): Update.
1026 * expprint.c (print_subexp_standard): Update.
1027 (dump_subexp_body_standard): Update.
1028 * f-valprint.c (info_common_command_for_block): Update.
1029 * findvar.c (get_hosting_frame): Update.
1030 (default_read_var_value): Update.
1031 * go-lang.c (go_symbol_package_name): Update.
1032 * guile/scm-block.c (bkscm_print_block_smob): Update.
1033 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
1034 (gdbscm_symbol_name): Update.
1035 (gdbscm_symbol_linkage_name): Update.
1036 (gdbscm_symbol_print_name): Update.
1037 * infcall.c (get_function_name): Update.
1038 * infcmd.c (jump_command): Update.
1039 (finish_command): Update.
1040 * infrun.c (insert_exception_resume_breakpoint): Update.
1041 * linespec.c (canonicalize_linespec): Update.
1042 (create_sals_line_offset): Update.
1043 (convert_linespec_to_sals): Update.
1044 (complete_label): Update.
1045 (find_label_symbols_in_block): Update.
1046 * m2-typeprint.c (m2_print_typedef): Update.
1047 * mdebugread.c (mdebug_reg_to_regnum): Update.
1048 (parse_symbol): Update.
1049 (mylookup_symbol): Update.
1050 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
1051 (list_args_or_locals): Update.
1052 * objc-lang.c (compare_selectors): Update.
1053 (info_selectors_command): Update.
1054 (compare_classes): Update.
1055 (info_classes_command): Update.
1056 (find_imps): Update.
1057 * p-typeprint.c (pascal_print_typedef): Update.
1058 * printcmd.c (build_address_symbolic): Update.
1059 (info_address_command): Update.
1060 (print_variable_and_value): Update.
1061 * python/py-framefilter.c (extract_sym): Update.
1062 (py_print_single_arg): Update.
1063 * python/py-symbol.c (sympy_str): Update.
1064 (sympy_get_name): Update.
1065 (sympy_get_linkage_name): Update.
1066 * python/python.c (gdbpy_rbreak): Update.
1067 * record-btrace.c (btrace_get_bfun_name): Update.
1068 (btrace_call_history): Update.
1069 * rust-lang.c (rust_print_typedef): Update.
1070 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
1071 * stabsread.c (stab_reg_to_regnum): Update.
1072 (define_symbol): Update.
1073 (read_enum_type): Update.
1074 (common_block_end): Update.
1075 (cleanup_undefined_types_1): Update.
1076 (scan_file_globals): Update.
1077 * stack.c (print_frame_arg): Update.
1078 (print_frame_args): Update.
1079 (find_frame_funname): Update.
1080 (info_frame_command_core): Update.
1081 (iterate_over_block_locals): Update.
1082 (print_block_frame_labels): Update.
1083 (do_print_variable_and_value): Update.
1084 (iterate_over_block_arg_vars): Update.
1085 (return_command): Update.
1086 * symmisc.c (dump_symtab_1): Update.
1087 (print_symbol): Update.
1088 * symtab.c (eq_symbol_entry): Update.
1089 (symbol_cache_dump): Update.
1090 (lookup_language_this): Update.
1091 (find_pc_sect_line): Update.
1092 (skip_prologue_sal): Update.
1093 (symbol_search::compare_search_syms): Update.
1094 (treg_matches_sym_type_name): Update.
1095 (search_symbols): Update.
1096 (print_symbol_info): Update.
1097 (rbreak_command): Update.
1098 (completion_list_add_symbol): Update.
1099 (find_gnu_ifunc): Update.
1100 (get_symbol_address): Update.
1101 (search_module_symbols): Update.
1102 (info_module_subcommand): Update.
1103 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
1104 (SYMBOL_LINKAGE_NAME): Remove.
1105 (SYMBOL_DEMANGLED_NAME): Remove.
1106 (SYMBOL_PRINT_NAME): Remove.
1107 (SYMBOL_SEARCH_NAME): Remove.
1108 * tracepoint.c (set_traceframe_context): Update.
1109 (validate_actionline): Update.
1110 (collection_list::collect_symbol): Update.
1111 (encode_actions_1): Update.
1112 (info_scope_command): Update.
1113 (print_one_static_tracepoint_marker): Update.
1114 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
1115 * valops.c (address_of_variable): Update.
1116 (find_overload_match): Update.
1117 (find_oload_champ): Update.
1118
1119 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1120
1121 * ada-lang.c (ada_lookup_simple_minsym): Update.
1122 (ada_collect_symbol_completion_matches): Update.
1123 * ada-tasks.c (read_atcb): Update.
1124 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
1125 (amd64_windows_skip_trampoline_code): Update.
1126 * arm-tdep.c (skip_prologue_function): Update.
1127 (arm_skip_stack_protector): Update.
1128 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
1129 (arm_wince_skip_main_prologue): Update.
1130 * ax-gdb.c (gen_expr): Update.
1131 * block.c (call_site_for_pc): Update.
1132 * blockframe.c (find_pc_partial_function): Update.
1133 * breakpoint.c (set_breakpoint_location_function): Update.
1134 * btrace.c (ftrace_print_function_name): Update.
1135 (ftrace_function_switched): Update.
1136 * c-valprint.c (print_unpacked_pointer): Update.
1137 * coffread.c (coff_symfile_read): Update.
1138 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
1139 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
1140 * dwarf-index-write.c (write_psymbols): Update.
1141 * dwarf2loc.c (call_site_to_target_addr): Update.
1142 (func_verify_no_selftailcall): Update.
1143 (tailcall_dump): Update.
1144 (call_site_find_chain_1): Update.
1145 (dwarf_expr_reg_to_entry_parameter): Update.
1146 * elfread.c (elf_gnu_ifunc_record_cache): Update.
1147 * eval.c (evaluate_funcall): Update.
1148 (evaluate_subexp_standard): Update.
1149 (evaluate_subexp_for_sizeof): Update.
1150 * expprint.c (print_subexp_standard): Update.
1151 (dump_subexp_body_standard): Update.
1152 * frame.c (get_prev_frame_always_1): Update.
1153 * frv-tdep.c (frv_skip_main_prologue): Update.
1154 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
1155 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
1156 (gnuv3_get_typename_from_type_info): Update.
1157 (gnuv3_skip_trampoline): Update.
1158 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1159 * i386-tdep.c (i386_skip_main_prologue): Update.
1160 (i386_pe_skip_trampoline_code): Update.
1161 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1162 * infcall.c (get_function_name): Update.
1163 * linespec.c (minsym_found): Update.
1164 * linux-fork.c (info_checkpoints_command): Update.
1165 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1166 (m32c_m16c_pointer_to_address): Update.
1167 * maint.c (maintenance_translate_address): Update.
1168 * minsyms.c (add_minsym_to_hash_table): Update.
1169 (add_minsym_to_demangled_hash_table): Update.
1170 (lookup_minimal_symbol_mangled): Update.
1171 (lookup_minimal_symbol_demangled): Update.
1172 (lookup_minimal_symbol_linkage): Update.
1173 (lookup_minimal_symbol_text): Update.
1174 (lookup_minimal_symbol_by_pc_name): Update.
1175 (minimal_symbol_is_less_than): Update.
1176 (compact_minimal_symbols): Update.
1177 (build_minimal_symbol_hash_tables): Update.
1178 (find_solib_trampoline_target): Update.
1179 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1180 (mips_skip_pic_trampoline_code): Update.
1181 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1182 * objc-lang.c (info_selectors_command): Update.
1183 (info_classes_command): Update.
1184 (find_methods): Update.
1185 (find_imps): Update.
1186 * p-valprint.c (pascal_val_print): Update.
1187 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1188 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1189 * printcmd.c (build_address_symbolic): Update.
1190 (info_symbol_command): Update.
1191 * psymtab.c (psymbol_name_matches): Update.
1192 (match_partial_symbol): Update.
1193 (lookup_partial_symbol): Update.
1194 (print_partial_symbols): Update.
1195 (sort_pst_symbols): Update.
1196 (maintenance_check_psymtabs): Update.
1197 * python/py-framefilter.c (py_print_frame): Update.
1198 * python/python.c (gdbpy_rbreak): Update.
1199 * record-btrace.c (btrace_get_bfun_name): Update.
1200 (btrace_call_history): Update.
1201 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1202 (rs6000_skip_trampoline_code): Update.
1203 * sol-thread.c (info_cb): Update.
1204 * stabsread.c (scan_file_globals): Update.
1205 * stack.c (find_frame_funname): Update.
1206 (info_frame_command_core): Update.
1207 * symmisc.c (dump_msymbols): Update.
1208 * symtab.c (symbol_natural_name): Rename to..,
1209 (general_symbol_info::natural_name): ...this.
1210 (symbol_demangled_name): Rename to...
1211 (general_symbol_info::demangled_name): ...this.
1212 (symbol_search_name): Rename to...
1213 (general_symbol_info::search_name): ...this.
1214 (symbol_matches_search_name): Update.
1215 (find_pc_sect_line): Update.
1216 (skip_prologue_sal): Update.
1217 (search_symbols): Update.
1218 (print_msymbol_info): Update.
1219 (rbreak_command): Update.
1220 (completion_list_add_msymbol): Update.
1221 (completion_list_objc_symbol): Update.
1222 (get_msymbol_address): Update.
1223 * symtab.h (struct general_symbol_info): Add member functions
1224 natural_name (), linkage_name (), print_name (), demangled_name (),
1225 and search_name ().
1226 (SYMBOL_NATURAL_NAME): Update.
1227 (symbol_natural_name): Move to a member function on general_symbol_info.
1228 (SYMBOL_DEMANGLED_NAME): Update.
1229 (symbol_demangled_name): Move to a member function on
1230 general_symbol_info.
1231 (SYMBOL_SEARCH_NAME): Update.
1232 (symbol_search_name): Move to a member function on general_symbol_info.
1233 (MSYMBOL_NATURAL_NAME): Remove.
1234 (MSYMBOL_LINKAGE_NAME): Remove.
1235 (MSYMBOL_PRINT_NAME): Remove.
1236 (MSYMBOL_DEMANGLED_NAME): Remove.
1237 (MSYMBOL_SEARCH_NAME): Remove.
1238 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1239
1240 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1241
1242 * symtab.c (create_demangled_names_hash): Use per_bfd->
1243 minimal_symbol_count for computing the initial size, if greater
1244 than our default size.
1245
1246 2019-11-22 Tom de Vries <tdevries@suse.de>
1247
1248 * contrib/words.sh: Improve words extraction.
1249
1250 2019-11-22 Tom de Vries <tdevries@suse.de>
1251
1252 * contrib/words.sh: Combine sed invocations.
1253
1254 2019-11-21 Christian Biesinger <cbiesinger@google.com>
1255
1256 * Makefile.in: Update.
1257 * demangle.c: Rename to...
1258 * gdb-demangle.c: ..this.
1259 (is_cplus_marker): Change return type to bool.
1260 (_initialize_demangler): Rename to...
1261 (_initialize_gdb_demangle): ...this.
1262 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1263 * symtab.h (demangle): Remove declaration; instead include
1264 gdb-demangle.h.
1265
1266 2019-11-21 Tom Tromey <tromey@adacore.com>
1267
1268 * gdbsupport/format.c (format_pieces): Parse %I64d.
1269 * unittests/format_pieces-selftests.c (test_windows_formats): New
1270 function.
1271 (run_tests): Call it.
1272
1273 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1274
1275 Byte reverse display of variables with DW_END_big, DW_END_little
1276 (DW_AT_endianity) dwarf attributes if different than the native
1277 byte order.
1278 * ada-lang.c (ada_value_binop):
1279 Use type_byte_order instead of gdbarch_byte_order.
1280 * ada-valprint.c (printstr):
1281 (ada_val_print_string):
1282 * ada-lang.c (value_pointer):
1283 (ada_value_binop):
1284 Use type_byte_order instead of gdbarch_byte_order.
1285 * c-lang.c (c_get_string):
1286 Use type_byte_order instead of gdbarch_byte_order.
1287 * c-valprint.c (c_val_print_array):
1288 Use type_byte_order instead of gdbarch_byte_order.
1289 * cp-valprint.c (cp_print_class_member):
1290 Use type_byte_order instead of gdbarch_byte_order.
1291 * dwarf2loc.c (rw_pieced_value):
1292 Use type_byte_order instead of gdbarch_byte_order.
1293 * dwarf2read.c (read_base_type): Handle DW_END_big,
1294 DW_END_little
1295 * f-lang.c (f_get_encoding):
1296 Use type_byte_order instead of gdbarch_byte_order.
1297 * findvar.c (default_read_var_value):
1298 Use type_byte_order instead of gdbarch_byte_order.
1299 * gdbtypes.c (check_types_equal):
1300 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1301 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1302 and TYPE_ENDIANITY_LITTLE if set.
1303 (type_byte_order): new function.
1304 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1305 (struct main_type) <flag_endianity_not_default>:
1306 New field.
1307 (type_byte_order): New function.
1308 * infcmd.c (default_print_one_register_info):
1309 Use type_byte_order instead of gdbarch_byte_order.
1310 * p-lang.c (pascal_printstr):
1311 Use type_byte_order instead of gdbarch_byte_order.
1312 * p-valprint.c (pascal_val_print):
1313 Use type_byte_order instead of gdbarch_byte_order.
1314 * printcmd.c (print_scalar_formatted):
1315 Use type_byte_order instead of gdbarch_byte_order.
1316 * solib-darwin.c (darwin_current_sos):
1317 Use type_byte_order instead of gdbarch_byte_order.
1318 * solib-svr4.c (solib_svr4_r_ldsomap):
1319 Use type_byte_order instead of gdbarch_byte_order.
1320 * stap-probe.c (stap_modify_semaphore):
1321 Use type_byte_order instead of gdbarch_byte_order.
1322 * target-float.c (target_float_same_format_p):
1323 Use type_byte_order instead of gdbarch_byte_order.
1324 * valarith.c (scalar_binop):
1325 (value_bit_index):
1326 Use type_byte_order instead of gdbarch_byte_order.
1327 * valops.c (value_cast):
1328 Use type_byte_order instead of gdbarch_byte_order.
1329 * valprint.c (generic_emit_char):
1330 (generic_printstr):
1331 (val_print_string):
1332 Use type_byte_order instead of gdbarch_byte_order.
1333 * value.c (unpack_long):
1334 (unpack_bits_as_long):
1335 (unpack_value_bitfield):
1336 (modify_field):
1337 (pack_long):
1338 (pack_unsigned_long):
1339 Use type_byte_order instead of gdbarch_byte_order.
1340 * findvar.c (unsigned_pointer_to_address):
1341 (signed_pointer_to_address):
1342 (unsigned_address_to_pointer):
1343 (address_to_signed_pointer):
1344 (default_read_var_value):
1345 (default_value_from_register):
1346 Use type_byte_order instead of gdbarch_byte_order.
1347 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1348 Use type_byte_order instead of gdbarch_byte_order.
1349 * riscv-tdep.c (riscv_print_one_register_info):
1350 Use type_byte_order instead of gdbarch_byte_order.
1351
1352 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1353
1354 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1355 (current_ui_gdb_stdin_ptr): Likewise.
1356 (current_ui_gdb_stderr_ptr): Likewise.
1357 (current_ui_gdb_stdlog_ptr): Likewise.
1358 (current_ui_current_uiout_ptr): Likewise.
1359 (gen_ret_current_ui_field_ptr): Remove.
1360
1361 2019-11-21 Tom de Vries <tdevries@suse.de>
1362
1363 PR gdb/24956
1364 * cli/cli-script.c (execute_control_command): Only switch to
1365 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1366
1367 2019-11-19 Tom Tromey <tom@tromey.com>
1368
1369 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1370 Now static. Change type of "name".
1371 (tui_set_win_height_command): Don't copy "arg".
1372 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1373 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1374
1375 2019-11-19 Ali Tamur <tamur@google.com>
1376
1377 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1378 "if (attr != nullptr)".
1379 (dwarf2_find_base_address): Likewise.
1380 (dwarf2_build_include_psymtabs): Likewise.
1381 (read_cutu_die_from_dwo): Likewise.
1382 (read_func_scope): Likewise.
1383 (read_call_site_scope): Likewise.
1384 (dwarf2_get_pc_bounds): Likewise.
1385 (dwarf2_record_block_ranges): Likewise.
1386 (dwarf2_add_field): Likewise.
1387 (dwarf2_add_member_fn): Likewise.
1388 (read_structure_type): Likewise.
1389 (read_enumeration_type): Likewise.
1390 (read_array_type): Likewise.
1391 (read_array_order): Likewise.
1392 (read_set_type): Likewise.
1393 (read_common_block): Likewise.
1394 (read_tag_reference_type): Likewise.
1395 (read_tag_string_type): Likewise.
1396 (read_subroutine_type): Likewise.
1397 (read_base_type): Likewise.
1398 (read_subrange_type): Likewise.
1399 (new_symbol): Likewise.
1400 (prepare_one_comp_unit): Likewise.
1401
1402 2019-11-19 Tom Tromey <tromey@adacore.com>
1403
1404 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1405 result in error when DebugActiveProcess fails.
1406
1407 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1408 Pedro Alves <palves@redhat.com>
1409
1410 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1411 * target.c (target_stack::push): Call 'unpush' if there's a
1412 target on top of the stack.
1413
1414 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1415
1416 * python/py-block.c (blpy_dealloc): Call tp_free.
1417 (blpy_block_syms_dealloc): Likewise.
1418 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1419 * python/py-inferior.c (infpy_dealloc): Likewise.
1420 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1421 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1422 * python/py-symbol.c (sympy_dealloc): Likewise.
1423 * python/py-symtab.c (stpy_dealloc): Likewise.
1424 * python/py-type.c (typy_iterator_dealloc): Likewise.
1425
1426 2019-11-18 Christian Biesinger <cbiesinger@google.com>
1427
1428 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1429 constructor instead of using a class initializer.
1430
1431 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1432
1433 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1434 * configure: Regenerate.
1435 * configure.ac: Don't source common.host.
1436 * gdbsupport/common.host: Remove.
1437 * gdbsupport/mingw-strerror.c: Remove.
1438 * gdbsupport/posix-strerror.c: Rename to...
1439 * gdbsupport/safe-strerror.c: ...this.
1440
1441 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1442
1443 * maint.c (scoped_command_stats::print_time): Use localtime_r
1444 instead of localtime (provided through gnulib if necessary).
1445 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1446 of ctime.
1447
1448 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1449
1450 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1451 avoid compile errors.
1452
1453 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1454
1455 * config.in: Regenerate.
1456 * configure: Regenerate.
1457 * gdbsupport/common.m4: No longer check for strerror_r.
1458 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1459 POSIX version of strerror_r, now that gnulib provides it if
1460 necessary.
1461
1462 2019-11-14 Christian Biesinger <cbiesinger@google.com>
1463
1464 * README (`configure' options): Update.
1465
1466 2019-11-14 Tom Tromey <tromey@adacore.com>
1467
1468 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1469 expected type for the RHS if the LHS is a convenience variable.
1470
1471 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1472
1473 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1474 Provide explicit default and copy constructor.
1475
1476 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1477
1478 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1479 only call Py_INCREF (newbp) in the bppy_pending_object case.
1480
1481 2019-11-13 Tom Tromey <tromey@adacore.com>
1482
1483 PR build/25182:
1484 * psympriv.h (partial_symbol): Remove static assert.
1485 * symtab.h (general_symbol_info, symbol): Remove static assert.
1486
1487 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1488
1489 * gdbsupport/format.c (format_pieces::format_pieces): Support
1490 printf 'z' size modifier.
1491 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1492 * printcmd.c (ui_printf): Handle size_t_arg.
1493 * ui-out.c (ui_out::vmessage): Likewise.
1494 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1495 function.
1496 (run_tests): Call test_format_int_sizes.
1497
1498 2019-11-12 Christian Biesinger <cbiesinger@google.com>
1499
1500 * ada-exp.y (write_ambiguous_var): Update.
1501 * buildsym.c (add_symbol_to_list): Update.
1502 * dwarf2read.c (read_variable): Update.
1503 (new_symbol): Update.
1504 * jit.c (finalize_symtab): Update.
1505 * language.c (language_alloc_type_symbol): Update.
1506 * symtab.c (fixup_symbol_section): Update.
1507 (initialize_objfile_symbol_1): Move code to...
1508 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1509 (allocate_symbol): Update.
1510 (allocate_template_symbol): Update.
1511 (get_symbol_address): Update.
1512 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1513 of having as a field, and add a constructor.
1514 (SYMBOL_VALUE): Update.
1515 (SYMBOL_VALUE_ADDRESS): Update.
1516 (SET_SYMBOL_VALUE_ADDRESS): Update.
1517 (SYMBOL_VALUE_BYTES): Update.
1518 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1519 (SYMBOL_BLOCK_VALUE): Update.
1520 (SYMBOL_VALUE_CHAIN): Update.
1521 (SYMBOL_LANGUAGE): Update.
1522 (SYMBOL_SECTION): Update.
1523 (SYMBOL_OBJ_SECTION): Update.
1524 (SYMBOL_SET_LANGUAGE): Update.
1525 (SYMBOL_SET_LINKAGE_NAME): Update.
1526 (SYMBOL_SET_NAMES): Update.
1527 (SYMBOL_NATURAL_NAME): Update.
1528 (SYMBOL_LINKAGE_NAME): Update.
1529 (SYMBOL_DEMANGLED_NAME): Update.
1530 (SYMBOL_SEARCH_NAME): Update.
1531 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1532 (struct symbol): Update.
1533 (struct template_symbol): Update.
1534 (struct rust_vtable_symbol): Update.
1535 * xcoffread.c (SYMBOL_DUP): Update.
1536
1537 2019-11-12 Tom Tromey <tom@tromey.com>
1538
1539 * tui/tui-layout.c (show_layout): Set current_layout.
1540 (show_source_disasm_command, show_data)
1541 (show_source_or_disasm_and_command): Don't set current_layout.
1542
1543 2019-11-12 Tom Tromey <tom@tromey.com>
1544
1545 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1546
1547 2019-11-12 Tom Tromey <tom@tromey.com>
1548
1549 * tui/tui-win.c (resize_message): New global.
1550 (show_tui_resize_message): New function.
1551 (tui_async_resize_screen): Print message if requested.
1552 (_initialize_tui_win): Add tui-resize-message setting.
1553 * NEWS: Add entry for new commands.
1554
1555 2019-11-11 Tom Tromey <tom@tromey.com>
1556
1557 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1558 functions.
1559
1560 2019-11-11 Christian Biesinger <cbiesinger@google.com>
1561
1562 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1563
1564 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1565
1566 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1567 function.
1568 * python/python-internal.h (gdbpy_lookup_static_symbols):
1569 Declare new function.
1570 * python/python.c (python_GdbMethods): Add
1571 gdb.lookup_static_symbols method.
1572 * NEWS: Mention gdb.lookup_static_symbols.
1573
1574 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1575
1576 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1577 static block of current object file first. Also fix typo in
1578 header comment.
1579
1580 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1581
1582 * stack.c (set_last_displayed_sal): Delete.
1583 (last_displayed_sal_valid): Delete.
1584 (last_displayed_pspace): Delete.
1585 (last_displayed_addr): Delete.
1586 (last_displayed_symtab): Delete.
1587 (last_displayed_line): Delete.
1588 (class last_displayed_symtab_info_type): New.
1589 (last_displayed_symtab_info): New static global variable.
1590 (print_frame_info): Call methods on last_displayed_symtab_info.
1591 (clear_last_displayed_sal): Update header comment, and make use of
1592 last_displayed_symtab_info.
1593 (last_displayed_sal_is_valid): Likewise.
1594 (get_last_displayed_pspace): Likewise.
1595 (get_last_displayed_addr): Likewise.
1596 (get_last_displayed_symtab): Likewise.
1597 (get_last_displayed_line): Likewise.
1598 (get_last_displayed_sal): Likewise.
1599 * stack.h (clear_last_displayed_sal): Update header comment.
1600 (last_displayed_sal_is_valid): Likewise.
1601 (get_last_displayed_pspace): Likewise.
1602 (get_last_displayed_addr): Likewise.
1603 (get_last_displayed_symtab): Likewise.
1604 (get_last_displayed_line): Likewise.
1605 (get_last_displayed_sal): Likewise.
1606
1607 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1608
1609 * stack.c (frame_show_address): Convert return type to bool.
1610 * stack.h (frame_show_address): Likewise, and update header
1611 comment.
1612
1613 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1616 * unittests/vec-utils-selftests.c: New file.
1617 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1618
1619 2019-11-10 Tom Tromey <tom@tromey.com>
1620
1621 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1622 (tui_highlight_win): Likewise.
1623 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1624 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1625 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1626 Don't set can_highlight.
1627
1628 2019-11-10 Tom Tromey <tom@tromey.com>
1629
1630 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1631 Remove unused declaration.
1632
1633 2019-11-08 Tom Tromey <tromey@adacore.com>
1634
1635 * top.c (read_command_file): Update.
1636 (command_line_input): Make return type const.
1637 * python/py-gdb-readline.c: Update.
1638 * linespec.c (decode_line_2): Update.
1639 * defs.h (command_line_input): Make return type const.
1640 * cli/cli-script.c (read_next_line): Make return type const.
1641 * ada-lang.c (get_selections): Update.
1642
1643 2019-11-06 Christian Biesinger <cbiesinger@google.com>
1644
1645 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1646 * mi/mi-main.c (output_cores): Likewise.
1647 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1648 (linux_xfer_osdata_modules): Likewise.
1649 * remote.c (register_remote_support_xml): Likewise.
1650 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1651 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1652
1653 2019-11-06 Tom Tromey <tom@tromey.com>
1654
1655 * tui/tui-interp.c: Don't include readline.h.
1656 * tui/tui-hooks.c: Don't include readline.h.
1657 * symmisc.c: Include tilde.h, not readline.h.
1658 * symfile.c: Include tilde.h, not readline.h.
1659 * source.c: Include tilde.h, not readline.h.
1660 * solib.c: Include tilde.h, not readline.h.
1661 * psymtab.c: Include tilde.h, not readline.h.
1662 * exec.c: Include tilde.h, not readline.h.
1663 * corelow.c: Include tilde.h, not readline.h.
1664 * cli/cli-dump.c: Include tilde.h, not readline.h.
1665 * cli/cli-cmds.c: Don't include readline.h.
1666
1667 2019-11-05 Tom Tromey <tom@tromey.com>
1668
1669 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1670 (tui_disassemble): Set addr_size.
1671 (tui_disasm_window::set_contents): Use addr_size.
1672
1673 2019-11-05 Tom Tromey <tom@tromey.com>
1674
1675 * rust-lang.c (rust_language_defn): Update.
1676 * python/py-value.c (valpy_string): Call c_get_string.
1677 * p-lang.c (pascal_language_defn): Update.
1678 * opencl-lang.c (opencl_language_defn): Update.
1679 * objc-lang.c (objc_language_defn): Update.
1680 * m2-lang.c (m2_language_defn): Update.
1681 * language.c (unknown_language_defn, auto_language_defn): Update.
1682 (default_get_string): Remove.
1683 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1684 * go-lang.c (go_language_defn): Update.
1685 * f-lang.c (f_language_defn): Update.
1686 * d-lang.c (d_language_defn): Update.
1687 * c-lang.c (c_language_defn, cplus_language_defn)
1688 (asm_language_defn, minimal_language_defn): Update.
1689 * ada-lang.c (ada_language_defn): Update.
1690 * language.h (struct language_defn) <la_get_string>: Remove.
1691 (LA_GET_STRING): Remove.
1692 (default_get_string): Don't declare.
1693
1694 2019-11-05 Tom Tromey <tom@tromey.com>
1695
1696 * tui/tui-source.h (struct tui_source_window): Inline
1697 constructor. Remove destructor.
1698 <style_changed, m_observable>: Move to superclass.
1699 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1700 (struct tui_source_window_base): Move private members to end.
1701 <style_changed, m_observable>: Move from tui_source_window.
1702 * tui/tui-winsource.c (tui_copy_source_line): Move from
1703 tui-source.c. Rename from copy_source_line. Add special handling
1704 for negative line number.
1705 (tui_source_window_base::style_changed): Move from
1706 tui_source_window.
1707 (tui_source_window_base): Register observer.
1708 (~tui_source_window_base): New.
1709 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1710 rename.
1711 (tui_source_window::set_contents): Use tui_copy_source_line.
1712 (tui_source_window::tui_source_window): Move to tui-source.h.
1713 (tui_source_window::~tui_source_window): Remove.
1714 (tui_source_window::style_changed): Move to superclass.
1715 * tui/tui-disasm.c (tui_disassemble): Create string file with
1716 styling, when possible. Add "addr_size" parameter.
1717 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1718 Don't compute maximum size.
1719 (len_without_escapes): New function
1720
1721 2019-11-05 Tom Tromey <tom@tromey.com>
1722
1723 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1724 std::string.
1725 * tui/tui-winsource.c (tui_show_source_line): Update.
1726 * tui/tui-source.c (tui_source_window::set_contents): Update.
1727 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1728
1729 2019-11-05 Christian Biesinger <cbiesinger@google.com>
1730
1731 * symtab.h (gdb_static_assert): Put && operator at the beginning
1732 of the line instead of the end.
1733
1734 2019-11-04 Christian Biesinger <cbiesinger@google.com>
1735
1736 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1737 and sizeof (symbol).
1738 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1739
1740 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1741
1742 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1743 * configure.host: Mark *-*-solaris2.10* obsolete.
1744 * configure.tgt: Mark Solaris < 11 obsolete.
1745 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1746 Update target triplet.
1747
1748 2019-11-01 Tom Tromey <tromey@adacore.com>
1749
1750 * utils.c (print_sys_errmsg): Simplify.
1751
1752 2019-11-01 Tom Tromey <tromey@adacore.com>
1753
1754 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1755
1756 2019-11-01 Christian Biesinger <cbiesinger@google.com>
1757
1758 * configure: Regenerate.
1759 * configure.ac: Remove check for strerror_r.
1760 * gdbsupport/common.m4: Check for strerror_r.
1761
1762 2019-11-01 Luis Machado <luis.machado@linaro.org>
1763
1764 PR gdb/25124
1765
1766 * arm-tdep.c (arm_per_objfile): Rename to ...
1767 (arm_per_bfd): ... this.
1768 (arm_objfile_data_key): Rename to ...
1769 (arm_bfd_data_key): ... this.
1770 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1771 data.
1772 (arm_record_special_symbol): Likewise.
1773
1774 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1775
1776 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1777 end.
1778 * c-typeprint.c (c_print_typedef): Likewise.
1779 * f-typeprint.c (f_print_typedef): Likewise.
1780 * m2-typeprint.c (m2_print_typedef): Likewise.
1781 * p-typeprint.c (pascal_print_typedef): Likewise.
1782 * rust-lang.c (rust_print_typedef): Likewise.
1783 * symtab.c (print_symbol_info): Print a newline after calling
1784 typedef_print.
1785
1786 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1787
1788 * symtab.c (info_module_cmdlist): New variable.
1789 (info_module_command): New function.
1790 (search_module_symbols): New function.
1791 (info_module_subcommand): New function.
1792 (struct info_modules_var_func_options): New struct.
1793 (info_modules_var_func_options_defs): New variable.
1794 (make_info_modules_var_func_options_def_group): New function.
1795 (info_module_functions_command): New function.
1796 (info_module_variables_command): New function.
1797 (info_module_var_func_command_completer): New function.
1798 (_initialize_symtab): Register new 'info module functions' and
1799 'info module variables' commands.
1800 * symtab.h (typedef symbol_search_in_module): New typedef.
1801 (search_module_symbols): Declare new function.
1802 * NEWS: Mention new commands.
1803
1804 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1805
1806 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1807 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1808 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1809 MODULES_DOMAIN.
1810 (scan_partial_symbols): Only create partial module symbols for non
1811 declarations.
1812 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1813 and MODULES_DOMAIN.
1814 * symtab.c (search_domain_name): Likewise.
1815 (search_symbols): Likewise.
1816 (print_symbol_info): Likewise.
1817 (symtab_symbol_info): Likewise.
1818 (info_modules_command): New function.
1819 (_initialize_symtab): Register 'info modules' command.
1820 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1821 * NEWS: Mention new 'info modules' command.
1822
1823 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1824
1825 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1826 and $_gdb_maint_setting_str.
1827
1828 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1829
1830 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1831 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1832 (str_value_from_setting, gdb_setting_str_internal_fn)
1833 (gdb_maint_setting_str_internal_fn): New functions.
1834 (_initialize_cli_cmds): Define the new convenience functions.
1835 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1836 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1837
1838 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1839
1840 * agent.c (set_can_use_agent): When the setting is turned on,
1841 look up agent symbols if we don't have them yet.
1842 (agent_new_objfile): Don't look up agent symbols when the agent
1843 setting is off.
1844
1845 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1846
1847 * config.in: Regenerate.
1848
1849 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1850
1851 * configure: Regenerate.
1852 * configure.ac: Check for strerror_r.
1853 * gdbsupport/common-utils.h (safe_strerror): Change return value
1854 to const char * and document that this function is now threadsafe.
1855 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1856 thread_local and call strerror_r, if available.
1857 * utils.c (perror_string): Update.
1858 (print_sys_errmsg): Update.
1859
1860 2019-10-31 Luis Machado <luis.machado@linaro.org>
1861
1862 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1863 objfile_key.
1864 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1865 objfile to fetch per-bfd data.
1866 (arm_find_exidx_entry): Likewise.
1867
1868 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1869
1870 * gdbsupport/agent.c (debug_agent): Change type to bool.
1871 (use_agent): Likewise.
1872 (all_agent_symbols_look_up): Likewise.
1873 (agent_loaded_p): Change return value to bool.
1874 (agent_look_up_symbols): Update.
1875 (agent_capability_check): Change return value to bool.
1876 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1877 (debug_agent): Change type to bool.
1878 (use_agent): Likewise.
1879 (agent_capability_check): Change return value to bool.
1880
1881 2019-10-30 Christian Biesinger <cbiesinger@google.com>
1882
1883 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1884 (build_minimal_symbol_hash_tables): Code to clear the table moved
1885 to clear_minimal_symbol_hash_tables.
1886 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1887 when needed.
1888
1889 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1890
1891 * infcmd.c: Remove includes.
1892 * infrun.c: Remove includes.
1893
1894 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1895
1896 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1897 (grow_vect): Remove declaration.
1898 (ada_type_of_array): Remove declaration.
1899 (ada_update_initial_language): Remove declaration.
1900 (ada_fold_name): Remove declaration.
1901 (ada_fill_in_ada_prototype): Remove declaration.
1902 (user_select_syms): Remove declaration.
1903 (get_selections): Remove declaration.
1904 (ada_tag_type): Remove declaration.
1905 (ada_value_tag): Remove declaration.
1906 (ada_is_others_clause): Remove declaration.
1907 (ada_in_variant): Remove declaration.
1908 (ada_value_struct_elt): Remove declaration.
1909 (ada_attribute_name): Remove declaration.
1910 (ada_system_address_type): Remove declaration.
1911 * ada-lang.c (ada_watch_location_expression): Make static.
1912 (GROW_VECT): Move here from ada-lang.h.
1913 (grow_vect): Make static.
1914 (ada_update_initial_language): Make static.
1915 (ada_fold_name): Make static.
1916 (ada_type_of_array): Make static.
1917 (encoded_ordered_before): Move up.
1918 (sort_choices): Move up.
1919 (print_signatures): Move up.
1920 (ada_print_symbol_signature): Move up.
1921 (get_selections): Move up and make static.
1922 (user_select_syms): Move up and make static.
1923 (ada_value_struct_elt): Move up and make static.
1924 (ada_tag_type): Make static.
1925 (ada_value_tag): Make static.
1926 (ada_is_others_clause): Make static.
1927 (ada_in_variant): Make static.
1928 (ada_attribute_name): Make static.
1929
1930 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1931
1932 * ada-lang.c: Remove includes.
1933 * ada-typeprint.c: Remove includes.
1934 * ada-valprint.c: Remove includes.
1935
1936 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
1937
1938 * addrmap.c: Add static assertions of type size, moved from
1939 _initialize_addrmap.
1940 (_initialize_addrmap): Remove.
1941
1942 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1943
1944 * coffread.c (record_minimal_symbol): Update.
1945 (process_coff_symbol): Update.
1946 * dbxread.c (read_dbx_symtab): Update.
1947 * dwarf2read.c (add_partial_symbol): Update.
1948 (fixup_go_packaging): Update.
1949 (load_partial_dies): Update.
1950 (new_symbol): Update.
1951 * elfread.c (record_minimal_symbol): Change signature to use
1952 gdb::string_view instead of name+len.
1953 (elf_symtab_read): Update.
1954 (elf_rel_plt_read): Update.
1955 * mdebugread.c (parse_partial_symbols): Update.
1956 (handle_psymbol_enumerators): Update.
1957 (new_symbol): Update.
1958 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1959 to use gdb::string_view instead of name+len.
1960 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1961 * psympriv.h (add_psymbol_to_list): Likewise.
1962 * psymtab.c (add_psymbol_to_bcache): Likewise.
1963 (add_psymbol_to_list): Likewise.
1964 * stabsread.c (define_symbol): Update.
1965 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1966 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1967 (symbol_set_names): Likewise.
1968 * xcoffread.c (scan_xcoff_symtab): Update.
1969
1970 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1971
1972 * symtab.h (symbol_set_names): Document that copy_name must be
1973 set to true for non-nullterminated strings.
1974 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1975 linkage_name if the entry was not found and we need to demangle.
1976
1977 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1978
1979 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1980 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1981 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1982 * gdbsupport/gdb_binary_search.h: New file.
1983
1984 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1985
1986 * NEWS: Mention new --with-system-gdbinit-dir option.
1987 * config.in: Regenerate.
1988 * configure: Regenerate.
1989 * configure.ac: Add new option --with-system-gdbinit-dir.
1990 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1991 for a ".gdb" suffix.
1992 * main.c (get_init_files): Change system_gdbinit argument to
1993 a vector and return the files in SYSTEM_GDBINIT_DIR in
1994 addition to SYSTEM_GDBINIT.
1995 (captured_main_1): Update.
1996 (print_gdb_help): Update.
1997 * top.c (print_gdb_configuration): Also print the value of
1998 SYSTEM_GDBINIT_DIR.
1999
2000 2019-10-28 Christian Biesinger <cbiesinger@google.com>
2001
2002 * gdbsupport/common-utils.h (startswith): Add an overloaded version
2003 that takes gdb::string_view arguments.
2004
2005 2019-10-26 Tom de Vries <tdevries@suse.de>
2006
2007 * aarch64-linux-tdep.c: Fix typos in comments.
2008 * aarch64-tdep.c: Same.
2009 * ada-lang.c: Same.
2010 * amd64-nat.c: Same.
2011 * arc-tdep.c: Same.
2012 * arch/aarch64-insn.c: Same.
2013 * block.c: Same.
2014 * breakpoint.h: Same.
2015 * btrace.h: Same.
2016 * c-varobj.c: Same.
2017 * cli/cli-decode.c: Same.
2018 * cli/cli-script.c: Same.
2019 * cli/cli-utils.h: Same.
2020 * coff-pe-read.c: Same.
2021 * coffread.c: Same.
2022 * compile/compile-cplus-symbols.c: Same.
2023 * compile/compile-object-run.c: Same.
2024 * completer.c: Same.
2025 * corelow.c: Same.
2026 * cp-support.c: Same.
2027 * demangle.c: Same.
2028 * dwarf-index-write.c: Same.
2029 * dwarf2-frame.c: Same.
2030 * dwarf2-frame.h: Same.
2031 * eval.c: Same.
2032 * frame-base.h: Same.
2033 * frame.h: Same.
2034 * gdbcmd.h: Same.
2035 * gdbtypes.h: Same.
2036 * gnu-nat.c: Same.
2037 * guile/scm-objfile.c: Same.
2038 * i386-tdep.c: Same.
2039 * i386-tdep.h: Same.
2040 * infcall.c: Same.
2041 * infcall.h: Same.
2042 * linux-nat.c: Same.
2043 * m68k-tdep.c: Same.
2044 * macroexp.c: Same.
2045 * memattr.c: Same.
2046 * mi/mi-cmd-disas.c: Same.
2047 * mi/mi-getopt.h: Same.
2048 * mi/mi-main.c: Same.
2049 * minsyms.c: Same.
2050 * nat/aarch64-sve-linux-sigcontext.h: Same.
2051 * objfiles.h: Same.
2052 * ppc-linux-nat.c: Same.
2053 * ppc-linux-tdep.c: Same.
2054 * ppc-tdep.h: Same.
2055 * progspace.h: Same.
2056 * prologue-value.h: Same.
2057 * python/py-evtregistry.c: Same.
2058 * python/py-instruction.h: Same.
2059 * record-btrace.c: Same.
2060 * record-full.c: Same.
2061 * remote.c: Same.
2062 * rs6000-tdep.c: Same.
2063 * ser-tcp.c: Same.
2064 * sol-thread.c: Same.
2065 * sparc-sol2-tdep.c: Same.
2066 * sparc64-tdep.c: Same.
2067 * stabsread.c: Same.
2068 * symfile.c: Same.
2069 * symtab.h: Same.
2070 * target.c: Same.
2071 * tracepoint.c: Same.
2072 * tui/tui-data.h: Same.
2073 * tui/tui-io.c: Same.
2074 * tui/tui-win.c: Same.
2075 * tui/tui.c: Same.
2076 * unittests/rsp-low-selftests.c: Same.
2077 * user-regs.h: Same.
2078 * utils.c: Same.
2079 * utils.h: Same.
2080 * valarith.c: Same.
2081 * valops.c: Same.
2082 * valprint.c: Same.
2083 * valprint.h: Same.
2084 * value.c: Same.
2085 * value.h: Same.
2086 * varobj.c: Same.
2087 * x86-nat.h: Same.
2088 * xtensa-tdep.c: Same.
2089
2090 2019-10-25 Ali Tamur <tamur@google.com>
2091
2092 * charset.c (find_charset_names): Reflect API change.
2093
2094 2019-10-25 Christian Biesinger <cbiesinger@google.com>
2095
2096 * symtab.c (struct demangled_name_entry): Change demangled name
2097 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
2098 part of the struct anymore.
2099 (symbol_set_names): No longer obstack allocate + copy the demangled
2100 name, just store the allocated name from bfd.
2101
2102 2019-10-25 Tom Tromey <tromey@adacore.com>
2103
2104 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
2105 (bsearch_cie_cmp, add_cie): Remove.
2106 (find_cie): Reimplement.
2107 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
2108 (dwarf2_build_frame_info): Update.
2109
2110 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
2111
2112 PR gdb/25126
2113 * symfile.c (reread_symbols): Call forget_cached_source_info to
2114 clear the stale source cache.
2115
2116 2019-10-24 Christian Biesinger <cbiesinger@google.com>
2117
2118 * configure: Regenerate.
2119 * configure.ac: Remove code that sets python_has_threads.
2120
2121 2019-10-24 Christian Biesinger <cbiesinger@google.com>
2122
2123 * config.in: Regenerate.
2124 * configure: Regenerate.
2125 * configure.ac: Remove the code that uses sed to get the python
2126 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
2127
2128 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2129
2130 * python/py-progspace.c (pspy_block_for_pc): Return None for all
2131 error paths.
2132
2133 2019-10-23 Tom Tromey <tom@tromey.com>
2134
2135 * arc-tdep.c: Remove ".." from include.
2136 * frv-tdep.c: Remove ".." from include.
2137 * lm32-tdep.c: Remove ".." from include.
2138 * microblaze-tdep.c: Remove ".." from include.
2139 * or1k-tdep.h: Remove ".." from include.
2140 * s12z-tdep.c: Remove ".." from include.
2141 * Makefile.in (OPCODES_CFLAGS): Add comment.
2142 (TOP_CFLAGS): New variable.
2143 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
2144
2145 2019-10-23 Tom Tromey <tom@tromey.com>
2146
2147 * Makefile.in (READLINE_DIR): Update.
2148
2149 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2150
2151 * infcall.c (call_function_by_hand_dummy): Fix the function
2152 comment. And extract out a code section into...
2153 (reserve_stack_space): ...this new function.
2154
2155 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2156
2157 * infcall.c (value_arg_coerce): Remove an unused parameter.
2158 (call_function_by_hand_dummy): Update the call to
2159 'value_arg_coerce'.
2160
2161 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2162
2163 * infcall.c (call_function_by_hand_dummy): Refactor.
2164
2165 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2166
2167 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2168
2169 2019-10-23 Tom Tromey <tom@tromey.com>
2170
2171 * configure: Rebuild.
2172 * configure.ac: Don't check for sigprocmask.
2173 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2174
2175 2019-10-23 Tom Tromey <tom@tromey.com>
2176
2177 * configure: Rebuild.
2178 * acinclude.m4: Use m4_include, not sinclude.
2179
2180 2019-10-23 Tom de Vries <tdevries@suse.de>
2181
2182 PR breakpoints/24687
2183 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2184
2185 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2186
2187 * symtab.c (struct demangled_name_entry) <language>: Change from
2188 bitfield to regular variable.
2189
2190 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2191
2192 * symtab.c (struct demangled_name_entry): Add a constructor.
2193 (free_demangled_name_entry): New function to call the destructor
2194 for demangled_name_entry.
2195 (create_demangled_names_hash): Pass free_demangled_name_entry to
2196 htab_create_alloc.
2197 (symbol_set_names): Call placement new for demangled_name_entry.
2198 * utils.c: No longer include xxhash.h here, now that fast_hash
2199 is inlined in the header.
2200 * utils.h: Instead, include it here.
2201
2202 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2203
2204 * Makefile.in: Link with libxxhash.
2205 * config.in: Regenerate.
2206 * configure: Regenerate.
2207 * configure.ac: Search for libxxhash.
2208 * utils.c (fast_hash): Use xxhash if present.
2209
2210 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2211
2212 * utils.h (fast_hash): New function.
2213 * symtab.c (hash_demangled_name_entry): Call new function
2214 fast_hash.
2215
2216 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2217
2218 * symtab.c (struct demangled_name_entry): Change type of mangled
2219 to gdb::string_view. Also adds a constructor that takes the
2220 mangled name.
2221 (hash_demangled_name_entry): Update.
2222 (eq_demangled_name_entry): Update.
2223 (free_demangled_name_entry): New function to call the destructor
2224 now that this is not a POD anymore.
2225 (create_demangled_names_hash): Pass free_demangled_name_entry to
2226 htab_create_alloc.
2227 (symbol_set_names): Update.
2228
2229 2019-10-21 Ali Tamur <tamu@google.com>
2230
2231 * dwarf2read.c (dir_index): Change type.
2232 (file_name_index): Likewise.
2233 (line_header::include_dir_at): Change comment and implementation on
2234 whether it is DWARF 5.
2235 (line_header::is_valid_file_index): New function.
2236 (line_header::file_name_at): Change comment and implementation on
2237 whether it is DWARF 5.
2238 (line_header::file_names): Change to private field renamed as
2239 m_file_names and introduce a new accessor method.
2240 (line_header::file_names_size): New method.
2241 (line_header::include_dirs): Change to private field and rename as
2242 m_include_dirs.
2243 (dw2_get_file_names_reader): Define local var at a smaller scope and
2244 reflect API change.
2245 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2246 (process_structure_scope): Likewise.
2247 (line_header::add_include_dir): Change message and reflect renaming.
2248 (line_header::add_file_name): Likewise.
2249 (read_formatted_entries): Handle DW_FORM_data16.
2250 (dwarf_decode_line_header): Fix line header length calculation.
2251 (psymtab_include_file_name): Change comment and API.
2252 (lnp_state_machine::m_file): Update comment and reflect type change.
2253 (lnp_state_machine::record_line): Reflect type change.
2254 (dwarf_decode_lines): Reflect API change.
2255 (file_file_name): Likewise.
2256 (file_full_name): Likewise.
2257
2258 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2259
2260 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2261
2262 2019-10-21 Tom Tromey <tom@tromey.com>
2263
2264 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2265
2266 2019-10-21 Tom Tromey <tom@tromey.com>
2267
2268 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2269 NM_H. Use AC_CONFIG_LINKS.
2270 * configure: Rebuild.
2271 * Makefile.in (NM_H): New variable.
2272 (generated_files): Add NM_H. Remove gcore.
2273 (nm.h, stamp-nmh): New targets.
2274
2275 2019-10-20 Tom Tromey <tom@tromey.com>
2276
2277 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2278 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2279 obsolete comment.
2280 (put_objfile_before): Now static.
2281
2282 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2283
2284 * gdbsupport/common-utils.h (startswith): Change return type to
2285 bool.
2286
2287 2019-10-19 Christian Biesinger <cbiesinger@google.com>
2288
2289 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2290 * breakpoint.c (bp_locations_compare): Rename to...
2291 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2292 (update_global_location_list): Use std::sort instead of qsort.
2293 * buildsym.c (compare_line_numbers): Rename to...
2294 (lte_is_less_than): ...this, and change to std::sort semantics.
2295 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2296 instead of qsort.
2297 * disasm.c (compare_lines): Rename to...
2298 (line_is_less_than): ...this, and change to std::sort semantics.
2299 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2300 of qsort.
2301 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2302 (fde_is_less_than): ...this, and change to std::sort semantics.
2303 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2304 * mdebugread.c (compare_blocks):
2305 (block_is_less_than): ...this, and change to std::sort semantics.
2306 (sort_blocks): Call std::sort instead of qsort.
2307 * objfiles.c (qsort_cmp): Rename to...
2308 (sort_cmp): ...this, and change to std::sort semantics.
2309 (update_section_map): Call std::sort instead of qsort.
2310 * remote.c (compare_pnums): Remove.
2311 (map_regcache_remote_table): Call std::sort instead of qsort.
2312 * utils.c (compare_positive_ints): Remove.
2313 * utils.h (compare_positive_ints): Remove.
2314 * xcoffread.c (compare_lte): Remove.
2315 (arrange_linetable): Call std::sort instead of qsort.
2316
2317 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2318
2319 * symfile.c (init_entry_point_info): Fix typo.
2320 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2321
2322 2019-10-18 Tom de Vries <tdevries@suse.de>
2323
2324 * aarch64-tdep.c: Fix typos in comments.
2325 * ada-lang.c: Same.
2326 * ada-tasks.c: Same.
2327 * alpha-tdep.c: Same.
2328 * alpha-tdep.h: Same.
2329 * amd64-nat.c: Same.
2330 * amd64-windows-tdep.c: Same.
2331 * arc-tdep.c: Same.
2332 * arc-tdep.h: Same.
2333 * arch-utils.c: Same.
2334 * arm-nbsd-tdep.c: Same.
2335 * arm-tdep.c: Same.
2336 * ax-gdb.c: Same.
2337 * blockframe.c: Same.
2338 * btrace.c: Same.
2339 * c-varobj.c: Same.
2340 * coff-pe-read.c: Same.
2341 * coffread.c: Same.
2342 * cris-tdep.c: Same.
2343 * darwin-nat.c: Same.
2344 * dbxread.c: Same.
2345 * dcache.c: Same.
2346 * disasm.c: Same.
2347 * dtrace-probe.c: Same.
2348 * dwarf-index-write.c: Same.
2349 * dwarf2-frame-tailcall.c: Same.
2350 * dwarf2-frame.c: Same.
2351 * dwarf2read.c: Same.
2352 * eval.c: Same.
2353 * exceptions.c: Same.
2354 * fbsd-tdep.c: Same.
2355 * findvar.c: Same.
2356 * frame.c: Same.
2357 * frv-tdep.c: Same.
2358 * gnu-v3-abi.c: Same.
2359 * go32-nat.c: Same.
2360 * h8300-tdep.c: Same.
2361 * hppa-tdep.c: Same.
2362 * i386-linux-tdep.c: Same.
2363 * i386-tdep.c: Same.
2364 * ia64-libunwind-tdep.c: Same.
2365 * ia64-tdep.c: Same.
2366 * infcmd.c: Same.
2367 * infrun.c: Same.
2368 * linespec.c: Same.
2369 * linux-nat.c: Same.
2370 * linux-thread-db.c: Same.
2371 * machoread.c: Same.
2372 * mdebugread.c: Same.
2373 * mep-tdep.c: Same.
2374 * mn10300-tdep.c: Same.
2375 * namespace.c: Same.
2376 * objfiles.c: Same.
2377 * opencl-lang.c: Same.
2378 * or1k-tdep.c: Same.
2379 * osabi.c: Same.
2380 * ppc-linux-nat.c: Same.
2381 * ppc-linux-tdep.c: Same.
2382 * ppc-sysv-tdep.c: Same.
2383 * printcmd.c: Same.
2384 * procfs.c: Same.
2385 * record-btrace.c: Same.
2386 * record-full.c: Same.
2387 * remote-fileio.c: Same.
2388 * remote.c: Same.
2389 * rs6000-tdep.c: Same.
2390 * s12z-tdep.c: Same.
2391 * score-tdep.c: Same.
2392 * ser-base.c: Same.
2393 * ser-go32.c: Same.
2394 * skip.c: Same.
2395 * sol-thread.c: Same.
2396 * solib-svr4.c: Same.
2397 * solib.c: Same.
2398 * source.c: Same.
2399 * sparc-nat.c: Same.
2400 * sparc-sol2-tdep.c: Same.
2401 * sparc-tdep.c: Same.
2402 * sparc64-tdep.c: Same.
2403 * stabsread.c: Same.
2404 * stack.c: Same.
2405 * symfile.c: Same.
2406 * symtab.c: Same.
2407 * target-descriptions.c: Same.
2408 * target-float.c: Same.
2409 * thread.c: Same.
2410 * utils.c: Same.
2411 * valops.c: Same.
2412 * valprint.c: Same.
2413 * value.c: Same.
2414 * varobj.c: Same.
2415 * windows-nat.c: Same.
2416 * xcoffread.c: Same.
2417 * xstormy16-tdep.c: Same.
2418 * xtensa-tdep.c: Same.
2419
2420 2019-10-17 Tom Tromey <tromey@adacore.com>
2421
2422 * configure: Rebuild.
2423 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2424 in AC_CONFIG_FILES invocation.
2425 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2426 new-style config.status invocation.
2427
2428 2019-10-17 Tom de Vries <tdevries@suse.de>
2429
2430 * arm-nbsd-nat.c: Fix typos in comments.
2431 * arm-tdep.c: Same.
2432 * darwin-nat-info.c: Same.
2433 * dwarf2read.c: Same.
2434 * elfread.c: Same.
2435 * event-top.c: Same.
2436 * findvar.c: Same.
2437 * gdbtypes.c: Same.
2438 * hppa-tdep.c: Same.
2439 * i386-tdep.c: Same.
2440 * jit.c: Same.
2441 * main.c: Same.
2442 * mdebugread.c: Same.
2443 * moxie-tdep.c: Same.
2444 * nto-procfs.c: Same.
2445 * osabi.c: Same.
2446 * ppc-linux-tdep.c: Same.
2447 * remote.c: Same.
2448 * riscv-tdep.c: Same.
2449 * s390-tdep.c: Same.
2450 * sh-tdep.c: Same.
2451 * sparc-linux-tdep.c: Same.
2452 * sparc-nat.c: Same.
2453 * stack.c: Same.
2454 * target-descriptions.c: Same.
2455 * top.c: Same.
2456 * varobj.c: Same.
2457
2458 2019-10-16 Tom Tromey <tom@tromey.com>
2459
2460 * objfiles.h (struct objfile) <original_name>: Now const.
2461
2462 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2463
2464 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2465 pass on to sigsetjmp's second argument.
2466 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2467
2468 2019-10-16 Keith Seitz <keiths@redhat.com>
2469
2470 PR gdb/23567
2471 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2472 sections whose size is greater than the file size.
2473
2474 2019-10-16 Jim Wilson <jimw@sifive.com>
2475
2476 * riscv-tdep.c (riscv_gcc_target_options): New.
2477 (riscv_gnu_triplet_regexp): New.
2478 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2479 set_gdbarch_gnu_triplet_regexp.
2480
2481 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2482
2483 * Makefile.in: Add xml-builtin.h.
2484 * features/feature_to_c.sh: Add an include for xml-builtin.h
2485 to ensure that the compiler checks that the types match.
2486 * xml-builtin.h: New file.
2487 * xml-support.c (fetch_xml_builtin): Add missing const.
2488 * xml-support.h: Remove declaration of xml_builtins.
2489
2490 2019-10-16 Tom de Vries <tdevries@suse.de>
2491
2492 PR tdep/25096
2493 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2494 (amd64_classify_aggregate): ... here.
2495 (amd64_classify_aggregate_field): Handled fiels of nested structs
2496 recursively.
2497
2498 2019-10-16 Tom de Vries <tdevries@suse.de>
2499
2500 PR tdep/24104
2501 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2502 that handles 'theclass'.
2503
2504 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2505
2506 * linespec.c (decode_digits_ordinary): Update comment.
2507 * make-target-delegates: No longer need to handle VEC case.
2508 * memrange.c (normalize_mem_ranges): Update comment.
2509 * namespace.c (add_using_directive): Update comment.
2510 * objc-lang.c (uniquify_strings): Update comment.
2511 * ppc-linux-nat.c (struct thread_points): Update comment.
2512 * probe.h (find_probes_in_objfile): Update comment.
2513 * target.h (enum flash_preserve_mode): Update comment.
2514 * varobj.c (varobj_restrict_range): Update comment.
2515 * varobj.h (varobj_list_children): Update comment.
2516
2517 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2518
2519 * Makefile.in: Remove references to vec.h and vec.c.
2520 * aarch64-tdep.c: No longer include vec.h.
2521 * ada-lang.c: Likewise.
2522 * ada-lang.h: Likewise.
2523 * arm-tdep.c: Likewise.
2524 * ax.h: Likewise.
2525 * breakpoint.h: Likewise.
2526 * charset.c: Likewise.
2527 * cp-support.h: Likewise.
2528 * dtrace-probe.c: Likewise.
2529 * dwarf2read.c: Likewise.
2530 * extension.h: Likewise.
2531 * gdb_bfd.c: Likewise.
2532 * gdbsupport/gdb_vecs.h: Likewise.
2533 * gdbsupport/vec.c: Remove.
2534 * gdbsupport/vec.h: Remove.
2535 * gdbthread.h: Likewise.
2536 * guile/scm-type.c: Likewise.
2537 * inline-frame.c: Likewise.
2538 * machoread.c: Likewise.
2539 * memattr.c: Likewise.
2540 * memrange.h: Likewise.
2541 * namespace.h: Likewise.
2542 * nat/linux-btrace.h: Likewise.
2543 * osdata.c: Likewise.
2544 * parser-defs.h: Likewise.
2545 * progspace.h: Likewise.
2546 * python/py-type.c: Likewise.
2547 * record-btrace.c: Likewise.
2548 * rust-exp.y: Likewise.
2549 * solib-target.c: Likewise.
2550 * stap-probe.c: Likewise.
2551 * target-descriptions.c: Likewise.
2552 * target-memory.c: Likewise.
2553 * target.h: Likewise.
2554 * varobj.c: Likewise.
2555 * varobj.h: Likewise.
2556 * xml-support.h: Likewise.
2557
2558 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2559
2560 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2561 Update for new std::vector based implementation.
2562 (process_psymtab_comp_unit_reader): Likewise.
2563 (scan_partial_symbols): Likewise.
2564 (recursively_compute_inclusions): Likewise.
2565 (compute_compunit_symtab_includes): Likewise.
2566 (process_imported_unit_die): Likewise.
2567 (queue_and_load_dwo_tu): Likewise.
2568 (follow_die_sig_1): Likewise.
2569 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2570 (typedef dwarf2_per_cu_ptr): Remove.
2571 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2572 function.
2573 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2574 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2575 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2576 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2577 std::vector.
2578
2579 2019-10-15 Tom Tromey <tromey@adacore.com>
2580
2581 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2582 TID.
2583
2584 2019-10-15 Tom Tromey <tromey@adacore.com>
2585
2586 * windows-nat.c (windows_nat_target::fetch_registers)
2587 (windows_nat_target::store_registers): Rename "pid" to "tid".
2588
2589 2019-10-15 Tom Tromey <tromey@adacore.com>
2590
2591 * gdbarch.h, gdbarch.c: Rebuild.
2592 * gdbarch.sh (gcc_target_options): Change return type to
2593 std::string.
2594 * compile/compile.c (get_args): Update.
2595 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2596 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2597 std::string.
2598 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2599 std::string.
2600 * arch-utils.c (default_gcc_target_options): Return std::string.
2601 * arch-utils.h (default_gcc_target_options): Return std::string.
2602 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2603
2604 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2605
2606 * breakpoint.c (breakpoint_chain): Make static.
2607 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2608 of accessing breakpoint_chain.
2609
2610 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2611
2612 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2613 to a gdb::function_view and return value to bool.
2614 * breakpoint.h (iterate_over_breakpoints): Likewise.
2615 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2616 (pop_dummy_frame): Update.
2617 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2618 (gdbscm_breakpoints): Update.
2619 * python/py-breakpoint.c (build_bp_list): Update.
2620 (gdbpy_breakpoints): Update.
2621 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2622 Update.
2623 (bpfinishpy_handle_stop): Update.
2624 (bpfinishpy_handle_exit): Update.
2625 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2626 (svr4_update_solib_event_breakpoints): Update.
2627
2628 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2629
2630 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2631 when unwrapping single-field structs.
2632
2633 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2634
2635 * dwarf2read.c: Remove includes.
2636
2637 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2638
2639 * ui-out.c (ui_out::call_do_message): Silence
2640 -Wformat-nonliteral warning.
2641
2642 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2643
2644 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2645 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2646 include: readline/tilde.h.
2647
2648 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2649
2650 * remote.c (remote_target::get_trace_status): Remove declaration of
2651 trace_regblock_size.
2652
2653 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2654
2655 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2656 (show_user): Remove declaration of cmdlist.
2657 * cli/cli-cmds.h (max_user_call_depth): Declare.
2658 * cli/cli-script.c (execute_user_command): Remove declaration
2659 of max_user_call_depth.
2660
2661 2019-10-11 Jim Wilson <jimw@sifive.com>
2662
2663 * gdbsupport/print-utils.h (pulongest): Fix comment.
2664 (plongest): Likewise.
2665 (phex): Add missing comment, mention leading zeros.
2666 (phex_nz): Add mention of no leading zeros to comment.
2667
2668 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2669 plongest instead of unsigned long long cast.
2670
2671 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2672
2673 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2674 for external_editor_command and gdbtk_test.
2675
2676 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2677
2678 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2679 * varobj.c (varobjdebug): Move comment to...
2680 * varobj.h (varobjdebug): ...here, and declare.
2681
2682 2019-10-09 Tom Tromey <tom@tromey.com>
2683
2684 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2685 erase_data_content.
2686
2687 2019-10-09 Tom Tromey <tom@tromey.com>
2688
2689 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2690 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2691 * tui/tui-command.c (tui_cmd_window::resize)
2692 (tui_refresh_cmd_win): Update.
2693 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2694 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2695 * tui/tui-data.c (~tui_gen_win_info): Remove.
2696 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2697 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2698 (tui_redisplay_readline, tui_mld_flush)
2699 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2700 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2701 (tui_data_window::erase_data_content)
2702 (tui_data_item_window::rerender)
2703 (tui_data_item_window::refresh_window): Update.
2704 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2705 (box_win, tui_gen_win_info::make_window)
2706 (tui_gen_win_info::make_visible): Update.
2707 (tui_delete_win): Remove.
2708 * tui/tui-winsource.c
2709 (tui_source_window_base::do_erase_source_content): Update.
2710 (tui_show_source_line, tui_source_window_base::update_tab_width)
2711 (tui_source_window_base::update_exec_info): Update.
2712 * tui/tui-data.h (struct curses_deleter): New.
2713 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2714 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2715
2716 2019-10-09 Tom Tromey <tom@tromey.com>
2717
2718 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2719
2720 2019-10-09 Tom Tromey <tom@tromey.com>
2721
2722 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2723 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2724
2725 2019-10-09 Tom Tromey <tom@tromey.com>
2726
2727 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2728 window height directly.
2729 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2730 declare.
2731 * tui/tui-layout.c (tui_default_win_height): Remove.
2732 (tui_default_win_viewport_height): Remove.
2733
2734 2019-10-09 Tom Tromey <tom@tromey.com>
2735
2736 * tui/tui.h: Remove comments.
2737
2738 2019-10-09 Tom de Vries <tdevries@suse.de>
2739
2740 * python/lib/gdb/printer/bound_registers.py: Use
2741 '^builtin_type_bound128' as regexp argument for
2742 add_builtin_pretty_printer.
2743
2744 2019-10-09 Christian Biesinger <cbiesinger@google.com>
2745
2746 * guile/guile.c (guile_extension_script_ops): Remove forward
2747 declaration and mark as static.
2748 (guile_script_ops): Likewise.
2749 (extension_language_guile): Move further down in the file so
2750 it can reference the definitions for guile_{extension_,}script_ops.
2751
2752 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2753
2754 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2755 except SORTL, DFLTCC, and KDSA.
2756
2757 2019-10-08 Tom Tromey <tromey@adacore.com>
2758
2759 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2760 (struct safe_symbol_file_add_args): Remove.
2761
2762 2019-10-08 Tom Tromey <tromey@adacore.com>
2763
2764 * windows-nat.c: Don't include buildsym-legacy.h.
2765
2766 2019-10-08 Tom Tromey <tromey@adacore.com>
2767
2768 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2769
2770 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2771
2772 * gdbtypes.c (overload_debug): Move comment to header.
2773 * gdbtypes.h (overload_debug): Declare.
2774 * valops.c: Remove declaration of overload_debug, instead
2775 include gdbtypes.h.
2776
2777 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2778
2779 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2780 through _().
2781 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2782 move comment...
2783 * language.h (lang_frame_mismatch_warn): ... here. Also add
2784 declaration.
2785 * top.c (lang_frame_mismatch_warn): Remove declaration.
2786 (check_frame_language_change): Pass lang_frame_mismatch_warn
2787 through _().
2788
2789 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2790
2791 * c-lang.h (vtbl_ptr_name): Declare.
2792 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2793 it from the header.
2794 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2795
2796 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2797
2798 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2799 gdb_static_assert.
2800
2801 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2802
2803 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2804 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
2805 * ctfread.c: New file.
2806 * ctfread.h: New file.
2807 * elfread.c: Include ctfread.h.
2808 (struct elfinfo text_p): New member ctfsect.
2809 (elf_locate_sections): Mark CTF section.
2810 (elf_symfile_read): Call elfctf_build_psymtabs.
2811 * Makefile.in (LIBCTF): Add.
2812 (CLIBS): Use it.
2813 (CDEPS): Likewise.
2814 (DIST): Add ctfread.c.
2815
2816 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2817
2818 * ctfread.c (struct nextfield): Renamed to ...
2819 (struct ctf_nextfield): ... this.
2820 (struct field_info): Renamed to ...
2821 (strut ctf_field_info): ... this.
2822 (attach_fields_to_type): Update for renamed structures.
2823 (ctf_add_member_cb): Likewise.
2824 (ctf_add_enum_member_cb): Likewise.
2825 (process_struct_members): Likewise.
2826 (process_enum_type): Likewise.
2827
2828 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2829
2830 * tracectf.h: Rename, was ctf.h.
2831 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2832 * tracefile.c: Likewise.
2833 * tracepoint.c: Remove unused include ctf.h.
2834 * mi/mi-main.c: Likewise.
2835 * Makefile.in Replace ctf.c with tracectf.c.
2836
2837 2019-10-06 Joel Brobecker <brobecker@adacore.com>
2838
2839 * version.in: Change version number to "9.0.50.DATE-git".
2840
2841 2019-10-03 Tom Tromey <tom@tromey.com>
2842
2843 PR rust/24976:
2844 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2845
2846 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2847
2848 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2849 cp_search_name_hash.
2850 * NEWS: Add entry about nested function support.
2851
2852 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2853 Andrew Burgess <andrew.burgess@embecosm.com>
2854
2855 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2856 for nested static variables when searchin VAR_DOMAIN.
2857 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2858 global scope, update comment.
2859 (add_partial_subprogram): Call add_partial_subprogram recursively
2860 for nested subroutines when processinng Fortran.
2861 (load_partial_dies): Process the child entities of a subprogram
2862 when processing Fortran.
2863 (partial_die_parent_scope): Handle building scope
2864 for Fortran nested functions.
2865 (process_die): Record that nested functions have a scope.
2866 (new_symbol): Always record Fortran subprograms on the global
2867 symbol list.
2868 (determine_prefix): How to build the prefix for Fortran
2869 subprograms.
2870
2871 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2872
2873 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2874 have just sent the thread a SIGSTOP and are waiting for it to
2875 arrive.
2876
2877 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2878
2879 * btrace.c (btrace_add_pc): Remove whitespace before the template
2880 parameter in 'std::vector <...>'.
2881 (parse_xml_btrace_block): Likewise.
2882 (btrace_maint_decode_pt): Likewise.
2883 (btrace_maint_update_packets): Likewise.
2884 (btrace_maint_print_packets): Likewise.
2885 * btrace.h (struct btrace_maint_info): Likewise.
2886 * dwarf2read.c (struct type_unit_group): Likewise.
2887 (build_type_psymtabs_reader): Likewise.
2888 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2889 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2890 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2891
2892 2019-10-03 Tom de Vries <tdevries@suse.de>
2893
2894 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2895 the first line of the help text for set/show style metadata.
2896
2897 2019-10-02 Tom Tromey <tromey@adacore.com>
2898
2899 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2900 * gdbsupport/common-inferior.c: New file.
2901 * infcmd.c (startup_with_shell): Don't define.
2902 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2903 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2904 * inferior.h (startup_with_shell): Don't declare.
2905
2906 2019-10-02 Christian Biesinger <cbiesinger@google.com>
2907
2908 * gdbsupport/gdb_assert.h: Include errors.h.
2909 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2910
2911 2019-10-02 Tom Tromey <tromey@adacore.com>
2912
2913 * NEWS: Add $_ada_exception entry.
2914 * ada-lang.c (struct ada_catchpoint): Add constructor.
2915 <m_kind>: New member.
2916 (allocate_location_exception, re_set_exception): Remove
2917 "ex" parameter.
2918 (should_stop_exception): Compute $_ada_exception.
2919 (check_status_exception, print_it_exception)
2920 (print_one_exception, print_mention_exception): Remove
2921 "ex" parameter.
2922 (allocate_location_catch_exception, re_set_catch_exception)
2923 (check_status_exception, print_it_catch_exception)
2924 (print_one_catch_exception, print_mention_catch_exception)
2925 (print_recreate_catch_exception)
2926 (allocate_location_catch_exception_unhandled)
2927 (re_set_catch_exception_unhandled)
2928 (check_status_exception, print_it_catch_exception_unhandled)
2929 (print_one_catch_exception_unhandled)
2930 (print_mention_catch_exception_unhandled)
2931 (print_recreate_catch_exception_unhandled)
2932 (allocate_location_catch_assert, re_set_catch_assert)
2933 (check_status_assert, print_it_catch_assert)
2934 (print_one_catch_assert, print_mention_catch_assert)
2935 (print_recreate_catch_assert)
2936 (allocate_location_catch_handlers, re_set_catch_handlers)
2937 (check_status_handlers, print_it_catch_handlers)
2938 (print_one_catch_handlers, print_mention_catch_handlers)
2939 (print_recreate_catch_handlers): Remove.
2940 (create_ada_exception_catchpoint): Update.
2941 (initialize_ada_catchpoint_ops): Update.
2942
2943 2019-10-02 Tom Tromey <tromey@adacore.com>
2944
2945 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2946 (create_excep_cond_exprs): Simplify exception string computation.
2947 (ada_exception_catchpoint_cond_string): Likewise.
2948
2949 2019-10-02 Tom Tromey <tromey@adacore.com>
2950
2951 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2952 * ada-lang.c (lesseq_defined_than): Handle
2953 LOC_STATIC.
2954 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2955 parameter.
2956 (dwarf2_has_info): Likewise.
2957 (new_symbol): Set maybe_copied on symbol when
2958 appropriate.
2959 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2960 parameter.
2961 <can_copy>: New member.
2962 * elfread.c (record_minimal_symbol): Set maybe_copied
2963 on symbol when appropriate.
2964 (elf_symfile_read): Update call to dwarf2_has_info.
2965 * minsyms.c (lookup_minimal_symbol_linkage): New
2966 function.
2967 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2968 * symtab.c (get_symbol_address, get_msymbol_address):
2969 New functions.
2970 * symtab.h (get_symbol_address, get_msymbol_address):
2971 Declare.
2972 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2973 maybe_copied.
2974 (struct symbol, struct minimal_symbol) <maybe_copied>:
2975 New member.
2976
2977 2019-10-02 Tom Tromey <tromey@adacore.com>
2978
2979 * source.c (struct current_source_location): New.
2980 (current_source_key): New global.
2981 (current_source_symtab, current_source_line)
2982 (current_source_pspace): Remove.
2983 (get_source_location): New function.
2984 (get_current_source_symtab_and_line)
2985 (set_default_source_symtab_and_line)
2986 (set_current_source_symtab_and_line)
2987 (clear_current_source_symtab_and_line, select_source_symtab)
2988 (info_source_command, print_source_lines_base)
2989 (info_line_command, search_command_helper, _initialize_source):
2990 Update.
2991
2992 2019-10-02 Tom Tromey <tromey@adacore.com>
2993
2994 * source.c (select_source_symtab): Don't call
2995 decode_line_with_current_source.
2996
2997 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2998
2999 * symtab.c (lookup_global_symbol): Search global block.
3000
3001 2019-10-02 Tom Tromey <tromey@adacore.com>
3002
3003 * coffread.c (process_coff_symbol): Update.
3004 * dwarf2read.c (var_decode_location, new_symbol): Update.
3005 * mdebugread.c (parse_symbol): Update.
3006 * objfiles.c (relocate_one_symbol): Update.
3007 * stabsread.c (define_symbol, fix_common_block)
3008 (scan_file_globals): Update.
3009 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
3010 (SET_SYMBOL_VALUE_ADDRESS): New macro.
3011 * xcoffread.c (process_xcoff_symbol): Update.
3012
3013 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3014
3015 * MAINTAINERS: Update my email address.
3016
3017 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3018
3019 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
3020 std::vector.
3021 (build_type_psymtabs_reader): Update for std::vector.
3022 (build_type_psymtab_dependencies): Likewise.
3023 * dwarf2read.h: Remove use of DEF_VEC_P.
3024 (typedef sig_type_ptr): Delete.
3025
3026 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3027
3028 * btrace.c (btrace_maint_clear): Update to handle change from VEC
3029 to std::vector.
3030 (btrace_maint_decode_pt): Likewise, and move allocation of the
3031 vector outside of the loop.
3032 (btrace_maint_update_packets): Update to handle change from VEC to
3033 std::vector.
3034 (btrace_maint_print_packets): Likewise.
3035 (maint_info_btrace_cmd): Likewise.
3036 * btrace.h: Remove use of DEF_VEC_O.
3037 (typedef btrace_pt_packet_s): Delete.
3038 (struct btrace_maint_info) <packets>: Change fromm VEC to
3039 std::vector.
3040 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
3041
3042 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3043
3044 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
3045 make accesses into the vector constant references.
3046 (btrace_add_pc): Update for std::vector.
3047 (btrace_stitch_bts): Likewise.
3048 (parse_xml_btrace_block): Likewise.
3049 (btrace_maint_update_packets): Likewise.
3050 (btrace_maint_print_packets): Likewise.
3051 (maint_info_btrace_cmd): Likewise.
3052 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
3053 std::vector.
3054 (btrace_data::empty): Likewise.
3055 (btrace_data_append): Likewise.
3056 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
3057 (typedef btrace_block_s): Delete.
3058 (struct btrace_block): Add constructor.
3059 (struct btrace_data_bts) <blocks>: Change to std::vector.
3060 * nat/linux-btrace.c (perf_event_read_bts): Update for
3061 std::vector.
3062 (linux_read_bts): Likewise.
3063
3064 2019-10-01 Tom Tromey <tom@tromey.com>
3065
3066 * cli/cli-logging.c (show_logging_filename): Use styled_string.
3067
3068 2019-10-01 Tom Tromey <tom@tromey.com>
3069
3070 * stack.c (print_frame, info_frame_command_core): Use
3071 styled_string.
3072 * linux-thread-db.c (try_thread_db_load_1)
3073 (try_thread_db_load_from_pdir_1): Use styled_string.
3074 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
3075 (auto_load_section_scripts, info_auto_load_local_gdbinit)
3076 (maybe_print_unsupported_script_warning)
3077 (maybe_print_script_not_found_warning): Use styled_string.
3078 * ada-lang.c (user_select_syms): Use styled_string.
3079
3080 2019-10-01 Tom Tromey <tom@tromey.com>
3081
3082 * p-lang.c (pascal_printstr): Use metadata style.
3083 * value.c (show_convenience): Use metadata style.
3084 * valprint.c (valprint_check_validity, val_print_optimized_out)
3085 (val_print_not_saved, val_print_unavailable)
3086 (val_print_invalid_address, generic_val_print, val_print)
3087 (value_check_printable, val_print_array_elements): Use metadata
3088 style.
3089 * ui-out.h (class ui_out) <field_fmt>: New overload.
3090 <do_field_fmt>: Add style parameter.
3091 * ui-out.c (ui_out::field_fmt): New overload.
3092 * typeprint.c (type_print_unknown_return_type)
3093 (val_print_not_allocated, val_print_not_associated): Use metadata
3094 style.
3095 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
3096 parameter.
3097 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
3098 * tracepoint.c (tvariables_info_1): Use metadata style.
3099 * stack.c (print_frame_arg, print_frame_info, print_frame)
3100 (info_frame_command_core): Use metadata style.
3101 * skip.c (info_skip_command): Use metadata style.
3102 * rust-lang.c (rust_print_enum): Use metadata style.
3103 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
3104 metadata style.
3105 * python/py-framefilter.c (py_print_single_arg): Use metadata
3106 style.
3107 * printcmd.c (do_one_display, print_variable_and_value): Use
3108 metadata style.
3109 * p-valprint.c (pascal_val_print)
3110 (pascal_object_print_value_fields): Use metadata style.
3111 * p-typeprint.c (pascal_type_print_base): Use metadata style.
3112 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
3113 parameter.
3114 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
3115 * m2-valprint.c (m2_print_long_set): Use metadata style.
3116 * m2-typeprint.c (m2_print_type): Use metadata style.
3117 * infcmd.c (print_return_value_1): Use metadata style.
3118 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
3119 * f-valprint.c (info_common_command_for_block): Use metadata
3120 style.
3121 * f-typeprint.c (f_type_print_base): Use metadata style.
3122 * expprint.c (print_subexp_standard): Use metadata style.
3123 * cp-valprint.c (cp_print_value_fields): Use metadata style.
3124 * cli/cli-style.h (class cli_style_option): Add constructor.
3125 (metadata_style): Declare.
3126 * cli/cli-style.c (metadata_style): New global.
3127 (_initialize_cli_style): Register metadata style.
3128 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
3129 parameter.
3130 * cli-out.c (cli_ui_out::do_field_fmt): Update.
3131 * c-typeprint.c (c_type_print_base_struct_union)
3132 (c_type_print_base_1): Use metadata style.
3133 * breakpoint.c (watchpoint_value_print)
3134 (print_one_breakpoint_location): Use metadata style.
3135 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
3136 style.
3137 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
3138 style.
3139 * ada-valprint.c (val_print_packed_array_elements, printstr)
3140 (print_field_values, ada_val_print_ref, ada_val_print): Use
3141 metadata style.
3142 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
3143 style.
3144 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
3145 style.
3146 * ada-lang.c (user_select_syms): Use metadata style.
3147
3148 2019-10-01 Tom Tromey <tom@tromey.com>
3149
3150 * cli/cli-cmds.c (pwd_command): Style output.
3151
3152 2019-10-01 Pedro Alves <palves@redhat.com>
3153 Tom Tromey <tom@tromey.com>
3154
3155 * symtab.c (print_symbol_info): Use %ps.
3156 (print_msymbol_info): Use %ps.
3157 * symfile.c (symbol_file_add_with_addrs): Use %ps.
3158 * printcmd.c (print_variable_and_value): Use %ps.
3159 * macrocmd.c (show_pp_source_pos): Use %ps.
3160 * infrun.c (print_exited_reason): Use ui_out::message.
3161 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3162 (describe_other_breakpoints): Use ui_out::message and new
3163 formats.
3164 (say_where): Use new formats.
3165 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3166 and new formats.
3167
3168 2019-10-01 Pedro Alves <palves@redhat.com>
3169 Tom Tromey <tom@tromey.com>
3170
3171 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3172 (test_gdb_formats): New function.
3173 (run_tests): Call it.
3174 (test_format_specifier): Update.
3175 * utils.h (fputs_filtered): Update comment.
3176 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3177 (fputs_styled_unfiltered): Declare.
3178 * utils.c (fputs_styled_unfiltered): New function.
3179 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3180 (vfprintf_filtered): Update.
3181 (vfprintf_unfiltered, vprintf_filtered): Update.
3182 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3183 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3184 disallow_ui_out_field>: New constants.
3185 (enum class field_kind): New.
3186 (struct base_field_s, struct signed_field_s): New.
3187 (signed_field): New function.
3188 (struct string_field_s): New.
3189 (string_field): New function.
3190 (struct styled_string_s): New.
3191 (styled_string): New function.
3192 (class ui_out) <message>: Add comment.
3193 <vmessage, call_do_message>: New methods.
3194 <do_message>: Add style parameter.
3195 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3196 methods.
3197 (ui_out::message): Rewrite.
3198 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3199 parameter.
3200 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3201 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3202 gdb_extensions parameter.
3203 (class format_piece): Add parameter to constructor.
3204 (n_int_args): New field.
3205 * gdbsupport/format.c (format_pieces::format_pieces): Add
3206 gdb_extensions parameter. Handle '*'.
3207 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3208 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3209 vfprintf_styled_no_gdbfmt.
3210 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3211 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3212 unfiltered output.
3213 * ui-style.h (struct ui_file_style) <ptr>: New method.
3214
3215 2019-10-01 Tom Tromey <tom@tromey.com>
3216
3217 * unittests/format_pieces-selftests.c: Update. Add final format.
3218 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3219 empty literal pieces.
3220
3221 2019-10-01 Tom Tromey <tom@tromey.com>
3222
3223 * ui-out.h (enum class ui_out_style_kind): Remove.
3224 (class ui_out) <field_string, field_stsream, do_field_string>:
3225 Change type of "style".
3226 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3227 (ui_out::field_string): Update.
3228 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3229 of "style".
3230 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3231 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3232 * stack.c (print_frame_arg, print_frame_info, print_frame):
3233 Update.
3234 * source.c (print_source_lines_base): Update.
3235 * solib.c (info_sharedlibrary_command): Update.
3236 * skip.c (info_skip_command): Update.
3237 * record-btrace.c (btrace_call_history_src_line)
3238 (btrace_call_history): Update.
3239 * python/py-framefilter.c (py_print_frame): Update.
3240 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3241 "style".
3242 * mi/mi-out.c (mi_ui_out::do_table_header)
3243 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3244 (mi_ui_out::do_field_string): Update.
3245 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3246 Update.
3247 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3248 "style".
3249 * cli-out.c (cli_ui_out::do_table_header)
3250 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3251 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3252 (cli_ui_out::do_field_fmt): Update.
3253 * breakpoint.c (print_breakpoint_location): Update.
3254 (update_static_tracepoint): Update.
3255
3256 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3257
3258 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3259 conversion of gdb_datadir.
3260 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3261 remove not needed c_str ().
3262
3263 2019-09-30 Ali Tamur <tamur@google.com>
3264
3265 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3266 (dwarf2_string_attr): Likewise.
3267
3268 2019-09-30 Ali Tamur <tamur@google.com>
3269
3270 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3271 (process_full_type_unit): Likewise.
3272 (dump_die_shallow): Likewise.
3273 (cu_debug_loc_section): Likewise.
3274
3275 2019-09-28 Christian Biesinger <cbiesinger@google.com>
3276
3277 * minsyms.c (compare_minimal_symbols): Rename to...
3278 (minimal_symbol_is_less_than): ...this, and adjust to STL
3279 conventions (return bool, take arguments as references)
3280 (minimal_symbol_reader::install): Call std::sort instead
3281 of qsort.
3282
3283 2019-09-29 Christian Biesinger <cbiesinger@google.com>
3284
3285 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3286 hash and why.
3287 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3288 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3289
3290 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3291
3292 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3293 * psympriv.h (add_psymbol_to_list): Move comment here and update
3294 it.
3295
3296 2019-09-29 Tom de Vries <tdevries@suse.de>
3297
3298 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3299 Use $tmpdir/$(basename "$output_file").dwz instead of
3300 "${output_file}.dwz".
3301
3302 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3303
3304 PR gdb/25045
3305 * hppa-linux-nat.c: Include gdbarch.h.
3306
3307 2019-09-26 Christian Biesinger <cbiesinger@google.com>
3308
3309 * blockframe.c (find_pc_partial_function): Change return type to bool.
3310 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3311 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3312 (stub_gnu_ifunc_resolve_name): Likewise.
3313 * symtab.c (compare_filenames_for_search): Likewise.
3314 (compare_glob_filenames_for_search): Likewise.
3315 (matching_obj_sections): Likewise.
3316 (symbol_matches_domain): Likewise.
3317 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3318 (find_line_pc): Change return type to bool.
3319 (find_line_pc_range): Likewise.
3320 (producer_is_realview): Likewise.
3321 * symtab.h (symbol_matches_domain): Likewise.
3322 (find_pc_partial_function): Likewise.
3323 (find_pc_line_pc_range): Likewise.
3324 (in_gnu_ifunc_stub): Likewise.
3325 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3326 (find_line_pc): Likewise.
3327 (find_line_pc_range): Likewise.
3328 (matching_obj_sections): Likewise.
3329 (find_line_symtab): Change out parameter to bool.
3330 (producer_is_realview): Change return type to bool.
3331 (compare_filenames_for_search): Likewise.
3332 (compare_glob_filenames_for_search): Likewise.
3333
3334 2019-09-26 Tom Tromey <tom@tromey.com>
3335
3336 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3337 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3338 * gdb_usleep.h: Remove.
3339 * gdb_usleep.c: Remove.
3340 * utils.c: Don't include gdb_usleep.h.
3341
3342 2019-09-26 Tom Tromey <tromey@adacore.com>
3343
3344 * python/py-type.c (type_to_type_object): Call check_typedef
3345 for stub types.
3346
3347 2019-09-26 Tom Tromey <tom@tromey.com>
3348
3349 * utils.h (initialize_utils): Don't declare.
3350 * top.c (gdb_init): Don't call initialize_utils.
3351 * utils.c (initialize_utils): Remove. Move contents...
3352 (_initialize_utils): ... here.
3353
3354 2019-09-25 Tom Tromey <tom@tromey.com>
3355
3356 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3357 * utils.h (make_hex_string): Don't declare.
3358 * utils.c (make_hex_string): Remove.
3359
3360 2019-09-24 Tom de Vries <tdevries@suse.de>
3361
3362 PR gdb/23815
3363 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3364 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3365
3366 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3367
3368 * NEWS: Mention new simulator port for PRU.
3369
3370 2019-09-23 Christian Biesinger <cbiesinger@google.com>
3371
3372 * ada-exp.y (write_object_remaining): Update.
3373 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3374 and eliminate the static buffer.
3375 (ada_decode_symbol): Update.
3376 (ada_la_decode): Update.
3377 (ada_sniff_from_mangled_name): Update.
3378 (is_valid_name_for_wild_match): Update.
3379 (ada_lookup_name_info::matches): Update and simplify.
3380 (name_matches_regex): Update.
3381 (ada_add_global_exceptions): Update.
3382 * ada-lang.h (ada_decode): Update signature.
3383 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3384 * dwarf-index-write.c (debug_names::insert): Update.
3385
3386 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3387
3388 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3389 formatting.
3390
3391 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3392
3393 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3394 Change "nonzero" to "true" in documentation.
3395
3396 2019-09-20 Christian Biesinger <cbiesinger@google.com>
3397
3398 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3399 (_initialize_darwin_solib): Don't set
3400 darwin_so_ops.lookup_lib_global_symbol.
3401 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3402 set_gdbarch_iterate_over_objfiles_in_search_order.
3403 (elf_lookup_lib_symbol): Rename to...
3404 (svr4_iterate_over_objfiles_in_search_order): this, and update
3405 to iterate semantics.
3406 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3407 * solib.c (solib_global_lookup): Remove.
3408 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3409 (solib_global_lookup): Remove.
3410 * symtab.c (lookup_global_or_static_symbol): Remove call to
3411 solib_global_lookup.
3412
3413 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3414
3415 * NEWS: Move entries about default MI version now being
3416 version 3, and about the GDB/MI fix for multi-location
3417 breakpoints to the "since GDB 8.3" section.
3418
3419 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3420
3421 GDB 8.3.1 released.
3422
3423 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3424
3425 * NEWS: Mention that Cell/B.E. debugging support was removed.
3426 * MAINTAINERS: Remove spu target.
3427
3428 * config/djgpp/fnchange.lst: Remove entries for removed files.
3429
3430 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3431 spu-multiarch.o, and spu-tdep.o.
3432 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3433 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3434 spu-multiarch.c, and spu-tdep.c.
3435 * spu-linux-nat.c: Remove file.
3436 * spu-multiarch.c: Remove file.
3437 * spu-tdep.c: Remove file.
3438 * spu-tdep.h: Remove file.
3439 * solib-spu.c: Remove file.
3440 * solib-spu.h: Remove file.
3441
3442 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3443 * configure.nat (spu-linux): Remove.
3444 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3445 solib-multiarch.o from gdb_target_obs.
3446 (spu*-*-*): Remove.
3447
3448 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3449 feature flag.
3450 (ppc_linux_no_features): Update.
3451 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3452 Cell/B.E. support.
3453 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3454 (tdesc_powerpc_cell64l): Likewise.
3455 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3456 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3457 Cell/B.E. support.
3458 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3459 Do not include "features/rs6000/powerpc-cell32l.c" or
3460 "features/rs6000/powerpc-cell64l.c".
3461 (ppc_linux_spu_section): Remove.
3462 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3463 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3464 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3465 (ppc_linux_spe_context_lookup): Remove.
3466 (ppc_linux_spe_context_inferior_created): Remove.
3467 (ppc_linux_spe_context_solib_loaded): Remove.
3468 (ppc_linux_spe_context_solib_unloaded): Remove.
3469 (ppc_linux_spe_context): Remove.
3470 (struct ppu2spu_cache): Remove.
3471 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3472 (struct ppu2spu_data): Remove.
3473 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3474 ppu2spu_unwind): Remove.
3475 (ppc_linux_init_abi): Remove Cell/B.E. support.
3476 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3477
3478 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3479 (rs6000/powerpc-cell64l-expedite): Likewise
3480 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3481 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3482 rs6000/powerpc-cell64l.xml.
3483 * features/rs6000/powerpc-cell32l.xml: Remove.
3484 * features/rs6000/powerpc-cell64l.xml: Likewise.
3485 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3486 * features/rs6000/powerpc-cell64l.c: Likewise.
3487 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3488 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3489 * regformats/reg-spu.dat: Remove.
3490
3491 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3492 * corelow.c (struct spuid_list): Remove.
3493 (add_to_spuid_list): Remove.
3494 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3495 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3496 (remote_protocol_features): Remove associated entries.
3497 (_initialize_remote): No longer initialize them.
3498 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3499 * linux-nat.c (SPUFS_MAGIC): Remove.
3500 (linux_proc_xfer_spu): Remove.
3501 (spu_enumerate_spu_ids): Remove.
3502 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3503 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3504 (linux_make_corefile_notes): No longer call it.
3505
3506 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3507 (cooked_write_test): Likewise.
3508
3509 2019-09-20 Tom Tromey <tom@tromey.com>
3510
3511 * NEWS: Mention case-sensitivity of TUI commands.
3512 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3513 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3514 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3515
3516 2019-09-20 Tom Tromey <tom@tromey.com>
3517
3518 * tui/tui-source.c (tui_source_window::set_contents): Use
3519 make_unique_xstrdup.
3520 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3521 make_unique_xstrdup.
3522
3523 2019-09-20 Tom Tromey <tom@tromey.com>
3524
3525 * tui/tui-data.c: Remove separator comments.
3526 * tui/tui-layout.c: Remove separator comments.
3527 * tui/tui-win.c: Remove separator comments.
3528 * tui/tui-wingeneral.c: Remove separator comments.
3529
3530 2019-09-20 Tom Tromey <tom@tromey.com>
3531
3532 * tui/tui.h (strcat_to_buf): Don't declare.
3533 * tui/tui.c (strcat_to_buf): Remove.
3534
3535 2019-09-20 Tom Tromey <tom@tromey.com>
3536
3537 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3538 from "fullname".
3539 * tui/tui-source.c (tui_source_window::set_contents)
3540 (tui_source_window::location_matches_p)
3541 (tui_source_window::maybe_update): Update.
3542
3543 2019-09-20 Tom Tromey <tom@tromey.com>
3544
3545 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3546 Update.
3547 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3548 prefix.
3549 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3550 (tui_data_window::line_from_reg_element_no)
3551 (tui_data_window::first_reg_element_no_inline)
3552 (tui_data_window::show_registers)
3553 (tui_data_window::show_register_group)
3554 (tui_data_window::display_registers_from)
3555 (tui_data_window::display_registers_from_line)
3556 (tui_data_window::first_data_item_displayed)
3557 (tui_data_window::delete_data_content_windows)
3558 (tui_data_window::erase_data_content)
3559 (tui_data_window::do_scroll_vertical)
3560 (tui_data_window::refresh_window)
3561 (tui_data_window::check_register_values): Update.
3562
3563 2019-09-20 Tom Tromey <tom@tromey.com>
3564
3565 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3566 (struct tui_locator_window) <full_name, proc_name>: Now
3567 std::string.
3568 * tui/tui-stack.c (tui_locator_window::make_status_line)
3569 (tui_locator_window::set_locator_fullname)
3570 (tui_locator_window::set_locator_info): Update.
3571 * tui/tui-source.c (tui_source_window::set_contents)
3572 (tui_source_window::showing_source_p): Update.
3573
3574 2019-09-20 Tom Tromey <tom@tromey.com>
3575
3576 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3577 Don't call tui_locator_win_info_ptr.
3578
3579 2019-09-20 Tom Tromey <tom@tromey.com>
3580
3581 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3582
3583 2019-09-20 Tom Tromey <tom@tromey.com>
3584
3585 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3586 height for locator.
3587 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3588 * tui/tui-layout.c (show_source_disasm_command, show_data)
3589 (show_source_or_disasm_and_command): Use 1 as height for locator.
3590
3591 2019-09-20 Tom Tromey <tom@tromey.com>
3592
3593 * tui/tui.c (tui_enable): Update.
3594 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3595 Update.
3596 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3597 Update.
3598 * tui/tui-data.c (win_resized): Now bool.
3599 (tui_win_resized): Return bool.
3600 (tui_set_win_resized_to): Accept a bool.
3601
3602 2019-09-20 Tom Tromey <tom@tromey.com>
3603
3604 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3605 Change type of "refresh_values_only".
3606 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3607 type of "refresh_values_only".
3608
3609 2019-09-20 Tom Tromey <tom@tromey.com>
3610
3611 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3612 std::string.
3613 (tui_disassemble): Add "pos" parameter.
3614 (tui_disasm_window::set_contents): Simplify.
3615
3616 2019-09-20 Tom Tromey <tom@tromey.com>
3617
3618 * tui/tui-winsource.h (struct tui_source_window_base)
3619 <show_source_content>: Now private.
3620 * tui/tui-winsource.c
3621 (tui_source_window_base::show_source_content): Don't handle empty
3622 content case.
3623
3624 2019-09-20 Tom Tromey <tom@tromey.com>
3625
3626 * tui/tui-layout.c (show_source_disasm_command)
3627 (show_source_or_disasm_and_command): Don't call
3628 show_source_content.
3629
3630 2019-09-20 Tom Tromey <tom@tromey.com>
3631
3632 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3633 Declare.
3634 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3635 from tui_make_status_line.
3636 (tui_locator_window::rerender): Update.
3637
3638 2019-09-20 Tom Tromey <tom@tromey.com>
3639
3640 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3641 (tui_locator_window::rerender): Update.
3642
3643 2019-09-20 Tom Tromey <tom@tromey.com>
3644
3645 * tui/tui-winsource.h (struct tui_source_window_base)
3646 <~tui_source_window_base>: Don't declare.
3647 <fullname>: Remove.
3648 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3649 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3650 member.
3651 * tui/tui-source.c (tui_source_window::set_contents): Update.
3652 (tui_source_window::location_matches_p)
3653 (tui_source_window::maybe_update): Update.
3654
3655 2019-09-20 Tom Tromey <tom@tromey.com>
3656
3657 * tui/tui-winsource.h (~tui_source_element): Remove.
3658 (tui_source_element): Update.
3659 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3660 * tui/tui-winsource.c (tui_show_source_line): Update.
3661 * tui/tui-source.c (tui_source_window::set_contents): Update.
3662 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3663
3664 2019-09-20 Tom Tromey <tom@tromey.com>
3665
3666 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3667 declare.
3668 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3669 tui_clear_source_windows_detail.
3670 * tui/tui-winsource.h (struct tui_source_window_base)
3671 <clear_detail>: Don't declare.
3672 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3673 Remove.
3674 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3675
3676 2019-09-20 Tom Tromey <tromey@adacore.com>
3677
3678 PR ada/24919:
3679 * block.c (contained_in): Fix final return value.
3680
3681 2019-09-20 Alan Modra <amodra@gmail.com>
3682
3683 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3684 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3685 (read_indirect_string_from_dwz): Use bfd accessor.
3686 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3687 * machoread.c (macho_symfile_read_all_oso): Likewise.
3688 * solib.c (solib_bfd_open): Likewise.
3689
3690 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3691
3692 * eval.c: Move declaration of overload_resolution to...
3693 * value.h: ...here.
3694
3695 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3696
3697 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3698 * arm-linux-tdep.c: Likewise.
3699 * arm-nbsd-nat.c: Likewise.
3700 * arm-tdep.h: Declare arm_apcs_32.
3701 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3702
3703 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3704
3705 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3706 * dwarf2read.h: Declare dwarf_always_disassemble.
3707
3708 2019-09-19 Tom de Vries <tdevries@suse.de>
3709
3710 PR gdb/25009
3711 * source-cache.c (source_cache::ensure): Catch exception thrown during
3712 construction of the highlighter.
3713
3714 2019-09-18 Alan Modra <amodra@gmail.com>
3715
3716 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3717 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3718 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3719 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3720 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3721 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3722 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3723 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3724 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3725 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3726 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3727 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3728 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3729 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3730 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3731 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3732 * mi/mi-interp.c: Update throughout for bfd section macro and
3733 function changes.
3734 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3735 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3736
3737 2019-09-18 Tom Tromey <tom@tromey.com>
3738
3739 * NEWS: Add entry.
3740 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3741 call rl_initialize.
3742 (tui_enable): Do not call rl_initialize.
3743
3744 2019-09-18 Christian Groessler <chris@groessler.org>
3745
3746 * alpha-linux-nat.c: Include gdbarch.h.
3747
3748 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3749
3750 * ui-file.c: Include cli/cli-style.h.
3751 (term_cli_styling): Remove cli_styling declaration.
3752
3753 2019-09-18 Alan Modra <amodra@gmail.com>
3754
3755 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3756 to bfd_asymbol_section.
3757
3758 2019-09-18 Alan Modra <amodra@gmail.com>
3759
3760 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3761 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3762 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3763
3764 2019-09-18 Alan Modra <amodra@gmail.com>
3765
3766 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3767 * spu-linux-nat.c (spu_bfd_open): Likewise.
3768
3769 2019-09-18 Christian Biesinger <cbiesinger@google.com>
3770
3771 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3772 to bool to match definition in dwarf2read.c.
3773
3774 2019-09-17 Christian Biesinger <cbiesinger@google.com>
3775
3776 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3777 (print_signatures): Likewise.
3778 (trust_pad_over_xvs): Likewise.
3779 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3780 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3781 * arm-linux-nat.c (arm_apcs_32): Likewise.
3782 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3783 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3784 * arm-tdep.c (arm_debug): Likewise.
3785 (arm_apcs_32): Likewise.
3786 * auto-load.c (debug_auto_load): Likewise.
3787 (auto_load_gdb_scripts): Likewise.
3788 (global_auto_load): Likewise.
3789 (auto_load_local_gdbinit): Likewise.
3790 (auto_load_local_gdbinit_loaded): Likewise.
3791 * auto-load.h (global_auto_load): Likewise.
3792 (auto_load_local_gdbinit): Likewise.
3793 (auto_load_local_gdbinit_loaded): Likewise.
3794 * breakpoint.c (disconnected_dprintf): Likewise.
3795 (breakpoint_proceeded): Likewise.
3796 (automatic_hardware_breakpoints): Likewise.
3797 (always_inserted_mode): Likewise.
3798 (target_exact_watchpoints): Likewise.
3799 (_initialize_breakpoint): Update.
3800 * breakpoint.h (target_exact_watchpoints): Change to bool.
3801 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3802 * cli/cli-cmds.c (trace_commands): Likewise.
3803 * cli/cli-cmds.h (trace_commands): Likewise.
3804 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3805 to bool*.
3806 * cli/cli-logging.c (logging_overwrite): Change to bool.
3807 (logging_redirect): Likewise.
3808 (debug_redirect): Likewise.
3809 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3810 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3811 to bool.
3812 <boolean_option_def>: Update.
3813 (struct flag_option_def): Change default type of Context to bool
3814 from int.
3815 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3816 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3817 (get_setshow_command_value_string): Likewise.
3818 * cli/cli-style.c (cli_styling): Change to bool.
3819 (source_styling): Likewise.
3820 * cli/cli-style.h (source_styling): Likewise.
3821 (cli_styling): Likewise.
3822 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3823 to bool.
3824 * command.h (var_types): Update comment.
3825 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3826 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3827 bool.
3828 (debug_compile_cplus_scopes): Likewise.
3829 * compile/compile-internal.h (compile_debug): Likewise.
3830 * compile/compile.c (compile_debug): Likewise.
3831 (struct compile_options) <raw>: Likewise.
3832 * cp-support.c (catch_demangler_crashes): Likewise.
3833 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3834 (usr_cmd_cris_dwarf2_cfi): Likewise.
3835 * csky-tdep.c (csky_debug): Likewise.
3836 * darwin-nat.c (enable_mach_exceptions): Likewise.
3837 * dcache.c (dcache_enabled_p): Likewise.
3838 * defs.h (info_verbose): Likewise.
3839 * demangle.c (demangle): Likewise.
3840 (asm_demangle): Likewise.
3841 * dwarf-index-cache.c (debug_index_cache): Likewise.
3842 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3843 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3844 * dwarf2read.c (check_physname): Likewise.
3845 (use_deprecated_index_sections): Likewise.
3846 (dwarf_always_disassemble): Likewise.
3847 * eval.c (overload_resolution): Likewise.
3848 * event-top.c (set_editing_cmd_var): Likewise.
3849 (exec_done_display_p): Likewise.
3850 * event-top.h (set_editing_cmd_var): Likewise.
3851 (exec_done_display_p): Likewise.
3852 * exec.c (write_files): Likewise.
3853 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3854 (debug_fbsd_nat): Likewise.
3855 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3856 Likewise.
3857 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3858 <backtrace_past_entry> Likewise.
3859 * gdb-demangle.h (demangle): Likewise.
3860 (asm_demangle): Likewise.
3861 * gdb_bfd.c (bfd_sharing): Likewise.
3862 * gdbcore.h (write_files): Likewise.
3863 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3864 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3865 * gdbthread.h (print_thread_events): Likewise.
3866 * gdbtypes.c (opaque_type_resolution): Likewise.
3867 (strict_type_checking): Likewise.
3868 * gnu-nat.c (gnu_debug_flag): Likewise.
3869 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3870 * guile/scm-param.c (pascm_variable): Add boolval.
3871 (add_setshow_generic): Update.
3872 (pascm_param_value): Update.
3873 (pascm_set_param_value_x): Update.
3874 * hppa-tdep.c (hppa_debug): Change to bool..
3875 * infcall.c (may_call_functions_p): Likewise.
3876 (coerce_float_to_double_p): Likewise.
3877 (unwind_on_signal_p): Likewise.
3878 (unwind_on_terminating_exception_p): Likewise.
3879 * infcmd.c (startup_with_shell): Likewise.
3880 * inferior.c (print_inferior_events): Likewise.
3881 * inferior.h (startup_with_shell): Likewise.
3882 (print_inferior_events): Likewise.
3883 * infrun.c (step_stop_if_no_debug): Likewise.
3884 (detach_fork): Likewise.
3885 (debug_displaced): Likewise.
3886 (disable_randomization): Likewise.
3887 (non_stop): Likewise.
3888 (non_stop_1): Likewise.
3889 (observer_mode): Likewise.
3890 (observer_mode_1): Likewise.
3891 (set_observer_mode): Update.
3892 (sched_multi): Change to bool.
3893 * infrun.h (debug_displaced): Likewise.
3894 (sched_multi): Likewise.
3895 (step_stop_if_no_debug): Likewise.
3896 (non_stop): Likewise.
3897 (disable_randomization): Likewise.
3898 * linux-tdep.c (use_coredump_filter): Likewise.
3899 (dump_excluded_mappings): Likewise.
3900 * linux-thread-db.c (auto_load_thread_db): Likewise.
3901 (check_thread_db_on_load): Likewise.
3902 * main.c (captured_main_1): Update.
3903 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3904 xx2_opt, boolean_opt>: Change to bool.
3905 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3906 * maint.c (maintenance_profile_p): Likewise.
3907 (per_command_time): Likewise.
3908 (per_command_space): Likewise.
3909 (per_command_symtab): Likewise.
3910 * memattr.c (inaccessible_by_default): Likewise.
3911 * mi/mi-main.c (mi_async): Likewise.
3912 (mi_async_1): Likewise.
3913 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3914 * nat/fork-inferior.h (startup_with_shell): Likewise.
3915 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3916 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3917 * nios2-tdep.c (nios2_debug): Likewise.
3918 * or1k-tdep.c (or1k_debug): Likewise.
3919 * parse.c (parser_debug): Likewise.
3920 * parser-defs.h (parser_debug): Likewise.
3921 * printcmd.c (print_symbol_filename): Likewise.
3922 * proc-api.c (procfs_trace): Likewise.
3923 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3924 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3925 (set_parameter_value): Update.
3926 (add_setshow_generic): Update.
3927 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3928 to bool*.
3929 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3930 int*.
3931 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3932 * record-btrace.c (record_btrace_target::store_registers): Update.
3933 * record-full.c (record_full_memory_query): Change to bool.
3934 (record_full_stop_at_limit): Likewise.
3935 * record-full.h (record_full_memory_query): Likewise.
3936 * remote-notif.c (notif_debug): Likewise.
3937 * remote-notif.h (notif_debug): Likewise.
3938 * remote.c (use_range_stepping): Likewise.
3939 (interrupt_on_connect): Likewise.
3940 (remote_break): Likewise.
3941 * ser-tcp.c (tcp_auto_retry): Likewise.
3942 * ser-unix.c (serial_hwflow): Likewise.
3943 * skip.c (debug_skip): Likewise.
3944 * solib-aix.c (solib_aix_debug): Likewise.
3945 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3946 (spu_auto_flush_cache_p): Likewise.
3947 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3948 Likewise.
3949 (struct info_print_options) <quiet>: Likewise.
3950 * symfile-debug.c (debug_symfile): Likewise.
3951 * symfile.c (auto_solib_add): Likewise.
3952 (separate_debug_file_debug): Likewise.
3953 * symfile.h (auto_solib_add): Likewise.
3954 (separate_debug_file_debug): Likewise.
3955 * symtab.c (basenames_may_differ): Likewise.
3956 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3957 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3958 (struct info_types_options) <quiet>: Likewise.
3959 * symtab.h (demangle): Likewise.
3960 (basenames_may_differ): Likewise.
3961 * target-dcache.c (stack_cache_enabled_1): Likewise.
3962 (code_cache_enabled_1): Likewise.
3963 * target.c (trust_readonly): Likewise.
3964 (may_write_registers): Likewise.
3965 (may_write_memory): Likewise.
3966 (may_insert_breakpoints): Likewise.
3967 (may_insert_tracepoints): Likewise.
3968 (may_insert_fast_tracepoints): Likewise.
3969 (may_stop): Likewise.
3970 (auto_connect_native_target): Likewise.
3971 (target_stop_and_wait): Update.
3972 (target_async_permitted): Change to bool.
3973 (target_async_permitted_1): Likewise.
3974 (may_write_registers_1): Likewise.
3975 (may_write_memory_1): Likewise.
3976 (may_insert_breakpoints_1): Likewise.
3977 (may_insert_tracepoints_1): Likewise.
3978 (may_insert_fast_tracepoints_1): Likewise.
3979 (may_stop_1): Likewise.
3980 * target.h (target_async_permitted): Likewise.
3981 (may_write_registers): Likewise.
3982 (may_write_memory): Likewise.
3983 (may_insert_breakpoints): Likewise.
3984 (may_insert_tracepoints): Likewise.
3985 (may_insert_fast_tracepoints): Likewise.
3986 (may_stop): Likewise.
3987 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3988 (make_thread_apply_all_options_def_group): Change argument from int*
3989 to bool*.
3990 (thread_apply_all_command): Update.
3991 (print_thread_events): Change to bool.
3992 * top.c (confirm): Likewise.
3993 (command_editing_p): Likewise.
3994 (history_expansion_p): Likewise.
3995 (write_history_p): Likewise.
3996 (info_verbose): Likewise.
3997 * top.h (confirm): Likewise.
3998 (history_expansion_p): Likewise.
3999 * tracepoint.c (disconnected_tracing): Likewise.
4000 (circular_trace_buffer): Likewise.
4001 * typeprint.c (print_methods): Likewise.
4002 (print_typedefs): Likewise.
4003 * utils.c (debug_timestamp): Likewise.
4004 (sevenbit_strings): Likewise.
4005 (pagination_enabled): Likewise.
4006 * utils.h (sevenbit_strings): Likewise.
4007 (pagination_enabled): Likewise.
4008 * valops.c (overload_resolution): Likewise.
4009 * valprint.h (struct value_print_options) <prettyformat_arrays,
4010 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
4011 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
4012 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
4013 Likewise.
4014 * windows-nat.c (new_console): Likewise.
4015 (cygwin_exceptions): Likewise.
4016 (new_group): Likewise.
4017 (debug_exec): Likewise.
4018 (debug_events): Likewise.
4019 (debug_memory): Likewise.
4020 (debug_exceptions): Likewise.
4021 (useshell): Likewise.
4022 * windows-tdep.c (maint_display_all_tib): Likewise.
4023 * xml-support.c (debug_xml): Likewise.
4024
4025 2019-09-17 Mike Gulick <mgulick@mathworks.com>
4026
4027 * source.c (prepare_path_for_appending): New function.
4028 (openp): Make use of new function.
4029 (find_and_open_source): Search for the compilation directory and
4030 source file as a relative path beneath the directory search path.
4031
4032 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4033
4034 * source-cache.c (source_cache::get_line_charpos): Catch
4035 exceptions and return false, this matches the behaviour documented
4036 in the header file.
4037
4038 2019-09-17 Joel Brobecker <brobecker@adacore.com>
4039
4040 * ada-tasks.c (info_task): Remove quoting of the task's name.
4041
4042 2019-09-16 Christian Biesinger <cbiesinger@google.com>
4043
4044 * symfile.c (auto_solib_add): Replace comment with a reference
4045 to the header file.
4046
4047 2019-09-14 Christian Biesinger <cbiesinger@google.com>
4048
4049 * NEWS: Mention that gdb can now be compiled with Python 3
4050 on Windows.
4051
4052 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4053
4054 * maint.c (maint_print_section_data::maint_print_section_data):
4055 Force use of 'float log10 (float)' by casting the argument to
4056 float.
4057
4058 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4059
4060 * maint.c: Add 'cmath' include.
4061 (struct maint_print_section_data): New structure.
4062 (print_section_index): New function.
4063 (print_bfd_section_info): Add header comment, small whitespace
4064 cleanup, and update to call new print_section_index function.
4065 (print_objfile_section_info): Likewise.
4066 (maint_obj_section_from_bfd_section): New function.
4067 (print_bfd_section_info_maybe_relocated): New function.
4068 (maintenance_info_sections): Add header comment, always use
4069 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
4070
4071 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4072
4073 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
4074 inner scope, add check that the objfile has psymtabs before
4075 checking psymtabs_addrmap.
4076 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
4077
4078 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4079
4080 * NEWS: Announce that Ada task names are now shown at more places,
4081 and between quotes (except in info task output).
4082 * gdb/ada-tasks.c (task_to_str): New function.
4083 (display_current_task_id): Call task_to_str.
4084 (task_command_1): Likewise.
4085 (print_ada_task_info): In non-mi mode, Properly align headers and data
4086 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
4087
4088 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4089
4090 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
4091 prstatus.pr_lwp.pr_info instead of making it up.
4092
4093 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4094
4095 * auto-load.c (auto_load_expand_dir_vars): Update.
4096 * defs.h (gdb_datadir): Change to std::string.
4097 (python_libdir): Likewise.
4098 (relocate_gdb_directory): Change return type to std::string.
4099 * guile/guile.c (gdbscm_data_directory): Update.
4100 (initialize_scheme_side): Update.
4101 * jit.c (jit_reader_dir): Change to std::string.
4102 (jit_reader_load_command): Update.
4103 * main.c (gdb_datadir): Change to std::string.
4104 (python_libdir): Likewise.
4105 (set_gdb_data_directory): Update.
4106 (relocate_path): Change to return std::string.
4107 (relocate_gdb_directory): Change to return std::string.
4108 (relocate_gdbinit_path_maybe_in_datadir): Update.
4109 (captured_main_1): Update.
4110 * python/python.c (do_start_initialization): Update.
4111 * top.c (show_gdb_datadir): Update.
4112 * xml-syscall.c (xml_init_syscalls_info): Update.
4113 (init_syscalls_info): Update.
4114
4115 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4116
4117 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
4118 out of get_init_files.
4119 (get_init_files): Update.
4120
4121 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4122
4123 * main.c (get_init_files): Change to use std::string.
4124 (captured_main_1): Update.
4125 (print_gdb_help): Update.
4126
4127 2019-09-11 Ali Tamur <tamur@google.com>
4128
4129 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
4130 implementation.
4131
4132 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4133
4134 * dbxread.c (read_dbx_symtab): Update.
4135 * dwarf2read.c (load_partial_dies): Update.
4136 * mdebugread.c (parse_partial_symbols): Update.
4137 (handle_psymbol_enumerators): Update.
4138 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
4139 * psymtab.c (add_psymbol_to_bcache): Likewise.
4140 (add_psymbol_to_list): Likewise.
4141 * symtab.c (symbol_set_names): Likewise.
4142 * symtab.h (symbol_set_names): Likewise.
4143 * xcoffread.c (scan_xcoff_symtab): Update.
4144
4145 2019-09-11 Tom Tromey <tom@tromey.com>
4146
4147 * symfile-mem.c (symbol_file_add_from_memory): Use
4148 bfd_set_filename.
4149 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
4150 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
4151
4152 2019-09-10 Tom Tromey <tromey@adacore.com>
4153
4154 * dwarf-index-write.c (write_psymbols): Extend error message.
4155 (debug_names::insert): Add Ada code.
4156 (debug_names::write_psymbols): Remove Ada check.
4157 (debug_names) <m_string_obstack>: New member.
4158 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4159 (gdb_index_symbol_name_matcher::matches): Remove.
4160 (mapped_index_base::find_name_components_bounds): Add "lang"
4161 parameter.
4162 (mapped_index_base::build_name_components): Also split names
4163 according to Ada syntax.
4164 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4165 type of "match_callback".
4166 (check_match, check_find_bounds_finds)
4167 (dw2_expand_symtabs_matching): Update.
4168 (dw2_debug_names_iterator): Add new constructor.
4169 (dw2_debug_names_map_matching_symbols): New function.
4170 (dw2_debug_names_expand_symtabs_matching): Update.
4171 (dwarf2_debug_names_functions): Use
4172 dw2_debug_names_map_matching_symbols.
4173
4174 2019-09-10 Tom Tromey <tromey@adacore.com>
4175
4176 * dwarf2read.c (dw2_get_file_names_reader): Add the
4177 CU's file name to the results.
4178
4179 2019-09-10 Tom Tromey <tromey@adacore.com>
4180
4181 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4182 map_matching_symbols. Update.
4183 * dwarf2read.c (dw2_map_matching_symbols): Update.
4184 * psymtab.c (match_partial_symbol): Change type; update.
4185 (psym_map_matching_symbols): Likewise.
4186 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4187 type; update.
4188 * symfile.h (struct quick_symbol_functions)
4189 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4190 Remove "match".
4191
4192 2019-09-10 Tom Tromey <tromey@adacore.com>
4193
4194 * psymtab.c (map_block): Remove.
4195 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4196 * symtab.c (iterate_over_symbols_terminated): New function.
4197 * symtab.c (iterate_over_symbols_terminated): Declare.
4198
4199 2019-09-10 Tom Tromey <tromey@adacore.com>
4200
4201 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4202 * language.h (struct language_defn) <la_iterate_over_symbols>:
4203 Return bool.
4204 * symtab.c (iterate_over_symbols): Return bool.
4205 * symtab.h (iterate_over_symbols): Return bool.
4206
4207 2019-09-10 Tom Tromey <tromey@adacore.com>
4208
4209 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4210 (add_nonlocal_symbols): Update.
4211 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4212 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4213 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4214 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4215 Change type of "callback". Remove "data".
4216
4217
4218 2019-09-09 Ali Tamur <tamur@google.com>
4219
4220 * dwarf2read.c (comp_unit_head): Update comment.
4221 (dwarf2_dwo_name): New function declaration.
4222 (dwarf_unit_type_name): New function declaration.
4223 (read_comp_unit_head): Add support for new compilation units,
4224 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4225 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4226 (currently named as "signature") in their header. Also clarify error
4227 messages.
4228 (lookup_dwo_id): New function. Returns the dwo id of the given
4229 compile unit.
4230 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4231 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4232 functions.
4233 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4234 (dwarf2_dwo_name): Get the dwo name if present.
4235 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4236 purposes.
4237
4238 2019-09-09 Tom Tromey <tom@tromey.com>
4239
4240 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4241
4242 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4243
4244 * python/python.c (do_start_initialization): Make progname_copy static,
4245 to avoid a leak report.
4246
4247 2019-09-08 Tom Tromey <tom@tromey.com>
4248
4249 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4250
4251 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
4252
4253 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4254 Change type to gdb::optional<block_enum>.
4255 (dw2_symtab_iter_init): Change block_index parameter type
4256 to gdb::optional<block_enum>.
4257 (dw2_lookup_symbol): Change block_index parameter
4258 type to block_enum.c
4259 (dw2_debug_names_lookup_symbol): Likewise.
4260 * psymtab.c (psym_lookup_symbol): Likewise.
4261 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4262 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4263 Likewise.
4264
4265 2019-09-06 Christian Biesinger <cbiesinger@google.com>
4266
4267 * defs.h (relocate_gdb_directory): Change int to bool in
4268 signature and rename flag to relocatable.
4269 * main.c (relocate_path): Likewise.
4270 (relocate_gdb_directory): Likewise.
4271
4272 2019-09-06 Alan Modra <amodra@gmail.com>
4273
4274 * coffread.c (coff_symfile_read): Constify filename variable.
4275 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4276 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4277 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4278 * solib.c (reload_shared_libraries_1): Likewise.
4279 * symfile.c (reread_symbols): Likewise.
4280 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4281 * solib-darwin.c (darwin_bfd_open): Likewise.
4282 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4283
4284 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4285
4286 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4287 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4288
4289 2019-09-03 Tom Tromey <tromey@adacore.com>
4290
4291 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4292 types.
4293 (has_negatives): Unbias a range type bound.
4294 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4295 * gdbtypes.c (operator==): Handle new field.
4296 (create_range_type): Add "bias" parameter.
4297 (create_static_range_type, resolve_dynamic_range): Update.
4298 * gdbtypes.h (struct range_bounds) <bias>: New member.
4299 (create_range_type): Add bias parameter.
4300 * printcmd.c (print_scalar_formatted): Unbias range types.
4301 * value.c (unpack_long): Unbias range types.
4302 (pack_long): Bias range types.
4303
4304 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4305
4306 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4307 probe arguments.
4308
4309 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4310
4311 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4312 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4313 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4314 (compile_probe_arg): Likewise.
4315 * probe.h (get_argument_count): Likewise.
4316 * solib-svr4.c (solib_event_probe_action): Likewise.
4317 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4318
4319 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4320
4321 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4322 code to here...
4323 (svr4_create_solib_event_breakpoints): ...from here.
4324
4325 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4326
4327 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4328 suffix from warning message.
4329
4330 2019-08-30 Tom Tromey <tom@tromey.com>
4331
4332 * tui/tui-winsource.h (struct tui_source_window_base)
4333 <refresh_all>: Don't declare.
4334 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4335 Remove.
4336 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4337 tui_show_locator_content.
4338 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4339 declare.
4340 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4341 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4342 declare.
4343
4344 2019-08-30 Tom Tromey <tom@tromey.com>
4345
4346 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4347
4348 2019-08-30 Tom Tromey <tom@tromey.com>
4349
4350 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4351 Remove unnecessary forward declarations.
4352
4353 2019-08-30 Tom Tromey <tom@tromey.com>
4354
4355 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4356 rerender.
4357 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4358 tui_show_locator_content.
4359
4360 2019-08-30 Tom Tromey <tom@tromey.com>
4361
4362 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4363 (tui_locator_window::rerender): Rewrite using body of previous
4364 tui_show_locator_content.
4365
4366 2019-08-30 Tom Tromey <tom@tromey.com>
4367
4368 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4369 set_locator_fullname>: New methods.
4370 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4371 Rename from tui_set_locator_fullname.
4372 (tui_locator_window::set_locator_info): Rename from
4373 tui_set_locator_info. Return bool.
4374 (tui_update_locator_fullname, tui_show_frame_info): Update.
4375
4376 2019-08-30 Tom Tromey <tom@tromey.com>
4377
4378 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4379
4380 2019-08-30 Tom Tromey <tom@tromey.com>
4381
4382 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4383 call touchwin.
4384
4385 2019-08-30 Tom Tromey <tom@tromey.com>
4386
4387 * tui/tui-wingeneral.c (box_win): Assume win_info and
4388 win_info->handle cannot be NULL.
4389
4390 2019-08-30 Tom Tromey <tom@tromey.com>
4391
4392 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4393 refresh_window>: Declare.
4394 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4395 resize.
4396 (tui_data_item_window::rerender): Rename from
4397 tui_display_register.
4398 (tui_data_item_window::refresh_window): New method.
4399 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4400 no-op.
4401
4402 2019-08-30 Tom Tromey <tom@tromey.com>
4403
4404 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4405 regs_column_count, current_group>: Move later. Now private.
4406 <get_current_group>: New method.
4407 * tui/tui-regs.c (tui_reg_command): Update.
4408 * tui/tui-layout.c (tui_set_layout): Update.
4409
4410 2019-08-30 Tom Tromey <tom@tromey.com>
4411
4412 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4413 (tui_data_window::rerender): Don't call
4414 check_and_display_highlight_if_needed.
4415 (tui_data_window::refresh_all): Remove call to
4416 erase_data_content.
4417
4418 2019-08-30 Tom Tromey <tom@tromey.com>
4419
4420 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4421 (tui_data_window::display_registers_from)
4422 (tui_data_window::display_reg_element_at_line)
4423 (tui_data_window::display_registers_from_line): Remove checks of
4424 "empty".
4425
4426 2019-08-30 Tom Tromey <tom@tromey.com>
4427
4428 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4429 Don't declare.
4430 * tui/tui-regs.c (tui_data_window::show_registers): Call
4431 rerender.
4432 (tui_data_window::rerender): Rename from display_all_data.
4433 (tui_data_window::rerender): Remove old implementation.
4434
4435 2019-08-30 Tom Tromey <tom@tromey.com>
4436
4437 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4438 text.
4439 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4440
4441 2019-08-29 Bernhard Wodok <barto@gmx.net>
4442 Sergio Durigan Junior <sergiodj@redhat.com>
4443
4444 PR win32/24284
4445 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4446
4447 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4448
4449 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4450 when searching for types.
4451
4452 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4453
4454 * f-lang.c (f_language_defn): Use f_print_typedef.
4455 * f-lang.h (f_print_typedef): Declare.
4456 * f-typeprint.c (f_print_typedef): Define.
4457
4458 2019-08-27 Christian Biesinger <cbiesinger@google.com>
4459
4460 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4461
4462 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4463
4464 * cli/cli-utils.c (info_print_options_defs): Delete.
4465 (make_info_print_options_def_group): Delete.
4466 (extract_info_print_options): Delete.
4467 (info_print_command_completer): Delete.
4468 (info_print_args_help): Add extra parameter, and optionally
4469 include text about -n flag.
4470 * cli/cli-utils.h (struct info_print_options): Delete.
4471 (extract_info_print_options): Delete declaration.
4472 (info_print_command_completer): Delete declaration.
4473 (info_print_args_help): Add extra parameter, extend header
4474 comment.
4475 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4476 search_symbols.
4477 * stack.c (struct info_print_options): New type.
4478 (info_print_options_defs): New file scoped variable.
4479 (make_info_print_options_def_group): New static function.
4480 (info_print_command_completer): New static function.
4481 (info_locals_command): Update to use new local functions.
4482 (info_args_command): Likewise.
4483 (_initialize_stack): Add extra parameter to calls to
4484 info_print_args_help.
4485 * symtab.c (search_symbols): Add extra parameter, use this to
4486 possibly excluse non-debug symbols.
4487 (symtab_symbol_info): Add extra parameter, which is passed on to
4488 search_symbols.
4489 (struct info_print_options): New type.
4490 (info_print_options_defs): New file scoped variable.
4491 (make_info_print_options_def_group): New static function.
4492 (info_print_command_completer): New static function.
4493 (info_variables_command): Update to use local functions, and pass
4494 extra parameter through to symtab_symbol_info.
4495 (info_functions_command): Likewise.
4496 (info_types_command): Pass additional argument through to
4497 symtab_symbol_info.
4498 (rbreak_command): Pass extra argument to search_symbols.
4499 (_initialize_symtab): Add extra arguments for calls to
4500 info_print_args_help, and update help text for 'info variables',
4501 'whereis', and 'info functions' commands.
4502 * symtab.h (search_symbols): Add extra argument to declaration.
4503 * NEWS: Mention new flags.
4504
4505 2019-08-26 Christian Biesinger <cbiesinger@google.com>
4506
4507 * symtab.c (lookup_static_symbol): Call the new function (and move
4508 it down to be next to lookup_global_symbol).
4509 (struct global_sym_lookup_data): Add block_enum member and rename to...
4510 (struct global_or_static_sym_lookup_data): ...this.
4511 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4512 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4513 (lookup_symbol_global_or_static_iterator_cb): ...this.
4514 (lookup_global_or_static_symbol): New function.
4515 (lookup_global_symbol): Call new function.
4516
4517 2019-08-26 Tom de Vries <tdevries@suse.de>
4518
4519 PR c++/24852
4520 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4521 when pc_probe.prob == NULL.
4522
4523 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4524
4525 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4526 variable symbol_linkage to symbol_linkage_.
4527
4528 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4529
4530 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4531 represent whether the symbol is static, dynamic, or we don't
4532 know.
4533
4534 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4535
4536 * gdb/rx-tdep.c (rx_register_names): New.
4537 (rx_register_name): Delete.
4538 (rx_psw_type): Delete.
4539 (rx_fpsw_type): Delete.
4540 (rx_register_type): Delete.
4541 (rx_gdbarch_init): Convert target-descriptions.
4542 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4543 * gdb/features/Makefile: Add rx.xml.
4544 * gdb/features/rx.xml: New.
4545 * gdb/features/rx.c: Generated.
4546 * gdb/NEWS: Mention target description support.
4547
4548 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4549
4550 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4551 *slot_ptr.
4552
4553 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4554
4555 * configure.ac: Don't check for 'dlfcn.h' (moved to
4556 gdbsupport/common.m4).
4557 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4558 'gdbsupport/'.
4559 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4560 * compile/compile-c-support.c: Include
4561 'gdbsupport/gdb-dlfcn.h'.
4562 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4563 * gdb-dlfcn.c: Move to...
4564 * gdbsupport/gdb-dlfcn.c: ... here.
4565 * gdb-dlfcn.h: Move to...
4566 * gdbsupport/gdb-dlfcn.h: ... here.
4567
4568 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4569
4570 * nios2-tdep.c (struct reg_value): Improve comments. Make
4571 the offset field signed.
4572
4573 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4574
4575 * python/lib/gdb/__init__.py (_execute_file): New function.
4576 * python/python.c (python_run_simple_file): Call gdb._execute_file
4577 on Windows.
4578
4579 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4580
4581 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4582 all uses as this was never set to anything but a zero value.
4583
4584 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4585
4586 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4587
4588 2019-08-21 Christian Biesinger <cbiesinger@google.com>
4589
4590 * tui/tui-data.h (tui_gen_win_info): Add an =default
4591 move constructor, required by some GCC versions.
4592
4593 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
4594
4595 * go32-nat.c (go32_sysinfo): Add hygon_p.
4596
4597 2019-08-20 Tom Tromey <tom@tromey.com>
4598
4599 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4600 line_from_reg_element_no, first_reg_element_no_inline,
4601 display_all_data, delete_data_content_windows,
4602 erase_data_content>: Now private.
4603
4604 2019-08-20 Tom Tromey <tom@tromey.com>
4605
4606 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4607 (tui_unhighlight_win, tui_highlight_win)
4608 (tui_win_info::make_window): Update.
4609 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4610
4611 2019-08-20 Tom Tromey <tom@tromey.com>
4612
4613 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4614 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4615 (MAX_PID_WIDTH): Move to tui-stack.c.
4616 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4617 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4618 (MAX_PID_WIDTH): Move from tui-data.h.
4619
4620 2019-08-20 Tom Tromey <tom@tromey.com>
4621
4622 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4623 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4624 (box_win): Update.
4625 (tui_gen_win_info::make_window): Rename from tui_make_window.
4626 (tui_win_info::make_window): New method.
4627 (tui_gen_win_info::make_visible): Update.
4628 * tui/tui-source.c (tui_source_window::set_contents): Update.
4629 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4630 (tui_data_window::display_registers_from): Update.
4631 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4632 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4633 Declare.
4634 <can_box>: Remove.
4635 <title>: Remove.
4636 (struct tui_win_info) <make_window>: Declare.
4637 <can_box>: Now virtual.
4638 <title>: New member.
4639 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4640 * tui/tui-command.c (tui_cmd_window::resize): Update.
4641
4642 2019-08-20 Tom Tromey <tom@tromey.com>
4643
4644 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4645 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4646 (tui_data_window::check_register_values): Update.
4647
4648 2019-08-20 Tom Tromey <tom@tromey.com>
4649
4650 * tui/tui-regs.h (struct tui_data_window): Use
4651 DISABLE_COPY_AND_ASSIGN.
4652 <regs_content>: Change type, removing unique_ptr.
4653 <tui_data_window>: Add move constructor.
4654 * tui/tui-regs.c (tui_data_window::show_registers)
4655 (tui_data_window::show_register_group)
4656 (tui_data_window::display_registers_from)
4657 (tui_data_window::display_registers_from)
4658 (tui_data_window::first_data_item_displayed)
4659 (tui_data_window::delete_data_content_windows)
4660 (tui_data_window::rerender, tui_data_window::refresh_window)
4661 (tui_data_window::check_register_values): Update.
4662
4663 2019-08-20 Tom Tromey <tom@tromey.com>
4664
4665 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4666 show_register_group>: Declare.
4667 (tui_show_register_group): Don't declare.
4668 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4669 tui_show_registers.
4670 (tui_data_window::show_register_group): Rename from
4671 tui_show_register_group.
4672 (tui_data_window::check_register_values, tui_reg_command):
4673 Update.
4674 * tui/tui-layout.c (tui_set_layout): Update.
4675
4676 2019-08-20 Tom Tromey <tom@tromey.com>
4677
4678 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4679 Declare.
4680 (tui_check_register_values): Don't declare.
4681 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4682 from tui_check_register_values.
4683 * tui/tui-hooks.c (tui_register_changed): Update.
4684
4685 2019-08-20 Tom Tromey <tom@tromey.com>
4686
4687 * tui/tui-regs.c (tui_reg_layout): Move later.
4688 (tui_show_registers): Don't enable TUI mode or change layout.
4689
4690 2019-08-20 Tom Tromey <tom@tromey.com>
4691
4692 * tui/tui-regs.h (struct tui_data_item_window)
4693 <~tui_data_item_window>: Remove.
4694 <content>: Now a unique_xmalloc_ptr.
4695 * tui/tui-regs.c (tui_register_format): Return a
4696 unique_xmalloc_ptr.
4697 (tui_get_register): Update.
4698 (~tui_data_item_window): Remove.
4699 (tui_data_window::display_registers_from, tui_display_register):
4700 Update.
4701 * tui/tui-io.h (tui_expand_tabs): Update.
4702 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4703 Remove "col" parameter.
4704
4705 2019-08-20 Tom Tromey <tom@tromey.com>
4706
4707 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4708 field.
4709 * tui/tui-regs.c (~tui_data_item_window): Update.
4710
4711 2019-08-20 Tom Tromey <tom@tromey.com>
4712
4713 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4714 earlier.
4715
4716 2019-08-20 Tom Tromey <tom@tromey.com>
4717
4718 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4719
4720 2019-08-20 Tom Tromey <tom@tromey.com>
4721
4722 * tui/tui-source.h (struct tui_source_window): Update.
4723 * tui/tui-regs.c (tui_show_registers): Update.
4724 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4725 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4726 (NO_REGS_STRING): Remove defines.
4727
4728 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
4729
4730 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4731 unnecessary thread walk if remote doesn't support the packet.
4732
4733 2019-08-19 Tom Tromey <tromey@adacore.com>
4734
4735 * python/py-value.c (value_has_field): Fix indentation.
4736
4737 2019-08-19 Tom Tromey <tromey@adacore.com>
4738
4739 * printcmd.c (do_one_display, info_display_command): Update.
4740 * block.h (contained_in): Return bool. Add allow_nested
4741 parameter.
4742 * block.c (contained_in): Return bool. Add allow_nested
4743 parameter.
4744
4745 2019-08-19 Tom Tromey <tom@tromey.com>
4746
4747 * configure: Rebuild.
4748 * configure.ac: Disallow the combination of -static-libstdc++ and
4749 source highlight.
4750 * source-cache.c (get_language_name): Handle rust.
4751 (source_cache::get_source_lines): Ignore highlighting exceptions.
4752
4753 2019-08-16 Tom Tromey <tom@tromey.com>
4754
4755 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4756 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4757 (struct tui_source_window_base) <make_visible, refresh_window,
4758 resize>: Remove methods.
4759 <execution_info>: Remove field.
4760 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4761 (tui_show_source_line, tui_source_window_base)
4762 (~tui_source_window_base): Update.
4763 (tui_source_window_base::resize)
4764 (tui_source_window_base::make_visible)
4765 (tui_source_window_base::refresh_window): Remove.
4766 (tui_source_window_base::update_exec_info): Update.
4767 * tui/tui-source.c (tui_source_window::set_contents): Update.
4768 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4769
4770 2019-08-16 Tom Tromey <tom@tromey.com>
4771
4772 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4773 deprecated_query_hook.
4774
4775 2019-08-16 Tom Tromey <tom@tromey.com>
4776
4777 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4778 (tui_update_source_windows_with_line): Update.
4779 * tui/tui-source.h (struct tui_source_window)
4780 <show_symtab_source>: Declare.
4781 (tui_show_symtab_source): Don't declare.
4782 * tui/tui-source.c (tui_show_symtab_source): Rename from
4783 tui_show_symtab_source.
4784
4785 2019-08-16 Tom Tromey <tom@tromey.com>
4786
4787 * tui/tui-winsource.h (struct tui_source_window_base)
4788 <set_contents>: Declare.
4789 * tui/tui-winsource.c
4790 (tui_source_window_base::update_source_window_as_is): Update.
4791 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4792 Declare.
4793 (tui_set_source_content): Don't declare.
4794 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4795 tui_set_source_content.
4796 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4797 Declare.
4798 (tui_set_disassem_content): Don't declare.
4799 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4800 tui_set_disassem_content.
4801
4802 2019-08-16 Tom Tromey <tom@tromey.com>
4803
4804 * tui/tui-winsource.h (struct tui_source_window_base)
4805 <update_breakpoint_info>: Declare.
4806 (tui_update_breakpoint_info): Don't declare.
4807 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4808 (tui_update_all_breakpoint_info): Update.
4809 (tui_source_window_base::update_breakpoint_info): Rename from
4810 tui_update_breakpoint_info.
4811 (tui_source_window_base::update_exec_info): Update.
4812
4813 2019-08-16 Tom Tromey <tom@tromey.com>
4814
4815 * tui/tui-winsource.h (struct tui_source_window_base)
4816 <update_source_window>: Declare.
4817 (tui_update_source_window): Don't declare.
4818 * tui/tui-winsource.c
4819 (tui_source_window_base::update_source_window): Rename from
4820 tui_update_source_window.
4821 (tui_source_window_base::rerender): Update.
4822 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4823 * tui/tui-disasm.c (tui_show_disassem)
4824 (tui_show_disassem_and_update_source)
4825 (tui_disasm_window::maybe_update): Update.
4826
4827 2019-08-16 Tom Tromey <tom@tromey.com>
4828
4829 * tui/tui-winsource.h (struct tui_source_window_base)
4830 <update_source_window_as_is>: Declare.
4831 (tui_update_source_window_as_is): Don't declare.
4832 * tui/tui-winsource.c (tui_update_source_window): Update
4833 (tui_source_window_base::update_source_window_as_is): Rename from
4834 tui_update_source_window_as_is.
4835 (tui_source_window_base::refill): Update.
4836 * tui/tui-source.c (tui_show_symtab_source): Update.
4837 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4838 Update.
4839
4840 2019-08-16 Tom Tromey <tom@tromey.com>
4841
4842 * tui/tui-winsource.h (tui_update_source_window)
4843 (tui_update_source_window_as_is): Remove "noerror" parameter.
4844 * tui/tui-winsource.c (tui_update_source_window)
4845 (tui_update_source_window_as_is): Remove "noerror" parameter.
4846 (tui_update_source_windows_with_addr)
4847 (tui_update_source_windows_with_line)
4848 (tui_source_window_base::rerender)
4849 (tui_source_window_base::refill): Update.
4850 * tui/tui-source.h (tui_set_source_content)
4851 (tui_show_symtab_source): Remove "noerror" parameter.
4852 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4853 parameter.
4854 (tui_show_symtab_source): Likewise.
4855 (tui_source_window::maybe_update): Update.
4856 * tui/tui-disasm.c (tui_show_disassem)
4857 (tui_show_disassem_and_update_source)
4858 (tui_disasm_window::do_scroll_vertical)
4859 (tui_disasm_window::maybe_update): Update.
4860
4861 2019-08-16 Tom Tromey <tom@tromey.com>
4862
4863 * tui/tui.c (tui_is_window_visible): Update.
4864 * tui/tui-wingeneral.c (tui_make_window)
4865 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4866 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4867 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4868 (tui_set_win_height_command, parse_scrolling_args): Update.
4869 * tui/tui-source.c (tui_source_window::style_changed): Update.
4870 * tui/tui-regs.c (tui_show_registers)
4871 (tui_data_window::first_data_item_displayed)
4872 (tui_data_window::delete_data_content_windows)
4873 (tui_check_register_values, tui_reg_command): Update.
4874 * tui/tui-disasm.c (tui_show_disassem): Update.
4875 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4876 method.
4877 <is_visible>: Remove field.
4878 * tui/tui-data.c (tui_next_win, tui_prev_win)
4879 (tui_delete_invisible_windows): Update.
4880
4881 2019-08-16 Tom Tromey <tom@tromey.com>
4882
4883 * tui/tui-winsource.h (struct tui_source_window_base)
4884 <m_has_locator>: Remove.
4885 * tui/tui-layout.c (show_source_disasm_command, show_data)
4886 (show_source_or_disasm_and_command): Update.
4887
4888 2019-08-16 Alan Hayward <alan.hayward@arm.com>
4889
4890 * NEWS (Other MI changes): New subsection.
4891 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4892 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4893 * arch-utils.c (default_get_pc_address_flags): New function.
4894 * arch-utils.h (default_get_pc_address_flags): New declaration.
4895 * gdbarch.sh: Add get_pc_address_flags.
4896 * gdbarch.c: Regenerate.
4897 * gdbarch.h: Likewise.
4898 * stack.c (print_pc): New function.
4899 (print_frame_info) (print_frame): Call print_pc.
4900
4901 2019-08-16 Tom de Vries <tdevries@suse.de>
4902
4903 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4904 print_objfile_section_info.
4905
4906 2019-08-15 Tom Tromey <tom@tromey.com>
4907
4908 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4909 calling update_cmdwin_start_line.
4910 * tui/tui-winsource.h (struct tui_source_window_base)
4911 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4912 <rerender>: Declare.
4913 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4914 Call rerender.
4915 (tui_source_window_base::set_new_height): Remove.
4916 (tui_source_window_base::rerender): Rename from
4917 do_make_visible_with_new_height.
4918 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4919 resize method.
4920 (tui_win_info::make_invisible_and_set_new_height)
4921 (tui_win_info::make_visible_with_new_height): Remove.
4922 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4923 Declare.
4924 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4925 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4926 do_make_visible_with_new_height>: Don't declare.
4927 <rerender>: Declare.
4928 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4929 set_new_height.
4930 (tui_data_window::do_make_visible_with_new_height): Remove.
4931 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4932 call tui_show_locator_content.
4933 (tui_gen_win_info::resize): Call rerender.
4934 (show_source_or_disasm_and_command): Don't call
4935 tui_show_locator_content.
4936 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4937 method.
4938 (struct tui_win_info) <rerender>: Declare.
4939 <set_new_height, make_invisible_and_set_new_height,
4940 make_visible_with_new_height>: Don't declare.
4941 * tui/tui-data.c (tui_win_list::rerender): New method.
4942 * tui/tui-command.h (struct tui_cmd_window)
4943 <do_make_visible_with_new_height>: Don't declare.
4944 * tui/tui-command.c
4945 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4946
4947 2019-08-15 Tom Tromey <tromey@adacore.com>
4948
4949 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4950 * ada-lang.c (ada_enum_name): Likewise.
4951
4952 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4953
4954 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4955 leading underscore.
4956 (GdbOutputErrorFile): Likewise.
4957 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4958 accordingly.
4959 (execute_unwinders): Rename to have a leading underscore.
4960 (auto_load_packages): Likewise.
4961 (global scope): Adjust call to auto_load_packages accordingly.
4962 (GdbSetPythonDirectory): Likewise.
4963 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4964 instead of execute_unwinders.
4965
4966 2019-08-15 Tom Tromey <tom@tromey.com>
4967
4968 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4969 (show_data): Don't change window visibility.
4970 (tui_gen_win_info::resize): Remove special case for command
4971 window. Use wresize, when available.
4972 (show_source_or_disasm_and_command): Don't change window
4973 visibility.
4974 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4975 <make_visible>: New method.
4976 * tui/tui-command.c (tui_cmd_window::resize): New method.
4977
4978 2019-08-15 Tom Tromey <tom@tromey.com>
4979
4980 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4981 (struct tui_source_windows): New.
4982 * tui/tui-winsource.c (tui_display_main): Update.
4983 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4984 (new_height_ok, parse_scrolling_args): Update.
4985 * tui/tui-layout.c (show_layout, show_data): Update.
4986 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4987 (tui_add_to_source_windows): Don't declare.
4988 * tui/tui-data.c (source_windows, tui_source_windows)
4989 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4990
4991 2019-08-15 Tom Tromey <tom@tromey.com>
4992
4993 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4994 Rename from reset.
4995 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4996 * tui/tui-layout.c (show_source_disasm_command, show_data):
4997 Update.
4998 (tui_gen_win_info::resize): Rename.
4999 (show_source_or_disasm_and_command): Update.
5000 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
5001 reset.
5002
5003 2019-08-15 Tom Tromey <tom@tromey.com>
5004
5005 * tui/tui-stack.c (tui_initialize_static_data): Remove.
5006 * tui/tui-interp.c (tui_interp::init): Don't call
5007 tui_initialize_static_data.
5008 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
5009
5010 2019-08-15 Tom Tromey <tom@tromey.com>
5011
5012 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
5013 examine tui_win_list.
5014
5015 2019-08-15 Tom Tromey <tom@tromey.com>
5016
5017 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
5018 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
5019 tui_clear_source_content.
5020 (tui_clear_source_content): Remove.
5021 (tui_source_window_base::do_erase_source_content): Hoist call to
5022 content.clear().
5023 * tui/tui-stack.c (tui_show_frame_info): Don't call
5024 tui_clear_source_content.
5025
5026 2019-08-15 Tom Tromey <tom@tromey.com>
5027
5028 * tui/tui-winsource.h (struct tui_source_window_base)
5029 <do_erase_source_content>: New method.
5030 <erase_source_content>: New method.
5031 (tui_erase_source_content): Don't declare.
5032 * tui/tui-winsource.c (tui_clear_source_content): Update.
5033 (tui_source_window_base::do_erase_source_content): Rename from
5034 tui_erase_source_content.
5035 (tui_source_window_base::show_source_content): Update.
5036 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5037 * tui/tui-source.h (struct tui_source_window)
5038 <erase_source_content>: New method.
5039 * tui/tui-disasm.h (struct tui_disasm_window)
5040 <erase_source_content>: New method.
5041
5042 2019-08-15 Tom Tromey <tom@tromey.com>
5043
5044 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
5045 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
5046 constructor.
5047 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
5048 * tui/tui-source.c (tui_set_source_content): Update.
5049 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5050
5051 2019-08-15 Tom Tromey <tom@tromey.com>
5052
5053 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
5054 * tui/tui-winsource.c (tui_line_is_displayed): Move to
5055 tui-source.c.
5056 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
5057 Declare.
5058 * tui/tui-source.c (tui_source_window::line_is_displayed): New
5059 method.
5060 (tui_source_window::maybe_update): Update.
5061
5062 2019-08-15 Tom Tromey <tom@tromey.com>
5063
5064 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
5065 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
5066 tui-disasm.c.
5067 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
5068 Declare.
5069 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
5070 method.
5071 (tui_disasm_window::maybe_update): Update.
5072
5073 2019-08-15 Tom Tromey <tom@tromey.com>
5074
5075 * tui/tui-winsource.h (struct tui_source_window_base)
5076 <maybe_update>: Declare.
5077 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
5078 method.
5079 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
5080 Declare.
5081 * tui/tui-source.c (tui_source_window::maybe_update): New method.
5082 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
5083 Declare.
5084 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
5085
5086 2019-08-15 Tom Tromey <tom@tromey.com>
5087
5088 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
5089
5090 2019-08-15 Tom Tromey <tom@tromey.com>
5091
5092 * tui/tui-wingeneral.c: Include tui-stack.h.
5093 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
5094 (struct tui_locator_window): Move from tui-data.h.
5095 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
5096 (tui_initialize_static_data): Move from tui-data.c.
5097 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
5098 (struct tui_locator_window): Move to tui-stack.c.
5099 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
5100 (tui_initialize_static_data): Move to tui-stack.c.
5101
5102 2019-08-15 Tom Tromey <tom@tromey.com>
5103
5104 * tui/tui-layout.c (show_source_disasm_command)
5105 (show_source_or_disasm_and_command): Use make_visible method, not
5106 tui_make_window.
5107 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
5108 Remove.
5109
5110 2019-08-15 Tom Tromey <tom@tromey.com>
5111
5112 * tui/tui-wingeneral.h (tui_make_window): Update.
5113 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
5114 parameter.
5115 (tui_gen_win_info::make_visible): Update.
5116 * tui/tui-regs.c (tui_data_window::display_registers_from):
5117 Update.
5118 * tui/tui-layout.c (show_source_disasm_command)
5119 (show_source_or_disasm_and_command): Update.
5120 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
5121 (enum tui_box): Remove.
5122 (struct tui_win_info) <can_box>: New method.
5123 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
5124 method.
5125
5126 2019-08-15 Tom de Vries <tdevries@suse.de>
5127
5128 * linux-nat-trad.c: Include gdbarch.h.
5129
5130 2019-08-14 Alan Hayward <alan.hayward@arm.com>
5131
5132 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
5133 register sizes.
5134
5135 2019-08-14 Tom Tromey <tromey@adacore.com>
5136
5137 * darwin-nat.c: Include gdbarch.h.
5138 * darwin-nat-info.c: Include gdbarch.h.
5139
5140 2019-08-13 Tom Tromey <tom@tromey.com>
5141
5142 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
5143 Remove.
5144 * tui/tui-data.c (tui_initialize_static_data): Update.
5145
5146 2019-08-13 Tom Tromey <tom@tromey.com>
5147
5148 * tui/tui-winsource.h (struct tui_exec_info_window)
5149 <~tui_exec_info_window, maybe_allocate_content, get_content,
5150 m_content>: Remove.
5151 (struct tui_source_window_base) <set_exec_info_content,
5152 show_exec_info_content>: Don't declare.
5153 * tui/tui-winsource.c
5154 (tui_exec_info_window::maybe_allocate_content): Remove.
5155 (tui_source_window_base::update_exec_info): Rename from
5156 set_exec_info_content.
5157 (tui_source_window_base::show_exec_info_content)
5158 (tui_source_window_base::update_exec_info): Remove.
5159
5160 2019-08-13 Tom Tromey <tom@tromey.com>
5161
5162 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5163 declare.
5164 * tui/tui-winsource.c (tui_update_source_window_as_is)
5165 (tui_update_source_windows_with_addr, tui_erase_source_content):
5166 Update.
5167 (tui_clear_exec_info_content): Remove.
5168
5169 2019-08-13 Tom Tromey <tom@tromey.com>
5170
5171 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5172 declare.
5173 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5174 call tui_erase_exec_info_content.
5175 (tui_clear_exec_info_content): Rename from
5176 tui_erase_exec_info_content.
5177 (tui_clear_exec_info_content): Delete.
5178
5179 2019-08-13 Tom Tromey <tom@tromey.com>
5180
5181 * tui/tui-winsource.h (struct tui_source_window_base)
5182 <show_exec_info_content>: Declare.
5183 (tui_show_exec_info_content): Don't declare.
5184 * tui/tui-winsource.c
5185 (tui_source_window_base::show_exec_info_content): Rename from
5186 tui_show_exec_info_content.
5187 (tui_source_window_base::update_exec_info): Update.
5188
5189 2019-08-13 Tom Tromey <tom@tromey.com>
5190
5191 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5192 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5193 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5194 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5195 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5196 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5197 ... here.
5198
5199 2019-08-13 Tom Tromey <tom@tromey.com>
5200
5201 * tui/tui-winsource.h (struct tui_source_window_base)
5202 <update_exec_info>: Declare.
5203 (tui_update_exec_info): Don't declare.
5204 * tui/tui-winsource.c (tui_update_source_window_as_is)
5205 (tui_source_window_base::refresh_all)
5206 (tui_update_all_breakpoint_info): Update.
5207 (tui_source_window_base::update_exec_info): Rename from
5208 tui_update_exec_info.
5209 * tui/tui-stack.c (tui_show_frame_info): Update.
5210
5211 2019-08-13 Tom Tromey <tom@tromey.com>
5212
5213 * tui/tui-winsource.h (struct tui_source_window_base)
5214 <set_exec_info_content>: Declare.
5215 (tui_set_exec_info_content): Don't declare.
5216 * tui/tui-winsource.c
5217 (tui_source_window_base::set_exec_info_content): Rename from
5218 tui_set_exec_info_content.
5219 (tui_update_exec_info): Update.
5220
5221 2019-08-13 Tom Tromey <tom@tromey.com>
5222
5223 * tui/tui-winsource.h (struct tui_source_window_base)
5224 <show_source_content>: Declare.
5225 (tui_show_source_content): Don't declare.
5226 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5227 (tui_source_window_base::show_source_content): Rename from
5228 tui_show_source_content.
5229 (tui_source_window_base::refresh_all): Update.
5230 * tui/tui-layout.c (show_source_disasm_command)
5231 (show_source_or_disasm_and_command): Update.
5232
5233 2019-08-13 Tom Tromey <tom@tromey.com>
5234
5235 * tui/tui-winsource.c (tui_erase_source_content)
5236 (tui_show_source_content, tui_source_window_base::refresh_all):
5237 Update.
5238 * tui/tui-wingeneral.h
5239 (tui_check_and_display_highlight_if_needed): Don't declare.
5240 * tui/tui-wingeneral.c
5241 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5242 check_and_display_highlight_if_needed.
5243 * tui/tui-win.c (tui_rehighlight_all)
5244 (tui_win_info::make_visible_with_new_height): Update.
5245 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5246 (tui_data_window::erase_data_content)
5247 (tui_data_window::display_all_data): Update.
5248 * tui/tui-data.h (struct tui_win_info)
5249 <check_and_display_highlight_if_needed>: Declare.
5250
5251 2019-08-13 Tom Tromey <tom@tromey.com>
5252
5253 * tui/tui-win.c (tui_resize_all): Call
5254 tui_delete_invisible_windows.
5255 * tui/tui-layout.c (show_layout): Call
5256 tui_delete_invisible_windows.
5257 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5258 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5259
5260 2019-08-13 Tom Tromey <tom@tromey.com>
5261
5262 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5263 tui_add_win_to_layout.
5264
5265 2019-08-13 Tom Tromey <tom@tromey.com>
5266
5267 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5268 * tui/tui-layout.c (tui_default_win_height): Now static.
5269
5270 2019-08-13 Tom Tromey <tom@tromey.com>
5271
5272 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5273 single switch.
5274 (show_source_disasm_command, show_source_or_disasm_and_command):
5275 Don't check current layout.
5276
5277 2019-08-13 Tom Tromey <tom@tromey.com>
5278
5279 * tui/tui-wingeneral.c (make_all_visible): Remove.
5280 (tui_make_all_invisible): Simplify.
5281 * tui/tui-layout.c (tui_make_all_invisible): Move from
5282 tui-wingeneral.c; simplify.
5283 (show_layout): Hoist call to tui_make_all_invisible.
5284 (show_data): Don't call tui_make_all_invisible.
5285
5286 2019-08-13 Tom Tromey <tom@tromey.com>
5287
5288 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5289 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5290
5291 2019-08-13 Tom Tromey <tom@tromey.com>
5292
5293 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5294 tui-data.c.
5295 (show_source_disasm_command, show_data)
5296 (show_source_or_disasm_and_command): Don't use
5297 tui_set_current_layout_to.
5298 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5299 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5300 tui-layout.c.
5301 (tui_set_current_layout_to): Remove.
5302
5303 2019-08-13 Tom Tromey <tom@tromey.com>
5304
5305 * tui/tui-layout.c (tui_set_layout): Update.
5306 * tui/tui-data.h (struct tui_layout_def): Remove.
5307 (tui_layout_def): Don't declare.
5308 * tui/tui-data.c (layout_def): Remove.
5309 (tui_layout_def): Remove.
5310
5311 2019-08-13 Tom Tromey <tom@tromey.com>
5312
5313 * tui/tui-winsource.h (struct tui_source_window_base)
5314 <clear_detail>: No longer "override".
5315 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5316 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5317 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5318 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5319 Remove.
5320 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5321
5322 2019-08-13 Tom Tromey <tromey@adacore.com>
5323
5324 * tracepoint.c: Don't include readline.h or history.h.
5325
5326 2019-08-12 Tom Tromey <tom@tromey.com>
5327
5328 * configure: Rebuild.
5329 * configure.ac: Check for readline 7.
5330 * NEWS: Mention readline 7 requirement.
5331 * README: Update.
5332
5333 2019-08-12 Tom Tromey <tom@tromey.com>
5334
5335 * mingw-hdep.c (gdb_select): Remove readline hack.
5336
5337 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5338
5339 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5340 when the function fails.
5341
5342 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5343
5344 * s390-tdep.c (s390_type_align): New function.
5345 (s390_gdbarch_init): Set it as type_align gdbarch method.
5346
5347 2019-08-09 Tom de Vries <tdevries@suse.de>
5348
5349 PR gdb/24591
5350 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5351 pc_low with relocation offset.
5352
5353 2019-08-07 Tom Tromey <tromey@adacore.com>
5354
5355 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5356 (print_frame_args): Update.
5357 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5358 Update.
5359 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5360 * frame.h (struct frame_arg): Add initializers.
5361 <error>: Now a unique_xmalloc_ptr.
5362
5363 2019-08-07 Alan Hayward <alan.hayward@arm.com>
5364
5365 * NEWS: Expand the Pointer Authentication entry.
5366 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5367 (aarch64_frame_unmask_lr): ... to this.
5368 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5369 Call aarch64_frame_unmask_lr.
5370 * frame.c (struct frame_info): Add "masked" variable.
5371 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5372 (fprint_frame): Check for masked pc.
5373 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5374 declarations.
5375 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5376 * stack.c (print_frame): Check for masked pc.
5377
5378 2019-08-06 Tom Tromey <tom@tromey.com>
5379
5380 * stabsread.c (patch_block_stabs, read_one_struct_field)
5381 (read_enum_type): Use obstack_strndup.
5382 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5383 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5384 * dwarf2read.c (guess_full_die_structure_name)
5385 (anonymous_struct_prefix): Use obstack_strndup.
5386 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5387 * c-exp.y (yylex): Use obstack_strndup.
5388 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5389 (write_var_or_type): Use obstack_strndup.
5390
5391 2019-08-06 Tom Tromey <tom@tromey.com>
5392
5393 * symfile.c (reread_symbols): Use obstack_strdup.
5394 * stabsread.c (read_type): Use obstack_strdup.
5395 * gdb_obstack.h (obstack_strdup): New overload.
5396 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5397 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5398 (dwarf2_canonicalize_name): Use obstack_strdup.
5399 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5400 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5401 Use obstack_strdup.
5402
5403 2019-08-06 Tom Tromey <tom@tromey.com>
5404
5405 * gdb_obstack.h (obstack_strdup): Define.
5406 * gdb_obstack.c (obstack_strdup): Don't define.
5407
5408 2019-08-06 Tom Tromey <tom@tromey.com>
5409
5410 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5411 obstack_strdup.
5412 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5413 obstack_strdup.
5414 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5415 * stabsread.c (common_block_start): Use obstack_strdup.
5416 * objfiles.c (set_objfile_main_name, objfile): Use
5417 obstack_strdup.
5418 * namespace.c (add_using_directive): Use obstack_strdup.
5419 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5420 * jit.c (finalize_symtab): Use obstack_strdup.
5421 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5422 (guess_partial_die_structure_name, partial_die_info::fixup)
5423 (dwarf2_name): Use obstack_strdup.
5424 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5425 obstack_strdup.
5426 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5427 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5428 obstack_strdup.
5429 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5430
5431 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5432
5433 * unittests/help-doc-selftests.c: New file.
5434 * Makefile.in: Add the new file.
5435
5436 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5437
5438 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5439 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5440 the full first line, except when FOR_VALUE_PREFIX. In this case,
5441 the trailing '.' is not output, and the first character is uppercased.
5442 (print_help_for_command): Update call to print_doc_line.
5443 (print_doc_of_command): Likewise.
5444 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5445 * cli/cli-option.c (append_indented_doc): Do not append newline.
5446 (build_help_option): Append newline after first appended_indented_doc
5447 only if a second call is done.
5448 (build_help): Append 2 new lines before each option, except the first
5449 one.
5450 * compile/compile.c (_initialize_compile): Add new lines after
5451 %OPTIONS%, when not at the end of the help.
5452 Change help doc or code
5453 producing the help doc to respect the invariants.
5454 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5455 Also removed the new line after 'Options:', as all other commands
5456 do not put an empty line between 'Options:' and the first option.
5457 * printcmd.c (_initialize_printcmd): Likewise.
5458 * stack.c (_initialize_stack): Likewise.
5459 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5460 incorrectly telling COMMAND is optional.
5461 * ada-lang.c (_initialize_ada_language): Change help doc or code
5462 producing the help doc to respect the invariants.
5463 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5464 * breakpoint.c (_initialize_breakpoint): Likewise.
5465 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5466 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5467 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5468 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5469 _initialize_cli_style): Likewise.
5470 * corelow.c (core_target_info): Likewise.
5471 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5472 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5473 * filesystem.c (_initialize_filesystem): Likewise.
5474 * frame.c (_initialize_frame): Likewise.
5475 * gnu-nat.c (add_task_commands): Likewise.
5476 * infcall.c (_initialize_infcall): Likewise.
5477 * infcmd.c (_initialize_infcmd): Likewise.
5478 * interps.c (_initialize_interpreter): Likewise.
5479 * language.c (_initialize_language): Likewise.
5480 * linux-fork.c (_initialize_linux_fork): Likewise.
5481 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5482 * maint.c (_initialize_maint_cmds): Likewise.
5483 * memattr.c (_initialize_mem): Likewise.
5484 * printcmd.c (_initialize_printcmd): Likewise.
5485 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5486 _RegEx): Likewise.
5487 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5488 * record-btrace.c (_initialize_record_btrace): Likewise.
5489 * record-full.c (_initialize_record_full): Likewise.
5490 * record.c (_initialize_record): Likewise.
5491 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5492 * regcache.c (_initialize_regcache): Likewise.
5493 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5494 _initialize_remote): Likewise.
5495 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5496 * serial.c (_initialize_serial): Likewise.
5497 * skip.c (_initialize_step_skip): Likewise.
5498 * source.c (_initialize_source): Likewise.
5499 * stack.c (_initialize_stack): Likewise.
5500 * symfile.c (_initialize_symfile): Likewise.
5501 * symtab.c (_initialize_symtab): Likewise.
5502 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5503 * top.c (init_main): Likewise.
5504 * tracefile-tfile.c (tfile_target_info): Likewise.
5505 * tracepoint.c (_initialize_tracepoint): Likewise.
5506 * tui/tui-win.c (_initialize_tui_win): Likewise.
5507 * utils.c (add_internal_problem_command): Likewise.
5508 * valprint.c (value_print_option_defs): Likewise.
5509
5510 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
5511
5512 PR build/24886
5513 * configure.ac: Drop enable-libmcheck support.
5514 * configure, config.in: Rebuild.
5515 * libmcheck.m4: Remove.
5516 * acinclude.m4: Don't include it.
5517 * Makefile.in: Don't distribute it.
5518 * top.c (print_gdb_configuration): Don't mention it.
5519
5520 2019-08-06 Tom Tromey <tom@tromey.com>
5521
5522 * utils.c (set_output_style): Sometimes pass stream to
5523 emit_style_escape.
5524 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5525 * record-btrace.c (btrace_insn_history): Update.
5526 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5527 method.
5528 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5529 Update initializers.
5530 <m_uiout>: New field.
5531 <m_di>: Move lower.
5532 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5533 Remove "uiout" parameter.
5534 (dump_insns): Update.
5535 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5536 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5537
5538 2019-08-06 Christian Biesinger <cbiesinger@google.com>
5539
5540 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5541 (error_in_psymtab_expansion): Likewise.
5542 (lookup_symbol_via_quick_fns): Likewise.
5543 (basic_lookup_transparent_type_quick): Likewise.
5544 (basic_lookup_transparent_type_1): Likewise.
5545
5546 2019-08-06 Tom Tromey <tromey@adacore.com>
5547
5548 * source.c (last_source_error): Now bool.
5549 (print_source_lines_base): Make "noprint" bool. Only open
5550 source file when last_source_visited changes.
5551
5552 2019-08-06 Tom Tromey <tromey@adacore.com>
5553
5554 * annotate.c (annotate_source_line): Use g_source_cache.
5555 * source-cache.c (source_cache::get_plain_source_lines): Change
5556 parameters. Populate m_offset_cache.
5557 (source_cache::ensure): New method.
5558 (source_cache::get_line_charpos): New method.
5559 (extract_lines): Move lower. Change parameters.
5560 (source_cache::get_source_lines): Move lower.
5561 * source-cache.h (class source_cache): Update comment.
5562 <get_line_charpos>: New method.
5563 <get_source_lines>: Update comment.
5564 <clear>: Clear m_offset_cache.
5565 <get_plain_source_lines>: Change parameters.
5566 <ensure>: New method
5567 <m_offset_cache>: New member.
5568 * source.c (forget_cached_source_info_for_objfile): Update.
5569 (info_source_command): Use g_source_cache.
5570 (find_source_lines, open_source_file_with_line_charpos): Remove.
5571 (print_source_lines_base, search_command_helper): Use g_source_cache.
5572 * source.h (open_source_file_with_line_charpos): Don't declare.
5573 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5574 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5575 Use g_source_cache.
5576
5577 2019-08-06 Tom Tromey <tromey@adacore.com>
5578
5579 * source-cache.c (source_cache::get_plain_source_lines):
5580 Remove "first_line" and "last_line" parameters.
5581 (source_cache::get_source_lines): Cache plain text.
5582 * source-cache.h (class source_cache)
5583 <get_plain_source_lines>: Update.
5584
5585 2019-08-06 Tom Tromey <tromey@adacore.com>
5586
5587 * source-cache.c (extract_lines): No longer a method.
5588 Changed type of parameter. Include final newline.
5589 (selftests::extract_lines_test): New function.
5590 (_initialize_source_cache): Likewise.
5591 * source-cache.h (class source_cache)
5592 <extract_lines>: Don't declare.
5593
5594 2019-08-06 Tom Tromey <tromey@adacore.com>
5595
5596 * breakpoint.c (init_breakpoint_sal): Update.
5597 (breakpoint): Update.
5598 * breakpoint.h (struct breakpoint) <filter>: Now a
5599 unique_xmalloc_ptr.
5600
5601 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5602
5603 * NEWS: Mention dictionary access on blocks.
5604 * python/py-block.c (blpy_getitem): New function.
5605 (block_object_as_mapping): New struct.
5606 (block_object_type): Use new struct for tp_as_mapping field.
5607
5608 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5609
5610 * objfiles.h (objfile): Add a comment describing partial symbols.
5611
5612 2019-08-05 Tom Tromey <tromey@adacore.com>
5613
5614 * compile/compile.c (_initialize_compile): Use _(), not N_().
5615 * thread.c (_initialize_thread): Use _(), not N_().
5616 * stack.c (_initialize_stack): Use _(), not N_().
5617 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5618
5619 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5620
5621 * dwarf2read.c (struct dw2_symtab_iterator):
5622 <want_specific_block>: Remove.
5623 <block_index>: Change type to gdb::optional.
5624 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5625 change type of BLOCK_INDEX parameter to gdb::optional.
5626 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5627 (dw2_lookup_symbol): Don't pass argument for
5628 WANT_SPECIFIC_BLOCK.
5629 (dw2_expand_symtabs_for_function): Don't pass argument for
5630 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5631 (class dw2_debug_names_iterator)
5632 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5633 parameter, change BLOCK_INDEX type to gdb::optional.
5634 <m_want_specific_block>: Remove.
5635 <m_block_index>: Change type to gdb::optional.
5636 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5637 gdb::optional. Re-write in function of gdb::optional.
5638 (dw2_debug_names_lookup_symbol): Don't pass argument for
5639 WANT_SPECIFIC_BLOCK.
5640 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5641 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5642 BLOCK_INDEX.
5643
5644 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5645
5646 * NEWS: Mention changes to "info sources" command.
5647
5648 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5649
5650 * symtab.c (filename_partial_match_opts): New struct type.
5651 (struct output_source_filename_data): New members
5652 regexp, c_regexp, partial_match.
5653 (output_source_filename): Use new members to decide to print file.
5654 (info_sources_option_defs): New variable.
5655 (make_info_sources_options_def_group, print_info_sources_header,
5656 info_sources_command_completer):
5657 New functions.
5658 (info_sources_command): Read new optional arguments.
5659 (_initialize_symtab): Update info sources help.
5660
5661 2019-08-02 Alexandre Oliva <oliva@adacore.com>
5662
5663 * ada-lang.c (exception_support_info_v0): Renamed from...
5664 (default_exception_support_info): ... this. Create new
5665 definition for v1.
5666 (ada_has_this_exception_support): Look up catch_handlers_sym.
5667 (ada_exception_support_info_sniffer): Try v0 after default.
5668
5669 2019-08-01 Tom Tromey <tromey@adacore.com>
5670
5671 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5672 gdbarch.h.
5673
5674 2019-08-01 Christian Biesinger <cbiesinger@google.com>
5675
5676 * s12z-tdep.c: Fix include path for s12z-opc.h.
5677
5678 2019-08-01 Alan Hayward <alan.hayward@arm.com>
5679
5680 * NEWS: Require GNU make 3.82.
5681
5682 2019-07-16 Tom Tromey <tom@tromey.com>
5683
5684 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5685 declare.
5686
5687 2019-07-30 Tom Tromey <tromey@adacore.com>
5688
5689 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5690
5691 2019-07-30 Kevin Buettner <kevinb@redhat.com>
5692
5693 * printcmd.c (print_address_symbolic): Print negative offsets.
5694 (build_address_symbolic): Force signed arithmetic when computing
5695 offset.
5696
5697 2019-07-30 Christian Biesinger <cbiesinger@google.com>
5698
5699 PR/24474: Add a function to lookup static variables.
5700 * NEWS: Mention this new function.
5701 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5702 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5703 * python/python.c (python_GdbMethods): Add new function.
5704
5705 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5706
5707 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5708 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5709 (objfpy_lookup_static_symbol): New function.
5710 (objfile_object_methods): Add new functions.
5711
5712 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5713
5714 * NEWS: Mention 'set|show print frame-info'. Mention new
5715 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5716 backtrace argument. Mention that python frame filtering code
5717 is now consistent with what 'backtrace' command prints.
5718
5719 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5720
5721 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5722 comments.
5723 (print_frame_info_auto, print_frame_info_source_line,
5724 print_frame_info_location, print_frame_info_source_and_location,
5725 print_frame_info_location_and_address, print_frame_info_short_location):
5726 New declarations.
5727 (struct frame_print_options): New member print_frame_info.
5728 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5729 * stack.h (get_user_print_what_frame_info): New declaration.
5730 (frame_show_address): New declaration.
5731 * stack.c (print_frame_arguments_choices): New value 'presence'.
5732 (print_frame_info_auto, print_frame_info_source_line,
5733 print_frame_info_location, print_frame_info_source_and_location,
5734 print_frame_info_location_and_address, print_frame_info_short_location,
5735 print_frame_info_choices, print_frame_info_print_what): New definitions.
5736 (print_frame_args): Only print dots for args if print frame-arguments
5737 is 'presence'.
5738 (frame_print_option_defs): New element for "frame-info".
5739 (get_user_print_what_frame_info): New function.
5740 (frame_show_address): Make non static. Move comment to stack.h.
5741 (print_frame_info_to_print_what): New function.
5742 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5743 to decide what to print.
5744 (backtrace_command_1): Handle the new print_frame_arguments_presence
5745 value.
5746 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5747 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5748 (py_print_frame): In non-mi mode, use LOCATION as default for
5749 print_what, similarly to frame information printed directly by
5750 backtrace command. Handle frame-info user option in non MI mode.
5751
5752 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5753
5754 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5755 Add case for debugging 32-bit target on 64-bit host. Revise
5756 comment.
5757
5758 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5759
5760 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5761 instead of find_function_entry_range_from_pc.
5762
5763 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5764
5765 * stack.c (find_frame_funname): Remove code which preferred
5766 minsym over symtab sym in "certain pathological cases".
5767
5768 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5769 parameter. Change type of "do_demangle" to bool.
5770 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5771 Pass suitable "prefer_sym_over_minsym" flag to
5772 build_address_symbolic(). Don't output "+" for negative offsets.
5773 * printcmd.c (print_address_symbolic): Update invocation of
5774 build_address_symbolic to include a "prefer_sym_over_minsym"
5775 flag.
5776 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5777 Restrict cases in which use of minimal symbol is preferred to that
5778 of a found symbol. Update comments.
5779
5780 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5781 for entry pc when entry pc is out of range for that FDE.
5782
5783 2019-07-26 Brian Callahan <bcallah@openbsd.org>
5784
5785 PR gdb/24839:
5786 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5787 type.
5788
5789 2019-07-25 Christian Biesinger <cbiesinger@google.com>
5790
5791 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5792 this function's Python signature.
5793
5794
5795 2019-07-24 Christian Biesinger <cbiesinger@google.com>
5796
5797 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5798 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5799 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5800 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5801 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5802
5803
5804 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5805
5806 * h8300-tdep.c (h8300_register_name_common): New.
5807 h8300_register_name): Use h8300_register_name_common.
5808 (h8300s_register_name): Likewise.
5809 (h8300sx_register_name): Likewise.
5810 (h8300h_register_nam): New.
5811 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5812
5813
5814 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5815
5816 * arm-tdep.c (arm_skip_cmse_entry): New function.
5817 (arm_is_sgstubs_section): New function.
5818 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5819
5820 2019-07-22 Tom Tromey <tom@tromey.com>
5821
5822 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5823 Don't self-assign.
5824
5825 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5826
5827 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5828 type_print.
5829
5830 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5831
5832 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5833 so that GDB doesn't match any msymbols when searching in the
5834 TYPES_DOMAIN.
5835 (print_symbol_info): Print using typedef_print or type_print based
5836 on the type of the symbol. Add updated FIXME comment moved from...
5837 (_initialize_symtab): ... move and update FIXME comment to above.
5838
5839 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5840
5841 * NEWS: Mention adding -q option to "info types".
5842 * symtab.c (struct info_types_options): New struct.
5843 (info_types_options_defs): New variable.
5844 (make_info_types_options_def_group): New function.
5845 (info_types_command): Use gdb::option framework to parse options.
5846 (info_types_command_completer): New function.
5847 (_initialize_symtab): Extend the help text on "info types" and
5848 register command completer.
5849
5850 2019-07-21 Christian Biesinger <cbiesinger@google.com>
5851
5852 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5853 (lookup_symbol_in_objfile): Change int to block_enum and add a
5854 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5855
5856 2019-07-20 Christian Biesinger <cbiesinger@google.com>
5857
5858 * MAINTAINERS (Write After Approval): Add self.
5859
5860 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5861
5862 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5863 instruction to the dummy code region.
5864
5865 2019-07-19 Tom Tromey <tromey@adacore.com>
5866
5867 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5868 (ARGSUSED, PARAMS, __func__): Remove rules.
5869
5870 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5871
5872 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5873 * features/arm/arm-with-iwmmxt.c: Remove.
5874 * features/arm/arm-with-iwmmxt.xml: Remove.
5875 * features/arm/arm-with-m-fpa-layout.c: Remove.
5876 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5877 * features/arm/arm-with-m-vfp-d16.c: Remove.
5878 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5879 * features/arm/arm-with-m.c: Remove.
5880 * features/arm/arm-with-m.xml: Remove.
5881 * features/arm/arm-with-neon.c: Remove.
5882 * features/arm/arm-with-neon.xml: Remove.
5883 * features/arm/arm-with-vfpv2.c: Remove.
5884 * features/arm/arm-with-vfpv2.xml: Remove.
5885 * features/arm/arm-with-vfpv3.c: Remove.
5886 * features/arm/arm-with-vfpv3.xml: Remove.
5887
5888 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5889
5890 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5891
5892 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5893
5894 * arch/aarch32.c (aarch32_create_target_description): Create
5895 target descriptions using features.
5896 * arch/arm.c (arm_create_target_description)
5897 (arm_create_mprofile_target_description): Likewise.
5898 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5899
5900 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5901
5902 * Makefile.in: Add new files.
5903 * aarch32-tdep.c: New file.
5904 * aarch32-tdep.h: New file.
5905 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5906 Call aarch32_read_description.
5907 * arch/aarch32.c: New file.
5908 * arch/aarch32.h: New file.
5909 * arch/arm.c (arm_create_target_description)
5910 (arm_create_mprofile_target_description): New function.
5911 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5912 (arm_create_target_description)
5913 (arm_create_mprofile_target_description): New declaration.
5914 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5915 read_description functions.
5916 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5917 Likewise.
5918 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5919 * arm-tdep.c (tdesc_arm_list): New variable.
5920 (arm_register_g_packet_guesses): Call create description functions.
5921 (arm_read_description) (arm_read_mprofile_description): New
5922 function.
5923 * arm-tdep.h (arm_read_description)
5924 (arm_read_mprofile_description): Add declaration.
5925 * configure.tgt: Add new files.
5926
5927 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5928
5929 * top.c (new_ui_command): Open specified terminal just once.
5930
5931 2019-07-18 Tom Tromey <tromey@adacore.com>
5932
5933 * symtab.c (main_name): Constify return type.
5934 * symfile.c (set_initial_language): Update.
5935 * symtab.h (main_name): Constify return type.
5936
5937 2019-07-17 Tom Tromey <tom@tromey.com>
5938
5939 * tui/tui-winsource.c (tui_update_source_window)
5940 (tui_update_source_window_as_is)
5941 (tui_update_source_windows_with_line): Remove return.
5942 * tui/tui-disasm.c (tui_show_disassem)
5943 (tui_show_disassem_and_update_source): Remove return.
5944 * tui/tui.c (tui_reset): Remove return.
5945 * tui/tui-wingeneral.c
5946 (tui_check_and_display_highlight_if_needed): Remove return.
5947
5948 2019-07-17 Tom Tromey <tom@tromey.com>
5949
5950 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5951
5952 2019-07-17 Tom Tromey <tom@tromey.com>
5953
5954 * tui/tui-winsource.h (struct tui_exec_info_window)
5955 (struct tui_source_window_base): Move from tui-data.h.
5956 * tui/tui-winsource.c: Move many method definitions from
5957 elsewhere. Remove "structuring" comments.
5958 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5959 (tui_source_window_base::refresh_window): Move to
5960 tui-winsource.c.
5961 * tui/tui-win.c (tui_source_window_base::refresh_all)
5962 (tui_source_window_base::update_tab_width)
5963 (tui_source_window_base::set_new_height)
5964 (tui_source_window_base::do_make_visible_with_new_height): Move to
5965 tui-winsource.c.
5966 * tui/tui-source.h: Update.
5967 * tui/tui-source.c (tui_source_window_base::reset): Move to
5968 tui-winsource.c.
5969 * tui/tui-disasm.h: Update.
5970 * tui/tui-data.h (struct tui_exec_info_window): Move to
5971 tui-winsource.h.
5972 (struct tui_source_window_base): Likewise.
5973 * tui/tui-data.c (tui_source_window_base::clear_detail)
5974 (tui_source_window_base, ~tui_source_window_base): Move to
5975 tui-winsource.c.
5976
5977 2019-07-17 Tom Tromey <tom@tromey.com>
5978
5979 * tui/tui-win.c (tui_resize_all)
5980 (tui_source_window_base::update_tab_width)
5981 (tui_adjust_win_heights): Update.
5982 (tui_win_info::make_invisible_and_set_new_height): Rename from
5983 make_invisible_and_set_new_height.
5984 * tui/tui-data.h (struct tui_win_info)
5985 <make_invisible_and_set_new_height>: New method.
5986
5987 2019-07-17 Tom Tromey <tom@tromey.com>
5988
5989 * tui/tui.c: Update.
5990 * tui/tui-source.h (struct tui_source_window): Move from
5991 tui-data.h.
5992 * tui/tui-layout.c: Update.
5993 * tui/tui-disasm.c: Update.
5994 * tui/tui-data.h (struct tui_source_window): Move to
5995 tui-source.h.
5996
5997 2019-07-17 Tom Tromey <tom@tromey.com>
5998
5999 * tui/tui-disasm.h (struct tui_disasm_window): Move from
6000 tui-data.h.
6001 * tui/tui-data.h (struct tui_disasm_window): Move to
6002 tui-disasm.h.
6003
6004 2019-07-17 Tom Tromey <tom@tromey.com>
6005
6006 * tui/tui-regs.h (struct tui_data_item_window): Move from
6007 tui-data.h.
6008 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
6009 * tui/tui-data.h (struct tui_data_item_window): Move to
6010 tui-regs.h.
6011 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
6012
6013 2019-07-17 Tom Tromey <tom@tromey.com>
6014
6015 * tui/tui.c: Update.
6016 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
6017 (tui_cmd_window::max_height): Move to tui-command.c.
6018 * tui/tui-layout.c: Update.
6019 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
6020 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
6021 tui-command.c.
6022 * tui/tui-command.h (struct tui_cmd_window): Move from
6023 tui-data.h.
6024 * tui/tui-command.c: Remove "structuring" comments.
6025 (tui_cmd_window::clear_detail)
6026 (tui_cmd_window::do_make_visible_with_new_height)
6027 (tui_cmd_window::max_height): Move from elsewhere.
6028
6029 2019-07-17 Tom Tromey <tom@tromey.com>
6030
6031 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
6032 Now static.
6033 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
6034 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
6035
6036 2019-07-17 Tom Tromey <tom@tromey.com>
6037
6038 * tui/tui.c: Update.
6039 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
6040 tui-regs.c.
6041 * tui/tui-windata.h: Remove file.
6042 * tui/tui-windata.c: Remove file.
6043 * tui/tui-win.c (tui_data_window::set_new_height)
6044 (tui_data_window::do_make_visible_with_new_height): Move to
6045 tui-regs.c.
6046 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
6047 * tui/tui-regs.c: Remove "structuring" comments.
6048 (tui_data_window::first_data_item_displayed)
6049 (tui_data_window::delete_data_content_windows)
6050 (tui_data_window::erase_data_content)
6051 (tui_data_window::display_all_data)
6052 (tui_data_window::refresh_all)
6053 (tui_data_window::do_scroll_vertical)
6054 (tui_data_window::clear_detail, tui_data_window::set_new_height)
6055 (tui_data_window::do_make_visible_with_new_height)
6056 (tui_data_window::refresh_window): Move from elsewhere.
6057 (_initialize_tui_regs): Move to end of file.
6058 * tui/tui-layout.c: Update.
6059 * tui/tui-hooks.c: Update.
6060 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
6061 * tui/tui-data.c (tui_data_window::clear_detail): Move to
6062 tui-regs.c.
6063 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
6064
6065 2019-07-17 Tom Tromey <tom@tromey.com>
6066
6067 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
6068 seen.
6069
6070 2019-07-17 Tom Tromey <tom@tromey.com>
6071
6072 * tui/tui-win.c (tui_source_window_base::set_new_height)
6073 (tui_source_window_base::do_make_visible_with_new_height): Use
6074 m_has_locator field directly.
6075 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
6076 method.
6077 (struct tui_source_window_base) <has_locator>: Likewise.
6078
6079 2019-07-17 Tom Tromey <tom@tromey.com>
6080
6081 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
6082 Don't declare.
6083 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
6084 Remove.
6085 * tui/tui-win.c (tui_source_window_base::set_new_height)
6086 (tui_source_window_base::set_new_height)
6087 (make_invisible_and_set_new_height)
6088 (tui_source_window_base::do_make_visible_with_new_height)
6089 (tui_source_window_base::do_make_visible_with_new_height):
6090 Update.
6091 * tui/tui-layout.c (show_source_disasm_command, show_data)
6092 (show_source_or_disasm_and_command): Update.
6093 * tui/tui-layout.c (show_layout): Update.
6094
6095 2019-07-17 Tom Tromey <tom@tromey.com>
6096
6097 * tui/tui-layout.c (make_data_window): Remove.
6098 (show_data): Unify creation and re-initialization cases.
6099
6100 2019-07-17 Tom Tromey <tom@tromey.com>
6101
6102 * tui/tui-layout.c (make_source_window, make_disasm_window):
6103 Remove.
6104 (show_data): Unify creation and re-initialization cases.
6105
6106 2019-07-17 Tom Tromey <tom@tromey.com>
6107
6108 * tui/tui-layout.c (make_command_window): Remove.
6109 (show_source_disasm_command, show_source_or_disasm_and_command):
6110 Unify creation and re-initialization cases.
6111
6112 2019-07-17 Tom Tromey <tom@tromey.com>
6113
6114 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
6115 creation and re-initialization cases.
6116
6117 2019-07-17 Tom Tromey <tom@tromey.com>
6118
6119 * tui/tui-regs.c (tui_get_register): Return void.
6120
6121 2019-07-17 Tom Tromey <tom@tromey.com>
6122
6123 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
6124 Simplify.
6125
6126 2019-07-17 Tom Tromey <tom@tromey.com>
6127
6128 * tui/tui-layout.c (show_source_disasm_command): Simplify window
6129 resetting.
6130
6131 2019-07-17 Tom Tromey <tom@tromey.com>
6132
6133 * tui/tui.h (tui_set_layout_by_name): Don't declare.
6134 * tui/tui-regs.c (tui_reg_layout): New function.
6135 (tui_show_registers, tui_reg_command): Use it.
6136 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
6137 (tui_layout_command): Rename from tui_set_layout_by_name. Change
6138 parameters.
6139 (tui_layout_command): Remove.
6140
6141 2019-07-17 Tom Tromey <tom@tromey.com>
6142
6143 * tui/tui-layout.h (tui/tui-layout): Return void.
6144 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
6145
6146 2019-07-17 Tom Tromey <tom@tromey.com>
6147
6148 * tui/tui-layout.c (show_source_disasm_command, show_data):
6149 Update.
6150 (reset_locator): Remove.
6151 (show_source_or_disasm_and_command): Update.
6152
6153 2019-07-17 Tom Tromey <tom@tromey.com>
6154
6155 * tui/tui-source.c (tui_source_window_base::reset): Remove
6156 win_type parameter.
6157 * tui/tui-layout.c (make_command_window, make_source_window)
6158 (make_disasm_window, make_data_window)
6159 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6160 (reset_locator, show_source_or_disasm_and_command): Update.
6161 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6162 win_type parameter.
6163 (struct tui_source_window_base) <reset>: Likewise.
6164
6165 2019-07-17 Tom Tromey <tom@tromey.com>
6166
6167 * tui/tui-layout.c (show_source_disasm_command): Use
6168 reset_locator.
6169 (reset_locator): New function.
6170 (init_and_make_win): Remove.
6171 (show_source_or_disasm_and_command): Use reset_locator.
6172
6173 2019-07-17 Tom Tromey <tom@tromey.com>
6174
6175 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6176 condition.
6177 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6178 Remove condition.
6179 * tui/tui-source.c (tui_source_window_base::reset): New method.
6180 * tui/tui-layout.c (make_command_window): Don't call
6181 init_and_make_win.
6182 (make_source_window, make_disasm_window): Don't call
6183 make_source_or_disasm_window.
6184 (make_data_window): Don't call init_and_make_win. Change calling
6185 convention.
6186 (show_source_disasm_command, show_data): Simplify.
6187 (make_source_or_disasm_window): Remove.
6188 (show_source_or_disasm_and_command): Simplify.
6189 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6190 (struct tui_source_window_base) <reset>: Likewise.
6191 <execution_info>: Remove initializer.
6192 * tui/tui-data.c (tui_source_window_base): Initialize
6193 execution_info.
6194
6195 2019-07-17 Tom Tromey <tom@tromey.com>
6196
6197 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6198 variable.
6199
6200 2019-07-17 Tom Tromey <tom@tromey.com>
6201
6202 * tui/tui.c (tui_rl_other_window): Update.
6203 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6204 superclass method first. Always iterate over regs_content.
6205 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6206 method.
6207 * tui/tui-win.c (tui_set_focus_command): Update.
6208
6209 2019-07-17 Tom Tromey <tom@tromey.com>
6210
6211 * tui/tui-win.c (tui_set_focus_command): Rename from
6212 tui_set_focus. Call tui_enable.
6213 (tui_set_focus_command): Remove.
6214
6215 2019-07-17 Tom Tromey <tom@tromey.com>
6216
6217 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6218 refresh_window.
6219 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6220 touchwin.
6221 (tui_data_window::refresh_window): Call refresh_window on data
6222 items. Always call superclass refresh_window.
6223 (tui_win_info::refresh): Remove.
6224 (tui_source_window_base::refresh_window): Update.
6225 (tui_refresh_all): Update.
6226 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6227 refresh_window.
6228 (show_source_or_disasm_and_command): Likewise.
6229 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6230 (struct tui_source_window_base) <refresh>: Likewise.
6231
6232 2019-07-17 Tom Tromey <tom@tromey.com>
6233
6234 * tui/tui-winsource.c (tui_clear_source_content)
6235 (tui_show_source_content): Update.
6236 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6237 whether content is empty.
6238 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6239 Remove.
6240
6241 2019-07-17 Tom Tromey <tom@tromey.com>
6242
6243 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6244 window's contents.
6245 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6246 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6247
6248 2019-07-17 Tom Tromey <tom@tromey.com>
6249
6250 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6251 (struct tui_data_item_window): Update.
6252
6253 2019-07-17 Tom Tromey <tom@tromey.com>
6254
6255 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6256 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6257 defines.
6258
6259 2019-07-17 Tom Tromey <tom@tromey.com>
6260
6261 * tui/tui-winsource.h (tui_erase_source_content)
6262 (tui_clear_source_content): Remove "display_prompt" parameter.
6263 * tui/tui-winsource.c (tui_update_source_window_as_is)
6264 (tui_update_source_windows_with_addr): Update.
6265 (tui_clear_source_content): Remove "display_prompt" parameter.
6266 (tui_erase_source_content): Likewise. Simplify.
6267 (tui_show_source_content): Update.
6268 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6269 * tui/tui-stack.c (tui_show_frame_info): Update.
6270 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6271 Remove defines.
6272
6273 2019-07-17 Tom Tromey <tom@tromey.com>
6274
6275 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6276 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6277 parameter.
6278 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6279 parameter.
6280
6281 2019-07-17 Tom Tromey <tom@tromey.com>
6282
6283 * tui/tui-winsource.c (tui_clear_source_content)
6284 (tui_show_source_content, tui_show_exec_info_content)
6285 (tui_clear_exec_info_content): Update.
6286 * tui/tui-stack.c (tui_show_locator_content): Update.
6287 (tui_show_frame_info): Update.
6288 * tui/tui-source.h (tui_source_window): Don't declare.
6289 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6290 from tui_source_is_displayed.
6291 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6292 Remove field.
6293 (struct tui_source_window_base) <content_in_use>: New field. Now
6294 bool.
6295 (struct tui_source_window) <showing_source_p>: New method.
6296 (TUI_SRC_WIN): Change cast.
6297 * tui/tui-data.c (tui_initialize_static_data): Update.
6298
6299 2019-07-17 Tom Tromey <tom@tromey.com>
6300
6301 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6302 location_matches_p.
6303 * tui/tui-source.c (tui_source_window::location_matches_p): New
6304 method.
6305 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6306 method.
6307 * tui/tui-data.h (struct tui_source_window_base)
6308 <location_matches_p>: New method.
6309 (struct tui_source_window, struct tui_disasm_window)
6310 <location_matches_p>: Likewise.
6311
6312 2019-07-17 Tom Tromey <tom@tromey.com>
6313
6314 * tui/tui-win.c (tui_set_win_height_command): Rename from
6315 tui_set_win_height.
6316 (tui_set_win_height_command): Remove.
6317
6318 2019-07-17 Tom Tromey <tom@tromey.com>
6319
6320 * tui/tui-source.c (tui_source_window): New constructor. Add
6321 observer.
6322 (~tui_source_window): New destructor.
6323 (tui_source_window::style_changed): New method.
6324 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6325 (tui_attach_detach_observers): Update.
6326 * tui/tui-data.h (struct tui_source_window): Make constructor not
6327 inline. Add destructor.
6328 (struct tui_source_window) <style_changed>: New method.
6329 <m_observable>: New member.
6330
6331 2019-07-17 Tom Tromey <tom@tromey.com>
6332
6333 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6334 * tui/tui-win.c (tui_resize_all): Fix typo.
6335
6336 2019-07-17 Tom Tromey <tom@tromey.com>
6337
6338 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6339 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6340 (tui_refresh_all): Remove "list" parameter. Use foreach.
6341 * tui/tui-win.c (window_name_completer): Use foreach.
6342 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6343 (update_tab_width): Likewise.
6344 * tui/tui-layout.c (show_layout): Update.
6345 * tui/tui-data.h (class tui_window_iterator): New.
6346 (struct all_tui_windows): New.
6347 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6348
6349 2019-07-17 Tom Tromey <tom@tromey.com>
6350
6351 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6352 parameter. Don't reference globals.
6353 (tui_reg_command): Update.
6354
6355 2019-07-17 Tom Tromey <tom@tromey.com>
6356
6357 * tui/tui-regs.c (tui_show_registers): Simplify.
6358
6359 2019-07-17 Tom Tromey <tom@tromey.com>
6360
6361 * tui/tui-regs.c (tui_show_registers): Update.
6362 (tui_show_register_group): Add win_info parameter.
6363
6364 2019-07-17 Tom Tromey <tom@tromey.com>
6365
6366 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6367 Rename from tui_display_reg_element_at_line.
6368 (tui_data_window::display_registers_from_line): Update.
6369 * tui/tui-data.h (struct tui_data_window)
6370 <display_reg_element_at_line>: New method.
6371
6372 2019-07-17 Tom Tromey <tom@tromey.com>
6373
6374 * tui/tui-regs.h (tui_display_registers_from)
6375 (tui_display_registers_from_line): Don't declare.
6376 * tui/tui-windata.c (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_data_window::display_registers_from): Rename
6380 from tui_display_registers_from.
6381 (tui_display_reg_element_at_line): Update.
6382 (tui_data_window::display_registers_from_line): Rename from
6383 tui_display_registers_from_line.
6384 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6385 display_registers_from_line>: New methods.
6386
6387 2019-07-17 Tom Tromey <tom@tromey.com>
6388
6389 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6390 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6391 from tui_erase_data_content.
6392 (tui_data_window::display_all_data)
6393 (tui_data_window::refresh_all)
6394 (tui_data_window::do_scroll_vertical): Update.
6395 * tui/tui-regs.c (tui_show_registers): Update.
6396 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6397 New method.
6398
6399 2019-07-17 Tom Tromey <tom@tromey.com>
6400
6401 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6402 declare.
6403 * tui/tui-windata.c
6404 (tui_data_window::delete_data_content_windows): Rename from
6405 tui_delete_data_content_windows.
6406 (tui_data_window::display_all_data)
6407 (tui_data_window::do_scroll_vertical): Update.
6408 * tui/tui-data.h (struct tui_data_window)
6409 <delete_data_content_windows>: New method.
6410
6411 2019-07-17 Tom Tromey <tom@tromey.com>
6412
6413 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6414 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6415
6416 2019-07-17 Tom Tromey <tom@tromey.com>
6417
6418 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6419 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6420 from tui_display_all_data.
6421 * tui/tui-win.c
6422 (tui_data_window::do_make_visible_with_new_height): Update.
6423 * tui/tui-regs.c (tui_show_registers): Update.
6424 * tui/tui-layout.c (tui_set_layout): Update.
6425 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6426 method.
6427
6428 2019-07-17 Tom Tromey <tom@tromey.com>
6429
6430 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6431 * tui/tui-windata.c (tui_display_data_from): Remove.
6432 (tui_data_window::refresh_all): Update.
6433
6434 2019-07-17 Tom Tromey <tom@tromey.com>
6435
6436 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6437 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6438 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6439 tui_display_registers_from_line.
6440 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6441 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6442 "force_display" parameter.
6443
6444 2019-07-17 Tom Tromey <tom@tromey.com>
6445
6446 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6447 declare.
6448 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6449 Rename from tui_first_reg_element_no_inline.
6450 (tui_display_reg_element_at_line)
6451 (tui_display_registers_from_line): Update.
6452 * tui/tui-data.h (struct tui_data_window)
6453 <first_reg_element_no_inline>: New method.
6454
6455 2019-07-17 Tom Tromey <tom@tromey.com>
6456
6457 * tui/tui-windata.c (tui_display_data_from)
6458 (tui_data_window::do_scroll_vertical): Update.
6459 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6460 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6461 Rename from tui_line_from_reg_element_no.
6462 (tui_display_registers_from_line): Update.
6463 * tui/tui-data.h (struct tui_data_window)
6464 <line_from_reg_element_no>: New method.
6465
6466 2019-07-17 Tom Tromey <tom@tromey.com>
6467
6468 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6469 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6470 tui_last_regs_line_no.
6471 (tui_display_reg_element_at_line)
6472 (tui_display_registers_from_line): Update.
6473 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6474 method.
6475
6476 2019-07-17 Tom Tromey <tom@tromey.com>
6477
6478 PR tui/24722:
6479 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6480 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6481 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6482 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6483 (tui_update_breakpoint_info): Likewise.
6484 * tui/tui-hooks.c (tui_event_create_breakpoint)
6485 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6486 Update.
6487
6488 2019-07-17 Tom Tromey <tom@tromey.com>
6489
6490 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6491
6492 2019-07-17 Tom Tromey <tom@tromey.com>
6493
6494 * tui/tui-winsource.c (tui_update_source_window_as_is)
6495 (tui_update_source_windows_with_addr): Update.
6496 * tui/tui-source.h (tui_set_source_content)
6497 (tui_show_symtab_source): Add "win_info" parameter.
6498 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6499 parameter.
6500 (tui_show_symtab_source): Likewise.
6501
6502 2019-07-17 Tom Tromey <tom@tromey.com>
6503
6504 * tui/tui-wingeneral.c
6505 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6506
6507 2019-07-17 Tom Tromey <tom@tromey.com>
6508
6509 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6510 (struct tui_cmd_window) <can_scroll>: New method.
6511 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6512 method.
6513
6514 2019-07-17 Tom Tromey <tromey@adacore.com>
6515
6516 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6517 do_field_signed>: Rename. Change type of "value".
6518 * ui-out.c (ui_out::field_signed): Rename from field_int.
6519 Change type of "value".
6520 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6521 type of "value".
6522 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6523 do_field_int. Change type of "value".
6524 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6525 do_field_int. Change type of "value".
6526 * tracepoint.c (trace_status_mi, tfind_1)
6527 (print_one_static_tracepoint_marker): Update.
6528 * thread.c (print_thread_info_1, print_selected_thread_frame):
6529 Update.
6530 * stack.c (print_frame, print_frame_info): Update.
6531 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6532 Update.
6533 * source.c (print_source_lines_base): Update.
6534 * skip.c (info_skip_command): Update.
6535 * record-btrace.c (btrace_ui_out_decode_error)
6536 (btrace_call_history_src_line): Update.
6537 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6538 Update.
6539 * progspace.c (print_program_space): Update.
6540 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6541 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6542 do_field_int. Change type of "value".
6543 * mi/mi-out.c (mi_ui_out::do_table_begin)
6544 (mi_ui_out::do_table_header): Update.
6545 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6546 type of "value".
6547 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6548 (mi_cmd_data_list_changed_registers, output_register)
6549 (mi_cmd_data_read_memory, mi_load_progress)
6550 (mi_cmd_trace_frame_collected): Update.
6551 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6552 Update.
6553 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6554 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6555 (mi_cmd_var_list_children, varobj_update_one): Update.
6556 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6557 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6558 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6559 * inferior.c (print_inferior): Update.
6560 * gdb_bfd.c (print_one_bfd): Update.
6561 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6562 Update.
6563 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6564 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6565 do_field_int. Change type of "value".
6566 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6567 do_field_int. Change type of "value".
6568 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6569 (print_one_breakpoint_location, print_it_catch_fork)
6570 (print_one_catch_fork, print_it_catch_vfork)
6571 (print_one_catch_vfork, print_it_catch_solib)
6572 (print_it_catch_exec, print_it_ranged_breakpoint)
6573 (print_mention_watchpoint, print_mention_masked_watchpoint)
6574 (bkpt_print_it, update_static_tracepoint): Update.
6575 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6576 * break-catch-syscall.c (print_it_catch_syscall): Update.
6577 * ada-tasks.c (print_ada_task_info): Update.
6578 * ada-lang.c (print_it_exception, print_mention_exception):
6579 Update.
6580
6581 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6582
6583 PR breakpoints/24541
6584 * gdbarch.c: Regenerate.
6585 * gdbarch.h: Regenerate.
6586 * gdbarch.sh: Adjust return type and parameter types for
6587 'stap_adjust_register'.
6588 (i386_stap_adjust_register): Adjust signature and return new
6589 register name.
6590 * stap-probe.c (stap_parse_register_operand): Adjust use of
6591 'gdbarch_stap_adjust_register'.
6592
6593 2019-07-17 Tom Tromey <tromey@adacore.com>
6594
6595 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6596 declare VEC.
6597 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6598 std::vector.
6599 (struct s390_process_info): Add initializers.
6600 (s390_add_process): Use new.
6601 (s390_linux_nat_target::low_forget_process): Use delete.
6602 (s390_linux_nat_target::low_new_fork)
6603 (s390_linux_nat_target::stopped_by_watchpoint)
6604 (s390_linux_nat_target::low_prepare_to_resume)
6605 (s390_linux_nat_target::insert_watchpoint)
6606 (s390_linux_nat_target::insert_hw_breakpoint)
6607 (s390_linux_nat_target::remove_watchpoint)
6608 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6609
6610 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6611
6612 * aarch64-fbsd-nat.c: Include regcache.h.
6613 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6614 argument.
6615 (aarch64_fbsd_nat_target::fetch_registers)
6616 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6617 variable.
6618 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6619
6620 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6621
6622 * fbsd-nat.c: Include gdbarch.h.
6623
6624 2019-07-15 Tom Tromey <tromey@adacore.com>
6625
6626 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6627
6628 2019-07-15 Tom Tromey <tromey@adacore.com>
6629
6630 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6631 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6632 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6633 * cli-out.c (cli_ui_out::do_field_int): New method.
6634 * ui-out.c (ui_out::field_unsigned): New method.
6635 * symfile.c (generic_load): Use field_unsigned.
6636 (print_transfer_performance): Likewise.
6637 * record-btrace.c (ui_out_field_uint): Remove.
6638 (btrace_call_history_insn_range, btrace_call_history): Use
6639 field_unsigned.
6640 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6641 field_unsigned.
6642 * ui-out.h (class ui_out) <field_unsigned>: New method.
6643 <do_field_unsigned>: Likewise.
6644
6645 2019-07-15 Tom Tromey <tromey@adacore.com>
6646
6647 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6648 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6649 * target.c (flash_erase_command): Use field_string.
6650 * infrun.c (print_signal_received_reason): Use field_string.
6651 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6652 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6653 field_string.
6654 * ada-tasks.c (print_ada_task_info): Use field_string.
6655
6656 2019-07-15 Tom Tromey <tromey@adacore.com>
6657
6658 * target.c (flash_erase_command): Use field_core_addr.
6659 * symfile.c (generic_load): Use field_core_addr.
6660 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6661 Use field_core_addr.
6662 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6663 field_core_addr.
6664
6665 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6666
6667 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6668 value if its desired type is smaller than a CORE_ADDR and signed.
6669
6670 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6671
6672 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6673 of changes to field names, and use new is_reference field to
6674 decide if a property is a reference or not.
6675 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6676 field.
6677 (struct dwarf2_property_baton): Update header comment, rename
6678 'referenced_type' to 'property_type' and update comments.
6679 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6680 default property type, store in property baton, update to take
6681 accound of renamed field.
6682 (read_func_scope): Update call to attr_to_dynamic_prop.
6683 (read_array_type): Likewise.
6684 (dwarf2_per_cu_addr_sized_int_type): New function.
6685 (read_subrange_index_type): Move type finding code to
6686 dwarf2_per_cu_addr_sized_int_type.
6687 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6688 (dwarf2_per_cu_addr_type): New function.
6689 (set_die_type): Update calls to attr_to_dynamic_prop.
6690
6691 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6692
6693 * dwarf2read.c (read_subrange_index_type): New function.
6694 (read_subrange_type): Move code into new function and call it.
6695 * gdbtypes.c (create_range_type): Add some asserts.
6696
6697 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6698
6699 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6700 update return statements.
6701 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6702 declaration, and update comment to match.
6703 * gdbtypes.c (resolve_dynamic_array): Update call to
6704 dwarf2_evaluate_property to match new return type.
6705
6706 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6707
6708 * valarith.c (value_subscripted_rvalue): Change lowerbound
6709 parameter type from int to LONGEST.
6710 * value.h (value_subscripted_rvalue): Likewise in declaration.
6711
6712 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6713
6714 * cli/cli-utils.c (info_print_command_completer): New function.
6715 * cli/cli-utils.h: Add 'completer.h' include, and forward
6716 declaration for 'struct cmd_list_element'.
6717 (info_print_command_completer): Declare.
6718 * stack.c (_initialize_stack): Add completer for 'info locals' and
6719 'info args'.
6720 * symtab.c (_initialize_symtab): Add completer for 'info
6721 variables' and 'info functions'.
6722 * NEWS: Mention completion for additional info commands.
6723
6724 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6725
6726 * cli/cli-utils.c (extract_info_print_args): Delete.
6727 (extract_arg_maybe_quoted): Delete.
6728 (info_print_options_defs): New variable.
6729 (make_info_print_options_def_group): New function.
6730 (extract_info_print_options): Define new function.
6731 * cli/cli-utils.h (extract_info_print_args): Delete.
6732 (struct info_print_options): New structure.
6733 (extract_info_print_options): Declare new function.
6734 * stack.c (info_locals_command): Update to use new
6735 extract_info_print_options, also add a header comment.
6736 (info_args_command): Likewise.
6737 * symtab.c (info_variables_command): Likewise.
6738 (info_functions_command): Likewise.
6739
6740 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6741
6742 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6743 to extract string arguments.
6744 * common/common-utils.c (extract_string_maybe_quoted): New function.
6745 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6746
6747 2019-07-11 Tom Tromey <tromey@adacore.com>
6748
6749 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6750 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6751 * top.h (gdbinit): Don't declare.
6752 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6753 into...
6754 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6755 * top.c (gdb_init): Don't call init_cli_cmds.
6756 (gdbinit): Remove.
6757 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6758
6759 2019-07-11 Tom Tromey <tromey@adacore.com>
6760
6761 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6762 after it has been moved.
6763
6764 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6765
6766 * valops.c (value_must_coerce_to_target): Change return type to
6767 bool.
6768 * value.h (value_must_coerce_to_target): Likewise.
6769
6770 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
6771
6772 * breakpoint.c (is_hardware_watchpoint): Remove
6773 forward-declaration.
6774 (is_masked_watchpoint): Change return type to bool.
6775 (is_tracepoint): Likewise.
6776 (is_breakpoint): Likewise.
6777 (is_hardware_watchpoint): Likewise.
6778 (is_watchpoint): Likewise.
6779 (is_no_memory_software_watchpoint): Likewise.
6780 (is_catchpoint): Likewise.
6781 (breakpoint_1): Make FILTER parameter's return type bool.
6782 is_masked_watchpoint): Change return type to bool.
6783 (save_breakpoints): Make FILTER parameter's return type bool.
6784 * breakpoint.h (is_breakpoint): Change return type to bool.
6785 (is_watchpoint): Likewise.
6786 (is_catchpoint): Likewise.
6787 (is_tracepoint): Likewise.
6788
6789 2019-07-10 Tom Tromey <tom@tromey.com>
6790
6791 * defs.h: Don't include gdbarch.h.
6792 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6793 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6794 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6795 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6796 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6797 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6798 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6799 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6800 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6801 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6802 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6803 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6804 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6805 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6806 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6807 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6808 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6809 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6810 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6811 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6812 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6813 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6814 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6815 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6816 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6817 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6818 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6819
6820 2019-07-10 Tom Tromey <tromey@adacore.com>
6821
6822 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6823 * breakpoint.c (init_ada_exception_breakpoint): Register as
6824 bp_catchpoint.
6825 (print_one_breakpoint_location, print_one_breakpoint): Use
6826 is_ada_exception_catchpoint.
6827 * ada-lang.c (class ada_catchpoint_location): Pass
6828 bp_loc_software_breakpoint to bp_location constructor.
6829 (is_ada_exception_catchpoint): New function.
6830
6831 2019-07-10 Tom Tromey <tromey@adacore.com>
6832
6833 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6834 VEC.
6835 (struct arm_exidx_entry): New method operator<.
6836 (struct arm_exidx_data) <section_maps>: Change type.
6837 (arm_exidx_data_free): Remove.
6838 (arm_exidx_data_key): Change type. Move lower.
6839 (arm_exidx_new_objfile): Update.
6840 (arm_compare_exidx_entries): Remove.
6841 (arm_find_exidx_entry, _initialize_arm_tdep)
6842
6843 2019-07-10 Tom Tromey <tromey@adacore.com>
6844
6845 * solib-spu.c (ocl_program_data_key): Change type.
6846 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6847 Update.
6848
6849 2019-07-10 Tom Tromey <tromey@adacore.com>
6850
6851 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6852 (struct solib_aix_inferior_data) <library_list>: Change type.
6853 (solib_aix_inferior_data_handle): Change type.
6854 (get_solib_aix_inferior_data): Update.
6855 (solib_aix_free_library_list): Remove.
6856 (library_list_start_library): Update.
6857 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6858 return type.
6859 (solib_aix_get_library_list)
6860 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6861 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6862
6863 2019-07-10 Tom Tromey <tromey@adacore.com>
6864
6865 * solib-dsbt.c (struct dsbt_info): Add initializers.
6866 (solib_dsbt_pspace_data): Change type.
6867 (dsbt_pspace_data_cleanup): Remove.
6868 (get_dsbt_info, _initialize_dsbt_solib): Update.
6869
6870 2019-07-10 Tom Tromey <tromey@adacore.com>
6871
6872 * spu-tdep.c (spu_overlay_data): Change type.
6873 (spu_get_overlay_table, spu_overlay_new_objfile)
6874 (_initialize_spu_tdep): Update.
6875
6876 2019-07-10 Tom Tromey <tromey@adacore.com>
6877
6878 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6879 destructor.
6880 (dbx_objfile_data_key): Change type and declare later.
6881 (DBX_SYMFILE_INFO): Rewrite.
6882 * dbxread.c (dbx_objfile_data_key): Change type.
6883 (dbx_symfile_init): Update.
6884 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6885 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6886 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6887
6888 2019-07-10 Tom Tromey <tromey@adacore.com>
6889
6890 * jit.c (jit_program_space_key): Change type. Move lower.
6891 (get_jit_program_space_data): Update.
6892 (jit_program_space_data_cleanup): Remove.
6893 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6894 Update.
6895 (struct jit_program_space_data): Add initializers.
6896
6897 2019-07-10 Tom Tromey <tromey@adacore.com>
6898
6899 * solib-darwin.c (struct darwin_info): Add initializers.
6900 (solib_darwin_pspace_data): Change type.
6901 (darwin_pspace_data_cleanup): Remove.
6902 (get_darwin_info, _initialize_darwin_solib): Update.
6903
6904 2019-07-10 Tom Tromey <tromey@adacore.com>
6905
6906 * remote-sim.c (struct sim_inferior_data): Add initializers,
6907 constructor, and destructor.
6908 (sim_inferior_data_key): Change type. Move lower.
6909 (check_for_duplicate_sim_descriptor): Update.
6910 (get_sim_inferior_data): Use new. Update.
6911 (~sim_inferior_data_cleanup): Rename from
6912 sim_inferior_data_cleanup. Simplify.
6913 (gdbsim_close_inferior, simulator_command)
6914 (sim_command_completer, _initialize_remote_sim): Update.
6915 (next_pid, INITIAL_PID): Move earlier.
6916
6917 2019-07-10 Tom Tromey <tromey@adacore.com>
6918
6919 * python/python-internal.h (create_thread_object): Return
6920 gdbpy_ref.
6921 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6922 * python/py-inferior.c (struct threadlist_entry): Add
6923 constructor.
6924 <thread_obj>: Now a gdbpy_ref.
6925 (thread_to_thread_object): Update.
6926 (add_thread_object): Use new.
6927 (delete_thread_object): Use delete.
6928 (infpy_threads): Update.
6929 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6930 GIL.
6931
6932 2019-07-10 Tom Tromey <tromey@adacore.com>
6933
6934 * valops.c (value_cast): Specialize error message for Ada.
6935
6936 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6937
6938 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6939
6940 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6941
6942 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6943 bpstat_should_step): Return bool, adjust comments.
6944 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6945 bpstat_should_step): Likewise.
6946
6947 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6948
6949 * features/Makefile: Use feature target descriptions for Arm.
6950 * features/arm/arm-core.c: Generate new file.
6951 * features/arm/arm-fpa.c: Likewise.
6952 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6953 * features/arm/arm-m-profile.c: Likewise.
6954 * features/arm/arm-vfpv2.c: Likewise.
6955 * features/arm/arm-vfpv3.c: Likewise.
6956 * features/arm/xscale-iwmmxt.c: Likewise.
6957 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6958
6959 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6960
6961 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6962 ptrace earlier.
6963
6964 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6965
6966 * features/aarch64-pauth.c: Regenerate.
6967
6968 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6969
6970 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6971 bool.
6972 (bpstat_what): Use false instead of 0.
6973
6974 2019-07-09 Pedro Alves <palves@redhat.com>
6975
6976 * break-catch-throw.c (is_exception_catchpoint): New.
6977 * breakpoint.c (print_one_breakpoint_location): New parameter
6978 'raw_loc'. Handle it. Use
6979 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6980 looking at the breakpoint's type.
6981 (print_one_breakpoint): If handling "maint info breakpoints", also
6982 print locations of exception catchpoints.
6983 * breakpoint.h (is_exception_catchpoint): Declare.
6984
6985 2019-07-09 Pedro Alves <palves@redhat.com>
6986
6987 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6988 "addr" field.
6989 (allocate_location_exception_catchpoint): New.
6990 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6991 (initialize_throw_catchpoint_ops): Install
6992 allocate_location_exception_catchpoint as allocate_location
6993 method.
6994 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6995 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6996 bp_loc_other.
6997 (breakpoint_address_is_meaningful): Delete.
6998 (bl_address_is_meaningful): New.
6999 (breakpoint_locations_match): Adjust comment.
7000 (bp_location_from_bp_type): New, factored out of...
7001 (bp_location::bp_location(breakpoint *)): ... this.
7002 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
7003 factored out of...
7004 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
7005 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
7006 breakpoint_address_is_meaningful.
7007 (bp_locations_compare): Adjust comment.
7008 (update_global_location_list): Use bl_address_is_meaningful
7009 instead of breakpoint_address_is_meaningful.
7010 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
7011 explicit.
7012 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
7013 * python/py-breakpoint.c (bppy_get_location): No longer check
7014 whether location is null.
7015
7016 2019-07-09 Pedro Alves <palves@redhat.com>
7017
7018 PR c++/15468
7019 * breakpoint.c (print_one_breakpoint_location): Remove
7020 single-location assert.
7021
7022 2019-07-09 Tom Tromey <tom@tromey.com>
7023
7024 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
7025 * configure: Rebuild.
7026 * configure.ac: Change common to gdbsupport.
7027 * gdbsupport: Rename from common.
7028 * acinclude.m4: Change common to gdbsupport.
7029 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
7030 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
7031 gdbsupport.
7032 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
7033 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
7034 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
7035 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
7036 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
7037 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
7038 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
7039 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
7040 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
7041 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
7042 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
7043 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
7044 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
7045 coff-pe-read.c, command.h, compile/compile-c-support.c,
7046 compile/compile-c.h, compile/compile-cplus-symbols.c,
7047 compile/compile-cplus-types.c, compile/compile-cplus.h,
7048 compile/compile-loc2c.c, compile/compile.c, completer.c,
7049 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
7050 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
7051 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
7052 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
7053 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
7054 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
7055 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
7056 features/aarch64-core.c, features/aarch64-fpu.c,
7057 features/aarch64-pauth.c, features/aarch64-sve.c,
7058 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
7059 features/i386/32bit-core.c, features/i386/32bit-linux.c,
7060 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
7061 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
7062 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
7063 features/i386/64bit-core.c, features/i386/64bit-linux.c,
7064 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
7065 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
7066 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
7067 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
7068 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
7069 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
7070 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
7071 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
7072 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
7073 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
7074 go32-nat.c, guile/guile.c, guile/scm-ports.c,
7075 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
7076 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
7077 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
7078 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
7079 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
7080 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
7081 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
7082 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
7083 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
7084 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
7085 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
7086 minsyms.c, mips-linux-tdep.c, namespace.h,
7087 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
7088 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
7089 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
7090 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
7091 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
7092 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
7093 nat/linux-waitpid.c, nat/mips-linux-watch.c,
7094 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
7095 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
7096 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
7097 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
7098 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
7099 procfs.c, producer.c, progspace.h, psymtab.h,
7100 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
7101 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
7102 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
7103 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
7104 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
7105 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
7106 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
7107 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
7108 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
7109 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
7110 target-memory.c, target.c, target.h, target/waitstatus.c,
7111 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
7112 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
7113 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
7114 unittests/array-view-selftests.c,
7115 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
7116 unittests/common-utils-selftests.c,
7117 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
7118 unittests/format_pieces-selftests.c,
7119 unittests/function-view-selftests.c,
7120 unittests/lookup_name_info-selftests.c,
7121 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
7122 unittests/mkdir-recursive-selftests.c,
7123 unittests/observable-selftests.c,
7124 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
7125 unittests/parse-connection-spec-selftests.c,
7126 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
7127 unittests/scoped_fd-selftests.c,
7128 unittests/scoped_mmap-selftests.c,
7129 unittests/scoped_restore-selftests.c,
7130 unittests/string_view-selftests.c, unittests/style-selftests.c,
7131 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
7132 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
7133 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
7134 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
7135 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
7136 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
7137
7138 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7139
7140 * linespec.c (decode_digits_list_mode): Set explicit_line to a
7141 bool value.
7142 (decode_digits_ordinary): Set explicit_line field in sal.
7143 * symtab.c (skip_prologue_sal): Don't skip prologue for a
7144 symtab_and_line that was set on an explicit line number in
7145 assembler code. Do always update the recorded symtab and line if
7146 we do skip the prologue.
7147
7148 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7149
7150 * breakpoint.c (set_breakpoint_location_function): Remove
7151 explicit_loc parameter.
7152 (momentary_breakpoint_from_master): Update call to
7153 set_breakpoint_location_function.
7154 (add_location_to_breakpoint): Likewise.
7155
7156 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7157
7158 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7159 required features based on default bfd type when no specific bfd
7160 is present.
7161
7162 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7163
7164 * NEWS: Mention that GDB printf and eval commands can now print
7165 C-style and Ada-style convenience var strings without
7166 calling the inferior.
7167 * printcmd.c (printf_c_string): Locally print GDB internal var
7168 instead of transiting via the inferior.
7169 (printf_wide_c_string): Likewise.
7170
7171 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7172
7173 PR breakpoints/25011
7174 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7175
7176 2019-07-04 Tom Tromey <tom@tromey.com>
7177
7178 PR tui/24724:
7179 * tui/tui-winsource.c (tui_clear_source_content): Update.
7180 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7181 (tui_update_breakpoint_info): Update.
7182 (tui_set_exec_info_content): Update.
7183 * tui/tui-source.c (tui_set_source_content_nil): Update.
7184 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7185 has_break.
7186 * tui/tui-data.h (enum tui_bp_flag): New.
7187 (tui_bp_flags): New enum flags type.
7188 (struct tui_source_element) <break_mode>: Change type. Rename
7189 from has_break.
7190 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7191 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7192 constants.
7193 * tui/tui-winsource.h: Fix comment.
7194
7195 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7196
7197 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7198 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7199 (store_fpregs_to_thread)
7200 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7201 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7202 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7203 (IWMMXT_REGS_SIZE): Add define.
7204 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7205 (fetch_vfp_regs, store_vfp_regs)
7206 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7207 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7208
7209 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7210
7211 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7212 defines.
7213 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7214 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7215 (ARM_INT_REGISTER_SIZE): ...to this.
7216 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7217 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7218 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7219 (arm_linux_collect_gregset, supply_nwfpe_register)
7220 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7221 defines.
7222 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7223 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7224 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7225 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7226 (arm_return_in_memory, arm_store_return_value)
7227 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7228 (arm_record_ld_st_multiple): Likewise.
7229 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7230 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7231
7232 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7233
7234 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7235 AARCH64_DISPLACED_MODIFIED_INSNS.
7236 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7237 (aarch64_displaced_step_copy_insn): Likewise.
7238 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7239 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7240 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7241 ARM_DISPLACED_MODIFIED_INSNS.
7242 * arm-tdep.c (arm_gdbarch_init): Likewise.
7243 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7244 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7245 (struct arm_displaced_step_closure): Use
7246 ARM_DISPLACED_MODIFIED_INSNS.
7247
7248 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7249
7250 * features/Makefile: Remove unused xml files.
7251 * features/aarch64.xml: Remove.
7252 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7253 * features/i386/amd64-avx-avx512.xml: Remove.
7254 * features/i386/amd64-avx-linux.xml: Remove.
7255 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7256 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7257 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7258 * features/i386/amd64-avx-mpx.xml: Remove.
7259 * features/i386/amd64-avx.xml: Remove.
7260 * features/i386/amd64-linux.xml: Remove.
7261 * features/i386/amd64-mpx-linux.xml: Remove.
7262 * features/i386/amd64-mpx.xml: Remove.
7263 * features/i386/amd64.xml: Remove.
7264 * features/i386/i386-avx-avx512-linux.xml: Remove.
7265 * features/i386/i386-avx-avx512.xml: Remove.
7266 * features/i386/i386-avx-linux.xml: Remove.
7267 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7268 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7269 * features/i386/i386-avx-mpx-linux.xml: Remove.
7270 * features/i386/i386-avx-mpx.xml: Remove.
7271 * features/i386/i386-avx.xml: Remove.
7272 * features/i386/i386-linux.xml: Remove.
7273 * features/i386/i386-mmx-linux.xml: Remove.
7274 * features/i386/i386-mmx.xml: Remove.
7275 * features/i386/i386-mpx-linux.xml: Remove.
7276 * features/i386/i386-mpx.xml: Remove.
7277 * features/i386/i386.xml: Remove.
7278 * features/i386/x32-avx-avx512-linux.xml: Remove.
7279 * features/i386/x32-avx-linux.xml: Remove.
7280 * features/i386/x32-linux.xml: Remove.
7281
7282 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7283
7284 * regformats/aarch64.dat: Remove.
7285 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7286 * regformats/i386/amd64-avx-linux.dat: Remove.
7287 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7288 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7289 * regformats/i386/amd64-linux.dat: Remove.
7290 * regformats/i386/amd64-mpx-linux.dat: Remove.
7291 * regformats/i386/amd64.dat: Remove.
7292 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7293 * regformats/i386/i386-avx-linux.dat: Remove.
7294 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7295 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7296 * regformats/i386/i386-linux.dat: Remove.
7297 * regformats/i386/i386-mmx-linux.dat: Remove.
7298 * regformats/i386/i386-mpx-linux.dat: Remove.
7299 * regformats/i386/i386.dat: Remove.
7300 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7301 * regformats/i386/x32-avx-linux.dat: Remove.
7302 * regformats/i386/x32-linux.dat: Remove.
7303
7304 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7305
7306 * aarch64-tdep.c: Remove xml self tests.
7307 * amd64-linux-tdep.c: Likewise.
7308 * amd64-tdep.c: Likewise.
7309 * i386-linux-tdep.c: Likewise.
7310 * i386-tdep.c: Likewise.
7311
7312 2019-07-03 Pedro Alves <palves@redhat.com>
7313
7314 PR cli/24732
7315 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7316 (pipe_cmd_option_defs): New.
7317 (make_pipe_cmd_options_def_group): New.
7318 (pipe_command): Use gdb::option::process_options.
7319 (pipe_command_completer): New function.
7320 (_initialize_cli_cmds): Install completer for "pipe" command.
7321
7322 2019-07-03 Pedro Alves <palves@redhat.com>
7323
7324 * cli/cli-option.c (union option_value) <string>: New field.
7325 (struct option_def_and_value): Add ctor, move ctor, dtor and
7326 use DISABLE_COPY_AND_ASSIGN.
7327 (option_def_and_value::clear_value): New.
7328 (parse_option, save_option_value_in_ctx, get_val_type_str)
7329 (add_setshow_cmds_for_options): Handle var_string.
7330 * cli-option.h (union option_def::var_address) <string>: New
7331 field.
7332 (struct string_option_def): New.
7333 * maint-test-options.c (struct test_options_opts): Add default
7334 ctor and use DISABLE_COPY_AND_ASSIGN.
7335 <string_opt>: New field.
7336 (test_options_opts::~test_options_opts): New.
7337 (test_options_opts::dump): Also dump "-string".
7338 (test_options_option_defs): Install "string.
7339
7340 2019-07-03 Pedro Alves <palves@redhat.com>
7341
7342 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7343 option_value with a null enumeration.
7344 (complete_options): Save the option values in the context.
7345 (save_option_value_in_ctx): New, factored out from ...
7346 (process_options): ... here.
7347 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7348 of the function.
7349 * maint-test-options.c (test_options_opts::dump): New, factored
7350 out from ...
7351 (maintenance_test_options_command_mode): ... here.
7352 (maintenance_test_options_command_completion_result): Delete.
7353 (maintenance_test_options_command_completion_text): Update
7354 comment.
7355 (maintenance_show_test_options_completion_result): Change
7356 prototype. Just print
7357 maintenance_test_options_command_completion_text.
7358 (save_completion_result): New.
7359 (maintenance_test_options_completer_mode): Pass options context to
7360 complete_options, and then save a dump.
7361 (_initialize_maint_test_options): Use add_cmd to install "maint
7362 show test-options-completion-result".
7363
7364 2019-07-03 Pedro Alves <palves@redhat.com>
7365
7366 * NEWS (New commands): Mention "with" and "maint with".
7367 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7368 (with_command, with_command_completer): New.
7369 (pipe_command): Adjust to new repeat_previous
7370 interface.
7371 (_initialize_cli_cmds): Install the "with" command and its "w"
7372 alias.
7373 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7374 declarations.
7375 * cli/cli-setshow.c (parse_cli_var_uinteger)
7376 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7377 argument strings for all var_types.
7378 (get_setshow_command_value_string): New, factored out from ...
7379 (do_show_command): ... this.
7380 * cli/cli-setshow.h: Include <string>.
7381 (get_setshow_command_value_string): Declare.
7382 * command.h (repeat_previous): Now returns const char *. Adjust
7383 comment.
7384 * maint.c: Include "cli/cli-cmds.h".
7385 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7386 (_initialize_maint_cmds): Register the "maintenance with" command.
7387 * top.c (repeat_previous): Move bits from pipe_command here:
7388 Return the saved command line, if any; error out if there's no
7389 command to relaunch.
7390
7391 2019-07-03 Pedro Alves <palves@redhat.com>
7392
7393 * NEWS (New commands): Mention "maint set/show test-settings"
7394 instead of "maint test-settings".
7395 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7396 (maintenance_test_settings_set_list): Rename to ...
7397 (maintenance_set_test_settings_list): ... this.
7398 (maintenance_test_settings_show_list): Rename to ...
7399 (maintenance_show_test_settings_list): ... this.
7400 (maintenance_test_settings_cmd): Delete.
7401 (maintenance_test_settings_set_cmd): ...
7402 (maintenance_set_test_settings_cmd): ... this.
7403 (maintenance_test_settings_show_cmd): ...
7404 (maintenance_show_test_settings_cmd): ... this.
7405 (maintenance_test_settings_show_value_cmd):
7406 (maintenance_show_test_settings_value_cmd): ... this.
7407 (_initialize_maint_test_settings): No longer install the "maint
7408 test-settings" prefix command. Rename "maint test-settings set"
7409 to "maint set test-settings", and "maint test-settings show" to
7410 "maint show test-settings". Adjust all subcommands.
7411
7412 2019-07-03 Pedro Alves <palves@redhat.com>
7413
7414 * maint-test-settings.c: Fix file's intro comment. Replace all
7415 references to "test-options" with references to "test-settings",
7416 in comments.
7417
7418 2019-07-03 Pedro Alves <palves@redhat.com>
7419
7420 * maint-test-settings.c (maintenance_test_settings_xxx)
7421 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7422 New.
7423 (maintenance_test_settings_enums): Use them.
7424 (maintenance_test_settings_enum): Default to
7425 maintenance_test_settings_xxx.
7426 (_initialize_maint_test_settings): Initialize
7427 MAINTENANCE_TEST_SETTINGS_FILENAME.
7428
7429 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7430
7431 * breakpoint.h (remove_breakpoints_inf): Change return type to
7432 void, move function documentation here.
7433 * breakpoint.c (remove_breakpoints_inf): Change return type to
7434 void, move function documentation to header.
7435
7436 2019-07-02 Pedro Alves <palves@redhat.com>
7437
7438 * NEWS (Completion improvements): Mention "info threads".
7439 * thread.c (struct info_threads_opts, info_threads_option_defs)
7440 (make_info_threads_options_def_group): New.
7441 (info_threads_command): Use gdb::option::process_options.
7442 (info_threads_command_completer): New.
7443 (_initialize_thread): Use gdb::option::build_help to build the
7444 help text for "info threads".
7445
7446 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7447
7448 * defs.h (generic_load): Move from here...
7449 * symfile.h (generic_load): ... to here. Rename name parameter
7450 to args.
7451 * symfile.c (generic_load): Add comment.
7452
7453 2019-07-01 Tom Tromey <tromey@adacore.com>
7454
7455 * dwarf2read.c
7456 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7457 declaration of without_params. Fix formatting.
7458
7459 2019-07-01 Tom Tromey <tromey@adacore.com>
7460
7461 * ada-exp.y (find_primitive_type): Update.
7462 * ada-lang.h (ada_lookup_symbol): Update.
7463 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7464 parameter.
7465 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7466
7467 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7468
7469 PR breakpoints/24541
7470 * gdbarch.c: Regenerate.
7471 * gdbarch.h: Regenerate.
7472 * gdbarch.sh: Add 'stap_adjust_register'.
7473 * i386-tdep.c: Include '<unordered_set>'.
7474 (i386_stap_adjust_register): New function.
7475 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7476 * stap-probe.c (stap_parse_register_operand): Call
7477 'gdbarch_stap_adjust_register'.
7478
7479 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7480
7481 PR python/24742
7482 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7483 * python/python.c (do_start_initialization): Use 'xmalloc'
7484 instead of 'PyMem_Malloc'.
7485
7486 2019-06-28 Tom Tromey <tromey@adacore.com>
7487
7488 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7489 for Ada.
7490
7491 2019-06-27 Tom Tromey <tromey@adacore.com>
7492
7493 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7494 objfile_key.
7495 (arm_find_mapping_symbol, arm_record_special_symbol)
7496 (_initialize_arm_tdep): Update.
7497 (arm_objfile_data_free): Remove.
7498
7499 2019-06-27 Tom Tromey <tromey@adacore.com>
7500
7501 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7502 to cp_print_static_field.
7503
7504 2019-06-26 Tom Tromey <tromey@adacore.com>
7505
7506 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7507 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7508 declare.
7509
7510 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7511
7512 * features/aarch64-core.c (create_feature_aarch64_core):
7513 Regenerate.
7514 * features/aarch64-core.xml: Add cpsr flags.
7515
7516 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7517
7518 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7519 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7520
7521 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7522
7523 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7524 field.
7525 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7526 use.
7527 (arm_record_special_symbol): Don't insert new symbol in sorted
7528 position, push it at the end.
7529
7530 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7531
7532 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7533 (arm_mapping_symbol_s): Remove.
7534 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7535 (arm_mapping_symbol_vec): New typedef.
7536 (struct arm_per_objfile): Add constructor.
7537 <section_maps>: Change type to
7538 std::unique_ptr<arm_mapping_symbol_vec[]>.
7539 (arm_compare_mapping_symbols): Remove.
7540 (arm_find_mapping_symbol): Adjust to section_maps type change.
7541 (arm_objfile_data_free): Call delete on arm_per_objfile.
7542 (arm_record_special_symbol): Adjust to section_maps type change.
7543 Allocate arm_per_objfile with new.
7544
7545 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7546
7547 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7548 with the command prefix.
7549
7550 2019-06-25 Tom Tromey <tom@tromey.com>
7551
7552 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7553 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7554
7555 2019-06-25 Tom Tromey <tom@tromey.com>
7556
7557 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7558 type.
7559 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7560 protected.
7561
7562 2019-06-25 Tom Tromey <tom@tromey.com>
7563
7564 * tui/tui-winsource.c
7565 (tui_source_window_base::set_is_exec_point_at): Add check against
7566 LOA_ADDRESS.
7567
7568 2019-06-25 Tom Tromey <tom@tromey.com>
7569
7570 * tui/tui-source.c (tui_set_source_content): Don't check before
7571 xfree.
7572 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7573
7574 2019-06-25 Tom Tromey <tom@tromey.com>
7575
7576 * tui/tui-winsource.h (tui_update_source_window_as_is)
7577 (tui_alloc_source_buffer, tui_line_is_displayed)
7578 (tui_addr_is_displayed): Change type of win_info.
7579 * tui/tui-winsource.c (tui_update_source_window_as_is)
7580 (tui_clear_source_content, tui_show_source_line)
7581 (tui_show_source_content, tui_source_window_base::refill)
7582 (tui_source_window_base::set_is_exec_point_at)
7583 (tui_source_window_base::set_is_exec_point_at)
7584 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7585 (tui_alloc_source_buffer, tui_line_is_displayed)
7586 (tui_addr_is_displayed): Change type of win_info. Update.
7587 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7588 (tui_source_window_base::do_make_visible_with_new_height):
7589 Update.
7590 * tui/tui-source.c (tui_set_source_content)
7591 (tui_set_source_content_nil)
7592 (tui_source_window::do_scroll_vertical): Update.
7593 * tui/tui-layout.c (show_layout): Update.
7594 * tui/tui-disasm.c (tui_set_disassem_content)
7595 (tui_disasm_window::do_scroll_vertical): Update.
7596 * tui/tui-data.h (tui_win_content): Remove.
7597 (struct tui_gen_win_info) <content, content_size>: Remove.
7598 (struct tui_source_element): Add initializers and destructor.
7599 (union tui_which_element, struct tui_win_element): Remove.
7600 (struct tui_source_window_base) <content>: New field.
7601 (struct tui_data_window): Remove destructor.
7602 (tui_alloc_content, tui_free_win_content)
7603 (tui_free_all_source_wins_content): Don't declare.
7604 * tui/tui-data.c (tui_initialize_static_data): Update.
7605 (init_content_element, tui_alloc_content): Remove.
7606 (~tui_gen_win_info): Update.
7607 (~tui_data_window, tui_free_all_source_wins_content)
7608 (tui_free_win_content, free_content, free_content_elements):
7609 Remove.
7610
7611 2019-06-25 Tom Tromey <tom@tromey.com>
7612
7613 * tui/tui-winsource.h (tui_clear_source_content)
7614 (tui_erase_source_content, tui_show_source_content): Change type
7615 of win_info.
7616 * tui/tui-winsource.c (tui_clear_source_content)
7617 (tui_erase_source_content, tui_show_source_content): Change type
7618 of win_info.
7619 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7620 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7621 win_info.
7622 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7623 win_info.
7624 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7625
7626 2019-06-25 Tom Tromey <tom@tromey.com>
7627
7628 * tui/tui-winsource.c (tui_clear_source_content)
7629 (tui_source_window_base::set_is_exec_point_at): Update.
7630 * tui/tui-source.c (tui_set_source_content_nil): Update.
7631 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7632 a bool.
7633 * tui/tui-data.c (init_content_element): Update.
7634
7635 2019-06-25 Tom Tromey <tom@tromey.com>
7636
7637 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7638 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7639 * tui/tui-layout.c (init_and_make_win): Update.
7640 * tui/tui.h (enum tui_win_type): Update.
7641 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7642 tui_win_is_auxillary.
7643 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7644 tui_win_is_auxillary.
7645
7646 2019-06-25 Tom Tromey <tom@tromey.com>
7647
7648 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7649 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7650 (tui_delete_data_content_windows, tui_display_all_data)
7651 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7652 Update.
7653 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7654 * tui/tui-regs.c (tui_last_regs_line_no)
7655 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7656 (tui_show_registers): Update.
7657 (tui_show_register_group): Return void. Update.
7658 (tui_display_registers_from, tui_display_reg_element_at_line)
7659 (tui_display_registers_from_line, tui_check_register_values):
7660 Update.
7661 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7662 member.
7663 (struct tui_data_window) <regs_content>: Now a std::vector.
7664 <regs_content_count>: Remove.
7665 (tui_add_content_elements, tui_free_data_content): Don't declare.
7666 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7667 (init_content_element): Remove DATA_WIN case. Add assert.
7668 (tui_add_content_elements): Remove.
7669 (tui_data_window): Update.
7670 (tui_free_data_content): Remove.
7671 (free_content_elements): Remove DATA_WIN case.
7672
7673 2019-06-25 Tom Tromey <tom@tromey.com>
7674
7675 * tui/tui-data.c (tui_data_item_window): Update.
7676 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7677 * tui/tui-windata.c (tui_display_all_data)
7678 (tui_display_data_from_line): Update.
7679 (tui_check_data_values): Remove.
7680 * tui/tui-regs.c (tui_show_register_group)
7681 (tui_display_reg_element_at_line): Update.
7682 * tui/tui-hooks.c (tui_register_changed)
7683 (tui_refresh_frame_and_register_information): Call
7684 tui_check_register_values.
7685 * tui/tui-data.h (struct tui_data_window) <data_content,
7686 data_content_count, data_type>: Remove.
7687 (enum tui_data_type): Remove.
7688
7689 * tui/tui-data.c (tui_data_window::clear_detail)
7690 (~tui_data_window): Update.
7691
7692 2019-06-25 Tom Tromey <tom@tromey.com>
7693
7694 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7695 declare.
7696 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7697 Rename from tui_first_data_item_displayed. Update.
7698 (tui_data_window::refresh_all)
7699 (tui_data_window::do_scroll_vertical): Update.
7700 * tui/tui-data.h (struct tui_data_window)
7701 <first_data_item_displayed>: Declare new method.
7702
7703 2019-06-25 Tom Tromey <tom@tromey.com>
7704
7705 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7706 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7707 contents...
7708 (tui_initialize_static_data): ...here.
7709
7710 2019-06-25 Tom Tromey <tom@tromey.com>
7711
7712 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7713 (tui_display_registers_from, tui_check_register_values): Update.
7714 (tui_display_register): Remove win_info parameter; update.
7715 (tui_get_register): Change type of parameters.
7716 * tui/tui-data.h (struct tui_data_element): Remove.
7717 (union tui_which_element) <data>: Remove.
7718 <data_window>: Change type.
7719 (struct tui_data_item_window): New.
7720 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7721 case. Add assert.
7722 (~tui_data_item_window): New destructor.
7723 (free_content_elements): Remove DATA_ITEM_WIN case.
7724
7725 2019-06-25 Tom Tromey <tom@tromey.com>
7726
7727 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7728 Remove.
7729
7730 2019-06-25 Tom Tromey <tom@tromey.com>
7731
7732 * tui/tui-data.h (struct tui_command_element): Remove.
7733 (union tui_which_element) <command>: Remove.
7734 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7735 assert.
7736 (free_content_elements): Remove CMD_WIN case.
7737
7738 2019-06-25 Tom Tromey <tom@tromey.com>
7739
7740 * tui/tui-layout.c (tui_set_layout): Update.
7741 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7742 * tui/tui-data.c (layout_def): Update.
7743
7744 2019-06-25 Tom Tromey <tom@tromey.com>
7745
7746 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7747 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7748 (tui_source_window_base::set_new_height): Update.
7749 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7750 Update.
7751 (tui_set_locator_fullname, tui_set_locator_info)
7752 (tui_show_frame_info): Update.
7753 * tui/tui-source.c (tui_set_source_content)
7754 (tui_source_is_displayed): Update.
7755 * tui/tui-layout.c (show_source_disasm_command, show_data)
7756 (show_source_or_disasm_and_command): Update.
7757 * tui/tui-disasm.c (tui_set_disassem_content)
7758 (tui_get_begin_asm_address): Update.
7759 * tui/tui-data.h (struct tui_locator_element): Remove.
7760 (union tui_which_element) <locator>: Remove.
7761 (struct tui_locator_window): New.
7762 (tui_locator_win_info_ptr): Change return type.
7763 * tui/tui-data.c (_locator): Change type.
7764 (tui_locator_win_info_ptr): Change return type.
7765 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7766 (tui_alloc_content): Add assert.
7767
7768 2019-06-25 Tom Tromey <tom@tromey.com>
7769
7770 * tui/tui-winsource.c
7771 (tui_exec_info_window::maybe_allocate_content): New method.
7772 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7773 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7774 (make_source_or_disasm_window): Add cast.
7775 * tui/tui-data.h (union tui_which_element) <simple_string>:
7776 Remove.
7777 (struct tui_source_info): New.
7778 (struct tui_source_window_base) <execution_info>: Change type.
7779 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7780 case, and add assert.
7781 (tui_alloc_content): Add assert.
7782
7783 2019-06-25 Tom Tromey <tom@tromey.com>
7784
7785 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7786 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7787 * tui/tui-data.c (tui_alloc_win_info): Remove.
7788
7789 2019-06-25 Tom Tromey <tom@tromey.com>
7790
7791 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7792 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7793 can_highlight.
7794
7795 2019-06-25 Tom Tromey <tom@tromey.com>
7796
7797 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7798 make_visible_with_new_height method.
7799 (tui_win_info::make_visible_with_new_height): New method.
7800 (tui_source_window_base::do_make_visible_with_new_height)
7801 (tui_data_window::do_make_visible_with_new_height)
7802 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7803 (make_visible_with_new_height): Remove.
7804 (tui_resize_all, tui_adjust_win_heights): Use
7805 make_visible_with_new_height method.
7806 * tui/tui-data.h (struct tui_win_info)
7807 <do_make_visible_with_new_height, make_visible_with_new_height>:
7808 New methods.
7809 (struct tui_source_window_base, struct tui_data_window)
7810 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7811 methods.
7812
7813 2019-06-25 Tom Tromey <tom@tromey.com>
7814
7815 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7816 method.
7817 (update_tab_width): Call update_tab_width method.
7818 * tui/tui-data.h (struct tui_win_info)
7819 (struct tui_source_window_base) <update_tab_width>: New methods.
7820
7821 2019-06-25 Tom Tromey <tom@tromey.com>
7822
7823 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7824 parameter.
7825 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7826 parameter.
7827 (tui_gen_win_info::make_visible): Update.
7828 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7829 parameter.
7830 * tui/tui-data.h (enum tui_box): New enum.
7831 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7832
7833 2019-06-25 Tom Tromey <tom@tromey.com>
7834
7835 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7836 init_and_make_win for EXEC_INFO_WIN.
7837 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7838 longer inline.
7839 (struct tui_win_info) <~tui_win_info>: Inline.
7840 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7841 Don't declare.
7842 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7843 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7844 Remove.
7845 (tui_initialize_static_data): Update.
7846 (~tui_gen_win_info): Handle more cleanup here.
7847 (~tui_source_window_base): Delete "execution_info".
7848 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7849
7850 2019-06-25 Tom Tromey <tom@tromey.com>
7851
7852 * tui/tui-layout.c (make_command_window): Don't set
7853 can_highlight.
7854 (show_source_disasm_command): Call the reset method.
7855 (show_data): Don't set can_highlight. Call the reset method.
7856 (tui_gen_win_info::reset): Rename from init_gen_win_info
7857 (init_and_make_win): Simplify. Return tui_gen_win_info.
7858 (show_source_or_disasm_and_command): Call the reset method.
7859 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7860 (struct tui_cmd_window): Set can_highlight.
7861
7862 2019-06-25 Tom Tromey <tom@tromey.com>
7863
7864 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7865 from make_visible.
7866 (tui_make_visible, tui_make_invisible): Rewrite.
7867 (tui_win_info::make_visible): Remove.
7868 (tui_source_window_base::make_visible): Update.
7869 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7870 method. Moved from...
7871 (struct tui_win_info) <make_visible>: ...here.
7872
7873 2019-06-25 Tom Tromey <tom@tromey.com>
7874
7875 * tui/tui-winsource.c
7876 (tui_source_window_base::do_scroll_horizontal): Remove direction
7877 parameter.
7878 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7879 direction parameter.
7880 * tui/tui-win.c (tui_win_info::forward_scroll)
7881 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7882 (tui_win_info::right_scroll): Update.
7883 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7884 direction parameter.
7885 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7886 direction parameter.
7887 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7888 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7889 Remove direction parameter.
7890 (struct tui_source_window_base, struct tui_source_window)
7891 (struct tui_disasm_window, struct tui_data_window)
7892 (struct tui_cmd_window): Update.
7893
7894 2019-06-25 Tom Tromey <tom@tromey.com>
7895
7896 * tui/tui-winsource.h (tui_set_exec_info_content)
7897 (tui_show_exec_info_content, tui_erase_exec_info_content)
7898 (tui_clear_exec_info_content, tui_update_exec_info): Change
7899 argument to tui_source_window_base.
7900 * tui/tui-winsource.c (tui_set_exec_info_content)
7901 (tui_show_exec_info_content, tui_erase_exec_info_content)
7902 (tui_clear_exec_info_content, tui_update_exec_info): Change
7903 argument to tui_source_window_base.
7904
7905 2019-06-25 Tom Tromey <tom@tromey.com>
7906
7907 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7908 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7909
7910 2019-06-25 Tom Tromey <tom@tromey.com>
7911
7912 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7913 check.
7914
7915 2019-06-25 Tom Tromey <tom@tromey.com>
7916
7917 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7918 type to void.
7919 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7920 type to void.
7921 * tui/tui-source.c (tui_set_source_content): Update.
7922 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7923
7924 2019-06-25 Tom Tromey <tom@tromey.com>
7925
7926 * tui/tui-win.c (window_name_completer, tui_set_focus)
7927 (tui_all_windows_info): Use name method.
7928 * tui/tui-data.h (struct tui_gen_win_info)
7929 (struct tui_source_window, struct tui_disasm_window)
7930 (struct tui_data_window, struct tui_cmd_window) <name>: New
7931 method.
7932 (tui_win_name): Don't declare.
7933 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7934 (tui_win_name): Remove.
7935
7936 2019-06-25 Tom Tromey <tom@tromey.com>
7937
7938 * tui/tui-winsource.h (tui_update_source_window)
7939 (tui_update_source_window_as_is): Change parameter type.
7940 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7941 to be a tui_source_window_base.
7942 (tui_update_source_window_as_is): Likewise.
7943 * tui/tui-win.c (make_visible_with_new_height): Update.
7944
7945 2019-06-25 Tom Tromey <tom@tromey.com>
7946
7947 * tui/tui-winsource.c (tui_erase_source_content)
7948 (tui_show_source_content, tui_show_exec_info_content)
7949 (tui_erase_exec_info_content): Use refresh_window method.
7950 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7951 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7952 from tui_refresh_win.
7953 (tui_data_window::refresh_window): New method.
7954 (tui_win_info::refresh, tui_source_window_base::refresh)
7955 (tui_refresh_all): Use refresh_window method.
7956 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7957 method.
7958 * tui/tui-regs.c (tui_display_register): Call refresh_window
7959 method.
7960 * tui/tui-layout.c (show_source_disasm_command)
7961 (show_source_or_disasm_and_command): Call refresh_window method.
7962 * tui/tui-data.h (struct tui_gen_win_info)
7963 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7964 New method.
7965
7966 2019-06-25 Tom Tromey <tom@tromey.com>
7967
7968 * tui/tui.c (tui_rl_other_window, tui_enable)
7969 (tui_is_window_visible, tui_get_command_dimension): Update.
7970 * tui/tui-winsource.c (tui_update_source_window_as_is)
7971 (tui_clear_source_content, tui_erase_source_content)
7972 (tui_show_source_line, tui_source_window_base::refill)
7973 (tui_source_window_base::do_scroll_horizontal)
7974 (tui_source_window_base::set_is_exec_point_at)
7975 (tui_update_breakpoint_info, tui_set_exec_info_content)
7976 (tui_alloc_source_buffer, tui_line_is_displayed)
7977 (tui_addr_is_displayed): Update.
7978 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7979 (tui_check_and_display_highlight_if_needed)
7980 (tui_win_info::make_visible, tui_win_info::refresh)
7981 (tui_refresh_all): Update.
7982 * tui/tui-windata.c (tui_first_data_item_displayed)
7983 (tui_delete_data_content_windows, tui_erase_data_content)
7984 (tui_display_all_data, tui_data_window::refresh_all)
7985 (tui_check_data_values): Update.
7986 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7987 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7988 (tui_win_info::backward_scroll, tui_refresh_all_win)
7989 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7990 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7991 (tui_source_window_base::set_new_height)
7992 (tui_data_window::set_new_height)
7993 (make_invisible_and_set_new_height)
7994 (make_visible_with_new_height, new_height_ok)
7995 (parse_scrolling_args): Update.
7996 * tui/tui-stack.c (tui_show_frame_info): Update.
7997 * tui/tui-source.c (tui_set_source_content)
7998 (tui_set_source_content_nil, tui_source_is_displayed)
7999 (tui_source_window::do_scroll_vertical): Update.
8000 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8001 (tui_display_registers_from, tui_display_reg_element_at_line)
8002 (tui_check_register_values, tui_reg_command): Update.
8003 * tui/tui-layout.c (tui_default_win_height)
8004 (show_source_disasm_command, show_data, init_and_make_win)
8005 (show_source_or_disasm_and_command): Update.
8006 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
8007 (tui_redisplay_readline, tui_mld_flush)
8008 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
8009 (tui_getc): Update.
8010 * tui/tui-disasm.c (tui_set_disassem_content)
8011 (tui_disasm_window::do_scroll_vertical): Update.
8012 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
8013 Now virtual.
8014 (struct tui_win_info): Derive from tui_gen_win_info.
8015 <~tui_win_info>: Mark as override.
8016 <generic>: Remove member.
8017 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
8018 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
8019 (~tui_data_window, ~tui_win_info)
8020 (tui_free_all_source_wins_content): Update.
8021 * tui/tui-command.c (tui_refresh_cmd_win): Update.
8022
8023 2019-06-25 Tom Tromey <tom@tromey.com>
8024
8025 * tui/tui-layout.c (init_and_make_win): Use new.
8026 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
8027 destructor, initializers.
8028 (tui_alloc_generic_win_info): Don't declare.
8029 * tui/tui-data.c (_locator): Add argument to constructor.
8030 (source_win, disasm_win): New globals.
8031 (exec_info): Remove.
8032 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
8033 Update.
8034 (tui_alloc_generic_win_info): Remove.
8035 (init_content_element): Use new.
8036 (tui_win_info::tui_win_info): Update.
8037 (free_content_elements) <case DATA_WIN>: Use delete.
8038
8039 2019-06-25 Tom Tromey <tom@tromey.com>
8040
8041 * tui/tui-wingeneral.c (tui_refresh_win): Update.
8042 * tui/tui-windata.c (tui_first_data_item_displayed)
8043 (tui_delete_data_content_windows): Update.
8044 * tui/tui-win.c (tui_data_window::set_new_height): Update.
8045 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8046 (tui_display_registers_from, tui_check_register_values): Update.
8047 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
8048 pointer.
8049 * tui/tui-data.c (init_content_element): Update. Allocate the new
8050 window.
8051 (tui_free_data_content): Update.
8052 (free_content_elements) <case DATA_WIN>: Free the window.
8053
8054 2019-06-25 Tom Tromey <tom@tromey.com>
8055
8056 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
8057 Update.
8058 * tui/tui-layout.c (make_command_window)
8059 (show_source_disasm_command, show_data, init_and_make_win)
8060 (show_source_or_disasm_and_command): Update.
8061 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
8062 method.
8063 <can_highight, is_highlighted>: Now bool.
8064 (tui_set_win_highlight): Don't declare.
8065 * tui/tui-data.c (tui_set_win_highlight): Remove.
8066
8067 2019-06-25 Tom Tromey <tom@tromey.com>
8068
8069 * tui/tui-wingeneral.c (make_visible): Remove check of window
8070 type.
8071
8072 2019-06-25 Tom Tromey <tom@tromey.com>
8073
8074 * tui/tui-win.c (tui_win_info::max_height)
8075 (tui_cmd_window::max_height): New methods.
8076 (new_height_ok): Call max_height.
8077 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
8078 <max_height>: New method.
8079
8080 2019-06-25 Tom Tromey <tom@tromey.com>
8081
8082 * tui/tui-win.c (tui_source_window_base::set_new_height)
8083 (tui_data_window::set_new_height): New methods.
8084 (make_invisible_and_set_new_height): Call set_new_height method.
8085 * tui/tui-data.h (struct tui_win_info)
8086 (struct tui_source_window_base, struct tui_data_window)
8087 <set_new_height>: New method.
8088
8089 2019-06-25 Tom Tromey <tom@tromey.com>
8090
8091 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
8092 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
8093 tui_refresh_data_win.
8094 * tui/tui-win.c (tui_source_window_base::refresh_all): New
8095 method.
8096 (tui_refresh_all_win): Call the refresh_all method.
8097 (tui_set_focus): Likewise.
8098 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
8099 (struct tui_source_window_base, struct tui_data_window) <refresh>:
8100 Likewise.
8101
8102 2019-06-25 Tom Tromey <tom@tromey.com>
8103
8104 * tui/tui-winsource.h (tui_refill_source_window)
8105 (tui_set_is_exec_point_at): Don't declare.
8106 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
8107 (tui_source_window_base::refill): Rename from
8108 tui_refill_source_window.
8109 (tui_source_window_base::do_scroll_horizontal): Update.
8110 (tui_source_window_base::set_is_exec_point_at): Rename from
8111 tui_set_is_exec_point_at.
8112 (tui_update_all_breakpoint_info): Update.
8113 * tui/tui-stack.c (tui_show_frame_info): Update.
8114 * tui/tui-layout.c (show_data): Add cast.
8115 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
8116 * tui/tui-data.h (struct tui_source_window_base) <refill,
8117 set_is_exec_point_at>: New methods.
8118 (tui_source_windows, tui_add_to_source_windows): Update types.
8119 (tui_add_to_source_windows): Remove redundant declaration.
8120 * tui/tui-data.c (source_windows): Store tui_source_window_base.
8121 (tui_source_windows): Change return type.
8122 (tui_clear_source_windows_detail): Update.
8123 (tui_add_to_source_windows): Change type of parameter.
8124 (tui_free_all_source_wins_content): Update.
8125
8126 2019-06-25 Tom Tromey <tom@tromey.com>
8127
8128 * tui/tui-wingeneral.c (tui_win_info::refresh)
8129 (tui_source_window_base::refresh): New methods.
8130 (tui_refresh_all): Call the refresh method.
8131 * tui/tui-data.h (struct tui_win_info)
8132 (struct tui_source_window_base) <refresh>: New method.
8133
8134 2019-06-25 Tom Tromey <tom@tromey.com>
8135
8136 * tui/tui.h (tui_is_window_visible): Return bool.
8137 * tui/tui.c (tui_is_window_visible): Return bool.
8138 * tui/tui-wingeneral.c (tui_make_window, make_visible)
8139 (tui_make_visible, tui_make_invisible)
8140 (tui_win_info::make_visible)
8141 (tui_source_window_base::make_visible, make_all_visible)
8142 (tui_make_all_visible, tui_make_all_invisible): Update.
8143 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
8144 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
8145 bool.
8146 (struct tui_win_info, struct tui_source_window_base)
8147 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
8148 * tui/tui-data.c (tui_init_generic_part): Update.
8149
8150 2019-06-25 Tom Tromey <tom@tromey.com>
8151
8152 * tui/tui-wingeneral.c (tui_win_info::make_visible)
8153 (tui_source_window_base::make_visible): New methods.
8154 (make_all_visible): Make method call.
8155 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
8156 (struct tui_source_window_base, struct tui_cmd_window): Override
8157 make_visible.
8158 (tui_win_is_source_type): Don't declare.
8159 * tui/tui-data.c (tui_win_is_source_type): Remove.
8160
8161 2019-06-25 Tom Tromey <tom@tromey.com>
8162
8163 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8164 NULL check.
8165
8166 2019-06-25 Tom Tromey <tom@tromey.com>
8167
8168 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8169 Inline constructor. Add initializers for members.
8170 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8171 constructors; now inline in class.
8172
8173 2019-06-25 Tom Tromey <tom@tromey.com>
8174
8175 * tui/tui-regs.c (tui_show_registers): Update.
8176 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8177 bool.
8178 * tui/tui-data.c (tui_data_window::clear_detail)
8179 (tui_data_window): Update.
8180
8181 2019-06-25 Tom Tromey <tom@tromey.com>
8182
8183 * tui/tui-windata.c (tui_display_all_data)
8184 (tui_display_data_from_line, tui_display_data_from)
8185 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8186 Update.
8187 * tui/tui-regs.c (tui_last_regs_line_no)
8188 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8189 (tui_show_registers, tui_show_register_group)
8190 (tui_display_registers_from, tui_display_reg_element_at_line)
8191 (tui_display_registers_from_line, tui_check_register_values)
8192 (tui_reg_next, tui_reg_prev): Update.
8193 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8194 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8195 tui_data_window.
8196 (struct tui_win_info) <detail>: Remove. Add new fields from
8197 tui_data_info.
8198 (TUI_DATA_WIN): Add cast.
8199 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8200 (~tui_data_window): Simplify.
8201
8202 2019-06-25 Tom Tromey <tom@tromey.com>
8203
8204 * tui/tui-layout.c (show_source_disasm_command)
8205 (show_source_or_disasm_and_command): Update.
8206 * tui/tui-io.c (update_cmdwin_start_line)
8207 (tui_redisplay_readline): Update.
8208 * tui/tui-data.h (struct tui_command_info): Remove.
8209 (struct tui_win_info) <detail>: Remove command_info member.
8210 (struct tui_data_window) <start_line>: New member, from
8211 tui_command_info.
8212 (TUI_CMD_WIN): Add casts.
8213
8214 2019-06-25 Tom Tromey <tom@tromey.com>
8215
8216 * tui/tui-winsource.c (tui_update_source_window)
8217 (tui_refill_source_window)
8218 (tui_source_window_base::do_scroll_horizontal)
8219 (tui_update_breakpoint_info, tui_set_exec_info_content)
8220 (tui_show_exec_info_content, tui_erase_exec_info_content)
8221 (tui_clear_exec_info_content): Update.
8222 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8223 Update.
8224 * tui/tui-win.c (make_invisible_and_set_new_height)
8225 (make_visible_with_new_height): Update.
8226 * tui/tui-source.c (tui_set_source_content)
8227 (tui_show_symtab_source): Update.
8228 * tui/tui-layout.c (extract_display_start_addr)
8229 (show_source_disasm_command, show_data)
8230 (make_source_or_disasm_window)
8231 (show_source_or_disasm_and_command): Update.
8232 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8233 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8234 "gdbarch".
8235 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8236 to tui_source_window_base.
8237 (struct tui_win_info) <detail>: Remove source_info member.
8238 (struct tui_source_window_base) <has_locator>: Inline.
8239 Move contents from tui_source_info; rename has_locator member to
8240 m_has_locator.
8241 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8242 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8243 header file.
8244 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8245 Simplify.
8246 (tui_free_all_source_wins_content): Cast to
8247 tui_source_window_base.
8248
8249 2019-06-25 Tom Tromey <tom@tromey.com>
8250
8251 * tui/tui-win.c (make_invisible_and_set_new_height)
8252 (make_visible_with_new_height): Call has_locator method.
8253 * tui/tui-layout.c (show_source_disasm_command, show_data)
8254 (show_source_or_disasm_and_command): Update for bool change.
8255 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8256 (tui_win_info) <has_locator>: New method.
8257 (struct tui_source_window_base) <has_locator>: New method.
8258 (tui_win_has_locator): Don't declare.
8259 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8260 from tui_win_has_locator.
8261 (tui_source_window_base): Use false, not FALSE.
8262
8263 2019-06-25 Tom Tromey <tom@tromey.com>
8264
8265 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8266 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8267 clear_detail method directly.
8268 (tui_clear_win_detail): Remove.
8269
8270 2019-06-25 Tom Tromey <tom@tromey.com>
8271
8272 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8273 "this", not TUI_DISASM_WIN.
8274
8275 2019-06-25 Tom Tromey <tom@tromey.com>
8276
8277 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8278 declare.
8279 * tui/tui-winsource.c
8280 (tui_source_window_base::do_scroll_horizontal): Rename from
8281 tui_horizontal_source_scroll.
8282 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8283 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8284 from tui_vertical_data_scroll.
8285 * tui/tui-win.h (tui_scroll): Don't declare.
8286 * tui/tui-win.c (tui_win_info::forward_scroll)
8287 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8288 (tui_win_info::right_scroll): Rename and update.
8289 (tui_scroll_forward_command, tui_scroll_backward_command)
8290 (tui_scroll_left_command, tui_scroll_right_command): Update.
8291 (tui_scroll): Remove.
8292 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8293 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8294 from tui_vertical_source_scroll.
8295 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8296 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8297 from tui_vertical_disassem_scroll.
8298 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8299 do_scroll_horizontal>: New methods.
8300 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8301 Likewise.
8302 (struct tui_source_window_base): Add do_scroll_horizontal.
8303 (struct tui_source_window, struct tui_disasm_window): Add
8304 do_scroll_vertical.
8305 (struct tui_data_window, struct tui_cmd_window): Add
8306 do_scroll_horizontal and do_scroll_vertical.
8307 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8308
8309 2019-06-25 Tom Tromey <tom@tromey.com>
8310
8311 * tui/tui-data.h (struct tui_source_window_base): New struct.
8312 (struct tui_source_window): Derive from tui_source_window_base.
8313 (struct tui_disasm_window): New struct.
8314 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8315 from tui_source_window::clear_detail.
8316 (tui_source_window_base): Rename from tui_source_window.
8317 (~tui_source_window_base): Rename from ~tui_source_window.
8318 (tui_alloc_win_info): Create a tui_disasm_window.
8319
8320 2019-06-25 Tom Tromey <tom@tromey.com>
8321
8322 * tui/tui-data.h (struct tui_source_window)
8323 (struct tui_data_window): Declare destructors.
8324 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8325 destructors.
8326 (tui_win_info): Simplify.
8327
8328 2019-06-25 Tom Tromey <tom@tromey.com>
8329
8330 * tui/tui-winsource.c (tui_display_main)
8331 (tui_update_source_windows_with_addr)
8332 (tui_update_all_breakpoint_info): Update.
8333 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8334 (new_height_ok, parse_scrolling_args): Update.
8335 * tui/tui-stack.c (tui_show_frame_info): Update.
8336 * tui/tui-data.h (struct tui_list): Remove.
8337 (tui_source_windows): Return a reference to a std::vector.
8338 * tui/tui-data.c (source_windows): Now a std::vector.
8339 (tui_source_windows): Change return type.
8340 (tui_clear_source_windows): Rewrite.
8341 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8342 (tui_free_all_source_wins_content): Rewrite.
8343
8344 2019-06-25 Tom Tromey <tom@tromey.com>
8345
8346 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8347 (struct tui_data_window, struct tui_cmd_window): Declare
8348 clear_detail method.
8349 * tui/tui-data.c (tui_source_window::clear_detail)
8350 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8351 methods.
8352 (tui_clear_win_detail): Simplify.
8353
8354 2019-06-25 Tom Tromey <tom@tromey.com>
8355
8356 * tui/tui-layout.c (make_source_window, make_disasm_window)
8357 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8358 Return the new window.
8359 (show_source_disasm_command, show_data)
8360 (show_source_or_disasm_and_command): Update.
8361
8362 2019-06-25 Tom Tromey <tom@tromey.com>
8363
8364 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8365 parameter. Return the new window.
8366 (show_source_disasm_command): Update and remove NULL check.
8367 (show_source_or_disasm_and_command): Update.
8368
8369 2019-06-25 Tom Tromey <tom@tromey.com>
8370
8371 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8372
8373 2019-06-25 Tom Tromey <tom@tromey.com>
8374
8375 * tui/tui-data.h (struct tui_win_info): Make constructor
8376 protected. Make destructor virtual. Add initializers.
8377 (tui_source_window, tui_data_window, tui_cmd_window): New
8378 classes.
8379 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8380 constructor. Add "type" parameter.
8381 (tui_source_window, tui_data_window, tui_cmd_window): New
8382 constructors.
8383 (tui_alloc_win_info): Instantiate the appropriate subclass.
8384
8385 2019-06-25 Tom Tromey <tom@tromey.com>
8386
8387 * tui/tui-win.c (tui_resize_all): Use delete.
8388 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8389 destructor.
8390 (tui_free_window): Don't declare.
8391 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8392 Update.
8393
8394 2019-06-25 Tom Tromey <tom@tromey.com>
8395
8396 * tui/tui-data.h (struct tui_win_info): Add constructor.
8397 * tui/tui-data.c (tui_alloc_win_info): Use new.
8398 (tui_free_window): Use delete.
8399
8400 2019-06-22 Tom Tromey <tom@tromey.com>
8401
8402 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8403 declare.
8404 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8405
8406 2019-06-22 Tom Tromey <tom@tromey.com>
8407
8408 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8409 declare.
8410 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8411
8412 2019-06-22 Tom de Vries <tdevries@suse.de>
8413
8414 * dwarf2read.c (create_addrmap_from_aranges)
8415 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8416 instead of '%zu'.
8417
8418 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
8419
8420 * dwarf2read.h (dwarf2_section_info_def): Remove.
8421 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8422 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8423 std::vector<dwarf2_section_info>.
8424 (struct dwo_file) <~dwo_file>: Remove.
8425 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8426 types field.
8427 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8428 (dwarf2_read_debug_names): Likewise.
8429 (create_debug_types_hash_table): Change parameter type to
8430 array_view, adjust code accordingly.
8431 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8432 (partial_die_info::fixup): Likewise.
8433 (determine_prefix): Likewise.
8434 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8435
8436 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8437
8438 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8439 gdb_bfd_ref_ptr.
8440 <~dwo_file>: Remove call to gdb_bfd_unref.
8441 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8442 gdb_bfd_ref_ptr::get.
8443
8444 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8445
8446 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8447 type to htab_up.
8448 * dwarf2read.c (struct dwo_file): Initialize fields.
8449 <~dwo_file>: New.
8450 (free_dwo_file): Remove, move content to ~dwo_file.
8451 (struct dwo_file_deleter): Remove.
8452 (dwo_file_up>: Remove custom deleter.
8453 (free_dwo_files): Remove.
8454 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8455 dwo_files.
8456 (process_skeletonless_type_units): Call unique_ptr::get.
8457 (allocate_dwo_file_hash_table): Add deleter to created hash
8458 table. Change return type to htab_up.
8459 (lookup_dwo_file_slot): Don't memset dwo_file, call
8460 unique_ptr::get.
8461 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8462 (create_dwo_unit_in_dwp_v2): Likewise.
8463 (open_and_init_dwo_file): Likewise.
8464 (free_dwo_file_from_slot): Remove.
8465
8466 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8467
8468 * dwarf2read.h (struct dwarf2_section_info) <readin,
8469 is_virtual>: Change type to bool.
8470 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8471 true instead of 1.
8472
8473 2019-06-19 Tom Tromey <tom@tromey.com>
8474
8475 * tui/tui-data.h (tui_init_content_element): Don't declare.
8476
8477 2019-06-19 Tom Tromey <tom@tromey.com>
8478
8479 * tui/tui-data.h (tui_init_win_info): Don't declare.
8480
8481 2019-06-19 Tom de Vries <tdevries@suse.de>
8482
8483 * dwarf2read.h (abstract_to_concrete): Change type to
8484 std::unordered_map<sect_offset, std::vector<sect_offset>,
8485 gdb::hash_enum<sect_offset>>.
8486
8487 2019-06-19 Tom Tromey <tromey@adacore.com>
8488
8489 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8490 EVAL_AVOID_SIDE_EFFECTS specially.
8491
8492 2019-06-19 Tom Tromey <tromey@adacore.com>
8493
8494 * source-cache.c (highlighter): New global.
8495 (source_cache::get_source_lines): Create a highlighter on demand.
8496
8497 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8498
8499 * defs.h (deprecated_interactive_hook): Delete declaration.
8500 * interps.c (clear_interpreter_hooks): Remove use of
8501 deprecated_interactive_hook.
8502 * top.c (deprecated_interactive_hook): Delete definition.
8503 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8504
8505 2019-06-18 Tom de Vries <tdevries@suse.de>
8506
8507 PR gdb/24515
8508 * dwarf2read.h (abstract_to_concrete): Change type from
8509 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8510 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8511 * dwarf2read.c (read_variable): Update.
8512 (dwarf2_fetch_die_loc_sect_off): Update.
8513
8514 2019-06-17 Tom de Vries <tdevries@suse.de>
8515
8516 PR gdb/24617
8517 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8518 accessing parent[parent_len - 1].
8519
8520 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8521
8522 PR gdb/24364
8523 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8524 call dtrace_process_dof with NULL dof.
8525
8526 2019-06-16 Tom de Vries <tdevries@suse.de>
8527
8528 PR gdb/24445
8529 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8530
8531 2019-06-16 Tom Tromey <tom@tromey.com>
8532
8533 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8534 (make_all_visible): Use address of member.
8535
8536 2019-06-16 Tom Tromey <tom@tromey.com>
8537
8538 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8539 (tui_free_window, free_content, free_content_elements): Remove
8540 unnecessary cast.
8541 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8542 cast.
8543 * tui/tui-regs.c (tui_show_register_group)
8544 (tui_display_registers_from, tui_display_reg_element_at_line):
8545 Remove unnecessary cast.
8546
8547 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8548
8549 * linux-nat.c (normal_mask): Delete.
8550 (_initialize_linux_nat): Don't initialise normal_mask.
8551
8552 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8553
8554 PR gdb/24445
8555 * dwarf-index-write.h (write_psymtabs_to_index): Add
8556 dwz_basename parameter.
8557 * dwarf-index-write.c (write_gdbindex): Move file writing to
8558 write_gdbindex_1. Change return type void.
8559 (assert_file_size): Move up, remove filename parameter.
8560 (write_gdbindex_1): New function.
8561 (write_debug_names): Change return type to void, call
8562 assert_file_size.
8563 (struct index_wip_file): New struct.
8564 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8565 file logic to index_wip_file. Write index for dwz file if
8566 needed.
8567 (save_gdb_index_command): Pass basename of dwz file, if present.
8568 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8569 build-id of dwz file, if present.
8570 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8571 (dwarf2_get_dwz_file): Likewise.
8572 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8573 (dwarf2_get_dwz_file): Likewise.
8574
8575 2019-06-16 Tom Tromey <tom@tromey.com>
8576
8577 * coffread.c (process_coff_symbol): Use xstrdup.
8578 * value.c (create_internalvar): Use xstrdup.
8579
8580 2019-06-16 Tom Tromey <tom@tromey.com>
8581
8582 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8583 * breakpoint.c (stopin_command, stopat_command)
8584 (until_break_command, decode_location_default): Remove unnecessary
8585 cast.
8586 * utils.c (subset_compare): Remove unnecessary cast.
8587 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8588 cast.
8589 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8590 cast.
8591 * infcmd.c (path_command): Remove unnecessary cast.
8592 * coffread.c (decode_type): Remove unnecessary cast.
8593 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8594 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8595 * tui/tui-stack.c (tui_show_locator_content)
8596 (tui_show_frame_info): Remove unnecessary cast.
8597 * tui/tui-win.c (tui_scroll_forward_command)
8598 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8599 (parse_scrolling_args): Remove unnecessary cast.
8600 * tui/tui-data.c (init_win_info, tui_del_window)
8601 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8602 (free_content_elements): Remove unnecessary cast.
8603 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8604 unnecessary cast.
8605 * tui/tui-source.c (tui_set_source_content)
8606 (tui_vertical_source_scroll): Remove unnecessary cast.
8607 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8608 cast.
8609 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8610 * tui/tui-regs.c (tui_display_registers_from)
8611 (tui_display_register): Remove unnecessary cast.
8612 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8613 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8614 (make_visible): Remove unnecessary cast.
8615 * tui/tui-winsource.c (tui_erase_source_content)
8616 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8617 unnecessary cast.
8618 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8619 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8620 * stabsread.c (read_type, read_array_type, read_range_type):
8621 Remove unnecessary cast.
8622 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8623 (parse_symbol, parse_type, upgrade_type, parse_external)
8624 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8625 unnecessary cast.
8626 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8627
8628 2019-06-16 Tom Tromey <tom@tromey.com>
8629
8630 * tui/tui-data.c (tui_alloc_generic_win_info)
8631 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8632 checks.
8633
8634 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8635 Andrew Burgess <andrew.burgess@embecosm.com>
8636
8637 * f-typeprint.c (f_print_type): Don't return early for not
8638 associated or not allocated types.
8639 (f_type_print_varspec_suffix): Add print_rank parameter and print
8640 ranks of array types in case they dangling.
8641 (f_type_print_base): Add print_rank parameter.
8642
8643 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8644
8645 * NEWS: Mention new MI commands.
8646 * break-catch-throw.c (enum exception_event_kind): Move to
8647 breakpoint.h.
8648 (print_mention_exception_catchpoint): Output text as a single
8649 message.
8650 (catch_exception_command_1): Rename to...
8651 (catch_exception_event): ...this, make non-static, update header
8652 command, and change some parameter types.
8653 (catch_catch_command): Update for changes to
8654 catch_exception_command_1.
8655 (catch_throw_command): Likewise.
8656 (catch_rethrow_command): Likewise.
8657 * breakpoint.c (enum exception_event_kind): Delete.
8658 * breakpoint.h (enum exception_event_kind): Moved here from
8659 break-catch-throw.c.
8660 (catch_exception_event): Declare.
8661 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8662 (mi_cmd_catch_throw): New function.
8663 (mi_cmd_catch_rethrow): New function.
8664 (mi_cmd_catch_catch): New function.
8665 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8666 'catch-catch' entries.
8667 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8668 (mi_cmd_catch_rethrow): Declare.
8669 (mi_cmd_catch_catch): Declare.
8670
8671 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8672
8673 * annotate.c (annotate_source_line): Change return type to void,
8674 update implementation to match.
8675 * annotate.h (annotate_source_line): Change return type to void,
8676 update header comment.
8677 * stack.c (print_frame_info): Don't change what frame information
8678 is printed based on whether annotations are on or not.
8679
8680 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8681
8682 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8683 (annotate_source): Make static.
8684 (annotate_source_line): Moved from source.c and renamed from
8685 identify_source_line. Update the return type.
8686 * annotate.h (annotate_source): Delete declaration.
8687 (annotate_source_line): Declaration moved from source.h, and
8688 renamed from identify_source_line. Return type updated.
8689 * source.c (identify_source_line): Moved to annotate.c and renamed
8690 to annotate_source_line.
8691 (info_line_command): Remove check of annotation_level.
8692 * source.h (identify_source_line): Move declaration to annotate.h
8693 and rename to annotate_source_line.
8694 * stack.c: Add 'annotate.h' include.
8695 (print_frame_info): Remove check of annotation_level before
8696 calling annotate_source_line.
8697
8698 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8699
8700 * source-cache.c (source_cache::get_plain_source_lines): Use
8701 open_source_file_with_line_charpos instead of just
8702 open_source_file, remove call to find_source_lines.
8703 (source_cache::get_source_lines): Likewise.
8704 * source.c (find_source_lines): Make static.
8705 (get_filename_and_charpos): Renamed into...
8706 (open_source_file_with_line_charpos): ..this along with changes to
8707 return a scoped_fd, and some other minor clean ups.
8708 (identify_source_line): Use open_source_file_with_line_charpos.
8709 (search_command_helper): Use open_source_file_with_line_charpos
8710 instead of just open_source_file, remove call to
8711 find_source_lines.
8712 * source.h (open_source_file_with_line_charpos): Declare new
8713 function.
8714 (find_source_lines): Delete declaration.
8715
8716 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8717
8718 * source.c (get_filename_and_charpos): Remove fullname
8719 parameter.
8720 (identify_source_line): Update call to get_filename_and_charpos.
8721
8722 2019-06-14 Tom Tromey <tromey@adacore.com>
8723
8724 PR gdb/24502:
8725 * ui-style.h (skip_ansi_escape): Update comment.
8726 * ui-file.h (class no_terminal_escape_file): New class.
8727 * ui-file.c (no_terminal_escape_file::write)
8728 (no_terminal_escape_file::puts): New methods.
8729 * cli/cli-logging.c (handle_redirections): Use
8730 no_terminal_escape_file.
8731
8732 2019-06-14 Tom Tromey <tromey@adacore.com>
8733
8734 * NEWS: Move convenience variable news above Python news.
8735
8736 2019-06-14 Tom Tromey <tom@tromey.com>
8737
8738 * gnulib: Move directory to top-level.
8739 * configure.ac: Don't configure gnulib.
8740 * configure: Rebuild.
8741 * common/common-defs.h: Use new path to gnulib.
8742 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8743 (GNULIB_H): Remove.
8744 (INCGNU): Look in new gnulib location.
8745 (HFILES_NO_SRCDIR): Remove gnulib files.
8746 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8747 (generated_files): Remove GNULIB_H.
8748 ($(LIBGNU), all-lib): Remove targets.
8749 (distclean): Don't mention GNULIB_BUILDDIR.
8750 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8751
8752 2019-06-14 Tom Tromey <tromey@adacore.com>
8753
8754 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8755 Warn if symbol file does not provide any symbols.
8756
8757 2019-06-14 Tom Tromey <tromey@adacore.com>
8758
8759 * source.c (find_and_open_source): Respect basenames_may_differ.
8760
8761 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8762
8763 * annotate.c (annotate_breakpoints_invalid): Make use of
8764 scoped_restore_terminal_state.
8765 (annotate_frames_invalid): Likewise.
8766
8767 2019-06-14 Tom Tromey <tromey@adacore.com>
8768
8769 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8770 allow assignment to an internalvar.
8771
8772 2019-06-14 Tom Tromey <tromey@adacore.com>
8773
8774 * ada-lex.l: Allow "_" in attribute names.
8775
8776 2019-06-14 Tom Tromey <tromey@adacore.com>
8777
8778 PR gdb/24653:
8779 * regcache.c (registers_changed): Don't call alloca.
8780 * top.c (execute_command): Don't call alloca.
8781
8782 2019-06-13 Pedro Alves <palves@redhat.com>
8783
8784 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8785 'expression'. When parsing an expression, error out if there's
8786 junk after "unlimited".
8787 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8788 (do_set_command): Adjust calls to is_unlimited_literal.
8789
8790 2019-06-13 Pedro Alves <palves@redhat.com>
8791
8792 * compile/compile.c (make_compile_options_def_group): Add braces
8793 around array_view initializer.
8794 * thread.c (make_thread_apply_all_options_def_group)
8795 (make_thread_apply_all_options_def_group): Likewise.
8796
8797 2019-06-13 Pedro Alves <palves@redhat.com>
8798
8799 * NEWS (New commands): Mention "maint test-options
8800 require-delimiter", "maint test-options unknown-is-error", "maint
8801 test-options unknown-is-operand" and "maint show
8802 test-options-completion-result".
8803 (New command options, command completion): New section.
8804 (Completion improvements): New section.
8805 Mention that you can abbreviate "unlimited".
8806
8807 2019-06-13 Pedro Alves <palves@redhat.com>
8808
8809 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8810 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8811 * unittests/cli-utils-selftests.c (test_parse_flags)
8812 (test_parse_flags_qcs): Delete.
8813 (test_cli_utils): Don't call deleted functions.
8814
8815 2019-06-13 Pedro Alves <palves@redhat.com>
8816
8817 * thread.c: Include "cli/cli-option.h".
8818 (tp_array_compar_ascending): Global.
8819 (tp_array_compar): Delete function.
8820 (tp_array_compar_ascending, tp_array_compar_descending): New
8821 functions.
8822 (ascending_option_def, qcs_flag_option_def)
8823 (thr_qcs_flags_option_defs)
8824 (make_thread_apply_all_options_def_group)
8825 (make_thread_apply_options_def_group): New.
8826 (thread_apply_all_command): Use gdb::option::process_options.
8827 (thread_apply_command_completer)
8828 (thread_apply_all_command_completer): New.
8829 (thread_apply_command): Use gdb::option::process_options.
8830 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8831 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8832 to generate help text of "thread apply". Adjust "taas"'s help.
8833 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8834 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8835
8836 2019-06-13 Pedro Alves <palves@redhat.com>
8837
8838 * thread.c (thread_apply_command): Check for invalid TID with
8839 isdigit instead of !isalpha.
8840
8841 2019-06-13 Pedro Alves <palves@redhat.com>
8842
8843 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8844 (validate_flags_qcs): New.
8845 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8846 (validate_flags_qcs): Declare.
8847 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8848 (make_frame_apply_options_def_group): New.
8849 (frame_apply_command_count): Process options with
8850 gdb::option::process_options.
8851 (frame_apply_completer): New.
8852 (frame_apply_level_completer, frame_apply_all_completer)
8853 (frame_apply_completer): New.
8854 (_initialize_stack): Update help of "frame apply", "frame apply
8855 level", "frame apply all" and "faas" to mention supported options
8856 and install command completers.
8857 * stack.h (frame_apply_all_completer): Declare.
8858 * thread.c: Include "stack.h".
8859 (tfaas_command): Add "--".
8860 (_initialize_thread): Update help "tfaas" to mention supported
8861 options and install command completer.
8862
8863 2019-06-13 Pedro Alves <palves@redhat.com>
8864
8865 * completer.c (complete_nested_command_line): New.
8866 (gdb_completion_word_break_characters_throw): Add assertion.
8867 * completer.h (complete_nested_command_line): Declare.
8868
8869 2019-06-13 Pedro Alves <palves@redhat.com>
8870
8871 * stack.c (parse_backtrace_qualifiers): New.
8872 (backtrace_command): Use it.
8873 (backtrace_command_completer): Complete on qualifiers.
8874
8875 2019-06-13 Pedro Alves <palves@redhat.com>
8876
8877 * frame.c: Include "cli/cli-option.h.
8878 (user_set_backtrace_options): New.
8879 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8880 Delete.
8881 (get_prev_frame): Adjust.
8882 (boolean_option_def, uinteger_option_def)
8883 (set_backtrace_option_defs): New.
8884 (_initialize_frame): Adjust and use
8885 gdb::option::add_setshow_cmds_for_options to install "set
8886 backtrace past-main" and "set backtrace past-entry".
8887 * frame.h: Include "cli/cli-option.h".
8888 (struct frame_print_options): Forward declare.
8889 (print_frame_arguments_all, print_frame_arguments_scalars)
8890 (print_frame_arguments_none): Declare.
8891 (print_entry_values): Delete declaration.
8892 (struct frame_print_options, user_frame_print_options): New.
8893 (struct set_backtrace_options): New.
8894 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8895 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8896 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8897 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8898 (list_args_or_locals): Add frame_print_options parameter.
8899 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8900 * python/py-framefilter.c (enumerate_args): Pass down
8901 USER_FRAME_PRINT_OPTIONS.
8902 * stack.c: Include "cli/cli-option.h".
8903 (print_frame_arguments_all, print_frame_arguments_scalars)
8904 (print_frame_arguments_none): Declare.
8905 (print_raw_frame_arguments, print_entry_values): Delete.
8906 (user_frame_print_options): New.
8907 (boolean_option_def, enum_option_def, frame_print_option_defs):
8908 New.
8909 (struct backtrace_cmd_options): New.
8910 (bt_flag_option_def): New.
8911 (backtrace_command_option_defs): New.
8912 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8913 (print_frame_arg, read_frame_arg, print_frame_args)
8914 (print_frame_info, print_frame): Add frame_print_options parameter
8915 and use it.
8916 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8917 (backtrace_command_1): Add frame_print_options and
8918 backtrace_cmd_options parameters and use them.
8919 (make_backtrace_options_def_group): New.
8920 (backtrace_command): Process command options with
8921 gdb::option::process_options.
8922 (backtrace_command_completer): New.
8923 (_initialize_stack): Extend "backtrace"'s help to mention
8924 supported options. Install completer for "backtrace".
8925 Install some settings commands with add_setshow_cmds_for_options.
8926
8927 2019-06-13 Pedro Alves <palves@redhat.com>
8928
8929 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8930 and that "set/show print raw frame-arguments" are now deprecated.
8931
8932 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8933 command.
8934 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8935 * stack.c (_initialize_stack): Install "set/show print
8936 raw-frame-arguments", and deprecate "set/show print raw
8937 frame-arguments".
8938 * valprint.c (_initialize_valprint): Deprecate "set/show print
8939 raw".
8940
8941 2019-06-13 Pedro Alves <palves@redhat.com>
8942
8943 * compile/compile.c (struct compile_options): New.
8944 (compile_flag_option_def, compile_command_option_defs)
8945 (make_compile_options_def_group): New.
8946 (compile_file_command): Handle options with
8947 gdb::option::process_options.
8948 (compile_file_command_completer): New function.
8949 (compile_code_command): Handle options with
8950 gdb::option::process_options.
8951 (compile_code_command_completer): New function.
8952 (_initialize_compiler): Install completers for "compile code" and
8953 "compile file". Mention available options in "compile code" and
8954 "compile code"'s help.
8955 * completer.c (advance_to_completion_word): New, factored out from
8956 ...
8957 (advance_to_expression_complete_word_point): ... this.
8958 (advance_to_filename_complete_word_point): New.
8959 * completer.h (advance_to_filename_complete_word_point): New
8960 declaration.
8961
8962 2019-06-13 Pedro Alves <palves@redhat.com>
8963
8964 * compile/compile.c: Include "cli/cli-option.h".
8965 (compile_print_value): Scope data pointer is now a
8966 value_print_options pointer; adjust.
8967 (compile_print_command): Process options. Scope data pointer is
8968 now a value_print_options pointer; adjust.
8969 (_initialize_compile): Update "compile print"'s help to include
8970 supported options. Install a completer for "compile print".
8971 * cp-valprint.c (show_vtblprint, show_objectprint)
8972 (show_static_field_print): Delete.
8973 (_initialize_cp_valprint): Don't install "set print
8974 static-members", "set print vtbl", "set print object" here.
8975 * printcmd.c: Include "cli/cli-option.h" and
8976 "common/gdb_optional.h".
8977 (print_command_parse_format): Rework to fill in a
8978 value_print_options instead of a format_data.
8979 (print_value): Change parameter type from format_data pointer to
8980 value_print_options reference. Adjust.
8981 (print_command_1): Process options. Adjust to pass down a
8982 value_print_options.
8983 (print_command_completer): New.
8984 (_initialize_printcmd): Install print_command_completer as
8985 handle_brkchars completer for the "print" command. Update
8986 "print"'s help to include supported options.
8987 * valprint.c: Include "cli/cli-option.h".
8988 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8989 here from cp-valprint.c.
8990 (boolean_option_def, uinteger_option_def)
8991 (value_print_option_defs, make_value_print_options_def_group):
8992 New. Use gdb::option::add_setshow_cmds_for_options to install
8993 "set print elements", "set print null-stop", "set print repeats",
8994 "set print pretty", "set print union", "set print array", "set
8995 print address", "set print symbol", "set print array-indexes".
8996 * valprint.h: Include <string> and "cli/cli-option.h".
8997 (make_value_print_options_def_group): Declare.
8998 (print_value): Change parameter type from format_data pointer to
8999 value_print_options reference.
9000 (print_command_completer): Declare.
9001
9002 2019-06-13 Pedro Alves <palves@redhat.com>
9003
9004 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
9005 (COMMON_SFILES): Add maint-test-settings.c.
9006 * cli/cli-decode.c (boolean_enums): New global, factored out from
9007 ...
9008 (add_setshow_boolean_cmd): ... here.
9009 * cli/cli-decode.h (boolean_enums): Declare.
9010 * cli/cli-option.c: New file.
9011 * cli/cli-option.h: New file.
9012 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
9013 factored out from ...
9014 (parse_cli_boolean_value(const char *)): ... this.
9015 (is_unlimited_literal): Change parameter type to pointer to
9016 pointer. Adjust and advance ARG pointer.
9017 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9018 (parse_cli_var_enum): New, factored out from ...
9019 (do_set_command): ... this. Adjust.
9020 * cli/cli-setshow.h (parse_cli_boolean_value)
9021 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9022 (parse_cli_var_enum): Declare.
9023 * cli/cli-utils.c: Include "cli/cli-option.h".
9024 (get_ulongest): New.
9025 * cli/cli-utils.h (get_ulongest): Declare.
9026 (check_for_argument): New overloads.
9027 * maint-test-options.c: New file.
9028
9029 2019-06-13 Pedro Alves <palves@redhat.com>
9030
9031 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
9032 parse a range if "-" is at the end of the string.
9033
9034 2019-06-13 Pedro Alves <palves@redhat.com>
9035
9036 * cli/cli-setshow.c (parse_auto_binary_operation)
9037 (parse_cli_boolean_value): Don't allow "o".
9038
9039 2019-06-13 Pedro Alves <palves@redhat.com>
9040
9041 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
9042 * NEWS: Mention maint test-settings KIND.
9043 * maint-test-settings.c: New file.
9044
9045 2019-06-13 Pedro Alves <palves@redhat.com>
9046
9047 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
9048 completer.
9049 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
9050 "set" completers.
9051
9052 2019-06-13 Pedro Alves <palves@redhat.com>
9053
9054 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
9055 after item.
9056
9057 2019-06-13 Pedro Alves <palves@redhat.com>
9058
9059 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
9060
9061 2019-06-13 Pedro Alves <palves@redhat.com>
9062
9063 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
9064 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
9065 call.
9066 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
9067 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
9068 calls.
9069 (check_for_argument): Skip spaces after argument.
9070
9071 2019-06-13 Pedro Alves <palves@redhat.com>
9072
9073 * thread.c (thread_apply_command): Adjust TID parsing.
9074 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
9075 detected before end of string.
9076 (tid_is_in_list): Error out if LIST is invalid.
9077
9078 2019-06-13 Pedro Alves <palves@redhat.com>
9079
9080 * completer.c (complete_line_internal_1): Rewind completion word
9081 point.
9082 (completion_tracker::advance_custom_word_point_by): Change
9083 parameter type to int.
9084 * completer.h (completion_tracker::advance_custom_word_point_by):
9085 Likewise.
9086
9087 2019-06-13 Pedro Alves <palves@redhat.com>
9088
9089 * completer.c (advance_to_completion_word): Handle delimiters.
9090
9091 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
9092
9093 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
9094
9095 2019-06-11 Tom Tromey <tom@tromey.com>
9096
9097 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
9098 (xmalloc_failed): Move to alloc.c.
9099 * alloc.c: New file.
9100 * Makefile.in (COMMON_SFILES): Add alloc.c.
9101
9102 2019-06-11 Tom Tromey <tom@tromey.com>
9103
9104 * nat/linux-waitpid.c: Don't include server.h.
9105 (linux_debug): Remove.
9106 (my_waitpid): Update.
9107
9108 2019-06-11 Tom Tromey <tromey@adacore.com>
9109
9110 * infcall.c (_initialize_infcall): Remove trailing newline from
9111 help.
9112 * user-regs.c (_initialize_user_regs): Remove trailing newline
9113 from help.
9114 * typeprint.c (_initialize_typeprint): Remove trailing newline
9115 from help.
9116 * reverse.c (_initialize_reverse): Remove trailing newlines from
9117 help.
9118 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
9119 from help.
9120 * language.c (add_set_language_command): Remove trailing newline
9121 from help.
9122 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
9123 help.
9124 * disasm.c (_initialize_disasm): Remove trailing newline from
9125 help.
9126 * top.c (init_main): Remove trailing newline from help.
9127 * interps.c (_initialize_interpreter): Remove trailing newline
9128 from help.
9129 * btrace.c (_initialize_btrace): Remove trailing newlines from
9130 help.
9131 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
9132 from help.
9133 * python/python.c (_initialize_python): Remove trailing newline
9134 from help.
9135 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
9136 help.
9137 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
9138 from help. Reformat some text.
9139 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
9140 from help.
9141 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
9142 newline from help.
9143
9144 2019-06-11 Tom Tromey <tromey@adacore.com>
9145
9146 * darwin-nat.c (darwin_decode_exception_message)
9147 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
9148
9149 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
9150
9151 * valops.c (value_slice): Check for not allocated or not
9152 associated values.
9153
9154 2019-06-10 Tom de Vries <tdevries@suse.de>
9155
9156 PR gdb/24618
9157 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
9158 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9159 invalid.
9160
9161 2019-06-10 Tom de Vries <tdevries@suse.de>
9162
9163 PR gdb/24611
9164 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9165 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9166
9167 2019-06-10 Tom de Vries <tdevries@suse.de>
9168
9169 PR symtab/24545
9170 * symtab.c (struct demangled_name_entry): Add language field.
9171 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9172 static minimal symbol". Set and use language field.
9173
9174 2019-06-10 Tom Tromey <tromey@adacore.com>
9175
9176 * ada-lang.c (_initialize_ada_language): Update help text.
9177
9178 2019-06-10 Tom Tromey <tromey@adacore.com>
9179
9180 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9181 with a newline.
9182 * guile/guile.c (handle_boot_error): Don't end warning with a
9183 newline.
9184 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9185 warning with a newline.
9186 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9187 newline.
9188 (s12z_frame_cache): Likewise.
9189 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9190 a newline.
9191 * solib-svr4.c (disable_probes_interface): Don't end warning with
9192 a newline.
9193 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9194 newline.
9195 * python/python.c (do_finish_initialization): Don't end warning
9196 with a newline.
9197
9198 2019-06-10 Tom Tromey <tom@tromey.com>
9199
9200 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9201 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9202 gdbpy_enter.
9203
9204 2019-06-10 Tom Tromey <tromey@adacore.com>
9205
9206 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9207 data.
9208 (elf_new_init): Don't call stabsread_new_init.
9209 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9210 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9211 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9212
9213 2019-06-10 Tom de Vries <tdevries@suse.de>
9214
9215 PR symtab/16264
9216 PR symtab/24517
9217 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9218
9219 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9220
9221 * source.c (find_and_open_source): Also rewrite relative file
9222 names.
9223
9224 2019-04-26 Amos Bird <amosbird@gmail.com>
9225
9226 * annotate.c (annotate_thread_exited): Add "thread-exited"
9227 annotation.
9228
9229 2019-06-06 Tom Tromey <tromey@adacore.com>
9230
9231 * maint.h (class scoped_command_stats): Use
9232 DISABLE_COPY_AND_ASSIGN.
9233 <print_time>: New method.
9234 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9235 print_time.
9236 (scoped_command_stats::print_time): New method.
9237
9238 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9239
9240 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9241 instructions of lengths 6 or 8 bytes.
9242
9243 2019-06-04 Pedro Alves <palves@redhat.com>
9244
9245 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9246
9247 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9248 * breakpoint.c (condition_completer): Likewise.
9249 * cli/cli-dump.c (scan_expression): Likewise.
9250 * common/filestuff.c (mkdir_recursive): Likewise.
9251 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9252 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9253 (gdb_abspath): Likewise.
9254 * compile/compile-cplus-types.c
9255 (compile_cplus_instance::decl_name): Likewise.
9256 * completer.c (complete_explicit_location):
9257 (signal_completer, reg_or_group_completer_1): Likewise.
9258 * cp-support.c (cp_remove_params_if_any): Likewise.
9259 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9260 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9261 * infcmd.c (strip_bg_char): Likewise.
9262 * linespec.c (copy_token_string): Likewise.
9263 * mi/mi-main.c (output_cores): Likewise.
9264 * psymtab.c (psymtab_search_name):
9265 * symfile.c (test_set_ext_lang_command): Likewise.
9266 * target.c (target_fileio_read_stralloc): Likewise.
9267 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9268 * value.c (complete_internalvar): Likewise.
9269
9270 2019-06-04 Christian Biesinger <cbiesinger@google.com>
9271
9272 Add objfile property to gdb.Type.
9273 * NEWS: Mention Python API addition.
9274 * python/py-type.c (typy_get_objfile): New method.
9275
9276 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9277
9278 * NEWS: Mention the new set|show style [title|highlight].
9279 Mention changes to "show style", "help" and "apropos".
9280
9281 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9282
9283 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9284 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9285 instead of print_help_for_command.
9286 (print_doc_of_command): New function.
9287 (help_list): Add 'apropos -v word' suggestion.
9288 (print_help_for_command): Style the command name using title style.
9289 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9290 (_initialize_cli_cmds): Describe -v in apropos_command help.
9291
9292 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9293
9294 * cli/cli-style.h (cli_style_option): Add name in constructor,
9295 add m_name class member, add constructor with intensity,
9296 add name class function.
9297 (cli_style_option::add_setshow_commands): Remove name argument.
9298 (highlight_style, title_style): New styles.
9299 * cli/cli-style.c (do_show): New function that shows a style
9300 characteristic styling the style name with itself.
9301 (set_style_name): New function.
9302 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9303 Update all callers according to the changes in cli/cli-style.h.
9304 * utils.h (fputs_highlighted): New function.
9305 * utils.c (fputs_highlighted): Likewise.
9306
9307 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9308
9309 * NEWS: Mention new pipe command and new convenience variables.
9310
9311 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9312
9313 * cli/cli-cmds.c (pipe_command): New function.
9314 (_initialize_cli_cmds): Call add_com for pipe_command.
9315 Define | as an alias for pipe.
9316 (exit_status_set_internal_vars): New function.
9317 (shell_escape): Call exit_status_set_internal_vars.
9318 cli/cli-decode.c (find_command_name_length): Recognize | as
9319 a single character command.
9320
9321 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9322
9323 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9324 top.c (execute_command_to_ui_file): New function, mostly a copy
9325 of execute_command_to_string.
9326 (execute_command_to_string): Implement by calling
9327 execute_command_to_ui_file.
9328
9329 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9330
9331 * top.h (saved_command_line): Remove declaration.
9332 * top.c (previous_saved_command_line, previous_repeat_arguments):
9333 New variables.
9334 (saved_command_line): Make static, define together with other
9335 'repeat variables'.
9336 (dont_repeat): Clear repeat_arguments.
9337 (repeat_previous, get_saved_command_line, save_command_line):
9338 New functions.
9339 (gdb_init): Initialize saved_command_line
9340 and previous_saved_command_line.
9341 * main.c (captured_main_1): Remove saved_command_line initialization.
9342 * event-top.c (handle_line_of_input): Update to use
9343 the new 'repeat' related functions instead of direct access to
9344 saved_command_line.
9345 * command.h (repeat_previous, get_saved_command_line,
9346 save_command_line): New declarations.
9347 (dont_repeat): Add comment.
9348
9349 2019-05-30 Tom Tromey <tromey@adacore.com>
9350
9351 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9352 Fix comment.
9353 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9354
9355 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9356
9357 PR cli/24587
9358 * completer.c (complete): Initialize variable word.
9359
9360 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9361
9362 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9363 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9364 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9365 'body' is NULL to the outter 'if', protecting the '!is_define'
9366 situation as well.
9367
9368 2019-05-29 Tom Tromey <tromey@adacore.com>
9369
9370 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9371 (dwarf_unknown): New function.
9372 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9373 (dwarf_type_encoding_name): Use dwarf_unknown.
9374
9375 2019-05-29 Tom Tromey <tromey@adacore.com>
9376
9377 PR c++/20020:
9378 * cp-valprint.c (cp_print_value_fields): Call
9379 cp_print_static_field inside "try".
9380
9381 2019-05-29 Tom Tromey <tromey@adacore.com>
9382
9383 * inflow.c (struct terminal_info): Add default operator=.
9384 * configure: Rebuild.
9385 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9386 -Wdeprecated-copy-dtor, -Wredundant-move.
9387
9388 2019-05-29 Tom Tromey <tromey@adacore.com>
9389
9390 * NEWS: Add entry.
9391 * infcmd.c (print_return_value_1): Handle finish_print
9392 option.
9393 (show_print_finish): New function.
9394 (_initialize_infcmd): Add "set/show print finish" commands.
9395 * valprint.c (user_print_options): Initialize new member.
9396 * valprint.h (struct value_print_options) <finish_print>: New
9397 member.
9398
9399 2019-05-28 Tom Tromey <tromey@adacore.com>
9400
9401 * ada-lang.c (ada_remove_Xbn_suffix)
9402 (find_old_style_renaming_symbol)
9403 (parse_old_style_renaming): Remove.
9404 (ada_find_renaming_symbol): Don't call
9405 find_old_style_renaming_symbol.
9406 (ada_is_renaming_symbol): Rename from
9407 ada_find_renaming_symbol. Remove "block" parameter. Return
9408 bool. Now static.
9409 (ada_read_var_value): Update and simplify.
9410 * ada-exp.y (write_var_or_type): Remove old code.
9411
9412 2019-05-28 Alan Hayward <alan.hayward@arm.com>
9413
9414 PR gdb/25010
9415 * event-top.c: Remove include comment.
9416 * inflow.c (class scoped_ignore_sigttou): Move from here...
9417 * inflow.h (class scoped_ignore_sigttou): ...to here.
9418 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9419 * top.c: Remove include comment.
9420
9421 2019-05-27 Tom Tromey <tom@tromey.com>
9422
9423 * NEWS: Fix typo.
9424
9425 2019-05-22 Tom Tromey <tromey@adacore.com>
9426
9427 * target.c (target_follow_exec): Constify parameter.
9428 * target-delegates.c: Rebuild.
9429 * remote.c (remote_target::follow_exec): Constify parameter.
9430 * infrun.c (follow_exec): Constify parameter.
9431 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9432 (target_follow_exec): Likewise.
9433
9434 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9435
9436 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9437 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9438
9439 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9440
9441 * NEWS: Add debugredirect and testsuite sections.
9442
9443 2019-05-22 Simon Cook <simon.cook@embecosm.com>
9444
9445 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9446 target descriptions using exclusively floating point register name
9447 aliases.
9448
9449 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9450
9451 PR gdb/18644:
9452 * f-lang.c (build_fortran_types): Handle the case where
9453 gdbarch_floatformat_for_type returns a nullptr.
9454
9455 2019-05-21 Tom de Vries <tdevries@suse.de>
9456
9457 PR cli/24587
9458 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9459
9460 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9461
9462 PR gdb/18644:
9463 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9464 16-byte floats.
9465 * i386-tdep.c (i386_floatformat_for_type): Use
9466 floatformats_ia64_quad for the 16-byte floating point component
9467 within a fortran 32-byte complex number.
9468
9469 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9470
9471 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9472 delete default constructor.
9473 (find_partial_die): Update to return const struct.
9474 (partial_die_parent_scope): Move variable declaration into scope
9475 of its use and change its type to auto.
9476 (guess_partial_die_structure_name): Likewise.
9477 (partial_die_info::fixup): Likewise.
9478
9479 2019-05-17 Tom Tromey <tromey@adacore.com>
9480
9481 * source.c (find_and_open_source): Remove cast.
9482
9483 2019-05-17 Tom Tromey <tromey@adacore.com>
9484
9485 * annotate.c (annotate_source): Make "filename" const.
9486 * annotate.h (annotate_source): Use const.
9487
9488 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9489
9490 * disasm.c (set_disassembler_options): Send errors to stderr.
9491
9492 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9493
9494 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9495 (cli_interp_base::set_logging): Check debug_redirect.
9496 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9497 * cli/cli-logging.c (debug_redirect): Add static variable.
9498 (pop_output_files): Add default param.
9499 (handle_redirections): Print debug setting.
9500 (show_logging_command): Likewise.
9501 (_initialize_cli_logging): Add debugredirect command.
9502 * interps.c (current_interp_set_logging): Add debug_redirect
9503 parameter.
9504 * interps.h (set_logging): Add debug_redirect parameter.
9505 (current_interp_set_logging): Likewise.
9506 * mi/mi-common.h: Likewise.
9507 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9508
9509 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9510 Tom Tromey <tromey@adacore.com>
9511
9512 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9513 directly.
9514 * cli/cli-interp.h (make_logging_output): Remove declaration.
9515 * cli/cli-logging.c (make_logging_output): Remove function.
9516 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9517 directly.
9518 * ui-file.c (tee_file::tee_file): Remove bools.
9519 (tee_file::~tee_file): Remove deletes.
9520 * ui-file.h (tee_file): Remove bools.
9521
9522 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9523
9524 * mi/mi-cmds.h (mi_cmd_complete): New function.
9525 * mi/mi-main.c (mi_cmd_complete): Likewise.
9526 * mi/mi-cmds.c: Define new MI command -complete.
9527 * NEWS: Mention new -complete command.
9528
9529 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9530
9531 * completer.h (complete): New function.
9532 * completer.c (complete): Likewise.
9533 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9534 function defined in completer.h.
9535
9536 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9537
9538 * MAINTAINERS (Write After Approval): Add myself.
9539
9540 2019-05-17 Tom de Vries <tdevries@suse.de>
9541
9542 PR gdb/24094
9543 * dwarf2read.c (struct cu_partial_die_info): New struct.
9544 (find_partial_die): Return cu_partial_die_info.
9545 (partial_die_parent_scope, guess_partial_die_structure_name)
9546 (partial_die_info::fixup): Handle new return type of find_partial_die.
9547
9548 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9549
9550 PR breakpoints/24541
9551 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9552 "std::string", simplifying the algorithm.
9553
9554 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9555
9556 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9557 (stap_static_probe_ops::get_probes): Likewise.
9558
9559 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9560
9561 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9562 '-')" and "else if".
9563 (stap_parse_single_operand): Join checks for
9564 "gdbarch_stap_parse_special_token_p" and
9565 "gdbarch_stap_parse_special_token" in the same "if" statement.
9566 Invert check when verifying for operation on register
9567 displacement.
9568
9569 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9570
9571 * stap-probe.c (stap_get_opcode): Update comment.
9572 (stap_get_expected_argument_type): Likewise.
9573 (handle_stap_probe): Likewise.
9574
9575 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9576
9577 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9578 return type to 'bool'. Adjust comment. Use 'bool' when
9579 appropriate.
9580 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9581 * stap-probe.c (stap_parse_argument_1): Likewise.
9582 (stap_is_operator): Likewise.
9583 (stap_is_generic_prefix): Likewise.
9584 (stap_is_register_prefix): Likewise.
9585 (stap_is_register_indirection_prefix): Likewise.
9586 (stap_is_integer_prefix): Likewise.
9587 (stap_generic_check_suffix): Likewise.
9588 (stap_check_integer_suffix): Likewise.
9589 (stap_check_register_suffix): Likewise.
9590 (stap_check_register_indirection_suffix): Likewise.
9591 (stap_parse_register_operand): Likewise.
9592 (stap_parse_single_operand): Likewise.
9593 (stap_parse_argument_1): Likewise.
9594 (stap_probe::get_argument_count): Likewise.
9595 (stap_is_operator): Likewise.
9596
9597 2019-05-16 Tom Tromey <tromey@adacore.com>
9598
9599 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9600 keyword to foreach.
9601
9602 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
9603
9604 * linux-thread-db.c (try_thread_db_load_1): Change return type
9605 to bool.
9606 (try_thread_db_load): Likewise.
9607 (try_thread_db_load_from_pdir_1): Likewise.
9608 (try_thread_db_load_from_pdir): Likewise.
9609 (try_thread_db_load_from_sdir): Likewise.
9610 (try_thread_db_load_from_dir): Likewise.
9611 (thread_db_load_search): Likewise.
9612 (has_libpthread): Likewise.
9613 (thread_db_load): Likewise.
9614
9615 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9616
9617 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9618 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9619 NULL, and complain/return if that's the case.
9620
9621 2019-05-15 John Darrington <john@darrington.wattle.id.au>
9622
9623 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9624 (advance, posn, abstract_read_memory): New functions.
9625 [struct mem_read_abstraction]: New struct.
9626 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9627
9628 2019-05-14 Tom Tromey <tromey@adacore.com>
9629
9630 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9631 value is not lval_memory.
9632
9633 2019-05-14 Tom Tromey <tromey@adacore.com>
9634
9635 * solib.c (info_sharedlibrary_command): Style the file name.
9636
9637 2019-05-14 Alan Hayward <alan.hayward@arm.com>
9638
9639 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9640 (aarch64_vnv_type): Likewise.
9641 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9642 * common/tdesc.c: Likewise.
9643 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9644 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9645 * features/aarch64-fpu.xml: Add ieee half view.
9646 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9647 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9648 * gdbtypes.h (struct builtin_type): Likewise.
9649 (struct objfile_type): Likewise.
9650
9651 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
9652
9653 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9654 typo.
9655 * location.h (string_to_event_location): Likewise.
9656
9657 2019-05-11 Joel Brobecker <brobecker@adacore.com>
9658
9659 GDB 8.3 released.
9660
9661 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9662
9663 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9664 New variable declaration.
9665 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9666 New variable.
9667 (print_one_breakpoint): Use ui_out::test_flags and new global
9668 variable to compute use_fixed_output.
9669 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9670 Remove.
9671 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9672 (mi_multi_location_breakpoint_output_fixed): Remove.
9673 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9674 new variable.
9675 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9676 fix_multi_location_breakpoint_output flag if version >= 3.
9677 * ui-out.h (enum ui_out_flag)
9678 <fix_multi_location_breakpoint_output>: New enumerator.
9679
9680 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9681
9682 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9683
9684 2019-05-10 Tom Tromey <tromey@adacore.com>
9685
9686 * ada-lang.c (catch_ada_completer): New function.
9687 (_initialize_ada_language): Use it.
9688
9689 2019-05-10 Tom Tromey <tromey@adacore.com>
9690
9691 * thread.c (print_thread_info): Make "requested_threads" const.
9692 * gdbthread.h (print_thread_info): Make "requested_threads"
9693 const.
9694 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9695 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9696
9697 2019-05-08 Tom Tromey <tom@tromey.com>
9698
9699 * gdbtypes.c (objfile_type_data): Change type.
9700 (objfile_type, _initialize_gdbtypes): Update.
9701
9702 2019-05-08 Tom Tromey <tom@tromey.com>
9703
9704 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9705 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9706 (_initialize_dwarf2_frame): Update.
9707
9708 2019-05-08 Tom Tromey <tom@tromey.com>
9709
9710 * objc-lang.c (objc_objfile_data): Change type.
9711 (find_methods): Update.
9712 (_initialize_objc_lang): Remove.
9713
9714 2019-05-08 Tom Tromey <tom@tromey.com>
9715
9716 * stabsread.c (rs6000_builtin_type_data): Change type.
9717 (rs6000_builtin_type, _initialize_stabsread): Update.
9718
9719 2019-05-08 Tom Tromey <tom@tromey.com>
9720
9721 * mips-tdep.c (mips_pdr_data): Remove.
9722 (_initialize_mips_tdep): Update.
9723
9724 2019-05-08 Tom Tromey <tom@tromey.com>
9725
9726 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9727 (hppa_init_objfile_priv_data, read_unwind_info)
9728 (find_unwind_entry, _initialize_hppa_tdep): Update.
9729
9730 2019-05-08 Tom Tromey <tom@tromey.com>
9731
9732 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9733 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9734 on obstack.
9735 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9736
9737 2019-05-08 Tom Tromey <tom@tromey.com>
9738
9739 * mdebugread.c (basic_type_data): Change type.
9740 (basic_type, _initialize_mdebugread): Update.
9741
9742 2019-05-08 Tom Tromey <tom@tromey.com>
9743
9744 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9745
9746 2019-05-08 Tom Tromey <tom@tromey.com>
9747
9748 * nto-tdep.c (nto_inferior_data_reg): Change type.
9749 (nto_inferior_data): Update.
9750 (nto_inferior_data_cleanup, nto_new_inferior_data)
9751 (_initialize_nto_tdep): Remove.
9752 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9753
9754 2019-05-08 Tom Tromey <tom@tromey.com>
9755
9756 * ada-lang.c (struct ada_inferior_data): Add initializers.
9757 (ada_inferior_data): Change type.
9758 (ada_inferior_data_cleanup): Remove.
9759 (get_ada_inferior_data, ada_inferior_exit)
9760 (struct ada_pspace_data): Add initializers, destructor.
9761 (ada_pspace_data_handle): Change type.
9762 (get_ada_pspace_data): Update.
9763 (ada_pspace_data_cleanup): Remove.
9764
9765 2019-05-08 Tom Tromey <tom@tromey.com>
9766
9767 * coffread.c (struct coff_symfile_info): Add initializers.
9768 (coff_objfile_data_key): Move lower. Change type.
9769 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9770 Update.
9771 (coff_free_info): Remove.
9772
9773 2019-05-08 Tom Tromey <tom@tromey.com>
9774
9775 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9776 (fbsd_pspace_data_handle): Move lower. Change type.
9777 (get_fbsd_pspace_data): Update.
9778 (fbsd_pspace_data_cleanup): Remove.
9779 (_initialize_fbsd_tdep): Update.
9780
9781 2019-05-08 Tom Tromey <tom@tromey.com>
9782
9783 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9784 (get_ada_tasks_pspace_data): Update.
9785 (ada_tasks_pspace_data_cleanup): Remove.
9786 (_initialize_tasks): Update.
9787 (ada_tasks_inferior_data_handle): Change type.
9788 (get_ada_tasks_inferior_data): Update.
9789 (ada_tasks_inferior_data_cleanup): Remove.
9790 (struct ada_tasks_pspace_data): Add initializers.
9791
9792 2019-05-08 Tom Tromey <tom@tromey.com>
9793
9794 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9795 * symfile-debug.c (debug_sym_get_probes): Change type.
9796 * stap-probe.c (handle_stap_probe):
9797 (stap_static_probe_ops::get_probes): Change type.
9798 * probe.h (class static_probe_ops) <get_probes>: Change type.
9799 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9800 (parse_probes_in_pspace): Update.
9801 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9802 Update.
9803 (any_static_probe_ops::get_probes): Change type.
9804 * elfread.c (elfread_data): New typedef.
9805 (probe_key): Change type.
9806 (elf_get_probes): Likewise. Update.
9807 (probe_key_free): Remove.
9808 (_initialize_elfread): Update.
9809 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9810 Change type.
9811 (dtrace_process_dof_probe, dtrace_process_dof)
9812 (dtrace_static_probe_ops::get_probe): Change type.
9813
9814 2019-05-08 Tom Tromey <tom@tromey.com>
9815
9816 * xcoffread.c (struct xcoff_symfile_info): Rename from
9817 coff_symfile_info. Add initializers.
9818 (xcoff_objfile_data_key): Move lower. Change type.
9819 (XCOFF_DATA): Rewrite.
9820 (xcoff_free_info): Remove.
9821 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9822 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9823 (xcoff_initial_scan): Update.
9824
9825 2019-05-08 Tom Tromey <tom@tromey.com>
9826
9827 * solib-svr4.c (struct svr4_info): Add initializers and
9828 destructor.
9829 <probes_table>: Now an htab_up.
9830 (solib_svr4_pspace_data): Change type.
9831 (free_probes_table): Simplify.
9832 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9833 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9834 (probes_table_remove_objfile_probes, register_solib_event_probe)
9835 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9836 (_initialize_svr4_solib): Update.
9837
9838 2019-05-08 Tom Tromey <tom@tromey.com>
9839
9840 * remote.c (remote_pspace_data): Change type.
9841 (remote_pspace_data_cleanup): Remove.
9842 (get_remote_exec_file, set_pspace_remote_exec_file)
9843 (_initialize_remote): Update.
9844
9845 2019-05-08 Tom Tromey <tom@tromey.com>
9846
9847 * breakpoint.c (breakpoint_objfile_key): Change type.
9848 (get_breakpoint_objfile_data): Update.
9849 (free_breakpoint_objfile_data): Remove.
9850 (_initialize_breakpoint): Update.
9851
9852 2019-05-08 Tom Tromey <tom@tromey.com>
9853
9854 * linux-tdep.c (struct linux_info): Add initializers.
9855 (linux_inferior_data): Move. Change type.
9856 (invalidate_linux_cache_inf): Update.
9857 (linux_inferior_data_cleanup): Remove.
9858 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9859
9860 2019-05-08 Tom Tromey <tom@tromey.com>
9861
9862 * auxv.c (auxv_inferior_data): Move. Change type.
9863 (auxv_inferior_data_cleanup): Remove.
9864 (invalidate_auxv_cache_inf): Rewrite.
9865 (get_auxv_inferior_data, _initialize_auxv): Update.
9866
9867 2019-05-08 Tom Tromey <tom@tromey.com>
9868
9869 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9870 (symfile_debug_objfile_data_key): Change type.
9871 (symfile_debug_installed, debug_qf_has_symbols)
9872 (debug_qf_find_last_source_symtab)
9873 (debug_qf_forget_cached_source_info)
9874 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9875 (debug_qf_print_stats, debug_qf_dump)
9876 (debug_qf_expand_symtabs_for_function)
9877 (debug_qf_expand_all_symtabs)
9878 (debug_qf_expand_symtabs_with_fullname)
9879 (debug_qf_map_matching_symbols)
9880 (debug_qf_expand_symtabs_matching)
9881 (debug_qf_find_pc_sect_compunit_symtab)
9882 (debug_qf_map_symbol_filenames)
9883 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9884 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9885 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9886 (debug_sym_read_linetable, debug_sym_relocate): Update.
9887 (symfile_debug_free_objfile): Remove.
9888 (install_symfile_debug_logging, _initialize_symfile_debug):
9889 Update.
9890
9891 2019-05-08 Tom Tromey <tom@tromey.com>
9892
9893 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9894 allocate_on_obstack.
9895 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9896 (get_dwarf2_per_objfile): Update.
9897 (set_dwarf2_per_objfile): Remove.
9898 (dwarf2_has_info, dwarf2_get_section_info): Update.
9899 (dwarf2_free_objfile): Remove.
9900 (_initialize_dwarf2_read): Update.
9901
9902 2019-05-08 Tom Tromey <tom@tromey.com>
9903
9904 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9905 initializers.
9906 <unsupported_script_warning_printed,
9907 script_not_found_warning_printed>: Now bool.
9908 (auto_load_pspace_data): Change type.
9909 (~auto_load_pspace_info): Rename from
9910 auto_load_pspace_data_cleanup.
9911 (get_auto_load_pspace_data, init_loaded_scripts_info)
9912 (clear_section_scripts, maybe_print_unsupported_script_warning)
9913 (maybe_print_script_not_found_warning, _initialize_auto_load):
9914 Update.
9915
9916 2019-05-08 Tom Tromey <tom@tromey.com>
9917
9918 * objfiles.c (objfile_pspace_info): Add destructor and
9919 initializers.
9920 (objfiles_pspace_data): Change type.
9921 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9922 (get_objfile_pspace_data): Update.
9923 (objfiles_bfd_data): Change type.
9924 (get_objfile_bfd_data): Update.
9925 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9926
9927 2019-05-08 Tom Tromey <tom@tromey.com>
9928
9929 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9930 Change type.
9931 (get_catch_syscall_inferior_data): Update.
9932 (catch_syscall_inferior_data_cleanup): Remove.
9933 (_initialize_break_catch_syscall): Update.
9934
9935 2019-05-08 Tom Tromey <tom@tromey.com>
9936
9937 * inflow.c (struct terminal_info): Add destructor and
9938 initializers.
9939 (inflow_inferior_data): Change type.
9940 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9941 (get_inflow_inferior_data, inflow_inferior_exit)
9942 (swap_terminal_info, _initialize_inflow): Update.
9943
9944 2019-05-08 Tom Tromey <tom@tromey.com>
9945
9946 * target-dcache.c (target_dcache_cleanup): Remove.
9947 (target_dcache_aspace_key): Change type.
9948 (target_dcache_init_p, target_dcache_invalidate)
9949 (target_dcache_get, target_dcache_get_or_init)
9950 (_initialize_target_dcache): Update.
9951 * dcache.h (struct dcache_deleter): New.
9952
9953 2019-05-08 Tom Tromey <tom@tromey.com>
9954
9955 * symtab.c (struct symbol_cache): Add destructor and
9956 initializers.
9957 (symbol_cache_key): Move. Change type.
9958 (make_symbol_cache, free_symbol_cache): Remove.
9959 (get_symbol_cache): Update.
9960 (symbol_cache_cleanup): Remove.
9961 (ALL_PSPACES, symbol_cache_flush)
9962 (maintenance_print_symbol_cache)
9963 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9964 Update.
9965
9966 2019-05-08 Tom Tromey <tom@tromey.com>
9967
9968 * symtab.c (struct main_info): Add destructor and initializers.
9969 (main_progspace_key): Move. Change type.
9970 (get_main_info): Update.
9971 (main_info_cleanup): Remove.
9972 (_initialize_symtab): Update.
9973
9974 2019-05-08 Tom Tromey <tom@tromey.com>
9975
9976 * registry.h (DECLARE_REGISTRY): Define the _key class.
9977
9978 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9979
9980 * NEWS: Merge two 'New commands' sections.
9981
9982 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9983
9984 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9985 parameter and use Ada language definition instead.
9986 (ada_val_print_ptr): Remove unused language parameter.
9987 (ada_val_print_num): Remove language parameter and use Ada language
9988 definition instead.
9989 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9990 parameter.
9991 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9992 parameter and use Ada language definition instead.
9993 (ada_val_print_1): Update all ada_val_print_xxx calls.
9994 Remove language parameter.
9995 (ada_val_print): Update ada_val_print_1 call.
9996
9997 2019-05-08 Tom Tromey <tromey@adacore.com>
9998
9999 * remote.c (remote_hw_watchpoint_limit)
10000 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
10001 Now static.
10002
10003 2019-05-08 Tom Tromey <tromey@adacore.com>
10004
10005 * maint.c (_initialize_maint_cmds): Move initialization code to
10006 remote.c.
10007 (watchdog, show_watchdog): Move to remote.c.
10008 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
10009 "watchdog" static.
10010 (_initialize_remote): Move initialization code from maint.c.
10011 * defs.h (watchdog): Don't declare.
10012
10013 2019-05-08 Tom Tromey <tromey@adacore.com>
10014
10015 * tui/tui-interp.c: Include main.h.
10016 * interps.c: Include main.h.
10017 * main.h (interpreter_p): Declare.
10018 * defs.h (interpreter_p): Don't declare.
10019
10020 2019-05-08 Tom Tromey <tromey@adacore.com>
10021
10022 * dwarf2loc.c: Include dwarf2read.h.
10023 * defs.h (read_unsigned_leb128): Don't declare.
10024 * dwarf2read.h (read_unsigned_leb128): Declare.
10025
10026 2019-05-08 Tom Tromey <tromey@adacore.com>
10027
10028 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
10029 method.
10030
10031 2019-05-08 Tom Tromey <tromey@adacore.com>
10032
10033 * utils.c (fputs_maybe_filtered): Reset style after paging, even
10034 when no wrap column is set.
10035
10036 2019-05-08 Tom Tromey <tromey@adacore.com>
10037
10038 * c-lang.c (c_get_string): Handle non-C-style arrays.
10039
10040 2019-05-08 Tom Tromey <tromey@adacore.com>
10041
10042 * typeprint.c (print_offset_data::update): Print the bit offset,
10043 not the number of bits remaining.
10044
10045 2019-05-08 Tom Tromey <tromey@adacore.com>
10046
10047 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
10048 padding at end of comment.
10049
10050 2019-05-08 Tom Tromey <tromey@adacore.com>
10051
10052 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
10053 Compare main types.
10054
10055 2019-05-06 Tom Tromey <tom@tromey.com>
10056
10057 * common/scoped_mmap.c: Include common-defs.h.
10058 * common/scoped_mmap.h: Don't include config.h.
10059
10060 2019-05-04 Tom Tromey <tom@tromey.com>
10061
10062 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
10063 (struct aarch64_call_info): Add initializers.
10064 <si>: Now a std::vector.
10065 (pass_on_stack, aarch64_push_dummy_call): Update.
10066
10067 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
10068 Tom Tromey <tom@tromey.com>
10069
10070 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
10071 (ppc_threads): Now a std::vector. Now static.
10072 (hwdebug_find_thread_points_by_tid)
10073 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
10074 Update.
10075
10076 2019-05-04 Tom Tromey <tom@tromey.com>
10077
10078 * arc-tdep.c (arc_tdesc_init): Return bool.
10079
10080 2019-05-04 Tom Tromey <tom@tromey.com>
10081
10082 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
10083 Use gdb_assert_not_reached.
10084
10085 2019-05-04 Tom Tromey <tom@tromey.com>
10086
10087 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
10088 "false".
10089
10090 2019-05-04 Tom Tromey <tom@tromey.com>
10091
10092 * arc-tdep.c (arc_tdesc_init): Use bool.
10093
10094 2019-05-04 Tom Tromey <tom@tromey.com>
10095
10096 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
10097
10098 2019-05-04 Tom Tromey <tom@tromey.com>
10099
10100 * cli/cli-cmds.c (valid_command_p): Return bool.
10101
10102 2019-05-04 Tom Tromey <tom@tromey.com>
10103
10104 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
10105 * command.h (valid_user_defined_cmd_name_p): Channge return type.
10106
10107 2019-05-04 Raul Tambre <raul@tambre.ee>
10108
10109 * python/lib/gdb/prompt.py (_ExtendedPrompt)
10110 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
10111 operator for comparison.
10112
10113 2019-05-04 Tom Tromey <tom@tromey.com>
10114
10115 * psymtab.c (psymbol_name_matches, match_partial_symbol)
10116 (lookup_partial_symbol, print_partial_symbols)
10117 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
10118 (psymbol_compare): Update.
10119 (add_psymbol_to_bcache): Clear the entire psymbol.
10120 (maintenance_check_psymtabs): Update.
10121 * psympriv.h (struct partial_symbol): Don't derive from
10122 general_symbol_info.
10123 <obj_section, unrelocated_address, address,
10124 set_unrelocated_address>: Update.
10125 <ginfo>: New member.
10126 * dwarf-index-write.c (write_psymbols, debug_names::insert)
10127 (debug_names::write_psymbols): Update.
10128
10129 2019-05-04 Tom de Vries <tdevries@suse.de>
10130
10131 * contrib/cc-with-tweaks.sh: Support -n arg.
10132
10133 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10134
10135 * corelow.c (core_target::detach): Ensure frame cache and
10136 register caches are cleared.
10137 inferior.c (exit_inferior_1): Likewise.
10138
10139 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
10140 Tom Tromey <tom@tromey.com>
10141
10142 * dictionary.c (collate_pending_symbols_by_language): Remove
10143 "struct" from foreach.
10144 * symtab.c (lookup_global_symbol_from_objfile)
10145 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
10146 foreach.
10147 * ser-tcp.c (net_open): Remove "struct" from foreach.
10148 * objfiles.c (objfile_relocate, objfile_rebase)
10149 (objfile_has_symbols): Remove "struct" from foreach.
10150 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
10151 from foreach.
10152 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
10153 foreach.
10154 * darwin-nat.c (thread_info_from_private_thread_info): Remove
10155 "struct" from foreach.
10156 * ada-lang.c (create_excep_cond_exprs)
10157 (ada_exception_catchpoint_cond_string): Remove "struct" from
10158 foreach.
10159
10160 2019-05-03 Tom Tromey <tromey@adacore.com>
10161
10162 * ada-exp.y (convert_char_literal): Check suffix of each
10163 enumerator.
10164
10165 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10166
10167 PR ada/21406:
10168 * ada-exp.y (yywrap): Don't define.
10169 * ada-lex.l (%option): Add noyywrap
10170 (yywrap): Remove.
10171
10172 2019-05-03 Eli Zaretskii <eliz@gnu.org>
10173
10174 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10175 _WIN32_WINNT to the XP level, unless already defined to a higher
10176 level.
10177
10178 * unittests/parse-connection-spec-selftests.c:
10179 * ser-tcp.c:
10180 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10181 override.
10182
10183 * symfile.c (find_separate_debug_file): Remove colon from the
10184 drive spec of DOS/Windows file names of the target, so that the
10185 file name produced from DEBUGDIR and the target's directory will
10186 be valid on DOS/Windows systems.
10187
10188 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10189
10190 * rust-lang.c (val_print_struct): Handle printing structures
10191 containing strings.
10192
10193 2019-05-02 Tom Tromey <tromey@adacore.com>
10194
10195 * valarith.c (_initialize_valarith): Remove.
10196
10197 2019-05-01 Tom Tromey <tromey@adacore.com>
10198
10199 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10200 bitfields.
10201
10202 2019-05-01 Tom Tromey <tromey@adacore.com>
10203
10204 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10205 for big-endian copies.
10206
10207 2019-04-30 Ali Tamur <tamur@google.com>
10208 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10209 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10210 (read_3_bytes): New function.
10211
10212 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10213
10214 * windows-nat.c (main_thread_id): Delete.
10215 (handle_output_debug_string): Replace main_thread_id by
10216 current_event.dwThreadId.
10217 (fake_create_process): Likewise.
10218 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10219 Do not set main_thread_id.
10220 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10221 current_event.dwThreadId.
10222 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10223
10224 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10225
10226 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10227 Use current_event.dwThreadId instead of main_thread_id.
10228
10229 2019-04-30 Tom Tromey <tromey@adacore.com>
10230
10231 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10232 (create_excep_cond_exprs): Iterate over program spaces.
10233 (ada_exception_catchpoint_cond_string): Examine all minimal
10234 symbols for exception types.
10235
10236 2019-04-30 Tom Tromey <tromey@adacore.com>
10237
10238 PR c++/24470:
10239 * dwarf2read.c (process_structure_scope): Handle case where type
10240 has template parameters but no symbol was created.
10241
10242 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10243 Chris January <chris.january@arm.com>
10244
10245 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10246 qualifier.
10247 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10248
10249 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10250
10251 * f-typeprint.c (f_print_type): Update rules for printing
10252 whitespace.
10253 (f_type_print_varspec_suffix): Likewise.
10254
10255 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10256 Chris January <chris.january@arm.com>
10257
10258 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10259 function arguments.
10260
10261 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10262
10263 * f-lang.c (build_fortran_types): Change name of void type to
10264 lower case.
10265 * f-typeprint.c (f_type_print_base): Print the name of the void
10266 type, rather than a fixed string.
10267 * f-valprint.c (f_decorations): Use lower case void string.
10268
10269 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10270 Chris January <chris.january@arm.com>
10271
10272 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10273 types for Fortran.
10274
10275 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10276 Chris January <chris.january@arm.com>
10277 David Lecomber <david.lecomber@arm.com>
10278
10279 * f-exp.y (BINOP_INTRINSIC): New token.
10280 (exp): New parser rule handling BINOP_INTRINSIC.
10281 (f77_keywords): Add new builtin procedures.
10282 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10283 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10284 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10285 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10286 (print_unop_subexp_f): New function.
10287 (print_binop_subexp_f): New function.
10288 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10289 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10290 (dump_subexp_body_f): Likewise.
10291 (operator_check_f): Likewise.
10292 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10293 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10294
10295 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10296
10297 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10298 UNOP_KIND.
10299 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10300 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10301 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10302 (operator_length_f): New fuction.
10303 (print_subexp_f): New function.
10304 (op_name_f): New function.
10305 (dump_subexp_body_f): New function.
10306 (operator_check_f): New function.
10307 (exp_descriptor_f): Replace standard expression handling functions
10308 with new functions.
10309 * gdb/fortran-operator.def: New file.
10310 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10311 * gdb/std-operator.def: Remove UNOP_KIND.
10312
10313 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10314
10315 * std-operator.def: Remove unbalanced, stray double quote
10316 character.
10317
10318 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10319 Chris January <chris.january@arm.com>
10320 Daniel Everett <daniel.everett@arm.com>
10321 Nick Forrington <nick.forrington@arm.com>
10322 Richard Bunt <richard.bunt@arm.com>
10323
10324 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10325 of depth when printing anonymous structs or unions.
10326 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10327 Don't print either the top-level value, or the children if the
10328 max-depth is exceeded.
10329 (ppscm_print_children): When printing the key of a map, allow one
10330 extra level of depth.
10331 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10332 print either the top-level value, or the children if the max-depth
10333 is exceeded.
10334 (print_children): When printing the key of a map, allow one extra
10335 level of depth.
10336 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10337 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10338 (user_print_options): Initialise max_depth field.
10339 (val_print_scalar_or_string_type_p): New function.
10340 (val_print): Check to see if the max depth has been reached.
10341 (val_print_check_max_depth): Define new function.
10342 (show_print_max_depth): New function.
10343 (_initialize_valprint): Add 'print max-depth' option.
10344 * valprint.h (struct value_print_options) <max_depth>: New field.
10345 (val_print_check_max_depth): Declare new function.
10346 * NEWS: Document new feature.
10347
10348 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10349
10350 * ada-lang.c (ada_language_defn): Initialise new field.
10351 * c-lang.c (c_is_string_type_p): New function.
10352 (c_language_defn): Initialise new field.
10353 (cplus_language_defn): Initialise new field.
10354 (asm_language_defn): Initialise new field.
10355 (minimal_language_defn): Initialise new field.
10356 * c-lang.h (c_is_string_type_p): Declare new function.
10357 * d-lang.c (d_language_defn): Initialise new field.
10358 * f-lang.c (f_is_string_type_p): New function.
10359 (f_language_defn): Initialise new field.
10360 * go-lang.c (go_is_string_type_p): New function.
10361 (go_language_defn): Initialise new field.
10362 * language.c (default_is_string_type_p): New function.
10363 (unknown_language_defn): Initialise new field.
10364 (auto_language_defn): Initialise new field.
10365 * language.h (struct language_defn) <la_is_string_type_p>: New
10366 member variable.
10367 (default_is_string_type_p): Declare new function.
10368 * m2-lang.c (m2_language_defn): Initialise new field.
10369 * objc-lang.c (objc_language_defn): Initialise new field.
10370 * opencl-lang.c (opencl_language_defn): Initialise new field.
10371 * p-lang.c (pascal_is_string_type_p): New function.
10372 (pascal_language_defn): Initialise new field.
10373 * rust-lang.c (rust_is_string_type_p): New function.
10374 (rust_language_defn): Initialise new field.
10375
10376 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10377
10378 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10379 New field.
10380 * ada-lang.c (ada_language_defn): Initialise new field.
10381 * c-lang.c (c_language_defn): Likewise.
10382 (cplus_language_defn): Likewise.
10383 (asm_language_defn): Likewise.
10384 (minimal_language_defn): Likewise.
10385 * d-lang.c (d_language_defn): Likewise.
10386 * f-lang.c (f_language_defn): Likewise.
10387 * go-lang.c (go_language_defn): Likewise.
10388 * language.c (unknown_language_defn): Likewise.
10389 (auto_language_defn): Likewise.
10390 * m2-lang.c (m2_language_defn): Likewise.
10391 * objc-lang.c (objc_language_defn): Likewise.
10392 * opencl-lang.c (opencl_language_defn): Likewise.
10393 * p-lang.c (pascal_language_defn): Likewise.
10394 * rust-lang.c (rust_language_defn): Likewise.
10395
10396 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10397
10398 * ada-lang.c (ada_is_character_type): Change return type to bool.
10399 (ada_is_string_type): Likewise.
10400 * ada-lang.h (ada_is_character_type): Update declaration
10401 (ada_is_string_type): Likewise.
10402
10403 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10404
10405 Support style in 'frame|thread apply'
10406
10407 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10408 * record.c (record_start, record_stop): Update callers of
10409 execute_command_to_string with false.
10410 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10411 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10412 methods.
10413 (class string_file): New constructor with term_out parameter.
10414 Override methods term_out and can_emit_style_escape. New member
10415 term_out.
10416 (class stdio_file): Override can_emit_style_escape.
10417 (class tee_file): Override term_out and can_emit_style_escape.
10418 * utils.h (can_emit_style_escape): Remove.
10419 * utils.c (can_emit_style_escape): Likewise.
10420 Update all callers of can_emit_style_escape (SOMESTREAM) to
10421 SOMESTREAM->can_emit_style_escape.
10422 * source-cache.c (source_cache::get_source_lines): Likewise.
10423 * stack.c (frame_apply_command_count): Call execute_command_to_string
10424 passing the term_out characteristic of the current gdb_stdout.
10425 * thread.c (thr_try_catch_cmd): Likewise.
10426 * top.c (execute_command_to_string): pass term_out parameter
10427 to construct the string_file for the command output.
10428 * ui-file.c (term_cli_styling): New function (most code moved
10429 from utils.c can_emit_style_escape).
10430 (string_file::string_file, string_file::can_emit_style_escape,
10431 stdio_file::can_emit_style_escape, tee_file::term_out,
10432 tee_file::can_emit_style_escape): New functions.
10433
10434 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10435
10436 * NEWS: Mention the new set|show may-call-functions.
10437 * infcall.c (may_call_functions_p): New variable.
10438 (show_may_call_functions_p): New function.
10439 (call_function_by_hand_dummy): Throws an error if not
10440 may-call-functions.
10441 (_initialize_infcall): Call add_setshow_boolean_cmd for
10442 may-call-functions.
10443
10444 2019-04-25 Keith Seitz <keiths@redhat.com>
10445
10446 PR c++/24367
10447 * cp-support.c (inspect_type): Don't attempt substitutions
10448 of symbol with the same name.
10449
10450 2019-04-25 Tom Tromey <tromey@adacore.com>
10451
10452 PR gdb/24475:
10453 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10454 static.
10455
10456 2019-04-25 Tom Tromey <tromey@adacore.com>
10457
10458 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10459 rvalue reference.
10460 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10461 (gdb_xml_parser::parse): Use std::move.
10462 * python/python-internal.h (gdbpy_convert_exception): Take a const
10463 reference.
10464 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10465 std::move.
10466 * python/py-utils.c (gdbpy_convert_exception): Take a const
10467 reference.
10468 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10469 Use std::move.
10470 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10471 Use std::move.
10472 * mi/mi-main.c (mi_print_exception): Take a const reference.
10473 * main.c (handle_command_errors): Take a const reference.
10474 * linespec.c (parse_linespec): Use std::move.
10475 * infcall.c (run_inferior_call): Use std::move.
10476 (call_function_by_hand_dummy): Use std::move.
10477 * exec.c (try_open_exec_file): Use std::move.
10478 * exceptions.h (exception_print, exception_fprintf)
10479 (exception_print_same): Update.
10480 * exceptions.c (print_exception, exception_print)
10481 (exception_fprintf, exception_print_same): Change parameters to
10482 const reference.
10483 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10484 * common/new-op.c: Use std::move.
10485 * common/common-exceptions.h (struct gdb_exception): Add move
10486 constructor.
10487 (struct gdb_exception_error, struct gdb_exception_quit, struct
10488 gdb_quit_bad_alloc): Change constructor to move constructor.
10489 (throw_exception): Change parameter to rvalue reference.
10490 * common/common-exceptions.c (throw_exception): Take rvalue
10491 reference.
10492 * cli/cli-interp.c (safe_execute_command): Use std::move.
10493 * breakpoint.c (insert_bp_location, location_to_sals): Use
10494 std::move.
10495
10496 2019-04-25 Tom Tromey <tromey@adacore.com>
10497
10498 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10499 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10500 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10501 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10502 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10503 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10504 guile/scm-value.c: Use unpack.
10505 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10506 gdbscm_gdb_exception.
10507 (gdbscm_throw_gdb_exception): Likewise.
10508 (struct gdbscm_gdb_exception): New.
10509 (unpack): New function.
10510 (gdbscm_wrap): Use unpack.
10511
10512 2019-04-25 Tom Tromey <tromey@adacore.com>
10513
10514 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10515 (gdb_rl_callback_handler): Use std::move.
10516 * common/common-exceptions.h (struct gdb_exception): Add move
10517 assignment operator.
10518 (throw_exception_sjlj): Change "exception" to const reference.
10519 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10520 (throw_exception_sjlj): Change "exception" to const reference.
10521
10522 2019-04-25 Tom Tromey <tromey@adacore.com>
10523
10524 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10525 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10526 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10527 Update.
10528 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10529 Update.
10530 * mi/mi-interp.c (mi_interp::exec): Update.
10531 * linespec.c (parse_linespec): Update.
10532 * infcall.c (run_inferior_call): Update.
10533 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10534 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10535 (gdbscm_lookup_global_symbol): Update.
10536 * guile/scm-param.c (gdbscm_parameter_value): Update.
10537 * guile/scm-frame.c (gdbscm_frame_read_register)
10538 (gdbscm_frame_read_var): Update.
10539 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10540 * exec.c (try_open_exec_file): Update.
10541 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10542 (gdb_rl_callback_handler): Update.
10543 * common/common-exceptions.h (exception_none): Don't declare.
10544 * common/common-exceptions.c (exception_none): Don't define.
10545 (struct catcher) <exception>: Update.
10546 * cli/cli-interp.c (safe_execute_command): Update.
10547 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10548
10549 2019-04-25 Ali Tamur <tamur@google.com>
10550
10551 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10552 (read_attribute_value): Likewise.
10553 (dwarf2_read_addr_index): Update comment.
10554 (read_str_index): Add DW_FORM_strx.
10555 (dwarf2_string_attr): Likewise.
10556 (dwarf2_const_value_attr): Likewise.
10557 (dump_die_shallow): Likewise.
10558 (dwarf2_fetch_constant_bytes): Likewise.
10559 (skip_form_bytes): Likewise.
10560 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10561
10562 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10563
10564 PR corefiles/11608
10565 PR corefiles/18187
10566 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10567 OFFSET. Verify if current mapping contains an ELF header.
10568 (linux_find_memory_regions_full): Adjust call to
10569 dump_mapping_p.
10570
10571 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10572 Kang Li <kanglictf@gmail.com>
10573
10574 PR gdb/21600
10575
10576 * dwarf2-frame.c (read_initial_length): Be consistent about using
10577 unsigned representation of length.
10578 (decode_frame_entry_1): Likewise. Check for wraparound of
10579 end pointer as well as buffer overflow.
10580
10581 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10582
10583 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10584 "vq".
10585
10586 2019-04-24 Tom Tromey <tromey@adacore.com>
10587
10588 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10589
10590 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10591
10592 * s12z-tdep.c (s12z_unwind_pc): Delete.
10593 (s12z_unwind_sp): Delete.
10594 (s12z_gdbarch_init): Don't register deleted functions with
10595 gdbarch.
10596
10597 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10598
10599 * rl78-tdep.c (rl78_unwind_sp): Delete.
10600 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10601
10602 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10603
10604 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10605 (xstormy16_unwind_pc): Delete.
10606 (xstormy16_dummy_id): Delete.
10607 (xstormy16_gdbarch_init): Don't register deleted functions with
10608 gdbarch.
10609
10610 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10611
10612 * vax-tdep.c (vax_unwind_pc): Delete.
10613 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10614
10615 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10616
10617 * v850-tdep.c (v850_unwind_sp): Delete.
10618 (v850_unwind_pc): Delete.
10619 (v850_dummy_id): Delete.
10620 (v850_gdbarch_init): Don't register deleted functions with
10621 gdbarch.
10622
10623 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10624
10625 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10626 (tilegx_unwind_pc): Delete.
10627 (tilegx_unwind_dummy_id): Delete.
10628 (tilegx_gdbarch_init): Don't register deleted functions with
10629 gdbarch.
10630
10631 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10632
10633 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10634 (tic6x_dummy_id): Delete.
10635 (tic6x_gdbarch_init): Don't register deleted functions with
10636 gdbarch.
10637
10638 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10639
10640 * sparc-tdep.c (sparc_unwind_pc): Delete.
10641 (sparc32_gdbarch_init): Don't register deleted function with
10642 gdbarch.
10643
10644 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10645
10646 * sh-tdep.c (sh_unwind_sp): Delete.
10647 (sh_unwind_pc): Delete.
10648 (sh_dummy_id): Delete.
10649 (sh_gdbarch_init): Don't register deleted functions with
10650 gdbarch.
10651
10652 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10653
10654 * score-tdep.c (score_unwind_sp): Delete.
10655 (score_unwind_pc): Delete.
10656 (score_dummy_id): Delete.
10657 (score_gdbarch_init): Don't register deleted functions with
10658 gdbarch.
10659
10660 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10661
10662 * rx-tdep.c (rx_unwind_pc): Delete.
10663 (rx_unwind_sp): Delete.
10664 (rx_dummy_id): Delete.
10665 (rx_gdbarch_init): Don't register deleted functions with
10666 gdbarch. Update comment.
10667
10668 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10669
10670 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10671 (rs6000_dummy_id): Delete.
10672 (rs6000_gdbarch_init): Don't register deleted functions with
10673 gdbarch.
10674
10675 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10676
10677 * or1k-tdep.c (or1k_dummy_id): Delete.
10678 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10679
10680 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10681
10682 * nios2-tdep.c (nios2_dummy_id): Delete.
10683 (nios2_unwind_sp): Delete.
10684 (nios2_gdbarch_init): Don't register deleted functions with
10685 gdbarch.
10686
10687 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10688
10689 * nds32-tdep.c (nds32_dummy_id): Delete.
10690 (nds32_unwind_pc): Delete.
10691 (nds32_unwind_sp): Delete.
10692 (nds32_gdbarch_init): Don't register deleted functions with
10693 gdbarch.
10694
10695 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10696
10697 * msp430-tdep.c (msp430_unwind_pc): Delete.
10698 (msp430_unwind_sp): Delete.
10699 (msp430_dummy_id): Delete.
10700 (msp430_gdbarch_init): Don't register deleted functions with
10701 gdbarch.
10702
10703 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10704
10705 * moxie-tdep.c (moxie_unwind_sp): Delete.
10706 (moxie_unwind_pc): Delete.
10707 (moxie_dummy_id): Delete.
10708 (moxie_gdbarch_init): Don't register deleted functions with
10709 gdbarch.
10710
10711 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10712
10713 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10714 (mn10300_unwind_pc): Delete.
10715 (mn10300_unwind_sp): Delete.
10716 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10717 mn10300_unwind_sp.
10718 (mn10300_frame_unwind_init): Don't register deleted functions with
10719 gdbarch.
10720
10721 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10722
10723 * mep-tdep.c (mep_unwind_pc): Delete.
10724 (mep_unwind_sp): Delete.
10725 (mep_dummy_id): Delete.
10726 (mep_gdbarch_init): Don't register deleted functions with
10727 gdbarch.
10728
10729 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10730
10731 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10732 (m68hc11_unwind_sp): Delete.
10733 (m68hc11_gdbarch_init): Don't register deleted functions with
10734 gdbarch.
10735
10736 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10737
10738 * m32r-tdep.c (m32r_unwind_sp): Delete.
10739 (m32r_unwind_pc): Delete.
10740 (m32r_dummy_id): Delete.
10741 (m32r_gdbarch_init): Don't register deleted functions with
10742 gdbarch.
10743
10744 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10745
10746 * m32c-tdep.c (m32c_unwind_pc): Delete.
10747 (m32c_unwind_sp): Delete.
10748 (m32c_dummy_id): Delete.
10749 (m32c_gdbarch_init): Don't register deleted functions with
10750 gdbarch.
10751
10752 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10753
10754 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10755 (lm32_unwind_pc): Delete.
10756 (lm32_dummy_id): Delete.
10757 (lm32_gdbarch_init): Don't register deleted functions with
10758 gdbarch.
10759
10760 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10761
10762 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10763 (iq2000_unwind_pc): Delete.
10764 (iq2000_dummy_id): Delete.
10765 (iq2000_gdbarch_init): Don't register deleted functions with
10766 gdbarch.
10767
10768 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10769
10770 * nds32-tdep.c (nds32_type_align): Delete.
10771 (nds32_push_dummy_call): Use type_align instead.
10772
10773 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10774
10775 * arm-tdep.c (arm_type_align): Only handle vector override case.
10776 (arm_push_dummy_call): Use type_align.
10777 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10778
10779 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10780
10781 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10782 case.
10783 (pass_on_stack): Use type_align.
10784 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10785 function.
10786
10787 2019-04-23 Tom Tromey <tromey@adacore.com>
10788
10789 * dwarf2read.c (line_header::file_name_at): Remove unused
10790 overload.
10791
10792 2019-04-23 Tom de Vries <tdevries@suse.de>
10793
10794 PR gdb/24438
10795 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10796 invocation.
10797
10798
10799 2019-03-27 Ali Tamur <tamur@google.com>
10800
10801 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10802 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10803 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10804 (dwarf_expr_context::get_addr_index): Likewise
10805 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10806 (symbol_needs_eval_context::get_addr_index): Likewise
10807 (disassemble_dwarf_expression): Add DW_OP_addrx
10808 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10809 (read_cutu_die_from_dwo): Update comment
10810 (skip_one_die): Add DW_FORM_addrx
10811 (read_attribute_value): Likewise
10812 (var_decode_location): Add DW_OP_addrx
10813 (dwarf2_const_value_attr): Add DW_FORM_addrx
10814 (dump_die_shallow): Likewise
10815 (dwarf2_fetch_constant_bytes): Likewise
10816 (decode_locdesc): Add DW_OP_addrx
10817 (skip_form_bytes): Add DW_FORM_addrx
10818
10819 2019-04-22 Ali Tamur <tamur@google.com>
10820
10821 * MAINTAINERS (Write After Approval): Add self.
10822
10823 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
10824
10825 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10826 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10827 (open_symbol_file_object): Likewise.
10828 (svr4_default_sos): Add info parameter.
10829 (svr4_read_so_list): Likewise.
10830 (svr4_current_sos_direct): Adjust functions calls to pass down
10831 info.
10832 (svr4_current_sos_1): Add info parameter.
10833 (svr4_current_sos): Call get_svr4_info, pass info down to
10834 svr4_current_sos_1.
10835 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10836 get_svr4_info.
10837 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10838 get_svr4_info.
10839 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10840 to get_svr4_info.
10841 (probes_table_remove_objfile_probes): Likewise.
10842 (register_solib_event_probe): Add info parameter.
10843 (solist_update_incremental): Pass info parameter down to
10844 svr4_read_so_list.
10845 (disable_probes_interface): Add info parameter.
10846 (svr4_handle_solib_event): Pass current_program_space to
10847 get_svr4_info. Adjust disable_probes_interface cleanup.
10848 (svr4_create_probe_breakpoints): Add info parameter, pass it
10849 down to register_solib_event_probe.
10850 (svr4_create_solib_event_breakpoints): Add info parameter,
10851 pass it down to svr4_create_probe_breakpoints.
10852 (enable_break): Pass info down to
10853 svr4_create_solib_event_breakpoints.
10854 (svr4_solib_create_inferior_hook): Pass current_program_space to
10855 get_svr4_info.
10856 (svr4_clear_solib): Likewise.
10857
10858 2019-04-22 Pedro Alves <palves@redhat.com>
10859
10860 * solib-svr4.c (svr4_free_objfile_observer): New.
10861 (probe_and_action::objfile): New field.
10862 (probes_table_htab_remove_objfile_probes)
10863 (probes_table_remove_objfile_probes): New functions.
10864 (register_solib_event_probe): Add 'objfile' parameter. Store it
10865 in the new probe_and_action. Don't store the probe in 'lookup'.
10866 (svr4_create_probe_breakpoints): Pass objfile to
10867 register_solib_event_probe.
10868 (_initialize_svr4_solib): Register a free_objfile observer.
10869
10870 2019-04-19 Tom Tromey <tom@tromey.com>
10871
10872 * common/queue.h: Remove.
10873
10874 2019-04-19 Tom Tromey <tom@tromey.com>
10875
10876 * event-loop.c: Don't include "common/queue.h".
10877
10878 2019-04-19 Tom Tromey <tom@tromey.com>
10879
10880 * remote.c (remote_target): Use delete.
10881 * remote-notif.h: Include <list>, not "common/queue.h".
10882 (notif_client_p): Remove typedef.
10883 (remote_notif_state): Add constructor, destructor, initializer.
10884 <notif_queue>: Now a std::list.
10885 (remote_notif_state_xfree): Don't declare.
10886 * remote-notif.c (remote_notif_process, handle_notification)
10887 (remote_notif_state_allocate): Update.
10888 (~remote_notif_state): Rename from remote_notif_state_xfree.
10889
10890 2019-04-19 Tom Tromey <tom@tromey.com>
10891
10892 * symfile.c (reread_symbols): Update.
10893 * objfiles.c (objfile_register_static_link)
10894 (objfile_lookup_static_link): Update
10895 (~objfile) Don't delete static_links.
10896 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10897
10898 2019-04-19 Tom Tromey <tom@tromey.com>
10899
10900 * type-stack.h (struct type_stack) <insert>: Constify string.
10901 * type-stack.c (type_stack::insert): Constify string.
10902 * gdbtypes.h (lookup_template_type): Update.
10903 (address_space_name_to_int): Update.
10904 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10905 const.
10906 (lookup_template_type): Make name const.
10907 * c-exp.y: Update rules.
10908 (lex_one_token, classify_name, classify_inner_name)
10909 (c_print_token): Update.
10910 * p-exp.y: Update rules.
10911 (yylex): Update.
10912 * f-exp.y: Update rules.
10913 (yylex): Update.
10914 * d-exp.y: Update rules.
10915 (lex_one_token, classify_name, classify_inner_name): Update.
10916 * parse.c (write_dollar_variable, copy_name): Return std::string.
10917 * parser-defs.h (copy_name): Change return type.
10918 * m2-exp.y: Update rules.
10919 (yylex): Update.
10920 * go-exp.y (lex_one_token): Update.
10921 Update rules.
10922 (classify_unsafe_function, classify_packaged_name)
10923 (classify_name, yylex): Update.
10924
10925 2019-04-19 Sergei Trofimovich <siarheit@google.com>
10926
10927 * configure.ac: add --enable-source-highlight switch.
10928 * configure: Regenerate.
10929 * top.c (print_gdb_version): plumb --enable-source-highlight
10930 status to "show configuration".
10931
10932 2019-04-19 Tom Tromey <tromey@adacore.com>
10933
10934 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10935 Check ADA_TYPE_P.
10936 (empty_record, ada_template_to_fixed_record_type_1)
10937 (template_to_static_fixed_type)
10938 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10939 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10940 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10941 macros.
10942
10943 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10944
10945 PR symtab/24423:
10946 * source.c (print_source_lines_base): Advance "iter" when a
10947 control character is seen.
10948
10949 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10950
10951 * inferior.h (struct infcall_suspend_state_deleter):
10952 Catch exception in destructor to avoid crash.
10953
10954 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10955
10956 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10957 close to the add_com "shell".
10958
10959 2019-04-18 Tom Tromey <tromey@adacore.com>
10960
10961 * process-stratum-target.h (class process_stratum_target)
10962 <stratum>: Add "final".
10963
10964 2019-04-17 Tom Tromey <tromey@adacore.com>
10965
10966 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10967 against nullptr before use.
10968
10969 2019-04-17 Alan Hayward <alan.hayward@arm.com>
10970
10971 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10972
10973 2019-04-17 Jim Wilson <jimw@sifive.com>
10974 Andrew Burgess <andrew.burgess@embecosm.com>
10975
10976 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10977 code read might fail, assume 4-byte breakpoint in that case.
10978
10979 2019-04-15 Leszek Swirski <leszeks@google.com>
10980
10981 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10982 rather than a hand-rolled POD check when checking for forced MEMORY
10983 classification.
10984
10985 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10986
10987 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10988 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10989 function.
10990 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10991 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10992 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10993 declaration.
10994
10995 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10996
10997 * aarch64-linux-nat.c
10998 (aarch64_linux_nat_target::thread_architecture): Add override.
10999 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
11000 each VQ.
11001
11002 2019-04-15 Alan Hayward <alan.hayward@arm.com>
11003
11004 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
11005
11006 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
11007
11008 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
11009 target types of size 96-bits, add some additional comments, and
11010 check that the builtin type we found was the correct size.
11011
11012 2019-04-12 Eli Zaretskii <eliz@gnu.org>
11013
11014 * utils.c (prompt_for_continue): Don't restore the styling at the
11015 end, as applied_style has the wrong value. This fixes styling in
11016 long lists of file names that are interrupted by the "Continue?"
11017 prompt.
11018
11019 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
11020
11021 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
11022 * c-lang.c (c_language_defn): Likewise.
11023 (cplus_language_defn): Likewise.
11024 (asm_language_defn): Likewise.
11025 (minimal_language_defn): Likewise.
11026 * d-lang.c (d_language_defn): Likewise.
11027 * f-lang.c (f_language_defn): Likewise.
11028 * go-lang.c (go_language_defn): Likewise.
11029 * language.c (unknown_language_defn): Likewise.
11030 (auto_language_defn): Likewise.
11031 * language.h (struct language_defn): Remove la_magic field.
11032 (LANG_MAGIC): Delete.
11033 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
11034 * objc-lang.c (objc_language_defn): Likewise.
11035 * opencl-lang.c (opencl_language_defn): Likewise.
11036 * p-lang.c (pascal_language_defn): Likewise.
11037 * rust-lang.c (rust_language_defn): Likewise.
11038
11039 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11040
11041 * riscv-tdep.c (riscv_type_align): New function.
11042 (riscv_type_alignment): Delete.
11043 (riscv_arg_location): Use 'type_align'.
11044 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
11045
11046 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11047
11048 * gdbtypes.c (type_align): A struct with no non-static fields also
11049 has alignment of 1.
11050
11051 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11052
11053 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
11054 component to 0.
11055 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
11056 member.
11057 (riscv_struct_info::analyse): New implementation using new
11058 analyse_inner member function.
11059 (riscv_struct_info::field_offset): New member function.
11060 (riscv_struct_info::m_offsets): New member variable.
11061 (riscv_struct_info::analyse_inner): New private member function,
11062 takes the old implementation of riscv_struct_info::analyse but
11063 extended to track field offsets.
11064 (riscv_call_arg_struct): Update the struct folding special cases
11065 to handle cases where empty C++ structs, which are non-zero
11066 length, are found.
11067 (riscv_arg_location): Initialise the length of each location, a
11068 non-zero length now indicates the location is in use.
11069 (riscv_push_dummy_call): Allow for the first location having a
11070 non-zero offset when setting up arguments.
11071 (riscv_return_value): Likewise, but for return values.
11072
11073 2019-04-11 Tom Tromey <tromey@adacore.com>
11074
11075 * utils.c (internal_vproblem): Make "msg" const.
11076
11077 2019-04-11 Alan Hayward <alan.hayward@arm.com>
11078
11079 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
11080 * trad-frame.c (trad_frame_reset_saved_regs): New function.
11081 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
11082 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
11083
11084 2019-04-10 Kevin Buettner <kevinb@redhat.com>
11085
11086 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
11087 function.
11088 (fill_gregset): Call amd64_linux_collect_native_gregset instead
11089 of amd64_collect_native_gregset.
11090 (amd64_linux_nat_target::store_registers): Likewise.
11091
11092 2019-04-10 Tom Tromey <tom@tromey.com>
11093
11094 * symtab.c (lookup_global_symbol_from_objfile)
11095 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
11096 * objfiles.h (class separate_debug_iterator): New.
11097 (class separate_debug_range): New.
11098 (struct objfile) <separate_debug_objfiles>: New method.
11099 (objfile_separate_debug_iterate): Don't declare.
11100 * objfiles.c (separate_debug_iterator::operator++): Rename from
11101 objfile_separate_debug_iterate.
11102 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
11103 iterator.
11104 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
11105 iterator.
11106
11107 2019-04-10 Tom Tromey <tom@tromey.com>
11108
11109 * symfile.c (reread_symbols): Remove old comment.
11110 * objfiles.c (free_all_objfiles): Fix a typo.
11111
11112 2019-04-10 Tom Tromey <tom@tromey.com>
11113
11114 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
11115 * minsyms.c (lookup_minimal_symbol): Use foreach.
11116 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
11117 (lookup_minimal_symbol_solib_trampoline): Likewise.
11118 * symfile.c (reread_symbols): Use foreach.
11119
11120 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
11121 Tom Tromey <tromey@adacore.com>
11122
11123 PR rust/24414:
11124 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
11125 (rust_lex_int_test): Change "value" to be LONGEST.
11126 (rust_lex_tests): Add test for long integer literal.
11127
11128 2019-04-09 Tom Tromey <tromey@adacore.com>
11129
11130 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
11131 to bool.
11132 (extended_remote_target::attach): Update.
11133 (remote_target::remote_notice_new_inferior): Update.
11134 (remote_target::add_current_inferior_and_thread): Update.
11135 * inferior.c (exit_inferior_1): Use "false".
11136 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
11137
11138 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
11139
11140 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
11141 the "start" command.
11142
11143 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11144
11145 * python/py-inferior.c (infpy_thread_from_thread_handle):
11146 Adjust comments to reflect renaming of thread_from_thread_handle
11147 to thread_from_handle. Adjust keywords. Fix type error message.
11148 (inferior_object_methods): Add thread_from_handle. Retain
11149 thread_from_thread_handle, but mark it as deprecated.
11150
11151 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11152
11153 * gdbthread.h (find_thread_by_handle): Revise declaration.
11154 * thread.c (find_thread_by_handle): Likewise. Adjust
11155 implementation too.
11156 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
11157 support for buffer objects as handles.
11158
11159 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11160
11161 * python/py-infthread.c (thpy_thread_handle): New function.
11162 (thread_object_methods): Register thpy_thread_handle.
11163
11164 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11165
11166 * gdbthread.h (thread_to_thread_handle): Declare.
11167 * thread.c (gdbtypes.h): Include.
11168 (thread_to_thread_handle): New function.
11169
11170 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11171 (target_thread_info_to_thread_handle): Declare.
11172 * target.c (target_thread_info_to_thread_handle): New function.
11173 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11174 * target-delegates.c: Regenerate.
11175
11176 * linux-thread-db.c (class thread_db_target): Add method
11177 thread_info_to_thread_handle.
11178 (thread_db_target::thread_info_to_thread_handle): Define.
11179 * remote.c (class remote_target): Add new method
11180 thread_info_to_thread_handle.
11181 (remote_target::thread_info_to_thread_handle): Define.
11182
11183 2019-04-08 Pedro Alves <palves@redhat.com>
11184
11185 * common/common-exceptions.c (throw_exception): Don't create
11186 named object to throw; throw directly.
11187 (throw_it): Likewise. Don't initialize gdb_exception::message
11188 here, with new; pass FMT and AP to the ctor instead.
11189 * common/common-exceptions.h: Include <string>.
11190 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11191 const char *, va_list)): New ctor. Use std::make_shared.
11192 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11193 errors)): Delete.
11194 (gdb_exception_error::gdb_exception_error(enum errors, const char
11195 *, va_list)): New.
11196 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11197 Add assertion.
11198 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11199 errors)): Delete.
11200 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11201 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11202 Add assertion.
11203
11204 2019-04-08 Tom Tromey <tom@tromey.com>
11205
11206 * valops.c (value_rtti_indirect_type): Replace throw_exception
11207 with throw.
11208 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11209 with throw.
11210 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11211 throw.
11212 * target.c (target_translate_tls_address): Replace throw_exception
11213 with throw.
11214 * stack.c (frame_apply_command_count): Replace throw_exception
11215 with throw.
11216 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11217 throw.
11218 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11219 with throw.
11220 * rs6000-tdep.c (rs6000_frame_cache)
11221 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11222 * remote.c: Replace throw_exception with throw.
11223 * record-full.c (record_full_message, record_full_wait_1)
11224 (record_full_restore): Replace throw_exception with throw.
11225 * record-btrace.c:
11226 (get_thread_current_frame_id, record_btrace_start_replaying)
11227 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11228 (cmd_record_btrace_start): Replace throw_exception with throw.
11229 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11230 throw.
11231 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11232 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11233 * linespec.c:
11234 (find_linespec_symbols): Replace throw_exception with throw.
11235 * infrun.c (displaced_step_prepare, resume): Replace
11236 throw_exception with throw.
11237 * infcmd.c (post_create_inferior): Replace throw_exception with
11238 throw.
11239 * inf-loop.c (inferior_event_handler): Replace throw_exception
11240 with throw.
11241 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11242 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11243 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11244 (get_prev_frame_always, get_frame_pc_if_available)
11245 (get_frame_address_in_block_if_available, get_frame_language):
11246 Replace throw_exception with throw.
11247 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11248 throw_exception with throw.
11249 * eval.c (fetch_subexp_value, evaluate_var_value)
11250 (evaluate_funcall, evaluate_subexp_standard): Replace
11251 throw_exception with throw.
11252 * dwarf2loc.c (call_site_find_chain)
11253 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11254 Replace throw_exception with throw.
11255 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11256 with throw.
11257 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11258 throw.
11259 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11260 * completer.c (complete_line_internal): Replace throw_exception
11261 with throw.
11262 * compile/compile-object-run.c (compile_object_run): Replace
11263 throw_exception with throw.
11264 * cli/cli-script.c (process_next_line): Replace throw_exception
11265 with throw.
11266 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11267 (btrace_enable, btrace_maint_update_pt_packets): Replace
11268 throw_exception with throw.
11269 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11270 throw_exception with throw.
11271 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11272 throw_exception with throw.
11273 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11274 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11275 * aarch64-tdep.c (aarch64_make_prologue_cache)
11276 (aarch64_make_stub_cache): Replace throw_exception with throw.
11277
11278 2019-04-08 Tom Tromey <tom@tromey.com>
11279
11280 * common/common-exceptions.c (throw_exception): Rename from
11281 throw_exception_cxx. Remove old copy. Make argument const.
11282 (throw_it): Create and throw exception objects directly.
11283 * common/common-exceptions.h (throw_exception): Make argument
11284 const.
11285 (struct gdb_exception_error): Add constructor.
11286 (struct gdb_exception_quit): Add constructor.
11287
11288 2019-04-08 Tom Tromey <tom@tromey.com>
11289
11290 * common/common-exceptions.h (exception_rethrow): Don't declare.
11291 (TRY_SJLJ): Update comment.
11292 (TRY, CATCH, END_CATCH): Remove.
11293 * common/common-exceptions.c (exception_rethrow): Remove.
11294
11295 2019-04-08 Tom Tromey <tom@tromey.com>
11296
11297 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11298 Remove.
11299 (gdb_exception_error): Rename from
11300 gdb_exception_RETURN_MASK_ERROR.
11301 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11302 (gdb_quit_bad_alloc): Update.
11303 * aarch64-tdep.c: Update.
11304 * ada-lang.c: Update.
11305 * ada-typeprint.c: Update.
11306 * ada-valprint.c: Update.
11307 * amd64-tdep.c: Update.
11308 * arch-utils.c: Update.
11309 * break-catch-throw.c: Update.
11310 * breakpoint.c: Update.
11311 * btrace.c: Update.
11312 * c-varobj.c: Update.
11313 * cli/cli-cmds.c: Update.
11314 * cli/cli-interp.c: Update.
11315 * cli/cli-script.c: Update.
11316 * common/common-exceptions.c: Update.
11317 * common/new-op.c: Update.
11318 * common/selftest.c: Update.
11319 * compile/compile-c-symbols.c: Update.
11320 * compile/compile-cplus-symbols.c: Update.
11321 * compile/compile-object-load.c: Update.
11322 * compile/compile-object-run.c: Update.
11323 * completer.c: Update.
11324 * corelow.c: Update.
11325 * cp-abi.c: Update.
11326 * cp-support.c: Update.
11327 * cp-valprint.c: Update.
11328 * darwin-nat.c: Update.
11329 * disasm-selftests.c: Update.
11330 * dtrace-probe.c: Update.
11331 * dwarf-index-cache.c: Update.
11332 * dwarf-index-write.c: Update.
11333 * dwarf2-frame-tailcall.c: Update.
11334 * dwarf2-frame.c: Update.
11335 * dwarf2loc.c: Update.
11336 * dwarf2read.c: Update.
11337 * eval.c: Update.
11338 * event-loop.c: Update.
11339 * event-top.c: Update.
11340 * exec.c: Update.
11341 * f-valprint.c: Update.
11342 * fbsd-tdep.c: Update.
11343 * frame-unwind.c: Update.
11344 * frame.c: Update.
11345 * gdbtypes.c: Update.
11346 * gnu-v3-abi.c: Update.
11347 * guile/guile-internal.h: Update.
11348 * guile/scm-block.c: Update.
11349 * guile/scm-breakpoint.c: Update.
11350 * guile/scm-cmd.c: Update.
11351 * guile/scm-disasm.c: Update.
11352 * guile/scm-frame.c: Update.
11353 * guile/scm-lazy-string.c: Update.
11354 * guile/scm-math.c: Update.
11355 * guile/scm-param.c: Update.
11356 * guile/scm-ports.c: Update.
11357 * guile/scm-pretty-print.c: Update.
11358 * guile/scm-symbol.c: Update.
11359 * guile/scm-symtab.c: Update.
11360 * guile/scm-type.c: Update.
11361 * guile/scm-value.c: Update.
11362 * i386-linux-tdep.c: Update.
11363 * i386-tdep.c: Update.
11364 * inf-loop.c: Update.
11365 * infcall.c: Update.
11366 * infcmd.c: Update.
11367 * infrun.c: Update.
11368 * jit.c: Update.
11369 * language.c: Update.
11370 * linespec.c: Update.
11371 * linux-fork.c: Update.
11372 * linux-nat.c: Update.
11373 * linux-tdep.c: Update.
11374 * linux-thread-db.c: Update.
11375 * main.c: Update.
11376 * mi/mi-cmd-break.c: Update.
11377 * mi/mi-cmd-stack.c: Update.
11378 * mi/mi-interp.c: Update.
11379 * mi/mi-main.c: Update.
11380 * objc-lang.c: Update.
11381 * p-valprint.c: Update.
11382 * parse.c: Update.
11383 * ppc-linux-tdep.c: Update.
11384 * printcmd.c: Update.
11385 * python/py-arch.c: Update.
11386 * python/py-breakpoint.c: Update.
11387 * python/py-cmd.c: Update.
11388 * python/py-finishbreakpoint.c: Update.
11389 * python/py-frame.c: Update.
11390 * python/py-framefilter.c: Update.
11391 * python/py-gdb-readline.c: Update.
11392 * python/py-inferior.c: Update.
11393 * python/py-infthread.c: Update.
11394 * python/py-lazy-string.c: Update.
11395 * python/py-linetable.c: Update.
11396 * python/py-objfile.c: Update.
11397 * python/py-param.c: Update.
11398 * python/py-prettyprint.c: Update.
11399 * python/py-progspace.c: Update.
11400 * python/py-record-btrace.c: Update.
11401 * python/py-record.c: Update.
11402 * python/py-symbol.c: Update.
11403 * python/py-type.c: Update.
11404 * python/py-unwind.c: Update.
11405 * python/py-utils.c: Update.
11406 * python/py-value.c: Update.
11407 * python/python.c: Update.
11408 * record-btrace.c: Update.
11409 * record-full.c: Update.
11410 * remote-fileio.c: Update.
11411 * remote.c: Update.
11412 * riscv-tdep.c: Update.
11413 * rs6000-aix-tdep.c: Update.
11414 * rs6000-tdep.c: Update.
11415 * rust-exp.y: Update.
11416 * rust-lang.c: Update.
11417 * s390-tdep.c: Update.
11418 * selftest-arch.c: Update.
11419 * solib-dsbt.c: Update.
11420 * solib-frv.c: Update.
11421 * solib-spu.c: Update.
11422 * solib-svr4.c: Update.
11423 * solib.c: Update.
11424 * sparc64-linux-tdep.c: Update.
11425 * stack.c: Update.
11426 * symfile-mem.c: Update.
11427 * symmisc.c: Update.
11428 * target.c: Update.
11429 * thread.c: Update.
11430 * top.c: Update.
11431 * tracefile-tfile.c: Update.
11432 * tui/tui.c: Update.
11433 * typeprint.c: Update.
11434 * unittests/cli-utils-selftests.c: Update.
11435 * unittests/parse-connection-spec-selftests.c: Update.
11436 * valops.c: Update.
11437 * valprint.c: Update.
11438 * value.c: Update.
11439 * varobj.c: Update.
11440 * windows-nat.c: Update.
11441 * x86-linux-nat.c: Update.
11442 * xml-support.c: Update.
11443
11444 2019-04-08 Tom Tromey <tom@tromey.com>
11445
11446 * xml-support.c: Use C++ exception handling.
11447 * x86-linux-nat.c: Use C++ exception handling.
11448 * windows-nat.c: Use C++ exception handling.
11449 * varobj.c: Use C++ exception handling.
11450 * value.c: Use C++ exception handling.
11451 * valprint.c: Use C++ exception handling.
11452 * valops.c: Use C++ exception handling.
11453 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11454 handling.
11455 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11456 * typeprint.c: Use C++ exception handling.
11457 * tui/tui.c: Use C++ exception handling.
11458 * tracefile-tfile.c: Use C++ exception handling.
11459 * top.c: Use C++ exception handling.
11460 * thread.c: Use C++ exception handling.
11461 * target.c: Use C++ exception handling.
11462 * symmisc.c: Use C++ exception handling.
11463 * symfile-mem.c: Use C++ exception handling.
11464 * stack.c: Use C++ exception handling.
11465 * sparc64-linux-tdep.c: Use C++ exception handling.
11466 * solib.c: Use C++ exception handling.
11467 * solib-svr4.c: Use C++ exception handling.
11468 * solib-spu.c: Use C++ exception handling.
11469 * solib-frv.c: Use C++ exception handling.
11470 * solib-dsbt.c: Use C++ exception handling.
11471 * selftest-arch.c: Use C++ exception handling.
11472 * s390-tdep.c: Use C++ exception handling.
11473 * rust-lang.c: Use C++ exception handling.
11474 * rust-exp.y: Use C++ exception handling.
11475 * rs6000-tdep.c: Use C++ exception handling.
11476 * rs6000-aix-tdep.c: Use C++ exception handling.
11477 * riscv-tdep.c: Use C++ exception handling.
11478 * remote.c: Use C++ exception handling.
11479 * remote-fileio.c: Use C++ exception handling.
11480 * record-full.c: Use C++ exception handling.
11481 * record-btrace.c: Use C++ exception handling.
11482 * python/python.c: Use C++ exception handling.
11483 * python/py-value.c: Use C++ exception handling.
11484 * python/py-utils.c: Use C++ exception handling.
11485 * python/py-unwind.c: Use C++ exception handling.
11486 * python/py-type.c: Use C++ exception handling.
11487 * python/py-symbol.c: Use C++ exception handling.
11488 * python/py-record.c: Use C++ exception handling.
11489 * python/py-record-btrace.c: Use C++ exception handling.
11490 * python/py-progspace.c: Use C++ exception handling.
11491 * python/py-prettyprint.c: Use C++ exception handling.
11492 * python/py-param.c: Use C++ exception handling.
11493 * python/py-objfile.c: Use C++ exception handling.
11494 * python/py-linetable.c: Use C++ exception handling.
11495 * python/py-lazy-string.c: Use C++ exception handling.
11496 * python/py-infthread.c: Use C++ exception handling.
11497 * python/py-inferior.c: Use C++ exception handling.
11498 * python/py-gdb-readline.c: Use C++ exception handling.
11499 * python/py-framefilter.c: Use C++ exception handling.
11500 * python/py-frame.c: Use C++ exception handling.
11501 * python/py-finishbreakpoint.c: Use C++ exception handling.
11502 * python/py-cmd.c: Use C++ exception handling.
11503 * python/py-breakpoint.c: Use C++ exception handling.
11504 * python/py-arch.c: Use C++ exception handling.
11505 * printcmd.c: Use C++ exception handling.
11506 * ppc-linux-tdep.c: Use C++ exception handling.
11507 * parse.c: Use C++ exception handling.
11508 * p-valprint.c: Use C++ exception handling.
11509 * objc-lang.c: Use C++ exception handling.
11510 * mi/mi-main.c: Use C++ exception handling.
11511 * mi/mi-interp.c: Use C++ exception handling.
11512 * mi/mi-cmd-stack.c: Use C++ exception handling.
11513 * mi/mi-cmd-break.c: Use C++ exception handling.
11514 * main.c: Use C++ exception handling.
11515 * linux-thread-db.c: Use C++ exception handling.
11516 * linux-tdep.c: Use C++ exception handling.
11517 * linux-nat.c: Use C++ exception handling.
11518 * linux-fork.c: Use C++ exception handling.
11519 * linespec.c: Use C++ exception handling.
11520 * language.c: Use C++ exception handling.
11521 * jit.c: Use C++ exception handling.
11522 * infrun.c: Use C++ exception handling.
11523 * infcmd.c: Use C++ exception handling.
11524 * infcall.c: Use C++ exception handling.
11525 * inf-loop.c: Use C++ exception handling.
11526 * i386-tdep.c: Use C++ exception handling.
11527 * i386-linux-tdep.c: Use C++ exception handling.
11528 * guile/scm-value.c: Use C++ exception handling.
11529 * guile/scm-type.c: Use C++ exception handling.
11530 * guile/scm-symtab.c: Use C++ exception handling.
11531 * guile/scm-symbol.c: Use C++ exception handling.
11532 * guile/scm-pretty-print.c: Use C++ exception handling.
11533 * guile/scm-ports.c: Use C++ exception handling.
11534 * guile/scm-param.c: Use C++ exception handling.
11535 * guile/scm-math.c: Use C++ exception handling.
11536 * guile/scm-lazy-string.c: Use C++ exception handling.
11537 * guile/scm-frame.c: Use C++ exception handling.
11538 * guile/scm-disasm.c: Use C++ exception handling.
11539 * guile/scm-cmd.c: Use C++ exception handling.
11540 * guile/scm-breakpoint.c: Use C++ exception handling.
11541 * guile/scm-block.c: Use C++ exception handling.
11542 * guile/guile-internal.h: Use C++ exception handling.
11543 * gnu-v3-abi.c: Use C++ exception handling.
11544 * gdbtypes.c: Use C++ exception handling.
11545 * frame.c: Use C++ exception handling.
11546 * frame-unwind.c: Use C++ exception handling.
11547 * fbsd-tdep.c: Use C++ exception handling.
11548 * f-valprint.c: Use C++ exception handling.
11549 * exec.c: Use C++ exception handling.
11550 * event-top.c: Use C++ exception handling.
11551 * event-loop.c: Use C++ exception handling.
11552 * eval.c: Use C++ exception handling.
11553 * dwarf2read.c: Use C++ exception handling.
11554 * dwarf2loc.c: Use C++ exception handling.
11555 * dwarf2-frame.c: Use C++ exception handling.
11556 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11557 * dwarf-index-write.c: Use C++ exception handling.
11558 * dwarf-index-cache.c: Use C++ exception handling.
11559 * dtrace-probe.c: Use C++ exception handling.
11560 * disasm-selftests.c: Use C++ exception handling.
11561 * darwin-nat.c: Use C++ exception handling.
11562 * cp-valprint.c: Use C++ exception handling.
11563 * cp-support.c: Use C++ exception handling.
11564 * cp-abi.c: Use C++ exception handling.
11565 * corelow.c: Use C++ exception handling.
11566 * completer.c: Use C++ exception handling.
11567 * compile/compile-object-run.c: Use C++ exception handling.
11568 * compile/compile-object-load.c: Use C++ exception handling.
11569 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11570 * compile/compile-c-symbols.c: Use C++ exception handling.
11571 * common/selftest.c: Use C++ exception handling.
11572 * common/new-op.c: Use C++ exception handling.
11573 * cli/cli-script.c: Use C++ exception handling.
11574 * cli/cli-interp.c: Use C++ exception handling.
11575 * cli/cli-cmds.c: Use C++ exception handling.
11576 * c-varobj.c: Use C++ exception handling.
11577 * btrace.c: Use C++ exception handling.
11578 * breakpoint.c: Use C++ exception handling.
11579 * break-catch-throw.c: Use C++ exception handling.
11580 * arch-utils.c: Use C++ exception handling.
11581 * amd64-tdep.c: Use C++ exception handling.
11582 * ada-valprint.c: Use C++ exception handling.
11583 * ada-typeprint.c: Use C++ exception handling.
11584 * ada-lang.c: Use C++ exception handling.
11585 * aarch64-tdep.c: Use C++ exception handling.
11586
11587 2019-04-08 Tom Tromey <tom@tromey.com>
11588
11589 * xml-support.c (gdb_xml_parser::parse): Update.
11590 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11591 * value.c (show_convenience): Update.
11592 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11593 (test_parse_flags_qcs): Update.
11594 * thread.c (thr_try_catch_cmd): Update.
11595 * target.c (target_translate_tls_address): Update.
11596 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11597 (info_frame_command_core, frame_apply_command_count): Update.
11598 * rust-exp.y (rust_lex_exception_test): Update.
11599 * riscv-tdep.c (riscv_print_one_register_info): Update.
11600 * remote.c (remote_target::enable_btrace): Update.
11601 * record-btrace.c (record_btrace_enable_warn): Update.
11602 * python/py-utils.c (gdbpy_convert_exception): Update.
11603 * printcmd.c (do_one_display, print_variable_and_value): Update.
11604 * mi/mi-main.c (mi_print_exception): Update.
11605 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11606 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11607 * linux-nat.c (linux_nat_target::attach): Update.
11608 * linux-fork.c (class scoped_switch_fork_info): Update.
11609 * infrun.c (displaced_step_prepare): Update.
11610 * infcall.c (call_function_by_hand_dummy): Update.
11611 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11612 * gnu-v3-abi.c (print_one_vtable): Update.
11613 * frame.c (get_prev_frame_always): Update.
11614 * f-valprint.c (info_common_command_for_block): Update.
11615 * exec.c (try_open_exec_file): Update.
11616 * exceptions.c (print_exception, exception_print)
11617 (exception_fprintf, exception_print_same): Update.
11618 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11619 * dwarf-index-cache.c (index_cache::store)
11620 (index_cache::lookup_gdb_index): Update.
11621 * darwin-nat.c (maybe_cache_shell): Update.
11622 * cp-valprint.c (cp_print_value_fields): Update.
11623 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11624 (gcc_cplus_symbol_address): Update.
11625 * compile/compile-c-symbols.c (gcc_convert_symbol)
11626 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11627 * common/selftest.c: Update.
11628 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11629 a std::string.
11630 (exception_try_scope_entry, exception_try_scope_exit): Don't
11631 declare.
11632 (struct exception_try_scope): Remove.
11633 (TRY): Don't use exception_try_scope.
11634 (struct gdb_exception): Add constructor, operator=.
11635 <what>: New method.
11636 (struct gdb_exception_RETURN_MASK_ALL)
11637 (struct gdb_exception_RETURN_MASK_ERROR)
11638 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11639 (struct gdb_quit_bad_alloc): Update.
11640 * common/common-exceptions.c (exception_none): Change
11641 initializer.
11642 (struct catcher) <state, exception>: Initialize inline.
11643 <prev>: Remove member.
11644 (current_catcher): Remove.
11645 (catchers): New global.
11646 (exceptions_state_mc_init): Simplify.
11647 (catcher_pop): Remove.
11648 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11649 (try_scope_depth, exception_try_scope_entry)
11650 (exception_try_scope_exit): Remove.
11651 (throw_exception_sjlj): Update.
11652 (exception_messages, exception_messages_size): Remove.
11653 (throw_it): Simplify.
11654 (gdb_exception_sliced_copy): Remove.
11655 (throw_exception_cxx): Update.
11656 * cli/cli-script.c (script_from_file): Update.
11657 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11658 Update.
11659 * ada-valprint.c (ada_val_print): Update.
11660 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11661 (create_excep_cond_exprs): Update.
11662
11663 2019-04-08 Tom Tromey <tom@tromey.com>
11664
11665 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11666 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11667 (TRY, CATCH, END_CATCH): Remove some definitions.
11668 * common/common-exceptions.c: Don't use GDB_XCPT.
11669 (catcher_list_size): Remove.
11670 (throw_exception, throw_it): Simplify.
11671
11672 2019-04-05 Tom Tromey <tom@tromey.com>
11673
11674 Revert the header-sorting patch.
11675 * ft32-tdep.c: Revert.
11676 * frv-tdep.c: Revert.
11677 * frv-linux-tdep.c: Revert.
11678 * frame.c: Revert.
11679 * frame-unwind.c: Revert.
11680 * frame-base.c: Revert.
11681 * fork-child.c: Revert.
11682 * findvar.c: Revert.
11683 * findcmd.c: Revert.
11684 * filesystem.c: Revert.
11685 * filename-seen-cache.h: Revert.
11686 * filename-seen-cache.c: Revert.
11687 * fbsd-tdep.c: Revert.
11688 * fbsd-nat.h: Revert.
11689 * fbsd-nat.c: Revert.
11690 * f-valprint.c: Revert.
11691 * f-typeprint.c: Revert.
11692 * f-lang.c: Revert.
11693 * extension.h: Revert.
11694 * extension.c: Revert.
11695 * extension-priv.h: Revert.
11696 * expprint.c: Revert.
11697 * exec.h: Revert.
11698 * exec.c: Revert.
11699 * exceptions.c: Revert.
11700 * event-top.c: Revert.
11701 * event-loop.c: Revert.
11702 * eval.c: Revert.
11703 * elfread.c: Revert.
11704 * dwarf2read.h: Revert.
11705 * dwarf2read.c: Revert.
11706 * dwarf2loc.c: Revert.
11707 * dwarf2expr.h: Revert.
11708 * dwarf2expr.c: Revert.
11709 * dwarf2-frame.c: Revert.
11710 * dwarf2-frame-tailcall.c: Revert.
11711 * dwarf-index-write.h: Revert.
11712 * dwarf-index-write.c: Revert.
11713 * dwarf-index-common.c: Revert.
11714 * dwarf-index-cache.h: Revert.
11715 * dwarf-index-cache.c: Revert.
11716 * dummy-frame.c: Revert.
11717 * dtrace-probe.c: Revert.
11718 * disasm.h: Revert.
11719 * disasm.c: Revert.
11720 * disasm-selftests.c: Revert.
11721 * dictionary.c: Revert.
11722 * dicos-tdep.c: Revert.
11723 * demangle.c: Revert.
11724 * dcache.h: Revert.
11725 * dcache.c: Revert.
11726 * darwin-nat.h: Revert.
11727 * darwin-nat.c: Revert.
11728 * darwin-nat-info.c: Revert.
11729 * d-valprint.c: Revert.
11730 * d-namespace.c: Revert.
11731 * d-lang.c: Revert.
11732 * ctf.c: Revert.
11733 * csky-tdep.c: Revert.
11734 * csky-linux-tdep.c: Revert.
11735 * cris-tdep.c: Revert.
11736 * cris-linux-tdep.c: Revert.
11737 * cp-valprint.c: Revert.
11738 * cp-support.c: Revert.
11739 * cp-namespace.c: Revert.
11740 * cp-abi.c: Revert.
11741 * corelow.c: Revert.
11742 * corefile.c: Revert.
11743 * continuations.c: Revert.
11744 * completer.h: Revert.
11745 * completer.c: Revert.
11746 * complaints.c: Revert.
11747 * coffread.c: Revert.
11748 * coff-pe-read.c: Revert.
11749 * cli-out.h: Revert.
11750 * cli-out.c: Revert.
11751 * charset.c: Revert.
11752 * c-varobj.c: Revert.
11753 * c-valprint.c: Revert.
11754 * c-typeprint.c: Revert.
11755 * c-lang.c: Revert.
11756 * buildsym.c: Revert.
11757 * buildsym-legacy.c: Revert.
11758 * build-id.h: Revert.
11759 * build-id.c: Revert.
11760 * btrace.c: Revert.
11761 * bsd-uthread.c: Revert.
11762 * breakpoint.h: Revert.
11763 * breakpoint.c: Revert.
11764 * break-catch-throw.c: Revert.
11765 * break-catch-syscall.c: Revert.
11766 * break-catch-sig.c: Revert.
11767 * blockframe.c: Revert.
11768 * block.c: Revert.
11769 * bfin-tdep.c: Revert.
11770 * bfin-linux-tdep.c: Revert.
11771 * bfd-target.c: Revert.
11772 * bcache.c: Revert.
11773 * ax-general.c: Revert.
11774 * ax-gdb.h: Revert.
11775 * ax-gdb.c: Revert.
11776 * avr-tdep.c: Revert.
11777 * auxv.c: Revert.
11778 * auto-load.c: Revert.
11779 * arm-wince-tdep.c: Revert.
11780 * arm-tdep.c: Revert.
11781 * arm-symbian-tdep.c: Revert.
11782 * arm-pikeos-tdep.c: Revert.
11783 * arm-obsd-tdep.c: Revert.
11784 * arm-nbsd-tdep.c: Revert.
11785 * arm-nbsd-nat.c: Revert.
11786 * arm-linux-tdep.c: Revert.
11787 * arm-linux-nat.c: Revert.
11788 * arm-fbsd-tdep.c: Revert.
11789 * arm-fbsd-nat.c: Revert.
11790 * arm-bsd-tdep.c: Revert.
11791 * arch-utils.c: Revert.
11792 * arc-tdep.c: Revert.
11793 * arc-newlib-tdep.c: Revert.
11794 * annotate.h: Revert.
11795 * annotate.c: Revert.
11796 * amd64-windows-tdep.c: Revert.
11797 * amd64-windows-nat.c: Revert.
11798 * amd64-tdep.c: Revert.
11799 * amd64-sol2-tdep.c: Revert.
11800 * amd64-obsd-tdep.c: Revert.
11801 * amd64-obsd-nat.c: Revert.
11802 * amd64-nbsd-tdep.c: Revert.
11803 * amd64-nbsd-nat.c: Revert.
11804 * amd64-nat.c: Revert.
11805 * amd64-linux-tdep.c: Revert.
11806 * amd64-linux-nat.c: Revert.
11807 * amd64-fbsd-tdep.c: Revert.
11808 * amd64-fbsd-nat.c: Revert.
11809 * amd64-dicos-tdep.c: Revert.
11810 * amd64-darwin-tdep.c: Revert.
11811 * amd64-bsd-nat.c: Revert.
11812 * alpha-tdep.c: Revert.
11813 * alpha-obsd-tdep.c: Revert.
11814 * alpha-nbsd-tdep.c: Revert.
11815 * alpha-mdebug-tdep.c: Revert.
11816 * alpha-linux-tdep.c: Revert.
11817 * alpha-linux-nat.c: Revert.
11818 * alpha-bsd-tdep.c: Revert.
11819 * alpha-bsd-nat.c: Revert.
11820 * aix-thread.c: Revert.
11821 * agent.c: Revert.
11822 * addrmap.c: Revert.
11823 * ada-varobj.c: Revert.
11824 * ada-valprint.c: Revert.
11825 * ada-typeprint.c: Revert.
11826 * ada-tasks.c: Revert.
11827 * ada-lang.c: Revert.
11828 * aarch64-tdep.c: Revert.
11829 * aarch64-ravenscar-thread.c: Revert.
11830 * aarch64-newlib-tdep.c: Revert.
11831 * aarch64-linux-tdep.c: Revert.
11832 * aarch64-linux-nat.c: Revert.
11833 * aarch64-fbsd-tdep.c: Revert.
11834 * aarch64-fbsd-nat.c: Revert.
11835 * aarch32-linux-nat.c: Revert.
11836
11837 2019-04-05 Tom Tromey <tom@tromey.com>
11838
11839 * ft32-tdep.c: Sort headers.
11840 * frv-tdep.c: Sort headers.
11841 * frv-linux-tdep.c: Sort headers.
11842 * frame.c: Sort headers.
11843 * frame-unwind.c: Sort headers.
11844 * frame-base.c: Sort headers.
11845 * fork-child.c: Sort headers.
11846 * findvar.c: Sort headers.
11847 * findcmd.c: Sort headers.
11848 * filesystem.c: Sort headers.
11849 * filename-seen-cache.h: Sort headers.
11850 * filename-seen-cache.c: Sort headers.
11851 * fbsd-tdep.c: Sort headers.
11852 * fbsd-nat.h: Sort headers.
11853 * fbsd-nat.c: Sort headers.
11854 * f-valprint.c: Sort headers.
11855 * f-typeprint.c: Sort headers.
11856 * f-lang.c: Sort headers.
11857 * extension.h: Sort headers.
11858 * extension.c: Sort headers.
11859 * extension-priv.h: Sort headers.
11860 * expprint.c: Sort headers.
11861 * exec.h: Sort headers.
11862 * exec.c: Sort headers.
11863 * exceptions.c: Sort headers.
11864 * event-top.c: Sort headers.
11865 * event-loop.c: Sort headers.
11866 * eval.c: Sort headers.
11867 * elfread.c: Sort headers.
11868 * dwarf2read.h: Sort headers.
11869 * dwarf2read.c: Sort headers.
11870 * dwarf2loc.c: Sort headers.
11871 * dwarf2expr.h: Sort headers.
11872 * dwarf2expr.c: Sort headers.
11873 * dwarf2-frame.c: Sort headers.
11874 * dwarf2-frame-tailcall.c: Sort headers.
11875 * dwarf-index-write.h: Sort headers.
11876 * dwarf-index-write.c: Sort headers.
11877 * dwarf-index-common.c: Sort headers.
11878 * dwarf-index-cache.h: Sort headers.
11879 * dwarf-index-cache.c: Sort headers.
11880 * dummy-frame.c: Sort headers.
11881 * dtrace-probe.c: Sort headers.
11882 * disasm.h: Sort headers.
11883 * disasm.c: Sort headers.
11884 * disasm-selftests.c: Sort headers.
11885 * dictionary.c: Sort headers.
11886 * dicos-tdep.c: Sort headers.
11887 * demangle.c: Sort headers.
11888 * dcache.h: Sort headers.
11889 * dcache.c: Sort headers.
11890 * darwin-nat.h: Sort headers.
11891 * darwin-nat.c: Sort headers.
11892 * darwin-nat-info.c: Sort headers.
11893 * d-valprint.c: Sort headers.
11894 * d-namespace.c: Sort headers.
11895 * d-lang.c: Sort headers.
11896 * ctf.c: Sort headers.
11897 * csky-tdep.c: Sort headers.
11898 * csky-linux-tdep.c: Sort headers.
11899 * cris-tdep.c: Sort headers.
11900 * cris-linux-tdep.c: Sort headers.
11901 * cp-valprint.c: Sort headers.
11902 * cp-support.c: Sort headers.
11903 * cp-namespace.c: Sort headers.
11904 * cp-abi.c: Sort headers.
11905 * corelow.c: Sort headers.
11906 * corefile.c: Sort headers.
11907 * continuations.c: Sort headers.
11908 * completer.h: Sort headers.
11909 * completer.c: Sort headers.
11910 * complaints.c: Sort headers.
11911 * coffread.c: Sort headers.
11912 * coff-pe-read.c: Sort headers.
11913 * cli-out.h: Sort headers.
11914 * cli-out.c: Sort headers.
11915 * charset.c: Sort headers.
11916 * c-varobj.c: Sort headers.
11917 * c-valprint.c: Sort headers.
11918 * c-typeprint.c: Sort headers.
11919 * c-lang.c: Sort headers.
11920 * buildsym.c: Sort headers.
11921 * buildsym-legacy.c: Sort headers.
11922 * build-id.h: Sort headers.
11923 * build-id.c: Sort headers.
11924 * btrace.c: Sort headers.
11925 * bsd-uthread.c: Sort headers.
11926 * breakpoint.h: Sort headers.
11927 * breakpoint.c: Sort headers.
11928 * break-catch-throw.c: Sort headers.
11929 * break-catch-syscall.c: Sort headers.
11930 * break-catch-sig.c: Sort headers.
11931 * blockframe.c: Sort headers.
11932 * block.c: Sort headers.
11933 * bfin-tdep.c: Sort headers.
11934 * bfin-linux-tdep.c: Sort headers.
11935 * bfd-target.c: Sort headers.
11936 * bcache.c: Sort headers.
11937 * ax-general.c: Sort headers.
11938 * ax-gdb.h: Sort headers.
11939 * ax-gdb.c: Sort headers.
11940 * avr-tdep.c: Sort headers.
11941 * auxv.c: Sort headers.
11942 * auto-load.c: Sort headers.
11943 * arm-wince-tdep.c: Sort headers.
11944 * arm-tdep.c: Sort headers.
11945 * arm-symbian-tdep.c: Sort headers.
11946 * arm-pikeos-tdep.c: Sort headers.
11947 * arm-obsd-tdep.c: Sort headers.
11948 * arm-nbsd-tdep.c: Sort headers.
11949 * arm-nbsd-nat.c: Sort headers.
11950 * arm-linux-tdep.c: Sort headers.
11951 * arm-linux-nat.c: Sort headers.
11952 * arm-fbsd-tdep.c: Sort headers.
11953 * arm-fbsd-nat.c: Sort headers.
11954 * arm-bsd-tdep.c: Sort headers.
11955 * arch-utils.c: Sort headers.
11956 * arc-tdep.c: Sort headers.
11957 * arc-newlib-tdep.c: Sort headers.
11958 * annotate.h: Sort headers.
11959 * annotate.c: Sort headers.
11960 * amd64-windows-tdep.c: Sort headers.
11961 * amd64-windows-nat.c: Sort headers.
11962 * amd64-tdep.c: Sort headers.
11963 * amd64-sol2-tdep.c: Sort headers.
11964 * amd64-obsd-tdep.c: Sort headers.
11965 * amd64-obsd-nat.c: Sort headers.
11966 * amd64-nbsd-tdep.c: Sort headers.
11967 * amd64-nbsd-nat.c: Sort headers.
11968 * amd64-nat.c: Sort headers.
11969 * amd64-linux-tdep.c: Sort headers.
11970 * amd64-linux-nat.c: Sort headers.
11971 * amd64-fbsd-tdep.c: Sort headers.
11972 * amd64-fbsd-nat.c: Sort headers.
11973 * amd64-dicos-tdep.c: Sort headers.
11974 * amd64-darwin-tdep.c: Sort headers.
11975 * amd64-bsd-nat.c: Sort headers.
11976 * alpha-tdep.c: Sort headers.
11977 * alpha-obsd-tdep.c: Sort headers.
11978 * alpha-nbsd-tdep.c: Sort headers.
11979 * alpha-mdebug-tdep.c: Sort headers.
11980 * alpha-linux-tdep.c: Sort headers.
11981 * alpha-linux-nat.c: Sort headers.
11982 * alpha-bsd-tdep.c: Sort headers.
11983 * alpha-bsd-nat.c: Sort headers.
11984 * aix-thread.c: Sort headers.
11985 * agent.c: Sort headers.
11986 * addrmap.c: Sort headers.
11987 * ada-varobj.c: Sort headers.
11988 * ada-valprint.c: Sort headers.
11989 * ada-typeprint.c: Sort headers.
11990 * ada-tasks.c: Sort headers.
11991 * ada-lang.c: Sort headers.
11992 * aarch64-tdep.c: Sort headers.
11993 * aarch64-ravenscar-thread.c: Sort headers.
11994 * aarch64-newlib-tdep.c: Sort headers.
11995 * aarch64-linux-tdep.c: Sort headers.
11996 * aarch64-linux-nat.c: Sort headers.
11997 * aarch64-fbsd-tdep.c: Sort headers.
11998 * aarch64-fbsd-nat.c: Sort headers.
11999 * aarch32-linux-nat.c: Sort headers.
12000
12001 2019-04-04 Tom Tromey <tom@tromey.com>
12002
12003 * varobj.c (varobj_create): Update.
12004 * rust-exp.y (struct rust_parser) <update_innermost_block,
12005 lookup_symbol>: New methods.
12006 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
12007 Rename.
12008 (rust_parser::rust_lookup_type)
12009 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12010 * printcmd.c (display_command, do_one_display): Update.
12011 * parser-defs.h (struct parser_state) <parser_state>: Add
12012 "tracker" parameter.
12013 (block_tracker): New member.
12014 (class innermost_block_tracker) <innermost_block_tracker>: Add
12015 "types" parameter.
12016 <reset>: Remove method.
12017 (innermost_block): Don't declare.
12018 (null_post_parser): Update.
12019 * parse.c (innermost_block): Remove global.
12020 (write_dollar_variable): Update.
12021 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
12022 Remove "tracker_types" parameter.
12023 (parse_expression): Add "tracker" parameter.
12024 (parse_expression_for_completion): Update.
12025 (null_post_parser): Add "tracker" parameter.
12026 * p-exp.y: Update rules.
12027 * m2-exp.y: Update rules.
12028 * language.h (struct language_defn) <la_post_parser>: Add
12029 "tracker" parameter.
12030 * go-exp.y: Update rules.
12031 * f-exp.y: Update rules.
12032 * expression.h (parse_expression, parse_exp_1): Add "tracker"
12033 parameter.
12034 * d-exp.y: Update rules.
12035 * c-exp.y: Update rules.
12036 * breakpoint.c (set_breakpoint_condition): Create an
12037 innermost_block_tracker.
12038 (watch_command_1): Likewise.
12039 * ada-lang.c (resolve): Add "tracker" parameter.
12040 (resolve_subexp): Likewise.
12041 * ada-exp.y (write_var_from_sym): Update.
12042
12043 2019-04-04 Tom Tromey <tom@tromey.com>
12044
12045 * type-stack.h: New file.
12046 * type-stack.c: New file.
12047 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
12048 type-stack.h.
12049 (insert_into_type_stack, insert_type, push_type, push_type_int)
12050 (insert_type_address_space, pop_type, pop_type_int)
12051 (pop_typelist, pop_type_stack, append_type_stack)
12052 (push_type_stack, get_type_stack, push_typelist)
12053 (follow_type_instance_flags, follow_types): Don't declare.
12054 * parse.c (type_stack): Remove global.
12055 (parse_exp_in_context): Update.
12056 (insert_into_type_stack, insert_type, push_type, push_type_int)
12057 (insert_type_address_space, pop_type, pop_type_int)
12058 (pop_typelist, pop_type_stack, append_type_stack)
12059 (push_type_stack, get_type_stack, push_typelist)
12060 (follow_type_instance_flags, follow_types): Remove (moved to
12061 type-stack.c).
12062 * f-exp.y (type_stack): New global.
12063 Update rules.
12064 (push_kind_type, f_parse): Update.
12065 * d-exp.y (type_stack): New global.
12066 Update rules.
12067 (d_parse): Update.
12068 * c-exp.y (struct c_parse_state) <type_stack>: New member.
12069 Update rules.
12070 * Makefile.in (COMMON_SFILES): Add type-stack.c.
12071 (HFILES_NO_SRCDIR): Add type-stack.h.
12072
12073 2019-04-04 Tom Tromey <tom@tromey.com>
12074
12075 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
12076 (rust_parser::convert_ast_to_expression, rust_parse)
12077 (rust_lex_test_completion, rust_lex_tests): Update.
12078 * parser-defs.h (struct expr_completion_state): New.
12079 (struct parser_state) <parser_state>: Add completion parameter.
12080 <mark_struct_expression, mark_completion_tag>: New methods.
12081 <parse_completion, m_completion_state>: New members.
12082 (prefixify_expression, null_post_parser): Update.
12083 (mark_struct_expression, mark_completion_tag): Don't declare.
12084 * parse.c (parse_completion, expout_last_struct)
12085 (expout_tag_completion_type, expout_completion_name): Remove
12086 globals.
12087 (parser_state::mark_struct_expression)
12088 (parser_state::mark_completion_tag): Now methods.
12089 (prefixify_expression): Add last_struct parameter.
12090 (prefixify_subexp): Likewise.
12091 (parse_exp_1): Update.
12092 (parse_exp_in_context): Add cstate parameter. Update.
12093 (parse_expression_for_completion): Create an
12094 expr_completion_state.
12095 (null_post_parser): Add "completion" parameter.
12096 * p-exp.y: Update rules.
12097 (yylex): Update.
12098 * language.h (struct language_defn) <la_post_parser>: Add
12099 "completing" parameter.
12100 * go-exp.y: Update rules.
12101 (lex_one_token): Update.
12102 * expression.h (parse_completion): Don't declare.
12103 * d-exp.y: Update rules.
12104 (lex_one_token): Update rules.
12105 * c-exp.y: Update rules.
12106 (lex_one_token): Update.
12107 * ada-lang.c (resolve): Add "parse_completion" parameter.
12108 (resolve_subexp): Likewise.
12109 (ada_resolve_function): Likewise.
12110
12111 2019-04-04 Tom Tromey <tom@tromey.com>
12112
12113 * parser-defs.h (struct parser_state) <start_arglist,
12114 end_arglist>: New methods.
12115 <arglist_len, m_funcall_chain>: New members.
12116 (arglist_len, start_arglist, end_arglist): Don't declare.
12117 * parse.c (arglist_len, funcall_chain): Remove global.
12118 (start_arglist, end_arglist): Remove functions.
12119 (parse_exp_in_context): Update.
12120 * p-exp.y: Update rules.
12121 * m2-exp.y: Update rules.
12122 * go-exp.y: Update rules.
12123 * f-exp.y: Update rules.
12124 * d-exp.y: Update rules.
12125 * c-exp.y: Update rules.
12126
12127 2019-04-04 Tom Tromey <tom@tromey.com>
12128
12129 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
12130 lex_operator, push_back>: New methods.
12131 Update all rules.
12132 (rust_parser::lex_hex, lex_escape): Rename and update.
12133 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
12134 (rust_parser::lex_operator): Rename and update.
12135 (rust_parser::lex_number, rustyylex, rustyyerror)
12136 (rust_lex_test_init, rust_lex_test_sequence)
12137 (rust_lex_test_push_back, rust_lex_tests): Update.
12138 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
12139 parameter.
12140 <lexptr, prev_lexptr>: New members.
12141 (lexptr, prev_lexptr): Don't declare.
12142 * parse.c (lexptr, prev_lexptr): Remove globals.
12143 (parse_exp_in_context): Update.
12144 * p-exp.y (yylex, yyerror): Update.
12145 * m2-exp.y (parse_number, yylex, yyerror): Update.
12146 * go-exp.y (lex_one_token, yyerror): Update.
12147 * f-exp.y (match_string_literal, yylex, yyerror): Update.
12148 * d-exp.y (lex_one_token, yyerror): Update.
12149 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
12150 (lex_one_token, yyerror): Update.
12151 * ada-lex.l (YY_INPUT): Update.
12152 (rewind_to_char): Update.
12153 * ada-exp.y (yyerror): Update.
12154
12155 2019-04-04 Tom Tromey <tom@tromey.com>
12156
12157 * rust-exp.y (rustyylex, rust_lex_tests): Update.
12158 * parser-defs.h (struct parser_state) <parser_state>: Add new
12159 parameter.
12160 <comma_terminates>: New member.
12161 (comma_terminates): Don't declare global.
12162 * parse.c (comma_terminates): Remove global.
12163 (parse_exp_in_context): Update.
12164 * p-exp.y (yylex): Update.
12165 * m2-exp.y (yylex): Update.
12166 * go-exp.y (lex_one_token): Update.
12167 * f-exp.y (yylex): Update.
12168 * d-exp.y (lex_one_token): Update.
12169 * c-exp.y (lex_one_token): Update.
12170 * ada-lex.l: Update.
12171
12172 2019-04-04 Tom Tromey <tom@tromey.com>
12173
12174 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12175 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12176 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12177 * parser-defs.h (paren_depth): Don't declare.
12178 * parse.c (paren_depth): Remove global.
12179 (parse_exp_in_context): Update.
12180 * p-exp.y (paren_depth): New global.
12181 (pascal_parse): Initialize it.
12182 * m2-exp.y (paren_depth): New global.
12183 (m2_parse): Initialize it.
12184 * go-exp.y (paren_depth): New global.
12185 (go_parse): Initialize it.
12186 * f-exp.y (paren_depth): New global.
12187 (f_parse): Initialize it.
12188 * d-exp.y (paren_depth): New global.
12189 (d_parse): Initialize it.
12190 * c-exp.y (paren_depth): New global.
12191 (c_parse): Initialize it.
12192 * ada-lex.l (paren_depth): New global.
12193 (lexer_init): Initialize it.
12194
12195 2019-04-04 Tom Tromey <tom@tromey.com>
12196
12197 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12198 (rust_parser::convert_ast_to_type)
12199 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12200 * parser-defs.h (struct parser_state) <parser_state>: Add
12201 parameters. Initialize new members.
12202 <expression_context_block, expression_context_pc>: New members.
12203 * parse.c (expression_context_block, expression_context_pc):
12204 Remove globals.
12205 (parse_exp_in_context): Update.
12206 * p-exp.y: Update all rules.
12207 (yylex): Update.
12208 * m2-exp.y: Update all rules.
12209 (yylex): Update.
12210 * go-exp.y (yylex): Update.
12211 * f-exp.y (yylex): Update.
12212 * d-exp.y: Update all rules.
12213 (yylex): Update.
12214 * c-exp.y: Update all rules.
12215 (lex_one_token, classify_name, yylex, c_parse): Update.
12216 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12217
12218 2019-04-04 Tom Tromey <tom@tromey.com>
12219
12220 * gdbarch.h, gdbarch.c: Rebuild.
12221 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12222 * stap-probe.h:
12223 (struct stap_parse_info): Replace "parser_state" with
12224 "expr_builder".
12225 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12226 (parser_state): New class.
12227 * parse.c (expr_builder): Rename.
12228 (expr_builder::release): Rename.
12229 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12230 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12231 (write_exp_elt_longcst, write_exp_elt_floatcst)
12232 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12233 (write_exp_string_vector, write_exp_bitstring)
12234 (write_exp_msymbol, mark_struct_expression)
12235 (write_dollar_variable)
12236 (insert_type_address_space, increase_expout_size): Replace
12237 "parser_state" with "expr_builder".
12238 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12239 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12240 "parser_state" with "expr_builder".
12241
12242 2019-04-04 Tom Tromey <tom@tromey.com>
12243
12244 * rust-exp.y: Replace "parse_language" with method call.
12245 * p-exp.y:
12246 (yylex): Replace "parse_language" with method call.
12247 * m2-exp.y:
12248 (yylex): Replace "parse_language" with method call.
12249 * go-exp.y (classify_name): Replace "parse_language" with method
12250 call.
12251 * f-exp.y (yylex): Replace "parse_language" with method call.
12252 * d-exp.y (lex_one_token): Replace "parse_language" with method
12253 call.
12254 * c-exp.y:
12255 (lex_one_token, classify_name, yylex): Replace "parse_language"
12256 with method call.
12257 * ada-exp.y (find_primitive_type, type_char)
12258 (type_system_address): Replace "parse_language" with method call.
12259
12260 2019-04-04 Tom Tromey <tom@tromey.com>
12261
12262 * rust-exp.y: Replace "parse_gdbarch" with method call.
12263 * parse.c (write_dollar_variable, insert_type_address_space):
12264 Replace "parse_gdbarch" with method call.
12265 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12266 call.
12267 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12268 call.
12269 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12270 "parse_gdbarch" with method call.
12271 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12272 with method call.
12273 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12274 "parse_gdbarch" with method call.
12275 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12276 "parse_gdbarch" with method call.
12277 * c-exp.y (parse_type, parse_number, classify_name): Replace
12278 "parse_gdbarch" with method call.
12279 * ada-lex.l: Replace "parse_gdbarch" with method call.
12280 * ada-exp.y (parse_type, find_primitive_type, type_char)
12281 (type_system_address): Replace "parse_gdbarch" with method call.
12282
12283 2019-04-04 Tom Tromey <tom@tromey.com>
12284
12285 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12286 * stap-probe.c (stap_parse_argument): Update.
12287 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12288 initial_size parameter.
12289 * rust-exp.y (rust_lex_tests): Update.
12290 * parse.c (parser_state): Update.
12291 (parse_exp_in_context): Update.
12292 * parser-defs.h (struct parser_state) <parser_state>: Remove
12293 "initial_size" parameter.
12294
12295 2019-04-04 Tom Tromey <tom@tromey.com>
12296
12297 * parser-defs.h (increase_expout_size): Don't declare.
12298 * parse.c (increase_expout_size): Now static.
12299
12300 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12301
12302 * gnu-nat.c (gnu_nat_target::wait): Fix
12303 target_waitstatus_to_string call.
12304
12305 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12306
12307 * eval.c (evaluate_subexp_standard): Handle internal functions
12308 during Fortran function call handling.
12309
12310 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12311
12312 * NEWS: Mention new internal functions.
12313 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12314 (read_base_type): Use dwarf2_init_complex_target_type.
12315 * value.c (creal_internal_fn): New function.
12316 (cimag_internal_fn): New function.
12317 (_initialize_values): Register new internal functions.
12318
12319 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12320
12321 * infrun.c (stop_all_threads): If debug_infrun, always
12322 trace the wait status after wait_one, using
12323 target_waitstatus_to_string and target_pid_to_str.
12324 (handle_inferior_event): Replace various trace of
12325 wait status kind by a single trace.
12326 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12327 wait status kind image by target_waitstatus_to_string.
12328 * target/waitstatus.c (target_waitstatus_to_string): Fix
12329 obsolete comment.
12330
12331 2019-04-01 Tom Tromey <tromey@adacore.com>
12332
12333 PR symtab/23331:
12334 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12335
12336 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12337 Pedro Alves <palves@redhat.com>
12338
12339 * top.c (quit_force): Call 'finalize_values'.
12340 * value.c (finalize_values): New function.
12341 * value.h (finalize_values): Declare.
12342
12343 2019-03-30 Eli Zaretskii <eliz@gnu.org>
12344
12345 * NEWS: Announce $_gdb_major and $_gdb_minor.
12346
12347 * top.c (init_gdb_version_vars): New function.
12348 (gdb_init): Call init_gdb_version_vars.
12349
12350 2019-03-29 Tom Tromey <tromey@adacore.com>
12351
12352 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12353 help text. Remove dead code.
12354
12355 2019-03-29 Keith Seitz <keiths@redhat.com>
12356
12357 From Siddhesh Poyarekar:
12358 * f-lang.h (f77_get_upperbound): Return LONGEST.
12359 (f77_get_lowerbound): Likewise.
12360 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12361 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12362 print them.
12363 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12364 plongest to format print it.
12365 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12366 (f77_get_upperbound): Likewise.
12367 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12368 LOWER_BOUND to LONGEST.
12369 (f77_create_arrayprint_offset_tbl): Likewise.
12370
12371 2019-03-29 Keith Seitz <keiths@redhat.com>
12372
12373 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12374 %s/pulongest for TYPE_LENGTH instead of %d in format
12375 strings.
12376 * ada-typerint.c (ada_print_type): Likewise.
12377 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12378 * compile/compile-c-support.c (generate_register_struct): Likewise.
12379 * gdbtypes.c (recursive_dump_type): Likewise.
12380 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12381 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12382 instead of %d in format strings.
12383 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12384 to std::min to ULONGEST.
12385 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12386 instead of %d in format strings.
12387 * tracepoint.c (info_scope_command): Likewise.
12388 * typeprint.c (print_offset_data::update)
12389 (print_offset_data::finish): Likewise.
12390 * xtensa-tdep.c (xtensa_store_return_value)
12391 (xtensa_push_dummy_call): Likewise.
12392
12393 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12394
12395 * windows-nat.c (display_selector): Fixed format specifications
12396 for 64-bit Cygwin.
12397
12398 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12399
12400 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12401
12402 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12403
12404 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12405 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12406 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12407 (nios2_linux_init_abi): Install it.
12408
12409 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12410
12411 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12412
12413 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12414
12415 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12416
12417 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12418 Tom Tromey <tromey@adacore.com>
12419
12420 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12421
12422 2019-03-26 Joel Brobecker <brobecker@adacore.com>
12423
12424 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12425 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12426 method to compute the bounds of range types. Also print "[evaluated]"
12427 if the bounds' values come from a dynamic evaluation.
12428
12429 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12430
12431 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12432 whitespace when pretty printing is on.
12433
12434 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12435
12436 * ppc-linux-nat.c: Add include.
12437
12438 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12439
12440 * NEWS: Mention AArch64 Pointer Authentication.
12441
12442 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12443
12444 * arm-linux-nat.c: Add include.
12445
12446 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12447
12448 * source-cache.c (source_cache::get_source_lines): Re-read
12449 fullname after calling open_source_file.
12450
12451 2019-03-25 John Baldwin <jhb@FreeBSD.org>
12452
12453 * NEWS: Mention TLS support for FreeBSD.
12454
12455 2019-03-25 Tom Tromey <tromey@adacore.com>
12456
12457 * minsyms.c (BUNCH_SIZE): Update comment.
12458 (~minimal_symbol_reader): Remove old comment.
12459 (compact_minimal_symbols): Update comment.
12460 (minimal_symbol_reader::install): Remove old comment. Update
12461 other comments.
12462
12463 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12464
12465 * s390-linux-nat.c: Add include.
12466
12467 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12468
12469 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12470 Call linux_get_hwcap.
12471 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12472 Likewise.
12473 (aarch64_linux_get_hwcap): Remove function.
12474 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12475 declaration.
12476 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12477 linux_get_hwcap.
12478 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12479 * linux-tdep.c (linux_get_hwcap): Add function.
12480 (linux_get_hwcap2): Likewise.
12481 * linux-tdep.h (linux_get_hwcap): Add declaration.
12482 (linux_get_hwcap2): Likewise.
12483 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12484 (ppc_linux_get_hwcap2): Likewise.
12485 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12486 linux_get_hwcap.
12487 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12488 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12489 (ppc_linux_nat_target::read_description): Likewise.
12490 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12491 * s390-linux-nat.c: Likewise.
12492 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12493
12494 2019-03-24 Tom Tromey <tom@tromey.com>
12495
12496 * ada-lang.c (standard_lookup): Simplify initialization.
12497 (ada_lookup_symbol_nonlocal): Simplify return.
12498 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12499 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12500 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12501 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12502 initialization.
12503 * solib.c (solib_global_lookup): Simplify.
12504 * symtab.c (null_block_symbol): Remove.
12505 (symbol_cache_lookup): Simplify returns.
12506 (lookup_language_this): Simplify returns.
12507 (lookup_symbol_aux): Simplify return.
12508 (lookup_local_symbol): Simplify returns.
12509 (lookup_global_symbol_from_objfile): Simplify return.
12510 (lookup_symbol_in_objfile_symtabs)
12511 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12512 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12513 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12514 * cp-namespace.c (cp_lookup_bare_symbol)
12515 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12516 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12517 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12518 (cp_lookup_symbol_via_imports): Simplify initialization.
12519 (find_symbol_in_baseclass): Likewise.
12520 * symtab.h (null_block_symbol): Remove.
12521 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12522 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12523 (d_lookup_symbol_module): Likewise.
12524 (find_symbol_in_baseclass): Simplify initialization.
12525
12526 2019-03-24 Tom Tromey <tom@tromey.com>
12527
12528 * expression.h: Don't include symtab.h.
12529 (struct block): Forward declare.
12530
12531 2019-03-24 Tom Tromey <tom@tromey.com>
12532
12533 * c-exp.y (typebase): Remove casts.
12534 * gdbtypes.c (lookup_unsigned_typename, )
12535 (lookup_signed_typename): Remove cast.
12536 * eval.c (parse_to_comma_and_eval): Remove cast.
12537 * parse.c (write_dollar_variable): Remove cast.
12538 * block.h (struct block) <superblock>: Now const.
12539 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12540 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12541 (map_block): Make "block" const.
12542 * symfile.h (struct quick_symbol_functions)
12543 <map_matching_symbols>: Constify block argument to "callback".
12544 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12545 const.
12546 (find_pc_sect_compunit_symtab): Make "b" const.
12547 (find_symbol_at_address): Likewise.
12548 (search_symbols): Likewise.
12549 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12550 (dw2_debug_names_lookup_symbol): Likewise.
12551 (dw2_map_matching_symbols): Update.
12552 * p-valprint.c (pascal_val_print): Remove "block".
12553 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12554 (aux_add_nonlocal_symbols): Make "block" const.
12555 (resolve_subexp): Remove cast.
12556 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12557 const.
12558 (iterate_over_file_blocks): Likewise.
12559 * f-exp.y (%union) <bval>: Remove.
12560 * coffread.c (patch_opaque_types): Make "b" const.
12561 * spu-tdep.c (spu_catch_start): Make "block" const.
12562 * c-valprint.c (print_unpacked_pointer): Remove "block".
12563 * symmisc.c (dump_symtab_1): Make "b" const.
12564 (block_depth): Make "block" const.
12565 * d-exp.y (%union) <bval>: Remove.
12566 * cp-support.h (cp_lookup_rtti_type): Update.
12567 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12568 * psymtab.c (psym_lookup_symbol): Make "block" const.
12569 (maintenance_check_psymtabs): Make "b" const.
12570 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12571 (enumerate_locals, enumerate_args): Update.
12572 * python/py-symtab.c (stpy_global_block): Make "block" const.
12573 (stpy_static_block): Likewise.
12574 * inline-frame.c (block_starting_point_at): Make "new_block"
12575 const.
12576 * block.c (find_block_in_blockvector): Make return type const.
12577 (blockvector_for_pc_sect): Make "b" const.
12578 (find_block_in_blockvector): Make "b" const.
12579
12580 2019-03-23 Tom Tromey <tom@tromey.com>
12581
12582 * varobj.c (varobj_create): Update.
12583 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12584 * printcmd.c (display_command, do_one_display): Don't reset
12585 innermost_block.
12586 * parser-defs.h (enum innermost_block_tracker_type): Move to
12587 expression.h.
12588 (innermost_block): Update comment.
12589 * parse.c (parse_exp_1): Add tracker_types parameter.
12590 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12591 tracker_types parameter. Reset innermost_block.
12592 (parse_exp_in_context): Remove.
12593 (parse_expression_for_completion): Update.
12594 * objfiles.c (~objfile): Don't reset expression_context_block or
12595 innermost_block.
12596 * expression.h (enum innermost_block_tracker_type): Move from
12597 parser-defs.h.
12598 (parse_exp_1): Add tracker_types parameter.
12599 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12600 reset innermost_block.
12601
12602 2019-03-23 Tom Tromey <tom@tromey.com>
12603
12604 * objfiles.h: Include bcache.h.
12605
12606 2019-03-23 Tom Tromey <tom@tromey.com>
12607
12608 * linespec.c (get_current_search_block): Use
12609 scoped_restore_current_language.
12610 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12611
12612 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12613 Jiong Wang <jiong.wang@arm.com>
12614
12615 * aarch64-linux-tdep.c
12616 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12617 section.
12618 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12619
12620 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12621 Jiong Wang <jiong.wang@arm.com>
12622
12623 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12624 instructions.
12625 (aarch64_analyze_prologue_test): Add PACIASP test.
12626 (aarch64_prologue_prev_register): Unmask PC value.
12627
12628 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12629 Jiong Wang <jiong.wang@arm.com>
12630
12631 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12632 (aarch64_dwarf2_prev_register): Unmask PC value.
12633 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12634 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12635 DW_CFA_AARCH64_negate_ra_state.
12636 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12637
12638 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12639 Jiong Wang <jiong.wang@arm.com>
12640
12641 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12642 registers.
12643 (aarch64_pseudo_register_name): Likewise.
12644 (aarch64_pseudo_register_type): Likewise.
12645 (aarch64_pseudo_register_reggroup_p): Likewise.
12646 (aarch64_gdbarch_init): Add pauth registers.
12647 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12648 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12649 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12650 (struct gdbarch_tdep): Add regnum for ra_state.
12651
12652 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12653 Jiong Wang <jiong.wang@arm.com>
12654
12655 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12656
12657 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12658 Jiong Wang <jiong.wang@arm.com>
12659
12660 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12661 function.
12662 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12663 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12664 (aarch64_gdbarch_init): Add puth registers.
12665 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12666 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12667 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12668
12669 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12670 Jiong Wang <jiong.wang@arm.com>
12671
12672 * aarch64-linux-nat.c
12673 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12674 * aarch64-linux-tdep.c
12675 (aarch64_linux_core_read_description): Likewise.
12676 (aarch64_linux_get_hwcap): New function.
12677 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12678 (aarch64_linux_get_hwcap): New declaration.
12679
12680 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12681 Jiong Wang <jiong.wang@arm.com>
12682
12683 * aarch64-linux-nat.c
12684 (aarch64_linux_nat_target::read_description): Add pauth param.
12685 * aarch64-linux-tdep.c
12686 (aarch64_linux_core_read_description): Likewise.
12687 * aarch64-tdep.c (struct target_desc): Add in pauth.
12688 (aarch64_read_description): Add pauth param.
12689 (aarch64_gdbarch_init): Likewise.
12690 * aarch64-tdep.h (aarch64_read_description): Likewise.
12691 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12692 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12693 * features/Makefile: Add new files.
12694 * features/aarch64-pauth.c: New file.
12695 * features/aarch64-pauth.xml: New file.
12696
12697 2019-03-20 Tom Tromey <tromey@adacore.com>
12698
12699 * infrun.c (handle_inferior_event): Rename from
12700 handle_inferior_event_1. Create a scoped_value_mark.
12701 (handle_inferior_event): Remove.
12702
12703 2019-03-19 Tom Tromey <tromey@adacore.com>
12704
12705 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12706 * infrun.h (print_stop_event): Add "displays" parameter.
12707 * infrun.c (print_stop_event): Add "displays" parameter.
12708
12709 2019-03-19 Pedro Alves <palves@redhat.com>
12710
12711 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12712 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12713 to -1. Fix TABs vs spaces.
12714 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12715 * tui/tui-out.h (tui_ui_out) Add intro comments.
12716 <m_line, m_start_of_line>: In-class initialize, and add describing
12717 comment.
12718
12719 2019-03-18 Alan Hayward <alan.hayward@arm.com>
12720
12721 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12722 variable names.
12723 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12724
12725 2019-03-18 Pedro Alves <palves@redhat.com>
12726 Eli Zaretskii <eliz@gnu.org>
12727
12728 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12729 m_line and m_start_of_line.
12730
12731 2019-03-18 Eli Zaretskii <eliz@gnu.org>
12732
12733 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12734 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12735 it returns a newline. This fixes a regression in TU mode, whereby
12736 the next line is output on the same screen line as the user input.
12737
12738 2019-03-18 Tom Tromey <tromey@adacore.com>
12739
12740 * minsyms.c (minimal_symbol_reader::install): Remove call to
12741 obstack_blank.
12742
12743 2019-03-18 Pedro Alves <palves@redhat.com>
12744
12745 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12746 New globals.
12747 (apply_style): New, factored out from ...
12748 (apply_ansi_escape): ... this. Handle reverse video mode.
12749 (tui_set_reverse_mode): New function.
12750 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12751 * tui/tui-winsource.c (tui_show_source_line): Use
12752 tui_set_reverse_mode instead of setting A_STANDOUT.
12753 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12754 New setter methods.
12755
12756 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
12757
12758 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12759 Handle tabs.
12760
12761 2019-03-18 Tom Tromey <tromey@adacore.com>
12762
12763 * ada-lang.c (empty_array): Add "high" parameter.
12764 (ada_evaluate_subexp): Update.
12765
12766 2019-03-17 Sergei Trofimovich <siarheit@google.com>
12767
12768 * unittests/string_view-selftests.c: Define
12769 _initialize_string_view_selftests unconditionally.
12770
12771 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12772
12773 PR gdb/24350
12774 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12775
12776 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12777
12778 PR gdb/24351
12779 * windows-nat.c (display_selector): Fix format specifiers.
12780
12781 2019-03-17 Eli Zaretskii <eliz@gnu.org>
12782
12783 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12784 tui_refill_source_window instead of tui_refresh_win, to update the
12785 current execution line. This fixes redisplay of the current line
12786 when stepping through the code with "next" or "step".
12787
12788 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12789
12790 * source-cache.c (source_cache::get_source_lines): Call
12791 find_source_lines to initialize s->nlines. This fixes vertical
12792 scrolling of TUI source window when the DOWN arrow is pressed.
12793
12794 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12795
12796 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12797 linux-thread-db.c (_initialize_thread_db): Likewise.
12798
12799 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12800
12801 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12802 wclrtoeol in tui_show_source_line". This reverts changes made in
12803 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12804
12805 2019-03-15 Tom Tromey <tom@tromey.com>
12806
12807 * symtab.h (struct minimal_symbol): Derive from
12808 general_symbol_info.
12809 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12810 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12811 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12812 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12813 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12814 (MSYMBOL_SEARCH_NAME): Update.
12815 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12816 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12817 * minsyms.c (minimal_symbol_reader::record_full): Update.
12818
12819 2019-03-15 Tom Tromey <tom@tromey.com>
12820
12821 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12822
12823 2019-03-15 Tom Tromey <tom@tromey.com>
12824
12825 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12826 unique_xmalloc_ptr.
12827 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12828 Update.
12829 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12830 (build_minimal_symbol_hash_tables)
12831 (minimal_symbol_reader::install): Update.
12832
12833 2019-03-15 Tom Tromey <tom@tromey.com>
12834
12835 * symtab.c (create_demangled_names_hash): Update.
12836 (symbol_set_names): Update.
12837 * objfiles.h (struct objfile_per_bfd_storage)
12838 <demangled_names_hash>: Now an htab_up.
12839 * objfiles.c (objfile_per_bfd_storage): Simplify.
12840
12841 2019-03-15 Tom Tromey <tom@tromey.com>
12842
12843 * objfiles.h (struct objfile_per_bfd_storage): Declare
12844 destructor.
12845 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12846 New.
12847 (get_objfile_bfd_data): Use new. Don't initialize
12848 language_of_main.
12849 (free_objfile_per_bfd_storage): Remove.
12850 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12851
12852 2019-03-15 Tom Tromey <tom@tromey.com>
12853
12854 * symfile.c (reread_symbols): Update.
12855 * objfiles.c (objfile::objfile): Update.
12856 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12857 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12858 comment.
12859 (minimal_symbol_reader::install): Update.
12860 (terminate_minimal_symbol_table): Remove.
12861 * jit.c (jit_object_close_impl): Update.
12862
12863 2019-03-15 Tom Tromey <tom@tromey.com>
12864
12865 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12866 initializations.
12867
12868 2019-03-15 Tom Tromey <tom@tromey.com>
12869
12870 * objfiles.h (struct objfile_per_bfd_storage)
12871 <demangled_hash_languages>: Now a bitset.
12872 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12873 (lookup_minimal_symbol): Update.
12874
12875 2019-03-15 Tom Tromey <tom@tromey.com>
12876
12877 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12878 Don't return the symbol.
12879 * coffread.c (record_minimal_symbol): Use record_full.
12880
12881 2019-03-14 Eli Zaretskii <eliz@gnu.org>
12882
12883 The MS-Windows port of ncurses fails to switch to a color pair if
12884 one or both of the colors are the implicit default colors. This
12885 change records the default colors when TUI is initialized, and
12886 then specifies them explicitly when a color pair uses the default
12887 colors. This allows color styling in TUI mode on MS-Windows.
12888
12889 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12890 ncurses_norm_attr.
12891 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12892 colors in ncurses_norm_attr.
12893 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12894 "none", replace it with the default color recorded in
12895 ncurses_norm_attr.
12896
12897 2019-03-14 Tom Tromey <tromey@adacore.com>
12898
12899 * source-cache.h (class source_cache) <get_source_lines>: Return
12900 std::string.
12901 * source-cache.c (source_cache::extract_lines): Handle case where
12902 first_pos==npos. Return std::string.
12903 (source_cache::get_source_lines): Update.
12904
12905 2019-03-14 Tom Tromey <tromey@adacore.com>
12906
12907 * NEWS: Add item for "style sources" commands.
12908 * source-cache.c (source_cache::get_source_lines): Check
12909 source_styling.
12910 * cli/cli-style.c (source_styling): New global.
12911 (_initialize_cli_style): Add "style sources" commands.
12912 (show_style_sources): New function.
12913 * cli/cli-style.h (source_styling): Declare.
12914
12915 2019-03-14 Pedro Alves <palves@redhat.com>
12916 Tom Tromey <tromey@adacore.com>
12917
12918 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12919 * tui/tui-winsource.c (tui_refill_source_window): New function,
12920 from...
12921 (tui_horizontal_source_scroll): ... here. Move some logic.
12922 * cli/cli-style.c (set_style_enabled): Notify new observable.
12923 * tui/tui-hooks.c (tui_redisplay_source): New function.
12924 (tui_attach_detach_observers): Attach or detach
12925 tui_redisplay_source.
12926 * observable.h (source_styling_changed): New observable.
12927 * observable.c: Define source_styling_changed observable.
12928
12929 2019-03-13 Tom Tromey <tromey@adacore.com>
12930
12931 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12932 (i386_gnu_nat_target::store_registers): Update.
12933 * target-debug.h (target_debug_print_std_string): New macro.
12934 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12935 * windows-tdep.c (display_one_tib): Update.
12936 * tui/tui-stack.c (tui_make_status_line): Update.
12937 * top.c (print_inferior_quit_action): Update.
12938 * thread.c (thr_try_catch_cmd): Update.
12939 (add_thread_with_info): Update.
12940 (thread_target_id_str): Update.
12941 (thr_try_catch_cmd): Update.
12942 (thread_command): Update.
12943 (thread_find_command): Update.
12944 * record-btrace.c (record_btrace_target::info_record)
12945 (record_btrace_resume_thread, record_btrace_target::resume)
12946 (record_btrace_cancel_resume, record_btrace_step_thread)
12947 (record_btrace_target::wait, record_btrace_target::wait)
12948 (record_btrace_target::wait, record_btrace_target::stop): Update.
12949 * progspace.c (print_program_space): Update.
12950 * process-stratum-target.c
12951 (process_stratum_target::thread_address_space): Update.
12952 * linux-fork.c (linux_fork_mourn_inferior)
12953 (detach_checkpoint_command, info_checkpoints_command)
12954 (linux_fork_context): Update.
12955 (linux_fork_detach): Update.
12956 (class scoped_switch_fork_info): Update.
12957 (delete_checkpoint_command): Update.
12958 * infrun.c (follow_fork_inferior): Update.
12959 (follow_fork_inferior): Update.
12960 (proceed_after_vfork_done): Update.
12961 (handle_vfork_child_exec_or_exit): Update.
12962 (follow_exec): Update.
12963 (displaced_step_prepare_throw): Update.
12964 (displaced_step_restore): Update.
12965 (start_step_over): Update.
12966 (resume_1): Update.
12967 (clear_proceed_status_thread): Update.
12968 (proceed): Update.
12969 (print_target_wait_results): Update.
12970 (do_target_wait): Update.
12971 (context_switch): Update.
12972 (stop_all_threads): Update.
12973 (restart_threads): Update.
12974 (finish_step_over): Update.
12975 (handle_signal_stop): Update.
12976 (switch_back_to_stepped_thread): Update.
12977 (keep_going_pass_signal): Update.
12978 (print_exited_reason): Update.
12979 (normal_stop): Update.
12980 * inferior.c (inferior_pid_to_str): Change return type.
12981 (print_selected_inferior): Update.
12982 (add_inferior): Update.
12983 (detach_inferior): Update.
12984 * dummy-frame.c (fprint_dummy_frames): Update.
12985 * dcache.c (dcache_info_1): Update.
12986 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12987 (btrace_fetch, btrace_clear): Update.
12988 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12989 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12990 type.
12991 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12992 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12993 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12994 * gdbarch.c, gdbarch.h: Rebuild.
12995 * gdbarch.sh (core_pid_to_str): Change return type.
12996 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12997 return type.
12998 (windows_nat_target::pid_to_str): Change return type.
12999 (windows_delete_thread): Update.
13000 (windows_nat_target::attach): Update.
13001 (windows_nat_target::files_info): Update.
13002 * target-delegates.c: Rebuild.
13003 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
13004 return type.
13005 (sol_thread_target::pid_to_str): Change return type.
13006 * remote.c (class remote_target) <pid_to_str>: Change return
13007 type.
13008 (remote_target::pid_to_str): Change return type.
13009 (extended_remote_target::attach, remote_target::remote_stop_ns)
13010 (remote_target::remote_notif_remove_queued_reply)
13011 (remote_target::push_stop_reply, remote_target::disable_btrace):
13012 Update.
13013 (extended_remote_target::attach): Update.
13014 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
13015 type.
13016 (gdbsim_target::pid_to_str): Change return type.
13017 * ravenscar-thread.c (struct ravenscar_thread_target)
13018 <pid_to_str>: Change return type.
13019 (ravenscar_thread_target::pid_to_str): Change return type.
13020 * procfs.c (class procfs_target) <pid_to_str>: Change return
13021 type.
13022 (procfs_target::pid_to_str): Change return type.
13023 (procfs_target::attach): Update.
13024 (procfs_target::detach): Update.
13025 (procfs_target::fetch_registers): Update.
13026 (procfs_target::store_registers): Update.
13027 (procfs_target::wait): Update.
13028 (procfs_target::files_info): Update.
13029 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
13030 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
13031 return type.
13032 (nto_procfs_target::pid_to_str): Change return type.
13033 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
13034 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
13035 return type.
13036 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
13037 (exit_lwp): Update.
13038 (attach_proc_task_lwp_callback, get_detach_signal)
13039 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
13040 (linux_nat_target::resume, wait_lwp, stop_callback)
13041 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
13042 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
13043 (linux_nat_wait_1, resume_stopped_resumed_lwps)
13044 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
13045 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
13046 type.
13047 (inf_ptrace_target::attach): Update.
13048 (inf_ptrace_target::files_info): Update.
13049 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
13050 type.
13051 (go32_nat_target::pid_to_str): Change return type.
13052 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
13053 (gnu_nat_target::wait): Update.
13054 (gnu_nat_target::wait): Update.
13055 (gnu_nat_target::resume): Update.
13056 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
13057 (fbsd_nat_target::wait): Update.
13058 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
13059 type.
13060 (darwin_nat_target::attach): Update.
13061 * corelow.c (class core_target) <pid_to_str>: Change return type.
13062 (core_target::pid_to_str): Change return type.
13063 * target.c (normal_pid_to_str): Change return type.
13064 (default_pid_to_str): Likewise.
13065 (target_pid_to_str): Change return type.
13066 (target_translate_tls_address): Update.
13067 (target_announce_detach): Update.
13068 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
13069 return type.
13070 (bsd_uthread_target::pid_to_str): Change return type.
13071 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
13072 type.
13073 (bsd_kvm_target::pid_to_str): Change return type.
13074 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
13075 return type.
13076 (aix_thread_target::pid_to_str): Change return type.
13077 * target.h (struct target_ops) <pid_to_str>: Change return type.
13078 (target_pid_to_str, normal_pid_to_str): Likewise.
13079 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
13080 type.
13081 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
13082 type.
13083 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
13084 return type.
13085 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
13086 type.
13087 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
13088 type.
13089 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
13090 return type.
13091
13092 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
13093
13094 * NEWS: Mention that the new default MI version is 3. Mention
13095 changes to the output of commands and events that deal with
13096 multi-location breakpoints.
13097 * breakpoint.c: Include "mi/mi-out.h".
13098 (print_one_breakpoint): Change output syntax if using MI version
13099 >= 3.
13100 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
13101 New.
13102 (mi_multi_location_breakpoint_output_fixed): New.
13103 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
13104 (mi_cmd_fix_multi_location_breakpoint_output): New.
13105 (mi_multi_location_breakpoint_output_fixed): New.
13106 * mi/mi-cmds.c (mi_cmds): Register command
13107 -fix-multi-location-breakpoint-output.
13108 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
13109 interpreter "mi".
13110
13111 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13112
13113 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
13114 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
13115 instantiate mi_ui_out based on interpreter name.
13116 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
13117 * mi/mi-main.c (mi_load_progress): Likewise.
13118
13119 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13120
13121 * NEWS: Combine separate "New targets" sections for 8.3.
13122
13123 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13124
13125 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
13126 (ppcfbsd_init_abi): Install gdbarch
13127 "fetch_tls_load_module_address" and "get_thread_local_address"
13128 methods.
13129
13130 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13131
13132 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
13133 (riscv_fbsd_init_abi): Install gdbarch
13134 "fetch_tls_load_module_address" and "get_thread_local_address"
13135 methods.
13136
13137 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13138
13139 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
13140 (i386fbsd_init_abi): Install gdbarch
13141 "fetch_tls_load_module_address" and "get_thread_local_address"
13142 methods.
13143
13144 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13145
13146 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
13147 (amd64fbsd_init_abi): Install gdbarch
13148 "fetch_tls_load_module_address" and "get_thread_local_address"
13149 methods.
13150
13151 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13152
13153 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
13154 (struct fbsd_pspace_data): New type.
13155 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
13156 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
13157 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
13158 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13159 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13160
13161 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13162
13163 * gdbtypes.c (lookup_struct_elt): New function.
13164 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13165 * gdbtypes.h (struct struct_elt): New type.
13166 (lookup_struct_elt): New prototype.
13167
13168 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13169
13170 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13171 remove disabled code block.
13172
13173 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13174
13175 * gdbarch.sh (get_thread_local_address): New method.
13176 * gdbarch.h, gdbarch.c: Regenerate.
13177 * target.c (target_translate_tls_address): Use
13178 gdbarch_get_thread_local_address if present instead of
13179 target::get_thread_local_address.
13180
13181 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13182
13183 * target.h (target::get_thread_local_address): Update comment.
13184
13185 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13186
13187 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13188 objfile->separate_debug_objfile_backlink if not NULL.
13189
13190 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13191
13192 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13193 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13194 (amd64bsd_store_inferior_registers): Likewise.
13195 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13196 Enable segment base registers.
13197 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13198 PT_GETFSBASE and PT_GETGSBASE.
13199 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13200 PT_SETGSBASE.
13201 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13202 segment base registers.
13203 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13204
13205 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13206
13207 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13208 Update calls to i386_target_description to add 'segments'
13209 parameter.
13210 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13211 add segment base registers.
13212 * arch/i386.c (i386_create_target_description): Add 'segments'
13213 parameter to enable segment base registers.
13214 * arch/i386.h (i386_create_target_description): Likewise.
13215 * features/i386/32bit-segments.xml: New file.
13216 * features/i386/32bit-segments.c: Generate.
13217 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13218 call to i386_target_description to add 'segments' parameter.
13219 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13220 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13221 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13222 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13223 if feature is present.
13224 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13225 Add 'segments' parameter to call to i386_target_description.
13226 (i386_target_description): Add 'segments' parameter to enable
13227 segment base registers.
13228 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13229 to call to i386_target_description.
13230 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13231 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13232 Define I386_NUM_REGS.
13233 (i386_target_description): Add 'segments' parameter to enable
13234 segment base registers.
13235
13236 2019-03-12 Eli Zaretskii <eliz@gnu.org>
13237
13238 PR/24325
13239 * source-cache.c: #undef open and close, to avoid unresolved
13240 externals during linking.
13241
13242 2019-03-12 Tom Tromey <tromey@adacore.com>
13243
13244 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13245 const. Add initializers.
13246 (_initialize_remote): Don't initialize ptid globals.
13247
13248 2019-03-12 Pedro Alves <palves@redhat.com>
13249
13250 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13251
13252 2019-03-12 Pedro Alves <palves@redhat.com>
13253
13254 * cp-name-parser.y (main): Remove unused 'len' variable.
13255
13256 2019-03-12 Tom Tromey <tromey@adacore.com>
13257
13258 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13259 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13260
13261 2019-03-12 Tom Tromey <tromey@adacore.com>
13262
13263 * linux-nat.c (iterate_over_lwps): Update.
13264 (stop_callback): Remove parameter.
13265 (stop_wait_callback, detach_callback, resume_set_callback)
13266 (select_singlestep_lwp_callback, set_ignore_sigint)
13267 (status_callback, resumed_callback, resume_clear_callback)
13268 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13269 data parameter.
13270 (linux_nat_target::detach, linux_nat_target::resume)
13271 (linux_stop_and_wait_all_lwps, select_event_lwp)
13272 (linux_nat_filter_event, linux_nat_wait_1)
13273 (linux_nat_target::kill, linux_nat_target::stop)
13274 (linux_nat_target::stop): Update.
13275 (linux_nat_resume_callback): Change type.
13276 (resume_stopped_resumed_lwps, count_events_callback)
13277 (select_event_lwp_callback): Likewise.
13278 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13279 * arm-linux-nat.c (struct update_registers_data): Remove.
13280 (update_registers_callback): Change type.
13281 (arm_linux_insert_hw_breakpoint1): Update.
13282 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13283 parameter.
13284 (x86_linux_dr_set_addr): Update.
13285 (x86_linux_dr_set_control): Update.
13286 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13287 (iterate_over_lwps): Use gdb::function_view.
13288 * nat/aarch64-linux-hw-point.c (struct
13289 aarch64_dr_update_callback_param): Remove.
13290 (debug_reg_change_callback): Change type.
13291 (aarch64_notify_debug_reg_change): Update.
13292 * s390-linux-nat.c (s390_refresh_per_info): Update.
13293
13294 2019-03-11 Tom Tromey <tromey@adacore.com>
13295
13296 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13297 redundant assignment to "this_cu".
13298
13299 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13300
13301 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13302
13303 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13304
13305 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13306 from...
13307 (rank_one_type): ... this.
13308
13309 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13310
13311 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13312 from...
13313 (rank_one_type): ... this.
13314
13315 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13316
13317 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13318 from...
13319 (rank_one_type): ... this.
13320
13321 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13322
13323 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13324 from...
13325 (rank_one_type): ... this.
13326
13327 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13328
13329 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13330 from...
13331 (rank_one_type): ... this.
13332
13333 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13334
13335 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13336 from...
13337 (rank_one_type): ... this.
13338
13339 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13340
13341 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13342 from...
13343 (rank_one_type): ... this.
13344
13345 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13346
13347 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13348 from...
13349 (rank_one_type): ... this.
13350
13351 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13352
13353 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13354 from...
13355 (rank_one_type): ... this.
13356
13357 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13358
13359 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13360 from...
13361 (rank_one_type): ... this.
13362
13363 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13364
13365 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13366 from...
13367 (rank_one_type): ... this.
13368
13369 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13370
13371 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13372 from...
13373 (rank_one_type): ... this.
13374
13375 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13376
13377 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13378 inferior-events' shows the example events.
13379
13380 2019-03-08 Eli Zaretskii <eliz@gnu.org>
13381
13382 Support styling on native MS-Windows console
13383
13384 PR/24315
13385 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13386 on MS-Windows if $TERM is not defined.
13387
13388 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13389
13390 * posix-hdep.c (gdb_console_fputs):
13391 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13392 functions.
13393 * ui-file.h (gdb_console_fputs): Add prototype.
13394
13395 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13396 back to fputs only if the former returns zero.
13397
13398 2019-03-07 Tom Tromey <tom@tromey.com>
13399
13400 * symmisc.c (print_symbol_bcache_statistics): Update.
13401 (print_objfile_statistics): Update.
13402 * symfile.c (allocate_symtab): Update.
13403 * stabsread.c: Don't include bcache.h.
13404 * psymtab.h (struct psymbol_bcache): Don't declare.
13405 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13406 (psymbol_bcache_init, psymbol_bcache_free)
13407 (psymbol_bcache_get_bcache): Don't declare.
13408 * psymtab.c (struct psymbol_bcache): Remove.
13409 (psymtab_storage::psymtab_storage): Update.
13410 (psymtab_storage::~psymtab_storage): Update.
13411 (psymbol_bcache_init, psymbol_bcache_free)
13412 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13413 (add_psymbol_to_bcache): Update.
13414 (allocate_psymtab): Update.
13415 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13416 macro_cache>: No longer pointers.
13417 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13418 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13419 * macrotab.c (macro_bcache): Update.
13420 * macroexp.c: Don't include bcache.h.
13421 * gdbtypes.c (check_types_worklist): Update.
13422 (types_deeply_equal): Remove TRY/CATCH. Update.
13423 * elfread.c (elf_symtab_read): Update.
13424 * dwarf2read.c: Don't include bcache.h.
13425 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13426 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13427 (print_bcache_statistics, bcache_memory_used): Don't declare.
13428 (struct bcache): Move from bcache.c. Add constructor, destructor,
13429 methods. Rename all data members.
13430 * bcache.c (struct bcache): Move to bcache.h.
13431 (bcache::expand_hash_table): Rename from expand_hash_table.
13432 (bcache): Remove.
13433 (bcache::insert): Rename from bcache_full.
13434 (bcache::compare): Rename from bcache_compare.
13435 (bcache_xmalloc): Remove.
13436 (bcache::~bcache): Rename from bcache_xfree.
13437 (bcache::print_statistics): Rename from print_bcache_statistics.
13438 (bcache::memory_used): Rename from bcache_memory_used.
13439
13440 2019-03-07 Pedro Alves <palves@redhat.com>
13441
13442 * infrun.c (normal_stop): Also check for
13443 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13444
13445 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13446
13447 * f-lang.c (value_from_host_double): Moved to...
13448 * value.c (value_from_host_double): ...here.
13449 * value.h (value_from_host_double): Declare.
13450 * guile/scm-math.c (vlscm_convert_typed_number): Use
13451 value_from_host_double.
13452 (vlscm_convert_number): Likewise.
13453 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13454 * python/py-value.c (convert_value_from_python): Likewise.
13455
13456 2019-03-06 Tom Tromey <tom@tromey.com>
13457
13458 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13459
13460 2019-03-06 Tom Tromey <tom@tromey.com>
13461
13462 * utils.h (free_current_contents): Don't declare.
13463 * utils.c (free_current_contents): Remove.
13464
13465 2019-03-06 Tom Tromey <tom@tromey.com>
13466
13467 * top.c (quit_force): Update.
13468 * main.c (captured_command_loop): Update.
13469 * common/new-op.c (operator new): Update.
13470 * common/common-exceptions.c (struct catcher)
13471 <save_cleanup_chain>: Remove member.
13472 (exceptions_state_mc_init): Update.
13473 (exception_try_scope_entry): Return nullptr.
13474 (exception_try_scope_exit, exception_rethrow)
13475 (throw_exception_sjlj, throw_exception_cxx): Update.
13476 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13477 (all_cleanups, do_cleanups, discard_cleanups)
13478 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13479 (restore_cleanups, restore_final_cleanups): Don't declare.
13480 (do_final_cleanups): Remove parameter.
13481 * common/cleanups.c (cleanup_chain, make_cleanup)
13482 (make_cleanup_dtor, all_cleanups, do_cleanups)
13483 (discard_my_cleanups, discard_cleanups)
13484 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13485 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13486 (null_cleanup): Remove.
13487 (do_final_cleanups): Remove parameter.
13488
13489 2019-03-06 Tom Tromey <tom@tromey.com>
13490
13491 * remote.c (remote_target::remote_parse_stop_reply): Use
13492 unique_xmalloc_ptr.
13493
13494 2019-03-06 Tom Tromey <tom@tromey.com>
13495
13496 * stabsread.c (struct stabs_field_info): Rename from field_info.
13497 <list, fnlist>: Add initializers.
13498 <obstack>: New member.
13499 (read_member_functions, read_struct_fields, read_baseclasses):
13500 Allocate on obstack. Don't use cleanups.
13501 (read_one_struct_field, read_member_functions, read_struct_fields)
13502 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13503 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13504 (read_struct_type): Update.
13505
13506 2019-03-06 Tom Tromey <tom@tromey.com>
13507
13508 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13509 * common/filestuff.h (make_cleanup_close): Don't declare.
13510 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13511 Remove.
13512
13513 2019-03-06 Tom Tromey <tom@tromey.com>
13514
13515 * solib-aix.c: Use make_scope_exit.
13516
13517 2019-03-06 Tom Tromey <tom@tromey.com>
13518
13519 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13520 Use make_scope_exit.
13521
13522 2019-03-06 Tom Tromey <tom@tromey.com>
13523
13524 * solib-svr4.c (disable_probes_interface): Remove parameter.
13525 (svr4_handle_solib_event): Use make_scope_exit.
13526
13527 2019-03-06 Tom Tromey <tom@tromey.com>
13528
13529 * remote.c (struct stop_reply_deleter): Remove.
13530 (stop_reply_up): Update.
13531 (struct stop_reply): Derive from notif_event. Don't typedef.
13532 <regcache>: Now a std::vector.
13533 (stop_reply_xfree): Remove.
13534 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13535 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13536 (remote_target::discard_pending_stop_replies): Use delete.
13537 (remote_target::remote_parse_stop_reply): Update.
13538 (remote_target::process_stop_reply): Update.
13539 * remote-notif.h (struct notif_event): Add virtual destructor.
13540 Remove "dtr" member.
13541 (struct notif_client) <alloc_event>: Return a unique_ptr.
13542 (notif_event_xfree): Don't declare.
13543 (notif_event_up): New typedef.
13544 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13545 (notif_event_xfree, do_notif_event_xfree): Remove.
13546 (remote_notif_state_xfree): Update.
13547
13548 2019-03-06 Tom Tromey <tom@tromey.com>
13549
13550 * infrun.c (displaced_step_clear_cleanup): Now a
13551 forward_scope_exit type.
13552 (displaced_step_prepare_throw): Update.
13553 (displaced_step_fixup): Update.
13554
13555 2019-03-06 Tom Tromey <tom@tromey.com>
13556
13557 * inferior.h (class inferior): Update comment.
13558 * gdbthread.h (class thread_info): Update comment.
13559
13560 2019-03-06 Joel Brobecker <brobecker@adacore.com>
13561 Tom Tromey <tom@tromey.com>
13562
13563 * stabsread.h (struct stab_section_list): Remove.
13564 (coffstab_build_psymtabs): Update.
13565 * dbxread.c (symbuf_sections): Now a std::vector.
13566 (sect_idx): New global.
13567 (fill_symbuf): Update.
13568 (coffstab_build_psymtabs): Change type of stabsects parameter.
13569 Update.
13570 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13571 std::vector.
13572 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13573 (coff_locate_sections): Update.
13574 (coff_symfile_read): Remove cleanups. Update.
13575 (init_stringtab): Add storage parameter.
13576 (free_stringtab, free_stringtab_cleanup): Remove.
13577 (init_lineno): Add storage parameter.
13578 (free_linetab, free_linetab_cleanup): Remove.
13579
13580 2019-03-06 Pedro Alves <palves@redhat.com>
13581
13582 * linux-fork.c (fork_info::clobber_regs): Delete.
13583 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13584 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13585 comment. Adjust.
13586 (scoped_switch_fork_info::scoped_switch_fork_info)
13587 (checkpoint_command, linux_fork_context): Adjust
13588 fork_save_infrun_state calls.
13589
13590 2019-03-06 Pedro Alves <palves@redhat.com>
13591
13592 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13593 (inf_has_multiple_threads): Return 'bool' and rewrite using
13594 inferior_info::threads().
13595
13596 2019-03-06 Pedro Alves <palves@redhat.com>
13597
13598 * linux-fork.c: Include <list>.
13599 (fork_list): Now a std::list instance.
13600 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13601 (forks_exist_p, find_last_fork): Adjust.
13602 (new_fork): Delete.
13603 (one_fork_p): New.
13604 (add_fork): Adjust.
13605 (free_fork): Delete, folded into fork_info::~fork_info().
13606 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13607 Adjust.
13608 (init_fork_list): Delete.
13609 (linux_fork_killall, linux_fork_mourn_inferior)
13610 (linux_fork_detach, info_checkpoints_command): Adjust.
13611 (_initialize_linux_fork): No longer call init_fork_list.
13612
13613 2019-03-06 Pedro Alves <palves@redhat.com>
13614
13615 * linux-fork.c (new_fork): New, split out of ...
13616 (add_fork): ... this. Return void. Move "first fork" special
13617 case from here, to ...
13618 (checkpoint_command): ... here.
13619 * linux-linux.h (add_fork): Return void.
13620
13621 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13622
13623 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13624
13625 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13626 Chris January <chris.january@arm.com>
13627 David Lecomber <david.lecomber@arm.com>
13628
13629 * f-exp.y: New token, UNOP_INTRINSIC.
13630 (exp): New pattern using UNOP_INTRINSIC token.
13631 (f77_keywords): Add 'abs' keyword.
13632 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13633 (value_from_host_double): New function.
13634 (evaluate_subexp_f): Support UNOP_ABS.
13635
13636 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13637
13638 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13639 types.
13640
13641 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13642
13643 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13644 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13645 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13646
13647 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13648
13649 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13650
13651 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13652 Chris January <chris.january@arm.com>
13653
13654 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13655 * f-exp.y: Define 'KIND' token.
13656 (exp): New pattern for KIND expressions.
13657 (ptype): Handle types with a kind extension.
13658 (direct_abs_decl): Extend to spot kind extensions.
13659 (f77_keywords): Add 'kind' to the list.
13660 (push_kind_type): New function.
13661 (convert_to_kind_type): New function.
13662 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13663 * parse.c (operator_length_standard): Likewise.
13664 * parser-defs.h (enum type_pieces): Add tp_kind.
13665 * std-operator.def: Add UNOP_KIND.
13666
13667 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13668
13669 * f-exp.y (f_parse): Set yydebug.
13670
13671 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13672
13673 * f-lang.c (evaluate_subexp_f): New function.
13674 (exp_descriptor_f): New global.
13675 (f_language_defn): Use exp_descriptor_f instead of
13676 exp_descriptor_standard.
13677
13678 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13679
13680 * f-exp.y (struct token): Add comments.
13681 (dot_ops): Remove uppercase versions and the end marker.
13682 (f77_keywords): Likewise.
13683 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13684 entries in the dot_ops array are case insensitive, and use
13685 strncasecmp to compare strings. Also some whitespace cleanup in
13686 this area. Similar for the f77_keywords array, except entries in
13687 this list might be case sensitive.
13688
13689 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13690
13691 * f-exp.y (struct f77_boolean_val): Add comments.
13692 (boolean_values): Remove uppercase versions, and end marker.
13693 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13694 and use strncasecmp to achieve case insensitivity. Additionally,
13695 perform whitespace cleanup around this code.
13696
13697 2019-03-06 Tom Tromey <tromey@adacore.com>
13698
13699 * remote-sim.c (gdbsim_target_open): Use result of
13700 gdb_argv::release.
13701
13702 2019-03-06 Richard Bunt <richard.bunt@arm.com>
13703 Dirk Schubert <dirk.schubert@arm.com>
13704 Chris January <chris.january@arm.com>
13705
13706 * eval.c (evaluate_subexp_standard): Call Fortran argument
13707 wrapping logic.
13708 * f-lang.c (struct value): A value which can be passed into a
13709 Fortran function call.
13710 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13711 where appropriate.
13712 (struct type): Value ready for a Fortran function call.
13713 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13714 is needed.
13715 * f-lang.h (fortran_argument_convert): Declaration.
13716 (fortran_preserve_arg_pointer): Declaration.
13717 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13718
13719 2019-03-05 Tom Tromey <tromey@adacore.com>
13720
13721 * python/py-prettyprint.c (print_string_repr): Remove #if.
13722 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13723
13724 2019-03-05 Tom Tromey <tromey@adacore.com>
13725
13726 * target.c (the_dummy_target): Move later. Change type to
13727 "dummy_target".
13728 (initialize_targets): Don't initialize the_dummy_target.
13729
13730 2019-03-05 Tom Tromey <tromey@adacore.com>
13731
13732 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13733 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13734
13735 2019-03-05 Tom Tromey <tromey@adacore.com>
13736
13737 * windows-nat.c (windows_nat_target::attach)
13738 (windows_nat_target::detach): Don't call gdb_flush.
13739 * valprint.c (generic_val_print, val_print, val_print_string):
13740 Don't call gdb_flush.
13741 * utils.c (defaulted_query): Don't call gdb_flush.
13742 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13743 * target.c (target_announce_detach): Don't call gdb_flush.
13744 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13745 * remote.c (extended_remote_target::attach): Don't call
13746 gdb_flush.
13747 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13748 * printcmd.c (do_examine): Don't call gdb_flush.
13749 (info_display_command): Don't call gdb_flush.
13750 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13751 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13752 * memattr.c (info_mem_command): Don't call gdb_flush.
13753 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13754 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13755 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13756 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13757 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13758 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13759 (gnu_nat_target::detach): Don't call gdb_flush.
13760 * f-valprint.c (f_val_print): Don't call gdb_flush.
13761 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13762 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13763 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13764 gdb_flush.
13765 * c-valprint.c (c_val_print): Don't call gdb_flush.
13766 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13767
13768 2019-03-05 Tom Tromey <tromey@adacore.com>
13769
13770 * varobj.c (update_dynamic_varobj_children): Update.
13771 (install_default_visualizer): Use reset, not release.
13772 * value.c (set_internalvar): Update.
13773 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13774 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13775 ATTRIBUTE_UNUSED_RESULT.
13776
13777 2019-03-05 Tom Tromey <tromey@adacore.com>
13778
13779 * remote.c (class scoped_remote_fd) <release>: Add
13780 ATTRIBUTE_UNUSED_RESULT.
13781
13782 2019-03-05 Tom Tromey <tromey@adacore.com>
13783
13784 * macroexp.c (struct macro_buffer) <release>: Add
13785 ATTRIBUTE_UNUSED_RESULT.
13786
13787 2019-03-05 Tom Tromey <tromey@adacore.com>
13788
13789 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13790 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13791 ATTRIBUTE_UNUSED_RESULT.
13792
13793 2019-03-05 Tom Tromey <tromey@adacore.com>
13794
13795 * common/scoped_fd.h (class scoped_fd) <release>: Add
13796 ATTRIBUTE_UNUSED_RESULT.
13797
13798 2019-03-05 Tom Tromey <tromey@adacore.com>
13799
13800 * parser-defs.h (struct parser_state) <release>: Add
13801 ATTRIBUTE_UNUSED_RESULT.
13802
13803 2019-03-05 Tom Tromey <tromey@adacore.com>
13804
13805 * utils.h (class gdb_argv) <release>: Add
13806 ATTRIBUTE_UNUSED_RESULT.
13807 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13808
13809 2019-03-02 Eli Zaretskii <eliz@gnu.org>
13810
13811 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13812 for-loop range, to avoid compiler warnings.
13813
13814 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13815 avoid compiler warnings about unused variables.
13816
13817 * NEWS: Mention end of support for native debugging on MS-Windows
13818 before XP.
13819
13820 PR gdb/24292
13821 * common/netstuff.c:
13822 * gdbserver/gdbreplay.c
13823 * gdbserver/remote-utils.c:
13824 * ser-tcp.c:
13825 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13826 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13827 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13828 'getaddrinfo' and 'freeaddrinfo' were not available before
13829 Windows XP, and mingw.org's MinGW headers by default define
13830 _WIN32_WINNT to 0x500.
13831
13832 2019-03-01 Gary Benson <gbenson@redhat.com>
13833
13834 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13835
13836 2019-02-28 Brian Vandenberg <phantall@gmail.com>
13837 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13838
13839 PR gdb/8527
13840 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13841 set_sigint_trap, clear_sigint_trap.
13842
13843 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13844
13845 * target.c (target_detach): Clear the regcache and the
13846 frame cache.
13847
13848 2019-02-27 Pedro Alves <palves@redhat.com>
13849
13850 * utils.c (set_screen_size): When we cap the height/width sizes,
13851 tweak the corresponding command variable to show "unlimited":
13852
13853 2019-02-27 Saagar Jha <saagar@saagarjha.com>
13854 Pedro Alves <palves@redhat.com>
13855
13856 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13857 before calling rl_set_screen_size.
13858
13859 2019-02-27 Tom Tromey <tromey@adacore.com>
13860
13861 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13862 define.
13863 * python/py-value.c: Remove Python 2.4 workaround.
13864 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13865 workaround.
13866 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13867 Python 2.4 workaround.
13868 * python/python-internal.h: Remove Python 2.4 comment.
13869 (Py_ssize_t): Don't define.
13870 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13871 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13872 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13873 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13874 * python/python.c (do_start_initialization): Remove Python 2.4
13875 workaround.
13876 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13877 (print_children): Remove Python 2.4 workaround.
13878 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13879 workaround.
13880 (CHARBUFFERPROC_NAME): Remove.
13881 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13882 Python 2.4 workaround.
13883
13884 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13885
13886 * NEWS: Note minimum Python version.
13887
13888 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13889
13890 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13891 code from these functions. Remove corresponding ifdefs. Use
13892 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13893 Remove gotos and target of gotos.
13894 (infpy_search_memory): Likewise.
13895
13896 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13897
13898 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13899 (hppa_gdbarch_init): Don't register deleted functions with
13900 gdbarch.
13901
13902 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13903
13904 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13905 (h8300_unwind_sp): Delete.
13906 (h8300_dummy_id): Delete.
13907 (h8300_gdbarch_init): Don't register deleted functions with
13908 gdbarch.
13909
13910 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13911
13912 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13913 (ft32_unwind_pc): Delete.
13914 (ft32_unwind_sp): Delete.
13915 (ft32_gdbarch_init): Don't register deleted functions with
13916 gdbarch.
13917
13918 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13919
13920 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13921 (frv_unwind_pc): Delete.
13922 (frv_unwind_sp): Delete.
13923 (frv_gdbarch_init): Don't register deleted functions with
13924 gdbarch.
13925
13926 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13927
13928 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13929 (riscv_unwind_pc): Delete.
13930 (riscv_unwind_sp): Delete.
13931 (riscv_gdbarch_init): Don't register deleted functions with
13932 gdbarch.
13933
13934 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13935
13936 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13937 (csky_unwind_pc): Delete.
13938 (csky_unwind_sp): Delete.
13939 (csky_gdbarch_init): Don't register deleted functions with
13940 gdbarch.
13941
13942 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13943
13944 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13945 (cris_unwind_pc): Delete.
13946 (cris_unwind_sp): Delete.
13947 (cris_gdbarch_init): Don't register deleted functions with
13948 gdbarch.
13949
13950 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13951
13952 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13953 (bfin_unwind_pc): Delete.
13954 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13955
13956 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13957
13958 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13959 (arm_unwind_pc): Delete.
13960 (arm_unwind_sp): Delete.
13961 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13962
13963 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13964
13965 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13966 (arc_unwind_pc): Delete.
13967 (arc_unwind_sp): Delete.
13968 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13969
13970 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13971
13972 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13973 (alpha_unwind_pc): Delete.
13974 (alpha_gdbarch_init): Don't register deleted functions with
13975 gdbarch.
13976
13977 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13978
13979 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13980 (aarch64_unwind_pc): Delete.
13981 (aarch64_unwind_sp): Delete.
13982 (aarch64_gdbarch_init): Don't register deleted functions with
13983 gdbarch.
13984
13985 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13986
13987 * gdbtypes.c (type_align): Don't consider static members when
13988 computing structure alignment.
13989
13990 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13991
13992 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13993 return 0 for other types.
13994 * arch-utils.c (default_type_align): Always return 0.
13995 * gdbarch.h: Regenerate.
13996 * gdbarch.sh (type_align): Extend comment.
13997 * gdbtypes.c (type_align): Add additional comments, always call
13998 gdbarch_type_align before applying the default rules.
13999 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
14000 generic code will then apply a suitable default.
14001 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
14002 types, return 0 for other types.
14003
14004 2019-02-27 Joel Brobecker <brobecker@adacore.com>
14005
14006 * NEWS: Create a new section for the next release branch.
14007 Rename the section of the current branch, now that it has
14008 been cut.
14009
14010 2019-02-27 Joel Brobecker <brobecker@adacore.com>
14011
14012 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
14013 * version.in: Bump version to 8.3.50.DATE-git.
14014
14015 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
14016
14017 * aix-thread.c (ptid_cmp): Remove unused variable.
14018 (get_signaled_thread): Likewise.
14019 (store_regs_user_thread): Likewise.
14020 (store_regs_kernel_thread): Likewise.
14021 (fetch_regs_kernel_thread): Remove shadowed variable.
14022
14023 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
14024
14025 * features/riscv/32bit-cpu.xml: Add register numbers.
14026 * features/riscv/32bit-fpu.c: Regenerate.
14027 * features/riscv/32bit-fpu.xml: Add register numbers.
14028 * features/riscv/64bit-cpu.xml: Add register numbers.
14029 * features/riscv/64bit-fpu.c: Regenerate.
14030 * features/riscv/64bit-fpu.xml: Add register numbers.
14031
14032 2019-02-26 Kevin Buettner <kevinb@redhat.com>
14033
14034 * NEWS: Mention two argument form of gdb.Value constructor.
14035 * python/py-value.c (convert_buffer_and_type_to_value): New
14036 function.
14037 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
14038 Add support for handling an optional second argument. Call
14039 convert_buffer_and_type_to_value as appropriate.
14040 * python/python-internal.h (Py_buffer_deleter): New struct.
14041 (Py_buffer_up): New typedef.
14042
14043 2019-02-25 John Baldwin <jhb@FreeBSD.org>
14044
14045 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
14046 instead of releasing ownership.
14047
14048 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
14049
14050 * dwarf2read.c (open_and_init_dwp_file): Call
14051 elf_numsections instead of bfd_count_sections to initialize
14052 dwp_file->num_sections.
14053
14054 2019-02-25 Tom Tromey <tromey@adacore.com>
14055
14056 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
14057
14058 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
14059
14060 * gcore.in: Add '--readnever' option when invoking GDB.
14061
14062 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14063
14064 * MAINTAINERS: Update my email address.
14065
14066 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14067
14068 * build-id.c (build_id_to_debug_bfd_1): New function.
14069 (build_id_to_debug_bfd): Look for separate debug file in
14070 sysroot.
14071
14072 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
14073
14074 * gdbarch.sh: Update the copyright year range that is placed into
14075 generated files.
14076
14077 2019-02-22 Keith Seitz <keiths@redhat.com>
14078
14079 PR symtab/23853
14080 * linespec.c (create_sals_line_offset): Search for the default
14081 symtab's filename instead of its fullname.
14082
14083 2019-02-21 Alan Hayward <alan.hayward@arm.com>
14084
14085 * NEWS: Update style defaults.
14086
14087 2019-02-21 Alan Hayward <alan.hayward@arm.com>
14088
14089 * main.c (captured_main_1): Disable styling in batch mode.
14090
14091 2019-02-20 Tom Tromey <tom@tromey.com>
14092
14093 * symtab.c (symtab_symbol_info): Fix typos.
14094
14095 2019-02-20 Tom Tromey <tromey@adacore.com>
14096
14097 * findcmd.c (_initialize_mem_search): Use upper case for
14098 metasyntactic variables.
14099
14100 2019-02-20 Alan Hayward <alan.hayward@arm.com>
14101
14102 * aarch64-tdep.c (aarch64_add_reggroups): New function.
14103 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
14104
14105 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
14106
14107 * top.h (source_file_name): Change to std::string.
14108 * top.c (source_file_name): Likewise.
14109 (command_line_input): Adjust.
14110 * cli/cli-script.c (script_from_file): Adjust.
14111
14112 2019-02-19 Tom Tromey <tromey@adacore.com>
14113
14114 * ravenscar-thread.c
14115 (ravenscar_thread_target::update_thread_list): Don't call
14116 ada_build_task_list.
14117 * ada-lang.h (ada_build_task_list): Don't declare.
14118 * ada-tasks.c (struct ada_tasks_inferior_data)
14119 <task_list_valid_p>: Now bool.
14120 (read_known_tasks, ada_task_list_changed)
14121 (ada_tasks_invalidate_inferior_data): Update.
14122 (read_known_tasks_array): Return bool.
14123 (read_known_tasks_list): Likewise.
14124 (read_known_tasks): Return void.
14125 (ada_build_task_list): Now static.
14126
14127 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
14128
14129 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
14130 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
14131
14132 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14133
14134 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
14135 variant for ada_tasks_pspace_data_handle and
14136 ada_tasks_inferior_data_handle.
14137 (ada_tasks_pspace_data_cleanup): New function.
14138 (ada_tasks_inferior_data_cleanup): New function.
14139
14140 2019-02-17 Tom Tromey <tom@tromey.com>
14141
14142 * macrotab.h (macro_source_fullname): Return a std::string.
14143 * macrotab.c (macro_include, check_for_redefinition)
14144 (macro_undef, macro_lookup_definition, foreach_macro)
14145 (foreach_macro_in_scope): Update.
14146 (macro_source_fullname): Return a std::string.
14147 * macrocmd.c (show_pp_source_pos): Update.
14148
14149 2019-02-17 Tom Tromey <tom@tromey.com>
14150
14151 * macrocmd.c (show_pp_source_pos): Style the file names.
14152
14153 2019-02-17 Tom Tromey <tom@tromey.com>
14154
14155 PR tui/24197:
14156 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
14157
14158 2019-02-17 Tom Tromey <tom@tromey.com>
14159
14160 * ada-lang.c (user_select_syms): Use filtered printing.
14161 * utils.c (wrap_style): New global.
14162 (desired_style): Remove.
14163 (emit_style_escape): Add stream parameter.
14164 (set_output_style, reset_terminal_style, prompt_for_continue):
14165 Update.
14166 (flush_wrap_buffer): Only flush gdb_stdout.
14167 (wrap_here): Set wrap_style.
14168 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14169 treat escape sequences as a character. Change when wrap buffer is
14170 flushed.
14171 (fputs_styled): Do not set the output style when the default is
14172 requested.
14173 * ui-style.h (struct ui_file_style) <is_default>: New method.
14174 * source.c (print_source_lines_base): Emit escape sequences in one
14175 piece.
14176
14177 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14178
14179 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14180 integers and enumeration types.
14181
14182 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14183
14184 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14185 instead of lookup_symbol_in_language
14186 (do_exact_match): New function.
14187 (ada_get_symbol_name_matcher): Return do_exact_match when
14188 doing a verbatim match.
14189
14190 2019-02-15 Tom Tromey <tromey@adacore.com>
14191
14192 * ravenscar-thread.c (ravenscar_thread_target::resume)
14193 (ravenscar_thread_target::wait): Special case wildcard requests.
14194
14195 2019-02-15 Tom Tromey <tromey@adacore.com>
14196
14197 * ravenscar-thread.c (base_ptid): Remove.
14198 (struct ravenscar_thread_target) <close>: New method.
14199 <m_base_ptid>: New member.
14200 <update_inferior_ptid, active_task, task_is_currently_active,
14201 runtime_initialized>: Declare methods.
14202 <ravenscar_thread_target>: Add constructor.
14203 (ravenscar_thread_target::task_is_currently_active)
14204 (ravenscar_thread_target::update_inferior_ptid)
14205 (ravenscar_runtime_initialized): Rename. Now methods.
14206 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14207 (ravenscar_thread_target::update_thread_list): Update.
14208 (ravenscar_thread_target::active_task): Now method.
14209 (ravenscar_thread_target::store_registers)
14210 (ravenscar_thread_target::prepare_to_store)
14211 (ravenscar_thread_target::prepare_to_store)
14212 (ravenscar_thread_target::mourn_inferior): Update.
14213 (ravenscar_inferior_created): Use "new" to create target.
14214 (ravenscar_thread_target::get_ada_task_ptid): Update.
14215 (_initialize_ravenscar): Don't initialize base_ptid.
14216 (ravenscar_ops): Remove global.
14217
14218 2019-02-15 Tom Tromey <tromey@adacore.com>
14219
14220 * target.h (push_target): Declare new overload.
14221 * target.c (push_target): New overload, taking an rvalue reference.
14222 * remote.c (remote_target::open_1): Use push_target overload.
14223 * corelow.c (core_target_open): Use push_target overload.
14224
14225 2019-02-15 Tom Tromey <tromey@adacore.com>
14226
14227 * ravenscar-thread.c (is_ravenscar_task)
14228 (ravenscar_task_is_currently_active): Return bool.
14229 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14230 (_initialize_ravenscar): Remove "(void)".
14231 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14232 Return bool.
14233
14234 2019-02-15 Tom Tromey <tromey@adacore.com>
14235
14236 * ravenscar-thread.c (ravenscar_runtime_initializer)
14237 (has_ravenscar_runtime, get_running_thread_id)
14238 (ravenscar_thread_target::resume): Fix indentation.
14239
14240 2019-02-15 Tom Tromey <tromey@adacore.com>
14241
14242 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14243 from ravenscar_arch_ops.
14244 (sparc_ravenscar_ops::fetch_registers)
14245 (sparc_ravenscar_ops::store_registers): Now methods.
14246 (sparc_ravenscar_prepare_to_store): Remove.
14247 (sparc_ravenscar_ops): Redefine.
14248 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14249 methods and destructor. Remove members.
14250 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14251 (ravenscar_thread_target::store_registers)
14252 (ravenscar_thread_target::prepare_to_store): Update.
14253 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14254 Remove.
14255 (struct ppc_ravenscar_powerpc_ops): Derive from
14256 ravenscar_arch_ops.
14257 (ppc_ravenscar_powerpc_ops::fetch_registers)
14258 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14259 (ppc_ravenscar_powerpc_ops): Redefine.
14260 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14261 (ppc_ravenscar_e500_ops::fetch_registers)
14262 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14263 (ppc_ravenscar_e500_ops): Redefine.
14264 * aarch64-ravenscar-thread.c
14265 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14266 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14267 (aarch64_ravenscar_fetch_registers)
14268 (aarch64_ravenscar_store_registers): Now methods.
14269 (aarch64_ravenscar_ops): Redefine.
14270
14271 2019-02-15 Tom Tromey <tromey@adacore.com>
14272
14273 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14274 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14275 (ravenscar_thread_target::stopped_by_watchpoint)
14276 (ravenscar_thread_target::stopped_data_address)
14277 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14278
14279 2019-02-15 Tom Tromey <tromey@adacore.com>
14280
14281 * ravenscar-thread.c: Fix some typos.
14282
14283 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14284 Tom Tromey <tromey@adacore.com>
14285
14286 * ada-lang.c (ada_exception_sal): Change addr_string to a
14287 std::string.
14288 (create_ada_exception_catchpoint): Update.
14289
14290 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14291 Tom Tromey <tromey@adacore.com>
14292
14293 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14294 (bp_location_ops): Remove.
14295 (base_breakpoint_allocate_location): Update.
14296 (free_bp_location): Update.
14297 * ada-lang.c (class ada_catchpoint_location)
14298 <ada_catchpoint_location>: Remove ops parameter.
14299 (ada_catchpoint_location_dtor): Remove.
14300 (ada_catchpoint_location_ops): Remove.
14301 (allocate_location_exception): Update.
14302 * breakpoint.h (struct bp_location_ops): Remove.
14303 (class bp_location) <bp_location>: Remove bp_location_ops
14304 parameter.
14305 <~bp_location>: Add destructor.
14306 <ops>: Remove.
14307
14308 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14309 Pedro Alves <palves@redhat.com>
14310
14311 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14312 'PATH_MAX'.
14313
14314 2019-02-14 David Michael <fedora.dm0@gmail.com>
14315 Samuel Thibault <samuel.thibault@gnu.org>
14316 Thomas Schwinge <thomas@codesourcery.com>
14317
14318 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14319 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14320
14321 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14322
14323 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14324 (check_empty): Use "const char *".
14325
14326 * gnu-nat.c (gnu_nat_target::detach): Instead of
14327 'detach_inferior (pid)' call
14328 'detach_inferior (find_inferior_pid (pid))'.
14329
14330 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14331 'nat/fork-inferior.o'.
14332 * gnu-nat.c: #include "nat/fork-inferior.h".
14333
14334 * gnu-nat.c (gnu_nat_target::detach): Instead of
14335 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14336 * gnu-nat.h: #include "inf-child.h".
14337 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14338 'i386_gnu_nat_target::fetch_registers'.
14339 (gnu_store_registers): Rename/move to
14340 'i386_gnu_nat_target::store_registers'.
14341
14342 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14343 * gnu-nat.h (mach_thread_info): New function.
14344 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14345
14346 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14347
14348 2019-02-14 Frederic Konrad <konrad@adacore.com>
14349
14350 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14351
14352 2019-02-14 Joel Brobecker <brobecker@adacore.com>
14353
14354 * windows-nat.c (windows_add_thread): Add new parameter
14355 "main_thread_p" with default value set to false. Update
14356 function documentation as well as all callers.
14357 (windows_delete_thread): Likewise.
14358 (fake_create_process): Update call to windows_add_thread.
14359 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14360 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14361 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14362 call to windows_delete_thread.
14363
14364 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14365
14366 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14367
14368 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14369
14370 * symfile.c (find_separate_debug_file): Use canonical path of
14371 sysroot with child_path instead of gdb_sysroot if it is valid.
14372
14373 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14374
14375 * symfile.c (find_separate_debug_file): Use child_path to
14376 determine if an object file is under a sysroot.
14377
14378 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14379
14380 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14381 unittests/child-path-selftests.c.
14382 * common/pathstuff.c (child_path): New function.
14383 * common/pathstuff.h (child_path): New prototype.
14384 * unittests/child-path-selftests.c: New file.
14385
14386 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14387
14388 * symfile.c (find_separate_debug_file): Look for separate debug
14389 files in debug directories under the sysroot.
14390
14391 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14392
14393 * symtab.h (struct minimal_symbol data_p): New const method.
14394 (struct minimal_symbol text_p): Likewise.
14395 * symtab.c (output_source_filename): Use file name style
14396 to print file name.
14397 (print_symbol_info): Likewise.
14398 (print_msymbol_info): Use address style to print addresses.
14399 Use function name style to print executable text symbols.
14400 (expand_symtab_containing_pc): Use data_p.
14401 (find_pc_sect_compunit_symtab): Likewise.
14402
14403 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14404
14405 * breakpoint.c (describe_other_breakpoints): Use address style
14406 to print addresses.
14407 (say_where): Likewise.
14408
14409 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14410
14411 * ada-typeprint.c (print_func_type): Print function name
14412 style to print function name.
14413 * c-typeprint.c (c_print_type_1): Likewise.
14414
14415 2019-02-11 Alan Hayward <alan.hayward@arm.com>
14416
14417 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14418 for execve.
14419
14420 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14421
14422 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14423 type_stack.
14424
14425 2019-02-10 Joel Brobecker <brobecker@adacore.com>
14426
14427 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14428 TYPE_CODE_REF types.
14429
14430 2019-02-08 Jim Wilson <jimw@sifive.com>
14431
14432 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14433 (riscv_linux_fregset): New.
14434 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14435
14436 2019-02-07 Tom Tromey <tom@tromey.com>
14437
14438 * thread.c (thread_cancel_execution_command): Update.
14439 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14440 methods.
14441 (struct thread_fsm_ops): Remove.
14442 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14443 (thread_fsm_should_stop, thread_fsm_return_value)
14444 (thread_fsm_set_finished, thread_fsm_finished_p)
14445 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14446 Don't declare.
14447 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14448 * infrun.c (clear_proceed_status_thread)
14449 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14450 (print_stop_event): Update.
14451 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14452 Add constructor.
14453 (step_command_fsm_ops): Remove.
14454 (new_step_command_fsm): Remove.
14455 (step_1): Update.
14456 (step_command_fsm::should_stop): Rename from
14457 step_command_fsm_should_stop.
14458 (step_command_fsm::clean_up): Rename from
14459 step_command_fsm_clean_up.
14460 (step_command_fsm::do_async_reply_reason): Rename from
14461 step_command_fsm_async_reply_reason.
14462 (struct until_next_fsm): Inherit from thread_fsm. Add
14463 constructor.
14464 (until_next_fsm_ops): Remove.
14465 (new_until_next_fsm): Remove.
14466 (until_next_fsm::should_stop): Rename from
14467 until_next_fsm_should_stop.
14468 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14469 (until_next_fsm::do_async_reply_reason): Rename from
14470 until_next_fsm_async_reply_reason.
14471 (struct finish_command_fsm): Inherit from thread_fsm. Add
14472 constructor. Change type of breakpoint.
14473 (finish_command_fsm_ops): Remove.
14474 (new_finish_command_fsm): Remove.
14475 (finish_command_fsm::should_stop): Rename from
14476 finish_command_fsm_should_stop.
14477 (finish_command_fsm::clean_up): Rename from
14478 finish_command_fsm_clean_up.
14479 (finish_command_fsm::return_value): Rename from
14480 finish_command_fsm_return_value.
14481 (finish_command_fsm::do_async_reply_reason): Rename from
14482 finish_command_fsm_async_reply_reason.
14483 (finish_command): Update.
14484 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14485 Add constructor.
14486 (call_thread_fsm_ops): Remove.
14487 (call_thread_fsm::call_thread_fsm): Rename from
14488 new_call_thread_fsm.
14489 (call_thread_fsm::should_stop): Rename from
14490 call_thread_fsm_should_stop.
14491 (call_thread_fsm::should_notify_stop): Rename from
14492 call_thread_fsm_should_notify_stop.
14493 (run_inferior_call, call_function_by_hand_dummy): Update.
14494 * cli/cli-interp.c (should_print_stop_to_console): Update.
14495 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14496 Add constructor. Change type of location_breakpoint,
14497 caller_breakpoint.
14498 (until_break_fsm_ops): Remove.
14499 (new_until_break_fsm): Remove.
14500 (until_break_fsm::should_stop): Rename from
14501 until_break_fsm_should_stop.
14502 (until_break_fsm::clean_up): Rename from
14503 until_break_fsm_clean_up.
14504 (until_break_fsm::do_async_reply_reason): Rename from
14505 until_break_fsm_async_reply_reason.
14506 (until_break_command): Update.
14507 * thread-fsm.c: Remove.
14508 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14509
14510 2019-02-07 Tom Tromey <tom@tromey.com>
14511
14512 * yy-remap.h: Add include guard.
14513 * xtensa-tdep.h: Add include guard.
14514 * xcoffread.h: Rename include guard.
14515 * varobj-iter.h: Add include guard.
14516 * tui/tui.h: Rename include guard.
14517 * tui/tui-winsource.h: Rename include guard.
14518 * tui/tui-wingeneral.h: Rename include guard.
14519 * tui/tui-windata.h: Rename include guard.
14520 * tui/tui-win.h: Rename include guard.
14521 * tui/tui-stack.h: Rename include guard.
14522 * tui/tui-source.h: Rename include guard.
14523 * tui/tui-regs.h: Rename include guard.
14524 * tui/tui-out.h: Rename include guard.
14525 * tui/tui-layout.h: Rename include guard.
14526 * tui/tui-io.h: Rename include guard.
14527 * tui/tui-hooks.h: Rename include guard.
14528 * tui/tui-file.h: Rename include guard.
14529 * tui/tui-disasm.h: Rename include guard.
14530 * tui/tui-data.h: Rename include guard.
14531 * tui/tui-command.h: Rename include guard.
14532 * tic6x-tdep.h: Add include guard.
14533 * target/waitstatus.h: Rename include guard.
14534 * target/wait.h: Rename include guard.
14535 * target/target.h: Rename include guard.
14536 * target/resume.h: Rename include guard.
14537 * target-float.h: Rename include guard.
14538 * stabsread.h: Add include guard.
14539 * rs6000-tdep.h: Add include guard.
14540 * riscv-fbsd-tdep.h: Add include guard.
14541 * regformats/regdef.h: Rename include guard.
14542 * record.h: Rename include guard.
14543 * python/python.h: Rename include guard.
14544 * python/python-internal.h: Rename include guard.
14545 * python/py-stopevent.h: Rename include guard.
14546 * python/py-ref.h: Rename include guard.
14547 * python/py-record.h: Rename include guard.
14548 * python/py-record-full.h: Rename include guard.
14549 * python/py-record-btrace.h: Rename include guard.
14550 * python/py-instruction.h: Rename include guard.
14551 * python/py-events.h: Rename include guard.
14552 * python/py-event.h: Rename include guard.
14553 * procfs.h: Add include guard.
14554 * proc-utils.h: Add include guard.
14555 * p-lang.h: Add include guard.
14556 * or1k-tdep.h: Rename include guard.
14557 * observable.h: Rename include guard.
14558 * nto-tdep.h: Rename include guard.
14559 * nat/x86-linux.h: Rename include guard.
14560 * nat/x86-linux-dregs.h: Rename include guard.
14561 * nat/x86-gcc-cpuid.h: Add include guard.
14562 * nat/x86-dregs.h: Rename include guard.
14563 * nat/x86-cpuid.h: Rename include guard.
14564 * nat/ppc-linux.h: Rename include guard.
14565 * nat/mips-linux-watch.h: Rename include guard.
14566 * nat/linux-waitpid.h: Rename include guard.
14567 * nat/linux-ptrace.h: Rename include guard.
14568 * nat/linux-procfs.h: Rename include guard.
14569 * nat/linux-osdata.h: Rename include guard.
14570 * nat/linux-nat.h: Rename include guard.
14571 * nat/linux-namespaces.h: Rename include guard.
14572 * nat/linux-btrace.h: Rename include guard.
14573 * nat/glibc_thread_db.h: Rename include guard.
14574 * nat/gdb_thread_db.h: Rename include guard.
14575 * nat/gdb_ptrace.h: Rename include guard.
14576 * nat/fork-inferior.h: Rename include guard.
14577 * nat/amd64-linux-siginfo.h: Rename include guard.
14578 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14579 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14580 * nat/aarch64-linux.h: Rename include guard.
14581 * nat/aarch64-linux-hw-point.h: Rename include guard.
14582 * mn10300-tdep.h: Add include guard.
14583 * mips-linux-tdep.h: Add include guard.
14584 * mi/mi-parse.h: Rename include guard.
14585 * mi/mi-out.h: Rename include guard.
14586 * mi/mi-main.h: Rename include guard.
14587 * mi/mi-interp.h: Rename include guard.
14588 * mi/mi-getopt.h: Rename include guard.
14589 * mi/mi-console.h: Rename include guard.
14590 * mi/mi-common.h: Rename include guard.
14591 * mi/mi-cmds.h: Rename include guard.
14592 * mi/mi-cmd-break.h: Rename include guard.
14593 * m2-lang.h: Add include guard.
14594 * location.h: Rename include guard.
14595 * linux-record.h: Rename include guard.
14596 * linux-nat.h: Add include guard.
14597 * linux-fork.h: Add include guard.
14598 * i386-darwin-tdep.h: Rename include guard.
14599 * hppa-linux-offsets.h: Add include guard.
14600 * guile/guile.h: Rename include guard.
14601 * guile/guile-internal.h: Rename include guard.
14602 * gnu-nat.h: Rename include guard.
14603 * gdb-stabs.h: Rename include guard.
14604 * frv-tdep.h: Add include guard.
14605 * f-lang.h: Add include guard.
14606 * event-loop.h: Add include guard.
14607 * darwin-nat.h: Rename include guard.
14608 * cp-abi.h: Rename include guard.
14609 * config/sparc/nm-sol2.h: Rename include guard.
14610 * config/nm-nto.h: Rename include guard.
14611 * config/nm-linux.h: Add include guard.
14612 * config/i386/nm-i386gnu.h: Rename include guard.
14613 * config/djgpp/nl_types.h: Rename include guard.
14614 * config/djgpp/langinfo.h: Rename include guard.
14615 * compile/gcc-cp-plugin.h: Add include guard.
14616 * compile/gcc-c-plugin.h: Add include guard.
14617 * compile/compile.h: Rename include guard.
14618 * compile/compile-object-run.h: Rename include guard.
14619 * compile/compile-object-load.h: Rename include guard.
14620 * compile/compile-internal.h: Rename include guard.
14621 * compile/compile-cplus.h: Rename include guard.
14622 * compile/compile-c.h: Rename include guard.
14623 * common/xml-utils.h: Rename include guard.
14624 * common/x86-xstate.h: Rename include guard.
14625 * common/version.h: Rename include guard.
14626 * common/vec.h: Rename include guard.
14627 * common/tdesc.h: Rename include guard.
14628 * common/selftest.h: Rename include guard.
14629 * common/scoped_restore.h: Rename include guard.
14630 * common/scoped_mmap.h: Rename include guard.
14631 * common/scoped_fd.h: Rename include guard.
14632 * common/safe-iterator.h: Rename include guard.
14633 * common/run-time-clock.h: Rename include guard.
14634 * common/refcounted-object.h: Rename include guard.
14635 * common/queue.h: Rename include guard.
14636 * common/ptid.h: Rename include guard.
14637 * common/print-utils.h: Rename include guard.
14638 * common/preprocessor.h: Rename include guard.
14639 * common/pathstuff.h: Rename include guard.
14640 * common/observable.h: Rename include guard.
14641 * common/netstuff.h: Rename include guard.
14642 * common/job-control.h: Rename include guard.
14643 * common/host-defs.h: Rename include guard.
14644 * common/gdb_wait.h: Rename include guard.
14645 * common/gdb_vecs.h: Rename include guard.
14646 * common/gdb_unlinker.h: Rename include guard.
14647 * common/gdb_unique_ptr.h: Rename include guard.
14648 * common/gdb_tilde_expand.h: Rename include guard.
14649 * common/gdb_sys_time.h: Rename include guard.
14650 * common/gdb_string_view.h: Rename include guard.
14651 * common/gdb_splay_tree.h: Rename include guard.
14652 * common/gdb_setjmp.h: Rename include guard.
14653 * common/gdb_ref_ptr.h: Rename include guard.
14654 * common/gdb_optional.h: Rename include guard.
14655 * common/gdb_locale.h: Rename include guard.
14656 * common/gdb_assert.h: Rename include guard.
14657 * common/filtered-iterator.h: Rename include guard.
14658 * common/filestuff.h: Rename include guard.
14659 * common/fileio.h: Rename include guard.
14660 * common/environ.h: Rename include guard.
14661 * common/common-utils.h: Rename include guard.
14662 * common/common-types.h: Rename include guard.
14663 * common/common-regcache.h: Rename include guard.
14664 * common/common-inferior.h: Rename include guard.
14665 * common/common-gdbthread.h: Rename include guard.
14666 * common/common-exceptions.h: Rename include guard.
14667 * common/common-defs.h: Rename include guard.
14668 * common/common-debug.h: Rename include guard.
14669 * common/cleanups.h: Rename include guard.
14670 * common/buffer.h: Rename include guard.
14671 * common/btrace-common.h: Rename include guard.
14672 * common/break-common.h: Rename include guard.
14673 * cli/cli-utils.h: Rename include guard.
14674 * cli/cli-style.h: Rename include guard.
14675 * cli/cli-setshow.h: Rename include guard.
14676 * cli/cli-script.h: Rename include guard.
14677 * cli/cli-interp.h: Rename include guard.
14678 * cli/cli-decode.h: Rename include guard.
14679 * cli/cli-cmds.h: Rename include guard.
14680 * charset-list.h: Add include guard.
14681 * buildsym-legacy.h: Rename include guard.
14682 * bfin-tdep.h: Add include guard.
14683 * ax.h: Rename include guard.
14684 * arm-linux-tdep.h: Add include guard.
14685 * arm-fbsd-tdep.h: Add include guard.
14686 * arch/xtensa.h: Rename include guard.
14687 * arch/tic6x.h: Add include guard.
14688 * arch/i386.h: Add include guard.
14689 * arch/arm.h: Rename include guard.
14690 * arch/arm-linux.h: Rename include guard.
14691 * arch/arm-get-next-pcs.h: Rename include guard.
14692 * arch/amd64.h: Add include guard.
14693 * arch/aarch64-insn.h: Rename include guard.
14694 * arch-utils.h: Rename include guard.
14695 * annotate.h: Add include guard.
14696 * amd64-darwin-tdep.h: Rename include guard.
14697 * aarch64-linux-tdep.h: Add include guard.
14698 * aarch64-fbsd-tdep.h: Add include guard.
14699 * aarch32-linux-nat.h: Add include guard.
14700
14701 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14702
14703 * macrotab.c (macro_define_internal): New function that
14704 factorizes macro_define_object_internal and macro_define_function
14705 code.
14706 (macro_define_object_internal): Use macro_define_internal.
14707 (macro_define_function): Likewise.
14708
14709 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14710
14711 * macrocmd.c (extract_identifier): Return
14712 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14713 callers.
14714
14715 2019-02-06 John Baldwin <jhb@FreeBSD.org>
14716
14717 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14718
14719 2019-02-05 Tom Tromey <tom@tromey.com>
14720
14721 * target.c (target_stack::unpush): Move assertion earlier.
14722
14723 2019-01-30 Tom Tromey <tom@tromey.com>
14724
14725 PR python/23615:
14726 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14727 (gdbpy_parse_and_eval): Likewise.
14728 * python/python-internal.h (gdbpy_allow_threads): New class.
14729
14730 2019-01-28 John Baldwin <jhb@FreeBSD.org>
14731
14732 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14733 (aarch64_fbsd_fpregmap): Move earlier.
14734 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14735 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14736 instead of individual calls to trad_frame_set_reg_addr.
14737 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14738 earlier.
14739 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14740 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14741 instead of individual calls to trad_frame_set_reg_addr.
14742
14743 2019-01-28 Alan Hayward <alan.hayward@arm.com>
14744
14745 * CONTRIBUTE: Replace contribution list with wiki link.
14746
14747 2019-01-25 Tom Tromey <tom@tromey.com>
14748
14749 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14750
14751 2019-01-25 Tom Tromey <tom@tromey.com>
14752
14753 * xtensa-linux-nat.c: Fix common/ includes.
14754 * xml-support.h: Fix common/ includes.
14755 * xml-support.c: Fix common/ includes.
14756 * x86-linux-nat.c: Fix common/ includes.
14757 * windows-nat.c: Fix common/ includes.
14758 * varobj.h: Fix common/ includes.
14759 * varobj.c: Fix common/ includes.
14760 * value.c: Fix common/ includes.
14761 * valops.c: Fix common/ includes.
14762 * utils.c: Fix common/ includes.
14763 * unittests/xml-utils-selftests.c: Fix common/ includes.
14764 * unittests/utils-selftests.c: Fix common/ includes.
14765 * unittests/unpack-selftests.c: Fix common/ includes.
14766 * unittests/tracepoint-selftests.c: Fix common/ includes.
14767 * unittests/style-selftests.c: Fix common/ includes.
14768 * unittests/string_view-selftests.c: Fix common/ includes.
14769 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14770 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14771 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14772 * unittests/rsp-low-selftests.c: Fix common/ includes.
14773 * unittests/parse-connection-spec-selftests.c: Fix common/
14774 includes.
14775 * unittests/optional-selftests.c: Fix common/ includes.
14776 * unittests/offset-type-selftests.c: Fix common/ includes.
14777 * unittests/observable-selftests.c: Fix common/ includes.
14778 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14779 * unittests/memrange-selftests.c: Fix common/ includes.
14780 * unittests/memory-map-selftests.c: Fix common/ includes.
14781 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14782 * unittests/function-view-selftests.c: Fix common/ includes.
14783 * unittests/environ-selftests.c: Fix common/ includes.
14784 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14785 * unittests/common-utils-selftests.c: Fix common/ includes.
14786 * unittests/cli-utils-selftests.c: Fix common/ includes.
14787 * unittests/array-view-selftests.c: Fix common/ includes.
14788 * ui-file.c: Fix common/ includes.
14789 * tui/tui-io.c: Fix common/ includes.
14790 * tracepoint.h: Fix common/ includes.
14791 * tracepoint.c: Fix common/ includes.
14792 * tracefile-tfile.c: Fix common/ includes.
14793 * top.h: Fix common/ includes.
14794 * top.c: Fix common/ includes.
14795 * thread.c: Fix common/ includes.
14796 * target/waitstatus.h: Fix common/ includes.
14797 * target/waitstatus.c: Fix common/ includes.
14798 * target.h: Fix common/ includes.
14799 * target.c: Fix common/ includes.
14800 * target-memory.c: Fix common/ includes.
14801 * target-descriptions.c: Fix common/ includes.
14802 * symtab.h: Fix common/ includes.
14803 * symfile.c: Fix common/ includes.
14804 * stap-probe.c: Fix common/ includes.
14805 * spu-linux-nat.c: Fix common/ includes.
14806 * sparc-nat.c: Fix common/ includes.
14807 * source.c: Fix common/ includes.
14808 * solib.c: Fix common/ includes.
14809 * solib-target.c: Fix common/ includes.
14810 * ser-unix.c: Fix common/ includes.
14811 * ser-tcp.c: Fix common/ includes.
14812 * ser-pipe.c: Fix common/ includes.
14813 * ser-base.c: Fix common/ includes.
14814 * selftest-arch.c: Fix common/ includes.
14815 * s12z-tdep.c: Fix common/ includes.
14816 * rust-exp.y: Fix common/ includes.
14817 * rs6000-aix-tdep.c: Fix common/ includes.
14818 * riscv-tdep.c: Fix common/ includes.
14819 * remote.c: Fix common/ includes.
14820 * remote-notif.h: Fix common/ includes.
14821 * remote-fileio.h: Fix common/ includes.
14822 * remote-fileio.c: Fix common/ includes.
14823 * regcache.h: Fix common/ includes.
14824 * regcache.c: Fix common/ includes.
14825 * record-btrace.c: Fix common/ includes.
14826 * python/python.c: Fix common/ includes.
14827 * python/py-type.c: Fix common/ includes.
14828 * python/py-inferior.c: Fix common/ includes.
14829 * progspace.h: Fix common/ includes.
14830 * producer.c: Fix common/ includes.
14831 * procfs.c: Fix common/ includes.
14832 * proc-api.c: Fix common/ includes.
14833 * printcmd.c: Fix common/ includes.
14834 * ppc-linux-nat.c: Fix common/ includes.
14835 * parser-defs.h: Fix common/ includes.
14836 * osdata.c: Fix common/ includes.
14837 * obsd-nat.c: Fix common/ includes.
14838 * nat/x86-linux.c: Fix common/ includes.
14839 * nat/x86-linux-dregs.c: Fix common/ includes.
14840 * nat/x86-dregs.h: Fix common/ includes.
14841 * nat/x86-dregs.c: Fix common/ includes.
14842 * nat/ppc-linux.c: Fix common/ includes.
14843 * nat/mips-linux-watch.h: Fix common/ includes.
14844 * nat/mips-linux-watch.c: Fix common/ includes.
14845 * nat/linux-waitpid.c: Fix common/ includes.
14846 * nat/linux-ptrace.h: Fix common/ includes.
14847 * nat/linux-ptrace.c: Fix common/ includes.
14848 * nat/linux-procfs.c: Fix common/ includes.
14849 * nat/linux-personality.c: Fix common/ includes.
14850 * nat/linux-osdata.c: Fix common/ includes.
14851 * nat/linux-namespaces.c: Fix common/ includes.
14852 * nat/linux-btrace.h: Fix common/ includes.
14853 * nat/linux-btrace.c: Fix common/ includes.
14854 * nat/fork-inferior.c: Fix common/ includes.
14855 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14856 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14857 * nat/aarch64-linux.c: Fix common/ includes.
14858 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14859 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14860 * namespace.h: Fix common/ includes.
14861 * mips-linux-tdep.c: Fix common/ includes.
14862 * minsyms.c: Fix common/ includes.
14863 * mi/mi-parse.h: Fix common/ includes.
14864 * mi/mi-main.c: Fix common/ includes.
14865 * mi/mi-cmd-env.c: Fix common/ includes.
14866 * memrange.h: Fix common/ includes.
14867 * memattr.c: Fix common/ includes.
14868 * maint.h: Fix common/ includes.
14869 * maint.c: Fix common/ includes.
14870 * main.c: Fix common/ includes.
14871 * machoread.c: Fix common/ includes.
14872 * location.c: Fix common/ includes.
14873 * linux-thread-db.c: Fix common/ includes.
14874 * linux-nat.c: Fix common/ includes.
14875 * linux-fork.c: Fix common/ includes.
14876 * inline-frame.c: Fix common/ includes.
14877 * infrun.c: Fix common/ includes.
14878 * inflow.c: Fix common/ includes.
14879 * inferior.h: Fix common/ includes.
14880 * inferior.c: Fix common/ includes.
14881 * infcmd.c: Fix common/ includes.
14882 * inf-ptrace.c: Fix common/ includes.
14883 * inf-child.c: Fix common/ includes.
14884 * ia64-linux-nat.c: Fix common/ includes.
14885 * i387-tdep.c: Fix common/ includes.
14886 * i386-tdep.c: Fix common/ includes.
14887 * i386-linux-tdep.c: Fix common/ includes.
14888 * i386-linux-nat.c: Fix common/ includes.
14889 * i386-go32-tdep.c: Fix common/ includes.
14890 * i386-fbsd-tdep.c: Fix common/ includes.
14891 * i386-fbsd-nat.c: Fix common/ includes.
14892 * guile/scm-type.c: Fix common/ includes.
14893 * guile/guile.c: Fix common/ includes.
14894 * go32-nat.c: Fix common/ includes.
14895 * gnu-nat.c: Fix common/ includes.
14896 * gdbthread.h: Fix common/ includes.
14897 * gdbarch-selftests.c: Fix common/ includes.
14898 * gdb_usleep.c: Fix common/ includes.
14899 * gdb_select.h: Fix common/ includes.
14900 * gdb_bfd.c: Fix common/ includes.
14901 * gcore.c: Fix common/ includes.
14902 * fork-child.c: Fix common/ includes.
14903 * findvar.c: Fix common/ includes.
14904 * fbsd-nat.c: Fix common/ includes.
14905 * event-top.c: Fix common/ includes.
14906 * event-loop.c: Fix common/ includes.
14907 * dwarf2read.c: Fix common/ includes.
14908 * dwarf2loc.c: Fix common/ includes.
14909 * dwarf2-frame.c: Fix common/ includes.
14910 * dwarf-index-cache.c: Fix common/ includes.
14911 * dtrace-probe.c: Fix common/ includes.
14912 * disasm-selftests.c: Fix common/ includes.
14913 * defs.h: Fix common/ includes.
14914 * csky-tdep.c: Fix common/ includes.
14915 * cp-valprint.c: Fix common/ includes.
14916 * cp-support.h: Fix common/ includes.
14917 * cp-support.c: Fix common/ includes.
14918 * corelow.c: Fix common/ includes.
14919 * completer.h: Fix common/ includes.
14920 * completer.c: Fix common/ includes.
14921 * compile/compile.c: Fix common/ includes.
14922 * compile/compile-loc2c.c: Fix common/ includes.
14923 * compile/compile-cplus-types.c: Fix common/ includes.
14924 * compile/compile-cplus-symbols.c: Fix common/ includes.
14925 * command.h: Fix common/ includes.
14926 * cli/cli-dump.c: Fix common/ includes.
14927 * cli/cli-cmds.c: Fix common/ includes.
14928 * charset.c: Fix common/ includes.
14929 * build-id.c: Fix common/ includes.
14930 * btrace.h: Fix common/ includes.
14931 * btrace.c: Fix common/ includes.
14932 * breakpoint.h: Fix common/ includes.
14933 * breakpoint.c: Fix common/ includes.
14934 * ax.h:
14935 (enum agent_op): Fix common/ includes.
14936 * ax-general.c (struct aop_map): Fix common/ includes.
14937 * ax-gdb.c: Fix common/ includes.
14938 * auxv.c: Fix common/ includes.
14939 * auto-load.c: Fix common/ includes.
14940 * arm-tdep.c: Fix common/ includes.
14941 * arch/riscv.c: Fix common/ includes.
14942 * arch/ppc-linux-common.c: Fix common/ includes.
14943 * arch/i386.c: Fix common/ includes.
14944 * arch/arm.c: Fix common/ includes.
14945 * arch/arm-linux.c: Fix common/ includes.
14946 * arch/arm-get-next-pcs.c: Fix common/ includes.
14947 * arch/amd64.c: Fix common/ includes.
14948 * arch/aarch64.c: Fix common/ includes.
14949 * arch/aarch64-insn.c: Fix common/ includes.
14950 * arch-utils.c: Fix common/ includes.
14951 * amd64-windows-tdep.c: Fix common/ includes.
14952 * amd64-tdep.c: Fix common/ includes.
14953 * amd64-sol2-tdep.c: Fix common/ includes.
14954 * amd64-obsd-tdep.c: Fix common/ includes.
14955 * amd64-nbsd-tdep.c: Fix common/ includes.
14956 * amd64-linux-tdep.c: Fix common/ includes.
14957 * amd64-linux-nat.c: Fix common/ includes.
14958 * amd64-fbsd-tdep.c: Fix common/ includes.
14959 * amd64-fbsd-nat.c: Fix common/ includes.
14960 * amd64-dicos-tdep.c: Fix common/ includes.
14961 * amd64-darwin-tdep.c: Fix common/ includes.
14962 * agent.c: Fix common/ includes.
14963 * ada-lang.h: Fix common/ includes.
14964 * ada-lang.c: Fix common/ includes.
14965 * aarch64-tdep.c: Fix common/ includes.
14966
14967 2019-01-25 Tom Tromey <tom@tromey.com>
14968
14969 * common/create-version.sh: Use common/version.h.
14970
14971 2019-01-24 Pedro Alves <palves@redhat.com>
14972
14973 * infrun.c (signal_stop, signal_print, signal_program)
14974 (signal_catch, signal_pass): Now arrays instead of pointers.
14975 (update_signals_program_target, do_target_resume)
14976 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14977 * linux-nat.c (linux_nat_target::pass_signals)
14978 (linux_nat_target::create_inferior, linux_nat_target::attach):
14979 Adjust.
14980 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14981 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14982 * procfs.c (procfs_target::pass_signals): Adjust.
14983 * record-full.c (record_full_target::resume): Adjust.
14984 * remote.c (remote_target::pass_signals)
14985 (remote_target::program_signals): Adjust.
14986 * target-debug.h (target_debug_print_signals): Now takes a
14987 gdb::array_view as parameter. Adjust.
14988 * target.h (target_ops) <pass_signals, program_signals>: Replace
14989 pointer and length parameters with gdb::array_view.
14990 (target_pass_signals, target_program_signals): Likewise.
14991 * target-delegates.c: Regenerate.
14992
14993 2019-01-24 Pedro Alves <palves@redhat.com>
14994
14995 * common/forward-scope-exit.h
14996 (forward_scope_exit::forward_scope_exit): Pass arguments to
14997 m_bind_function directly, instead of creating a std::bind and
14998 copying that.
14999
15000 2019-01-24 Alan Hayward <alan.hayward@arm.com>
15001
15002 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15003 for static members.
15004 (pass_in_v_vfp_candidate): Likewise.
15005
15006 2019-01-23 Tom Tromey <tom@tromey.com>
15007 Pedro Alves <palves@redhat.com>
15008
15009 * regcache.c (class regcache_invalidator): Remove.
15010 (regcache::raw_write): Use make_scope_exit.
15011
15012 2019-01-23 Tom Tromey <tom@tromey.com>
15013
15014 * ui-out.h (class ui_out_emit_type): Update comment.
15015
15016 2019-01-23 Tom Tromey <tom@tromey.com>
15017
15018 * infrun.c (fetch_inferior_event): Update comment.
15019
15020 2019-01-23 Tom Tromey <tom@tromey.com>
15021 Pedro Alves <palves@redhat.com>
15022
15023 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
15024 parameter.
15025 (fetch_inferior_event): Use SCOPE_EXIT.
15026
15027
15028 2019-01-23 Tom Tromey <tom@tromey.com>
15029 Pedro Alves <palves@redhat.com>
15030
15031 * infrun.c (disable_thread_events): Delete.
15032 (stop_all_threads): Use SCOPE_EXIT.
15033
15034 2019-01-23 Tom Tromey <tom@tromey.com>
15035 Pedro Alves <palves@redhat.com>
15036
15037 * symfile.c: Include forward-scope-exit.h.
15038 (clear_symtab_users_cleanup): Replace forward declaration with
15039 a FORWARD_SCOPE_EXIT.
15040 (syms_from_objfile_1): Use the forward_scope_exit and
15041 gdb::optional instead of cleanup_function.
15042 (reread_symbols): Use the forward_scope_exit instead of
15043 cleanup_function.
15044 (clear_symtab_users_cleanup): Remove function.
15045
15046 2019-01-23 Tom Tromey <tom@tromey.com>
15047 Pedro Alves <palves@redhat.com>
15048
15049 * linux-nat.c: Include scope-exit.h.
15050 (cleanup_target_stop): Remove.
15051 (linux_nat_target::static_tracepoint_markers_by_strid): Use
15052 SCOPE_EXIT.
15053
15054 2019-01-23 Tom Tromey <tom@tromey.com>
15055 Pedro Alves <palves@redhat.com>
15056
15057 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
15058 (call_function_by_hand_dummy): Use SCOPE_EXIT.
15059
15060 2019-01-23 Tom Tromey <tom@tromey.com>
15061 Andrew Burgess <andrew.burgess@embecosm.com>
15062 Pedro Alves <palves@redhat.com>
15063
15064 * infrun.c (fetch_inferior_event): Use scope_exit.
15065 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
15066 * top.c (execute_command): Use scope_exit.
15067 * breakpoint.c (bpstat_do_actions): Use scope_exit.
15068 * utils.c (do_bpstat_clear_actions_cleanup)
15069 (make_bpstat_clear_actions_cleanup): Remove.
15070
15071 2019-01-23 Tom Tromey <tom@tromey.com>
15072 Pedro Alves <palves@redhat.com>
15073
15074 * infrun.c: Include "common/scope-exit.h"
15075 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
15076 (wait_for_inferior): Use SCOPE_EXIT.
15077 (fetch_inferior_event): Use scope_exit.
15078
15079 2019-01-23 Tom Tromey <tom@tromey.com>
15080 Pedro Alves <palves@redhat.com>
15081
15082 * breakpoint.c (create_breakpoint): Remove cleanup.
15083
15084 2019-01-23 Tom Tromey <tom@tromey.com>
15085 Andrew Burgess <andrew.burgess@embecosm.com>
15086 Pedro Alves <palves@redhat.com>
15087
15088 2019-01-23 Pedro Alves <palves@redhat.com>
15089
15090 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
15091
15092 2019-01-23 Pedro Alves <palves@redhat.com>
15093 Andrew Burgess <andrew.burgess@embecosm.com>
15094
15095 * gdbthread.h: Include "common/forward-scope-exit.h".
15096 (scoped_finish_thread_state): Redefine custom class in terms of
15097 forward_scope_exit.
15098
15099 2019-01-23 Pedro Alves <palves@redhat.com>
15100 Andrew Burgess <andrew.burgess@embecosm.com>
15101
15102 * common/forward-scope-exit.h: New file.
15103
15104 2019-01-23 Pedro Alves <palves@redhat.com>
15105 Andrew Burgess <andrew.burgess@embecosm.com>
15106 Tom Tromey <tom@tromey.com>
15107
15108 * common/scope-exit.h: New file.
15109
15110 2019-01-23 Pedro Alves <palves@redhat.com>
15111
15112 * common/preprocessor.h (ESC): Rename to ...
15113 (ESC_PARENS): ... this.
15114 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
15115 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
15116
15117 2019-01-23 Tom Tromey <tom@tromey.com>
15118
15119 * language.h (class scoped_switch_to_sym_language_if_auto):
15120 Initialize m_lang in both cases.
15121
15122 2019-01-23 Alan Hayward <alan.hayward@arm.com>
15123
15124 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
15125 with XCNEW.
15126
15127 2019-01-22 Tom Tromey <tom@tromey.com>
15128
15129 * corelow.c: Do not include sys/file.h.
15130
15131 2019-01-22 Tom Tromey <tom@tromey.com>
15132
15133 * tui/tui-wingeneral.h: Include gdb_curses.h.
15134
15135 2019-01-22 Tom Tromey <tom@tromey.com>
15136
15137 * source-cache.h (class source_cache) <get_source_lines,
15138 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
15139
15140 2019-01-22 Tom Tromey <tom@tromey.com>
15141
15142 * remote-fileio.h (struct remote_target): Declare.
15143
15144 2019-01-22 Tom Tromey <tom@tromey.com>
15145
15146 * python/py-arch.c: Do not include py-ref.h.
15147 * python/py-bpevent.c: Do not include py-ref.h.
15148 * python/py-cmd.c: Do not include py-ref.h.
15149 * python/py-continueevent.c: Do not include py-ref.h.
15150 * python/py-event.h: Do not include py-ref.h.
15151 * python/py-evtregistry.c: Do not include py-ref.h.
15152 * python/py-finishbreakpoint.c: Do not include py-ref.h.
15153 * python/py-frame.c: Do not include py-ref.h.
15154 * python/py-framefilter.c: Do not include py-ref.h.
15155 * python/py-function.c: Do not include py-ref.h.
15156 * python/py-infevents.c: Do not include py-ref.h.
15157 * python/py-linetable.c: Do not include py-ref.h.
15158 * python/py-objfile.c: Do not include py-ref.h.
15159 * python/py-param.c: Do not include py-ref.h.
15160 * python/py-prettyprint.c: Do not include py-ref.h.
15161 * python/py-progspace.c: Do not include py-ref.h.
15162 * python/py-symbol.c: Do not include py-ref.h.
15163 * python/py-symtab.c: Do not include py-ref.h.
15164 * python/py-type.c: Do not include py-ref.h.
15165 * python/py-unwind.c: Do not include py-ref.h.
15166 * python/py-utils.c: Do not include py-ref.h.
15167 * python/py-value.c: Do not include py-ref.h.
15168 * python/py-varobj.c: Do not include py-ref.h.
15169 * python/py-xmethods.c: Do not include py-ref.h.
15170 * python/python.c: Do not include py-ref.h.
15171 * varobj.c: Do not include py-ref.h.
15172
15173 2019-01-22 Tom Tromey <tom@tromey.com>
15174
15175 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15176 keyword for bcache.
15177
15178 2019-01-22 Tom Tromey <tom@tromey.com>
15179
15180 * compile/compile-cplus-types.c: Remove a comment by #include.
15181
15182 2019-01-22 Tom Tromey <tom@tromey.com>
15183
15184 * compile/gcc-c-plugin.h: Include compile-internal.h.
15185
15186 2019-01-22 Tom Tromey <tom@tromey.com>
15187
15188 * stabsread.c (EXTERN): Do not define.
15189 (symnum, next_symbol_text_func, processing_gcc_compilation)
15190 (within_function, global_sym_chain, global_stabs)
15191 (previous_stab_code, this_object_header_files)
15192 (n_this_object_header_files)
15193 (n_allocated_this_object_header_files): Define.
15194 * stabsread.h (EXTERN): Never define. Use "extern".
15195
15196 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15197
15198 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15199 history_value.
15200
15201 2019-01-21 Tom Tromey <tom@tromey.com>
15202
15203 * ui-out.c: Fix includes.
15204 * tui/tui-source.c: Fix includes.
15205 * target.c: Fix includes.
15206 * remote.c: Fix includes.
15207 * regcache.c: Fix includes.
15208 * python/py-block.c: Fix includes.
15209 * printcmd.c: Fix includes.
15210 * or1k-tdep.c: Fix includes.
15211 * mi/mi-main.c: Fix includes.
15212 * m32r-tdep.c: Fix includes.
15213 * csky-tdep.c: Fix includes.
15214 * compile/compile-cplus-types.c: Fix includes.
15215 * cli/cli-interp.c: Fix includes.
15216
15217 2019-01-21 Alan Hayward <alan.hayward@arm.com>
15218
15219 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15220 for padding.
15221
15222 2019-01-16 Tom Tromey <tom@tromey.com>
15223
15224 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15225 earlier.
15226 (struct objfile) <msymbols_range>: Move from top level.
15227 <msymbols>: New method.
15228 (class objfile_msymbols): Remove.
15229 * symtab.c (default_collect_symbol_completion_matches_break_on):
15230 Update.
15231 * symmisc.c (dump_msymbols): Update.
15232 * stabsread.c (scan_file_globals): Update.
15233 * objc-lang.c (info_selectors_command, info_classes_command)
15234 (find_methods): Update.
15235 * minsyms.c (find_solib_trampoline_target): Update.
15236 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15237 * coffread.c (coff_symfile_read): Update.
15238 * ada-lang.c (ada_lookup_simple_minsym)
15239 (ada_collect_symbol_completion_matches): Update.
15240
15241 2019-01-16 Tom Tromey <tom@tromey.com>
15242
15243 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15244 type. Remove no-argument constructor.
15245 <iterator::operator++>: Simplify.
15246 <begin>: Update.
15247 <end>: Use minimal_symbol_count.
15248
15249 2019-01-16 Tom Tromey <tom@tromey.com>
15250
15251 * objfiles.h (struct objfile) <psymtabs>: New method.
15252 (class objfile_psymtabs): Remove.
15253 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15254 typedef.
15255 <range>: New method.
15256 (require_partial_symbols): Change return type.
15257 * psymtab.c (require_partial_symbols)
15258 (psym_expand_symtabs_matching): Update.
15259 * mdebugread.c (parse_partial_symbols): Update.
15260 * dbxread.c (dbx_end_psymtab): Update.
15261
15262 2019-01-15 Tom Tromey <tom@tromey.com>
15263
15264 * symtab.c (lookup_objfile_from_block)
15265 (lookup_symbol_in_objfile_symtabs)
15266 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15267 (find_line_symtab, info_sources_command)
15268 (default_collect_symbol_completion_matches_break_on)
15269 (make_source_files_completion_list): Update.
15270 * symmisc.c (print_objfile_statistics, dump_objfile)
15271 (maintenance_print_symbols, maintenance_info_symtabs)
15272 (maintenance_check_symtabs, maintenance_info_line_tables):
15273 Update.
15274 * source.c (select_source_symtab)
15275 (forget_cached_source_info_for_objfile): Update.
15276 * objfiles.h (class objfile_compunits): Remove.
15277 (struct objfile) <compunits_range>: New typedef.
15278 (compunits): New method.
15279 * objfiles.c (objfile_relocate1): Update.
15280 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15281 * maint.c (count_symtabs_and_blocks): Update.
15282 * linespec.c (iterate_over_all_matching_symtabs): Update.
15283 * cp-support.c (add_symbol_overload_list_qualified): Update.
15284 * coffread.c (coff_symtab_read): Update.
15285 * ada-lang.c (add_nonlocal_symbols)
15286 (ada_collect_symbol_completion_matches)
15287 (ada_add_global_exceptions): Update.
15288
15289 2019-01-15 Tom Tromey <tom@tromey.com>
15290
15291 * progspace.h (program_space) <objfiles_safe_range>: New
15292 typedef.
15293 <objfiles_safe>: New method.
15294 * objfiles.h (class all_objfiles_safe): Remove.
15295 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15296 * jit.c (jit_inferior_exit_hook): Update.
15297
15298 2019-01-17 Tom Tromey <tom@tromey.com>
15299
15300 * progspace.h (program_space) <objfiles_range>: New typedef.
15301 <objfiles>: New method.
15302 <objfiles_head>: Rename from objfiles.
15303 (object_files): Update.
15304 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15305 * guile/scm-pretty-print.c
15306 (ppscm_find_pretty_printer_from_objfiles): Update.
15307 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15308 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15309 Update.
15310 * python/py-progspace.c (pspy_get_objfiles): Update.
15311 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15312 Update.
15313 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15314 (objfpy_lookup_objfile_by_build_id): Update.
15315 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15316 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15317 Update.
15318 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15319 (expand_symtab_containing_pc, lookup_objfile_from_block)
15320 (lookup_static_symbol, basic_lookup_transparent_type)
15321 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15322 (find_line_symtab, info_sources_command)
15323 (default_collect_symbol_completion_matches_break_on)
15324 (make_source_files_completion_list, find_main_name): Update.
15325 * symmisc.c (print_symbol_bcache_statistics)
15326 (print_objfile_statistics, maintenance_print_symbols)
15327 (maintenance_print_msymbols, maintenance_print_objfiles)
15328 (maintenance_info_symtabs, maintenance_check_symtabs)
15329 (maintenance_expand_symtabs, maintenance_info_line_tables):
15330 Update.
15331 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15332 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15333 (map_overlay_command, unmap_overlay_command)
15334 (simple_overlay_update, expand_symtabs_matching)
15335 (map_symbol_filenames): Update.
15336 * symfile-debug.c (set_debug_symfile): Update.
15337 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15338 Update.
15339 * source.c (select_source_symtab, forget_cached_source_info):
15340 Update.
15341 * solib.c (solib_read_symbols): Update.
15342 * solib-spu.c (append_ocl_sos): Update.
15343 * psymtab.c (maintenance_print_psymbols)
15344 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15345 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15346 * printcmd.c (info_symbol_command): Update.
15347 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15348 Update.
15349 * objfiles.h (class all_objfiles): Remove.
15350 * objfiles.c (have_partial_symbols, have_full_symbols)
15351 (have_minimal_symbols, qsort_cmp, update_section_map)
15352 (shared_objfile_contains_address_p)
15353 (default_iterate_over_objfiles_in_search_order): Update.
15354 * objc-lang.c (info_selectors_command, info_classes_command)
15355 (find_methods): Update.
15356 * minsyms.c (find_solib_trampoline_target): Update.
15357 * maint.c (maintenance_info_sections)
15358 (maintenance_translate_address, count_symtabs_and_blocks):
15359 Update.
15360 * main.c (captured_main_1): Update.
15361 * linux-thread-db.c (try_thread_db_load_from_pdir)
15362 (has_libpthread): Update.
15363 * linespec.c (iterate_over_all_matching_symtabs)
15364 (search_minsyms_for_name): Update.
15365 * jit.c (jit_find_objf_with_entry_addr): Update.
15366 * hppa-tdep.c (find_unwind_entry)
15367 (hppa_lookup_stub_minimal_symbol): Update.
15368 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15369 Update.
15370 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15371 (elf_gnu_ifunc_resolve_by_got): Update.
15372 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15373 * dwarf-index-write.c (save_gdb_index_command): Update.
15374 * cp-support.c (add_symbol_overload_list_qualified): Update.
15375 * breakpoint.c (create_overlay_event_breakpoint)
15376 (create_longjmp_master_breakpoint)
15377 (create_std_terminate_master_breakpoint)
15378 (create_exception_master_breakpoint): Update.
15379 * blockframe.c (find_pc_partial_function): Update.
15380 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15381 (ada_collect_symbol_completion_matches)
15382 (ada_add_global_exceptions): Update.
15383
15384 2019-01-17 Tom Tromey <tom@tromey.com>
15385
15386 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15387 declare VEC.
15388 (solib_target_parse_libraries): Change return type.
15389 (library_list_start_segment, library_list_start_section)
15390 (library_list_end_library, library_list_start_library); Update.
15391 (solib_target_free_library_list): Remove.
15392 (solib_target_parse_libraries): Remove cleanup. Change return
15393 type.
15394 (solib_target_current_sos): Update.
15395
15396 2019-01-17 Tom Tromey <tromey@bapiya>
15397
15398 * valprint.c: Replace "the the" with "the".
15399 * symtab.c: Replace "the the" with "the".
15400 * solib.c: Replace "the the" with "the".
15401 * solib-dsbt.c: Replace "the the" with "the".
15402 * linespec.c: Replace "the the" with "the".
15403 * dwarf2loc.h: Replace "the the" with "the".
15404 * amd64-windows-tdep.c: Replace "the the" with "the".
15405 * aarch64-tdep.c: Replace "the the" with "the".
15406
15407 2019-01-16 Keith Seitz <keiths@redhat.com>
15408
15409 PR gdb/23773
15410 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15411 <builder>: Rename to ..
15412 <m_builder>: ... this and make private.
15413 (dwarf2_cu::get_builder): New method. Change all users of
15414 `builder' to use this method.
15415 (dwarf2_start_symtab): Move to ...
15416 (dwarf2_cu::start_symtab): ... here. Update all callers
15417 (setup_type_unit_groups): Move to ...
15418 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15419 callers.
15420 (dwarf2_cu::reset_builder): New method.
15421 (process_full_compunit, process_full_type_unit): Use
15422 dwarf2_cu::reset_builder.
15423 (follow_die_offset): Record the ancestor CU if it is different
15424 from the followed DIE's CU.
15425 (follow_die_sig_1): Likewise.
15426
15427 2019-01-15 Tom Tromey <tom@tromey.com>
15428
15429 * remote.c (class remote_state) <buf>: Now a char_vector.
15430 <buf_size>: Remove.
15431 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15432 parameter.
15433 (remote_target::getpkt_or_notif_sane_1)
15434 (remote_target::getpkt_sane)
15435 (remote_target::getpkt_or_notif_sane): Likewise.
15436 (class remote_target) <putpkt>: New overload.
15437 (remote_target::read_frame): Change type of "buf_p". Remove
15438 sizeof_p parameter.
15439 (packet_ok): New overload.
15440 (packet_check_result): New overload.
15441 Update all uses.
15442
15443 2019-01-14 Tom Tromey <tom@tromey.com>
15444
15445 * remote-notif.c (handle_notification, remote_notif_ack)
15446 (remote_notif_parse): Make "buf" const.
15447 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15448 const.
15449 (remote_notif_parse, remote_notif_ack, handle_notification):
15450 Likewise.
15451 * remote.c (remote_notif_stop_parse): Make "buf" const.
15452 (remote_target::remote_parse_stop_reply): Make "buf" const.
15453 (remote_notif_stop_ack): Make "buf" const.
15454
15455 2019-01-14 Tom Tromey <tom@tromey.com>
15456
15457 * remote.c (remote_console_output): Make parameter const.
15458
15459 2019-01-14 Tom Tromey <tom@tromey.com>
15460
15461 * target-debug.h (target_debug_print_signals): Constify.
15462 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15463 * procfs.c (procfs_target::pass_signals): Update.
15464 * linux-nat.c (linux_nat_target::pass_signals): Update.
15465 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15466 * target-delegates.c: Rebuild.
15467 * remote.c (remote_target::program_signals): Update.
15468 (remote_target::pass_signals): Update.
15469 * target.c (target_pass_signals): Constify argument.
15470 (target_program_signals): Likewise.
15471 * target.h (struct target_ops) <pass_signals, program_signals>:
15472 Constify argument.
15473 (target_pass_signals, target_program_signals): Constify argument.
15474
15475 2019-01-14 Tom Tromey <tom@tromey.com>
15476
15477 PR tui/28819:
15478 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15479
15480 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15481
15482 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15483 field.
15484 * rs6000-tdep.c: Include reggroups.h.
15485 (IS_V_ALIAS_PSEUDOREG): Define.
15486 (rs6000_register_name): Return names for the "vX" aliases.
15487 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15488 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15489 aliases. Call default_register_reggroup_p for all other
15490 pseudo-registers.
15491 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15492 New functions.
15493 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15494 Handle "vX" aliases.
15495 (v_alias_pseudo_register_collect): New function.
15496 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15497 (rs6000_gdbarch_init): Initialize "vX" aliases as
15498 pseudo-registers. Restore registration of
15499 rs6000_pseudo_register_reggroup_p with
15500 set_tdesc_pseudo_register_reggroup_p.
15501
15502 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15503
15504 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15505 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15506 set_gdbarch_num_pseudo_regs.
15507
15508 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15509
15510 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15511 Remove arg prefixname, add do_set and do_show.
15512 Add member functions set_list and show_list.
15513 * cli/cli-style.c (class cli_style_option): Update accordingly.
15514 (style_set_list): Move to file scope.
15515 (style_show_list): Likewise.
15516 (set_style): Call help_list.
15517 (show_style): Call cmd_show_list.
15518 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15519 Update to use the new macro.
15520
15521 2019-10-12 Joel Brobecker <brobecker@adacore.com>
15522
15523 * ada-lang.c (_initialize_ada_language): Expand the help text
15524 for the "catch exception" command.
15525
15526 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15527
15528 * symtab.c (matching_obj_sections): Initialize obj,
15529 declare it closer to its usage.
15530
15531 2019-01-10 Tom Tromey <tom@tromey.com>
15532
15533 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15534 (basic_inf_threads_range): Remove.
15535 (inf_threads_range, inf_non_exited_threads_range)
15536 (safe_inf_threads_range): Use next_adapter.
15537
15538 2019-01-10 Keith Seitz <keiths@redhat.com>
15539
15540 PR gdb/23712
15541 PR symtab/23010
15542 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15543 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15544
15545 2019-01-10 Keith Seitz <keiths@redhat.com>
15546
15547 PR gdb/23712
15548 PR symtab/23010
15549 * dictionary.c (pending_to_vector): Remove.
15550 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15551 Remove _1 suffix, replacing functions of the same name. Update
15552 all callers.
15553 (dict_create_hashed, dict_create_hashed_expandable)
15554 (dict_create_linear, dict_create_linear_expandable, dict_free)
15555 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15556 Make functions static.
15557
15558 2019-01-10 Keith Seitz <keiths@redhat.com>
15559
15560 PR gdb/23712
15561 PR symtab/23010
15562 * dictionary.h (struct dictionary): Replace declaration with
15563 multidictionary.
15564 (dict_create_hashed, dict_create_hashed_expandable)
15565 (dict_create_linear, dict_create_linear_expandable)
15566 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15567 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15568 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15569 taking multidictionary argument.
15570 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15571 * block.h (struct block) <dict>: Change to multidictionary
15572 and rename `multidict'.
15573 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15574 symmisc.c: Update all dictionary references to multidictionary.
15575
15576 2019-01-10 Keith Seitz <keiths@redhat.com>
15577
15578 PR gdb/23712
15579 PR symtab/23010
15580 * dictionary.c: Include unordered_map.
15581 (pending_to_vector): New function.
15582 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15583 Rewrite the non-"_1" functions to take vector instead
15584 of linked list.
15585 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15586 "new" _1 versions of the same name.
15587 (multidictionary): Define.
15588 (std::hash<enum language): New definition.
15589 (collate_pending_symbols_by_language, mdict_create_hashed)
15590 (mdict_create_hashed_expandable, mdict_create_linear)
15591 (mdict_create_linear_expandable, mdict_free)
15592 (find_language_dictionary, create_new_language_dictionary)
15593 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15594 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15595 (mdict_size, mdict_empty): New functions.
15596 * dictionary.h (mdict_iterator): Define.
15597
15598 2019-01-10 Pedro Alves <palves@redhat.com>
15599
15600 * breakpoint.c (read_uploaded_action)
15601 (create_tracepoint_from_upload): Adjust to use
15602 gdb::unique_xmalloc_ptr.
15603 * ctf.c (ctf_write_uploaded_tp):
15604 (SET_ARRAY_FIELD): Use emplace_back.
15605 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15606 * tracefile-tfile.c (tfile_write_uploaded_tp):
15607 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15608 gdb::unique_xmalloc_ptr.
15609 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15610 at_string, cond_string, cmd_strings>: Replace char pointers
15611 with gdb::unique_xmalloc_ptr.
15612
15613 2019-01-10 Pedro Alves <palves@redhat.com>
15614
15615 * solib-target.c (library_list_start_library): Don't xstrdup name.
15616
15617 2019-01-10 Pedro Alves <palves@redhat.com>
15618
15619 * mdebugread.c (parse_partial_symbols): Use
15620 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15621
15622 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15623
15624 * linux-fork.c (scoped_switch_fork_info)
15625 <~scoped_switch_fork_info>: Fix incorrect variable name.
15626
15627 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15628
15629 * linux-fork.c (scoped_switch_fork_info)
15630 <scoped_switch_fork_info>: Make explicit.
15631 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15632
15633 2019-01-10 Tom Tromey <tom@tromey.com>
15634
15635 * objfiles.h (objfile::reset_psymtabs): Update.
15636 * objfiles.c (objfile::objfile): Update.
15637 * psymtab.h (psymtab_storage::obstack): Update.
15638 (psymtab_storage::m_obstack): Use gdb::optional.
15639 (class psymtab_storage): Update comment. Remove objfile
15640 parameter.
15641 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15642
15643 2019-01-10 Tom Tromey <tom@tromey.com>
15644
15645 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15646 <free_psymtabs>: Now private.
15647 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15648 (allocate_psymtab): Use new method.
15649
15650 2019-01-10 Tom Tromey <tom@tromey.com>
15651
15652 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15653 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15654 * mdebugread.c (parse_partial_symbols): Use
15655 allocate_dependencies.
15656 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15657 allocate_dependencies.
15658 (process_psymtab_comp_unit_reader)
15659 (build_type_psymtab_dependencies): Likewise.
15660 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15661
15662 2019-01-10 Tom Tromey <tom@tromey.com>
15663
15664 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15665 PSYMBOL_SET_LANGUAGE.
15666 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15667
15668 2019-01-10 Tom Tromey <tom@tromey.com>
15669
15670 * psymtab.h (psymtab_storage::obstack): New method.
15671 <m_obstack>: Rename from obstack; now private.
15672 * psymtab.c (psymtab_storage): Update.
15673 * dwarf2read.c (create_addrmap_from_index)
15674 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15675 Update.
15676
15677 2019-01-10 Tom Tromey <tom@tromey.com>
15678
15679 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15680 * objfiles.h (objfile::reset_psymtabs): New method.
15681
15682 2019-01-10 Tom Tromey <tom@tromey.com>
15683
15684 * symmisc.c (print_symbol_bcache_statistics): Update.
15685 (print_objfile_statistics): Update.
15686 * symfile.c (reread_symbols): Update.
15687 * psymtab.h (class psymtab_storage): New.
15688 * psymtab.c (psymtab_storage): New constructor.
15689 (~psymtab_storage): New destructor.
15690 (require_partial_symbols): Update.
15691 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15692 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15693 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15694 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15695 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15696 (start_psymtab_common, end_psymtab_common)
15697 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15698 (allocate_psymtab): Update.
15699 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15700 Update.
15701 (dump_psymtab_addrmap, maintenance_print_psymbols)
15702 (maintenance_check_psymtabs): Update.
15703 (class objfile_psymtabs): Move to objfiles.h.
15704 * psympriv.h (discard_psymtab): Now inline.
15705 (psymtab_discarder::psymtab_discarder): Update.
15706 (psymtab_discarder::~psymtab_discarder): Update.
15707 (ALL_OBJFILE_PSYMTABS): Rewrite.
15708 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15709 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15710 Remove fields.
15711 <partial_symtabs>: New field.
15712 (class objfile_psymtabs): Move from psymtab.h. Update.
15713 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15714 psymbol_cache.
15715 (objfile::~objfile): Don't destroy psymbol_cache.
15716 * mdebugread.c (parse_partial_symbols): Update.
15717 * dwarf2read.c (create_addrmap_from_index)
15718 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15719 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15720 (add_partial_subprogram, dwarf2_ranges_read): Update.
15721 * dwarf-index-write.c (write_address_map)
15722 (write_one_signatured_type, recursively_write_psymbols)
15723 (class debug_names, class debug_names, write_psymtabs_to_index):
15724 Update.
15725
15726 2019-01-10 Tom Tromey <tom@tromey.com>
15727
15728 * symtab.h (SYMBOL_SET_NAMES): Update.
15729 (symbol_set_names): Update.
15730 (MSYMBOL_SET_NAMES): Update.
15731 * symtab.c (symbol_set_names): Change argument to be an
15732 objfile_per_bfd_storage.
15733 * psymtab.c (add_psymbol_to_bcache): Update.
15734 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15735
15736 2019-01-10 Tom Tromey <tom@tromey.com>
15737
15738 * symtab.c (create_demangled_names_hash): Change argument to be an
15739 objfile_per_bfd_storage.
15740 (symbol_set_names): Update.
15741
15742 2019-01-10 Tom Tromey <tom@tromey.com>
15743
15744 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15745 init_psymbol_list.
15746 * psymtab.c (init_psymbol_list): Do nothing if already called.
15747 * psympriv.h (init_psymbol_list): Add comment.
15748 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15749 init_psymbol_list.
15750 * dbxread.c (dbx_symfile_read): Unconditionally call
15751 init_psymbol_list.
15752
15753 2019-01-10 Tom Tromey <tom@tromey.com>
15754
15755 * xcoffread.c (scan_xcoff_symtab): Update.
15756 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15757 "where".
15758 * mdebugread.c (parse_partial_symbols)
15759 (handle_psymbol_enumerators): Update.
15760 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15761 * dbxread.c (read_dbx_symtab): Update.
15762 * psympriv.h (psymbol_placement): New enum.
15763 (add_psymbol_to_list): Update.
15764
15765 2019-01-10 Tom Tromey <tom@tromey.com>
15766
15767 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15768 static_psymbols parameters.
15769 (scan_xcoff_symtab): Update.
15770 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15771 static_psymbols parameters.
15772 * psympriv.h (start_psymtab_common): Update.
15773 * mdebugread.c (parse_partial_symbols): Update.
15774 * dwarf2read.c (create_partial_symtab): Update.
15775 * dbxread.c (read_dbx_symtab): Update.
15776 (start_psymtab): Remove global_psymbols and static_psymbols
15777 parameters.
15778
15779 2019-01-10 Tom Tromey <tom@tromey.com>
15780
15781 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15782 * psymtab.c (allocate_psymtab): Add comment.
15783 * psympriv.h (allocate_psymtab): Add comment.
15784 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15785 initializations.
15786 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15787
15788 2019-01-10 Tom Tromey <tom@tromey.com>
15789
15790 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15791 Don't declare.
15792 * mipsread.c: Include mdebugread.h.
15793 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15794 Declare.
15795 * elfread.c: Include mdebugread.h.
15796
15797 2019-01-09 Tom Tromey <tom@tromey.com>
15798
15799 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15800 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15801 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15802 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15803 (psym_lookup_symbol, psym_find_last_source_symtab)
15804 (psym_forget_cached_source_info, psym_print_stats)
15805 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15806 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15807 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15808 (psym_find_compunit_symtab_by_address)
15809 (maintenance_print_psymbols, maintenance_info_psymtabs)
15810 (maintenance_check_psymtabs): Use ranged for.
15811 * psymtab.h (class objfile_psymtabs): New.
15812 (require_partial_symbols): Return objfile_psymtabs.
15813 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15814
15815 2019-01-09 Tom Tromey <tom@tromey.com>
15816
15817 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15818 (find_pc_mapped_section, list_overlays_command)
15819 (map_overlay_command, unmap_overlay_command)
15820 (simple_overlay_update): Use all_objfiles.
15821 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15822 * printcmd.c (info_symbol_command): Use all_objfiles.
15823 * objfiles.h (ALL_OBJSECTIONS): Remove.
15824 * maint.c (maintenance_translate_address): Use all_objfiles.
15825 * gcore.c (gcore_create_callback): Use all_objfiles.
15826 (objfile_find_memory_regions): Likewise.
15827
15828 2019-01-09 Tom Tromey <tom@tromey.com>
15829
15830 * symtab.c (find_line_symtab, info_sources_command)
15831 (make_source_files_completion_list): Use objfile_compunits.
15832 * source.c (select_source_symtab): Use objfile_compunits.
15833 * objfiles.h (struct objfile): Update comment.
15834 (ALL_OBJFILES): Remove.
15835 (ALL_FILETABS): Remove.
15836 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15837 objfile_compunits.
15838
15839 2019-01-09 Tom Tromey <tom@tromey.com>
15840
15841 * symmisc.c (print_objfile_statistics, dump_objfile)
15842 (maintenance_print_symbols): Use compunit_filetabs.
15843 * source.c (forget_cached_source_info_for_objfile): Use
15844 compunit_filetabs.
15845 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15846 (ALL_FILETABS): Use compunit_filetabs.
15847 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15848 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15849
15850 2019-01-09 Tom Tromey <tom@tromey.com>
15851
15852 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15853 (compunit_filetabs): New.
15854 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15855 compunit_filetabs.
15856 (info_sources_command, make_source_files_completion_list): Remove
15857 declaration.
15858 * symmisc.c (print_objfile_statistics, dump_objfile)
15859 (maintenance_print_symbols): Remove declaration.
15860 (maintenance_info_symtabs): Use compunit_filetabs.
15861 (maintenance_info_line_tables): Likewise.
15862 * source.c (select_source_symtab): Change local variable name.
15863 (forget_cached_source_info_for_objfile): Remove declaration.
15864 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15865 * objfiles.c (objfile_relocate1): Remove declaration.
15866 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15867 declaration.
15868 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15869 * coffread.c (coff_symtab_read): Remove declaration.
15870 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15871 compunit_filetabs.
15872
15873 2019-01-09 Tom Tromey <tom@tromey.com>
15874
15875 * symtab.c (lookup_objfile_from_block)
15876 (find_pc_sect_compunit_symtab, search_symbols)
15877 (default_collect_symbol_completion_matches_break_on): Use
15878 objfile_compunits.
15879 * objfiles.h (ALL_COMPUNITS): Remove.
15880 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15881 * cp-support.c (add_symbol_overload_list_qualified): Use
15882 objfile_compunits.
15883 * ada-lang.c (ada_collect_symbol_completion_matches)
15884 (ada_add_global_exceptions): Use objfile_compunits.
15885
15886 2019-01-09 Tom Tromey <tom@tromey.com>
15887
15888 * source.c (select_source_symtab)
15889 (forget_cached_source_info_for_objfile): Remove declaration.
15890 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15891 declaration.
15892 * maint.c (count_symtabs_and_blocks): Remove declaration.
15893 * cp-support.c (add_symbol_overload_list_qualified): Remove
15894 declaration.
15895 * coffread.c (coff_symtab_read): Remove declaration.
15896 * symtab.c (lookup_symbol_in_objfile_symtabs)
15897 (basic_lookup_transparent_type_1): Use objfile_compunits.
15898 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15899 (info_sources_command, search_symbols)
15900 (default_collect_symbol_completion_matches_break_on)
15901 (make_source_files_completion_list): Remove declaration.
15902 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15903 (ada_collect_symbol_completion_matches)
15904 (ada_add_global_exceptions): Remove declaration.
15905 * linespec.c (iterate_over_all_matching_symtabs): Use
15906 objfile_compunits.
15907 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15908 (class objfile_compunits): New.
15909 (ALL_COMPUNITS): Use objfile_compunits.
15910 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15911 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15912 objfile_compunits.
15913 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15914
15915 2019-01-09 Tom Tromey <tom@tromey.com>
15916
15917 * symtab.c (search_symbols)
15918 (default_collect_symbol_completion_matches_break_on): Use
15919 objfile_msymbols.
15920 * ada-lang.c (ada_lookup_simple_minsym)
15921 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15922 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15923 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15924 objfile_msymbols.
15925 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15926 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15927 * objc-lang.c (find_methods): Use objfile_msymbols.
15928 (info_selectors_command, info_classes_command): Likewise.
15929 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15930 * objfiles.h (class objfile_msymbols): New.
15931 (ALL_OBJFILE_MSYMBOLS): Remove.
15932 (ALL_MSYMBOLS): Remove.
15933
15934 2019-01-09 Tom Tromey <tom@tromey.com>
15935
15936 * common/next-iterator.h (next_adapter): Add Iterator template
15937 parameter.
15938 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15939 (class all_objfiles_safe): New.
15940 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15941 * objfiles.c (put_objfile_before): Update comment.
15942 (add_separate_debug_objfile): Likewise.
15943 (free_all_objfiles): Use all_objfiles_safe.
15944 (objfile_purge_solibs): Likewise.
15945
15946 2019-01-09 Tom Tromey <tom@tromey.com>
15947
15948 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15949 (expand_symtab_containing_pc, lookup_static_symbol)
15950 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15951 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15952 all_objfiles.
15953 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15954 * breakpoint.c (create_overlay_event_breakpoint)
15955 (create_longjmp_master_breakpoint)
15956 (create_std_terminate_master_breakpoint)
15957 (create_exception_master_breakpoint): Use all_objfiles.
15958 * linux-thread-db.c (try_thread_db_load_from_pdir)
15959 (has_libpthread): Use all_objfiles.
15960 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15961 * linespec.c (iterate_over_all_matching_symtabs)
15962 (search_minsyms_for_name): Use all_objfiles.
15963 * maint.c (maintenance_info_sections): Use all_objfiles.
15964 * main.c (captured_main_1): Use all_objfiles.
15965 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15966 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15967 * guile/scm-pretty-print.c
15968 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15969 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15970 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15971 (maintenance_print_msymbols): Use all_objfiles.
15972 * source.c (select_source_symtab): Use all_objfiles.
15973 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15974 * symfile.c (remove_symbol_file_command)
15975 (expand_symtabs_matching, map_symbol_filenames): Use
15976 all_objfiles.
15977 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15978 all_objfiles.
15979 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15980 * objc-lang.c (find_methods): Use all_objfiles.
15981 * objfiles.c (have_partial_symbols, have_full_symbols)
15982 (have_minimal_symbols, qsort_cmp)
15983 (default_iterate_over_objfiles_in_search_order): Use
15984 all_objfiles.
15985 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15986 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15987 (maintenance_check_psymtabs): Use all_objfiles.
15988 (ALL_PSYMTABS): Remove.
15989 * compile/compile-object-run.c (do_module_cleanup): Use
15990 all_objfiles.
15991 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15992 * cp-support.c (add_symbol_overload_list_qualified): Use
15993 all_objfiles.
15994 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15995 Use all_objfiles.
15996 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15997 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15998 all_objfiles.
15999 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
16000 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
16001 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
16002 Uses all_objfiles.
16003 * solib.c (solib_read_symbols): Use all_objfiles
16004
16005 2019-01-09 Tom Tromey <tom@tromey.com>
16006
16007 * probe.c (parse_probes_in_pspace): Use all_objfiles.
16008 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
16009 all_objfiles.
16010 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
16011 * symmisc.c (print_symbol_bcache_statistics)
16012 (print_objfile_statistics, maintenance_print_objfiles)
16013 (maintenance_info_symtabs, maintenance_check_symtabs)
16014 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
16015 all_objfiles.
16016 * source.c (forget_cached_source_info): Use all_objfiles.
16017 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
16018 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
16019 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
16020 * objfiles.c (update_section_map): Use all_objfiles.
16021 (shared_objfile_contains_address_p): Likewise.
16022 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
16023 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
16024
16025 2019-01-09 Tom Tromey <tom@tromey.com>
16026
16027 * common/next-iterator.h: New file.
16028 * objfiles.h (class all_objfiles): New.
16029 (struct objfile_iterator): New.
16030
16031 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16032
16033 * NEWS: Move the description of the changed "frame", "select-frame",
16034 and "info frame" commands to the Changed commands section.
16035
16036 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
16037
16038 * gdbtypes.c (check_stub_method_group): Remove handling of old
16039 mangling schemes.
16040 * linespec.c (find_methods): Likewise.
16041 * stabsread.c (read_member_functions): Likewise.
16042 * valops.c (search_struct_method): Likewise.
16043 (value_struct_elt_for_reference): Likewise.
16044 * NEWS: Mention this change.
16045
16046 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
16047
16048 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
16049 print_source_lines.
16050 * source.c (print_source_lines_base): Update line number check.
16051 (print_source_lines): New function.
16052 (source_lines_range::source_lines_range): New function.
16053 * source.h (class source_lines_range): New class.
16054 (print_source_lines): New declaration.
16055
16056 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16057
16058 * linespec.c (linespec_state_destructor): Free self->canonical_names.
16059
16060 2019-01-08 Tom Tromey <tom@tromey.com>
16061 Simon Marchi <simon.marchi@ericsson.com>
16062
16063 PR gdb/24060
16064 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
16065 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
16066 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16067 * f-exp.y (DOLLAR_VARIABLE): Likewise.
16068 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
16069 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16070
16071 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16072
16073 * source.c (select_source_symtab): Move header comment to
16074 declaration in source.h.
16075 (forget_cached_source_info_for_objfile): Likewise.
16076 (forget_cached_source_info): Likewise.
16077 (identify_source_line): Likewise.
16078 * source.h (identify_source_line): Move declaration from symtab.h
16079 and add comment from source.c
16080 (print_source_lines): Likewise.
16081 (forget_cached_source_info_for_objfile): Likewise.
16082 (forget_cached_source_info): Likewise.
16083 (select_source_symtab): Likewise.
16084 (enum print_source_lines_flag): Move definition from symtab.h.
16085 * symtab.h (identify_source_line): Move declaration to source.h.
16086 (print_source_lines): Likewise.
16087 (forget_cached_source_info_for_objfile): Likewise.
16088 (forget_cached_source_info): Likewise.
16089 (select_source_symtab): Likewise.
16090 (enum print_source_lines_flag): Move definition to source.h.
16091 * tui/tui-hooks.c: Add 'source.h' include.
16092
16093 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16094
16095 * source.c (print_source_lines_base): Handle requests to print
16096 reverse line number sequences, and guard against empty lines
16097 string.
16098
16099 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16100
16101 * source.c (print_source_lines_base): Fix skip of '\r' if next
16102 character is '\n'.
16103
16104 2019-01-06 Tom Tromey <tom@tromey.com>
16105
16106 * c-exp.y (struct c_parse_state) <macro_original_text,
16107 expansion_obstack>: New member.
16108 (macro_original_text, expansion_obstack): Remove globals.
16109 (scan_macro_expansion, scanning_macro_expansion)
16110 (finished_macro_expansion): Update.
16111 (scan_macro_cleanup): Remove.
16112 (yylex, c_parse): Update.
16113
16114 2019-01-06 Tom Tromey <tom@tromey.com>
16115
16116 * c-exp.y (struct c_parse_state) <strings>: New member.
16117 (operator_stoken): Update.
16118
16119 2019-01-06 Tom Tromey <tom@tromey.com>
16120
16121 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
16122 (union type_stack_elt) <typelist_val>: Now a pointer to
16123 std::vector.
16124 (type_stack_cleanup): Don't declare.
16125 (push_typelist): Update.
16126 * parse.c (pop_typelist): Return a std::vector.
16127 (push_typelist): Take a std::vector.
16128 (follow_types): Update. Do not free args.
16129 (type_stack_cleanup): Remove.
16130 * c-exp.y (struct c_parse_state): New.
16131 (cpstate): New global.
16132 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
16133 (nonempty_typelist): Update.
16134 (func_mod): Create a new vector.
16135 (c_parse): Create a c_parse_state.
16136 (check_parameter_typelist): Do not delete params.
16137 (function_method): Update. Do not delete type_list.
16138
16139 2019-01-06 Tom Tromey <tom@tromey.com>
16140
16141 PR gdb/28155:
16142 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
16143 check_typedef.
16144 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
16145 (print_return_value): Likewise.
16146
16147 2019-01-05 Tom Tromey <tom@tromey.com>
16148
16149 * contrib/cleanup_check.py: Remove.
16150 * contrib/gcc-with-excheck: Remove.
16151 * contrib/exsummary.py: Remove.
16152 * contrib/excheck.py: Remove.
16153
16154 2019-01-05 Joel Brobecker <brobecker@adacore.com>
16155
16156 * thread.c (delete_thread_1): Add gdb_assert that THR is not
16157 NULL. Initialize tpprev to NULL instead of assigning it
16158 to NULL on the next statement.
16159 * windows-nat.c (windows_delete_thread): Remove check for
16160 main_thread_id before printing thread exit notifications.
16161 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16162 Remove thread ID check against main_thread_id.
16163 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16164 windows_delete_thread.
16165 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16166
16167 2019-01-04 Tom Tromey <tom@tromey.com>
16168
16169 * compile/compile.c (_initialize_compile): Use upper case for
16170 metasyntactic variables.
16171 * symmisc.c (_initialize_symmisc): Use upper case for
16172 metasyntactic variables.
16173 * psymtab.c (_initialize_psymtab): Use upper case for
16174 metasyntactic variables.
16175 * demangle.c (demangle_command): Use upper case for metasyntactic
16176 variables.
16177 (_initialize_demangler): Likewise.
16178 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16179 variables.
16180
16181 2019-01-03 Tom Tromey <tom@tromey.com>
16182
16183 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16184
16185 2019-01-03 Tom Tromey <tom@tromey.com>
16186
16187 * python/py-symtab.c (salpy_str): Update.
16188 (struct salpy_sal_object) <symtab>: Now a PyObject.
16189 (salpy_dealloc): Update.
16190 (del_objfile_sal): Use gdbpy_ref.
16191
16192 2019-01-03 Tom Tromey <tom@tromey.com>
16193
16194 * python/py-type.c (convert_field): Use new_reference. Return
16195 gdbpy_ref.
16196 (make_fielditem): Return gdbpy_ref.
16197 (typy_fields): Update.
16198 (typy_getitem): Update.
16199 (field_name): Return gdbpy_ref. Use new_reference.
16200 (typy_iterator_iternext): Update.
16201
16202 2019-01-03 Tom Tromey <tom@tromey.com>
16203
16204 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16205
16206 2019-01-03 Tom Tromey <tom@tromey.com>
16207
16208 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16209 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16210 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16211 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16212 (pspy_set_type_printers): Likewise.
16213 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16214 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16215 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16216 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16217 (objfpy_set_type_printers): Likewise.
16218
16219 2019-01-03 Tom Tromey <tom@tromey.com>
16220
16221 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16222 (gdbpy_print_stack): Use gdbpy_err_fetch.
16223 * python/python-internal.h (class gdbpy_err_fetch): New class.
16224 (class gdbpy_enter) <m_error_type, m_error_value,
16225 m_error_traceback>: Remove.
16226 <m_error>: New member.
16227 (gdbpy_exception_to_string): Don't declare.
16228 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16229 * python/py-value.c (convert_value_from_python): Use
16230 gdbpy_err_fetch.
16231 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16232 gdbpy_exception_to_string.
16233 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16234 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16235 gdbpy_err_fetch.
16236
16237 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16238
16239 * linux-nat.c (delete_lwp_cleanup): Delete.
16240 (struct lwp_deleter): New struct.
16241 (lwp_info_up): New typedef.
16242 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16243 lwp_info_up.
16244
16245 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16246
16247 * linux-fork.c (class scoped_switch_fork_info): New class.
16248 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16249
16250 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16251
16252 * valops.c (find_overload_match): Remove use of null_cleanup, and
16253 calls to do_cleanups.
16254
16255 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16256
16257 * compile/compile-cplus-types.c
16258 (compile_cplus_instance::decl_name): Handle changes to
16259 cp_func_name.
16260 * cp-support.c (cp_func_name): Update header comment, update
16261 return type.
16262 * cp-support.h (cp_func_name): Update return type in declaration.
16263 * valops.c (find_overload_match): Move temp_func local to top
16264 level of function and change its type. Use temp_func to hold and
16265 delete temporary string obtained from cp_func_name.
16266
16267 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16268
16269 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16270 gdb::char_vector, remove cleanup, and update uses of `msg`.
16271
16272 2019-01-03 Jim Wilson <jimw@sifive.com>
16273
16274 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16275
16276 2019-01-02 Tom Tromey <tom@tromey.com>
16277
16278 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16279 (tdesc_parse_xml): Remove cleanups.
16280 * target-descriptions.h (make_cleanup_free_target_description):
16281 Don't declare.
16282 (target_desc_deleter): New struct.
16283 (target_desc_up): New typedef.
16284 * target-descriptions.c (target_desc_deleter::operator()): Rename
16285 from free_target_description.
16286 (make_cleanup_free_target_description): Remove.
16287
16288 2019-01-02 Tom Tromey <tom@tromey.com>
16289
16290 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16291 constructor, destructor.
16292 (linespec_parser): Remove typedef.
16293 (~linespec_parser): Rename from linespec_parser_delete.
16294 (linespec_lex_to_end, linespec_complete_label)
16295 (linespec_complete): Update.
16296 (decode_line_full): Remove cleanups.
16297 (decode_line_1): Update.
16298
16299 2019-01-02 Tom Tromey <tom@tromey.com>
16300
16301 * python/python-internal.h (inferior_to_inferior_object): Change
16302 return type.
16303 * python/py-exitedevent.c (create_exited_event_object): Update.
16304 * python/py-inferior.c (inferior_to_inferior_object): Return
16305 gdbpy_ref.
16306 (python_new_inferior, python_inferior_deleted)
16307 (thread_to_thread_object, delete_thread_object)
16308 (build_inferior_list, gdbpy_selected_inferior): Update.
16309 * python/py-infthread.c (create_thread_object): Update. Also fail
16310 if inferior_to_inferior_object fails.
16311
16312 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16313
16314 * inferior.h (class inferior) <displaced_step_state>: New field.
16315 * infrun.h (struct displaced_step_state): Move here from
16316 infrun.c. Initialize fields, add constructor.
16317 <inf>: Remove field.
16318 <reset>: New method.
16319 * infrun.c (struct displaced_step_inferior_state): Move to
16320 infrun.h.
16321 (displaced_step_inferior_states): Remove.
16322 (get_displaced_stepping_state): Adust.
16323 (displaced_step_in_progress_any_inferior): Adjust.
16324 (displaced_step_in_progress_thread): Adjust.
16325 (displaced_step_in_progress): Adjust.
16326 (add_displaced_stepping_state): Remove.
16327 (get_displaced_step_closure_by_addr): Adjust.
16328 (remove_displaced_stepping_state): Remove.
16329 (infrun_inferior_exit): Call displaced_step_state.reset.
16330 (use_displaced_stepping): Don't check for NULL.
16331 (displaced_step_prepare_throw): Call
16332 get_displaced_stepping_state.
16333 (displaced_step_fixup): Don't check for NULL.
16334 (prepare_for_detach): Don't check for NULL.
16335
16336 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16337
16338 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16339 in case of call that did not complete.
16340
16341 2019-01-02 Andrey Utkin <autkin@undo.io>
16342
16343 * symfile.c (find_separate_debug_file): Fix search of debug files for
16344 remote debuggee.
16345
16346 2019-01-02 Tom Tromey <tom@tromey.com>
16347
16348 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16349 indentation.
16350 * python/py-frame.c (frapy_older): Remove cast.
16351 (frapy_newer): Likewise.
16352 * python/py-breakpoint.c (local_setattro): Remove cast.
16353 * python/py-arch.c (archpy_name): Remove local variable.
16354 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16355
16356 2019-01-02 Joel Brobecker <brobecker@adacore.com>
16357
16358 * unittests/basic_string_view/element_access/char/empty.cc:
16359 Fix year range in copyright header.
16360
16361 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16362
16363 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16364 Delete.
16365 <operator==>: Update with for removed field.
16366 <hash>: Likewise.
16367 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16368 <isa_features>: ...this.
16369 <abi_features>: New field.
16370 (riscv_isa_flen): Update comment.
16371 (riscv_abi_xlen): New declaration.
16372 (riscv_abi_flen): New declaration.
16373 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16374 isa_features.
16375 (riscv_abi_xlen): New function.
16376 (riscv_isa_flen): Update to get answer from isa_features.
16377 (riscv_abi_flen): New function.
16378 (riscv_has_fp_abi): Update to get answer from abi_features.
16379 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16380 xlen and flen.
16381 (riscv_call_info) <xlen, flen>: Update comment.
16382 (riscv_call_arg_struct): Remove invalid assertions
16383 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16384 is removed.
16385 (riscv_gdbarch_init): Gather isa features and abi features
16386 separately, ensure both match on the gdbarch when reusing an old
16387 gdbarch. Relax an error check to allow 32-bit abi float to run on
16388 a target with 64-bit float hardware.
16389
16390 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16391
16392 * source.c (search_command_helper): Stop reverse search
16393 when line 1 has been searched.
16394
16395 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16396
16397 * record-full.c (record_full_base_target::close): Rewrite
16398 record_full_core_buf_list free logic.
16399
16400 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16401
16402 * break-catch-syscall.c (print_one_catch_syscall): xfree
16403 the last text.
16404
16405 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16406
16407 * top.c (print_gdb_version): Update Copyright year in version
16408 message.
16409
16410 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16411
16412 Update copyright year range in all GDB files.
16413
16414 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
16415
16416 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
16417
16418 For older changes see ChangeLog-2018.
16419 \f
16420 Local Variables:
16421 mode: change-log
16422 left-margin: 8
16423 fill-column: 74
16424 version-control: never
16425 coding: utf-8
16426 End:
16427
This page took 0.432 seconds and 4 git commands to generate.