7fe3a2938c1b1cc263a04fd30220e30222c1b965
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-12-11 Tom Tromey <tromey@adacore.com>
2
3 PR build/25268:
4 * gdbsupport/thread-pool.c (set_thread_name): New function.
5 (thread_pool::set_thread_count): Don't call pthread_setname_np.
6 (thread_pool::thread_function): Call set_thread_name.
7
8 2019-12-11 Tom Tromey <tromey@adacore.com>
9
10 * fbsd-tdep.c (fbsd_core_info_proc_status): Cast result of
11 bfd_get_signed_8.
12
13 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14
15 * NEWS: Document -raw-values option and the related setting commands.
16 * printcmd.c (print_command_parse_format): Do not set opts->raw off,
17 only set it on when /r is given.
18 * valprint.c (value_print_option_defs): New element raw-values.
19 * Makefile.in: Add the new file.
20
21 2019-12-10 Christian Biesinger <cbiesinger@google.com>
22
23 * gdbsupport/safe-strerror.c: Supress the unused function warning
24 for select_strerror_r.
25
26 2019-12-10 Christian Biesinger <cbiesinger@google.com>
27
28 * config.in: Regenerate.
29 * configure: Regenerate.
30 * gdbsupport/agent.c (gdb_connect_sync_socket): Call
31 safe_strerror instead of strerror.
32 * gdbsupport/common.m4: Don't check for strerror.
33 * gdbsupport/safe-strerror.c: Support both the glibc version
34 of strerror_r and the XSI version.
35
36 2019-12-10 Tom Tromey <tromey@adacore.com>
37
38 * ada-typeprint.c (print_choices): Use a single "?".
39 (print_variant_part): Print "?" if the discriminant name
40 is not known.
41
42 2019-12-10 George Barrett <bob@bob131.so>
43
44 Fix scripted probe breakpoints.
45 * breakpoint.c (tracepoint_probe_breakpoint_ops): Move
46 declaration forward.
47 (breakpoint_ops_for_event_location_type)
48 (breakpoint_ops_for_event_location): Add function definitions.
49 (break_command_1, trace_command): Use
50 breakpoint_ops_for_event_location.
51 * breakpoint.h (breakpoint_ops_for_event_location): Add function
52 declarations.
53 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Use
54 breakpoint_ops_for_event_location.
55 * python/py-breakpoint.c (bppy_init): Use
56 breakpoint_ops_for_event_location.
57
58 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
59
60 * gdbtypes.c (rank_one_type): Return INCOMPATIBLE_TYPE_BADNESS
61 when ranking an lvalue argument for an rvalue parameter.
62
63 2019-12-08 Wataru Ashihara <wataash@wataash.com>
64
65 * darwin-nat.c (darwin_nat_target::create_inferior): Fix
66 template argument for scoped_restore_tmpl from bool to int.
67
68 2019-12-07 Keith Seitz <keiths@redhat.com>
69
70 * build-id.c (build_id_bfd_get): Permit bfd_core, too.
71 (build_id_to_debug_bfd): Make static, rewriting to use
72 build_id_to_bfd_suffix.
73 (build_id_to_bfd_suffix): Copy of build_id_to_debug_bfd,
74 adding `suffix' parameter. Append SUFFIX to file names
75 when searching for matching files.
76 (build_id_to_debug_bfd): Use build_id_to_bfd_suffix.
77 (build_id_to_exec_bfd): Likewise.
78 * build-id.h (build_id_to_debug_bfd): Clarify that function
79 searches for BFD of debug info file.
80 (build_id_to_exec_bfd): Declare.
81 * corelow.c: Include build-id.h.
82 (locate_exec_from_corefile_build_id): New function.
83 (core_target_open): If no executable BFD is found,
84 search for a core file BFD using build-id.
85
86 2019-12-06 Christian Biesinger <cbiesinger@google.com>
87
88 * bcache.c: Put in namespace gdb.
89 * bcache.h: Likewise.
90 * gdbtypes.c (check_types_worklist): Update.
91 (types_deeply_equal): Update.
92 * macrotab.c (struct macro_table) <bcache>: Update.
93 (new_macro_table): Update.
94 * macrotab.h (struct bcache): Put this forward declaration
95 inside namespace gdb.
96 (new_macro_table): Update.
97 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache>:
98 Update.
99 <macro_cache>: Update.
100 * psymtab.h: (psymtab_storage) <psymbol_cache>: Update.
101
102 2019-12-06 Tom de Vries <tdevries@suse.de>
103
104 PR symtab/24971
105 * block.c (best_symbol, better_symbol): New function.
106 (block_lookup_symbol_primary, block_lookup_symbol): Prefer def over
107 decl.
108
109 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
110
111 * gdbtypes.h: Define the REFERENCE_SEE_THROUGH_BADNESS value.
112 * gdbtypes.c (rank_one_type): Use REFERENCE_SEE_THROUGH_BADNESS
113 for ranking see-through reference cases.
114
115 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
116 * stack.c (faas_command): Check a command is provided.
117 * thread.c (taas_command, tfaas_command): Likewise.
118
119 2019-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
120 * inferior.c (prune_inferiors): Only call delete_inferior,
121 Do not modify the inferior list.
122
123 2019-12-05 Simon Marchi <simon.marchi@polymtl.ca>
124
125 * c-exp.y: Update calls to lookup_typename,
126 lookup_signed_typename and lookup_unsigned_typename.
127 * c-lang.c (evaluate_subexp_c): Likewise.
128 * cp-namespace.c (cp_lookup_symbol_imports_or_template):
129 Likewise.
130 * eval.c (binop_promote): Likewise.
131 * gdbtypes.c (lookup_typename): Remove gdbarch parameter.
132 (lookup_unsigned_typename): Likewise.
133 (lookup_signed_typename): Likewise.
134 * gdbtypes.h (lookup_unsigned_typename): Likewise.
135 (lookup_signed_typename): Likewise.
136 (lookup_typename): Likewise.
137 * guile/scm-type.c (tyscm_lookup_typename): Update calls to
138 lookup_typename, lookup_signed_typename,
139 lookup_unsigned_typename.
140 * m2-exp.y: Likewise.
141 * printcmd.c (printf_wide_c_string): Likewise.
142 (ui_printf): Likewise.
143 * python/py-type.c (typy_lookup_typename): Likewise.
144 * python/py-xmethods.c (python_xmethod_worker::invoke):
145 Likewise.
146 * rust-exp.y: Likewise.
147
148 2019-12-04 Christian Biesinger <cbiesinger@google.com>
149
150 * configure.nat (obsd64): Add missing files x86-nat.o and
151 nat/x86-dregs.o.
152
153 2019-12-04 Tom Tromey <tom@tromey.com>
154
155 * valprint.c (val_print_string): Use metadata_style.
156 * go-valprint.c (print_go_string): Use metadata style.
157 * p-valprint.c (pascal_object_print_static_field): Use metadata
158 style.
159 * cp-valprint.c (cp_print_static_field): Use metadata style.
160
161 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
162 Chris January <chris.january@arm.com>
163
164 * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New
165 tokens.
166 (typebase): New patterns for complex, single/double precision, and
167 single/double complex.
168 (f77_keywords): Change token for complex keyword, and add single,
169 double, and precision keywords.
170
171 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
172
173 * avr-tdep.c (_initialize_avr_tdep): Improve help of command
174 "info io_registers".
175
176 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
177
178 * regcache.c (cooked_read_test): Initialize thread list of
179 mock_inferior.
180
181 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
182
183 * aarch64-linux-tdep.c: Remove includes.
184
185 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
186
187 * aarch64-tdep.c: Remove includes.
188
189 2019-12-04 Simon Marchi <simon.marchi@efficios.com>
190
191 * filtered-iterator.h (filtered_iterator) <operator==,
192 operator!=>: Compare wrapped iterators, not wrapped pointers.
193 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
194 unittests/filtered_iterator-selftests.c.
195 * unittests/filtered_iterator-selftests.c: New file.
196
197 2019-12-04 Tom Tromey <tromey@adacore.com>
198
199 * gdbtypes.c (create_range_type): Inherit endianity
200 from base type.
201
202 2019-12-04 Tom Tromey <tromey@adacore.com>
203
204 * ada-lang.c (decode_constrained_packed_array)
205 (ada_value_assign, value_assign_to_component): Update.
206 * dwarf2loc.c (rw_pieced_value, access_memory)
207 (dwarf2_compile_expr_to_ax): Update.
208 * dwarf2read.c (dwarf2_add_field): Update.
209 * eval.c (evaluate_subexp_standard): Update.
210 * gdbarch.c, gdbarch.h: Rebuild.
211 * gdbarch.sh (bits_big_endian): Remove.
212 * gdbtypes.h (union field_location): Update comment.
213 * target-descriptions.c (make_gdb_type): Update.
214 * valarith.c (value_bit_index): Update.
215 * value.c (struct value) <bitpos>: Update comment.
216 (unpack_bits_as_long, modify_field): Update.
217 * value.h (value_bitpos): Update comment.
218
219 2019-12-04 Tom Tromey <tromey@adacore.com>
220
221 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
222 endian-ness.
223
224 2019-12-04 Tom Tromey <tromey@adacore.com>
225
226 * dwarf2read.c (dwarf2_init_float_type)
227 (dwarf2_init_complex_target_type): Add byte_order parameter.
228 (read_base_type): Compute byte order earlier.
229 * gdbtypes.c (init_float_type): Add byte_order parameter.
230 * gdbtypes.h (init_float_type): Add byte_order parameter.
231
232 2019-12-04 Tom Tromey <tromey@adacore.com>
233
234 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
235
236 2019-12-04 Tom Tromey <tromey@adacore.com>
237
238 * dwarf2read.c (process_structure_scope): Initialize
239 "discr_offset".
240
241 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
242
243 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
244 add it into the search spec.
245 (parse_max_results_option): New function.
246 (mi_info_functions_or_variables): Parse -max-results flag and pass
247 it to mi_symbol_info.
248 (mi_cmd_symbol_info_modules): Likewise.
249 (mi_cmd_symbol_info_types): Likewise.
250 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
251 return type to bool, change result container into a set, and don't
252 add new results if we have enough already.
253 (global_symbol_searcher::add_matching_msymbols): Change return
254 type to bool, and don't add new results if we have enough already.
255 (sort_search_symbols_remove_dups): Delete.
256 (global_symbol_searcher::search): Early exit from search loop when
257 we have enough results. Use a std::set to collect the results
258 from calling add_matching_symbols.
259 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
260 member function.
261 (global_symbol_searcher) <m_max_search_results>: New member
262 variable.
263 (global_symbol_searcher) <add_matching_symbols>: Update header
264 comment and change return type to bool.
265 (global_symbol_searcher) <add_matching_msymbols>: Update header
266 comment and change return type to bool.
267
268 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
269
270 * symtab.c (symbol_search::compare_search_syms): Update header
271 comment.
272 (global_symbol_searcher::is_suitable_msymbol): New function.
273 (global_symbol_searcher::expand_symtabs): New function.
274 (global_symbol_searcher::add_matching_symbols): New function.
275 (global_symbol_searcher::add_matching_msymbols): New function.
276 (global_symbol_searcher::search): Move most of the content
277 into the new functions above, and call them as needed.
278 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
279 function.
280 (global_symbol_searcher) <add_matching_symbols>: New member
281 function.
282 (global_symbol_searcher) <add_matching_msymbols>: New member
283 function.
284 (global_symbol_searcher) <is_suitable_msymbol>: New member
285 function.
286
287 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
288
289 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
290 -symbol-info-module-variables entries.
291 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
292 (mi_cmd_symbol_info_module_variables): Declare.
293 * mi/mi-symbol-cmds.c
294 (module_symbol_search_iterator): New typedef.
295 (output_module_symbols_in_single_module_and_file): New function.
296 (output_module_symbols_in_single_module): New function.
297 (mi_info_module_functions_or_variables): New function.
298 (mi_cmd_symbol_info_module_functions): New function.
299 (mi_cmd_symbol_info_module_variables): New function.
300 * NEWS: Mention new MI command.
301
302 2019-12-03 Christian Biesinger <cbiesinger@google.com>
303
304 * bcache.c (hash): Remove.
305 (hash_continue): Remove.
306 * bcache.h (hash): Remove.
307 (hash_continue): Remove.
308 (struct bcache) <ctor>: Update.
309 * psymtab.c (psymbol_hash): Update.
310 * stabsread.c (hashname): Update.
311 * utils.h (fast_hash): Add an argument for a start value,
312 defaulting to zero.
313
314 2019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
315 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
316 (destroy_block_symbol_cache): New function.
317 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
318 (resize_symbol_cache): Likewise.
319
320 2019-12-02 Tom Tromey <tom@tromey.com>
321
322 * unittests/tui-selftests.c (run_tests): Make conditional.
323 (_initialize_tui_selftest): Make conditional.
324
325 2019-12-02 Christian Biesinger <cbiesinger@google.com>
326
327 * aix-thread.c (debug_aix_thread): Change type to bool.
328
329 2019-12-02 Luis Machado <luis.machado@linaro.org>
330
331 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
332
333 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 * dwarf2read.c (read_tag_string_type): Read the fields required to
336 make a dynamic string, and possibly create a dynamic range for the
337 string.
338 (attr_to_dynamic_prop): Setup is_reference based on the type of
339 attribute being processed.
340 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
341 (resolve_dynamic_array): Rename to...
342 (resolve_dynamic_array_or_string): ...this, update header comment,
343 and accept TYPE_CODE_STRING.
344 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
345
346 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
347
348 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
349 of its implementation from...
350 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
351 the new function.
352
353 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
354
355 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
356 create a range with stride where appropriate.
357 * f-valprint.c: Include 'gdbarch.h'.
358 (f77_print_array_1): Take the stride into account when walking the
359 array. Also convert the stride into addressable units.
360 * gdbtypes.c (create_range_type): Initialise the stride to
361 constant zero.
362 (create_range_type_with_stride): New function, initialise the
363 range as normal, and then setup the stride.
364 (has_static_range): Include the stride here. Also change the
365 return type to bool.
366 (create_array_type_with_stride): Consider the range stride if the
367 array isn't given its own stride.
368 (resolve_dynamic_range): Resolve the stride if needed.
369 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
370 (struct range_bounds) <flag_is_byte_stride>: New member variable.
371 (TYPE_BIT_STRIDE): Define.
372 (TYPE_ARRAY_BIT_STRIDE): Define.
373 (create_range_type_with_stride): Declare.
374 * valarith.c (value_subscripted_rvalue): Take range stride into
375 account when walking the array.
376
377 2019-12-01 Tom Tromey <tom@tromey.com>
378
379 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
380 specially.
381
382 2019-12-01 Tom Tromey <tom@tromey.com>
383
384 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
385 \0.
386 * unittests/tui-selftests.c: New file.
387 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
388
389 2019-12-01 Tom Tromey <tom@tromey.com>
390
391 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
392
393 2019-12-01 Tom Tromey <tom@tromey.com>
394
395 * NEWS: Document new settings.
396 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
397 * tui/tui-win.c (_initialize_tui_win): Add border style
398 observers.
399 * tui/tui-io.h (tui_apply_style): Declare.
400 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
401 longer static.
402 (apply_ansi_escape, tui_set_reverse_mode): Update.
403 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
404 Add "skip_intensity" parameter.
405 <changed>: New member.
406 <do_set_value>: Declare.
407 (tui_border_style, tui_active_border_style): Declare.
408 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
409 globals.
410 (cli_style_option): Initialize "changed".
411 (cli_style_option::do_set_value): New function.
412 (cli_style_option::add_setshow_commands): Add "skip_intensity"
413 parameter. Update.
414 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
415 (_initialize_cli_style): Update. Create TUI border style
416 commands.
417
418 2019-12-01 Tom Tromey <tom@tromey.com>
419
420 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
421 parameter.
422 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
423 parameter.
424 * tui/tui-win.h (compact_source): Declare.
425 * tui/tui-win.c (compact_source): New global.
426 (tui_set_compact_source, tui_show_compact_source): New functions.
427 (_initialize_tui_win): Add "compact-source" setting.
428 * tui/tui-source.c (tui_source_window::set_contents): Handle
429 compact_source setting.
430 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
431 * NEWS: Document new setting.
432
433 2019-11-30 Tom Tromey <tom@tromey.com>
434
435 * dwarf2read.c (dwarf2_add_field): Include field offset when
436 computing variant part length.
437
438 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
439 * NEWS: Mention define-prefix. Tell that command names can now
440 contain a . character.
441
442 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
443
444 * command.h (valid_cmd_char_p): Declare.
445 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
446 the check of valid command char.
447 (find_command_name_length, valid_user_defined_cmd_name_p): Use
448 valid_cmd_char_p.
449 * cli/cli-script.c (validate_comname): Likewise.
450 * completer.c (gdb_completer_command_word_break_characters):
451 Do not remove . from the word break char, update comments.
452 (complete_line_internal_1): Use valid_cmd_char_p.
453 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
454 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
455
456 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
457
458 * cli/cli-script.c (do_define_command): Ensure a redefined
459 prefix command is kept as a prefix command.
460 (define_prefix_command): New function.
461 (show_user_1): Report user defined prefixes.
462 (_initialize_cli_script): Create the new 'define-prefix' command.
463 Add completers for 'define' and 'document'.
464 * top.c (execute_command): If command is a user-defined prefix only
465 command, report the list of commands for this prefix command.
466
467 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
468
469 * valops.c (find_oload_champ): Improve debug output.
470
471 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
472
473 * valops.c (find_oload_champ): Print part of debug messages
474 before the badness vector is std::move'd.
475
476 2019-11-28 Tom Tromey <tom@tromey.com>
477
478 * value.c (creal_internal_fn): Fix comment.
479
480 2019-11-28 Tom Tromey <tom@tromey.com>
481
482 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
483 flag_bound_evaluated>: Now unsigned.
484
485 2019-11-28 Tom Tromey <tom@tromey.com>
486
487 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
488 declare.
489
490 2019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
491
492 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
493 debug output.
494 * jit.c (jit_unregister_code): Add debug print to match
495 `jit_register_code`.
496
497 2019-11-27 Christian Biesinger <cbiesinger@google.com>
498
499 * NEWS: Mention the new multithreaded symbol loading.
500
501 2019-11-27 Christian Biesinger <cbiesinger@google.com>
502
503 * maint.c (n_worker_threads): Default to 0.
504 (worker_threads_disabled): New function.
505 * maint.h (worker_threads_disabled): New function.
506 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
507 here if worker_threads_disabled () is true.
508 (minimal_symbol_reader::install): Skip all threading if
509 worker_threads_disabled () is true.
510
511 2019-11-27 Christian Biesinger <cbiesinger@google.com>
512
513 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
514 hash code if possible.
515 (add_minsym_to_demangled_hash_table): Likewise.
516 (minimal_symbol_reader::install): Compute the hash codes for msymbol
517 on the background thread.
518 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
519 Add these fields.
520
521 2019-11-27 Christian Biesinger <cbiesinger@google.com>
522
523 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
524 of the mangled name on the background thread.
525 * symtab.c (symbol_set_names): Allow passing in the hash of the
526 linkage_name.
527 * symtab.h (symbol_set_names): Likewise.
528
529 2019-11-27 Kevin Buettner <kevinb@redhat.com>
530
531 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
532 physnames are computed for inherited DIEs.
533
534 2019-11-27 Tom Tromey <tromey@adacore.com>
535
536 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
537 backslashes.
538 * cp-support.c: Remove unnecessary backslashes.
539
540 2019-11-27 Christian Biesinger <cbiesinger@google.com>
541
542 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
543 with sym->set_linkage_name.
544 * coffread.c (coff_read_enum_type): Likewise.
545 * mdebugread.c (parse_symbol): Likewise.
546 * stabsread.c (patch_block_stabs): Likewise.
547 (define_symbol): Likewise.
548 (read_enum_type): Likewise.
549 (common_block_end): Likewise.
550 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
551 function.
552 (SYMBOL_SET_LINKAGE_NAME): Remove.
553 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
554 with sym->set_linkage_name.
555
556 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
559 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
560 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
561 * NEWS: Mention new MI command.
562
563 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
564
565 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
566 '-symbol-info-types', and '-symbol-info-variables'.
567 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
568 (mi_cmd_symbol_info_types): Declare.
569 (mi_cmd_symbol_info_variables): Declare.
570 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
571 (output_debug_symbol): New function.
572 (output_nondebug_symbol): New function.
573 (mi_symbol_info): New function.
574 (mi_info_functions_or_variables): New function.
575 (mi_cmd_symbol_info_functions): New function.
576 (mi_cmd_symbol_info_types): New function.
577 (mi_cmd_symbol_info_variables): New function.
578 * NEWS: Mention new commands.
579
580 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * symtab.c (symbol_to_info_string): New function, most content
583 moved from print_symbol_info, but updated to return a std::string.
584 (print_symbol_info): Update to use symbol_to_info_string and print
585 returned string.
586 * symtab.h (symbol_to_info_string): Declare new function.
587
588 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
589
590 * python/python.c (gdbpy_rbreak): Convert to using
591 global_symbol_searcher.
592 * symtab.c (file_matches): Convert return type to bool, change
593 file list to std::vector, update header comment.
594 (search_symbols): Rename to...
595 (global_symbol_searcher::search): ...this and update now its
596 a member function of global_symbol_searcher. Take account of the
597 changes to file_matches.
598 (symtab_symbol_info): Convert to using global_symbol_searcher.
599 (rbreak_command): Likewise.
600 (search_module_symbols): Likewise.
601 * symtab.h (enum symbol_search): Update comment.
602 (search_symbols): Remove declaration.
603 (class global_symbol_searcher): New class.
604
605 2019-11-26 Tom Tromey <tromey@adacore.com>
606
607 * cp-support.c (_initialize_cp_support): Conditionally initialize
608 gdb_demangle_attempt_core_dump.
609
610 2019-11-26 Tom Tromey <tom@tromey.com>
611
612 * python/py-function.c (fnpy_init): Update.
613 * value.h (add_internal_function): Adjust declaration.
614 * value.c (function_destroyer): Remove.
615 (do_add_internal_function): Don't set destroyer or copy name.
616 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
617 Set name_allocated.
618 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
619 (cmdpy_init): Set name_allocated.
620 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
621 member.
622 (~cmd_list_element): Free "name" if needed.
623
624 2019-11-26 Tom Tromey <tom@tromey.com>
625
626 * value.h (add_internal_function): Add new overload. Move
627 documentation from value.h.
628 * value.c (do_add_internal_function): New function.
629 (add_internal_function): Use it. Add new overload.
630 (function_destroyer): Don't free doc.
631 * python/py-function.c (fnpy_init): Update.
632
633 2019-11-26 Tom Tromey <tom@tromey.com>
634
635 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
636 (cmdpy_init): Set "doc_allocated".
637
638 2019-11-26 Tom Tromey <tom@tromey.com>
639
640 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
641 name of worker thread.
642 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
643 pthread_setname_np.
644 * configure, config.in: Rebuild.
645
646 2019-11-26 Tom Tromey <tom@tromey.com>
647
648 * python/python.c (class gdbpy_gil): New.
649 (struct gdbpy_event): Add constructor, destructor, operator().
650 (gdbpy_post_event): Use run_on_main_thread.
651 (gdbpy_initialize_events): Remove.
652 (do_start_initialization): Update.
653
654 2019-11-26 Tom Tromey <tom@tromey.com>
655
656 * NEWS: Add entry.
657 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
658 commands. Call update_thread_pool_size.
659 (update_thread_pool_size, maintenance_set_worker_threads): New
660 functions.
661 (n_worker_threads): New global.
662
663 2019-11-26 Christian Biesinger <cbiesinger@google.com>
664 Tom Tromey <tom@tromey.com>
665
666 * minsyms.c (minimal_symbol_reader::install): Use
667 parallel_for_each.
668 * gdbsupport/parallel-for.h: New file.
669 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
670
671 2019-11-26 Christian Biesinger <cbiesinger@google.com>
672 Tom Tromey <tom@tromey.com>
673
674 * gdbsupport/thread-pool.h: New file.
675 * gdbsupport/thread-pool.c: New file.
676 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
677 (HFILES_NO_SRCDIR): Add thread-pool.h.
678
679 2019-11-26 Tom Tromey <tom@tromey.com>
680
681 * event-top.h (thread_local_segv_handler): Declare.
682 * event-top.c (thread_local_segv_handler): New global.
683 (install_handle_sigsegv, handle_sigsegv): New functions.
684 (async_init_signals): Install SIGSEGV handler.
685 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
686 thread-local.
687 (report_failed_demangle): New function.
688 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
689 handler-setting code, instead use segv_handler. Run warning code
690 on main thread.
691
692 2019-11-26 Tom Tromey <tom@tromey.com>
693
694 * run-on-main-thread.c: New file.
695 * run-on-main-thread.h: New file.
696 * unittests/main-thread-selftests.c: New file.
697 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
698 main-thread-selftests.c.
699 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
700 (COMMON_SFILES): Add run-on-main-thread.c.
701
702 2019-11-26 Tom Tromey <tom@tromey.com>
703
704 * main.c (setup_alternate_signal_stack): Remove.
705 (captured_main_1): Use gdb::alternate_signal_stack.
706 * gdbsupport/alt-stack.h: New file.
707
708 2019-11-26 Tom Tromey <tom@tromey.com>
709
710 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
711 Remove comment.
712 (save_original_signals_state, restore_original_signals_state): Use
713 gdb_sigmask.
714 * linux-nat.c (block_child_signals, restore_child_signals_mask)
715 (_initialize_linux_nat): Use gdb_sigmask.
716 * guile/guile.c (_initialize_guile): Use block_signals.
717 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
718 * gdbsupport/gdb-sigmask.h: New file.
719 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
720 * cp-support.c (gdb_demangle): Use gdb_sigmask.
721 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
722 pthread_sigmask.
723 * configure, config.in: Rebuild.
724 * gdbsupport/block-signals.h: New file.
725
726 2019-11-26 Tom Tromey <tom@tromey.com>
727
728 * acinclude.m4: Include ax_pthread.m4.
729 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
730 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
731 (CLIBS): Use PTHREAD_LIBS.
732 (aclocal_m4_deps): Add ax_pthread.m4.
733 * config.in, configure: Rebuild.
734 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
735
736 2019-11-26 Tom Tromey <tom@tromey.com>
737
738 * symtab.h (struct minimal_symbol) <name_set>: New member.
739 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
740 Don't call symbol_set_names.
741 (minimal_symbol_reader::install): Call symbol_set_names.
742
743 2019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
744
745 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
746 restore_active_ext_lang, as GIL is needed for (indirectly)
747 called PyOS_InterruptOccurred.
748
749 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
750
751 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
752 definition.
753
754 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
755
756 * remote-sim.c (simulator_command): Make static, remove
757 declaration.
758
759 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
760
761 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
762 static.
763 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
764 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
765 (main): Likewise.
766 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
767 (main): Likewise.
768 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
769 (main): Likewise.
770 * unittests/basic_string_view/element_access/char/1.cc (test01):
771 Likewise.
772 (main): Likewise.
773 * unittests/basic_string_view/element_access/char/empty.cc (main):
774 Likewise.
775 * unittests/basic_string_view/element_access/char/front_back.cc
776 (test01): Likewise.
777 (main): Likewise.
778 * unittests/basic_string_view/inserters/char/2.cc (test05):
779 Likewise.
780 (main): Likewise.
781 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
782 (test01): Likewise.
783 (main): Likewise.
784 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
785 (test01): Likewise.
786 (main): Likewise.
787 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
788 Likewise.
789 * unittests/basic_string_view/operations/compare/char/1.cc
790 (test01): Likewise.
791 (main): Likewise.
792 * unittests/basic_string_view/operations/compare/char/13650.cc
793 (test01): Likewise.
794 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
795 Likewise.
796 (main): Likewise.
797 * unittests/basic_string_view/operations/data/char/1.cc (test01):
798 Likewise.
799 (main): Likewise.
800 * unittests/basic_string_view/operations/find/char/1.cc (test01):
801 Likewise.
802 (main): Likewise.
803 * unittests/basic_string_view/operations/find/char/2.cc (test02):
804 Likewise.
805 (main): Likewise.
806 * unittests/basic_string_view/operations/find/char/3.cc (test03):
807 Likewise.
808 (main): Likewise.
809 * unittests/basic_string_view/operations/find/char/4.cc (main):
810 Likewise.
811 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
812 Likewise.
813 (main): Likewise.
814 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
815 Likewise.
816 (main): Likewise.
817 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
818 Likewise.
819 (main): Likewise.
820 * unittests/basic_string_view/operations/substr/char/1.cc
821 (test01): Likewise.
822 (main): Likewise.
823 * unittests/basic_string_view/operators/char/2.cc (main):
824 Likewise.
825 * unittests/optional/assignment/1.cc (test): Likewise.
826 * unittests/optional/assignment/2.cc (test): Likewise.
827 * unittests/optional/assignment/3.cc (test): Likewise.
828 * unittests/optional/assignment/4.cc (test): Likewise.
829 * unittests/optional/assignment/5.cc (test): Likewise.
830 * unittests/optional/assignment/6.cc (test): Likewise.
831 * unittests/optional/assignment/7.cc (test): Likewise.
832 * unittests/optional/cons/copy.cc (test): Likewise.
833 * unittests/optional/cons/default.cc (test): Likewise.
834 * unittests/optional/cons/move.cc (test): Likewise.
835 * unittests/optional/cons/value.cc (test): Likewise.
836 * unittests/optional/in_place.cc (test): Likewise.
837 * unittests/optional/observers/1.cc (test): Likewise.
838 * unittests/optional/observers/2.cc (test): Likewise.
839
840 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
841
842 * tui-win.h (tui_set_var_cmd): Remove.
843 * tui-win.c (tui_set_var_cmd): Make static.
844
845 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
846
847 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
848 rbreak_command_wrapper): Remove.
849 * symtab.c (rbreak_command_wrapper): Remove.
850
851 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
852
853 * inferior.h (info_terminal_command): Remove declaration.
854 * inflow.c (info_terminal_command): Make static.
855
856 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
857
858 * inferior.c (exit_inferior_silent): Remove.
859
860 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
861
862 * dictionary.c (dict_empty, mdict_empty): Remove.
863 * dictionary.c (mdict_empty): Remove.
864
865 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
866
867 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
868 (arc_insn_get_memory_offset): Likewise.
869 (arc_insn_dump): Likewise.
870 * cp-support.c (test_cp_symbol_name_matches): Likewise.
871 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
872 * dictionary.c (dict_iterator_next): Likewise.
873 (dict_iter_match_first): Likewise.
874 (dict_iter_match_next): Likewise.
875 * f-lang.c (evaluate_subexp_f): Likewise.
876 * hppa-tdep.c (hppa_read_pc): Likewise.
877 * i386-tdep.c (i386_floatformat_for_type): Likewise.
878 * parse.c (write_exp_elt_msym): Likewise.
879 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
880 * remote.c (remote_packet_size): Likewise.
881 (remote_notif_stop_parse): Likewise.
882 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
883 * s12z-tdep.c (s12z_disassemble_info): Likewise.
884 * source.c (prepare_path_for_appending): Likewise.
885 * sparc64-linux-tdep.c
886 (sparc64_linux_handle_segmentation_fault); Likewise.
887 * stack.c (frame_selection_by_function_completer): Likewise.
888
889 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
890
891 * completer.c (set_gdb_completion_word_break_characters):
892 Remove.
893
894 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
895
896 * dwarf-index-write.c: Include dwarf-index-write.h.
897 * mi/mi-interp.c: Include mi/mi-interp.h.
898
899 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
900
901 * aarch32-tdep.c: Include aarch32-tdep.h.
902 * aarch32-tdep.h: Forward-declare struct target_desc.
903
904 2019-11-26 Christian Biesinger <cbiesinger@google.com>
905
906 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
907 strerror.
908 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
909 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
910
911 2019-11-25 Tom de Vries <tdevries@suse.de>
912
913 * contrib/words.sh: Add -c option.
914
915 2019-11-25 Christian Biesinger <cbiesinger@google.com>
916
917 * solib.c (solib_find_1): Change int to bool.
918 (exec_file_find): Change int to bool.
919 (solib_find): Change int to bool.
920 (solib_read_symbols): Change int to bool.
921 (solib_used): Change int to bool.
922 (solib_add): Change int to bool.
923 (info_sharedlibrary_command): Change int to bool.
924 (solib_contains_address_p): Change int to bool.
925 (solib_keep_data_in_core): Change int to bool.
926 (in_solib_dynsym_resolve_code): Change int to bool.
927 (reload_shared_libraries_1): Change int to bool.
928 (gdb_sysroot_changed): Change int to bool.
929 * solib.h (solib_read_symbols): Change int to bool.
930 (solib_contains_address_p): Change int to bool.
931 (solib_keep_data_in_core): Change int to bool.
932 (in_solib_dynsym_resolve_code): Change int to bool.
933 (libpthread_name_p): Change int to bool.
934
935 2019-11-25 Luis Machado <luis.machado@linaro.org>
936
937 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
938 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
939 (remote_packet_max_chars): New static global.
940 (show_remote_packet_max_chars): New function.
941 (remote_target::putpkt_binary): Adjust to use new
942 remote_packet_max_chars option.
943 (remote_target::getpkt_or_notif_sane_1): Likewise.
944 (_initialize_remote): Register new remote-packet-max-chars option.
945
946 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
947
948 * m68k-linux-nat.c: Include gdbarch.h.
949
950 2019-11-24 Tom Tromey <tom@tromey.com>
951
952 * symfile.c (read_symbols): Update.
953 * psymtab.c (require_partial_symbols): Change type of "verbose" to
954 bool.
955 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
956 (psym_lookup_symbol, psym_find_last_source_symtab)
957 (psym_forget_cached_source_info, psym_print_stats)
958 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
959 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
960 (psym_map_matching_symbols, psym_expand_symtabs_matching)
961 (psym_find_compunit_symtab_by_address)
962 (maintenance_print_psymbols, maintenance_info_psymtabs)
963 (maintenance_check_psymtabs): Update.
964 * psymtab.h (require_partial_symbols): Change type of "verbose" to
965 bool.
966
967 2019-11-22 Tom Tromey <tom@tromey.com>
968
969 * observable.h: Update comments.
970
971 2019-11-22 Tom Tromey <tromey@adacore.com>
972
973 * ada-tasks.c (ada_task_is_alive): Make parameter const.
974 (print_ada_task_info): Don't try to fetch thread id if task is not
975 alive.
976
977 2019-11-22 Christian Biesinger <cbiesinger@google.com>
978
979 * ada-exp.y: Update.
980 * ada-lang.c (sort_choices): Update.
981 (ada_print_symbol_signature): Update.
982 (resolve_subexp): Update.
983 (ada_parse_renaming): Update.
984 (ada_read_renaming_var_value): Update.
985 (lesseq_defined_than): Update.
986 (remove_extra_symbols): Update.
987 (remove_irrelevant_renamings): Update.
988 (ada_add_block_symbols): Update.
989 (ada_collect_symbol_completion_matches): Update.
990 (ada_is_renaming_symbol): Update.
991 (aggregate_assign_from_choices): Update.
992 (ada_evaluate_subexp): Update.
993 (ada_has_this_exception_support): Update.
994 (ada_is_non_standard_exception_sym): Update.
995 (ada_add_exceptions_from_frame): Update.
996 (ada_add_global_exceptions): Update.
997 (ada_print_subexp): Update.
998 * ax-gdb.c (gen_var_ref): Update.
999 (gen_maybe_namespace_elt): Update.
1000 (gen_expr_for_cast): Update.
1001 (gen_expr): Update.
1002 * block.h: Update.
1003 * blockframe.c (find_pc_partial_function): Update.
1004 * breakpoint.c (print_breakpoint_location): Update.
1005 (update_static_tracepoint): Update.
1006 * btrace.c (ftrace_print_function_name): Update.
1007 (ftrace_function_switched): Update.
1008 * buildsym.c (find_symbol_in_list): Update.
1009 * c-exp.y: Update.
1010 * c-typeprint.c (c_print_typedef): Update.
1011 (c_type_print_template_args): Update.
1012 * cli/cli-cmds.c (edit_command): Update.
1013 (list_command): Update.
1014 (print_sal_location): Update.
1015 * coffread.c (patch_opaque_types): Update.
1016 (process_coff_symbol): Update.
1017 (coff_read_enum_type): Update.
1018 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
1019 (convert_one_symbol): Update.
1020 (hash_symname): Update.
1021 (eq_symname): Update.
1022 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
1023 * compile/compile-cplus-types.c (debug_print_scope): Update.
1024 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
1025 * compile/compile-object-load.c (get_out_value_type): Update.
1026 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
1027 (search_symbol_list): Update.
1028 (cp_lookup_symbol_imports_or_template): Update.
1029 * cp-support.c (overload_list_add_symbol): Update.
1030 * ctfread.c (psymtab_to_symtab): Update.
1031 * dbxread.c (cp_set_block_scope): Update.
1032 * dictionary.c (iter_match_first_hashed): Update.
1033 (iter_match_next_hashed): Update.
1034 (insert_symbol_hashed): Update.
1035 (iter_match_next_linear): Update.
1036 * dictionary.h: Update.
1037 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
1038 (locexpr_describe_location_piece): Update.
1039 (locexpr_describe_location_1): Update.
1040 (locexpr_generate_c_location): Update.
1041 (loclist_describe_location): Update.
1042 (loclist_generate_c_location): Update.
1043 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
1044 (read_func_scope): Update.
1045 (process_enumeration_scope): Update.
1046 (new_symbol): Update.
1047 (dwarf2_const_value): Update.
1048 (dwarf2_symbol_mark_computed): Update.
1049 * eval.c (evaluate_funcall): Update.
1050 (evaluate_subexp_standard): Update.
1051 * expprint.c (print_subexp_standard): Update.
1052 (dump_subexp_body_standard): Update.
1053 * f-valprint.c (info_common_command_for_block): Update.
1054 * findvar.c (get_hosting_frame): Update.
1055 (default_read_var_value): Update.
1056 * go-lang.c (go_symbol_package_name): Update.
1057 * guile/scm-block.c (bkscm_print_block_smob): Update.
1058 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
1059 (gdbscm_symbol_name): Update.
1060 (gdbscm_symbol_linkage_name): Update.
1061 (gdbscm_symbol_print_name): Update.
1062 * infcall.c (get_function_name): Update.
1063 * infcmd.c (jump_command): Update.
1064 (finish_command): Update.
1065 * infrun.c (insert_exception_resume_breakpoint): Update.
1066 * linespec.c (canonicalize_linespec): Update.
1067 (create_sals_line_offset): Update.
1068 (convert_linespec_to_sals): Update.
1069 (complete_label): Update.
1070 (find_label_symbols_in_block): Update.
1071 * m2-typeprint.c (m2_print_typedef): Update.
1072 * mdebugread.c (mdebug_reg_to_regnum): Update.
1073 (parse_symbol): Update.
1074 (mylookup_symbol): Update.
1075 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
1076 (list_args_or_locals): Update.
1077 * objc-lang.c (compare_selectors): Update.
1078 (info_selectors_command): Update.
1079 (compare_classes): Update.
1080 (info_classes_command): Update.
1081 (find_imps): Update.
1082 * p-typeprint.c (pascal_print_typedef): Update.
1083 * printcmd.c (build_address_symbolic): Update.
1084 (info_address_command): Update.
1085 (print_variable_and_value): Update.
1086 * python/py-framefilter.c (extract_sym): Update.
1087 (py_print_single_arg): Update.
1088 * python/py-symbol.c (sympy_str): Update.
1089 (sympy_get_name): Update.
1090 (sympy_get_linkage_name): Update.
1091 * python/python.c (gdbpy_rbreak): Update.
1092 * record-btrace.c (btrace_get_bfun_name): Update.
1093 (btrace_call_history): Update.
1094 * rust-lang.c (rust_print_typedef): Update.
1095 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
1096 * stabsread.c (stab_reg_to_regnum): Update.
1097 (define_symbol): Update.
1098 (read_enum_type): Update.
1099 (common_block_end): Update.
1100 (cleanup_undefined_types_1): Update.
1101 (scan_file_globals): Update.
1102 * stack.c (print_frame_arg): Update.
1103 (print_frame_args): Update.
1104 (find_frame_funname): Update.
1105 (info_frame_command_core): Update.
1106 (iterate_over_block_locals): Update.
1107 (print_block_frame_labels): Update.
1108 (do_print_variable_and_value): Update.
1109 (iterate_over_block_arg_vars): Update.
1110 (return_command): Update.
1111 * symmisc.c (dump_symtab_1): Update.
1112 (print_symbol): Update.
1113 * symtab.c (eq_symbol_entry): Update.
1114 (symbol_cache_dump): Update.
1115 (lookup_language_this): Update.
1116 (find_pc_sect_line): Update.
1117 (skip_prologue_sal): Update.
1118 (symbol_search::compare_search_syms): Update.
1119 (treg_matches_sym_type_name): Update.
1120 (search_symbols): Update.
1121 (print_symbol_info): Update.
1122 (rbreak_command): Update.
1123 (completion_list_add_symbol): Update.
1124 (find_gnu_ifunc): Update.
1125 (get_symbol_address): Update.
1126 (search_module_symbols): Update.
1127 (info_module_subcommand): Update.
1128 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
1129 (SYMBOL_LINKAGE_NAME): Remove.
1130 (SYMBOL_DEMANGLED_NAME): Remove.
1131 (SYMBOL_PRINT_NAME): Remove.
1132 (SYMBOL_SEARCH_NAME): Remove.
1133 * tracepoint.c (set_traceframe_context): Update.
1134 (validate_actionline): Update.
1135 (collection_list::collect_symbol): Update.
1136 (encode_actions_1): Update.
1137 (info_scope_command): Update.
1138 (print_one_static_tracepoint_marker): Update.
1139 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
1140 * valops.c (address_of_variable): Update.
1141 (find_overload_match): Update.
1142 (find_oload_champ): Update.
1143
1144 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1145
1146 * ada-lang.c (ada_lookup_simple_minsym): Update.
1147 (ada_collect_symbol_completion_matches): Update.
1148 * ada-tasks.c (read_atcb): Update.
1149 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
1150 (amd64_windows_skip_trampoline_code): Update.
1151 * arm-tdep.c (skip_prologue_function): Update.
1152 (arm_skip_stack_protector): Update.
1153 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
1154 (arm_wince_skip_main_prologue): Update.
1155 * ax-gdb.c (gen_expr): Update.
1156 * block.c (call_site_for_pc): Update.
1157 * blockframe.c (find_pc_partial_function): Update.
1158 * breakpoint.c (set_breakpoint_location_function): Update.
1159 * btrace.c (ftrace_print_function_name): Update.
1160 (ftrace_function_switched): Update.
1161 * c-valprint.c (print_unpacked_pointer): Update.
1162 * coffread.c (coff_symfile_read): Update.
1163 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
1164 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
1165 * dwarf-index-write.c (write_psymbols): Update.
1166 * dwarf2loc.c (call_site_to_target_addr): Update.
1167 (func_verify_no_selftailcall): Update.
1168 (tailcall_dump): Update.
1169 (call_site_find_chain_1): Update.
1170 (dwarf_expr_reg_to_entry_parameter): Update.
1171 * elfread.c (elf_gnu_ifunc_record_cache): Update.
1172 * eval.c (evaluate_funcall): Update.
1173 (evaluate_subexp_standard): Update.
1174 (evaluate_subexp_for_sizeof): Update.
1175 * expprint.c (print_subexp_standard): Update.
1176 (dump_subexp_body_standard): Update.
1177 * frame.c (get_prev_frame_always_1): Update.
1178 * frv-tdep.c (frv_skip_main_prologue): Update.
1179 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
1180 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
1181 (gnuv3_get_typename_from_type_info): Update.
1182 (gnuv3_skip_trampoline): Update.
1183 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1184 * i386-tdep.c (i386_skip_main_prologue): Update.
1185 (i386_pe_skip_trampoline_code): Update.
1186 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1187 * infcall.c (get_function_name): Update.
1188 * linespec.c (minsym_found): Update.
1189 * linux-fork.c (info_checkpoints_command): Update.
1190 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1191 (m32c_m16c_pointer_to_address): Update.
1192 * maint.c (maintenance_translate_address): Update.
1193 * minsyms.c (add_minsym_to_hash_table): Update.
1194 (add_minsym_to_demangled_hash_table): Update.
1195 (lookup_minimal_symbol_mangled): Update.
1196 (lookup_minimal_symbol_demangled): Update.
1197 (lookup_minimal_symbol_linkage): Update.
1198 (lookup_minimal_symbol_text): Update.
1199 (lookup_minimal_symbol_by_pc_name): Update.
1200 (minimal_symbol_is_less_than): Update.
1201 (compact_minimal_symbols): Update.
1202 (build_minimal_symbol_hash_tables): Update.
1203 (find_solib_trampoline_target): Update.
1204 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1205 (mips_skip_pic_trampoline_code): Update.
1206 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1207 * objc-lang.c (info_selectors_command): Update.
1208 (info_classes_command): Update.
1209 (find_methods): Update.
1210 (find_imps): Update.
1211 * p-valprint.c (pascal_val_print): Update.
1212 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1213 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1214 * printcmd.c (build_address_symbolic): Update.
1215 (info_symbol_command): Update.
1216 * psymtab.c (psymbol_name_matches): Update.
1217 (match_partial_symbol): Update.
1218 (lookup_partial_symbol): Update.
1219 (print_partial_symbols): Update.
1220 (sort_pst_symbols): Update.
1221 (maintenance_check_psymtabs): Update.
1222 * python/py-framefilter.c (py_print_frame): Update.
1223 * python/python.c (gdbpy_rbreak): Update.
1224 * record-btrace.c (btrace_get_bfun_name): Update.
1225 (btrace_call_history): Update.
1226 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1227 (rs6000_skip_trampoline_code): Update.
1228 * sol-thread.c (info_cb): Update.
1229 * stabsread.c (scan_file_globals): Update.
1230 * stack.c (find_frame_funname): Update.
1231 (info_frame_command_core): Update.
1232 * symmisc.c (dump_msymbols): Update.
1233 * symtab.c (symbol_natural_name): Rename to..,
1234 (general_symbol_info::natural_name): ...this.
1235 (symbol_demangled_name): Rename to...
1236 (general_symbol_info::demangled_name): ...this.
1237 (symbol_search_name): Rename to...
1238 (general_symbol_info::search_name): ...this.
1239 (symbol_matches_search_name): Update.
1240 (find_pc_sect_line): Update.
1241 (skip_prologue_sal): Update.
1242 (search_symbols): Update.
1243 (print_msymbol_info): Update.
1244 (rbreak_command): Update.
1245 (completion_list_add_msymbol): Update.
1246 (completion_list_objc_symbol): Update.
1247 (get_msymbol_address): Update.
1248 * symtab.h (struct general_symbol_info): Add member functions
1249 natural_name (), linkage_name (), print_name (), demangled_name (),
1250 and search_name ().
1251 (SYMBOL_NATURAL_NAME): Update.
1252 (symbol_natural_name): Move to a member function on general_symbol_info.
1253 (SYMBOL_DEMANGLED_NAME): Update.
1254 (symbol_demangled_name): Move to a member function on
1255 general_symbol_info.
1256 (SYMBOL_SEARCH_NAME): Update.
1257 (symbol_search_name): Move to a member function on general_symbol_info.
1258 (MSYMBOL_NATURAL_NAME): Remove.
1259 (MSYMBOL_LINKAGE_NAME): Remove.
1260 (MSYMBOL_PRINT_NAME): Remove.
1261 (MSYMBOL_DEMANGLED_NAME): Remove.
1262 (MSYMBOL_SEARCH_NAME): Remove.
1263 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1264
1265 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1266
1267 * symtab.c (create_demangled_names_hash): Use per_bfd->
1268 minimal_symbol_count for computing the initial size, if greater
1269 than our default size.
1270
1271 2019-11-22 Tom de Vries <tdevries@suse.de>
1272
1273 * contrib/words.sh: Improve words extraction.
1274
1275 2019-11-22 Tom de Vries <tdevries@suse.de>
1276
1277 * contrib/words.sh: Combine sed invocations.
1278
1279 2019-11-21 Christian Biesinger <cbiesinger@google.com>
1280
1281 * Makefile.in: Update.
1282 * demangle.c: Rename to...
1283 * gdb-demangle.c: ..this.
1284 (is_cplus_marker): Change return type to bool.
1285 (_initialize_demangler): Rename to...
1286 (_initialize_gdb_demangle): ...this.
1287 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1288 * symtab.h (demangle): Remove declaration; instead include
1289 gdb-demangle.h.
1290
1291 2019-11-21 Tom Tromey <tromey@adacore.com>
1292
1293 * gdbsupport/format.c (format_pieces): Parse %I64d.
1294 * unittests/format_pieces-selftests.c (test_windows_formats): New
1295 function.
1296 (run_tests): Call it.
1297
1298 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1299
1300 Byte reverse display of variables with DW_END_big, DW_END_little
1301 (DW_AT_endianity) dwarf attributes if different than the native
1302 byte order.
1303 * ada-lang.c (ada_value_binop):
1304 Use type_byte_order instead of gdbarch_byte_order.
1305 * ada-valprint.c (printstr):
1306 (ada_val_print_string):
1307 * ada-lang.c (value_pointer):
1308 (ada_value_binop):
1309 Use type_byte_order instead of gdbarch_byte_order.
1310 * c-lang.c (c_get_string):
1311 Use type_byte_order instead of gdbarch_byte_order.
1312 * c-valprint.c (c_val_print_array):
1313 Use type_byte_order instead of gdbarch_byte_order.
1314 * cp-valprint.c (cp_print_class_member):
1315 Use type_byte_order instead of gdbarch_byte_order.
1316 * dwarf2loc.c (rw_pieced_value):
1317 Use type_byte_order instead of gdbarch_byte_order.
1318 * dwarf2read.c (read_base_type): Handle DW_END_big,
1319 DW_END_little
1320 * f-lang.c (f_get_encoding):
1321 Use type_byte_order instead of gdbarch_byte_order.
1322 * findvar.c (default_read_var_value):
1323 Use type_byte_order instead of gdbarch_byte_order.
1324 * gdbtypes.c (check_types_equal):
1325 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1326 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1327 and TYPE_ENDIANITY_LITTLE if set.
1328 (type_byte_order): new function.
1329 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1330 (struct main_type) <flag_endianity_not_default>:
1331 New field.
1332 (type_byte_order): New function.
1333 * infcmd.c (default_print_one_register_info):
1334 Use type_byte_order instead of gdbarch_byte_order.
1335 * p-lang.c (pascal_printstr):
1336 Use type_byte_order instead of gdbarch_byte_order.
1337 * p-valprint.c (pascal_val_print):
1338 Use type_byte_order instead of gdbarch_byte_order.
1339 * printcmd.c (print_scalar_formatted):
1340 Use type_byte_order instead of gdbarch_byte_order.
1341 * solib-darwin.c (darwin_current_sos):
1342 Use type_byte_order instead of gdbarch_byte_order.
1343 * solib-svr4.c (solib_svr4_r_ldsomap):
1344 Use type_byte_order instead of gdbarch_byte_order.
1345 * stap-probe.c (stap_modify_semaphore):
1346 Use type_byte_order instead of gdbarch_byte_order.
1347 * target-float.c (target_float_same_format_p):
1348 Use type_byte_order instead of gdbarch_byte_order.
1349 * valarith.c (scalar_binop):
1350 (value_bit_index):
1351 Use type_byte_order instead of gdbarch_byte_order.
1352 * valops.c (value_cast):
1353 Use type_byte_order instead of gdbarch_byte_order.
1354 * valprint.c (generic_emit_char):
1355 (generic_printstr):
1356 (val_print_string):
1357 Use type_byte_order instead of gdbarch_byte_order.
1358 * value.c (unpack_long):
1359 (unpack_bits_as_long):
1360 (unpack_value_bitfield):
1361 (modify_field):
1362 (pack_long):
1363 (pack_unsigned_long):
1364 Use type_byte_order instead of gdbarch_byte_order.
1365 * findvar.c (unsigned_pointer_to_address):
1366 (signed_pointer_to_address):
1367 (unsigned_address_to_pointer):
1368 (address_to_signed_pointer):
1369 (default_read_var_value):
1370 (default_value_from_register):
1371 Use type_byte_order instead of gdbarch_byte_order.
1372 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1373 Use type_byte_order instead of gdbarch_byte_order.
1374 * riscv-tdep.c (riscv_print_one_register_info):
1375 Use type_byte_order instead of gdbarch_byte_order.
1376
1377 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1378
1379 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1380 (current_ui_gdb_stdin_ptr): Likewise.
1381 (current_ui_gdb_stderr_ptr): Likewise.
1382 (current_ui_gdb_stdlog_ptr): Likewise.
1383 (current_ui_current_uiout_ptr): Likewise.
1384 (gen_ret_current_ui_field_ptr): Remove.
1385
1386 2019-11-21 Tom de Vries <tdevries@suse.de>
1387
1388 PR gdb/24956
1389 * cli/cli-script.c (execute_control_command): Only switch to
1390 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1391
1392 2019-11-19 Tom Tromey <tom@tromey.com>
1393
1394 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1395 Now static. Change type of "name".
1396 (tui_set_win_height_command): Don't copy "arg".
1397 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1398 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1399
1400 2019-11-19 Ali Tamur <tamur@google.com>
1401
1402 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1403 "if (attr != nullptr)".
1404 (dwarf2_find_base_address): Likewise.
1405 (dwarf2_build_include_psymtabs): Likewise.
1406 (read_cutu_die_from_dwo): Likewise.
1407 (read_func_scope): Likewise.
1408 (read_call_site_scope): Likewise.
1409 (dwarf2_get_pc_bounds): Likewise.
1410 (dwarf2_record_block_ranges): Likewise.
1411 (dwarf2_add_field): Likewise.
1412 (dwarf2_add_member_fn): Likewise.
1413 (read_structure_type): Likewise.
1414 (read_enumeration_type): Likewise.
1415 (read_array_type): Likewise.
1416 (read_array_order): Likewise.
1417 (read_set_type): Likewise.
1418 (read_common_block): Likewise.
1419 (read_tag_reference_type): Likewise.
1420 (read_tag_string_type): Likewise.
1421 (read_subroutine_type): Likewise.
1422 (read_base_type): Likewise.
1423 (read_subrange_type): Likewise.
1424 (new_symbol): Likewise.
1425 (prepare_one_comp_unit): Likewise.
1426
1427 2019-11-19 Tom Tromey <tromey@adacore.com>
1428
1429 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1430 result in error when DebugActiveProcess fails.
1431
1432 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1433 Pedro Alves <palves@redhat.com>
1434
1435 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1436 * target.c (target_stack::push): Call 'unpush' if there's a
1437 target on top of the stack.
1438
1439 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1440
1441 * python/py-block.c (blpy_dealloc): Call tp_free.
1442 (blpy_block_syms_dealloc): Likewise.
1443 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1444 * python/py-inferior.c (infpy_dealloc): Likewise.
1445 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1446 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1447 * python/py-symbol.c (sympy_dealloc): Likewise.
1448 * python/py-symtab.c (stpy_dealloc): Likewise.
1449 * python/py-type.c (typy_iterator_dealloc): Likewise.
1450
1451 2019-11-18 Christian Biesinger <cbiesinger@google.com>
1452
1453 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1454 constructor instead of using a class initializer.
1455
1456 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1457
1458 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1459 * configure: Regenerate.
1460 * configure.ac: Don't source common.host.
1461 * gdbsupport/common.host: Remove.
1462 * gdbsupport/mingw-strerror.c: Remove.
1463 * gdbsupport/posix-strerror.c: Rename to...
1464 * gdbsupport/safe-strerror.c: ...this.
1465
1466 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1467
1468 * maint.c (scoped_command_stats::print_time): Use localtime_r
1469 instead of localtime (provided through gnulib if necessary).
1470 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1471 of ctime.
1472
1473 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1474
1475 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1476 avoid compile errors.
1477
1478 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1479
1480 * config.in: Regenerate.
1481 * configure: Regenerate.
1482 * gdbsupport/common.m4: No longer check for strerror_r.
1483 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1484 POSIX version of strerror_r, now that gnulib provides it if
1485 necessary.
1486
1487 2019-11-14 Christian Biesinger <cbiesinger@google.com>
1488
1489 * README (`configure' options): Update.
1490
1491 2019-11-14 Tom Tromey <tromey@adacore.com>
1492
1493 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1494 expected type for the RHS if the LHS is a convenience variable.
1495
1496 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1497
1498 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1499 Provide explicit default and copy constructor.
1500
1501 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1502
1503 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1504 only call Py_INCREF (newbp) in the bppy_pending_object case.
1505
1506 2019-11-13 Tom Tromey <tromey@adacore.com>
1507
1508 PR build/25182:
1509 * psympriv.h (partial_symbol): Remove static assert.
1510 * symtab.h (general_symbol_info, symbol): Remove static assert.
1511
1512 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1513
1514 * gdbsupport/format.c (format_pieces::format_pieces): Support
1515 printf 'z' size modifier.
1516 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1517 * printcmd.c (ui_printf): Handle size_t_arg.
1518 * ui-out.c (ui_out::vmessage): Likewise.
1519 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1520 function.
1521 (run_tests): Call test_format_int_sizes.
1522
1523 2019-11-12 Christian Biesinger <cbiesinger@google.com>
1524
1525 * ada-exp.y (write_ambiguous_var): Update.
1526 * buildsym.c (add_symbol_to_list): Update.
1527 * dwarf2read.c (read_variable): Update.
1528 (new_symbol): Update.
1529 * jit.c (finalize_symtab): Update.
1530 * language.c (language_alloc_type_symbol): Update.
1531 * symtab.c (fixup_symbol_section): Update.
1532 (initialize_objfile_symbol_1): Move code to...
1533 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1534 (allocate_symbol): Update.
1535 (allocate_template_symbol): Update.
1536 (get_symbol_address): Update.
1537 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1538 of having as a field, and add a constructor.
1539 (SYMBOL_VALUE): Update.
1540 (SYMBOL_VALUE_ADDRESS): Update.
1541 (SET_SYMBOL_VALUE_ADDRESS): Update.
1542 (SYMBOL_VALUE_BYTES): Update.
1543 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1544 (SYMBOL_BLOCK_VALUE): Update.
1545 (SYMBOL_VALUE_CHAIN): Update.
1546 (SYMBOL_LANGUAGE): Update.
1547 (SYMBOL_SECTION): Update.
1548 (SYMBOL_OBJ_SECTION): Update.
1549 (SYMBOL_SET_LANGUAGE): Update.
1550 (SYMBOL_SET_LINKAGE_NAME): Update.
1551 (SYMBOL_SET_NAMES): Update.
1552 (SYMBOL_NATURAL_NAME): Update.
1553 (SYMBOL_LINKAGE_NAME): Update.
1554 (SYMBOL_DEMANGLED_NAME): Update.
1555 (SYMBOL_SEARCH_NAME): Update.
1556 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1557 (struct symbol): Update.
1558 (struct template_symbol): Update.
1559 (struct rust_vtable_symbol): Update.
1560 * xcoffread.c (SYMBOL_DUP): Update.
1561
1562 2019-11-12 Tom Tromey <tom@tromey.com>
1563
1564 * tui/tui-layout.c (show_layout): Set current_layout.
1565 (show_source_disasm_command, show_data)
1566 (show_source_or_disasm_and_command): Don't set current_layout.
1567
1568 2019-11-12 Tom Tromey <tom@tromey.com>
1569
1570 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1571
1572 2019-11-12 Tom Tromey <tom@tromey.com>
1573
1574 * tui/tui-win.c (resize_message): New global.
1575 (show_tui_resize_message): New function.
1576 (tui_async_resize_screen): Print message if requested.
1577 (_initialize_tui_win): Add tui-resize-message setting.
1578 * NEWS: Add entry for new commands.
1579
1580 2019-11-11 Tom Tromey <tom@tromey.com>
1581
1582 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1583 functions.
1584
1585 2019-11-11 Christian Biesinger <cbiesinger@google.com>
1586
1587 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1588
1589 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1590
1591 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1592 function.
1593 * python/python-internal.h (gdbpy_lookup_static_symbols):
1594 Declare new function.
1595 * python/python.c (python_GdbMethods): Add
1596 gdb.lookup_static_symbols method.
1597 * NEWS: Mention gdb.lookup_static_symbols.
1598
1599 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1600
1601 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1602 static block of current object file first. Also fix typo in
1603 header comment.
1604
1605 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1606
1607 * stack.c (set_last_displayed_sal): Delete.
1608 (last_displayed_sal_valid): Delete.
1609 (last_displayed_pspace): Delete.
1610 (last_displayed_addr): Delete.
1611 (last_displayed_symtab): Delete.
1612 (last_displayed_line): Delete.
1613 (class last_displayed_symtab_info_type): New.
1614 (last_displayed_symtab_info): New static global variable.
1615 (print_frame_info): Call methods on last_displayed_symtab_info.
1616 (clear_last_displayed_sal): Update header comment, and make use of
1617 last_displayed_symtab_info.
1618 (last_displayed_sal_is_valid): Likewise.
1619 (get_last_displayed_pspace): Likewise.
1620 (get_last_displayed_addr): Likewise.
1621 (get_last_displayed_symtab): Likewise.
1622 (get_last_displayed_line): Likewise.
1623 (get_last_displayed_sal): Likewise.
1624 * stack.h (clear_last_displayed_sal): Update header comment.
1625 (last_displayed_sal_is_valid): Likewise.
1626 (get_last_displayed_pspace): Likewise.
1627 (get_last_displayed_addr): Likewise.
1628 (get_last_displayed_symtab): Likewise.
1629 (get_last_displayed_line): Likewise.
1630 (get_last_displayed_sal): Likewise.
1631
1632 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1633
1634 * stack.c (frame_show_address): Convert return type to bool.
1635 * stack.h (frame_show_address): Likewise, and update header
1636 comment.
1637
1638 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1639
1640 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1641 * unittests/vec-utils-selftests.c: New file.
1642 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1643
1644 2019-11-10 Tom Tromey <tom@tromey.com>
1645
1646 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1647 (tui_highlight_win): Likewise.
1648 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1649 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1650 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1651 Don't set can_highlight.
1652
1653 2019-11-10 Tom Tromey <tom@tromey.com>
1654
1655 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1656 Remove unused declaration.
1657
1658 2019-11-08 Tom Tromey <tromey@adacore.com>
1659
1660 * top.c (read_command_file): Update.
1661 (command_line_input): Make return type const.
1662 * python/py-gdb-readline.c: Update.
1663 * linespec.c (decode_line_2): Update.
1664 * defs.h (command_line_input): Make return type const.
1665 * cli/cli-script.c (read_next_line): Make return type const.
1666 * ada-lang.c (get_selections): Update.
1667
1668 2019-11-06 Christian Biesinger <cbiesinger@google.com>
1669
1670 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1671 * mi/mi-main.c (output_cores): Likewise.
1672 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1673 (linux_xfer_osdata_modules): Likewise.
1674 * remote.c (register_remote_support_xml): Likewise.
1675 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1676 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1677
1678 2019-11-06 Tom Tromey <tom@tromey.com>
1679
1680 * tui/tui-interp.c: Don't include readline.h.
1681 * tui/tui-hooks.c: Don't include readline.h.
1682 * symmisc.c: Include tilde.h, not readline.h.
1683 * symfile.c: Include tilde.h, not readline.h.
1684 * source.c: Include tilde.h, not readline.h.
1685 * solib.c: Include tilde.h, not readline.h.
1686 * psymtab.c: Include tilde.h, not readline.h.
1687 * exec.c: Include tilde.h, not readline.h.
1688 * corelow.c: Include tilde.h, not readline.h.
1689 * cli/cli-dump.c: Include tilde.h, not readline.h.
1690 * cli/cli-cmds.c: Don't include readline.h.
1691
1692 2019-11-05 Tom Tromey <tom@tromey.com>
1693
1694 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1695 (tui_disassemble): Set addr_size.
1696 (tui_disasm_window::set_contents): Use addr_size.
1697
1698 2019-11-05 Tom Tromey <tom@tromey.com>
1699
1700 * rust-lang.c (rust_language_defn): Update.
1701 * python/py-value.c (valpy_string): Call c_get_string.
1702 * p-lang.c (pascal_language_defn): Update.
1703 * opencl-lang.c (opencl_language_defn): Update.
1704 * objc-lang.c (objc_language_defn): Update.
1705 * m2-lang.c (m2_language_defn): Update.
1706 * language.c (unknown_language_defn, auto_language_defn): Update.
1707 (default_get_string): Remove.
1708 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1709 * go-lang.c (go_language_defn): Update.
1710 * f-lang.c (f_language_defn): Update.
1711 * d-lang.c (d_language_defn): Update.
1712 * c-lang.c (c_language_defn, cplus_language_defn)
1713 (asm_language_defn, minimal_language_defn): Update.
1714 * ada-lang.c (ada_language_defn): Update.
1715 * language.h (struct language_defn) <la_get_string>: Remove.
1716 (LA_GET_STRING): Remove.
1717 (default_get_string): Don't declare.
1718
1719 2019-11-05 Tom Tromey <tom@tromey.com>
1720
1721 * tui/tui-source.h (struct tui_source_window): Inline
1722 constructor. Remove destructor.
1723 <style_changed, m_observable>: Move to superclass.
1724 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1725 (struct tui_source_window_base): Move private members to end.
1726 <style_changed, m_observable>: Move from tui_source_window.
1727 * tui/tui-winsource.c (tui_copy_source_line): Move from
1728 tui-source.c. Rename from copy_source_line. Add special handling
1729 for negative line number.
1730 (tui_source_window_base::style_changed): Move from
1731 tui_source_window.
1732 (tui_source_window_base): Register observer.
1733 (~tui_source_window_base): New.
1734 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1735 rename.
1736 (tui_source_window::set_contents): Use tui_copy_source_line.
1737 (tui_source_window::tui_source_window): Move to tui-source.h.
1738 (tui_source_window::~tui_source_window): Remove.
1739 (tui_source_window::style_changed): Move to superclass.
1740 * tui/tui-disasm.c (tui_disassemble): Create string file with
1741 styling, when possible. Add "addr_size" parameter.
1742 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1743 Don't compute maximum size.
1744 (len_without_escapes): New function
1745
1746 2019-11-05 Tom Tromey <tom@tromey.com>
1747
1748 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1749 std::string.
1750 * tui/tui-winsource.c (tui_show_source_line): Update.
1751 * tui/tui-source.c (tui_source_window::set_contents): Update.
1752 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1753
1754 2019-11-05 Christian Biesinger <cbiesinger@google.com>
1755
1756 * symtab.h (gdb_static_assert): Put && operator at the beginning
1757 of the line instead of the end.
1758
1759 2019-11-04 Christian Biesinger <cbiesinger@google.com>
1760
1761 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1762 and sizeof (symbol).
1763 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1764
1765 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1766
1767 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1768 * configure.host: Mark *-*-solaris2.10* obsolete.
1769 * configure.tgt: Mark Solaris < 11 obsolete.
1770 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1771 Update target triplet.
1772
1773 2019-11-01 Tom Tromey <tromey@adacore.com>
1774
1775 * utils.c (print_sys_errmsg): Simplify.
1776
1777 2019-11-01 Tom Tromey <tromey@adacore.com>
1778
1779 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1780
1781 2019-11-01 Christian Biesinger <cbiesinger@google.com>
1782
1783 * configure: Regenerate.
1784 * configure.ac: Remove check for strerror_r.
1785 * gdbsupport/common.m4: Check for strerror_r.
1786
1787 2019-11-01 Luis Machado <luis.machado@linaro.org>
1788
1789 PR gdb/25124
1790
1791 * arm-tdep.c (arm_per_objfile): Rename to ...
1792 (arm_per_bfd): ... this.
1793 (arm_objfile_data_key): Rename to ...
1794 (arm_bfd_data_key): ... this.
1795 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1796 data.
1797 (arm_record_special_symbol): Likewise.
1798
1799 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1800
1801 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1802 end.
1803 * c-typeprint.c (c_print_typedef): Likewise.
1804 * f-typeprint.c (f_print_typedef): Likewise.
1805 * m2-typeprint.c (m2_print_typedef): Likewise.
1806 * p-typeprint.c (pascal_print_typedef): Likewise.
1807 * rust-lang.c (rust_print_typedef): Likewise.
1808 * symtab.c (print_symbol_info): Print a newline after calling
1809 typedef_print.
1810
1811 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1812
1813 * symtab.c (info_module_cmdlist): New variable.
1814 (info_module_command): New function.
1815 (search_module_symbols): New function.
1816 (info_module_subcommand): New function.
1817 (struct info_modules_var_func_options): New struct.
1818 (info_modules_var_func_options_defs): New variable.
1819 (make_info_modules_var_func_options_def_group): New function.
1820 (info_module_functions_command): New function.
1821 (info_module_variables_command): New function.
1822 (info_module_var_func_command_completer): New function.
1823 (_initialize_symtab): Register new 'info module functions' and
1824 'info module variables' commands.
1825 * symtab.h (typedef symbol_search_in_module): New typedef.
1826 (search_module_symbols): Declare new function.
1827 * NEWS: Mention new commands.
1828
1829 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1830
1831 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1832 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1833 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1834 MODULES_DOMAIN.
1835 (scan_partial_symbols): Only create partial module symbols for non
1836 declarations.
1837 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1838 and MODULES_DOMAIN.
1839 * symtab.c (search_domain_name): Likewise.
1840 (search_symbols): Likewise.
1841 (print_symbol_info): Likewise.
1842 (symtab_symbol_info): Likewise.
1843 (info_modules_command): New function.
1844 (_initialize_symtab): Register 'info modules' command.
1845 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1846 * NEWS: Mention new 'info modules' command.
1847
1848 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1849
1850 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1851 and $_gdb_maint_setting_str.
1852
1853 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1854
1855 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1856 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1857 (str_value_from_setting, gdb_setting_str_internal_fn)
1858 (gdb_maint_setting_str_internal_fn): New functions.
1859 (_initialize_cli_cmds): Define the new convenience functions.
1860 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1861 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1862
1863 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1864
1865 * agent.c (set_can_use_agent): When the setting is turned on,
1866 look up agent symbols if we don't have them yet.
1867 (agent_new_objfile): Don't look up agent symbols when the agent
1868 setting is off.
1869
1870 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1871
1872 * config.in: Regenerate.
1873
1874 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1875
1876 * configure: Regenerate.
1877 * configure.ac: Check for strerror_r.
1878 * gdbsupport/common-utils.h (safe_strerror): Change return value
1879 to const char * and document that this function is now threadsafe.
1880 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1881 thread_local and call strerror_r, if available.
1882 * utils.c (perror_string): Update.
1883 (print_sys_errmsg): Update.
1884
1885 2019-10-31 Luis Machado <luis.machado@linaro.org>
1886
1887 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1888 objfile_key.
1889 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1890 objfile to fetch per-bfd data.
1891 (arm_find_exidx_entry): Likewise.
1892
1893 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1894
1895 * gdbsupport/agent.c (debug_agent): Change type to bool.
1896 (use_agent): Likewise.
1897 (all_agent_symbols_look_up): Likewise.
1898 (agent_loaded_p): Change return value to bool.
1899 (agent_look_up_symbols): Update.
1900 (agent_capability_check): Change return value to bool.
1901 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1902 (debug_agent): Change type to bool.
1903 (use_agent): Likewise.
1904 (agent_capability_check): Change return value to bool.
1905
1906 2019-10-30 Christian Biesinger <cbiesinger@google.com>
1907
1908 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1909 (build_minimal_symbol_hash_tables): Code to clear the table moved
1910 to clear_minimal_symbol_hash_tables.
1911 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1912 when needed.
1913
1914 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1915
1916 * infcmd.c: Remove includes.
1917 * infrun.c: Remove includes.
1918
1919 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1920
1921 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1922 (grow_vect): Remove declaration.
1923 (ada_type_of_array): Remove declaration.
1924 (ada_update_initial_language): Remove declaration.
1925 (ada_fold_name): Remove declaration.
1926 (ada_fill_in_ada_prototype): Remove declaration.
1927 (user_select_syms): Remove declaration.
1928 (get_selections): Remove declaration.
1929 (ada_tag_type): Remove declaration.
1930 (ada_value_tag): Remove declaration.
1931 (ada_is_others_clause): Remove declaration.
1932 (ada_in_variant): Remove declaration.
1933 (ada_value_struct_elt): Remove declaration.
1934 (ada_attribute_name): Remove declaration.
1935 (ada_system_address_type): Remove declaration.
1936 * ada-lang.c (ada_watch_location_expression): Make static.
1937 (GROW_VECT): Move here from ada-lang.h.
1938 (grow_vect): Make static.
1939 (ada_update_initial_language): Make static.
1940 (ada_fold_name): Make static.
1941 (ada_type_of_array): Make static.
1942 (encoded_ordered_before): Move up.
1943 (sort_choices): Move up.
1944 (print_signatures): Move up.
1945 (ada_print_symbol_signature): Move up.
1946 (get_selections): Move up and make static.
1947 (user_select_syms): Move up and make static.
1948 (ada_value_struct_elt): Move up and make static.
1949 (ada_tag_type): Make static.
1950 (ada_value_tag): Make static.
1951 (ada_is_others_clause): Make static.
1952 (ada_in_variant): Make static.
1953 (ada_attribute_name): Make static.
1954
1955 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1956
1957 * ada-lang.c: Remove includes.
1958 * ada-typeprint.c: Remove includes.
1959 * ada-valprint.c: Remove includes.
1960
1961 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
1962
1963 * addrmap.c: Add static assertions of type size, moved from
1964 _initialize_addrmap.
1965 (_initialize_addrmap): Remove.
1966
1967 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1968
1969 * coffread.c (record_minimal_symbol): Update.
1970 (process_coff_symbol): Update.
1971 * dbxread.c (read_dbx_symtab): Update.
1972 * dwarf2read.c (add_partial_symbol): Update.
1973 (fixup_go_packaging): Update.
1974 (load_partial_dies): Update.
1975 (new_symbol): Update.
1976 * elfread.c (record_minimal_symbol): Change signature to use
1977 gdb::string_view instead of name+len.
1978 (elf_symtab_read): Update.
1979 (elf_rel_plt_read): Update.
1980 * mdebugread.c (parse_partial_symbols): Update.
1981 (handle_psymbol_enumerators): Update.
1982 (new_symbol): Update.
1983 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1984 to use gdb::string_view instead of name+len.
1985 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1986 * psympriv.h (add_psymbol_to_list): Likewise.
1987 * psymtab.c (add_psymbol_to_bcache): Likewise.
1988 (add_psymbol_to_list): Likewise.
1989 * stabsread.c (define_symbol): Update.
1990 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1991 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1992 (symbol_set_names): Likewise.
1993 * xcoffread.c (scan_xcoff_symtab): Update.
1994
1995 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1996
1997 * symtab.h (symbol_set_names): Document that copy_name must be
1998 set to true for non-nullterminated strings.
1999 * symtab.c (symbol_set_names): Only make a nullterminated copy of
2000 linkage_name if the entry was not found and we need to demangle.
2001
2002 2019-10-29 Christian Biesinger <cbiesinger@google.com>
2003
2004 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
2005 * dwarf2-frame.c (bsearch_fde_cmp): Update.
2006 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
2007 * gdbsupport/gdb_binary_search.h: New file.
2008
2009 2019-10-29 Christian Biesinger <cbiesinger@google.com>
2010
2011 * NEWS: Mention new --with-system-gdbinit-dir option.
2012 * config.in: Regenerate.
2013 * configure: Regenerate.
2014 * configure.ac: Add new option --with-system-gdbinit-dir.
2015 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
2016 for a ".gdb" suffix.
2017 * main.c (get_init_files): Change system_gdbinit argument to
2018 a vector and return the files in SYSTEM_GDBINIT_DIR in
2019 addition to SYSTEM_GDBINIT.
2020 (captured_main_1): Update.
2021 (print_gdb_help): Update.
2022 * top.c (print_gdb_configuration): Also print the value of
2023 SYSTEM_GDBINIT_DIR.
2024
2025 2019-10-28 Christian Biesinger <cbiesinger@google.com>
2026
2027 * gdbsupport/common-utils.h (startswith): Add an overloaded version
2028 that takes gdb::string_view arguments.
2029
2030 2019-10-26 Tom de Vries <tdevries@suse.de>
2031
2032 * aarch64-linux-tdep.c: Fix typos in comments.
2033 * aarch64-tdep.c: Same.
2034 * ada-lang.c: Same.
2035 * amd64-nat.c: Same.
2036 * arc-tdep.c: Same.
2037 * arch/aarch64-insn.c: Same.
2038 * block.c: Same.
2039 * breakpoint.h: Same.
2040 * btrace.h: Same.
2041 * c-varobj.c: Same.
2042 * cli/cli-decode.c: Same.
2043 * cli/cli-script.c: Same.
2044 * cli/cli-utils.h: Same.
2045 * coff-pe-read.c: Same.
2046 * coffread.c: Same.
2047 * compile/compile-cplus-symbols.c: Same.
2048 * compile/compile-object-run.c: Same.
2049 * completer.c: Same.
2050 * corelow.c: Same.
2051 * cp-support.c: Same.
2052 * demangle.c: Same.
2053 * dwarf-index-write.c: Same.
2054 * dwarf2-frame.c: Same.
2055 * dwarf2-frame.h: Same.
2056 * eval.c: Same.
2057 * frame-base.h: Same.
2058 * frame.h: Same.
2059 * gdbcmd.h: Same.
2060 * gdbtypes.h: Same.
2061 * gnu-nat.c: Same.
2062 * guile/scm-objfile.c: Same.
2063 * i386-tdep.c: Same.
2064 * i386-tdep.h: Same.
2065 * infcall.c: Same.
2066 * infcall.h: Same.
2067 * linux-nat.c: Same.
2068 * m68k-tdep.c: Same.
2069 * macroexp.c: Same.
2070 * memattr.c: Same.
2071 * mi/mi-cmd-disas.c: Same.
2072 * mi/mi-getopt.h: Same.
2073 * mi/mi-main.c: Same.
2074 * minsyms.c: Same.
2075 * nat/aarch64-sve-linux-sigcontext.h: Same.
2076 * objfiles.h: Same.
2077 * ppc-linux-nat.c: Same.
2078 * ppc-linux-tdep.c: Same.
2079 * ppc-tdep.h: Same.
2080 * progspace.h: Same.
2081 * prologue-value.h: Same.
2082 * python/py-evtregistry.c: Same.
2083 * python/py-instruction.h: Same.
2084 * record-btrace.c: Same.
2085 * record-full.c: Same.
2086 * remote.c: Same.
2087 * rs6000-tdep.c: Same.
2088 * ser-tcp.c: Same.
2089 * sol-thread.c: Same.
2090 * sparc-sol2-tdep.c: Same.
2091 * sparc64-tdep.c: Same.
2092 * stabsread.c: Same.
2093 * symfile.c: Same.
2094 * symtab.h: Same.
2095 * target.c: Same.
2096 * tracepoint.c: Same.
2097 * tui/tui-data.h: Same.
2098 * tui/tui-io.c: Same.
2099 * tui/tui-win.c: Same.
2100 * tui/tui.c: Same.
2101 * unittests/rsp-low-selftests.c: Same.
2102 * user-regs.h: Same.
2103 * utils.c: Same.
2104 * utils.h: Same.
2105 * valarith.c: Same.
2106 * valops.c: Same.
2107 * valprint.c: Same.
2108 * valprint.h: Same.
2109 * value.c: Same.
2110 * value.h: Same.
2111 * varobj.c: Same.
2112 * x86-nat.h: Same.
2113 * xtensa-tdep.c: Same.
2114
2115 2019-10-25 Ali Tamur <tamur@google.com>
2116
2117 * charset.c (find_charset_names): Reflect API change.
2118
2119 2019-10-25 Christian Biesinger <cbiesinger@google.com>
2120
2121 * symtab.c (struct demangled_name_entry): Change demangled name
2122 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
2123 part of the struct anymore.
2124 (symbol_set_names): No longer obstack allocate + copy the demangled
2125 name, just store the allocated name from bfd.
2126
2127 2019-10-25 Tom Tromey <tromey@adacore.com>
2128
2129 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
2130 (bsearch_cie_cmp, add_cie): Remove.
2131 (find_cie): Reimplement.
2132 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
2133 (dwarf2_build_frame_info): Update.
2134
2135 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
2136
2137 PR gdb/25126
2138 * symfile.c (reread_symbols): Call forget_cached_source_info to
2139 clear the stale source cache.
2140
2141 2019-10-24 Christian Biesinger <cbiesinger@google.com>
2142
2143 * configure: Regenerate.
2144 * configure.ac: Remove code that sets python_has_threads.
2145
2146 2019-10-24 Christian Biesinger <cbiesinger@google.com>
2147
2148 * config.in: Regenerate.
2149 * configure: Regenerate.
2150 * configure.ac: Remove the code that uses sed to get the python
2151 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
2152
2153 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2154
2155 * python/py-progspace.c (pspy_block_for_pc): Return None for all
2156 error paths.
2157
2158 2019-10-23 Tom Tromey <tom@tromey.com>
2159
2160 * arc-tdep.c: Remove ".." from include.
2161 * frv-tdep.c: Remove ".." from include.
2162 * lm32-tdep.c: Remove ".." from include.
2163 * microblaze-tdep.c: Remove ".." from include.
2164 * or1k-tdep.h: Remove ".." from include.
2165 * s12z-tdep.c: Remove ".." from include.
2166 * Makefile.in (OPCODES_CFLAGS): Add comment.
2167 (TOP_CFLAGS): New variable.
2168 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
2169
2170 2019-10-23 Tom Tromey <tom@tromey.com>
2171
2172 * Makefile.in (READLINE_DIR): Update.
2173
2174 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2175
2176 * infcall.c (call_function_by_hand_dummy): Fix the function
2177 comment. And extract out a code section into...
2178 (reserve_stack_space): ...this new function.
2179
2180 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2181
2182 * infcall.c (value_arg_coerce): Remove an unused parameter.
2183 (call_function_by_hand_dummy): Update the call to
2184 'value_arg_coerce'.
2185
2186 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2187
2188 * infcall.c (call_function_by_hand_dummy): Refactor.
2189
2190 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2191
2192 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2193
2194 2019-10-23 Tom Tromey <tom@tromey.com>
2195
2196 * configure: Rebuild.
2197 * configure.ac: Don't check for sigprocmask.
2198 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2199
2200 2019-10-23 Tom Tromey <tom@tromey.com>
2201
2202 * configure: Rebuild.
2203 * acinclude.m4: Use m4_include, not sinclude.
2204
2205 2019-10-23 Tom de Vries <tdevries@suse.de>
2206
2207 PR breakpoints/24687
2208 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2209
2210 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2211
2212 * symtab.c (struct demangled_name_entry) <language>: Change from
2213 bitfield to regular variable.
2214
2215 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2216
2217 * symtab.c (struct demangled_name_entry): Add a constructor.
2218 (free_demangled_name_entry): New function to call the destructor
2219 for demangled_name_entry.
2220 (create_demangled_names_hash): Pass free_demangled_name_entry to
2221 htab_create_alloc.
2222 (symbol_set_names): Call placement new for demangled_name_entry.
2223 * utils.c: No longer include xxhash.h here, now that fast_hash
2224 is inlined in the header.
2225 * utils.h: Instead, include it here.
2226
2227 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2228
2229 * Makefile.in: Link with libxxhash.
2230 * config.in: Regenerate.
2231 * configure: Regenerate.
2232 * configure.ac: Search for libxxhash.
2233 * utils.c (fast_hash): Use xxhash if present.
2234
2235 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2236
2237 * utils.h (fast_hash): New function.
2238 * symtab.c (hash_demangled_name_entry): Call new function
2239 fast_hash.
2240
2241 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2242
2243 * symtab.c (struct demangled_name_entry): Change type of mangled
2244 to gdb::string_view. Also adds a constructor that takes the
2245 mangled name.
2246 (hash_demangled_name_entry): Update.
2247 (eq_demangled_name_entry): Update.
2248 (free_demangled_name_entry): New function to call the destructor
2249 now that this is not a POD anymore.
2250 (create_demangled_names_hash): Pass free_demangled_name_entry to
2251 htab_create_alloc.
2252 (symbol_set_names): Update.
2253
2254 2019-10-21 Ali Tamur <tamu@google.com>
2255
2256 * dwarf2read.c (dir_index): Change type.
2257 (file_name_index): Likewise.
2258 (line_header::include_dir_at): Change comment and implementation on
2259 whether it is DWARF 5.
2260 (line_header::is_valid_file_index): New function.
2261 (line_header::file_name_at): Change comment and implementation on
2262 whether it is DWARF 5.
2263 (line_header::file_names): Change to private field renamed as
2264 m_file_names and introduce a new accessor method.
2265 (line_header::file_names_size): New method.
2266 (line_header::include_dirs): Change to private field and rename as
2267 m_include_dirs.
2268 (dw2_get_file_names_reader): Define local var at a smaller scope and
2269 reflect API change.
2270 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2271 (process_structure_scope): Likewise.
2272 (line_header::add_include_dir): Change message and reflect renaming.
2273 (line_header::add_file_name): Likewise.
2274 (read_formatted_entries): Handle DW_FORM_data16.
2275 (dwarf_decode_line_header): Fix line header length calculation.
2276 (psymtab_include_file_name): Change comment and API.
2277 (lnp_state_machine::m_file): Update comment and reflect type change.
2278 (lnp_state_machine::record_line): Reflect type change.
2279 (dwarf_decode_lines): Reflect API change.
2280 (file_file_name): Likewise.
2281 (file_full_name): Likewise.
2282
2283 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2284
2285 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2286
2287 2019-10-21 Tom Tromey <tom@tromey.com>
2288
2289 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2290
2291 2019-10-21 Tom Tromey <tom@tromey.com>
2292
2293 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2294 NM_H. Use AC_CONFIG_LINKS.
2295 * configure: Rebuild.
2296 * Makefile.in (NM_H): New variable.
2297 (generated_files): Add NM_H. Remove gcore.
2298 (nm.h, stamp-nmh): New targets.
2299
2300 2019-10-20 Tom Tromey <tom@tromey.com>
2301
2302 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2303 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2304 obsolete comment.
2305 (put_objfile_before): Now static.
2306
2307 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2308
2309 * gdbsupport/common-utils.h (startswith): Change return type to
2310 bool.
2311
2312 2019-10-19 Christian Biesinger <cbiesinger@google.com>
2313
2314 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2315 * breakpoint.c (bp_locations_compare): Rename to...
2316 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2317 (update_global_location_list): Use std::sort instead of qsort.
2318 * buildsym.c (compare_line_numbers): Rename to...
2319 (lte_is_less_than): ...this, and change to std::sort semantics.
2320 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2321 instead of qsort.
2322 * disasm.c (compare_lines): Rename to...
2323 (line_is_less_than): ...this, and change to std::sort semantics.
2324 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2325 of qsort.
2326 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2327 (fde_is_less_than): ...this, and change to std::sort semantics.
2328 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2329 * mdebugread.c (compare_blocks):
2330 (block_is_less_than): ...this, and change to std::sort semantics.
2331 (sort_blocks): Call std::sort instead of qsort.
2332 * objfiles.c (qsort_cmp): Rename to...
2333 (sort_cmp): ...this, and change to std::sort semantics.
2334 (update_section_map): Call std::sort instead of qsort.
2335 * remote.c (compare_pnums): Remove.
2336 (map_regcache_remote_table): Call std::sort instead of qsort.
2337 * utils.c (compare_positive_ints): Remove.
2338 * utils.h (compare_positive_ints): Remove.
2339 * xcoffread.c (compare_lte): Remove.
2340 (arrange_linetable): Call std::sort instead of qsort.
2341
2342 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2343
2344 * symfile.c (init_entry_point_info): Fix typo.
2345 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2346
2347 2019-10-18 Tom de Vries <tdevries@suse.de>
2348
2349 * aarch64-tdep.c: Fix typos in comments.
2350 * ada-lang.c: Same.
2351 * ada-tasks.c: Same.
2352 * alpha-tdep.c: Same.
2353 * alpha-tdep.h: Same.
2354 * amd64-nat.c: Same.
2355 * amd64-windows-tdep.c: Same.
2356 * arc-tdep.c: Same.
2357 * arc-tdep.h: Same.
2358 * arch-utils.c: Same.
2359 * arm-nbsd-tdep.c: Same.
2360 * arm-tdep.c: Same.
2361 * ax-gdb.c: Same.
2362 * blockframe.c: Same.
2363 * btrace.c: Same.
2364 * c-varobj.c: Same.
2365 * coff-pe-read.c: Same.
2366 * coffread.c: Same.
2367 * cris-tdep.c: Same.
2368 * darwin-nat.c: Same.
2369 * dbxread.c: Same.
2370 * dcache.c: Same.
2371 * disasm.c: Same.
2372 * dtrace-probe.c: Same.
2373 * dwarf-index-write.c: Same.
2374 * dwarf2-frame-tailcall.c: Same.
2375 * dwarf2-frame.c: Same.
2376 * dwarf2read.c: Same.
2377 * eval.c: Same.
2378 * exceptions.c: Same.
2379 * fbsd-tdep.c: Same.
2380 * findvar.c: Same.
2381 * frame.c: Same.
2382 * frv-tdep.c: Same.
2383 * gnu-v3-abi.c: Same.
2384 * go32-nat.c: Same.
2385 * h8300-tdep.c: Same.
2386 * hppa-tdep.c: Same.
2387 * i386-linux-tdep.c: Same.
2388 * i386-tdep.c: Same.
2389 * ia64-libunwind-tdep.c: Same.
2390 * ia64-tdep.c: Same.
2391 * infcmd.c: Same.
2392 * infrun.c: Same.
2393 * linespec.c: Same.
2394 * linux-nat.c: Same.
2395 * linux-thread-db.c: Same.
2396 * machoread.c: Same.
2397 * mdebugread.c: Same.
2398 * mep-tdep.c: Same.
2399 * mn10300-tdep.c: Same.
2400 * namespace.c: Same.
2401 * objfiles.c: Same.
2402 * opencl-lang.c: Same.
2403 * or1k-tdep.c: Same.
2404 * osabi.c: Same.
2405 * ppc-linux-nat.c: Same.
2406 * ppc-linux-tdep.c: Same.
2407 * ppc-sysv-tdep.c: Same.
2408 * printcmd.c: Same.
2409 * procfs.c: Same.
2410 * record-btrace.c: Same.
2411 * record-full.c: Same.
2412 * remote-fileio.c: Same.
2413 * remote.c: Same.
2414 * rs6000-tdep.c: Same.
2415 * s12z-tdep.c: Same.
2416 * score-tdep.c: Same.
2417 * ser-base.c: Same.
2418 * ser-go32.c: Same.
2419 * skip.c: Same.
2420 * sol-thread.c: Same.
2421 * solib-svr4.c: Same.
2422 * solib.c: Same.
2423 * source.c: Same.
2424 * sparc-nat.c: Same.
2425 * sparc-sol2-tdep.c: Same.
2426 * sparc-tdep.c: Same.
2427 * sparc64-tdep.c: Same.
2428 * stabsread.c: Same.
2429 * stack.c: Same.
2430 * symfile.c: Same.
2431 * symtab.c: Same.
2432 * target-descriptions.c: Same.
2433 * target-float.c: Same.
2434 * thread.c: Same.
2435 * utils.c: Same.
2436 * valops.c: Same.
2437 * valprint.c: Same.
2438 * value.c: Same.
2439 * varobj.c: Same.
2440 * windows-nat.c: Same.
2441 * xcoffread.c: Same.
2442 * xstormy16-tdep.c: Same.
2443 * xtensa-tdep.c: Same.
2444
2445 2019-10-17 Tom Tromey <tromey@adacore.com>
2446
2447 * configure: Rebuild.
2448 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2449 in AC_CONFIG_FILES invocation.
2450 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2451 new-style config.status invocation.
2452
2453 2019-10-17 Tom de Vries <tdevries@suse.de>
2454
2455 * arm-nbsd-nat.c: Fix typos in comments.
2456 * arm-tdep.c: Same.
2457 * darwin-nat-info.c: Same.
2458 * dwarf2read.c: Same.
2459 * elfread.c: Same.
2460 * event-top.c: Same.
2461 * findvar.c: Same.
2462 * gdbtypes.c: Same.
2463 * hppa-tdep.c: Same.
2464 * i386-tdep.c: Same.
2465 * jit.c: Same.
2466 * main.c: Same.
2467 * mdebugread.c: Same.
2468 * moxie-tdep.c: Same.
2469 * nto-procfs.c: Same.
2470 * osabi.c: Same.
2471 * ppc-linux-tdep.c: Same.
2472 * remote.c: Same.
2473 * riscv-tdep.c: Same.
2474 * s390-tdep.c: Same.
2475 * sh-tdep.c: Same.
2476 * sparc-linux-tdep.c: Same.
2477 * sparc-nat.c: Same.
2478 * stack.c: Same.
2479 * target-descriptions.c: Same.
2480 * top.c: Same.
2481 * varobj.c: Same.
2482
2483 2019-10-16 Tom Tromey <tom@tromey.com>
2484
2485 * objfiles.h (struct objfile) <original_name>: Now const.
2486
2487 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2488
2489 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2490 pass on to sigsetjmp's second argument.
2491 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2492
2493 2019-10-16 Keith Seitz <keiths@redhat.com>
2494
2495 PR gdb/23567
2496 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2497 sections whose size is greater than the file size.
2498
2499 2019-10-16 Jim Wilson <jimw@sifive.com>
2500
2501 * riscv-tdep.c (riscv_gcc_target_options): New.
2502 (riscv_gnu_triplet_regexp): New.
2503 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2504 set_gdbarch_gnu_triplet_regexp.
2505
2506 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2507
2508 * Makefile.in: Add xml-builtin.h.
2509 * features/feature_to_c.sh: Add an include for xml-builtin.h
2510 to ensure that the compiler checks that the types match.
2511 * xml-builtin.h: New file.
2512 * xml-support.c (fetch_xml_builtin): Add missing const.
2513 * xml-support.h: Remove declaration of xml_builtins.
2514
2515 2019-10-16 Tom de Vries <tdevries@suse.de>
2516
2517 PR tdep/25096
2518 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2519 (amd64_classify_aggregate): ... here.
2520 (amd64_classify_aggregate_field): Handled fiels of nested structs
2521 recursively.
2522
2523 2019-10-16 Tom de Vries <tdevries@suse.de>
2524
2525 PR tdep/24104
2526 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2527 that handles 'theclass'.
2528
2529 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2530
2531 * linespec.c (decode_digits_ordinary): Update comment.
2532 * make-target-delegates: No longer need to handle VEC case.
2533 * memrange.c (normalize_mem_ranges): Update comment.
2534 * namespace.c (add_using_directive): Update comment.
2535 * objc-lang.c (uniquify_strings): Update comment.
2536 * ppc-linux-nat.c (struct thread_points): Update comment.
2537 * probe.h (find_probes_in_objfile): Update comment.
2538 * target.h (enum flash_preserve_mode): Update comment.
2539 * varobj.c (varobj_restrict_range): Update comment.
2540 * varobj.h (varobj_list_children): Update comment.
2541
2542 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2543
2544 * Makefile.in: Remove references to vec.h and vec.c.
2545 * aarch64-tdep.c: No longer include vec.h.
2546 * ada-lang.c: Likewise.
2547 * ada-lang.h: Likewise.
2548 * arm-tdep.c: Likewise.
2549 * ax.h: Likewise.
2550 * breakpoint.h: Likewise.
2551 * charset.c: Likewise.
2552 * cp-support.h: Likewise.
2553 * dtrace-probe.c: Likewise.
2554 * dwarf2read.c: Likewise.
2555 * extension.h: Likewise.
2556 * gdb_bfd.c: Likewise.
2557 * gdbsupport/gdb_vecs.h: Likewise.
2558 * gdbsupport/vec.c: Remove.
2559 * gdbsupport/vec.h: Remove.
2560 * gdbthread.h: Likewise.
2561 * guile/scm-type.c: Likewise.
2562 * inline-frame.c: Likewise.
2563 * machoread.c: Likewise.
2564 * memattr.c: Likewise.
2565 * memrange.h: Likewise.
2566 * namespace.h: Likewise.
2567 * nat/linux-btrace.h: Likewise.
2568 * osdata.c: Likewise.
2569 * parser-defs.h: Likewise.
2570 * progspace.h: Likewise.
2571 * python/py-type.c: Likewise.
2572 * record-btrace.c: Likewise.
2573 * rust-exp.y: Likewise.
2574 * solib-target.c: Likewise.
2575 * stap-probe.c: Likewise.
2576 * target-descriptions.c: Likewise.
2577 * target-memory.c: Likewise.
2578 * target.h: Likewise.
2579 * varobj.c: Likewise.
2580 * varobj.h: Likewise.
2581 * xml-support.h: Likewise.
2582
2583 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2584
2585 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2586 Update for new std::vector based implementation.
2587 (process_psymtab_comp_unit_reader): Likewise.
2588 (scan_partial_symbols): Likewise.
2589 (recursively_compute_inclusions): Likewise.
2590 (compute_compunit_symtab_includes): Likewise.
2591 (process_imported_unit_die): Likewise.
2592 (queue_and_load_dwo_tu): Likewise.
2593 (follow_die_sig_1): Likewise.
2594 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2595 (typedef dwarf2_per_cu_ptr): Remove.
2596 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2597 function.
2598 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2599 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2600 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2601 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2602 std::vector.
2603
2604 2019-10-15 Tom Tromey <tromey@adacore.com>
2605
2606 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2607 TID.
2608
2609 2019-10-15 Tom Tromey <tromey@adacore.com>
2610
2611 * windows-nat.c (windows_nat_target::fetch_registers)
2612 (windows_nat_target::store_registers): Rename "pid" to "tid".
2613
2614 2019-10-15 Tom Tromey <tromey@adacore.com>
2615
2616 * gdbarch.h, gdbarch.c: Rebuild.
2617 * gdbarch.sh (gcc_target_options): Change return type to
2618 std::string.
2619 * compile/compile.c (get_args): Update.
2620 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2621 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2622 std::string.
2623 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2624 std::string.
2625 * arch-utils.c (default_gcc_target_options): Return std::string.
2626 * arch-utils.h (default_gcc_target_options): Return std::string.
2627 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2628
2629 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2630
2631 * breakpoint.c (breakpoint_chain): Make static.
2632 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2633 of accessing breakpoint_chain.
2634
2635 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2636
2637 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2638 to a gdb::function_view and return value to bool.
2639 * breakpoint.h (iterate_over_breakpoints): Likewise.
2640 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2641 (pop_dummy_frame): Update.
2642 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2643 (gdbscm_breakpoints): Update.
2644 * python/py-breakpoint.c (build_bp_list): Update.
2645 (gdbpy_breakpoints): Update.
2646 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2647 Update.
2648 (bpfinishpy_handle_stop): Update.
2649 (bpfinishpy_handle_exit): Update.
2650 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2651 (svr4_update_solib_event_breakpoints): Update.
2652
2653 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2654
2655 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2656 when unwrapping single-field structs.
2657
2658 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2659
2660 * dwarf2read.c: Remove includes.
2661
2662 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2663
2664 * ui-out.c (ui_out::call_do_message): Silence
2665 -Wformat-nonliteral warning.
2666
2667 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2668
2669 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2670 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2671 include: readline/tilde.h.
2672
2673 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2674
2675 * remote.c (remote_target::get_trace_status): Remove declaration of
2676 trace_regblock_size.
2677
2678 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2679
2680 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2681 (show_user): Remove declaration of cmdlist.
2682 * cli/cli-cmds.h (max_user_call_depth): Declare.
2683 * cli/cli-script.c (execute_user_command): Remove declaration
2684 of max_user_call_depth.
2685
2686 2019-10-11 Jim Wilson <jimw@sifive.com>
2687
2688 * gdbsupport/print-utils.h (pulongest): Fix comment.
2689 (plongest): Likewise.
2690 (phex): Add missing comment, mention leading zeros.
2691 (phex_nz): Add mention of no leading zeros to comment.
2692
2693 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2694 plongest instead of unsigned long long cast.
2695
2696 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2697
2698 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2699 for external_editor_command and gdbtk_test.
2700
2701 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2702
2703 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2704 * varobj.c (varobjdebug): Move comment to...
2705 * varobj.h (varobjdebug): ...here, and declare.
2706
2707 2019-10-09 Tom Tromey <tom@tromey.com>
2708
2709 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2710 erase_data_content.
2711
2712 2019-10-09 Tom Tromey <tom@tromey.com>
2713
2714 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2715 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2716 * tui/tui-command.c (tui_cmd_window::resize)
2717 (tui_refresh_cmd_win): Update.
2718 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2719 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2720 * tui/tui-data.c (~tui_gen_win_info): Remove.
2721 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2722 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2723 (tui_redisplay_readline, tui_mld_flush)
2724 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2725 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2726 (tui_data_window::erase_data_content)
2727 (tui_data_item_window::rerender)
2728 (tui_data_item_window::refresh_window): Update.
2729 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2730 (box_win, tui_gen_win_info::make_window)
2731 (tui_gen_win_info::make_visible): Update.
2732 (tui_delete_win): Remove.
2733 * tui/tui-winsource.c
2734 (tui_source_window_base::do_erase_source_content): Update.
2735 (tui_show_source_line, tui_source_window_base::update_tab_width)
2736 (tui_source_window_base::update_exec_info): Update.
2737 * tui/tui-data.h (struct curses_deleter): New.
2738 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2739 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2740
2741 2019-10-09 Tom Tromey <tom@tromey.com>
2742
2743 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2744
2745 2019-10-09 Tom Tromey <tom@tromey.com>
2746
2747 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2748 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2749
2750 2019-10-09 Tom Tromey <tom@tromey.com>
2751
2752 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2753 window height directly.
2754 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2755 declare.
2756 * tui/tui-layout.c (tui_default_win_height): Remove.
2757 (tui_default_win_viewport_height): Remove.
2758
2759 2019-10-09 Tom Tromey <tom@tromey.com>
2760
2761 * tui/tui.h: Remove comments.
2762
2763 2019-10-09 Tom de Vries <tdevries@suse.de>
2764
2765 * python/lib/gdb/printer/bound_registers.py: Use
2766 '^builtin_type_bound128' as regexp argument for
2767 add_builtin_pretty_printer.
2768
2769 2019-10-09 Christian Biesinger <cbiesinger@google.com>
2770
2771 * guile/guile.c (guile_extension_script_ops): Remove forward
2772 declaration and mark as static.
2773 (guile_script_ops): Likewise.
2774 (extension_language_guile): Move further down in the file so
2775 it can reference the definitions for guile_{extension_,}script_ops.
2776
2777 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2778
2779 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2780 except SORTL, DFLTCC, and KDSA.
2781
2782 2019-10-08 Tom Tromey <tromey@adacore.com>
2783
2784 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2785 (struct safe_symbol_file_add_args): Remove.
2786
2787 2019-10-08 Tom Tromey <tromey@adacore.com>
2788
2789 * windows-nat.c: Don't include buildsym-legacy.h.
2790
2791 2019-10-08 Tom Tromey <tromey@adacore.com>
2792
2793 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2794
2795 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2796
2797 * gdbtypes.c (overload_debug): Move comment to header.
2798 * gdbtypes.h (overload_debug): Declare.
2799 * valops.c: Remove declaration of overload_debug, instead
2800 include gdbtypes.h.
2801
2802 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2803
2804 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2805 through _().
2806 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2807 move comment...
2808 * language.h (lang_frame_mismatch_warn): ... here. Also add
2809 declaration.
2810 * top.c (lang_frame_mismatch_warn): Remove declaration.
2811 (check_frame_language_change): Pass lang_frame_mismatch_warn
2812 through _().
2813
2814 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2815
2816 * c-lang.h (vtbl_ptr_name): Declare.
2817 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2818 it from the header.
2819 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2820
2821 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2822
2823 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2824 gdb_static_assert.
2825
2826 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2827
2828 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2829 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
2830 * ctfread.c: New file.
2831 * ctfread.h: New file.
2832 * elfread.c: Include ctfread.h.
2833 (struct elfinfo text_p): New member ctfsect.
2834 (elf_locate_sections): Mark CTF section.
2835 (elf_symfile_read): Call elfctf_build_psymtabs.
2836 * Makefile.in (LIBCTF): Add.
2837 (CLIBS): Use it.
2838 (CDEPS): Likewise.
2839 (DIST): Add ctfread.c.
2840
2841 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2842
2843 * ctfread.c (struct nextfield): Renamed to ...
2844 (struct ctf_nextfield): ... this.
2845 (struct field_info): Renamed to ...
2846 (strut ctf_field_info): ... this.
2847 (attach_fields_to_type): Update for renamed structures.
2848 (ctf_add_member_cb): Likewise.
2849 (ctf_add_enum_member_cb): Likewise.
2850 (process_struct_members): Likewise.
2851 (process_enum_type): Likewise.
2852
2853 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2854
2855 * tracectf.h: Rename, was ctf.h.
2856 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2857 * tracefile.c: Likewise.
2858 * tracepoint.c: Remove unused include ctf.h.
2859 * mi/mi-main.c: Likewise.
2860 * Makefile.in Replace ctf.c with tracectf.c.
2861
2862 2019-10-06 Joel Brobecker <brobecker@adacore.com>
2863
2864 * version.in: Change version number to "9.0.50.DATE-git".
2865
2866 2019-10-03 Tom Tromey <tom@tromey.com>
2867
2868 PR rust/24976:
2869 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2870
2871 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2872
2873 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2874 cp_search_name_hash.
2875 * NEWS: Add entry about nested function support.
2876
2877 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2878 Andrew Burgess <andrew.burgess@embecosm.com>
2879
2880 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2881 for nested static variables when searchin VAR_DOMAIN.
2882 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2883 global scope, update comment.
2884 (add_partial_subprogram): Call add_partial_subprogram recursively
2885 for nested subroutines when processinng Fortran.
2886 (load_partial_dies): Process the child entities of a subprogram
2887 when processing Fortran.
2888 (partial_die_parent_scope): Handle building scope
2889 for Fortran nested functions.
2890 (process_die): Record that nested functions have a scope.
2891 (new_symbol): Always record Fortran subprograms on the global
2892 symbol list.
2893 (determine_prefix): How to build the prefix for Fortran
2894 subprograms.
2895
2896 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2897
2898 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2899 have just sent the thread a SIGSTOP and are waiting for it to
2900 arrive.
2901
2902 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2903
2904 * btrace.c (btrace_add_pc): Remove whitespace before the template
2905 parameter in 'std::vector <...>'.
2906 (parse_xml_btrace_block): Likewise.
2907 (btrace_maint_decode_pt): Likewise.
2908 (btrace_maint_update_packets): Likewise.
2909 (btrace_maint_print_packets): Likewise.
2910 * btrace.h (struct btrace_maint_info): Likewise.
2911 * dwarf2read.c (struct type_unit_group): Likewise.
2912 (build_type_psymtabs_reader): Likewise.
2913 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2914 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2915 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2916
2917 2019-10-03 Tom de Vries <tdevries@suse.de>
2918
2919 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2920 the first line of the help text for set/show style metadata.
2921
2922 2019-10-02 Tom Tromey <tromey@adacore.com>
2923
2924 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2925 * gdbsupport/common-inferior.c: New file.
2926 * infcmd.c (startup_with_shell): Don't define.
2927 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2928 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2929 * inferior.h (startup_with_shell): Don't declare.
2930
2931 2019-10-02 Christian Biesinger <cbiesinger@google.com>
2932
2933 * gdbsupport/gdb_assert.h: Include errors.h.
2934 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2935
2936 2019-10-02 Tom Tromey <tromey@adacore.com>
2937
2938 * NEWS: Add $_ada_exception entry.
2939 * ada-lang.c (struct ada_catchpoint): Add constructor.
2940 <m_kind>: New member.
2941 (allocate_location_exception, re_set_exception): Remove
2942 "ex" parameter.
2943 (should_stop_exception): Compute $_ada_exception.
2944 (check_status_exception, print_it_exception)
2945 (print_one_exception, print_mention_exception): Remove
2946 "ex" parameter.
2947 (allocate_location_catch_exception, re_set_catch_exception)
2948 (check_status_exception, print_it_catch_exception)
2949 (print_one_catch_exception, print_mention_catch_exception)
2950 (print_recreate_catch_exception)
2951 (allocate_location_catch_exception_unhandled)
2952 (re_set_catch_exception_unhandled)
2953 (check_status_exception, print_it_catch_exception_unhandled)
2954 (print_one_catch_exception_unhandled)
2955 (print_mention_catch_exception_unhandled)
2956 (print_recreate_catch_exception_unhandled)
2957 (allocate_location_catch_assert, re_set_catch_assert)
2958 (check_status_assert, print_it_catch_assert)
2959 (print_one_catch_assert, print_mention_catch_assert)
2960 (print_recreate_catch_assert)
2961 (allocate_location_catch_handlers, re_set_catch_handlers)
2962 (check_status_handlers, print_it_catch_handlers)
2963 (print_one_catch_handlers, print_mention_catch_handlers)
2964 (print_recreate_catch_handlers): Remove.
2965 (create_ada_exception_catchpoint): Update.
2966 (initialize_ada_catchpoint_ops): Update.
2967
2968 2019-10-02 Tom Tromey <tromey@adacore.com>
2969
2970 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2971 (create_excep_cond_exprs): Simplify exception string computation.
2972 (ada_exception_catchpoint_cond_string): Likewise.
2973
2974 2019-10-02 Tom Tromey <tromey@adacore.com>
2975
2976 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2977 * ada-lang.c (lesseq_defined_than): Handle
2978 LOC_STATIC.
2979 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2980 parameter.
2981 (dwarf2_has_info): Likewise.
2982 (new_symbol): Set maybe_copied on symbol when
2983 appropriate.
2984 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2985 parameter.
2986 <can_copy>: New member.
2987 * elfread.c (record_minimal_symbol): Set maybe_copied
2988 on symbol when appropriate.
2989 (elf_symfile_read): Update call to dwarf2_has_info.
2990 * minsyms.c (lookup_minimal_symbol_linkage): New
2991 function.
2992 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2993 * symtab.c (get_symbol_address, get_msymbol_address):
2994 New functions.
2995 * symtab.h (get_symbol_address, get_msymbol_address):
2996 Declare.
2997 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2998 maybe_copied.
2999 (struct symbol, struct minimal_symbol) <maybe_copied>:
3000 New member.
3001
3002 2019-10-02 Tom Tromey <tromey@adacore.com>
3003
3004 * source.c (struct current_source_location): New.
3005 (current_source_key): New global.
3006 (current_source_symtab, current_source_line)
3007 (current_source_pspace): Remove.
3008 (get_source_location): New function.
3009 (get_current_source_symtab_and_line)
3010 (set_default_source_symtab_and_line)
3011 (set_current_source_symtab_and_line)
3012 (clear_current_source_symtab_and_line, select_source_symtab)
3013 (info_source_command, print_source_lines_base)
3014 (info_line_command, search_command_helper, _initialize_source):
3015 Update.
3016
3017 2019-10-02 Tom Tromey <tromey@adacore.com>
3018
3019 * source.c (select_source_symtab): Don't call
3020 decode_line_with_current_source.
3021
3022 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3023
3024 * symtab.c (lookup_global_symbol): Search global block.
3025
3026 2019-10-02 Tom Tromey <tromey@adacore.com>
3027
3028 * coffread.c (process_coff_symbol): Update.
3029 * dwarf2read.c (var_decode_location, new_symbol): Update.
3030 * mdebugread.c (parse_symbol): Update.
3031 * objfiles.c (relocate_one_symbol): Update.
3032 * stabsread.c (define_symbol, fix_common_block)
3033 (scan_file_globals): Update.
3034 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
3035 (SET_SYMBOL_VALUE_ADDRESS): New macro.
3036 * xcoffread.c (process_xcoff_symbol): Update.
3037
3038 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3039
3040 * MAINTAINERS: Update my email address.
3041
3042 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3043
3044 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
3045 std::vector.
3046 (build_type_psymtabs_reader): Update for std::vector.
3047 (build_type_psymtab_dependencies): Likewise.
3048 * dwarf2read.h: Remove use of DEF_VEC_P.
3049 (typedef sig_type_ptr): Delete.
3050
3051 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3052
3053 * btrace.c (btrace_maint_clear): Update to handle change from VEC
3054 to std::vector.
3055 (btrace_maint_decode_pt): Likewise, and move allocation of the
3056 vector outside of the loop.
3057 (btrace_maint_update_packets): Update to handle change from VEC to
3058 std::vector.
3059 (btrace_maint_print_packets): Likewise.
3060 (maint_info_btrace_cmd): Likewise.
3061 * btrace.h: Remove use of DEF_VEC_O.
3062 (typedef btrace_pt_packet_s): Delete.
3063 (struct btrace_maint_info) <packets>: Change fromm VEC to
3064 std::vector.
3065 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
3066
3067 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3068
3069 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
3070 make accesses into the vector constant references.
3071 (btrace_add_pc): Update for std::vector.
3072 (btrace_stitch_bts): Likewise.
3073 (parse_xml_btrace_block): Likewise.
3074 (btrace_maint_update_packets): Likewise.
3075 (btrace_maint_print_packets): Likewise.
3076 (maint_info_btrace_cmd): Likewise.
3077 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
3078 std::vector.
3079 (btrace_data::empty): Likewise.
3080 (btrace_data_append): Likewise.
3081 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
3082 (typedef btrace_block_s): Delete.
3083 (struct btrace_block): Add constructor.
3084 (struct btrace_data_bts) <blocks>: Change to std::vector.
3085 * nat/linux-btrace.c (perf_event_read_bts): Update for
3086 std::vector.
3087 (linux_read_bts): Likewise.
3088
3089 2019-10-01 Tom Tromey <tom@tromey.com>
3090
3091 * cli/cli-logging.c (show_logging_filename): Use styled_string.
3092
3093 2019-10-01 Tom Tromey <tom@tromey.com>
3094
3095 * stack.c (print_frame, info_frame_command_core): Use
3096 styled_string.
3097 * linux-thread-db.c (try_thread_db_load_1)
3098 (try_thread_db_load_from_pdir_1): Use styled_string.
3099 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
3100 (auto_load_section_scripts, info_auto_load_local_gdbinit)
3101 (maybe_print_unsupported_script_warning)
3102 (maybe_print_script_not_found_warning): Use styled_string.
3103 * ada-lang.c (user_select_syms): Use styled_string.
3104
3105 2019-10-01 Tom Tromey <tom@tromey.com>
3106
3107 * p-lang.c (pascal_printstr): Use metadata style.
3108 * value.c (show_convenience): Use metadata style.
3109 * valprint.c (valprint_check_validity, val_print_optimized_out)
3110 (val_print_not_saved, val_print_unavailable)
3111 (val_print_invalid_address, generic_val_print, val_print)
3112 (value_check_printable, val_print_array_elements): Use metadata
3113 style.
3114 * ui-out.h (class ui_out) <field_fmt>: New overload.
3115 <do_field_fmt>: Add style parameter.
3116 * ui-out.c (ui_out::field_fmt): New overload.
3117 * typeprint.c (type_print_unknown_return_type)
3118 (val_print_not_allocated, val_print_not_associated): Use metadata
3119 style.
3120 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
3121 parameter.
3122 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
3123 * tracepoint.c (tvariables_info_1): Use metadata style.
3124 * stack.c (print_frame_arg, print_frame_info, print_frame)
3125 (info_frame_command_core): Use metadata style.
3126 * skip.c (info_skip_command): Use metadata style.
3127 * rust-lang.c (rust_print_enum): Use metadata style.
3128 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
3129 metadata style.
3130 * python/py-framefilter.c (py_print_single_arg): Use metadata
3131 style.
3132 * printcmd.c (do_one_display, print_variable_and_value): Use
3133 metadata style.
3134 * p-valprint.c (pascal_val_print)
3135 (pascal_object_print_value_fields): Use metadata style.
3136 * p-typeprint.c (pascal_type_print_base): Use metadata style.
3137 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
3138 parameter.
3139 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
3140 * m2-valprint.c (m2_print_long_set): Use metadata style.
3141 * m2-typeprint.c (m2_print_type): Use metadata style.
3142 * infcmd.c (print_return_value_1): Use metadata style.
3143 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
3144 * f-valprint.c (info_common_command_for_block): Use metadata
3145 style.
3146 * f-typeprint.c (f_type_print_base): Use metadata style.
3147 * expprint.c (print_subexp_standard): Use metadata style.
3148 * cp-valprint.c (cp_print_value_fields): Use metadata style.
3149 * cli/cli-style.h (class cli_style_option): Add constructor.
3150 (metadata_style): Declare.
3151 * cli/cli-style.c (metadata_style): New global.
3152 (_initialize_cli_style): Register metadata style.
3153 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
3154 parameter.
3155 * cli-out.c (cli_ui_out::do_field_fmt): Update.
3156 * c-typeprint.c (c_type_print_base_struct_union)
3157 (c_type_print_base_1): Use metadata style.
3158 * breakpoint.c (watchpoint_value_print)
3159 (print_one_breakpoint_location): Use metadata style.
3160 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
3161 style.
3162 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
3163 style.
3164 * ada-valprint.c (val_print_packed_array_elements, printstr)
3165 (print_field_values, ada_val_print_ref, ada_val_print): Use
3166 metadata style.
3167 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
3168 style.
3169 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
3170 style.
3171 * ada-lang.c (user_select_syms): Use metadata style.
3172
3173 2019-10-01 Tom Tromey <tom@tromey.com>
3174
3175 * cli/cli-cmds.c (pwd_command): Style output.
3176
3177 2019-10-01 Pedro Alves <palves@redhat.com>
3178 Tom Tromey <tom@tromey.com>
3179
3180 * symtab.c (print_symbol_info): Use %ps.
3181 (print_msymbol_info): Use %ps.
3182 * symfile.c (symbol_file_add_with_addrs): Use %ps.
3183 * printcmd.c (print_variable_and_value): Use %ps.
3184 * macrocmd.c (show_pp_source_pos): Use %ps.
3185 * infrun.c (print_exited_reason): Use ui_out::message.
3186 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3187 (describe_other_breakpoints): Use ui_out::message and new
3188 formats.
3189 (say_where): Use new formats.
3190 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3191 and new formats.
3192
3193 2019-10-01 Pedro Alves <palves@redhat.com>
3194 Tom Tromey <tom@tromey.com>
3195
3196 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3197 (test_gdb_formats): New function.
3198 (run_tests): Call it.
3199 (test_format_specifier): Update.
3200 * utils.h (fputs_filtered): Update comment.
3201 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3202 (fputs_styled_unfiltered): Declare.
3203 * utils.c (fputs_styled_unfiltered): New function.
3204 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3205 (vfprintf_filtered): Update.
3206 (vfprintf_unfiltered, vprintf_filtered): Update.
3207 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3208 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3209 disallow_ui_out_field>: New constants.
3210 (enum class field_kind): New.
3211 (struct base_field_s, struct signed_field_s): New.
3212 (signed_field): New function.
3213 (struct string_field_s): New.
3214 (string_field): New function.
3215 (struct styled_string_s): New.
3216 (styled_string): New function.
3217 (class ui_out) <message>: Add comment.
3218 <vmessage, call_do_message>: New methods.
3219 <do_message>: Add style parameter.
3220 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3221 methods.
3222 (ui_out::message): Rewrite.
3223 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3224 parameter.
3225 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3226 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3227 gdb_extensions parameter.
3228 (class format_piece): Add parameter to constructor.
3229 (n_int_args): New field.
3230 * gdbsupport/format.c (format_pieces::format_pieces): Add
3231 gdb_extensions parameter. Handle '*'.
3232 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3233 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3234 vfprintf_styled_no_gdbfmt.
3235 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3236 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3237 unfiltered output.
3238 * ui-style.h (struct ui_file_style) <ptr>: New method.
3239
3240 2019-10-01 Tom Tromey <tom@tromey.com>
3241
3242 * unittests/format_pieces-selftests.c: Update. Add final format.
3243 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3244 empty literal pieces.
3245
3246 2019-10-01 Tom Tromey <tom@tromey.com>
3247
3248 * ui-out.h (enum class ui_out_style_kind): Remove.
3249 (class ui_out) <field_string, field_stsream, do_field_string>:
3250 Change type of "style".
3251 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3252 (ui_out::field_string): Update.
3253 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3254 of "style".
3255 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3256 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3257 * stack.c (print_frame_arg, print_frame_info, print_frame):
3258 Update.
3259 * source.c (print_source_lines_base): Update.
3260 * solib.c (info_sharedlibrary_command): Update.
3261 * skip.c (info_skip_command): Update.
3262 * record-btrace.c (btrace_call_history_src_line)
3263 (btrace_call_history): Update.
3264 * python/py-framefilter.c (py_print_frame): Update.
3265 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3266 "style".
3267 * mi/mi-out.c (mi_ui_out::do_table_header)
3268 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3269 (mi_ui_out::do_field_string): Update.
3270 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3271 Update.
3272 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3273 "style".
3274 * cli-out.c (cli_ui_out::do_table_header)
3275 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3276 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3277 (cli_ui_out::do_field_fmt): Update.
3278 * breakpoint.c (print_breakpoint_location): Update.
3279 (update_static_tracepoint): Update.
3280
3281 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3282
3283 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3284 conversion of gdb_datadir.
3285 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3286 remove not needed c_str ().
3287
3288 2019-09-30 Ali Tamur <tamur@google.com>
3289
3290 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3291 (dwarf2_string_attr): Likewise.
3292
3293 2019-09-30 Ali Tamur <tamur@google.com>
3294
3295 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3296 (process_full_type_unit): Likewise.
3297 (dump_die_shallow): Likewise.
3298 (cu_debug_loc_section): Likewise.
3299
3300 2019-09-28 Christian Biesinger <cbiesinger@google.com>
3301
3302 * minsyms.c (compare_minimal_symbols): Rename to...
3303 (minimal_symbol_is_less_than): ...this, and adjust to STL
3304 conventions (return bool, take arguments as references)
3305 (minimal_symbol_reader::install): Call std::sort instead
3306 of qsort.
3307
3308 2019-09-29 Christian Biesinger <cbiesinger@google.com>
3309
3310 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3311 hash and why.
3312 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3313 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3314
3315 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3316
3317 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3318 * psympriv.h (add_psymbol_to_list): Move comment here and update
3319 it.
3320
3321 2019-09-29 Tom de Vries <tdevries@suse.de>
3322
3323 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3324 Use $tmpdir/$(basename "$output_file").dwz instead of
3325 "${output_file}.dwz".
3326
3327 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3328
3329 PR gdb/25045
3330 * hppa-linux-nat.c: Include gdbarch.h.
3331
3332 2019-09-26 Christian Biesinger <cbiesinger@google.com>
3333
3334 * blockframe.c (find_pc_partial_function): Change return type to bool.
3335 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3336 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3337 (stub_gnu_ifunc_resolve_name): Likewise.
3338 * symtab.c (compare_filenames_for_search): Likewise.
3339 (compare_glob_filenames_for_search): Likewise.
3340 (matching_obj_sections): Likewise.
3341 (symbol_matches_domain): Likewise.
3342 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3343 (find_line_pc): Change return type to bool.
3344 (find_line_pc_range): Likewise.
3345 (producer_is_realview): Likewise.
3346 * symtab.h (symbol_matches_domain): Likewise.
3347 (find_pc_partial_function): Likewise.
3348 (find_pc_line_pc_range): Likewise.
3349 (in_gnu_ifunc_stub): Likewise.
3350 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3351 (find_line_pc): Likewise.
3352 (find_line_pc_range): Likewise.
3353 (matching_obj_sections): Likewise.
3354 (find_line_symtab): Change out parameter to bool.
3355 (producer_is_realview): Change return type to bool.
3356 (compare_filenames_for_search): Likewise.
3357 (compare_glob_filenames_for_search): Likewise.
3358
3359 2019-09-26 Tom Tromey <tom@tromey.com>
3360
3361 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3362 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3363 * gdb_usleep.h: Remove.
3364 * gdb_usleep.c: Remove.
3365 * utils.c: Don't include gdb_usleep.h.
3366
3367 2019-09-26 Tom Tromey <tromey@adacore.com>
3368
3369 * python/py-type.c (type_to_type_object): Call check_typedef
3370 for stub types.
3371
3372 2019-09-26 Tom Tromey <tom@tromey.com>
3373
3374 * utils.h (initialize_utils): Don't declare.
3375 * top.c (gdb_init): Don't call initialize_utils.
3376 * utils.c (initialize_utils): Remove. Move contents...
3377 (_initialize_utils): ... here.
3378
3379 2019-09-25 Tom Tromey <tom@tromey.com>
3380
3381 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3382 * utils.h (make_hex_string): Don't declare.
3383 * utils.c (make_hex_string): Remove.
3384
3385 2019-09-24 Tom de Vries <tdevries@suse.de>
3386
3387 PR gdb/23815
3388 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3389 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3390
3391 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3392
3393 * NEWS: Mention new simulator port for PRU.
3394
3395 2019-09-23 Christian Biesinger <cbiesinger@google.com>
3396
3397 * ada-exp.y (write_object_remaining): Update.
3398 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3399 and eliminate the static buffer.
3400 (ada_decode_symbol): Update.
3401 (ada_la_decode): Update.
3402 (ada_sniff_from_mangled_name): Update.
3403 (is_valid_name_for_wild_match): Update.
3404 (ada_lookup_name_info::matches): Update and simplify.
3405 (name_matches_regex): Update.
3406 (ada_add_global_exceptions): Update.
3407 * ada-lang.h (ada_decode): Update signature.
3408 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3409 * dwarf-index-write.c (debug_names::insert): Update.
3410
3411 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3412
3413 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3414 formatting.
3415
3416 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3417
3418 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3419 Change "nonzero" to "true" in documentation.
3420
3421 2019-09-20 Christian Biesinger <cbiesinger@google.com>
3422
3423 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3424 (_initialize_darwin_solib): Don't set
3425 darwin_so_ops.lookup_lib_global_symbol.
3426 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3427 set_gdbarch_iterate_over_objfiles_in_search_order.
3428 (elf_lookup_lib_symbol): Rename to...
3429 (svr4_iterate_over_objfiles_in_search_order): this, and update
3430 to iterate semantics.
3431 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3432 * solib.c (solib_global_lookup): Remove.
3433 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3434 (solib_global_lookup): Remove.
3435 * symtab.c (lookup_global_or_static_symbol): Remove call to
3436 solib_global_lookup.
3437
3438 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3439
3440 * NEWS: Move entries about default MI version now being
3441 version 3, and about the GDB/MI fix for multi-location
3442 breakpoints to the "since GDB 8.3" section.
3443
3444 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3445
3446 GDB 8.3.1 released.
3447
3448 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3449
3450 * NEWS: Mention that Cell/B.E. debugging support was removed.
3451 * MAINTAINERS: Remove spu target.
3452
3453 * config/djgpp/fnchange.lst: Remove entries for removed files.
3454
3455 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3456 spu-multiarch.o, and spu-tdep.o.
3457 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3458 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3459 spu-multiarch.c, and spu-tdep.c.
3460 * spu-linux-nat.c: Remove file.
3461 * spu-multiarch.c: Remove file.
3462 * spu-tdep.c: Remove file.
3463 * spu-tdep.h: Remove file.
3464 * solib-spu.c: Remove file.
3465 * solib-spu.h: Remove file.
3466
3467 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3468 * configure.nat (spu-linux): Remove.
3469 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3470 solib-multiarch.o from gdb_target_obs.
3471 (spu*-*-*): Remove.
3472
3473 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3474 feature flag.
3475 (ppc_linux_no_features): Update.
3476 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3477 Cell/B.E. support.
3478 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3479 (tdesc_powerpc_cell64l): Likewise.
3480 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3481 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3482 Cell/B.E. support.
3483 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3484 Do not include "features/rs6000/powerpc-cell32l.c" or
3485 "features/rs6000/powerpc-cell64l.c".
3486 (ppc_linux_spu_section): Remove.
3487 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3488 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3489 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3490 (ppc_linux_spe_context_lookup): Remove.
3491 (ppc_linux_spe_context_inferior_created): Remove.
3492 (ppc_linux_spe_context_solib_loaded): Remove.
3493 (ppc_linux_spe_context_solib_unloaded): Remove.
3494 (ppc_linux_spe_context): Remove.
3495 (struct ppu2spu_cache): Remove.
3496 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3497 (struct ppu2spu_data): Remove.
3498 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3499 ppu2spu_unwind): Remove.
3500 (ppc_linux_init_abi): Remove Cell/B.E. support.
3501 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3502
3503 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3504 (rs6000/powerpc-cell64l-expedite): Likewise
3505 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3506 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3507 rs6000/powerpc-cell64l.xml.
3508 * features/rs6000/powerpc-cell32l.xml: Remove.
3509 * features/rs6000/powerpc-cell64l.xml: Likewise.
3510 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3511 * features/rs6000/powerpc-cell64l.c: Likewise.
3512 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3513 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3514 * regformats/reg-spu.dat: Remove.
3515
3516 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3517 * corelow.c (struct spuid_list): Remove.
3518 (add_to_spuid_list): Remove.
3519 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3520 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3521 (remote_protocol_features): Remove associated entries.
3522 (_initialize_remote): No longer initialize them.
3523 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3524 * linux-nat.c (SPUFS_MAGIC): Remove.
3525 (linux_proc_xfer_spu): Remove.
3526 (spu_enumerate_spu_ids): Remove.
3527 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3528 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3529 (linux_make_corefile_notes): No longer call it.
3530
3531 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3532 (cooked_write_test): Likewise.
3533
3534 2019-09-20 Tom Tromey <tom@tromey.com>
3535
3536 * NEWS: Mention case-sensitivity of TUI commands.
3537 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3538 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3539 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3540
3541 2019-09-20 Tom Tromey <tom@tromey.com>
3542
3543 * tui/tui-source.c (tui_source_window::set_contents): Use
3544 make_unique_xstrdup.
3545 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3546 make_unique_xstrdup.
3547
3548 2019-09-20 Tom Tromey <tom@tromey.com>
3549
3550 * tui/tui-data.c: Remove separator comments.
3551 * tui/tui-layout.c: Remove separator comments.
3552 * tui/tui-win.c: Remove separator comments.
3553 * tui/tui-wingeneral.c: Remove separator comments.
3554
3555 2019-09-20 Tom Tromey <tom@tromey.com>
3556
3557 * tui/tui.h (strcat_to_buf): Don't declare.
3558 * tui/tui.c (strcat_to_buf): Remove.
3559
3560 2019-09-20 Tom Tromey <tom@tromey.com>
3561
3562 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3563 from "fullname".
3564 * tui/tui-source.c (tui_source_window::set_contents)
3565 (tui_source_window::location_matches_p)
3566 (tui_source_window::maybe_update): Update.
3567
3568 2019-09-20 Tom Tromey <tom@tromey.com>
3569
3570 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3571 Update.
3572 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3573 prefix.
3574 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3575 (tui_data_window::line_from_reg_element_no)
3576 (tui_data_window::first_reg_element_no_inline)
3577 (tui_data_window::show_registers)
3578 (tui_data_window::show_register_group)
3579 (tui_data_window::display_registers_from)
3580 (tui_data_window::display_registers_from_line)
3581 (tui_data_window::first_data_item_displayed)
3582 (tui_data_window::delete_data_content_windows)
3583 (tui_data_window::erase_data_content)
3584 (tui_data_window::do_scroll_vertical)
3585 (tui_data_window::refresh_window)
3586 (tui_data_window::check_register_values): Update.
3587
3588 2019-09-20 Tom Tromey <tom@tromey.com>
3589
3590 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3591 (struct tui_locator_window) <full_name, proc_name>: Now
3592 std::string.
3593 * tui/tui-stack.c (tui_locator_window::make_status_line)
3594 (tui_locator_window::set_locator_fullname)
3595 (tui_locator_window::set_locator_info): Update.
3596 * tui/tui-source.c (tui_source_window::set_contents)
3597 (tui_source_window::showing_source_p): Update.
3598
3599 2019-09-20 Tom Tromey <tom@tromey.com>
3600
3601 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3602 Don't call tui_locator_win_info_ptr.
3603
3604 2019-09-20 Tom Tromey <tom@tromey.com>
3605
3606 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3607
3608 2019-09-20 Tom Tromey <tom@tromey.com>
3609
3610 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3611 height for locator.
3612 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3613 * tui/tui-layout.c (show_source_disasm_command, show_data)
3614 (show_source_or_disasm_and_command): Use 1 as height for locator.
3615
3616 2019-09-20 Tom Tromey <tom@tromey.com>
3617
3618 * tui/tui.c (tui_enable): Update.
3619 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3620 Update.
3621 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3622 Update.
3623 * tui/tui-data.c (win_resized): Now bool.
3624 (tui_win_resized): Return bool.
3625 (tui_set_win_resized_to): Accept a bool.
3626
3627 2019-09-20 Tom Tromey <tom@tromey.com>
3628
3629 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3630 Change type of "refresh_values_only".
3631 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3632 type of "refresh_values_only".
3633
3634 2019-09-20 Tom Tromey <tom@tromey.com>
3635
3636 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3637 std::string.
3638 (tui_disassemble): Add "pos" parameter.
3639 (tui_disasm_window::set_contents): Simplify.
3640
3641 2019-09-20 Tom Tromey <tom@tromey.com>
3642
3643 * tui/tui-winsource.h (struct tui_source_window_base)
3644 <show_source_content>: Now private.
3645 * tui/tui-winsource.c
3646 (tui_source_window_base::show_source_content): Don't handle empty
3647 content case.
3648
3649 2019-09-20 Tom Tromey <tom@tromey.com>
3650
3651 * tui/tui-layout.c (show_source_disasm_command)
3652 (show_source_or_disasm_and_command): Don't call
3653 show_source_content.
3654
3655 2019-09-20 Tom Tromey <tom@tromey.com>
3656
3657 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3658 Declare.
3659 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3660 from tui_make_status_line.
3661 (tui_locator_window::rerender): Update.
3662
3663 2019-09-20 Tom Tromey <tom@tromey.com>
3664
3665 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3666 (tui_locator_window::rerender): Update.
3667
3668 2019-09-20 Tom Tromey <tom@tromey.com>
3669
3670 * tui/tui-winsource.h (struct tui_source_window_base)
3671 <~tui_source_window_base>: Don't declare.
3672 <fullname>: Remove.
3673 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3674 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3675 member.
3676 * tui/tui-source.c (tui_source_window::set_contents): Update.
3677 (tui_source_window::location_matches_p)
3678 (tui_source_window::maybe_update): Update.
3679
3680 2019-09-20 Tom Tromey <tom@tromey.com>
3681
3682 * tui/tui-winsource.h (~tui_source_element): Remove.
3683 (tui_source_element): Update.
3684 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3685 * tui/tui-winsource.c (tui_show_source_line): Update.
3686 * tui/tui-source.c (tui_source_window::set_contents): Update.
3687 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3688
3689 2019-09-20 Tom Tromey <tom@tromey.com>
3690
3691 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3692 declare.
3693 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3694 tui_clear_source_windows_detail.
3695 * tui/tui-winsource.h (struct tui_source_window_base)
3696 <clear_detail>: Don't declare.
3697 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3698 Remove.
3699 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3700
3701 2019-09-20 Tom Tromey <tromey@adacore.com>
3702
3703 PR ada/24919:
3704 * block.c (contained_in): Fix final return value.
3705
3706 2019-09-20 Alan Modra <amodra@gmail.com>
3707
3708 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3709 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3710 (read_indirect_string_from_dwz): Use bfd accessor.
3711 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3712 * machoread.c (macho_symfile_read_all_oso): Likewise.
3713 * solib.c (solib_bfd_open): Likewise.
3714
3715 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3716
3717 * eval.c: Move declaration of overload_resolution to...
3718 * value.h: ...here.
3719
3720 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3721
3722 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3723 * arm-linux-tdep.c: Likewise.
3724 * arm-nbsd-nat.c: Likewise.
3725 * arm-tdep.h: Declare arm_apcs_32.
3726 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3727
3728 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3729
3730 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3731 * dwarf2read.h: Declare dwarf_always_disassemble.
3732
3733 2019-09-19 Tom de Vries <tdevries@suse.de>
3734
3735 PR gdb/25009
3736 * source-cache.c (source_cache::ensure): Catch exception thrown during
3737 construction of the highlighter.
3738
3739 2019-09-18 Alan Modra <amodra@gmail.com>
3740
3741 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3742 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3743 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3744 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3745 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3746 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3747 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3748 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3749 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3750 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3751 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3752 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3753 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3754 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3755 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3756 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3757 * mi/mi-interp.c: Update throughout for bfd section macro and
3758 function changes.
3759 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3760 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3761
3762 2019-09-18 Tom Tromey <tom@tromey.com>
3763
3764 * NEWS: Add entry.
3765 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3766 call rl_initialize.
3767 (tui_enable): Do not call rl_initialize.
3768
3769 2019-09-18 Christian Groessler <chris@groessler.org>
3770
3771 * alpha-linux-nat.c: Include gdbarch.h.
3772
3773 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3774
3775 * ui-file.c: Include cli/cli-style.h.
3776 (term_cli_styling): Remove cli_styling declaration.
3777
3778 2019-09-18 Alan Modra <amodra@gmail.com>
3779
3780 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3781 to bfd_asymbol_section.
3782
3783 2019-09-18 Alan Modra <amodra@gmail.com>
3784
3785 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3786 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3787 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3788
3789 2019-09-18 Alan Modra <amodra@gmail.com>
3790
3791 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3792 * spu-linux-nat.c (spu_bfd_open): Likewise.
3793
3794 2019-09-18 Christian Biesinger <cbiesinger@google.com>
3795
3796 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3797 to bool to match definition in dwarf2read.c.
3798
3799 2019-09-17 Christian Biesinger <cbiesinger@google.com>
3800
3801 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3802 (print_signatures): Likewise.
3803 (trust_pad_over_xvs): Likewise.
3804 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3805 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3806 * arm-linux-nat.c (arm_apcs_32): Likewise.
3807 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3808 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3809 * arm-tdep.c (arm_debug): Likewise.
3810 (arm_apcs_32): Likewise.
3811 * auto-load.c (debug_auto_load): Likewise.
3812 (auto_load_gdb_scripts): Likewise.
3813 (global_auto_load): Likewise.
3814 (auto_load_local_gdbinit): Likewise.
3815 (auto_load_local_gdbinit_loaded): Likewise.
3816 * auto-load.h (global_auto_load): Likewise.
3817 (auto_load_local_gdbinit): Likewise.
3818 (auto_load_local_gdbinit_loaded): Likewise.
3819 * breakpoint.c (disconnected_dprintf): Likewise.
3820 (breakpoint_proceeded): Likewise.
3821 (automatic_hardware_breakpoints): Likewise.
3822 (always_inserted_mode): Likewise.
3823 (target_exact_watchpoints): Likewise.
3824 (_initialize_breakpoint): Update.
3825 * breakpoint.h (target_exact_watchpoints): Change to bool.
3826 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3827 * cli/cli-cmds.c (trace_commands): Likewise.
3828 * cli/cli-cmds.h (trace_commands): Likewise.
3829 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3830 to bool*.
3831 * cli/cli-logging.c (logging_overwrite): Change to bool.
3832 (logging_redirect): Likewise.
3833 (debug_redirect): Likewise.
3834 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3835 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3836 to bool.
3837 <boolean_option_def>: Update.
3838 (struct flag_option_def): Change default type of Context to bool
3839 from int.
3840 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3841 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3842 (get_setshow_command_value_string): Likewise.
3843 * cli/cli-style.c (cli_styling): Change to bool.
3844 (source_styling): Likewise.
3845 * cli/cli-style.h (source_styling): Likewise.
3846 (cli_styling): Likewise.
3847 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3848 to bool.
3849 * command.h (var_types): Update comment.
3850 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3851 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3852 bool.
3853 (debug_compile_cplus_scopes): Likewise.
3854 * compile/compile-internal.h (compile_debug): Likewise.
3855 * compile/compile.c (compile_debug): Likewise.
3856 (struct compile_options) <raw>: Likewise.
3857 * cp-support.c (catch_demangler_crashes): Likewise.
3858 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3859 (usr_cmd_cris_dwarf2_cfi): Likewise.
3860 * csky-tdep.c (csky_debug): Likewise.
3861 * darwin-nat.c (enable_mach_exceptions): Likewise.
3862 * dcache.c (dcache_enabled_p): Likewise.
3863 * defs.h (info_verbose): Likewise.
3864 * demangle.c (demangle): Likewise.
3865 (asm_demangle): Likewise.
3866 * dwarf-index-cache.c (debug_index_cache): Likewise.
3867 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3868 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3869 * dwarf2read.c (check_physname): Likewise.
3870 (use_deprecated_index_sections): Likewise.
3871 (dwarf_always_disassemble): Likewise.
3872 * eval.c (overload_resolution): Likewise.
3873 * event-top.c (set_editing_cmd_var): Likewise.
3874 (exec_done_display_p): Likewise.
3875 * event-top.h (set_editing_cmd_var): Likewise.
3876 (exec_done_display_p): Likewise.
3877 * exec.c (write_files): Likewise.
3878 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3879 (debug_fbsd_nat): Likewise.
3880 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3881 Likewise.
3882 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3883 <backtrace_past_entry> Likewise.
3884 * gdb-demangle.h (demangle): Likewise.
3885 (asm_demangle): Likewise.
3886 * gdb_bfd.c (bfd_sharing): Likewise.
3887 * gdbcore.h (write_files): Likewise.
3888 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3889 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3890 * gdbthread.h (print_thread_events): Likewise.
3891 * gdbtypes.c (opaque_type_resolution): Likewise.
3892 (strict_type_checking): Likewise.
3893 * gnu-nat.c (gnu_debug_flag): Likewise.
3894 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3895 * guile/scm-param.c (pascm_variable): Add boolval.
3896 (add_setshow_generic): Update.
3897 (pascm_param_value): Update.
3898 (pascm_set_param_value_x): Update.
3899 * hppa-tdep.c (hppa_debug): Change to bool..
3900 * infcall.c (may_call_functions_p): Likewise.
3901 (coerce_float_to_double_p): Likewise.
3902 (unwind_on_signal_p): Likewise.
3903 (unwind_on_terminating_exception_p): Likewise.
3904 * infcmd.c (startup_with_shell): Likewise.
3905 * inferior.c (print_inferior_events): Likewise.
3906 * inferior.h (startup_with_shell): Likewise.
3907 (print_inferior_events): Likewise.
3908 * infrun.c (step_stop_if_no_debug): Likewise.
3909 (detach_fork): Likewise.
3910 (debug_displaced): Likewise.
3911 (disable_randomization): Likewise.
3912 (non_stop): Likewise.
3913 (non_stop_1): Likewise.
3914 (observer_mode): Likewise.
3915 (observer_mode_1): Likewise.
3916 (set_observer_mode): Update.
3917 (sched_multi): Change to bool.
3918 * infrun.h (debug_displaced): Likewise.
3919 (sched_multi): Likewise.
3920 (step_stop_if_no_debug): Likewise.
3921 (non_stop): Likewise.
3922 (disable_randomization): Likewise.
3923 * linux-tdep.c (use_coredump_filter): Likewise.
3924 (dump_excluded_mappings): Likewise.
3925 * linux-thread-db.c (auto_load_thread_db): Likewise.
3926 (check_thread_db_on_load): Likewise.
3927 * main.c (captured_main_1): Update.
3928 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3929 xx2_opt, boolean_opt>: Change to bool.
3930 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3931 * maint.c (maintenance_profile_p): Likewise.
3932 (per_command_time): Likewise.
3933 (per_command_space): Likewise.
3934 (per_command_symtab): Likewise.
3935 * memattr.c (inaccessible_by_default): Likewise.
3936 * mi/mi-main.c (mi_async): Likewise.
3937 (mi_async_1): Likewise.
3938 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3939 * nat/fork-inferior.h (startup_with_shell): Likewise.
3940 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3941 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3942 * nios2-tdep.c (nios2_debug): Likewise.
3943 * or1k-tdep.c (or1k_debug): Likewise.
3944 * parse.c (parser_debug): Likewise.
3945 * parser-defs.h (parser_debug): Likewise.
3946 * printcmd.c (print_symbol_filename): Likewise.
3947 * proc-api.c (procfs_trace): Likewise.
3948 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3949 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3950 (set_parameter_value): Update.
3951 (add_setshow_generic): Update.
3952 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3953 to bool*.
3954 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3955 int*.
3956 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3957 * record-btrace.c (record_btrace_target::store_registers): Update.
3958 * record-full.c (record_full_memory_query): Change to bool.
3959 (record_full_stop_at_limit): Likewise.
3960 * record-full.h (record_full_memory_query): Likewise.
3961 * remote-notif.c (notif_debug): Likewise.
3962 * remote-notif.h (notif_debug): Likewise.
3963 * remote.c (use_range_stepping): Likewise.
3964 (interrupt_on_connect): Likewise.
3965 (remote_break): Likewise.
3966 * ser-tcp.c (tcp_auto_retry): Likewise.
3967 * ser-unix.c (serial_hwflow): Likewise.
3968 * skip.c (debug_skip): Likewise.
3969 * solib-aix.c (solib_aix_debug): Likewise.
3970 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3971 (spu_auto_flush_cache_p): Likewise.
3972 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3973 Likewise.
3974 (struct info_print_options) <quiet>: Likewise.
3975 * symfile-debug.c (debug_symfile): Likewise.
3976 * symfile.c (auto_solib_add): Likewise.
3977 (separate_debug_file_debug): Likewise.
3978 * symfile.h (auto_solib_add): Likewise.
3979 (separate_debug_file_debug): Likewise.
3980 * symtab.c (basenames_may_differ): Likewise.
3981 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3982 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3983 (struct info_types_options) <quiet>: Likewise.
3984 * symtab.h (demangle): Likewise.
3985 (basenames_may_differ): Likewise.
3986 * target-dcache.c (stack_cache_enabled_1): Likewise.
3987 (code_cache_enabled_1): Likewise.
3988 * target.c (trust_readonly): Likewise.
3989 (may_write_registers): Likewise.
3990 (may_write_memory): Likewise.
3991 (may_insert_breakpoints): Likewise.
3992 (may_insert_tracepoints): Likewise.
3993 (may_insert_fast_tracepoints): Likewise.
3994 (may_stop): Likewise.
3995 (auto_connect_native_target): Likewise.
3996 (target_stop_and_wait): Update.
3997 (target_async_permitted): Change to bool.
3998 (target_async_permitted_1): Likewise.
3999 (may_write_registers_1): Likewise.
4000 (may_write_memory_1): Likewise.
4001 (may_insert_breakpoints_1): Likewise.
4002 (may_insert_tracepoints_1): Likewise.
4003 (may_insert_fast_tracepoints_1): Likewise.
4004 (may_stop_1): Likewise.
4005 * target.h (target_async_permitted): Likewise.
4006 (may_write_registers): Likewise.
4007 (may_write_memory): Likewise.
4008 (may_insert_breakpoints): Likewise.
4009 (may_insert_tracepoints): Likewise.
4010 (may_insert_fast_tracepoints): Likewise.
4011 (may_stop): Likewise.
4012 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
4013 (make_thread_apply_all_options_def_group): Change argument from int*
4014 to bool*.
4015 (thread_apply_all_command): Update.
4016 (print_thread_events): Change to bool.
4017 * top.c (confirm): Likewise.
4018 (command_editing_p): Likewise.
4019 (history_expansion_p): Likewise.
4020 (write_history_p): Likewise.
4021 (info_verbose): Likewise.
4022 * top.h (confirm): Likewise.
4023 (history_expansion_p): Likewise.
4024 * tracepoint.c (disconnected_tracing): Likewise.
4025 (circular_trace_buffer): Likewise.
4026 * typeprint.c (print_methods): Likewise.
4027 (print_typedefs): Likewise.
4028 * utils.c (debug_timestamp): Likewise.
4029 (sevenbit_strings): Likewise.
4030 (pagination_enabled): Likewise.
4031 * utils.h (sevenbit_strings): Likewise.
4032 (pagination_enabled): Likewise.
4033 * valops.c (overload_resolution): Likewise.
4034 * valprint.h (struct value_print_options) <prettyformat_arrays,
4035 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
4036 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
4037 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
4038 Likewise.
4039 * windows-nat.c (new_console): Likewise.
4040 (cygwin_exceptions): Likewise.
4041 (new_group): Likewise.
4042 (debug_exec): Likewise.
4043 (debug_events): Likewise.
4044 (debug_memory): Likewise.
4045 (debug_exceptions): Likewise.
4046 (useshell): Likewise.
4047 * windows-tdep.c (maint_display_all_tib): Likewise.
4048 * xml-support.c (debug_xml): Likewise.
4049
4050 2019-09-17 Mike Gulick <mgulick@mathworks.com>
4051
4052 * source.c (prepare_path_for_appending): New function.
4053 (openp): Make use of new function.
4054 (find_and_open_source): Search for the compilation directory and
4055 source file as a relative path beneath the directory search path.
4056
4057 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4058
4059 * source-cache.c (source_cache::get_line_charpos): Catch
4060 exceptions and return false, this matches the behaviour documented
4061 in the header file.
4062
4063 2019-09-17 Joel Brobecker <brobecker@adacore.com>
4064
4065 * ada-tasks.c (info_task): Remove quoting of the task's name.
4066
4067 2019-09-16 Christian Biesinger <cbiesinger@google.com>
4068
4069 * symfile.c (auto_solib_add): Replace comment with a reference
4070 to the header file.
4071
4072 2019-09-14 Christian Biesinger <cbiesinger@google.com>
4073
4074 * NEWS: Mention that gdb can now be compiled with Python 3
4075 on Windows.
4076
4077 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4078
4079 * maint.c (maint_print_section_data::maint_print_section_data):
4080 Force use of 'float log10 (float)' by casting the argument to
4081 float.
4082
4083 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4084
4085 * maint.c: Add 'cmath' include.
4086 (struct maint_print_section_data): New structure.
4087 (print_section_index): New function.
4088 (print_bfd_section_info): Add header comment, small whitespace
4089 cleanup, and update to call new print_section_index function.
4090 (print_objfile_section_info): Likewise.
4091 (maint_obj_section_from_bfd_section): New function.
4092 (print_bfd_section_info_maybe_relocated): New function.
4093 (maintenance_info_sections): Add header comment, always use
4094 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
4095
4096 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4097
4098 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
4099 inner scope, add check that the objfile has psymtabs before
4100 checking psymtabs_addrmap.
4101 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
4102
4103 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4104
4105 * NEWS: Announce that Ada task names are now shown at more places,
4106 and between quotes (except in info task output).
4107 * gdb/ada-tasks.c (task_to_str): New function.
4108 (display_current_task_id): Call task_to_str.
4109 (task_command_1): Likewise.
4110 (print_ada_task_info): In non-mi mode, Properly align headers and data
4111 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
4112
4113 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4114
4115 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
4116 prstatus.pr_lwp.pr_info instead of making it up.
4117
4118 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4119
4120 * auto-load.c (auto_load_expand_dir_vars): Update.
4121 * defs.h (gdb_datadir): Change to std::string.
4122 (python_libdir): Likewise.
4123 (relocate_gdb_directory): Change return type to std::string.
4124 * guile/guile.c (gdbscm_data_directory): Update.
4125 (initialize_scheme_side): Update.
4126 * jit.c (jit_reader_dir): Change to std::string.
4127 (jit_reader_load_command): Update.
4128 * main.c (gdb_datadir): Change to std::string.
4129 (python_libdir): Likewise.
4130 (set_gdb_data_directory): Update.
4131 (relocate_path): Change to return std::string.
4132 (relocate_gdb_directory): Change to return std::string.
4133 (relocate_gdbinit_path_maybe_in_datadir): Update.
4134 (captured_main_1): Update.
4135 * python/python.c (do_start_initialization): Update.
4136 * top.c (show_gdb_datadir): Update.
4137 * xml-syscall.c (xml_init_syscalls_info): Update.
4138 (init_syscalls_info): Update.
4139
4140 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4141
4142 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
4143 out of get_init_files.
4144 (get_init_files): Update.
4145
4146 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4147
4148 * main.c (get_init_files): Change to use std::string.
4149 (captured_main_1): Update.
4150 (print_gdb_help): Update.
4151
4152 2019-09-11 Ali Tamur <tamur@google.com>
4153
4154 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
4155 implementation.
4156
4157 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4158
4159 * dbxread.c (read_dbx_symtab): Update.
4160 * dwarf2read.c (load_partial_dies): Update.
4161 * mdebugread.c (parse_partial_symbols): Update.
4162 (handle_psymbol_enumerators): Update.
4163 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
4164 * psymtab.c (add_psymbol_to_bcache): Likewise.
4165 (add_psymbol_to_list): Likewise.
4166 * symtab.c (symbol_set_names): Likewise.
4167 * symtab.h (symbol_set_names): Likewise.
4168 * xcoffread.c (scan_xcoff_symtab): Update.
4169
4170 2019-09-11 Tom Tromey <tom@tromey.com>
4171
4172 * symfile-mem.c (symbol_file_add_from_memory): Use
4173 bfd_set_filename.
4174 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
4175 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
4176
4177 2019-09-10 Tom Tromey <tromey@adacore.com>
4178
4179 * dwarf-index-write.c (write_psymbols): Extend error message.
4180 (debug_names::insert): Add Ada code.
4181 (debug_names::write_psymbols): Remove Ada check.
4182 (debug_names) <m_string_obstack>: New member.
4183 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4184 (gdb_index_symbol_name_matcher::matches): Remove.
4185 (mapped_index_base::find_name_components_bounds): Add "lang"
4186 parameter.
4187 (mapped_index_base::build_name_components): Also split names
4188 according to Ada syntax.
4189 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4190 type of "match_callback".
4191 (check_match, check_find_bounds_finds)
4192 (dw2_expand_symtabs_matching): Update.
4193 (dw2_debug_names_iterator): Add new constructor.
4194 (dw2_debug_names_map_matching_symbols): New function.
4195 (dw2_debug_names_expand_symtabs_matching): Update.
4196 (dwarf2_debug_names_functions): Use
4197 dw2_debug_names_map_matching_symbols.
4198
4199 2019-09-10 Tom Tromey <tromey@adacore.com>
4200
4201 * dwarf2read.c (dw2_get_file_names_reader): Add the
4202 CU's file name to the results.
4203
4204 2019-09-10 Tom Tromey <tromey@adacore.com>
4205
4206 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4207 map_matching_symbols. Update.
4208 * dwarf2read.c (dw2_map_matching_symbols): Update.
4209 * psymtab.c (match_partial_symbol): Change type; update.
4210 (psym_map_matching_symbols): Likewise.
4211 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4212 type; update.
4213 * symfile.h (struct quick_symbol_functions)
4214 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4215 Remove "match".
4216
4217 2019-09-10 Tom Tromey <tromey@adacore.com>
4218
4219 * psymtab.c (map_block): Remove.
4220 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4221 * symtab.c (iterate_over_symbols_terminated): New function.
4222 * symtab.c (iterate_over_symbols_terminated): Declare.
4223
4224 2019-09-10 Tom Tromey <tromey@adacore.com>
4225
4226 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4227 * language.h (struct language_defn) <la_iterate_over_symbols>:
4228 Return bool.
4229 * symtab.c (iterate_over_symbols): Return bool.
4230 * symtab.h (iterate_over_symbols): Return bool.
4231
4232 2019-09-10 Tom Tromey <tromey@adacore.com>
4233
4234 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4235 (add_nonlocal_symbols): Update.
4236 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4237 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4238 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4239 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4240 Change type of "callback". Remove "data".
4241
4242
4243 2019-09-09 Ali Tamur <tamur@google.com>
4244
4245 * dwarf2read.c (comp_unit_head): Update comment.
4246 (dwarf2_dwo_name): New function declaration.
4247 (dwarf_unit_type_name): New function declaration.
4248 (read_comp_unit_head): Add support for new compilation units,
4249 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4250 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4251 (currently named as "signature") in their header. Also clarify error
4252 messages.
4253 (lookup_dwo_id): New function. Returns the dwo id of the given
4254 compile unit.
4255 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4256 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4257 functions.
4258 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4259 (dwarf2_dwo_name): Get the dwo name if present.
4260 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4261 purposes.
4262
4263 2019-09-09 Tom Tromey <tom@tromey.com>
4264
4265 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4266
4267 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4268
4269 * python/python.c (do_start_initialization): Make progname_copy static,
4270 to avoid a leak report.
4271
4272 2019-09-08 Tom Tromey <tom@tromey.com>
4273
4274 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4275
4276 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
4277
4278 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4279 Change type to gdb::optional<block_enum>.
4280 (dw2_symtab_iter_init): Change block_index parameter type
4281 to gdb::optional<block_enum>.
4282 (dw2_lookup_symbol): Change block_index parameter
4283 type to block_enum.c
4284 (dw2_debug_names_lookup_symbol): Likewise.
4285 * psymtab.c (psym_lookup_symbol): Likewise.
4286 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4287 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4288 Likewise.
4289
4290 2019-09-06 Christian Biesinger <cbiesinger@google.com>
4291
4292 * defs.h (relocate_gdb_directory): Change int to bool in
4293 signature and rename flag to relocatable.
4294 * main.c (relocate_path): Likewise.
4295 (relocate_gdb_directory): Likewise.
4296
4297 2019-09-06 Alan Modra <amodra@gmail.com>
4298
4299 * coffread.c (coff_symfile_read): Constify filename variable.
4300 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4301 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4302 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4303 * solib.c (reload_shared_libraries_1): Likewise.
4304 * symfile.c (reread_symbols): Likewise.
4305 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4306 * solib-darwin.c (darwin_bfd_open): Likewise.
4307 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4308
4309 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4310
4311 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4312 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4313
4314 2019-09-03 Tom Tromey <tromey@adacore.com>
4315
4316 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4317 types.
4318 (has_negatives): Unbias a range type bound.
4319 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4320 * gdbtypes.c (operator==): Handle new field.
4321 (create_range_type): Add "bias" parameter.
4322 (create_static_range_type, resolve_dynamic_range): Update.
4323 * gdbtypes.h (struct range_bounds) <bias>: New member.
4324 (create_range_type): Add bias parameter.
4325 * printcmd.c (print_scalar_formatted): Unbias range types.
4326 * value.c (unpack_long): Unbias range types.
4327 (pack_long): Bias range types.
4328
4329 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4330
4331 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4332 probe arguments.
4333
4334 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4335
4336 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4337 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4338 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4339 (compile_probe_arg): Likewise.
4340 * probe.h (get_argument_count): Likewise.
4341 * solib-svr4.c (solib_event_probe_action): Likewise.
4342 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4343
4344 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4345
4346 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4347 code to here...
4348 (svr4_create_solib_event_breakpoints): ...from here.
4349
4350 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4351
4352 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4353 suffix from warning message.
4354
4355 2019-08-30 Tom Tromey <tom@tromey.com>
4356
4357 * tui/tui-winsource.h (struct tui_source_window_base)
4358 <refresh_all>: Don't declare.
4359 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4360 Remove.
4361 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4362 tui_show_locator_content.
4363 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4364 declare.
4365 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4366 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4367 declare.
4368
4369 2019-08-30 Tom Tromey <tom@tromey.com>
4370
4371 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4372
4373 2019-08-30 Tom Tromey <tom@tromey.com>
4374
4375 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4376 Remove unnecessary forward declarations.
4377
4378 2019-08-30 Tom Tromey <tom@tromey.com>
4379
4380 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4381 rerender.
4382 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4383 tui_show_locator_content.
4384
4385 2019-08-30 Tom Tromey <tom@tromey.com>
4386
4387 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4388 (tui_locator_window::rerender): Rewrite using body of previous
4389 tui_show_locator_content.
4390
4391 2019-08-30 Tom Tromey <tom@tromey.com>
4392
4393 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4394 set_locator_fullname>: New methods.
4395 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4396 Rename from tui_set_locator_fullname.
4397 (tui_locator_window::set_locator_info): Rename from
4398 tui_set_locator_info. Return bool.
4399 (tui_update_locator_fullname, tui_show_frame_info): Update.
4400
4401 2019-08-30 Tom Tromey <tom@tromey.com>
4402
4403 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4404
4405 2019-08-30 Tom Tromey <tom@tromey.com>
4406
4407 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4408 call touchwin.
4409
4410 2019-08-30 Tom Tromey <tom@tromey.com>
4411
4412 * tui/tui-wingeneral.c (box_win): Assume win_info and
4413 win_info->handle cannot be NULL.
4414
4415 2019-08-30 Tom Tromey <tom@tromey.com>
4416
4417 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4418 refresh_window>: Declare.
4419 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4420 resize.
4421 (tui_data_item_window::rerender): Rename from
4422 tui_display_register.
4423 (tui_data_item_window::refresh_window): New method.
4424 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4425 no-op.
4426
4427 2019-08-30 Tom Tromey <tom@tromey.com>
4428
4429 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4430 regs_column_count, current_group>: Move later. Now private.
4431 <get_current_group>: New method.
4432 * tui/tui-regs.c (tui_reg_command): Update.
4433 * tui/tui-layout.c (tui_set_layout): Update.
4434
4435 2019-08-30 Tom Tromey <tom@tromey.com>
4436
4437 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4438 (tui_data_window::rerender): Don't call
4439 check_and_display_highlight_if_needed.
4440 (tui_data_window::refresh_all): Remove call to
4441 erase_data_content.
4442
4443 2019-08-30 Tom Tromey <tom@tromey.com>
4444
4445 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4446 (tui_data_window::display_registers_from)
4447 (tui_data_window::display_reg_element_at_line)
4448 (tui_data_window::display_registers_from_line): Remove checks of
4449 "empty".
4450
4451 2019-08-30 Tom Tromey <tom@tromey.com>
4452
4453 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4454 Don't declare.
4455 * tui/tui-regs.c (tui_data_window::show_registers): Call
4456 rerender.
4457 (tui_data_window::rerender): Rename from display_all_data.
4458 (tui_data_window::rerender): Remove old implementation.
4459
4460 2019-08-30 Tom Tromey <tom@tromey.com>
4461
4462 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4463 text.
4464 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4465
4466 2019-08-29 Bernhard Wodok <barto@gmx.net>
4467 Sergio Durigan Junior <sergiodj@redhat.com>
4468
4469 PR win32/24284
4470 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4471
4472 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4473
4474 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4475 when searching for types.
4476
4477 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4478
4479 * f-lang.c (f_language_defn): Use f_print_typedef.
4480 * f-lang.h (f_print_typedef): Declare.
4481 * f-typeprint.c (f_print_typedef): Define.
4482
4483 2019-08-27 Christian Biesinger <cbiesinger@google.com>
4484
4485 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4486
4487 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4488
4489 * cli/cli-utils.c (info_print_options_defs): Delete.
4490 (make_info_print_options_def_group): Delete.
4491 (extract_info_print_options): Delete.
4492 (info_print_command_completer): Delete.
4493 (info_print_args_help): Add extra parameter, and optionally
4494 include text about -n flag.
4495 * cli/cli-utils.h (struct info_print_options): Delete.
4496 (extract_info_print_options): Delete declaration.
4497 (info_print_command_completer): Delete declaration.
4498 (info_print_args_help): Add extra parameter, extend header
4499 comment.
4500 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4501 search_symbols.
4502 * stack.c (struct info_print_options): New type.
4503 (info_print_options_defs): New file scoped variable.
4504 (make_info_print_options_def_group): New static function.
4505 (info_print_command_completer): New static function.
4506 (info_locals_command): Update to use new local functions.
4507 (info_args_command): Likewise.
4508 (_initialize_stack): Add extra parameter to calls to
4509 info_print_args_help.
4510 * symtab.c (search_symbols): Add extra parameter, use this to
4511 possibly excluse non-debug symbols.
4512 (symtab_symbol_info): Add extra parameter, which is passed on to
4513 search_symbols.
4514 (struct info_print_options): New type.
4515 (info_print_options_defs): New file scoped variable.
4516 (make_info_print_options_def_group): New static function.
4517 (info_print_command_completer): New static function.
4518 (info_variables_command): Update to use local functions, and pass
4519 extra parameter through to symtab_symbol_info.
4520 (info_functions_command): Likewise.
4521 (info_types_command): Pass additional argument through to
4522 symtab_symbol_info.
4523 (rbreak_command): Pass extra argument to search_symbols.
4524 (_initialize_symtab): Add extra arguments for calls to
4525 info_print_args_help, and update help text for 'info variables',
4526 'whereis', and 'info functions' commands.
4527 * symtab.h (search_symbols): Add extra argument to declaration.
4528 * NEWS: Mention new flags.
4529
4530 2019-08-26 Christian Biesinger <cbiesinger@google.com>
4531
4532 * symtab.c (lookup_static_symbol): Call the new function (and move
4533 it down to be next to lookup_global_symbol).
4534 (struct global_sym_lookup_data): Add block_enum member and rename to...
4535 (struct global_or_static_sym_lookup_data): ...this.
4536 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4537 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4538 (lookup_symbol_global_or_static_iterator_cb): ...this.
4539 (lookup_global_or_static_symbol): New function.
4540 (lookup_global_symbol): Call new function.
4541
4542 2019-08-26 Tom de Vries <tdevries@suse.de>
4543
4544 PR c++/24852
4545 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4546 when pc_probe.prob == NULL.
4547
4548 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4549
4550 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4551 variable symbol_linkage to symbol_linkage_.
4552
4553 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4554
4555 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4556 represent whether the symbol is static, dynamic, or we don't
4557 know.
4558
4559 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4560
4561 * gdb/rx-tdep.c (rx_register_names): New.
4562 (rx_register_name): Delete.
4563 (rx_psw_type): Delete.
4564 (rx_fpsw_type): Delete.
4565 (rx_register_type): Delete.
4566 (rx_gdbarch_init): Convert target-descriptions.
4567 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4568 * gdb/features/Makefile: Add rx.xml.
4569 * gdb/features/rx.xml: New.
4570 * gdb/features/rx.c: Generated.
4571 * gdb/NEWS: Mention target description support.
4572
4573 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4574
4575 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4576 *slot_ptr.
4577
4578 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4579
4580 * configure.ac: Don't check for 'dlfcn.h' (moved to
4581 gdbsupport/common.m4).
4582 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4583 'gdbsupport/'.
4584 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4585 * compile/compile-c-support.c: Include
4586 'gdbsupport/gdb-dlfcn.h'.
4587 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4588 * gdb-dlfcn.c: Move to...
4589 * gdbsupport/gdb-dlfcn.c: ... here.
4590 * gdb-dlfcn.h: Move to...
4591 * gdbsupport/gdb-dlfcn.h: ... here.
4592
4593 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4594
4595 * nios2-tdep.c (struct reg_value): Improve comments. Make
4596 the offset field signed.
4597
4598 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4599
4600 * python/lib/gdb/__init__.py (_execute_file): New function.
4601 * python/python.c (python_run_simple_file): Call gdb._execute_file
4602 on Windows.
4603
4604 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4605
4606 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4607 all uses as this was never set to anything but a zero value.
4608
4609 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4610
4611 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4612
4613 2019-08-21 Christian Biesinger <cbiesinger@google.com>
4614
4615 * tui/tui-data.h (tui_gen_win_info): Add an =default
4616 move constructor, required by some GCC versions.
4617
4618 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
4619
4620 * go32-nat.c (go32_sysinfo): Add hygon_p.
4621
4622 2019-08-20 Tom Tromey <tom@tromey.com>
4623
4624 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4625 line_from_reg_element_no, first_reg_element_no_inline,
4626 display_all_data, delete_data_content_windows,
4627 erase_data_content>: Now private.
4628
4629 2019-08-20 Tom Tromey <tom@tromey.com>
4630
4631 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4632 (tui_unhighlight_win, tui_highlight_win)
4633 (tui_win_info::make_window): Update.
4634 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4635
4636 2019-08-20 Tom Tromey <tom@tromey.com>
4637
4638 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4639 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4640 (MAX_PID_WIDTH): Move to tui-stack.c.
4641 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4642 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4643 (MAX_PID_WIDTH): Move from tui-data.h.
4644
4645 2019-08-20 Tom Tromey <tom@tromey.com>
4646
4647 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4648 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4649 (box_win): Update.
4650 (tui_gen_win_info::make_window): Rename from tui_make_window.
4651 (tui_win_info::make_window): New method.
4652 (tui_gen_win_info::make_visible): Update.
4653 * tui/tui-source.c (tui_source_window::set_contents): Update.
4654 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4655 (tui_data_window::display_registers_from): Update.
4656 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4657 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4658 Declare.
4659 <can_box>: Remove.
4660 <title>: Remove.
4661 (struct tui_win_info) <make_window>: Declare.
4662 <can_box>: Now virtual.
4663 <title>: New member.
4664 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4665 * tui/tui-command.c (tui_cmd_window::resize): Update.
4666
4667 2019-08-20 Tom Tromey <tom@tromey.com>
4668
4669 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4670 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4671 (tui_data_window::check_register_values): Update.
4672
4673 2019-08-20 Tom Tromey <tom@tromey.com>
4674
4675 * tui/tui-regs.h (struct tui_data_window): Use
4676 DISABLE_COPY_AND_ASSIGN.
4677 <regs_content>: Change type, removing unique_ptr.
4678 <tui_data_window>: Add move constructor.
4679 * tui/tui-regs.c (tui_data_window::show_registers)
4680 (tui_data_window::show_register_group)
4681 (tui_data_window::display_registers_from)
4682 (tui_data_window::display_registers_from)
4683 (tui_data_window::first_data_item_displayed)
4684 (tui_data_window::delete_data_content_windows)
4685 (tui_data_window::rerender, tui_data_window::refresh_window)
4686 (tui_data_window::check_register_values): Update.
4687
4688 2019-08-20 Tom Tromey <tom@tromey.com>
4689
4690 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4691 show_register_group>: Declare.
4692 (tui_show_register_group): Don't declare.
4693 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4694 tui_show_registers.
4695 (tui_data_window::show_register_group): Rename from
4696 tui_show_register_group.
4697 (tui_data_window::check_register_values, tui_reg_command):
4698 Update.
4699 * tui/tui-layout.c (tui_set_layout): Update.
4700
4701 2019-08-20 Tom Tromey <tom@tromey.com>
4702
4703 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4704 Declare.
4705 (tui_check_register_values): Don't declare.
4706 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4707 from tui_check_register_values.
4708 * tui/tui-hooks.c (tui_register_changed): Update.
4709
4710 2019-08-20 Tom Tromey <tom@tromey.com>
4711
4712 * tui/tui-regs.c (tui_reg_layout): Move later.
4713 (tui_show_registers): Don't enable TUI mode or change layout.
4714
4715 2019-08-20 Tom Tromey <tom@tromey.com>
4716
4717 * tui/tui-regs.h (struct tui_data_item_window)
4718 <~tui_data_item_window>: Remove.
4719 <content>: Now a unique_xmalloc_ptr.
4720 * tui/tui-regs.c (tui_register_format): Return a
4721 unique_xmalloc_ptr.
4722 (tui_get_register): Update.
4723 (~tui_data_item_window): Remove.
4724 (tui_data_window::display_registers_from, tui_display_register):
4725 Update.
4726 * tui/tui-io.h (tui_expand_tabs): Update.
4727 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4728 Remove "col" parameter.
4729
4730 2019-08-20 Tom Tromey <tom@tromey.com>
4731
4732 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4733 field.
4734 * tui/tui-regs.c (~tui_data_item_window): Update.
4735
4736 2019-08-20 Tom Tromey <tom@tromey.com>
4737
4738 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4739 earlier.
4740
4741 2019-08-20 Tom Tromey <tom@tromey.com>
4742
4743 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4744
4745 2019-08-20 Tom Tromey <tom@tromey.com>
4746
4747 * tui/tui-source.h (struct tui_source_window): Update.
4748 * tui/tui-regs.c (tui_show_registers): Update.
4749 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4750 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4751 (NO_REGS_STRING): Remove defines.
4752
4753 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
4754
4755 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4756 unnecessary thread walk if remote doesn't support the packet.
4757
4758 2019-08-19 Tom Tromey <tromey@adacore.com>
4759
4760 * python/py-value.c (value_has_field): Fix indentation.
4761
4762 2019-08-19 Tom Tromey <tromey@adacore.com>
4763
4764 * printcmd.c (do_one_display, info_display_command): Update.
4765 * block.h (contained_in): Return bool. Add allow_nested
4766 parameter.
4767 * block.c (contained_in): Return bool. Add allow_nested
4768 parameter.
4769
4770 2019-08-19 Tom Tromey <tom@tromey.com>
4771
4772 * configure: Rebuild.
4773 * configure.ac: Disallow the combination of -static-libstdc++ and
4774 source highlight.
4775 * source-cache.c (get_language_name): Handle rust.
4776 (source_cache::get_source_lines): Ignore highlighting exceptions.
4777
4778 2019-08-16 Tom Tromey <tom@tromey.com>
4779
4780 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4781 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4782 (struct tui_source_window_base) <make_visible, refresh_window,
4783 resize>: Remove methods.
4784 <execution_info>: Remove field.
4785 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4786 (tui_show_source_line, tui_source_window_base)
4787 (~tui_source_window_base): Update.
4788 (tui_source_window_base::resize)
4789 (tui_source_window_base::make_visible)
4790 (tui_source_window_base::refresh_window): Remove.
4791 (tui_source_window_base::update_exec_info): Update.
4792 * tui/tui-source.c (tui_source_window::set_contents): Update.
4793 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4794
4795 2019-08-16 Tom Tromey <tom@tromey.com>
4796
4797 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4798 deprecated_query_hook.
4799
4800 2019-08-16 Tom Tromey <tom@tromey.com>
4801
4802 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4803 (tui_update_source_windows_with_line): Update.
4804 * tui/tui-source.h (struct tui_source_window)
4805 <show_symtab_source>: Declare.
4806 (tui_show_symtab_source): Don't declare.
4807 * tui/tui-source.c (tui_show_symtab_source): Rename from
4808 tui_show_symtab_source.
4809
4810 2019-08-16 Tom Tromey <tom@tromey.com>
4811
4812 * tui/tui-winsource.h (struct tui_source_window_base)
4813 <set_contents>: Declare.
4814 * tui/tui-winsource.c
4815 (tui_source_window_base::update_source_window_as_is): Update.
4816 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4817 Declare.
4818 (tui_set_source_content): Don't declare.
4819 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4820 tui_set_source_content.
4821 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4822 Declare.
4823 (tui_set_disassem_content): Don't declare.
4824 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4825 tui_set_disassem_content.
4826
4827 2019-08-16 Tom Tromey <tom@tromey.com>
4828
4829 * tui/tui-winsource.h (struct tui_source_window_base)
4830 <update_breakpoint_info>: Declare.
4831 (tui_update_breakpoint_info): Don't declare.
4832 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4833 (tui_update_all_breakpoint_info): Update.
4834 (tui_source_window_base::update_breakpoint_info): Rename from
4835 tui_update_breakpoint_info.
4836 (tui_source_window_base::update_exec_info): Update.
4837
4838 2019-08-16 Tom Tromey <tom@tromey.com>
4839
4840 * tui/tui-winsource.h (struct tui_source_window_base)
4841 <update_source_window>: Declare.
4842 (tui_update_source_window): Don't declare.
4843 * tui/tui-winsource.c
4844 (tui_source_window_base::update_source_window): Rename from
4845 tui_update_source_window.
4846 (tui_source_window_base::rerender): Update.
4847 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4848 * tui/tui-disasm.c (tui_show_disassem)
4849 (tui_show_disassem_and_update_source)
4850 (tui_disasm_window::maybe_update): Update.
4851
4852 2019-08-16 Tom Tromey <tom@tromey.com>
4853
4854 * tui/tui-winsource.h (struct tui_source_window_base)
4855 <update_source_window_as_is>: Declare.
4856 (tui_update_source_window_as_is): Don't declare.
4857 * tui/tui-winsource.c (tui_update_source_window): Update
4858 (tui_source_window_base::update_source_window_as_is): Rename from
4859 tui_update_source_window_as_is.
4860 (tui_source_window_base::refill): Update.
4861 * tui/tui-source.c (tui_show_symtab_source): Update.
4862 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4863 Update.
4864
4865 2019-08-16 Tom Tromey <tom@tromey.com>
4866
4867 * tui/tui-winsource.h (tui_update_source_window)
4868 (tui_update_source_window_as_is): Remove "noerror" parameter.
4869 * tui/tui-winsource.c (tui_update_source_window)
4870 (tui_update_source_window_as_is): Remove "noerror" parameter.
4871 (tui_update_source_windows_with_addr)
4872 (tui_update_source_windows_with_line)
4873 (tui_source_window_base::rerender)
4874 (tui_source_window_base::refill): Update.
4875 * tui/tui-source.h (tui_set_source_content)
4876 (tui_show_symtab_source): Remove "noerror" parameter.
4877 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4878 parameter.
4879 (tui_show_symtab_source): Likewise.
4880 (tui_source_window::maybe_update): Update.
4881 * tui/tui-disasm.c (tui_show_disassem)
4882 (tui_show_disassem_and_update_source)
4883 (tui_disasm_window::do_scroll_vertical)
4884 (tui_disasm_window::maybe_update): Update.
4885
4886 2019-08-16 Tom Tromey <tom@tromey.com>
4887
4888 * tui/tui.c (tui_is_window_visible): Update.
4889 * tui/tui-wingeneral.c (tui_make_window)
4890 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4891 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4892 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4893 (tui_set_win_height_command, parse_scrolling_args): Update.
4894 * tui/tui-source.c (tui_source_window::style_changed): Update.
4895 * tui/tui-regs.c (tui_show_registers)
4896 (tui_data_window::first_data_item_displayed)
4897 (tui_data_window::delete_data_content_windows)
4898 (tui_check_register_values, tui_reg_command): Update.
4899 * tui/tui-disasm.c (tui_show_disassem): Update.
4900 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4901 method.
4902 <is_visible>: Remove field.
4903 * tui/tui-data.c (tui_next_win, tui_prev_win)
4904 (tui_delete_invisible_windows): Update.
4905
4906 2019-08-16 Tom Tromey <tom@tromey.com>
4907
4908 * tui/tui-winsource.h (struct tui_source_window_base)
4909 <m_has_locator>: Remove.
4910 * tui/tui-layout.c (show_source_disasm_command, show_data)
4911 (show_source_or_disasm_and_command): Update.
4912
4913 2019-08-16 Alan Hayward <alan.hayward@arm.com>
4914
4915 * NEWS (Other MI changes): New subsection.
4916 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4917 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4918 * arch-utils.c (default_get_pc_address_flags): New function.
4919 * arch-utils.h (default_get_pc_address_flags): New declaration.
4920 * gdbarch.sh: Add get_pc_address_flags.
4921 * gdbarch.c: Regenerate.
4922 * gdbarch.h: Likewise.
4923 * stack.c (print_pc): New function.
4924 (print_frame_info) (print_frame): Call print_pc.
4925
4926 2019-08-16 Tom de Vries <tdevries@suse.de>
4927
4928 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4929 print_objfile_section_info.
4930
4931 2019-08-15 Tom Tromey <tom@tromey.com>
4932
4933 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4934 calling update_cmdwin_start_line.
4935 * tui/tui-winsource.h (struct tui_source_window_base)
4936 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4937 <rerender>: Declare.
4938 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4939 Call rerender.
4940 (tui_source_window_base::set_new_height): Remove.
4941 (tui_source_window_base::rerender): Rename from
4942 do_make_visible_with_new_height.
4943 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4944 resize method.
4945 (tui_win_info::make_invisible_and_set_new_height)
4946 (tui_win_info::make_visible_with_new_height): Remove.
4947 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4948 Declare.
4949 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4950 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4951 do_make_visible_with_new_height>: Don't declare.
4952 <rerender>: Declare.
4953 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4954 set_new_height.
4955 (tui_data_window::do_make_visible_with_new_height): Remove.
4956 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4957 call tui_show_locator_content.
4958 (tui_gen_win_info::resize): Call rerender.
4959 (show_source_or_disasm_and_command): Don't call
4960 tui_show_locator_content.
4961 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4962 method.
4963 (struct tui_win_info) <rerender>: Declare.
4964 <set_new_height, make_invisible_and_set_new_height,
4965 make_visible_with_new_height>: Don't declare.
4966 * tui/tui-data.c (tui_win_list::rerender): New method.
4967 * tui/tui-command.h (struct tui_cmd_window)
4968 <do_make_visible_with_new_height>: Don't declare.
4969 * tui/tui-command.c
4970 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4971
4972 2019-08-15 Tom Tromey <tromey@adacore.com>
4973
4974 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4975 * ada-lang.c (ada_enum_name): Likewise.
4976
4977 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4978
4979 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4980 leading underscore.
4981 (GdbOutputErrorFile): Likewise.
4982 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4983 accordingly.
4984 (execute_unwinders): Rename to have a leading underscore.
4985 (auto_load_packages): Likewise.
4986 (global scope): Adjust call to auto_load_packages accordingly.
4987 (GdbSetPythonDirectory): Likewise.
4988 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4989 instead of execute_unwinders.
4990
4991 2019-08-15 Tom Tromey <tom@tromey.com>
4992
4993 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4994 (show_data): Don't change window visibility.
4995 (tui_gen_win_info::resize): Remove special case for command
4996 window. Use wresize, when available.
4997 (show_source_or_disasm_and_command): Don't change window
4998 visibility.
4999 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
5000 <make_visible>: New method.
5001 * tui/tui-command.c (tui_cmd_window::resize): New method.
5002
5003 2019-08-15 Tom Tromey <tom@tromey.com>
5004
5005 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
5006 (struct tui_source_windows): New.
5007 * tui/tui-winsource.c (tui_display_main): Update.
5008 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5009 (new_height_ok, parse_scrolling_args): Update.
5010 * tui/tui-layout.c (show_layout, show_data): Update.
5011 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
5012 (tui_add_to_source_windows): Don't declare.
5013 * tui/tui-data.c (source_windows, tui_source_windows)
5014 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
5015
5016 2019-08-15 Tom Tromey <tom@tromey.com>
5017
5018 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
5019 Rename from reset.
5020 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
5021 * tui/tui-layout.c (show_source_disasm_command, show_data):
5022 Update.
5023 (tui_gen_win_info::resize): Rename.
5024 (show_source_or_disasm_and_command): Update.
5025 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
5026 reset.
5027
5028 2019-08-15 Tom Tromey <tom@tromey.com>
5029
5030 * tui/tui-stack.c (tui_initialize_static_data): Remove.
5031 * tui/tui-interp.c (tui_interp::init): Don't call
5032 tui_initialize_static_data.
5033 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
5034
5035 2019-08-15 Tom Tromey <tom@tromey.com>
5036
5037 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
5038 examine tui_win_list.
5039
5040 2019-08-15 Tom Tromey <tom@tromey.com>
5041
5042 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
5043 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
5044 tui_clear_source_content.
5045 (tui_clear_source_content): Remove.
5046 (tui_source_window_base::do_erase_source_content): Hoist call to
5047 content.clear().
5048 * tui/tui-stack.c (tui_show_frame_info): Don't call
5049 tui_clear_source_content.
5050
5051 2019-08-15 Tom Tromey <tom@tromey.com>
5052
5053 * tui/tui-winsource.h (struct tui_source_window_base)
5054 <do_erase_source_content>: New method.
5055 <erase_source_content>: New method.
5056 (tui_erase_source_content): Don't declare.
5057 * tui/tui-winsource.c (tui_clear_source_content): Update.
5058 (tui_source_window_base::do_erase_source_content): Rename from
5059 tui_erase_source_content.
5060 (tui_source_window_base::show_source_content): Update.
5061 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5062 * tui/tui-source.h (struct tui_source_window)
5063 <erase_source_content>: New method.
5064 * tui/tui-disasm.h (struct tui_disasm_window)
5065 <erase_source_content>: New method.
5066
5067 2019-08-15 Tom Tromey <tom@tromey.com>
5068
5069 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
5070 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
5071 constructor.
5072 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
5073 * tui/tui-source.c (tui_set_source_content): Update.
5074 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5075
5076 2019-08-15 Tom Tromey <tom@tromey.com>
5077
5078 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
5079 * tui/tui-winsource.c (tui_line_is_displayed): Move to
5080 tui-source.c.
5081 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
5082 Declare.
5083 * tui/tui-source.c (tui_source_window::line_is_displayed): New
5084 method.
5085 (tui_source_window::maybe_update): Update.
5086
5087 2019-08-15 Tom Tromey <tom@tromey.com>
5088
5089 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
5090 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
5091 tui-disasm.c.
5092 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
5093 Declare.
5094 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
5095 method.
5096 (tui_disasm_window::maybe_update): Update.
5097
5098 2019-08-15 Tom Tromey <tom@tromey.com>
5099
5100 * tui/tui-winsource.h (struct tui_source_window_base)
5101 <maybe_update>: Declare.
5102 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
5103 method.
5104 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
5105 Declare.
5106 * tui/tui-source.c (tui_source_window::maybe_update): New method.
5107 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
5108 Declare.
5109 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
5110
5111 2019-08-15 Tom Tromey <tom@tromey.com>
5112
5113 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
5114
5115 2019-08-15 Tom Tromey <tom@tromey.com>
5116
5117 * tui/tui-wingeneral.c: Include tui-stack.h.
5118 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
5119 (struct tui_locator_window): Move from tui-data.h.
5120 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
5121 (tui_initialize_static_data): Move from tui-data.c.
5122 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
5123 (struct tui_locator_window): Move to tui-stack.c.
5124 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
5125 (tui_initialize_static_data): Move to tui-stack.c.
5126
5127 2019-08-15 Tom Tromey <tom@tromey.com>
5128
5129 * tui/tui-layout.c (show_source_disasm_command)
5130 (show_source_or_disasm_and_command): Use make_visible method, not
5131 tui_make_window.
5132 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
5133 Remove.
5134
5135 2019-08-15 Tom Tromey <tom@tromey.com>
5136
5137 * tui/tui-wingeneral.h (tui_make_window): Update.
5138 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
5139 parameter.
5140 (tui_gen_win_info::make_visible): Update.
5141 * tui/tui-regs.c (tui_data_window::display_registers_from):
5142 Update.
5143 * tui/tui-layout.c (show_source_disasm_command)
5144 (show_source_or_disasm_and_command): Update.
5145 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
5146 (enum tui_box): Remove.
5147 (struct tui_win_info) <can_box>: New method.
5148 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
5149 method.
5150
5151 2019-08-15 Tom de Vries <tdevries@suse.de>
5152
5153 * linux-nat-trad.c: Include gdbarch.h.
5154
5155 2019-08-14 Alan Hayward <alan.hayward@arm.com>
5156
5157 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
5158 register sizes.
5159
5160 2019-08-14 Tom Tromey <tromey@adacore.com>
5161
5162 * darwin-nat.c: Include gdbarch.h.
5163 * darwin-nat-info.c: Include gdbarch.h.
5164
5165 2019-08-13 Tom Tromey <tom@tromey.com>
5166
5167 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
5168 Remove.
5169 * tui/tui-data.c (tui_initialize_static_data): Update.
5170
5171 2019-08-13 Tom Tromey <tom@tromey.com>
5172
5173 * tui/tui-winsource.h (struct tui_exec_info_window)
5174 <~tui_exec_info_window, maybe_allocate_content, get_content,
5175 m_content>: Remove.
5176 (struct tui_source_window_base) <set_exec_info_content,
5177 show_exec_info_content>: Don't declare.
5178 * tui/tui-winsource.c
5179 (tui_exec_info_window::maybe_allocate_content): Remove.
5180 (tui_source_window_base::update_exec_info): Rename from
5181 set_exec_info_content.
5182 (tui_source_window_base::show_exec_info_content)
5183 (tui_source_window_base::update_exec_info): Remove.
5184
5185 2019-08-13 Tom Tromey <tom@tromey.com>
5186
5187 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5188 declare.
5189 * tui/tui-winsource.c (tui_update_source_window_as_is)
5190 (tui_update_source_windows_with_addr, tui_erase_source_content):
5191 Update.
5192 (tui_clear_exec_info_content): Remove.
5193
5194 2019-08-13 Tom Tromey <tom@tromey.com>
5195
5196 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5197 declare.
5198 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5199 call tui_erase_exec_info_content.
5200 (tui_clear_exec_info_content): Rename from
5201 tui_erase_exec_info_content.
5202 (tui_clear_exec_info_content): Delete.
5203
5204 2019-08-13 Tom Tromey <tom@tromey.com>
5205
5206 * tui/tui-winsource.h (struct tui_source_window_base)
5207 <show_exec_info_content>: Declare.
5208 (tui_show_exec_info_content): Don't declare.
5209 * tui/tui-winsource.c
5210 (tui_source_window_base::show_exec_info_content): Rename from
5211 tui_show_exec_info_content.
5212 (tui_source_window_base::update_exec_info): Update.
5213
5214 2019-08-13 Tom Tromey <tom@tromey.com>
5215
5216 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5217 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5218 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5219 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5220 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5221 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5222 ... here.
5223
5224 2019-08-13 Tom Tromey <tom@tromey.com>
5225
5226 * tui/tui-winsource.h (struct tui_source_window_base)
5227 <update_exec_info>: Declare.
5228 (tui_update_exec_info): Don't declare.
5229 * tui/tui-winsource.c (tui_update_source_window_as_is)
5230 (tui_source_window_base::refresh_all)
5231 (tui_update_all_breakpoint_info): Update.
5232 (tui_source_window_base::update_exec_info): Rename from
5233 tui_update_exec_info.
5234 * tui/tui-stack.c (tui_show_frame_info): Update.
5235
5236 2019-08-13 Tom Tromey <tom@tromey.com>
5237
5238 * tui/tui-winsource.h (struct tui_source_window_base)
5239 <set_exec_info_content>: Declare.
5240 (tui_set_exec_info_content): Don't declare.
5241 * tui/tui-winsource.c
5242 (tui_source_window_base::set_exec_info_content): Rename from
5243 tui_set_exec_info_content.
5244 (tui_update_exec_info): Update.
5245
5246 2019-08-13 Tom Tromey <tom@tromey.com>
5247
5248 * tui/tui-winsource.h (struct tui_source_window_base)
5249 <show_source_content>: Declare.
5250 (tui_show_source_content): Don't declare.
5251 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5252 (tui_source_window_base::show_source_content): Rename from
5253 tui_show_source_content.
5254 (tui_source_window_base::refresh_all): Update.
5255 * tui/tui-layout.c (show_source_disasm_command)
5256 (show_source_or_disasm_and_command): Update.
5257
5258 2019-08-13 Tom Tromey <tom@tromey.com>
5259
5260 * tui/tui-winsource.c (tui_erase_source_content)
5261 (tui_show_source_content, tui_source_window_base::refresh_all):
5262 Update.
5263 * tui/tui-wingeneral.h
5264 (tui_check_and_display_highlight_if_needed): Don't declare.
5265 * tui/tui-wingeneral.c
5266 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5267 check_and_display_highlight_if_needed.
5268 * tui/tui-win.c (tui_rehighlight_all)
5269 (tui_win_info::make_visible_with_new_height): Update.
5270 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5271 (tui_data_window::erase_data_content)
5272 (tui_data_window::display_all_data): Update.
5273 * tui/tui-data.h (struct tui_win_info)
5274 <check_and_display_highlight_if_needed>: Declare.
5275
5276 2019-08-13 Tom Tromey <tom@tromey.com>
5277
5278 * tui/tui-win.c (tui_resize_all): Call
5279 tui_delete_invisible_windows.
5280 * tui/tui-layout.c (show_layout): Call
5281 tui_delete_invisible_windows.
5282 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5283 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5284
5285 2019-08-13 Tom Tromey <tom@tromey.com>
5286
5287 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5288 tui_add_win_to_layout.
5289
5290 2019-08-13 Tom Tromey <tom@tromey.com>
5291
5292 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5293 * tui/tui-layout.c (tui_default_win_height): Now static.
5294
5295 2019-08-13 Tom Tromey <tom@tromey.com>
5296
5297 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5298 single switch.
5299 (show_source_disasm_command, show_source_or_disasm_and_command):
5300 Don't check current layout.
5301
5302 2019-08-13 Tom Tromey <tom@tromey.com>
5303
5304 * tui/tui-wingeneral.c (make_all_visible): Remove.
5305 (tui_make_all_invisible): Simplify.
5306 * tui/tui-layout.c (tui_make_all_invisible): Move from
5307 tui-wingeneral.c; simplify.
5308 (show_layout): Hoist call to tui_make_all_invisible.
5309 (show_data): Don't call tui_make_all_invisible.
5310
5311 2019-08-13 Tom Tromey <tom@tromey.com>
5312
5313 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5314 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5315
5316 2019-08-13 Tom Tromey <tom@tromey.com>
5317
5318 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5319 tui-data.c.
5320 (show_source_disasm_command, show_data)
5321 (show_source_or_disasm_and_command): Don't use
5322 tui_set_current_layout_to.
5323 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5324 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5325 tui-layout.c.
5326 (tui_set_current_layout_to): Remove.
5327
5328 2019-08-13 Tom Tromey <tom@tromey.com>
5329
5330 * tui/tui-layout.c (tui_set_layout): Update.
5331 * tui/tui-data.h (struct tui_layout_def): Remove.
5332 (tui_layout_def): Don't declare.
5333 * tui/tui-data.c (layout_def): Remove.
5334 (tui_layout_def): Remove.
5335
5336 2019-08-13 Tom Tromey <tom@tromey.com>
5337
5338 * tui/tui-winsource.h (struct tui_source_window_base)
5339 <clear_detail>: No longer "override".
5340 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5341 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5342 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5343 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5344 Remove.
5345 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5346
5347 2019-08-13 Tom Tromey <tromey@adacore.com>
5348
5349 * tracepoint.c: Don't include readline.h or history.h.
5350
5351 2019-08-12 Tom Tromey <tom@tromey.com>
5352
5353 * configure: Rebuild.
5354 * configure.ac: Check for readline 7.
5355 * NEWS: Mention readline 7 requirement.
5356 * README: Update.
5357
5358 2019-08-12 Tom Tromey <tom@tromey.com>
5359
5360 * mingw-hdep.c (gdb_select): Remove readline hack.
5361
5362 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5363
5364 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5365 when the function fails.
5366
5367 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5368
5369 * s390-tdep.c (s390_type_align): New function.
5370 (s390_gdbarch_init): Set it as type_align gdbarch method.
5371
5372 2019-08-09 Tom de Vries <tdevries@suse.de>
5373
5374 PR gdb/24591
5375 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5376 pc_low with relocation offset.
5377
5378 2019-08-07 Tom Tromey <tromey@adacore.com>
5379
5380 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5381 (print_frame_args): Update.
5382 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5383 Update.
5384 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5385 * frame.h (struct frame_arg): Add initializers.
5386 <error>: Now a unique_xmalloc_ptr.
5387
5388 2019-08-07 Alan Hayward <alan.hayward@arm.com>
5389
5390 * NEWS: Expand the Pointer Authentication entry.
5391 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5392 (aarch64_frame_unmask_lr): ... to this.
5393 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5394 Call aarch64_frame_unmask_lr.
5395 * frame.c (struct frame_info): Add "masked" variable.
5396 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5397 (fprint_frame): Check for masked pc.
5398 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5399 declarations.
5400 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5401 * stack.c (print_frame): Check for masked pc.
5402
5403 2019-08-06 Tom Tromey <tom@tromey.com>
5404
5405 * stabsread.c (patch_block_stabs, read_one_struct_field)
5406 (read_enum_type): Use obstack_strndup.
5407 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5408 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5409 * dwarf2read.c (guess_full_die_structure_name)
5410 (anonymous_struct_prefix): Use obstack_strndup.
5411 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5412 * c-exp.y (yylex): Use obstack_strndup.
5413 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5414 (write_var_or_type): Use obstack_strndup.
5415
5416 2019-08-06 Tom Tromey <tom@tromey.com>
5417
5418 * symfile.c (reread_symbols): Use obstack_strdup.
5419 * stabsread.c (read_type): Use obstack_strdup.
5420 * gdb_obstack.h (obstack_strdup): New overload.
5421 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5422 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5423 (dwarf2_canonicalize_name): Use obstack_strdup.
5424 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5425 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5426 Use obstack_strdup.
5427
5428 2019-08-06 Tom Tromey <tom@tromey.com>
5429
5430 * gdb_obstack.h (obstack_strdup): Define.
5431 * gdb_obstack.c (obstack_strdup): Don't define.
5432
5433 2019-08-06 Tom Tromey <tom@tromey.com>
5434
5435 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5436 obstack_strdup.
5437 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5438 obstack_strdup.
5439 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5440 * stabsread.c (common_block_start): Use obstack_strdup.
5441 * objfiles.c (set_objfile_main_name, objfile): Use
5442 obstack_strdup.
5443 * namespace.c (add_using_directive): Use obstack_strdup.
5444 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5445 * jit.c (finalize_symtab): Use obstack_strdup.
5446 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5447 (guess_partial_die_structure_name, partial_die_info::fixup)
5448 (dwarf2_name): Use obstack_strdup.
5449 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5450 obstack_strdup.
5451 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5452 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5453 obstack_strdup.
5454 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5455
5456 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5457
5458 * unittests/help-doc-selftests.c: New file.
5459 * Makefile.in: Add the new file.
5460
5461 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5462
5463 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5464 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5465 the full first line, except when FOR_VALUE_PREFIX. In this case,
5466 the trailing '.' is not output, and the first character is uppercased.
5467 (print_help_for_command): Update call to print_doc_line.
5468 (print_doc_of_command): Likewise.
5469 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5470 * cli/cli-option.c (append_indented_doc): Do not append newline.
5471 (build_help_option): Append newline after first appended_indented_doc
5472 only if a second call is done.
5473 (build_help): Append 2 new lines before each option, except the first
5474 one.
5475 * compile/compile.c (_initialize_compile): Add new lines after
5476 %OPTIONS%, when not at the end of the help.
5477 Change help doc or code
5478 producing the help doc to respect the invariants.
5479 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5480 Also removed the new line after 'Options:', as all other commands
5481 do not put an empty line between 'Options:' and the first option.
5482 * printcmd.c (_initialize_printcmd): Likewise.
5483 * stack.c (_initialize_stack): Likewise.
5484 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5485 incorrectly telling COMMAND is optional.
5486 * ada-lang.c (_initialize_ada_language): Change help doc or code
5487 producing the help doc to respect the invariants.
5488 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5489 * breakpoint.c (_initialize_breakpoint): Likewise.
5490 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5491 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5492 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5493 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5494 _initialize_cli_style): Likewise.
5495 * corelow.c (core_target_info): Likewise.
5496 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5497 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5498 * filesystem.c (_initialize_filesystem): Likewise.
5499 * frame.c (_initialize_frame): Likewise.
5500 * gnu-nat.c (add_task_commands): Likewise.
5501 * infcall.c (_initialize_infcall): Likewise.
5502 * infcmd.c (_initialize_infcmd): Likewise.
5503 * interps.c (_initialize_interpreter): Likewise.
5504 * language.c (_initialize_language): Likewise.
5505 * linux-fork.c (_initialize_linux_fork): Likewise.
5506 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5507 * maint.c (_initialize_maint_cmds): Likewise.
5508 * memattr.c (_initialize_mem): Likewise.
5509 * printcmd.c (_initialize_printcmd): Likewise.
5510 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5511 _RegEx): Likewise.
5512 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5513 * record-btrace.c (_initialize_record_btrace): Likewise.
5514 * record-full.c (_initialize_record_full): Likewise.
5515 * record.c (_initialize_record): Likewise.
5516 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5517 * regcache.c (_initialize_regcache): Likewise.
5518 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5519 _initialize_remote): Likewise.
5520 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5521 * serial.c (_initialize_serial): Likewise.
5522 * skip.c (_initialize_step_skip): Likewise.
5523 * source.c (_initialize_source): Likewise.
5524 * stack.c (_initialize_stack): Likewise.
5525 * symfile.c (_initialize_symfile): Likewise.
5526 * symtab.c (_initialize_symtab): Likewise.
5527 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5528 * top.c (init_main): Likewise.
5529 * tracefile-tfile.c (tfile_target_info): Likewise.
5530 * tracepoint.c (_initialize_tracepoint): Likewise.
5531 * tui/tui-win.c (_initialize_tui_win): Likewise.
5532 * utils.c (add_internal_problem_command): Likewise.
5533 * valprint.c (value_print_option_defs): Likewise.
5534
5535 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
5536
5537 PR build/24886
5538 * configure.ac: Drop enable-libmcheck support.
5539 * configure, config.in: Rebuild.
5540 * libmcheck.m4: Remove.
5541 * acinclude.m4: Don't include it.
5542 * Makefile.in: Don't distribute it.
5543 * top.c (print_gdb_configuration): Don't mention it.
5544
5545 2019-08-06 Tom Tromey <tom@tromey.com>
5546
5547 * utils.c (set_output_style): Sometimes pass stream to
5548 emit_style_escape.
5549 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5550 * record-btrace.c (btrace_insn_history): Update.
5551 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5552 method.
5553 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5554 Update initializers.
5555 <m_uiout>: New field.
5556 <m_di>: Move lower.
5557 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5558 Remove "uiout" parameter.
5559 (dump_insns): Update.
5560 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5561 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5562
5563 2019-08-06 Christian Biesinger <cbiesinger@google.com>
5564
5565 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5566 (error_in_psymtab_expansion): Likewise.
5567 (lookup_symbol_via_quick_fns): Likewise.
5568 (basic_lookup_transparent_type_quick): Likewise.
5569 (basic_lookup_transparent_type_1): Likewise.
5570
5571 2019-08-06 Tom Tromey <tromey@adacore.com>
5572
5573 * source.c (last_source_error): Now bool.
5574 (print_source_lines_base): Make "noprint" bool. Only open
5575 source file when last_source_visited changes.
5576
5577 2019-08-06 Tom Tromey <tromey@adacore.com>
5578
5579 * annotate.c (annotate_source_line): Use g_source_cache.
5580 * source-cache.c (source_cache::get_plain_source_lines): Change
5581 parameters. Populate m_offset_cache.
5582 (source_cache::ensure): New method.
5583 (source_cache::get_line_charpos): New method.
5584 (extract_lines): Move lower. Change parameters.
5585 (source_cache::get_source_lines): Move lower.
5586 * source-cache.h (class source_cache): Update comment.
5587 <get_line_charpos>: New method.
5588 <get_source_lines>: Update comment.
5589 <clear>: Clear m_offset_cache.
5590 <get_plain_source_lines>: Change parameters.
5591 <ensure>: New method
5592 <m_offset_cache>: New member.
5593 * source.c (forget_cached_source_info_for_objfile): Update.
5594 (info_source_command): Use g_source_cache.
5595 (find_source_lines, open_source_file_with_line_charpos): Remove.
5596 (print_source_lines_base, search_command_helper): Use g_source_cache.
5597 * source.h (open_source_file_with_line_charpos): Don't declare.
5598 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5599 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5600 Use g_source_cache.
5601
5602 2019-08-06 Tom Tromey <tromey@adacore.com>
5603
5604 * source-cache.c (source_cache::get_plain_source_lines):
5605 Remove "first_line" and "last_line" parameters.
5606 (source_cache::get_source_lines): Cache plain text.
5607 * source-cache.h (class source_cache)
5608 <get_plain_source_lines>: Update.
5609
5610 2019-08-06 Tom Tromey <tromey@adacore.com>
5611
5612 * source-cache.c (extract_lines): No longer a method.
5613 Changed type of parameter. Include final newline.
5614 (selftests::extract_lines_test): New function.
5615 (_initialize_source_cache): Likewise.
5616 * source-cache.h (class source_cache)
5617 <extract_lines>: Don't declare.
5618
5619 2019-08-06 Tom Tromey <tromey@adacore.com>
5620
5621 * breakpoint.c (init_breakpoint_sal): Update.
5622 (breakpoint): Update.
5623 * breakpoint.h (struct breakpoint) <filter>: Now a
5624 unique_xmalloc_ptr.
5625
5626 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5627
5628 * NEWS: Mention dictionary access on blocks.
5629 * python/py-block.c (blpy_getitem): New function.
5630 (block_object_as_mapping): New struct.
5631 (block_object_type): Use new struct for tp_as_mapping field.
5632
5633 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5634
5635 * objfiles.h (objfile): Add a comment describing partial symbols.
5636
5637 2019-08-05 Tom Tromey <tromey@adacore.com>
5638
5639 * compile/compile.c (_initialize_compile): Use _(), not N_().
5640 * thread.c (_initialize_thread): Use _(), not N_().
5641 * stack.c (_initialize_stack): Use _(), not N_().
5642 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5643
5644 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5645
5646 * dwarf2read.c (struct dw2_symtab_iterator):
5647 <want_specific_block>: Remove.
5648 <block_index>: Change type to gdb::optional.
5649 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5650 change type of BLOCK_INDEX parameter to gdb::optional.
5651 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5652 (dw2_lookup_symbol): Don't pass argument for
5653 WANT_SPECIFIC_BLOCK.
5654 (dw2_expand_symtabs_for_function): Don't pass argument for
5655 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5656 (class dw2_debug_names_iterator)
5657 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5658 parameter, change BLOCK_INDEX type to gdb::optional.
5659 <m_want_specific_block>: Remove.
5660 <m_block_index>: Change type to gdb::optional.
5661 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5662 gdb::optional. Re-write in function of gdb::optional.
5663 (dw2_debug_names_lookup_symbol): Don't pass argument for
5664 WANT_SPECIFIC_BLOCK.
5665 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5666 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5667 BLOCK_INDEX.
5668
5669 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5670
5671 * NEWS: Mention changes to "info sources" command.
5672
5673 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5674
5675 * symtab.c (filename_partial_match_opts): New struct type.
5676 (struct output_source_filename_data): New members
5677 regexp, c_regexp, partial_match.
5678 (output_source_filename): Use new members to decide to print file.
5679 (info_sources_option_defs): New variable.
5680 (make_info_sources_options_def_group, print_info_sources_header,
5681 info_sources_command_completer):
5682 New functions.
5683 (info_sources_command): Read new optional arguments.
5684 (_initialize_symtab): Update info sources help.
5685
5686 2019-08-02 Alexandre Oliva <oliva@adacore.com>
5687
5688 * ada-lang.c (exception_support_info_v0): Renamed from...
5689 (default_exception_support_info): ... this. Create new
5690 definition for v1.
5691 (ada_has_this_exception_support): Look up catch_handlers_sym.
5692 (ada_exception_support_info_sniffer): Try v0 after default.
5693
5694 2019-08-01 Tom Tromey <tromey@adacore.com>
5695
5696 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5697 gdbarch.h.
5698
5699 2019-08-01 Christian Biesinger <cbiesinger@google.com>
5700
5701 * s12z-tdep.c: Fix include path for s12z-opc.h.
5702
5703 2019-08-01 Alan Hayward <alan.hayward@arm.com>
5704
5705 * NEWS: Require GNU make 3.82.
5706
5707 2019-07-16 Tom Tromey <tom@tromey.com>
5708
5709 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5710 declare.
5711
5712 2019-07-30 Tom Tromey <tromey@adacore.com>
5713
5714 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5715
5716 2019-07-30 Kevin Buettner <kevinb@redhat.com>
5717
5718 * printcmd.c (print_address_symbolic): Print negative offsets.
5719 (build_address_symbolic): Force signed arithmetic when computing
5720 offset.
5721
5722 2019-07-30 Christian Biesinger <cbiesinger@google.com>
5723
5724 PR/24474: Add a function to lookup static variables.
5725 * NEWS: Mention this new function.
5726 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5727 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5728 * python/python.c (python_GdbMethods): Add new function.
5729
5730 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5731
5732 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5733 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5734 (objfpy_lookup_static_symbol): New function.
5735 (objfile_object_methods): Add new functions.
5736
5737 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5738
5739 * NEWS: Mention 'set|show print frame-info'. Mention new
5740 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5741 backtrace argument. Mention that python frame filtering code
5742 is now consistent with what 'backtrace' command prints.
5743
5744 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5745
5746 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5747 comments.
5748 (print_frame_info_auto, print_frame_info_source_line,
5749 print_frame_info_location, print_frame_info_source_and_location,
5750 print_frame_info_location_and_address, print_frame_info_short_location):
5751 New declarations.
5752 (struct frame_print_options): New member print_frame_info.
5753 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5754 * stack.h (get_user_print_what_frame_info): New declaration.
5755 (frame_show_address): New declaration.
5756 * stack.c (print_frame_arguments_choices): New value 'presence'.
5757 (print_frame_info_auto, print_frame_info_source_line,
5758 print_frame_info_location, print_frame_info_source_and_location,
5759 print_frame_info_location_and_address, print_frame_info_short_location,
5760 print_frame_info_choices, print_frame_info_print_what): New definitions.
5761 (print_frame_args): Only print dots for args if print frame-arguments
5762 is 'presence'.
5763 (frame_print_option_defs): New element for "frame-info".
5764 (get_user_print_what_frame_info): New function.
5765 (frame_show_address): Make non static. Move comment to stack.h.
5766 (print_frame_info_to_print_what): New function.
5767 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5768 to decide what to print.
5769 (backtrace_command_1): Handle the new print_frame_arguments_presence
5770 value.
5771 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5772 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5773 (py_print_frame): In non-mi mode, use LOCATION as default for
5774 print_what, similarly to frame information printed directly by
5775 backtrace command. Handle frame-info user option in non MI mode.
5776
5777 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5778
5779 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5780 Add case for debugging 32-bit target on 64-bit host. Revise
5781 comment.
5782
5783 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5784
5785 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5786 instead of find_function_entry_range_from_pc.
5787
5788 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5789
5790 * stack.c (find_frame_funname): Remove code which preferred
5791 minsym over symtab sym in "certain pathological cases".
5792
5793 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5794 parameter. Change type of "do_demangle" to bool.
5795 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5796 Pass suitable "prefer_sym_over_minsym" flag to
5797 build_address_symbolic(). Don't output "+" for negative offsets.
5798 * printcmd.c (print_address_symbolic): Update invocation of
5799 build_address_symbolic to include a "prefer_sym_over_minsym"
5800 flag.
5801 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5802 Restrict cases in which use of minimal symbol is preferred to that
5803 of a found symbol. Update comments.
5804
5805 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5806 for entry pc when entry pc is out of range for that FDE.
5807
5808 2019-07-26 Brian Callahan <bcallah@openbsd.org>
5809
5810 PR gdb/24839:
5811 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5812 type.
5813
5814 2019-07-25 Christian Biesinger <cbiesinger@google.com>
5815
5816 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5817 this function's Python signature.
5818
5819
5820 2019-07-24 Christian Biesinger <cbiesinger@google.com>
5821
5822 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5823 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5824 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5825 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5826 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5827
5828
5829 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5830
5831 * h8300-tdep.c (h8300_register_name_common): New.
5832 h8300_register_name): Use h8300_register_name_common.
5833 (h8300s_register_name): Likewise.
5834 (h8300sx_register_name): Likewise.
5835 (h8300h_register_nam): New.
5836 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5837
5838
5839 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5840
5841 * arm-tdep.c (arm_skip_cmse_entry): New function.
5842 (arm_is_sgstubs_section): New function.
5843 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5844
5845 2019-07-22 Tom Tromey <tom@tromey.com>
5846
5847 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5848 Don't self-assign.
5849
5850 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5851
5852 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5853 type_print.
5854
5855 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5856
5857 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5858 so that GDB doesn't match any msymbols when searching in the
5859 TYPES_DOMAIN.
5860 (print_symbol_info): Print using typedef_print or type_print based
5861 on the type of the symbol. Add updated FIXME comment moved from...
5862 (_initialize_symtab): ... move and update FIXME comment to above.
5863
5864 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5865
5866 * NEWS: Mention adding -q option to "info types".
5867 * symtab.c (struct info_types_options): New struct.
5868 (info_types_options_defs): New variable.
5869 (make_info_types_options_def_group): New function.
5870 (info_types_command): Use gdb::option framework to parse options.
5871 (info_types_command_completer): New function.
5872 (_initialize_symtab): Extend the help text on "info types" and
5873 register command completer.
5874
5875 2019-07-21 Christian Biesinger <cbiesinger@google.com>
5876
5877 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5878 (lookup_symbol_in_objfile): Change int to block_enum and add a
5879 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5880
5881 2019-07-20 Christian Biesinger <cbiesinger@google.com>
5882
5883 * MAINTAINERS (Write After Approval): Add self.
5884
5885 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5886
5887 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5888 instruction to the dummy code region.
5889
5890 2019-07-19 Tom Tromey <tromey@adacore.com>
5891
5892 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5893 (ARGSUSED, PARAMS, __func__): Remove rules.
5894
5895 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5896
5897 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5898 * features/arm/arm-with-iwmmxt.c: Remove.
5899 * features/arm/arm-with-iwmmxt.xml: Remove.
5900 * features/arm/arm-with-m-fpa-layout.c: Remove.
5901 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5902 * features/arm/arm-with-m-vfp-d16.c: Remove.
5903 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5904 * features/arm/arm-with-m.c: Remove.
5905 * features/arm/arm-with-m.xml: Remove.
5906 * features/arm/arm-with-neon.c: Remove.
5907 * features/arm/arm-with-neon.xml: Remove.
5908 * features/arm/arm-with-vfpv2.c: Remove.
5909 * features/arm/arm-with-vfpv2.xml: Remove.
5910 * features/arm/arm-with-vfpv3.c: Remove.
5911 * features/arm/arm-with-vfpv3.xml: Remove.
5912
5913 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5914
5915 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5916
5917 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5918
5919 * arch/aarch32.c (aarch32_create_target_description): Create
5920 target descriptions using features.
5921 * arch/arm.c (arm_create_target_description)
5922 (arm_create_mprofile_target_description): Likewise.
5923 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5924
5925 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5926
5927 * Makefile.in: Add new files.
5928 * aarch32-tdep.c: New file.
5929 * aarch32-tdep.h: New file.
5930 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5931 Call aarch32_read_description.
5932 * arch/aarch32.c: New file.
5933 * arch/aarch32.h: New file.
5934 * arch/arm.c (arm_create_target_description)
5935 (arm_create_mprofile_target_description): New function.
5936 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5937 (arm_create_target_description)
5938 (arm_create_mprofile_target_description): New declaration.
5939 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5940 read_description functions.
5941 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5942 Likewise.
5943 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5944 * arm-tdep.c (tdesc_arm_list): New variable.
5945 (arm_register_g_packet_guesses): Call create description functions.
5946 (arm_read_description) (arm_read_mprofile_description): New
5947 function.
5948 * arm-tdep.h (arm_read_description)
5949 (arm_read_mprofile_description): Add declaration.
5950 * configure.tgt: Add new files.
5951
5952 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5953
5954 * top.c (new_ui_command): Open specified terminal just once.
5955
5956 2019-07-18 Tom Tromey <tromey@adacore.com>
5957
5958 * symtab.c (main_name): Constify return type.
5959 * symfile.c (set_initial_language): Update.
5960 * symtab.h (main_name): Constify return type.
5961
5962 2019-07-17 Tom Tromey <tom@tromey.com>
5963
5964 * tui/tui-winsource.c (tui_update_source_window)
5965 (tui_update_source_window_as_is)
5966 (tui_update_source_windows_with_line): Remove return.
5967 * tui/tui-disasm.c (tui_show_disassem)
5968 (tui_show_disassem_and_update_source): Remove return.
5969 * tui/tui.c (tui_reset): Remove return.
5970 * tui/tui-wingeneral.c
5971 (tui_check_and_display_highlight_if_needed): Remove return.
5972
5973 2019-07-17 Tom Tromey <tom@tromey.com>
5974
5975 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5976
5977 2019-07-17 Tom Tromey <tom@tromey.com>
5978
5979 * tui/tui-winsource.h (struct tui_exec_info_window)
5980 (struct tui_source_window_base): Move from tui-data.h.
5981 * tui/tui-winsource.c: Move many method definitions from
5982 elsewhere. Remove "structuring" comments.
5983 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5984 (tui_source_window_base::refresh_window): Move to
5985 tui-winsource.c.
5986 * tui/tui-win.c (tui_source_window_base::refresh_all)
5987 (tui_source_window_base::update_tab_width)
5988 (tui_source_window_base::set_new_height)
5989 (tui_source_window_base::do_make_visible_with_new_height): Move to
5990 tui-winsource.c.
5991 * tui/tui-source.h: Update.
5992 * tui/tui-source.c (tui_source_window_base::reset): Move to
5993 tui-winsource.c.
5994 * tui/tui-disasm.h: Update.
5995 * tui/tui-data.h (struct tui_exec_info_window): Move to
5996 tui-winsource.h.
5997 (struct tui_source_window_base): Likewise.
5998 * tui/tui-data.c (tui_source_window_base::clear_detail)
5999 (tui_source_window_base, ~tui_source_window_base): Move to
6000 tui-winsource.c.
6001
6002 2019-07-17 Tom Tromey <tom@tromey.com>
6003
6004 * tui/tui-win.c (tui_resize_all)
6005 (tui_source_window_base::update_tab_width)
6006 (tui_adjust_win_heights): Update.
6007 (tui_win_info::make_invisible_and_set_new_height): Rename from
6008 make_invisible_and_set_new_height.
6009 * tui/tui-data.h (struct tui_win_info)
6010 <make_invisible_and_set_new_height>: New method.
6011
6012 2019-07-17 Tom Tromey <tom@tromey.com>
6013
6014 * tui/tui.c: Update.
6015 * tui/tui-source.h (struct tui_source_window): Move from
6016 tui-data.h.
6017 * tui/tui-layout.c: Update.
6018 * tui/tui-disasm.c: Update.
6019 * tui/tui-data.h (struct tui_source_window): Move to
6020 tui-source.h.
6021
6022 2019-07-17 Tom Tromey <tom@tromey.com>
6023
6024 * tui/tui-disasm.h (struct tui_disasm_window): Move from
6025 tui-data.h.
6026 * tui/tui-data.h (struct tui_disasm_window): Move to
6027 tui-disasm.h.
6028
6029 2019-07-17 Tom Tromey <tom@tromey.com>
6030
6031 * tui/tui-regs.h (struct tui_data_item_window): Move from
6032 tui-data.h.
6033 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
6034 * tui/tui-data.h (struct tui_data_item_window): Move to
6035 tui-regs.h.
6036 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
6037
6038 2019-07-17 Tom Tromey <tom@tromey.com>
6039
6040 * tui/tui.c: Update.
6041 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
6042 (tui_cmd_window::max_height): Move to tui-command.c.
6043 * tui/tui-layout.c: Update.
6044 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
6045 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
6046 tui-command.c.
6047 * tui/tui-command.h (struct tui_cmd_window): Move from
6048 tui-data.h.
6049 * tui/tui-command.c: Remove "structuring" comments.
6050 (tui_cmd_window::clear_detail)
6051 (tui_cmd_window::do_make_visible_with_new_height)
6052 (tui_cmd_window::max_height): Move from elsewhere.
6053
6054 2019-07-17 Tom Tromey <tom@tromey.com>
6055
6056 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
6057 Now static.
6058 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
6059 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
6060
6061 2019-07-17 Tom Tromey <tom@tromey.com>
6062
6063 * tui/tui.c: Update.
6064 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
6065 tui-regs.c.
6066 * tui/tui-windata.h: Remove file.
6067 * tui/tui-windata.c: Remove file.
6068 * tui/tui-win.c (tui_data_window::set_new_height)
6069 (tui_data_window::do_make_visible_with_new_height): Move to
6070 tui-regs.c.
6071 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
6072 * tui/tui-regs.c: Remove "structuring" comments.
6073 (tui_data_window::first_data_item_displayed)
6074 (tui_data_window::delete_data_content_windows)
6075 (tui_data_window::erase_data_content)
6076 (tui_data_window::display_all_data)
6077 (tui_data_window::refresh_all)
6078 (tui_data_window::do_scroll_vertical)
6079 (tui_data_window::clear_detail, tui_data_window::set_new_height)
6080 (tui_data_window::do_make_visible_with_new_height)
6081 (tui_data_window::refresh_window): Move from elsewhere.
6082 (_initialize_tui_regs): Move to end of file.
6083 * tui/tui-layout.c: Update.
6084 * tui/tui-hooks.c: Update.
6085 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
6086 * tui/tui-data.c (tui_data_window::clear_detail): Move to
6087 tui-regs.c.
6088 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
6089
6090 2019-07-17 Tom Tromey <tom@tromey.com>
6091
6092 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
6093 seen.
6094
6095 2019-07-17 Tom Tromey <tom@tromey.com>
6096
6097 * tui/tui-win.c (tui_source_window_base::set_new_height)
6098 (tui_source_window_base::do_make_visible_with_new_height): Use
6099 m_has_locator field directly.
6100 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
6101 method.
6102 (struct tui_source_window_base) <has_locator>: Likewise.
6103
6104 2019-07-17 Tom Tromey <tom@tromey.com>
6105
6106 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
6107 Don't declare.
6108 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
6109 Remove.
6110 * tui/tui-win.c (tui_source_window_base::set_new_height)
6111 (tui_source_window_base::set_new_height)
6112 (make_invisible_and_set_new_height)
6113 (tui_source_window_base::do_make_visible_with_new_height)
6114 (tui_source_window_base::do_make_visible_with_new_height):
6115 Update.
6116 * tui/tui-layout.c (show_source_disasm_command, show_data)
6117 (show_source_or_disasm_and_command): Update.
6118 * tui/tui-layout.c (show_layout): Update.
6119
6120 2019-07-17 Tom Tromey <tom@tromey.com>
6121
6122 * tui/tui-layout.c (make_data_window): Remove.
6123 (show_data): Unify creation and re-initialization cases.
6124
6125 2019-07-17 Tom Tromey <tom@tromey.com>
6126
6127 * tui/tui-layout.c (make_source_window, make_disasm_window):
6128 Remove.
6129 (show_data): Unify creation and re-initialization cases.
6130
6131 2019-07-17 Tom Tromey <tom@tromey.com>
6132
6133 * tui/tui-layout.c (make_command_window): Remove.
6134 (show_source_disasm_command, show_source_or_disasm_and_command):
6135 Unify creation and re-initialization cases.
6136
6137 2019-07-17 Tom Tromey <tom@tromey.com>
6138
6139 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
6140 creation and re-initialization cases.
6141
6142 2019-07-17 Tom Tromey <tom@tromey.com>
6143
6144 * tui/tui-regs.c (tui_get_register): Return void.
6145
6146 2019-07-17 Tom Tromey <tom@tromey.com>
6147
6148 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
6149 Simplify.
6150
6151 2019-07-17 Tom Tromey <tom@tromey.com>
6152
6153 * tui/tui-layout.c (show_source_disasm_command): Simplify window
6154 resetting.
6155
6156 2019-07-17 Tom Tromey <tom@tromey.com>
6157
6158 * tui/tui.h (tui_set_layout_by_name): Don't declare.
6159 * tui/tui-regs.c (tui_reg_layout): New function.
6160 (tui_show_registers, tui_reg_command): Use it.
6161 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
6162 (tui_layout_command): Rename from tui_set_layout_by_name. Change
6163 parameters.
6164 (tui_layout_command): Remove.
6165
6166 2019-07-17 Tom Tromey <tom@tromey.com>
6167
6168 * tui/tui-layout.h (tui/tui-layout): Return void.
6169 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
6170
6171 2019-07-17 Tom Tromey <tom@tromey.com>
6172
6173 * tui/tui-layout.c (show_source_disasm_command, show_data):
6174 Update.
6175 (reset_locator): Remove.
6176 (show_source_or_disasm_and_command): Update.
6177
6178 2019-07-17 Tom Tromey <tom@tromey.com>
6179
6180 * tui/tui-source.c (tui_source_window_base::reset): Remove
6181 win_type parameter.
6182 * tui/tui-layout.c (make_command_window, make_source_window)
6183 (make_disasm_window, make_data_window)
6184 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6185 (reset_locator, show_source_or_disasm_and_command): Update.
6186 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6187 win_type parameter.
6188 (struct tui_source_window_base) <reset>: Likewise.
6189
6190 2019-07-17 Tom Tromey <tom@tromey.com>
6191
6192 * tui/tui-layout.c (show_source_disasm_command): Use
6193 reset_locator.
6194 (reset_locator): New function.
6195 (init_and_make_win): Remove.
6196 (show_source_or_disasm_and_command): Use reset_locator.
6197
6198 2019-07-17 Tom Tromey <tom@tromey.com>
6199
6200 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6201 condition.
6202 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6203 Remove condition.
6204 * tui/tui-source.c (tui_source_window_base::reset): New method.
6205 * tui/tui-layout.c (make_command_window): Don't call
6206 init_and_make_win.
6207 (make_source_window, make_disasm_window): Don't call
6208 make_source_or_disasm_window.
6209 (make_data_window): Don't call init_and_make_win. Change calling
6210 convention.
6211 (show_source_disasm_command, show_data): Simplify.
6212 (make_source_or_disasm_window): Remove.
6213 (show_source_or_disasm_and_command): Simplify.
6214 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6215 (struct tui_source_window_base) <reset>: Likewise.
6216 <execution_info>: Remove initializer.
6217 * tui/tui-data.c (tui_source_window_base): Initialize
6218 execution_info.
6219
6220 2019-07-17 Tom Tromey <tom@tromey.com>
6221
6222 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6223 variable.
6224
6225 2019-07-17 Tom Tromey <tom@tromey.com>
6226
6227 * tui/tui.c (tui_rl_other_window): Update.
6228 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6229 superclass method first. Always iterate over regs_content.
6230 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6231 method.
6232 * tui/tui-win.c (tui_set_focus_command): Update.
6233
6234 2019-07-17 Tom Tromey <tom@tromey.com>
6235
6236 * tui/tui-win.c (tui_set_focus_command): Rename from
6237 tui_set_focus. Call tui_enable.
6238 (tui_set_focus_command): Remove.
6239
6240 2019-07-17 Tom Tromey <tom@tromey.com>
6241
6242 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6243 refresh_window.
6244 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6245 touchwin.
6246 (tui_data_window::refresh_window): Call refresh_window on data
6247 items. Always call superclass refresh_window.
6248 (tui_win_info::refresh): Remove.
6249 (tui_source_window_base::refresh_window): Update.
6250 (tui_refresh_all): Update.
6251 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6252 refresh_window.
6253 (show_source_or_disasm_and_command): Likewise.
6254 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6255 (struct tui_source_window_base) <refresh>: Likewise.
6256
6257 2019-07-17 Tom Tromey <tom@tromey.com>
6258
6259 * tui/tui-winsource.c (tui_clear_source_content)
6260 (tui_show_source_content): Update.
6261 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6262 whether content is empty.
6263 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6264 Remove.
6265
6266 2019-07-17 Tom Tromey <tom@tromey.com>
6267
6268 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6269 window's contents.
6270 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6271 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6272
6273 2019-07-17 Tom Tromey <tom@tromey.com>
6274
6275 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6276 (struct tui_data_item_window): Update.
6277
6278 2019-07-17 Tom Tromey <tom@tromey.com>
6279
6280 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6281 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6282 defines.
6283
6284 2019-07-17 Tom Tromey <tom@tromey.com>
6285
6286 * tui/tui-winsource.h (tui_erase_source_content)
6287 (tui_clear_source_content): Remove "display_prompt" parameter.
6288 * tui/tui-winsource.c (tui_update_source_window_as_is)
6289 (tui_update_source_windows_with_addr): Update.
6290 (tui_clear_source_content): Remove "display_prompt" parameter.
6291 (tui_erase_source_content): Likewise. Simplify.
6292 (tui_show_source_content): Update.
6293 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6294 * tui/tui-stack.c (tui_show_frame_info): Update.
6295 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6296 Remove defines.
6297
6298 2019-07-17 Tom Tromey <tom@tromey.com>
6299
6300 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6301 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6302 parameter.
6303 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6304 parameter.
6305
6306 2019-07-17 Tom Tromey <tom@tromey.com>
6307
6308 * tui/tui-winsource.c (tui_clear_source_content)
6309 (tui_show_source_content, tui_show_exec_info_content)
6310 (tui_clear_exec_info_content): Update.
6311 * tui/tui-stack.c (tui_show_locator_content): Update.
6312 (tui_show_frame_info): Update.
6313 * tui/tui-source.h (tui_source_window): Don't declare.
6314 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6315 from tui_source_is_displayed.
6316 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6317 Remove field.
6318 (struct tui_source_window_base) <content_in_use>: New field. Now
6319 bool.
6320 (struct tui_source_window) <showing_source_p>: New method.
6321 (TUI_SRC_WIN): Change cast.
6322 * tui/tui-data.c (tui_initialize_static_data): Update.
6323
6324 2019-07-17 Tom Tromey <tom@tromey.com>
6325
6326 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6327 location_matches_p.
6328 * tui/tui-source.c (tui_source_window::location_matches_p): New
6329 method.
6330 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6331 method.
6332 * tui/tui-data.h (struct tui_source_window_base)
6333 <location_matches_p>: New method.
6334 (struct tui_source_window, struct tui_disasm_window)
6335 <location_matches_p>: Likewise.
6336
6337 2019-07-17 Tom Tromey <tom@tromey.com>
6338
6339 * tui/tui-win.c (tui_set_win_height_command): Rename from
6340 tui_set_win_height.
6341 (tui_set_win_height_command): Remove.
6342
6343 2019-07-17 Tom Tromey <tom@tromey.com>
6344
6345 * tui/tui-source.c (tui_source_window): New constructor. Add
6346 observer.
6347 (~tui_source_window): New destructor.
6348 (tui_source_window::style_changed): New method.
6349 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6350 (tui_attach_detach_observers): Update.
6351 * tui/tui-data.h (struct tui_source_window): Make constructor not
6352 inline. Add destructor.
6353 (struct tui_source_window) <style_changed>: New method.
6354 <m_observable>: New member.
6355
6356 2019-07-17 Tom Tromey <tom@tromey.com>
6357
6358 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6359 * tui/tui-win.c (tui_resize_all): Fix typo.
6360
6361 2019-07-17 Tom Tromey <tom@tromey.com>
6362
6363 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6364 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6365 (tui_refresh_all): Remove "list" parameter. Use foreach.
6366 * tui/tui-win.c (window_name_completer): Use foreach.
6367 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6368 (update_tab_width): Likewise.
6369 * tui/tui-layout.c (show_layout): Update.
6370 * tui/tui-data.h (class tui_window_iterator): New.
6371 (struct all_tui_windows): New.
6372 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6373
6374 2019-07-17 Tom Tromey <tom@tromey.com>
6375
6376 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6377 parameter. Don't reference globals.
6378 (tui_reg_command): Update.
6379
6380 2019-07-17 Tom Tromey <tom@tromey.com>
6381
6382 * tui/tui-regs.c (tui_show_registers): Simplify.
6383
6384 2019-07-17 Tom Tromey <tom@tromey.com>
6385
6386 * tui/tui-regs.c (tui_show_registers): Update.
6387 (tui_show_register_group): Add win_info parameter.
6388
6389 2019-07-17 Tom Tromey <tom@tromey.com>
6390
6391 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6392 Rename from tui_display_reg_element_at_line.
6393 (tui_data_window::display_registers_from_line): Update.
6394 * tui/tui-data.h (struct tui_data_window)
6395 <display_reg_element_at_line>: New method.
6396
6397 2019-07-17 Tom Tromey <tom@tromey.com>
6398
6399 * tui/tui-regs.h (tui_display_registers_from)
6400 (tui_display_registers_from_line): Don't declare.
6401 * tui/tui-windata.c (tui_data_window::display_all_data)
6402 (tui_data_window::refresh_all)
6403 (tui_data_window::do_scroll_vertical): Update.
6404 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6405 from tui_display_registers_from.
6406 (tui_display_reg_element_at_line): Update.
6407 (tui_data_window::display_registers_from_line): Rename from
6408 tui_display_registers_from_line.
6409 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6410 display_registers_from_line>: New methods.
6411
6412 2019-07-17 Tom Tromey <tom@tromey.com>
6413
6414 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6415 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6416 from tui_erase_data_content.
6417 (tui_data_window::display_all_data)
6418 (tui_data_window::refresh_all)
6419 (tui_data_window::do_scroll_vertical): Update.
6420 * tui/tui-regs.c (tui_show_registers): Update.
6421 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6422 New method.
6423
6424 2019-07-17 Tom Tromey <tom@tromey.com>
6425
6426 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6427 declare.
6428 * tui/tui-windata.c
6429 (tui_data_window::delete_data_content_windows): Rename from
6430 tui_delete_data_content_windows.
6431 (tui_data_window::display_all_data)
6432 (tui_data_window::do_scroll_vertical): Update.
6433 * tui/tui-data.h (struct tui_data_window)
6434 <delete_data_content_windows>: New method.
6435
6436 2019-07-17 Tom Tromey <tom@tromey.com>
6437
6438 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6439 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6440
6441 2019-07-17 Tom Tromey <tom@tromey.com>
6442
6443 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6444 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6445 from tui_display_all_data.
6446 * tui/tui-win.c
6447 (tui_data_window::do_make_visible_with_new_height): Update.
6448 * tui/tui-regs.c (tui_show_registers): Update.
6449 * tui/tui-layout.c (tui_set_layout): Update.
6450 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6451 method.
6452
6453 2019-07-17 Tom Tromey <tom@tromey.com>
6454
6455 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6456 * tui/tui-windata.c (tui_display_data_from): Remove.
6457 (tui_data_window::refresh_all): Update.
6458
6459 2019-07-17 Tom Tromey <tom@tromey.com>
6460
6461 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6462 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6463 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6464 tui_display_registers_from_line.
6465 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6466 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6467 "force_display" parameter.
6468
6469 2019-07-17 Tom Tromey <tom@tromey.com>
6470
6471 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6472 declare.
6473 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6474 Rename from tui_first_reg_element_no_inline.
6475 (tui_display_reg_element_at_line)
6476 (tui_display_registers_from_line): Update.
6477 * tui/tui-data.h (struct tui_data_window)
6478 <first_reg_element_no_inline>: New method.
6479
6480 2019-07-17 Tom Tromey <tom@tromey.com>
6481
6482 * tui/tui-windata.c (tui_display_data_from)
6483 (tui_data_window::do_scroll_vertical): Update.
6484 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6485 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6486 Rename from tui_line_from_reg_element_no.
6487 (tui_display_registers_from_line): Update.
6488 * tui/tui-data.h (struct tui_data_window)
6489 <line_from_reg_element_no>: New method.
6490
6491 2019-07-17 Tom Tromey <tom@tromey.com>
6492
6493 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6494 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6495 tui_last_regs_line_no.
6496 (tui_display_reg_element_at_line)
6497 (tui_display_registers_from_line): Update.
6498 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6499 method.
6500
6501 2019-07-17 Tom Tromey <tom@tromey.com>
6502
6503 PR tui/24722:
6504 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6505 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6506 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6507 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6508 (tui_update_breakpoint_info): Likewise.
6509 * tui/tui-hooks.c (tui_event_create_breakpoint)
6510 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6511 Update.
6512
6513 2019-07-17 Tom Tromey <tom@tromey.com>
6514
6515 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6516
6517 2019-07-17 Tom Tromey <tom@tromey.com>
6518
6519 * tui/tui-winsource.c (tui_update_source_window_as_is)
6520 (tui_update_source_windows_with_addr): Update.
6521 * tui/tui-source.h (tui_set_source_content)
6522 (tui_show_symtab_source): Add "win_info" parameter.
6523 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6524 parameter.
6525 (tui_show_symtab_source): Likewise.
6526
6527 2019-07-17 Tom Tromey <tom@tromey.com>
6528
6529 * tui/tui-wingeneral.c
6530 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6531
6532 2019-07-17 Tom Tromey <tom@tromey.com>
6533
6534 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6535 (struct tui_cmd_window) <can_scroll>: New method.
6536 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6537 method.
6538
6539 2019-07-17 Tom Tromey <tromey@adacore.com>
6540
6541 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6542 do_field_signed>: Rename. Change type of "value".
6543 * ui-out.c (ui_out::field_signed): Rename from field_int.
6544 Change type of "value".
6545 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6546 type of "value".
6547 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6548 do_field_int. Change type of "value".
6549 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6550 do_field_int. Change type of "value".
6551 * tracepoint.c (trace_status_mi, tfind_1)
6552 (print_one_static_tracepoint_marker): Update.
6553 * thread.c (print_thread_info_1, print_selected_thread_frame):
6554 Update.
6555 * stack.c (print_frame, print_frame_info): Update.
6556 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6557 Update.
6558 * source.c (print_source_lines_base): Update.
6559 * skip.c (info_skip_command): Update.
6560 * record-btrace.c (btrace_ui_out_decode_error)
6561 (btrace_call_history_src_line): Update.
6562 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6563 Update.
6564 * progspace.c (print_program_space): Update.
6565 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6566 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6567 do_field_int. Change type of "value".
6568 * mi/mi-out.c (mi_ui_out::do_table_begin)
6569 (mi_ui_out::do_table_header): Update.
6570 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6571 type of "value".
6572 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6573 (mi_cmd_data_list_changed_registers, output_register)
6574 (mi_cmd_data_read_memory, mi_load_progress)
6575 (mi_cmd_trace_frame_collected): Update.
6576 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6577 Update.
6578 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6579 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6580 (mi_cmd_var_list_children, varobj_update_one): Update.
6581 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6582 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6583 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6584 * inferior.c (print_inferior): Update.
6585 * gdb_bfd.c (print_one_bfd): Update.
6586 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6587 Update.
6588 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6589 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6590 do_field_int. Change type of "value".
6591 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6592 do_field_int. Change type of "value".
6593 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6594 (print_one_breakpoint_location, print_it_catch_fork)
6595 (print_one_catch_fork, print_it_catch_vfork)
6596 (print_one_catch_vfork, print_it_catch_solib)
6597 (print_it_catch_exec, print_it_ranged_breakpoint)
6598 (print_mention_watchpoint, print_mention_masked_watchpoint)
6599 (bkpt_print_it, update_static_tracepoint): Update.
6600 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6601 * break-catch-syscall.c (print_it_catch_syscall): Update.
6602 * ada-tasks.c (print_ada_task_info): Update.
6603 * ada-lang.c (print_it_exception, print_mention_exception):
6604 Update.
6605
6606 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6607
6608 PR breakpoints/24541
6609 * gdbarch.c: Regenerate.
6610 * gdbarch.h: Regenerate.
6611 * gdbarch.sh: Adjust return type and parameter types for
6612 'stap_adjust_register'.
6613 (i386_stap_adjust_register): Adjust signature and return new
6614 register name.
6615 * stap-probe.c (stap_parse_register_operand): Adjust use of
6616 'gdbarch_stap_adjust_register'.
6617
6618 2019-07-17 Tom Tromey <tromey@adacore.com>
6619
6620 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6621 declare VEC.
6622 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6623 std::vector.
6624 (struct s390_process_info): Add initializers.
6625 (s390_add_process): Use new.
6626 (s390_linux_nat_target::low_forget_process): Use delete.
6627 (s390_linux_nat_target::low_new_fork)
6628 (s390_linux_nat_target::stopped_by_watchpoint)
6629 (s390_linux_nat_target::low_prepare_to_resume)
6630 (s390_linux_nat_target::insert_watchpoint)
6631 (s390_linux_nat_target::insert_hw_breakpoint)
6632 (s390_linux_nat_target::remove_watchpoint)
6633 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6634
6635 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6636
6637 * aarch64-fbsd-nat.c: Include regcache.h.
6638 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6639 argument.
6640 (aarch64_fbsd_nat_target::fetch_registers)
6641 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6642 variable.
6643 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6644
6645 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6646
6647 * fbsd-nat.c: Include gdbarch.h.
6648
6649 2019-07-15 Tom Tromey <tromey@adacore.com>
6650
6651 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6652
6653 2019-07-15 Tom Tromey <tromey@adacore.com>
6654
6655 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6656 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6657 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6658 * cli-out.c (cli_ui_out::do_field_int): New method.
6659 * ui-out.c (ui_out::field_unsigned): New method.
6660 * symfile.c (generic_load): Use field_unsigned.
6661 (print_transfer_performance): Likewise.
6662 * record-btrace.c (ui_out_field_uint): Remove.
6663 (btrace_call_history_insn_range, btrace_call_history): Use
6664 field_unsigned.
6665 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6666 field_unsigned.
6667 * ui-out.h (class ui_out) <field_unsigned>: New method.
6668 <do_field_unsigned>: Likewise.
6669
6670 2019-07-15 Tom Tromey <tromey@adacore.com>
6671
6672 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6673 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6674 * target.c (flash_erase_command): Use field_string.
6675 * infrun.c (print_signal_received_reason): Use field_string.
6676 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6677 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6678 field_string.
6679 * ada-tasks.c (print_ada_task_info): Use field_string.
6680
6681 2019-07-15 Tom Tromey <tromey@adacore.com>
6682
6683 * target.c (flash_erase_command): Use field_core_addr.
6684 * symfile.c (generic_load): Use field_core_addr.
6685 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6686 Use field_core_addr.
6687 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6688 field_core_addr.
6689
6690 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6691
6692 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6693 value if its desired type is smaller than a CORE_ADDR and signed.
6694
6695 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6696
6697 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6698 of changes to field names, and use new is_reference field to
6699 decide if a property is a reference or not.
6700 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6701 field.
6702 (struct dwarf2_property_baton): Update header comment, rename
6703 'referenced_type' to 'property_type' and update comments.
6704 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6705 default property type, store in property baton, update to take
6706 accound of renamed field.
6707 (read_func_scope): Update call to attr_to_dynamic_prop.
6708 (read_array_type): Likewise.
6709 (dwarf2_per_cu_addr_sized_int_type): New function.
6710 (read_subrange_index_type): Move type finding code to
6711 dwarf2_per_cu_addr_sized_int_type.
6712 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6713 (dwarf2_per_cu_addr_type): New function.
6714 (set_die_type): Update calls to attr_to_dynamic_prop.
6715
6716 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6717
6718 * dwarf2read.c (read_subrange_index_type): New function.
6719 (read_subrange_type): Move code into new function and call it.
6720 * gdbtypes.c (create_range_type): Add some asserts.
6721
6722 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6723
6724 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6725 update return statements.
6726 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6727 declaration, and update comment to match.
6728 * gdbtypes.c (resolve_dynamic_array): Update call to
6729 dwarf2_evaluate_property to match new return type.
6730
6731 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6732
6733 * valarith.c (value_subscripted_rvalue): Change lowerbound
6734 parameter type from int to LONGEST.
6735 * value.h (value_subscripted_rvalue): Likewise in declaration.
6736
6737 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6738
6739 * cli/cli-utils.c (info_print_command_completer): New function.
6740 * cli/cli-utils.h: Add 'completer.h' include, and forward
6741 declaration for 'struct cmd_list_element'.
6742 (info_print_command_completer): Declare.
6743 * stack.c (_initialize_stack): Add completer for 'info locals' and
6744 'info args'.
6745 * symtab.c (_initialize_symtab): Add completer for 'info
6746 variables' and 'info functions'.
6747 * NEWS: Mention completion for additional info commands.
6748
6749 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6750
6751 * cli/cli-utils.c (extract_info_print_args): Delete.
6752 (extract_arg_maybe_quoted): Delete.
6753 (info_print_options_defs): New variable.
6754 (make_info_print_options_def_group): New function.
6755 (extract_info_print_options): Define new function.
6756 * cli/cli-utils.h (extract_info_print_args): Delete.
6757 (struct info_print_options): New structure.
6758 (extract_info_print_options): Declare new function.
6759 * stack.c (info_locals_command): Update to use new
6760 extract_info_print_options, also add a header comment.
6761 (info_args_command): Likewise.
6762 * symtab.c (info_variables_command): Likewise.
6763 (info_functions_command): Likewise.
6764
6765 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6766
6767 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6768 to extract string arguments.
6769 * common/common-utils.c (extract_string_maybe_quoted): New function.
6770 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6771
6772 2019-07-11 Tom Tromey <tromey@adacore.com>
6773
6774 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6775 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6776 * top.h (gdbinit): Don't declare.
6777 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6778 into...
6779 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6780 * top.c (gdb_init): Don't call init_cli_cmds.
6781 (gdbinit): Remove.
6782 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6783
6784 2019-07-11 Tom Tromey <tromey@adacore.com>
6785
6786 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6787 after it has been moved.
6788
6789 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6790
6791 * valops.c (value_must_coerce_to_target): Change return type to
6792 bool.
6793 * value.h (value_must_coerce_to_target): Likewise.
6794
6795 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
6796
6797 * breakpoint.c (is_hardware_watchpoint): Remove
6798 forward-declaration.
6799 (is_masked_watchpoint): Change return type to bool.
6800 (is_tracepoint): Likewise.
6801 (is_breakpoint): Likewise.
6802 (is_hardware_watchpoint): Likewise.
6803 (is_watchpoint): Likewise.
6804 (is_no_memory_software_watchpoint): Likewise.
6805 (is_catchpoint): Likewise.
6806 (breakpoint_1): Make FILTER parameter's return type bool.
6807 is_masked_watchpoint): Change return type to bool.
6808 (save_breakpoints): Make FILTER parameter's return type bool.
6809 * breakpoint.h (is_breakpoint): Change return type to bool.
6810 (is_watchpoint): Likewise.
6811 (is_catchpoint): Likewise.
6812 (is_tracepoint): Likewise.
6813
6814 2019-07-10 Tom Tromey <tom@tromey.com>
6815
6816 * defs.h: Don't include gdbarch.h.
6817 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6818 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6819 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6820 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6821 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6822 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6823 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6824 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6825 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6826 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6827 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6828 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6829 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6830 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6831 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6832 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6833 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6834 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6835 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6836 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6837 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6838 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6839 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6840 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6841 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6842 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6843 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6844
6845 2019-07-10 Tom Tromey <tromey@adacore.com>
6846
6847 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6848 * breakpoint.c (init_ada_exception_breakpoint): Register as
6849 bp_catchpoint.
6850 (print_one_breakpoint_location, print_one_breakpoint): Use
6851 is_ada_exception_catchpoint.
6852 * ada-lang.c (class ada_catchpoint_location): Pass
6853 bp_loc_software_breakpoint to bp_location constructor.
6854 (is_ada_exception_catchpoint): New function.
6855
6856 2019-07-10 Tom Tromey <tromey@adacore.com>
6857
6858 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6859 VEC.
6860 (struct arm_exidx_entry): New method operator<.
6861 (struct arm_exidx_data) <section_maps>: Change type.
6862 (arm_exidx_data_free): Remove.
6863 (arm_exidx_data_key): Change type. Move lower.
6864 (arm_exidx_new_objfile): Update.
6865 (arm_compare_exidx_entries): Remove.
6866 (arm_find_exidx_entry, _initialize_arm_tdep)
6867
6868 2019-07-10 Tom Tromey <tromey@adacore.com>
6869
6870 * solib-spu.c (ocl_program_data_key): Change type.
6871 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6872 Update.
6873
6874 2019-07-10 Tom Tromey <tromey@adacore.com>
6875
6876 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6877 (struct solib_aix_inferior_data) <library_list>: Change type.
6878 (solib_aix_inferior_data_handle): Change type.
6879 (get_solib_aix_inferior_data): Update.
6880 (solib_aix_free_library_list): Remove.
6881 (library_list_start_library): Update.
6882 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6883 return type.
6884 (solib_aix_get_library_list)
6885 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6886 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6887
6888 2019-07-10 Tom Tromey <tromey@adacore.com>
6889
6890 * solib-dsbt.c (struct dsbt_info): Add initializers.
6891 (solib_dsbt_pspace_data): Change type.
6892 (dsbt_pspace_data_cleanup): Remove.
6893 (get_dsbt_info, _initialize_dsbt_solib): Update.
6894
6895 2019-07-10 Tom Tromey <tromey@adacore.com>
6896
6897 * spu-tdep.c (spu_overlay_data): Change type.
6898 (spu_get_overlay_table, spu_overlay_new_objfile)
6899 (_initialize_spu_tdep): Update.
6900
6901 2019-07-10 Tom Tromey <tromey@adacore.com>
6902
6903 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6904 destructor.
6905 (dbx_objfile_data_key): Change type and declare later.
6906 (DBX_SYMFILE_INFO): Rewrite.
6907 * dbxread.c (dbx_objfile_data_key): Change type.
6908 (dbx_symfile_init): Update.
6909 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6910 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6911 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6912
6913 2019-07-10 Tom Tromey <tromey@adacore.com>
6914
6915 * jit.c (jit_program_space_key): Change type. Move lower.
6916 (get_jit_program_space_data): Update.
6917 (jit_program_space_data_cleanup): Remove.
6918 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6919 Update.
6920 (struct jit_program_space_data): Add initializers.
6921
6922 2019-07-10 Tom Tromey <tromey@adacore.com>
6923
6924 * solib-darwin.c (struct darwin_info): Add initializers.
6925 (solib_darwin_pspace_data): Change type.
6926 (darwin_pspace_data_cleanup): Remove.
6927 (get_darwin_info, _initialize_darwin_solib): Update.
6928
6929 2019-07-10 Tom Tromey <tromey@adacore.com>
6930
6931 * remote-sim.c (struct sim_inferior_data): Add initializers,
6932 constructor, and destructor.
6933 (sim_inferior_data_key): Change type. Move lower.
6934 (check_for_duplicate_sim_descriptor): Update.
6935 (get_sim_inferior_data): Use new. Update.
6936 (~sim_inferior_data_cleanup): Rename from
6937 sim_inferior_data_cleanup. Simplify.
6938 (gdbsim_close_inferior, simulator_command)
6939 (sim_command_completer, _initialize_remote_sim): Update.
6940 (next_pid, INITIAL_PID): Move earlier.
6941
6942 2019-07-10 Tom Tromey <tromey@adacore.com>
6943
6944 * python/python-internal.h (create_thread_object): Return
6945 gdbpy_ref.
6946 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6947 * python/py-inferior.c (struct threadlist_entry): Add
6948 constructor.
6949 <thread_obj>: Now a gdbpy_ref.
6950 (thread_to_thread_object): Update.
6951 (add_thread_object): Use new.
6952 (delete_thread_object): Use delete.
6953 (infpy_threads): Update.
6954 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6955 GIL.
6956
6957 2019-07-10 Tom Tromey <tromey@adacore.com>
6958
6959 * valops.c (value_cast): Specialize error message for Ada.
6960
6961 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6962
6963 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6964
6965 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6966
6967 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6968 bpstat_should_step): Return bool, adjust comments.
6969 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6970 bpstat_should_step): Likewise.
6971
6972 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6973
6974 * features/Makefile: Use feature target descriptions for Arm.
6975 * features/arm/arm-core.c: Generate new file.
6976 * features/arm/arm-fpa.c: Likewise.
6977 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6978 * features/arm/arm-m-profile.c: Likewise.
6979 * features/arm/arm-vfpv2.c: Likewise.
6980 * features/arm/arm-vfpv3.c: Likewise.
6981 * features/arm/xscale-iwmmxt.c: Likewise.
6982 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6983
6984 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6985
6986 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6987 ptrace earlier.
6988
6989 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6990
6991 * features/aarch64-pauth.c: Regenerate.
6992
6993 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6994
6995 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6996 bool.
6997 (bpstat_what): Use false instead of 0.
6998
6999 2019-07-09 Pedro Alves <palves@redhat.com>
7000
7001 * break-catch-throw.c (is_exception_catchpoint): New.
7002 * breakpoint.c (print_one_breakpoint_location): New parameter
7003 'raw_loc'. Handle it. Use
7004 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
7005 looking at the breakpoint's type.
7006 (print_one_breakpoint): If handling "maint info breakpoints", also
7007 print locations of exception catchpoints.
7008 * breakpoint.h (is_exception_catchpoint): Declare.
7009
7010 2019-07-09 Pedro Alves <palves@redhat.com>
7011
7012 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
7013 "addr" field.
7014 (allocate_location_exception_catchpoint): New.
7015 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
7016 (initialize_throw_catchpoint_ops): Install
7017 allocate_location_exception_catchpoint as allocate_location
7018 method.
7019 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
7020 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
7021 bp_loc_other.
7022 (breakpoint_address_is_meaningful): Delete.
7023 (bl_address_is_meaningful): New.
7024 (breakpoint_locations_match): Adjust comment.
7025 (bp_location_from_bp_type): New, factored out of...
7026 (bp_location::bp_location(breakpoint *)): ... this.
7027 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
7028 factored out of...
7029 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
7030 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
7031 breakpoint_address_is_meaningful.
7032 (bp_locations_compare): Adjust comment.
7033 (update_global_location_list): Use bl_address_is_meaningful
7034 instead of breakpoint_address_is_meaningful.
7035 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
7036 explicit.
7037 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
7038 * python/py-breakpoint.c (bppy_get_location): No longer check
7039 whether location is null.
7040
7041 2019-07-09 Pedro Alves <palves@redhat.com>
7042
7043 PR c++/15468
7044 * breakpoint.c (print_one_breakpoint_location): Remove
7045 single-location assert.
7046
7047 2019-07-09 Tom Tromey <tom@tromey.com>
7048
7049 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
7050 * configure: Rebuild.
7051 * configure.ac: Change common to gdbsupport.
7052 * gdbsupport: Rename from common.
7053 * acinclude.m4: Change common to gdbsupport.
7054 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
7055 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
7056 gdbsupport.
7057 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
7058 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
7059 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
7060 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
7061 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
7062 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
7063 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
7064 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
7065 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
7066 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
7067 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
7068 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
7069 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
7070 coff-pe-read.c, command.h, compile/compile-c-support.c,
7071 compile/compile-c.h, compile/compile-cplus-symbols.c,
7072 compile/compile-cplus-types.c, compile/compile-cplus.h,
7073 compile/compile-loc2c.c, compile/compile.c, completer.c,
7074 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
7075 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
7076 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
7077 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
7078 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
7079 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
7080 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
7081 features/aarch64-core.c, features/aarch64-fpu.c,
7082 features/aarch64-pauth.c, features/aarch64-sve.c,
7083 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
7084 features/i386/32bit-core.c, features/i386/32bit-linux.c,
7085 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
7086 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
7087 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
7088 features/i386/64bit-core.c, features/i386/64bit-linux.c,
7089 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
7090 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
7091 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
7092 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
7093 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
7094 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
7095 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
7096 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
7097 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
7098 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
7099 go32-nat.c, guile/guile.c, guile/scm-ports.c,
7100 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
7101 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
7102 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
7103 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
7104 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
7105 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
7106 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
7107 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
7108 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
7109 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
7110 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
7111 minsyms.c, mips-linux-tdep.c, namespace.h,
7112 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
7113 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
7114 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
7115 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
7116 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
7117 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
7118 nat/linux-waitpid.c, nat/mips-linux-watch.c,
7119 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
7120 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
7121 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
7122 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
7123 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
7124 procfs.c, producer.c, progspace.h, psymtab.h,
7125 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
7126 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
7127 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
7128 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
7129 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
7130 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
7131 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
7132 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
7133 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
7134 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
7135 target-memory.c, target.c, target.h, target/waitstatus.c,
7136 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
7137 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
7138 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
7139 unittests/array-view-selftests.c,
7140 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
7141 unittests/common-utils-selftests.c,
7142 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
7143 unittests/format_pieces-selftests.c,
7144 unittests/function-view-selftests.c,
7145 unittests/lookup_name_info-selftests.c,
7146 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
7147 unittests/mkdir-recursive-selftests.c,
7148 unittests/observable-selftests.c,
7149 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
7150 unittests/parse-connection-spec-selftests.c,
7151 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
7152 unittests/scoped_fd-selftests.c,
7153 unittests/scoped_mmap-selftests.c,
7154 unittests/scoped_restore-selftests.c,
7155 unittests/string_view-selftests.c, unittests/style-selftests.c,
7156 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
7157 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
7158 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
7159 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
7160 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
7161 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
7162
7163 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7164
7165 * linespec.c (decode_digits_list_mode): Set explicit_line to a
7166 bool value.
7167 (decode_digits_ordinary): Set explicit_line field in sal.
7168 * symtab.c (skip_prologue_sal): Don't skip prologue for a
7169 symtab_and_line that was set on an explicit line number in
7170 assembler code. Do always update the recorded symtab and line if
7171 we do skip the prologue.
7172
7173 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7174
7175 * breakpoint.c (set_breakpoint_location_function): Remove
7176 explicit_loc parameter.
7177 (momentary_breakpoint_from_master): Update call to
7178 set_breakpoint_location_function.
7179 (add_location_to_breakpoint): Likewise.
7180
7181 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7182
7183 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7184 required features based on default bfd type when no specific bfd
7185 is present.
7186
7187 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7188
7189 * NEWS: Mention that GDB printf and eval commands can now print
7190 C-style and Ada-style convenience var strings without
7191 calling the inferior.
7192 * printcmd.c (printf_c_string): Locally print GDB internal var
7193 instead of transiting via the inferior.
7194 (printf_wide_c_string): Likewise.
7195
7196 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7197
7198 PR breakpoints/25011
7199 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7200
7201 2019-07-04 Tom Tromey <tom@tromey.com>
7202
7203 PR tui/24724:
7204 * tui/tui-winsource.c (tui_clear_source_content): Update.
7205 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7206 (tui_update_breakpoint_info): Update.
7207 (tui_set_exec_info_content): Update.
7208 * tui/tui-source.c (tui_set_source_content_nil): Update.
7209 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7210 has_break.
7211 * tui/tui-data.h (enum tui_bp_flag): New.
7212 (tui_bp_flags): New enum flags type.
7213 (struct tui_source_element) <break_mode>: Change type. Rename
7214 from has_break.
7215 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7216 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7217 constants.
7218 * tui/tui-winsource.h: Fix comment.
7219
7220 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7221
7222 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7223 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7224 (store_fpregs_to_thread)
7225 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7226 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7227 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7228 (IWMMXT_REGS_SIZE): Add define.
7229 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7230 (fetch_vfp_regs, store_vfp_regs)
7231 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7232 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7233
7234 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7235
7236 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7237 defines.
7238 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7239 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7240 (ARM_INT_REGISTER_SIZE): ...to this.
7241 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7242 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7243 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7244 (arm_linux_collect_gregset, supply_nwfpe_register)
7245 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7246 defines.
7247 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7248 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7249 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7250 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7251 (arm_return_in_memory, arm_store_return_value)
7252 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7253 (arm_record_ld_st_multiple): Likewise.
7254 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7255 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7256
7257 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7258
7259 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7260 AARCH64_DISPLACED_MODIFIED_INSNS.
7261 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7262 (aarch64_displaced_step_copy_insn): Likewise.
7263 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7264 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7265 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7266 ARM_DISPLACED_MODIFIED_INSNS.
7267 * arm-tdep.c (arm_gdbarch_init): Likewise.
7268 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7269 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7270 (struct arm_displaced_step_closure): Use
7271 ARM_DISPLACED_MODIFIED_INSNS.
7272
7273 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7274
7275 * features/Makefile: Remove unused xml files.
7276 * features/aarch64.xml: Remove.
7277 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7278 * features/i386/amd64-avx-avx512.xml: Remove.
7279 * features/i386/amd64-avx-linux.xml: Remove.
7280 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7281 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7282 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7283 * features/i386/amd64-avx-mpx.xml: Remove.
7284 * features/i386/amd64-avx.xml: Remove.
7285 * features/i386/amd64-linux.xml: Remove.
7286 * features/i386/amd64-mpx-linux.xml: Remove.
7287 * features/i386/amd64-mpx.xml: Remove.
7288 * features/i386/amd64.xml: Remove.
7289 * features/i386/i386-avx-avx512-linux.xml: Remove.
7290 * features/i386/i386-avx-avx512.xml: Remove.
7291 * features/i386/i386-avx-linux.xml: Remove.
7292 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7293 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7294 * features/i386/i386-avx-mpx-linux.xml: Remove.
7295 * features/i386/i386-avx-mpx.xml: Remove.
7296 * features/i386/i386-avx.xml: Remove.
7297 * features/i386/i386-linux.xml: Remove.
7298 * features/i386/i386-mmx-linux.xml: Remove.
7299 * features/i386/i386-mmx.xml: Remove.
7300 * features/i386/i386-mpx-linux.xml: Remove.
7301 * features/i386/i386-mpx.xml: Remove.
7302 * features/i386/i386.xml: Remove.
7303 * features/i386/x32-avx-avx512-linux.xml: Remove.
7304 * features/i386/x32-avx-linux.xml: Remove.
7305 * features/i386/x32-linux.xml: Remove.
7306
7307 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7308
7309 * regformats/aarch64.dat: Remove.
7310 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7311 * regformats/i386/amd64-avx-linux.dat: Remove.
7312 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7313 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7314 * regformats/i386/amd64-linux.dat: Remove.
7315 * regformats/i386/amd64-mpx-linux.dat: Remove.
7316 * regformats/i386/amd64.dat: Remove.
7317 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7318 * regformats/i386/i386-avx-linux.dat: Remove.
7319 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7320 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7321 * regformats/i386/i386-linux.dat: Remove.
7322 * regformats/i386/i386-mmx-linux.dat: Remove.
7323 * regformats/i386/i386-mpx-linux.dat: Remove.
7324 * regformats/i386/i386.dat: Remove.
7325 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7326 * regformats/i386/x32-avx-linux.dat: Remove.
7327 * regformats/i386/x32-linux.dat: Remove.
7328
7329 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7330
7331 * aarch64-tdep.c: Remove xml self tests.
7332 * amd64-linux-tdep.c: Likewise.
7333 * amd64-tdep.c: Likewise.
7334 * i386-linux-tdep.c: Likewise.
7335 * i386-tdep.c: Likewise.
7336
7337 2019-07-03 Pedro Alves <palves@redhat.com>
7338
7339 PR cli/24732
7340 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7341 (pipe_cmd_option_defs): New.
7342 (make_pipe_cmd_options_def_group): New.
7343 (pipe_command): Use gdb::option::process_options.
7344 (pipe_command_completer): New function.
7345 (_initialize_cli_cmds): Install completer for "pipe" command.
7346
7347 2019-07-03 Pedro Alves <palves@redhat.com>
7348
7349 * cli/cli-option.c (union option_value) <string>: New field.
7350 (struct option_def_and_value): Add ctor, move ctor, dtor and
7351 use DISABLE_COPY_AND_ASSIGN.
7352 (option_def_and_value::clear_value): New.
7353 (parse_option, save_option_value_in_ctx, get_val_type_str)
7354 (add_setshow_cmds_for_options): Handle var_string.
7355 * cli-option.h (union option_def::var_address) <string>: New
7356 field.
7357 (struct string_option_def): New.
7358 * maint-test-options.c (struct test_options_opts): Add default
7359 ctor and use DISABLE_COPY_AND_ASSIGN.
7360 <string_opt>: New field.
7361 (test_options_opts::~test_options_opts): New.
7362 (test_options_opts::dump): Also dump "-string".
7363 (test_options_option_defs): Install "string.
7364
7365 2019-07-03 Pedro Alves <palves@redhat.com>
7366
7367 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7368 option_value with a null enumeration.
7369 (complete_options): Save the option values in the context.
7370 (save_option_value_in_ctx): New, factored out from ...
7371 (process_options): ... here.
7372 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7373 of the function.
7374 * maint-test-options.c (test_options_opts::dump): New, factored
7375 out from ...
7376 (maintenance_test_options_command_mode): ... here.
7377 (maintenance_test_options_command_completion_result): Delete.
7378 (maintenance_test_options_command_completion_text): Update
7379 comment.
7380 (maintenance_show_test_options_completion_result): Change
7381 prototype. Just print
7382 maintenance_test_options_command_completion_text.
7383 (save_completion_result): New.
7384 (maintenance_test_options_completer_mode): Pass options context to
7385 complete_options, and then save a dump.
7386 (_initialize_maint_test_options): Use add_cmd to install "maint
7387 show test-options-completion-result".
7388
7389 2019-07-03 Pedro Alves <palves@redhat.com>
7390
7391 * NEWS (New commands): Mention "with" and "maint with".
7392 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7393 (with_command, with_command_completer): New.
7394 (pipe_command): Adjust to new repeat_previous
7395 interface.
7396 (_initialize_cli_cmds): Install the "with" command and its "w"
7397 alias.
7398 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7399 declarations.
7400 * cli/cli-setshow.c (parse_cli_var_uinteger)
7401 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7402 argument strings for all var_types.
7403 (get_setshow_command_value_string): New, factored out from ...
7404 (do_show_command): ... this.
7405 * cli/cli-setshow.h: Include <string>.
7406 (get_setshow_command_value_string): Declare.
7407 * command.h (repeat_previous): Now returns const char *. Adjust
7408 comment.
7409 * maint.c: Include "cli/cli-cmds.h".
7410 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7411 (_initialize_maint_cmds): Register the "maintenance with" command.
7412 * top.c (repeat_previous): Move bits from pipe_command here:
7413 Return the saved command line, if any; error out if there's no
7414 command to relaunch.
7415
7416 2019-07-03 Pedro Alves <palves@redhat.com>
7417
7418 * NEWS (New commands): Mention "maint set/show test-settings"
7419 instead of "maint test-settings".
7420 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7421 (maintenance_test_settings_set_list): Rename to ...
7422 (maintenance_set_test_settings_list): ... this.
7423 (maintenance_test_settings_show_list): Rename to ...
7424 (maintenance_show_test_settings_list): ... this.
7425 (maintenance_test_settings_cmd): Delete.
7426 (maintenance_test_settings_set_cmd): ...
7427 (maintenance_set_test_settings_cmd): ... this.
7428 (maintenance_test_settings_show_cmd): ...
7429 (maintenance_show_test_settings_cmd): ... this.
7430 (maintenance_test_settings_show_value_cmd):
7431 (maintenance_show_test_settings_value_cmd): ... this.
7432 (_initialize_maint_test_settings): No longer install the "maint
7433 test-settings" prefix command. Rename "maint test-settings set"
7434 to "maint set test-settings", and "maint test-settings show" to
7435 "maint show test-settings". Adjust all subcommands.
7436
7437 2019-07-03 Pedro Alves <palves@redhat.com>
7438
7439 * maint-test-settings.c: Fix file's intro comment. Replace all
7440 references to "test-options" with references to "test-settings",
7441 in comments.
7442
7443 2019-07-03 Pedro Alves <palves@redhat.com>
7444
7445 * maint-test-settings.c (maintenance_test_settings_xxx)
7446 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7447 New.
7448 (maintenance_test_settings_enums): Use them.
7449 (maintenance_test_settings_enum): Default to
7450 maintenance_test_settings_xxx.
7451 (_initialize_maint_test_settings): Initialize
7452 MAINTENANCE_TEST_SETTINGS_FILENAME.
7453
7454 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7455
7456 * breakpoint.h (remove_breakpoints_inf): Change return type to
7457 void, move function documentation here.
7458 * breakpoint.c (remove_breakpoints_inf): Change return type to
7459 void, move function documentation to header.
7460
7461 2019-07-02 Pedro Alves <palves@redhat.com>
7462
7463 * NEWS (Completion improvements): Mention "info threads".
7464 * thread.c (struct info_threads_opts, info_threads_option_defs)
7465 (make_info_threads_options_def_group): New.
7466 (info_threads_command): Use gdb::option::process_options.
7467 (info_threads_command_completer): New.
7468 (_initialize_thread): Use gdb::option::build_help to build the
7469 help text for "info threads".
7470
7471 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7472
7473 * defs.h (generic_load): Move from here...
7474 * symfile.h (generic_load): ... to here. Rename name parameter
7475 to args.
7476 * symfile.c (generic_load): Add comment.
7477
7478 2019-07-01 Tom Tromey <tromey@adacore.com>
7479
7480 * dwarf2read.c
7481 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7482 declaration of without_params. Fix formatting.
7483
7484 2019-07-01 Tom Tromey <tromey@adacore.com>
7485
7486 * ada-exp.y (find_primitive_type): Update.
7487 * ada-lang.h (ada_lookup_symbol): Update.
7488 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7489 parameter.
7490 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7491
7492 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7493
7494 PR breakpoints/24541
7495 * gdbarch.c: Regenerate.
7496 * gdbarch.h: Regenerate.
7497 * gdbarch.sh: Add 'stap_adjust_register'.
7498 * i386-tdep.c: Include '<unordered_set>'.
7499 (i386_stap_adjust_register): New function.
7500 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7501 * stap-probe.c (stap_parse_register_operand): Call
7502 'gdbarch_stap_adjust_register'.
7503
7504 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7505
7506 PR python/24742
7507 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7508 * python/python.c (do_start_initialization): Use 'xmalloc'
7509 instead of 'PyMem_Malloc'.
7510
7511 2019-06-28 Tom Tromey <tromey@adacore.com>
7512
7513 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7514 for Ada.
7515
7516 2019-06-27 Tom Tromey <tromey@adacore.com>
7517
7518 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7519 objfile_key.
7520 (arm_find_mapping_symbol, arm_record_special_symbol)
7521 (_initialize_arm_tdep): Update.
7522 (arm_objfile_data_free): Remove.
7523
7524 2019-06-27 Tom Tromey <tromey@adacore.com>
7525
7526 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7527 to cp_print_static_field.
7528
7529 2019-06-26 Tom Tromey <tromey@adacore.com>
7530
7531 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7532 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7533 declare.
7534
7535 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7536
7537 * features/aarch64-core.c (create_feature_aarch64_core):
7538 Regenerate.
7539 * features/aarch64-core.xml: Add cpsr flags.
7540
7541 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7542
7543 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7544 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7545
7546 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7547
7548 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7549 field.
7550 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7551 use.
7552 (arm_record_special_symbol): Don't insert new symbol in sorted
7553 position, push it at the end.
7554
7555 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7556
7557 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7558 (arm_mapping_symbol_s): Remove.
7559 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7560 (arm_mapping_symbol_vec): New typedef.
7561 (struct arm_per_objfile): Add constructor.
7562 <section_maps>: Change type to
7563 std::unique_ptr<arm_mapping_symbol_vec[]>.
7564 (arm_compare_mapping_symbols): Remove.
7565 (arm_find_mapping_symbol): Adjust to section_maps type change.
7566 (arm_objfile_data_free): Call delete on arm_per_objfile.
7567 (arm_record_special_symbol): Adjust to section_maps type change.
7568 Allocate arm_per_objfile with new.
7569
7570 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7571
7572 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7573 with the command prefix.
7574
7575 2019-06-25 Tom Tromey <tom@tromey.com>
7576
7577 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7578 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7579
7580 2019-06-25 Tom Tromey <tom@tromey.com>
7581
7582 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7583 type.
7584 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7585 protected.
7586
7587 2019-06-25 Tom Tromey <tom@tromey.com>
7588
7589 * tui/tui-winsource.c
7590 (tui_source_window_base::set_is_exec_point_at): Add check against
7591 LOA_ADDRESS.
7592
7593 2019-06-25 Tom Tromey <tom@tromey.com>
7594
7595 * tui/tui-source.c (tui_set_source_content): Don't check before
7596 xfree.
7597 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7598
7599 2019-06-25 Tom Tromey <tom@tromey.com>
7600
7601 * tui/tui-winsource.h (tui_update_source_window_as_is)
7602 (tui_alloc_source_buffer, tui_line_is_displayed)
7603 (tui_addr_is_displayed): Change type of win_info.
7604 * tui/tui-winsource.c (tui_update_source_window_as_is)
7605 (tui_clear_source_content, tui_show_source_line)
7606 (tui_show_source_content, tui_source_window_base::refill)
7607 (tui_source_window_base::set_is_exec_point_at)
7608 (tui_source_window_base::set_is_exec_point_at)
7609 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7610 (tui_alloc_source_buffer, tui_line_is_displayed)
7611 (tui_addr_is_displayed): Change type of win_info. Update.
7612 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7613 (tui_source_window_base::do_make_visible_with_new_height):
7614 Update.
7615 * tui/tui-source.c (tui_set_source_content)
7616 (tui_set_source_content_nil)
7617 (tui_source_window::do_scroll_vertical): Update.
7618 * tui/tui-layout.c (show_layout): Update.
7619 * tui/tui-disasm.c (tui_set_disassem_content)
7620 (tui_disasm_window::do_scroll_vertical): Update.
7621 * tui/tui-data.h (tui_win_content): Remove.
7622 (struct tui_gen_win_info) <content, content_size>: Remove.
7623 (struct tui_source_element): Add initializers and destructor.
7624 (union tui_which_element, struct tui_win_element): Remove.
7625 (struct tui_source_window_base) <content>: New field.
7626 (struct tui_data_window): Remove destructor.
7627 (tui_alloc_content, tui_free_win_content)
7628 (tui_free_all_source_wins_content): Don't declare.
7629 * tui/tui-data.c (tui_initialize_static_data): Update.
7630 (init_content_element, tui_alloc_content): Remove.
7631 (~tui_gen_win_info): Update.
7632 (~tui_data_window, tui_free_all_source_wins_content)
7633 (tui_free_win_content, free_content, free_content_elements):
7634 Remove.
7635
7636 2019-06-25 Tom Tromey <tom@tromey.com>
7637
7638 * tui/tui-winsource.h (tui_clear_source_content)
7639 (tui_erase_source_content, tui_show_source_content): Change type
7640 of win_info.
7641 * tui/tui-winsource.c (tui_clear_source_content)
7642 (tui_erase_source_content, tui_show_source_content): Change type
7643 of win_info.
7644 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7645 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7646 win_info.
7647 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7648 win_info.
7649 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7650
7651 2019-06-25 Tom Tromey <tom@tromey.com>
7652
7653 * tui/tui-winsource.c (tui_clear_source_content)
7654 (tui_source_window_base::set_is_exec_point_at): Update.
7655 * tui/tui-source.c (tui_set_source_content_nil): Update.
7656 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7657 a bool.
7658 * tui/tui-data.c (init_content_element): Update.
7659
7660 2019-06-25 Tom Tromey <tom@tromey.com>
7661
7662 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7663 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7664 * tui/tui-layout.c (init_and_make_win): Update.
7665 * tui/tui.h (enum tui_win_type): Update.
7666 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7667 tui_win_is_auxillary.
7668 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7669 tui_win_is_auxillary.
7670
7671 2019-06-25 Tom Tromey <tom@tromey.com>
7672
7673 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7674 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7675 (tui_delete_data_content_windows, tui_display_all_data)
7676 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7677 Update.
7678 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7679 * tui/tui-regs.c (tui_last_regs_line_no)
7680 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7681 (tui_show_registers): Update.
7682 (tui_show_register_group): Return void. Update.
7683 (tui_display_registers_from, tui_display_reg_element_at_line)
7684 (tui_display_registers_from_line, tui_check_register_values):
7685 Update.
7686 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7687 member.
7688 (struct tui_data_window) <regs_content>: Now a std::vector.
7689 <regs_content_count>: Remove.
7690 (tui_add_content_elements, tui_free_data_content): Don't declare.
7691 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7692 (init_content_element): Remove DATA_WIN case. Add assert.
7693 (tui_add_content_elements): Remove.
7694 (tui_data_window): Update.
7695 (tui_free_data_content): Remove.
7696 (free_content_elements): Remove DATA_WIN case.
7697
7698 2019-06-25 Tom Tromey <tom@tromey.com>
7699
7700 * tui/tui-data.c (tui_data_item_window): Update.
7701 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7702 * tui/tui-windata.c (tui_display_all_data)
7703 (tui_display_data_from_line): Update.
7704 (tui_check_data_values): Remove.
7705 * tui/tui-regs.c (tui_show_register_group)
7706 (tui_display_reg_element_at_line): Update.
7707 * tui/tui-hooks.c (tui_register_changed)
7708 (tui_refresh_frame_and_register_information): Call
7709 tui_check_register_values.
7710 * tui/tui-data.h (struct tui_data_window) <data_content,
7711 data_content_count, data_type>: Remove.
7712 (enum tui_data_type): Remove.
7713
7714 * tui/tui-data.c (tui_data_window::clear_detail)
7715 (~tui_data_window): Update.
7716
7717 2019-06-25 Tom Tromey <tom@tromey.com>
7718
7719 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7720 declare.
7721 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7722 Rename from tui_first_data_item_displayed. Update.
7723 (tui_data_window::refresh_all)
7724 (tui_data_window::do_scroll_vertical): Update.
7725 * tui/tui-data.h (struct tui_data_window)
7726 <first_data_item_displayed>: Declare new method.
7727
7728 2019-06-25 Tom Tromey <tom@tromey.com>
7729
7730 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7731 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7732 contents...
7733 (tui_initialize_static_data): ...here.
7734
7735 2019-06-25 Tom Tromey <tom@tromey.com>
7736
7737 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7738 (tui_display_registers_from, tui_check_register_values): Update.
7739 (tui_display_register): Remove win_info parameter; update.
7740 (tui_get_register): Change type of parameters.
7741 * tui/tui-data.h (struct tui_data_element): Remove.
7742 (union tui_which_element) <data>: Remove.
7743 <data_window>: Change type.
7744 (struct tui_data_item_window): New.
7745 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7746 case. Add assert.
7747 (~tui_data_item_window): New destructor.
7748 (free_content_elements): Remove DATA_ITEM_WIN case.
7749
7750 2019-06-25 Tom Tromey <tom@tromey.com>
7751
7752 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7753 Remove.
7754
7755 2019-06-25 Tom Tromey <tom@tromey.com>
7756
7757 * tui/tui-data.h (struct tui_command_element): Remove.
7758 (union tui_which_element) <command>: Remove.
7759 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7760 assert.
7761 (free_content_elements): Remove CMD_WIN case.
7762
7763 2019-06-25 Tom Tromey <tom@tromey.com>
7764
7765 * tui/tui-layout.c (tui_set_layout): Update.
7766 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7767 * tui/tui-data.c (layout_def): Update.
7768
7769 2019-06-25 Tom Tromey <tom@tromey.com>
7770
7771 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7772 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7773 (tui_source_window_base::set_new_height): Update.
7774 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7775 Update.
7776 (tui_set_locator_fullname, tui_set_locator_info)
7777 (tui_show_frame_info): Update.
7778 * tui/tui-source.c (tui_set_source_content)
7779 (tui_source_is_displayed): Update.
7780 * tui/tui-layout.c (show_source_disasm_command, show_data)
7781 (show_source_or_disasm_and_command): Update.
7782 * tui/tui-disasm.c (tui_set_disassem_content)
7783 (tui_get_begin_asm_address): Update.
7784 * tui/tui-data.h (struct tui_locator_element): Remove.
7785 (union tui_which_element) <locator>: Remove.
7786 (struct tui_locator_window): New.
7787 (tui_locator_win_info_ptr): Change return type.
7788 * tui/tui-data.c (_locator): Change type.
7789 (tui_locator_win_info_ptr): Change return type.
7790 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7791 (tui_alloc_content): Add assert.
7792
7793 2019-06-25 Tom Tromey <tom@tromey.com>
7794
7795 * tui/tui-winsource.c
7796 (tui_exec_info_window::maybe_allocate_content): New method.
7797 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7798 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7799 (make_source_or_disasm_window): Add cast.
7800 * tui/tui-data.h (union tui_which_element) <simple_string>:
7801 Remove.
7802 (struct tui_source_info): New.
7803 (struct tui_source_window_base) <execution_info>: Change type.
7804 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7805 case, and add assert.
7806 (tui_alloc_content): Add assert.
7807
7808 2019-06-25 Tom Tromey <tom@tromey.com>
7809
7810 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7811 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7812 * tui/tui-data.c (tui_alloc_win_info): Remove.
7813
7814 2019-06-25 Tom Tromey <tom@tromey.com>
7815
7816 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7817 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7818 can_highlight.
7819
7820 2019-06-25 Tom Tromey <tom@tromey.com>
7821
7822 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7823 make_visible_with_new_height method.
7824 (tui_win_info::make_visible_with_new_height): New method.
7825 (tui_source_window_base::do_make_visible_with_new_height)
7826 (tui_data_window::do_make_visible_with_new_height)
7827 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7828 (make_visible_with_new_height): Remove.
7829 (tui_resize_all, tui_adjust_win_heights): Use
7830 make_visible_with_new_height method.
7831 * tui/tui-data.h (struct tui_win_info)
7832 <do_make_visible_with_new_height, make_visible_with_new_height>:
7833 New methods.
7834 (struct tui_source_window_base, struct tui_data_window)
7835 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7836 methods.
7837
7838 2019-06-25 Tom Tromey <tom@tromey.com>
7839
7840 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7841 method.
7842 (update_tab_width): Call update_tab_width method.
7843 * tui/tui-data.h (struct tui_win_info)
7844 (struct tui_source_window_base) <update_tab_width>: New methods.
7845
7846 2019-06-25 Tom Tromey <tom@tromey.com>
7847
7848 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7849 parameter.
7850 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7851 parameter.
7852 (tui_gen_win_info::make_visible): Update.
7853 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7854 parameter.
7855 * tui/tui-data.h (enum tui_box): New enum.
7856 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7857
7858 2019-06-25 Tom Tromey <tom@tromey.com>
7859
7860 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7861 init_and_make_win for EXEC_INFO_WIN.
7862 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7863 longer inline.
7864 (struct tui_win_info) <~tui_win_info>: Inline.
7865 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7866 Don't declare.
7867 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7868 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7869 Remove.
7870 (tui_initialize_static_data): Update.
7871 (~tui_gen_win_info): Handle more cleanup here.
7872 (~tui_source_window_base): Delete "execution_info".
7873 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7874
7875 2019-06-25 Tom Tromey <tom@tromey.com>
7876
7877 * tui/tui-layout.c (make_command_window): Don't set
7878 can_highlight.
7879 (show_source_disasm_command): Call the reset method.
7880 (show_data): Don't set can_highlight. Call the reset method.
7881 (tui_gen_win_info::reset): Rename from init_gen_win_info
7882 (init_and_make_win): Simplify. Return tui_gen_win_info.
7883 (show_source_or_disasm_and_command): Call the reset method.
7884 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7885 (struct tui_cmd_window): Set can_highlight.
7886
7887 2019-06-25 Tom Tromey <tom@tromey.com>
7888
7889 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7890 from make_visible.
7891 (tui_make_visible, tui_make_invisible): Rewrite.
7892 (tui_win_info::make_visible): Remove.
7893 (tui_source_window_base::make_visible): Update.
7894 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7895 method. Moved from...
7896 (struct tui_win_info) <make_visible>: ...here.
7897
7898 2019-06-25 Tom Tromey <tom@tromey.com>
7899
7900 * tui/tui-winsource.c
7901 (tui_source_window_base::do_scroll_horizontal): Remove direction
7902 parameter.
7903 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7904 direction parameter.
7905 * tui/tui-win.c (tui_win_info::forward_scroll)
7906 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7907 (tui_win_info::right_scroll): Update.
7908 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7909 direction parameter.
7910 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7911 direction parameter.
7912 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7913 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7914 Remove direction parameter.
7915 (struct tui_source_window_base, struct tui_source_window)
7916 (struct tui_disasm_window, struct tui_data_window)
7917 (struct tui_cmd_window): Update.
7918
7919 2019-06-25 Tom Tromey <tom@tromey.com>
7920
7921 * tui/tui-winsource.h (tui_set_exec_info_content)
7922 (tui_show_exec_info_content, tui_erase_exec_info_content)
7923 (tui_clear_exec_info_content, tui_update_exec_info): Change
7924 argument to tui_source_window_base.
7925 * tui/tui-winsource.c (tui_set_exec_info_content)
7926 (tui_show_exec_info_content, tui_erase_exec_info_content)
7927 (tui_clear_exec_info_content, tui_update_exec_info): Change
7928 argument to tui_source_window_base.
7929
7930 2019-06-25 Tom Tromey <tom@tromey.com>
7931
7932 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7933 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7934
7935 2019-06-25 Tom Tromey <tom@tromey.com>
7936
7937 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7938 check.
7939
7940 2019-06-25 Tom Tromey <tom@tromey.com>
7941
7942 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7943 type to void.
7944 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7945 type to void.
7946 * tui/tui-source.c (tui_set_source_content): Update.
7947 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7948
7949 2019-06-25 Tom Tromey <tom@tromey.com>
7950
7951 * tui/tui-win.c (window_name_completer, tui_set_focus)
7952 (tui_all_windows_info): Use name method.
7953 * tui/tui-data.h (struct tui_gen_win_info)
7954 (struct tui_source_window, struct tui_disasm_window)
7955 (struct tui_data_window, struct tui_cmd_window) <name>: New
7956 method.
7957 (tui_win_name): Don't declare.
7958 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7959 (tui_win_name): Remove.
7960
7961 2019-06-25 Tom Tromey <tom@tromey.com>
7962
7963 * tui/tui-winsource.h (tui_update_source_window)
7964 (tui_update_source_window_as_is): Change parameter type.
7965 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7966 to be a tui_source_window_base.
7967 (tui_update_source_window_as_is): Likewise.
7968 * tui/tui-win.c (make_visible_with_new_height): Update.
7969
7970 2019-06-25 Tom Tromey <tom@tromey.com>
7971
7972 * tui/tui-winsource.c (tui_erase_source_content)
7973 (tui_show_source_content, tui_show_exec_info_content)
7974 (tui_erase_exec_info_content): Use refresh_window method.
7975 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7976 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7977 from tui_refresh_win.
7978 (tui_data_window::refresh_window): New method.
7979 (tui_win_info::refresh, tui_source_window_base::refresh)
7980 (tui_refresh_all): Use refresh_window method.
7981 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7982 method.
7983 * tui/tui-regs.c (tui_display_register): Call refresh_window
7984 method.
7985 * tui/tui-layout.c (show_source_disasm_command)
7986 (show_source_or_disasm_and_command): Call refresh_window method.
7987 * tui/tui-data.h (struct tui_gen_win_info)
7988 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7989 New method.
7990
7991 2019-06-25 Tom Tromey <tom@tromey.com>
7992
7993 * tui/tui.c (tui_rl_other_window, tui_enable)
7994 (tui_is_window_visible, tui_get_command_dimension): Update.
7995 * tui/tui-winsource.c (tui_update_source_window_as_is)
7996 (tui_clear_source_content, tui_erase_source_content)
7997 (tui_show_source_line, tui_source_window_base::refill)
7998 (tui_source_window_base::do_scroll_horizontal)
7999 (tui_source_window_base::set_is_exec_point_at)
8000 (tui_update_breakpoint_info, tui_set_exec_info_content)
8001 (tui_alloc_source_buffer, tui_line_is_displayed)
8002 (tui_addr_is_displayed): Update.
8003 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8004 (tui_check_and_display_highlight_if_needed)
8005 (tui_win_info::make_visible, tui_win_info::refresh)
8006 (tui_refresh_all): Update.
8007 * tui/tui-windata.c (tui_first_data_item_displayed)
8008 (tui_delete_data_content_windows, tui_erase_data_content)
8009 (tui_display_all_data, tui_data_window::refresh_all)
8010 (tui_check_data_values): Update.
8011 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
8012 (tui_set_win_focus_to, tui_win_info::forward_scroll)
8013 (tui_win_info::backward_scroll, tui_refresh_all_win)
8014 (tui_resize_all, tui_set_focus, tui_all_windows_info)
8015 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
8016 (tui_source_window_base::set_new_height)
8017 (tui_data_window::set_new_height)
8018 (make_invisible_and_set_new_height)
8019 (make_visible_with_new_height, new_height_ok)
8020 (parse_scrolling_args): Update.
8021 * tui/tui-stack.c (tui_show_frame_info): Update.
8022 * tui/tui-source.c (tui_set_source_content)
8023 (tui_set_source_content_nil, tui_source_is_displayed)
8024 (tui_source_window::do_scroll_vertical): Update.
8025 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8026 (tui_display_registers_from, tui_display_reg_element_at_line)
8027 (tui_check_register_values, tui_reg_command): Update.
8028 * tui/tui-layout.c (tui_default_win_height)
8029 (show_source_disasm_command, show_data, init_and_make_win)
8030 (show_source_or_disasm_and_command): Update.
8031 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
8032 (tui_redisplay_readline, tui_mld_flush)
8033 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
8034 (tui_getc): Update.
8035 * tui/tui-disasm.c (tui_set_disassem_content)
8036 (tui_disasm_window::do_scroll_vertical): Update.
8037 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
8038 Now virtual.
8039 (struct tui_win_info): Derive from tui_gen_win_info.
8040 <~tui_win_info>: Mark as override.
8041 <generic>: Remove member.
8042 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
8043 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
8044 (~tui_data_window, ~tui_win_info)
8045 (tui_free_all_source_wins_content): Update.
8046 * tui/tui-command.c (tui_refresh_cmd_win): Update.
8047
8048 2019-06-25 Tom Tromey <tom@tromey.com>
8049
8050 * tui/tui-layout.c (init_and_make_win): Use new.
8051 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
8052 destructor, initializers.
8053 (tui_alloc_generic_win_info): Don't declare.
8054 * tui/tui-data.c (_locator): Add argument to constructor.
8055 (source_win, disasm_win): New globals.
8056 (exec_info): Remove.
8057 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
8058 Update.
8059 (tui_alloc_generic_win_info): Remove.
8060 (init_content_element): Use new.
8061 (tui_win_info::tui_win_info): Update.
8062 (free_content_elements) <case DATA_WIN>: Use delete.
8063
8064 2019-06-25 Tom Tromey <tom@tromey.com>
8065
8066 * tui/tui-wingeneral.c (tui_refresh_win): Update.
8067 * tui/tui-windata.c (tui_first_data_item_displayed)
8068 (tui_delete_data_content_windows): Update.
8069 * tui/tui-win.c (tui_data_window::set_new_height): Update.
8070 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8071 (tui_display_registers_from, tui_check_register_values): Update.
8072 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
8073 pointer.
8074 * tui/tui-data.c (init_content_element): Update. Allocate the new
8075 window.
8076 (tui_free_data_content): Update.
8077 (free_content_elements) <case DATA_WIN>: Free the window.
8078
8079 2019-06-25 Tom Tromey <tom@tromey.com>
8080
8081 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
8082 Update.
8083 * tui/tui-layout.c (make_command_window)
8084 (show_source_disasm_command, show_data, init_and_make_win)
8085 (show_source_or_disasm_and_command): Update.
8086 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
8087 method.
8088 <can_highight, is_highlighted>: Now bool.
8089 (tui_set_win_highlight): Don't declare.
8090 * tui/tui-data.c (tui_set_win_highlight): Remove.
8091
8092 2019-06-25 Tom Tromey <tom@tromey.com>
8093
8094 * tui/tui-wingeneral.c (make_visible): Remove check of window
8095 type.
8096
8097 2019-06-25 Tom Tromey <tom@tromey.com>
8098
8099 * tui/tui-win.c (tui_win_info::max_height)
8100 (tui_cmd_window::max_height): New methods.
8101 (new_height_ok): Call max_height.
8102 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
8103 <max_height>: New method.
8104
8105 2019-06-25 Tom Tromey <tom@tromey.com>
8106
8107 * tui/tui-win.c (tui_source_window_base::set_new_height)
8108 (tui_data_window::set_new_height): New methods.
8109 (make_invisible_and_set_new_height): Call set_new_height method.
8110 * tui/tui-data.h (struct tui_win_info)
8111 (struct tui_source_window_base, struct tui_data_window)
8112 <set_new_height>: New method.
8113
8114 2019-06-25 Tom Tromey <tom@tromey.com>
8115
8116 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
8117 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
8118 tui_refresh_data_win.
8119 * tui/tui-win.c (tui_source_window_base::refresh_all): New
8120 method.
8121 (tui_refresh_all_win): Call the refresh_all method.
8122 (tui_set_focus): Likewise.
8123 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
8124 (struct tui_source_window_base, struct tui_data_window) <refresh>:
8125 Likewise.
8126
8127 2019-06-25 Tom Tromey <tom@tromey.com>
8128
8129 * tui/tui-winsource.h (tui_refill_source_window)
8130 (tui_set_is_exec_point_at): Don't declare.
8131 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
8132 (tui_source_window_base::refill): Rename from
8133 tui_refill_source_window.
8134 (tui_source_window_base::do_scroll_horizontal): Update.
8135 (tui_source_window_base::set_is_exec_point_at): Rename from
8136 tui_set_is_exec_point_at.
8137 (tui_update_all_breakpoint_info): Update.
8138 * tui/tui-stack.c (tui_show_frame_info): Update.
8139 * tui/tui-layout.c (show_data): Add cast.
8140 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
8141 * tui/tui-data.h (struct tui_source_window_base) <refill,
8142 set_is_exec_point_at>: New methods.
8143 (tui_source_windows, tui_add_to_source_windows): Update types.
8144 (tui_add_to_source_windows): Remove redundant declaration.
8145 * tui/tui-data.c (source_windows): Store tui_source_window_base.
8146 (tui_source_windows): Change return type.
8147 (tui_clear_source_windows_detail): Update.
8148 (tui_add_to_source_windows): Change type of parameter.
8149 (tui_free_all_source_wins_content): Update.
8150
8151 2019-06-25 Tom Tromey <tom@tromey.com>
8152
8153 * tui/tui-wingeneral.c (tui_win_info::refresh)
8154 (tui_source_window_base::refresh): New methods.
8155 (tui_refresh_all): Call the refresh method.
8156 * tui/tui-data.h (struct tui_win_info)
8157 (struct tui_source_window_base) <refresh>: New method.
8158
8159 2019-06-25 Tom Tromey <tom@tromey.com>
8160
8161 * tui/tui.h (tui_is_window_visible): Return bool.
8162 * tui/tui.c (tui_is_window_visible): Return bool.
8163 * tui/tui-wingeneral.c (tui_make_window, make_visible)
8164 (tui_make_visible, tui_make_invisible)
8165 (tui_win_info::make_visible)
8166 (tui_source_window_base::make_visible, make_all_visible)
8167 (tui_make_all_visible, tui_make_all_invisible): Update.
8168 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
8169 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
8170 bool.
8171 (struct tui_win_info, struct tui_source_window_base)
8172 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
8173 * tui/tui-data.c (tui_init_generic_part): Update.
8174
8175 2019-06-25 Tom Tromey <tom@tromey.com>
8176
8177 * tui/tui-wingeneral.c (tui_win_info::make_visible)
8178 (tui_source_window_base::make_visible): New methods.
8179 (make_all_visible): Make method call.
8180 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
8181 (struct tui_source_window_base, struct tui_cmd_window): Override
8182 make_visible.
8183 (tui_win_is_source_type): Don't declare.
8184 * tui/tui-data.c (tui_win_is_source_type): Remove.
8185
8186 2019-06-25 Tom Tromey <tom@tromey.com>
8187
8188 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8189 NULL check.
8190
8191 2019-06-25 Tom Tromey <tom@tromey.com>
8192
8193 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8194 Inline constructor. Add initializers for members.
8195 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8196 constructors; now inline in class.
8197
8198 2019-06-25 Tom Tromey <tom@tromey.com>
8199
8200 * tui/tui-regs.c (tui_show_registers): Update.
8201 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8202 bool.
8203 * tui/tui-data.c (tui_data_window::clear_detail)
8204 (tui_data_window): Update.
8205
8206 2019-06-25 Tom Tromey <tom@tromey.com>
8207
8208 * tui/tui-windata.c (tui_display_all_data)
8209 (tui_display_data_from_line, tui_display_data_from)
8210 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8211 Update.
8212 * tui/tui-regs.c (tui_last_regs_line_no)
8213 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8214 (tui_show_registers, tui_show_register_group)
8215 (tui_display_registers_from, tui_display_reg_element_at_line)
8216 (tui_display_registers_from_line, tui_check_register_values)
8217 (tui_reg_next, tui_reg_prev): Update.
8218 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8219 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8220 tui_data_window.
8221 (struct tui_win_info) <detail>: Remove. Add new fields from
8222 tui_data_info.
8223 (TUI_DATA_WIN): Add cast.
8224 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8225 (~tui_data_window): Simplify.
8226
8227 2019-06-25 Tom Tromey <tom@tromey.com>
8228
8229 * tui/tui-layout.c (show_source_disasm_command)
8230 (show_source_or_disasm_and_command): Update.
8231 * tui/tui-io.c (update_cmdwin_start_line)
8232 (tui_redisplay_readline): Update.
8233 * tui/tui-data.h (struct tui_command_info): Remove.
8234 (struct tui_win_info) <detail>: Remove command_info member.
8235 (struct tui_data_window) <start_line>: New member, from
8236 tui_command_info.
8237 (TUI_CMD_WIN): Add casts.
8238
8239 2019-06-25 Tom Tromey <tom@tromey.com>
8240
8241 * tui/tui-winsource.c (tui_update_source_window)
8242 (tui_refill_source_window)
8243 (tui_source_window_base::do_scroll_horizontal)
8244 (tui_update_breakpoint_info, tui_set_exec_info_content)
8245 (tui_show_exec_info_content, tui_erase_exec_info_content)
8246 (tui_clear_exec_info_content): Update.
8247 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8248 Update.
8249 * tui/tui-win.c (make_invisible_and_set_new_height)
8250 (make_visible_with_new_height): Update.
8251 * tui/tui-source.c (tui_set_source_content)
8252 (tui_show_symtab_source): Update.
8253 * tui/tui-layout.c (extract_display_start_addr)
8254 (show_source_disasm_command, show_data)
8255 (make_source_or_disasm_window)
8256 (show_source_or_disasm_and_command): Update.
8257 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8258 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8259 "gdbarch".
8260 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8261 to tui_source_window_base.
8262 (struct tui_win_info) <detail>: Remove source_info member.
8263 (struct tui_source_window_base) <has_locator>: Inline.
8264 Move contents from tui_source_info; rename has_locator member to
8265 m_has_locator.
8266 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8267 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8268 header file.
8269 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8270 Simplify.
8271 (tui_free_all_source_wins_content): Cast to
8272 tui_source_window_base.
8273
8274 2019-06-25 Tom Tromey <tom@tromey.com>
8275
8276 * tui/tui-win.c (make_invisible_and_set_new_height)
8277 (make_visible_with_new_height): Call has_locator method.
8278 * tui/tui-layout.c (show_source_disasm_command, show_data)
8279 (show_source_or_disasm_and_command): Update for bool change.
8280 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8281 (tui_win_info) <has_locator>: New method.
8282 (struct tui_source_window_base) <has_locator>: New method.
8283 (tui_win_has_locator): Don't declare.
8284 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8285 from tui_win_has_locator.
8286 (tui_source_window_base): Use false, not FALSE.
8287
8288 2019-06-25 Tom Tromey <tom@tromey.com>
8289
8290 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8291 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8292 clear_detail method directly.
8293 (tui_clear_win_detail): Remove.
8294
8295 2019-06-25 Tom Tromey <tom@tromey.com>
8296
8297 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8298 "this", not TUI_DISASM_WIN.
8299
8300 2019-06-25 Tom Tromey <tom@tromey.com>
8301
8302 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8303 declare.
8304 * tui/tui-winsource.c
8305 (tui_source_window_base::do_scroll_horizontal): Rename from
8306 tui_horizontal_source_scroll.
8307 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8308 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8309 from tui_vertical_data_scroll.
8310 * tui/tui-win.h (tui_scroll): Don't declare.
8311 * tui/tui-win.c (tui_win_info::forward_scroll)
8312 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8313 (tui_win_info::right_scroll): Rename and update.
8314 (tui_scroll_forward_command, tui_scroll_backward_command)
8315 (tui_scroll_left_command, tui_scroll_right_command): Update.
8316 (tui_scroll): Remove.
8317 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8318 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8319 from tui_vertical_source_scroll.
8320 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8321 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8322 from tui_vertical_disassem_scroll.
8323 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8324 do_scroll_horizontal>: New methods.
8325 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8326 Likewise.
8327 (struct tui_source_window_base): Add do_scroll_horizontal.
8328 (struct tui_source_window, struct tui_disasm_window): Add
8329 do_scroll_vertical.
8330 (struct tui_data_window, struct tui_cmd_window): Add
8331 do_scroll_horizontal and do_scroll_vertical.
8332 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8333
8334 2019-06-25 Tom Tromey <tom@tromey.com>
8335
8336 * tui/tui-data.h (struct tui_source_window_base): New struct.
8337 (struct tui_source_window): Derive from tui_source_window_base.
8338 (struct tui_disasm_window): New struct.
8339 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8340 from tui_source_window::clear_detail.
8341 (tui_source_window_base): Rename from tui_source_window.
8342 (~tui_source_window_base): Rename from ~tui_source_window.
8343 (tui_alloc_win_info): Create a tui_disasm_window.
8344
8345 2019-06-25 Tom Tromey <tom@tromey.com>
8346
8347 * tui/tui-data.h (struct tui_source_window)
8348 (struct tui_data_window): Declare destructors.
8349 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8350 destructors.
8351 (tui_win_info): Simplify.
8352
8353 2019-06-25 Tom Tromey <tom@tromey.com>
8354
8355 * tui/tui-winsource.c (tui_display_main)
8356 (tui_update_source_windows_with_addr)
8357 (tui_update_all_breakpoint_info): Update.
8358 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8359 (new_height_ok, parse_scrolling_args): Update.
8360 * tui/tui-stack.c (tui_show_frame_info): Update.
8361 * tui/tui-data.h (struct tui_list): Remove.
8362 (tui_source_windows): Return a reference to a std::vector.
8363 * tui/tui-data.c (source_windows): Now a std::vector.
8364 (tui_source_windows): Change return type.
8365 (tui_clear_source_windows): Rewrite.
8366 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8367 (tui_free_all_source_wins_content): Rewrite.
8368
8369 2019-06-25 Tom Tromey <tom@tromey.com>
8370
8371 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8372 (struct tui_data_window, struct tui_cmd_window): Declare
8373 clear_detail method.
8374 * tui/tui-data.c (tui_source_window::clear_detail)
8375 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8376 methods.
8377 (tui_clear_win_detail): Simplify.
8378
8379 2019-06-25 Tom Tromey <tom@tromey.com>
8380
8381 * tui/tui-layout.c (make_source_window, make_disasm_window)
8382 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8383 Return the new window.
8384 (show_source_disasm_command, show_data)
8385 (show_source_or_disasm_and_command): Update.
8386
8387 2019-06-25 Tom Tromey <tom@tromey.com>
8388
8389 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8390 parameter. Return the new window.
8391 (show_source_disasm_command): Update and remove NULL check.
8392 (show_source_or_disasm_and_command): Update.
8393
8394 2019-06-25 Tom Tromey <tom@tromey.com>
8395
8396 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8397
8398 2019-06-25 Tom Tromey <tom@tromey.com>
8399
8400 * tui/tui-data.h (struct tui_win_info): Make constructor
8401 protected. Make destructor virtual. Add initializers.
8402 (tui_source_window, tui_data_window, tui_cmd_window): New
8403 classes.
8404 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8405 constructor. Add "type" parameter.
8406 (tui_source_window, tui_data_window, tui_cmd_window): New
8407 constructors.
8408 (tui_alloc_win_info): Instantiate the appropriate subclass.
8409
8410 2019-06-25 Tom Tromey <tom@tromey.com>
8411
8412 * tui/tui-win.c (tui_resize_all): Use delete.
8413 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8414 destructor.
8415 (tui_free_window): Don't declare.
8416 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8417 Update.
8418
8419 2019-06-25 Tom Tromey <tom@tromey.com>
8420
8421 * tui/tui-data.h (struct tui_win_info): Add constructor.
8422 * tui/tui-data.c (tui_alloc_win_info): Use new.
8423 (tui_free_window): Use delete.
8424
8425 2019-06-22 Tom Tromey <tom@tromey.com>
8426
8427 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8428 declare.
8429 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8430
8431 2019-06-22 Tom Tromey <tom@tromey.com>
8432
8433 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8434 declare.
8435 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8436
8437 2019-06-22 Tom de Vries <tdevries@suse.de>
8438
8439 * dwarf2read.c (create_addrmap_from_aranges)
8440 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8441 instead of '%zu'.
8442
8443 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
8444
8445 * dwarf2read.h (dwarf2_section_info_def): Remove.
8446 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8447 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8448 std::vector<dwarf2_section_info>.
8449 (struct dwo_file) <~dwo_file>: Remove.
8450 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8451 types field.
8452 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8453 (dwarf2_read_debug_names): Likewise.
8454 (create_debug_types_hash_table): Change parameter type to
8455 array_view, adjust code accordingly.
8456 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8457 (partial_die_info::fixup): Likewise.
8458 (determine_prefix): Likewise.
8459 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8460
8461 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8462
8463 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8464 gdb_bfd_ref_ptr.
8465 <~dwo_file>: Remove call to gdb_bfd_unref.
8466 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8467 gdb_bfd_ref_ptr::get.
8468
8469 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8470
8471 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8472 type to htab_up.
8473 * dwarf2read.c (struct dwo_file): Initialize fields.
8474 <~dwo_file>: New.
8475 (free_dwo_file): Remove, move content to ~dwo_file.
8476 (struct dwo_file_deleter): Remove.
8477 (dwo_file_up>: Remove custom deleter.
8478 (free_dwo_files): Remove.
8479 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8480 dwo_files.
8481 (process_skeletonless_type_units): Call unique_ptr::get.
8482 (allocate_dwo_file_hash_table): Add deleter to created hash
8483 table. Change return type to htab_up.
8484 (lookup_dwo_file_slot): Don't memset dwo_file, call
8485 unique_ptr::get.
8486 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8487 (create_dwo_unit_in_dwp_v2): Likewise.
8488 (open_and_init_dwo_file): Likewise.
8489 (free_dwo_file_from_slot): Remove.
8490
8491 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8492
8493 * dwarf2read.h (struct dwarf2_section_info) <readin,
8494 is_virtual>: Change type to bool.
8495 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8496 true instead of 1.
8497
8498 2019-06-19 Tom Tromey <tom@tromey.com>
8499
8500 * tui/tui-data.h (tui_init_content_element): Don't declare.
8501
8502 2019-06-19 Tom Tromey <tom@tromey.com>
8503
8504 * tui/tui-data.h (tui_init_win_info): Don't declare.
8505
8506 2019-06-19 Tom de Vries <tdevries@suse.de>
8507
8508 * dwarf2read.h (abstract_to_concrete): Change type to
8509 std::unordered_map<sect_offset, std::vector<sect_offset>,
8510 gdb::hash_enum<sect_offset>>.
8511
8512 2019-06-19 Tom Tromey <tromey@adacore.com>
8513
8514 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8515 EVAL_AVOID_SIDE_EFFECTS specially.
8516
8517 2019-06-19 Tom Tromey <tromey@adacore.com>
8518
8519 * source-cache.c (highlighter): New global.
8520 (source_cache::get_source_lines): Create a highlighter on demand.
8521
8522 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8523
8524 * defs.h (deprecated_interactive_hook): Delete declaration.
8525 * interps.c (clear_interpreter_hooks): Remove use of
8526 deprecated_interactive_hook.
8527 * top.c (deprecated_interactive_hook): Delete definition.
8528 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8529
8530 2019-06-18 Tom de Vries <tdevries@suse.de>
8531
8532 PR gdb/24515
8533 * dwarf2read.h (abstract_to_concrete): Change type from
8534 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8535 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8536 * dwarf2read.c (read_variable): Update.
8537 (dwarf2_fetch_die_loc_sect_off): Update.
8538
8539 2019-06-17 Tom de Vries <tdevries@suse.de>
8540
8541 PR gdb/24617
8542 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8543 accessing parent[parent_len - 1].
8544
8545 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8546
8547 PR gdb/24364
8548 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8549 call dtrace_process_dof with NULL dof.
8550
8551 2019-06-16 Tom de Vries <tdevries@suse.de>
8552
8553 PR gdb/24445
8554 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8555
8556 2019-06-16 Tom Tromey <tom@tromey.com>
8557
8558 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8559 (make_all_visible): Use address of member.
8560
8561 2019-06-16 Tom Tromey <tom@tromey.com>
8562
8563 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8564 (tui_free_window, free_content, free_content_elements): Remove
8565 unnecessary cast.
8566 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8567 cast.
8568 * tui/tui-regs.c (tui_show_register_group)
8569 (tui_display_registers_from, tui_display_reg_element_at_line):
8570 Remove unnecessary cast.
8571
8572 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8573
8574 * linux-nat.c (normal_mask): Delete.
8575 (_initialize_linux_nat): Don't initialise normal_mask.
8576
8577 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8578
8579 PR gdb/24445
8580 * dwarf-index-write.h (write_psymtabs_to_index): Add
8581 dwz_basename parameter.
8582 * dwarf-index-write.c (write_gdbindex): Move file writing to
8583 write_gdbindex_1. Change return type void.
8584 (assert_file_size): Move up, remove filename parameter.
8585 (write_gdbindex_1): New function.
8586 (write_debug_names): Change return type to void, call
8587 assert_file_size.
8588 (struct index_wip_file): New struct.
8589 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8590 file logic to index_wip_file. Write index for dwz file if
8591 needed.
8592 (save_gdb_index_command): Pass basename of dwz file, if present.
8593 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8594 build-id of dwz file, if present.
8595 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8596 (dwarf2_get_dwz_file): Likewise.
8597 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8598 (dwarf2_get_dwz_file): Likewise.
8599
8600 2019-06-16 Tom Tromey <tom@tromey.com>
8601
8602 * coffread.c (process_coff_symbol): Use xstrdup.
8603 * value.c (create_internalvar): Use xstrdup.
8604
8605 2019-06-16 Tom Tromey <tom@tromey.com>
8606
8607 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8608 * breakpoint.c (stopin_command, stopat_command)
8609 (until_break_command, decode_location_default): Remove unnecessary
8610 cast.
8611 * utils.c (subset_compare): Remove unnecessary cast.
8612 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8613 cast.
8614 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8615 cast.
8616 * infcmd.c (path_command): Remove unnecessary cast.
8617 * coffread.c (decode_type): Remove unnecessary cast.
8618 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8619 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8620 * tui/tui-stack.c (tui_show_locator_content)
8621 (tui_show_frame_info): Remove unnecessary cast.
8622 * tui/tui-win.c (tui_scroll_forward_command)
8623 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8624 (parse_scrolling_args): Remove unnecessary cast.
8625 * tui/tui-data.c (init_win_info, tui_del_window)
8626 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8627 (free_content_elements): Remove unnecessary cast.
8628 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8629 unnecessary cast.
8630 * tui/tui-source.c (tui_set_source_content)
8631 (tui_vertical_source_scroll): Remove unnecessary cast.
8632 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8633 cast.
8634 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8635 * tui/tui-regs.c (tui_display_registers_from)
8636 (tui_display_register): Remove unnecessary cast.
8637 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8638 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8639 (make_visible): Remove unnecessary cast.
8640 * tui/tui-winsource.c (tui_erase_source_content)
8641 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8642 unnecessary cast.
8643 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8644 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8645 * stabsread.c (read_type, read_array_type, read_range_type):
8646 Remove unnecessary cast.
8647 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8648 (parse_symbol, parse_type, upgrade_type, parse_external)
8649 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8650 unnecessary cast.
8651 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8652
8653 2019-06-16 Tom Tromey <tom@tromey.com>
8654
8655 * tui/tui-data.c (tui_alloc_generic_win_info)
8656 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8657 checks.
8658
8659 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8660 Andrew Burgess <andrew.burgess@embecosm.com>
8661
8662 * f-typeprint.c (f_print_type): Don't return early for not
8663 associated or not allocated types.
8664 (f_type_print_varspec_suffix): Add print_rank parameter and print
8665 ranks of array types in case they dangling.
8666 (f_type_print_base): Add print_rank parameter.
8667
8668 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8669
8670 * NEWS: Mention new MI commands.
8671 * break-catch-throw.c (enum exception_event_kind): Move to
8672 breakpoint.h.
8673 (print_mention_exception_catchpoint): Output text as a single
8674 message.
8675 (catch_exception_command_1): Rename to...
8676 (catch_exception_event): ...this, make non-static, update header
8677 command, and change some parameter types.
8678 (catch_catch_command): Update for changes to
8679 catch_exception_command_1.
8680 (catch_throw_command): Likewise.
8681 (catch_rethrow_command): Likewise.
8682 * breakpoint.c (enum exception_event_kind): Delete.
8683 * breakpoint.h (enum exception_event_kind): Moved here from
8684 break-catch-throw.c.
8685 (catch_exception_event): Declare.
8686 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8687 (mi_cmd_catch_throw): New function.
8688 (mi_cmd_catch_rethrow): New function.
8689 (mi_cmd_catch_catch): New function.
8690 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8691 'catch-catch' entries.
8692 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8693 (mi_cmd_catch_rethrow): Declare.
8694 (mi_cmd_catch_catch): Declare.
8695
8696 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8697
8698 * annotate.c (annotate_source_line): Change return type to void,
8699 update implementation to match.
8700 * annotate.h (annotate_source_line): Change return type to void,
8701 update header comment.
8702 * stack.c (print_frame_info): Don't change what frame information
8703 is printed based on whether annotations are on or not.
8704
8705 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8706
8707 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8708 (annotate_source): Make static.
8709 (annotate_source_line): Moved from source.c and renamed from
8710 identify_source_line. Update the return type.
8711 * annotate.h (annotate_source): Delete declaration.
8712 (annotate_source_line): Declaration moved from source.h, and
8713 renamed from identify_source_line. Return type updated.
8714 * source.c (identify_source_line): Moved to annotate.c and renamed
8715 to annotate_source_line.
8716 (info_line_command): Remove check of annotation_level.
8717 * source.h (identify_source_line): Move declaration to annotate.h
8718 and rename to annotate_source_line.
8719 * stack.c: Add 'annotate.h' include.
8720 (print_frame_info): Remove check of annotation_level before
8721 calling annotate_source_line.
8722
8723 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8724
8725 * source-cache.c (source_cache::get_plain_source_lines): Use
8726 open_source_file_with_line_charpos instead of just
8727 open_source_file, remove call to find_source_lines.
8728 (source_cache::get_source_lines): Likewise.
8729 * source.c (find_source_lines): Make static.
8730 (get_filename_and_charpos): Renamed into...
8731 (open_source_file_with_line_charpos): ..this along with changes to
8732 return a scoped_fd, and some other minor clean ups.
8733 (identify_source_line): Use open_source_file_with_line_charpos.
8734 (search_command_helper): Use open_source_file_with_line_charpos
8735 instead of just open_source_file, remove call to
8736 find_source_lines.
8737 * source.h (open_source_file_with_line_charpos): Declare new
8738 function.
8739 (find_source_lines): Delete declaration.
8740
8741 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8742
8743 * source.c (get_filename_and_charpos): Remove fullname
8744 parameter.
8745 (identify_source_line): Update call to get_filename_and_charpos.
8746
8747 2019-06-14 Tom Tromey <tromey@adacore.com>
8748
8749 PR gdb/24502:
8750 * ui-style.h (skip_ansi_escape): Update comment.
8751 * ui-file.h (class no_terminal_escape_file): New class.
8752 * ui-file.c (no_terminal_escape_file::write)
8753 (no_terminal_escape_file::puts): New methods.
8754 * cli/cli-logging.c (handle_redirections): Use
8755 no_terminal_escape_file.
8756
8757 2019-06-14 Tom Tromey <tromey@adacore.com>
8758
8759 * NEWS: Move convenience variable news above Python news.
8760
8761 2019-06-14 Tom Tromey <tom@tromey.com>
8762
8763 * gnulib: Move directory to top-level.
8764 * configure.ac: Don't configure gnulib.
8765 * configure: Rebuild.
8766 * common/common-defs.h: Use new path to gnulib.
8767 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8768 (GNULIB_H): Remove.
8769 (INCGNU): Look in new gnulib location.
8770 (HFILES_NO_SRCDIR): Remove gnulib files.
8771 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8772 (generated_files): Remove GNULIB_H.
8773 ($(LIBGNU), all-lib): Remove targets.
8774 (distclean): Don't mention GNULIB_BUILDDIR.
8775 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8776
8777 2019-06-14 Tom Tromey <tromey@adacore.com>
8778
8779 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8780 Warn if symbol file does not provide any symbols.
8781
8782 2019-06-14 Tom Tromey <tromey@adacore.com>
8783
8784 * source.c (find_and_open_source): Respect basenames_may_differ.
8785
8786 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8787
8788 * annotate.c (annotate_breakpoints_invalid): Make use of
8789 scoped_restore_terminal_state.
8790 (annotate_frames_invalid): Likewise.
8791
8792 2019-06-14 Tom Tromey <tromey@adacore.com>
8793
8794 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8795 allow assignment to an internalvar.
8796
8797 2019-06-14 Tom Tromey <tromey@adacore.com>
8798
8799 * ada-lex.l: Allow "_" in attribute names.
8800
8801 2019-06-14 Tom Tromey <tromey@adacore.com>
8802
8803 PR gdb/24653:
8804 * regcache.c (registers_changed): Don't call alloca.
8805 * top.c (execute_command): Don't call alloca.
8806
8807 2019-06-13 Pedro Alves <palves@redhat.com>
8808
8809 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8810 'expression'. When parsing an expression, error out if there's
8811 junk after "unlimited".
8812 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8813 (do_set_command): Adjust calls to is_unlimited_literal.
8814
8815 2019-06-13 Pedro Alves <palves@redhat.com>
8816
8817 * compile/compile.c (make_compile_options_def_group): Add braces
8818 around array_view initializer.
8819 * thread.c (make_thread_apply_all_options_def_group)
8820 (make_thread_apply_all_options_def_group): Likewise.
8821
8822 2019-06-13 Pedro Alves <palves@redhat.com>
8823
8824 * NEWS (New commands): Mention "maint test-options
8825 require-delimiter", "maint test-options unknown-is-error", "maint
8826 test-options unknown-is-operand" and "maint show
8827 test-options-completion-result".
8828 (New command options, command completion): New section.
8829 (Completion improvements): New section.
8830 Mention that you can abbreviate "unlimited".
8831
8832 2019-06-13 Pedro Alves <palves@redhat.com>
8833
8834 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8835 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8836 * unittests/cli-utils-selftests.c (test_parse_flags)
8837 (test_parse_flags_qcs): Delete.
8838 (test_cli_utils): Don't call deleted functions.
8839
8840 2019-06-13 Pedro Alves <palves@redhat.com>
8841
8842 * thread.c: Include "cli/cli-option.h".
8843 (tp_array_compar_ascending): Global.
8844 (tp_array_compar): Delete function.
8845 (tp_array_compar_ascending, tp_array_compar_descending): New
8846 functions.
8847 (ascending_option_def, qcs_flag_option_def)
8848 (thr_qcs_flags_option_defs)
8849 (make_thread_apply_all_options_def_group)
8850 (make_thread_apply_options_def_group): New.
8851 (thread_apply_all_command): Use gdb::option::process_options.
8852 (thread_apply_command_completer)
8853 (thread_apply_all_command_completer): New.
8854 (thread_apply_command): Use gdb::option::process_options.
8855 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8856 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8857 to generate help text of "thread apply". Adjust "taas"'s help.
8858 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8859 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8860
8861 2019-06-13 Pedro Alves <palves@redhat.com>
8862
8863 * thread.c (thread_apply_command): Check for invalid TID with
8864 isdigit instead of !isalpha.
8865
8866 2019-06-13 Pedro Alves <palves@redhat.com>
8867
8868 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8869 (validate_flags_qcs): New.
8870 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8871 (validate_flags_qcs): Declare.
8872 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8873 (make_frame_apply_options_def_group): New.
8874 (frame_apply_command_count): Process options with
8875 gdb::option::process_options.
8876 (frame_apply_completer): New.
8877 (frame_apply_level_completer, frame_apply_all_completer)
8878 (frame_apply_completer): New.
8879 (_initialize_stack): Update help of "frame apply", "frame apply
8880 level", "frame apply all" and "faas" to mention supported options
8881 and install command completers.
8882 * stack.h (frame_apply_all_completer): Declare.
8883 * thread.c: Include "stack.h".
8884 (tfaas_command): Add "--".
8885 (_initialize_thread): Update help "tfaas" to mention supported
8886 options and install command completer.
8887
8888 2019-06-13 Pedro Alves <palves@redhat.com>
8889
8890 * completer.c (complete_nested_command_line): New.
8891 (gdb_completion_word_break_characters_throw): Add assertion.
8892 * completer.h (complete_nested_command_line): Declare.
8893
8894 2019-06-13 Pedro Alves <palves@redhat.com>
8895
8896 * stack.c (parse_backtrace_qualifiers): New.
8897 (backtrace_command): Use it.
8898 (backtrace_command_completer): Complete on qualifiers.
8899
8900 2019-06-13 Pedro Alves <palves@redhat.com>
8901
8902 * frame.c: Include "cli/cli-option.h.
8903 (user_set_backtrace_options): New.
8904 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8905 Delete.
8906 (get_prev_frame): Adjust.
8907 (boolean_option_def, uinteger_option_def)
8908 (set_backtrace_option_defs): New.
8909 (_initialize_frame): Adjust and use
8910 gdb::option::add_setshow_cmds_for_options to install "set
8911 backtrace past-main" and "set backtrace past-entry".
8912 * frame.h: Include "cli/cli-option.h".
8913 (struct frame_print_options): Forward declare.
8914 (print_frame_arguments_all, print_frame_arguments_scalars)
8915 (print_frame_arguments_none): Declare.
8916 (print_entry_values): Delete declaration.
8917 (struct frame_print_options, user_frame_print_options): New.
8918 (struct set_backtrace_options): New.
8919 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8920 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8921 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8922 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8923 (list_args_or_locals): Add frame_print_options parameter.
8924 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8925 * python/py-framefilter.c (enumerate_args): Pass down
8926 USER_FRAME_PRINT_OPTIONS.
8927 * stack.c: Include "cli/cli-option.h".
8928 (print_frame_arguments_all, print_frame_arguments_scalars)
8929 (print_frame_arguments_none): Declare.
8930 (print_raw_frame_arguments, print_entry_values): Delete.
8931 (user_frame_print_options): New.
8932 (boolean_option_def, enum_option_def, frame_print_option_defs):
8933 New.
8934 (struct backtrace_cmd_options): New.
8935 (bt_flag_option_def): New.
8936 (backtrace_command_option_defs): New.
8937 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8938 (print_frame_arg, read_frame_arg, print_frame_args)
8939 (print_frame_info, print_frame): Add frame_print_options parameter
8940 and use it.
8941 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8942 (backtrace_command_1): Add frame_print_options and
8943 backtrace_cmd_options parameters and use them.
8944 (make_backtrace_options_def_group): New.
8945 (backtrace_command): Process command options with
8946 gdb::option::process_options.
8947 (backtrace_command_completer): New.
8948 (_initialize_stack): Extend "backtrace"'s help to mention
8949 supported options. Install completer for "backtrace".
8950 Install some settings commands with add_setshow_cmds_for_options.
8951
8952 2019-06-13 Pedro Alves <palves@redhat.com>
8953
8954 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8955 and that "set/show print raw frame-arguments" are now deprecated.
8956
8957 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8958 command.
8959 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8960 * stack.c (_initialize_stack): Install "set/show print
8961 raw-frame-arguments", and deprecate "set/show print raw
8962 frame-arguments".
8963 * valprint.c (_initialize_valprint): Deprecate "set/show print
8964 raw".
8965
8966 2019-06-13 Pedro Alves <palves@redhat.com>
8967
8968 * compile/compile.c (struct compile_options): New.
8969 (compile_flag_option_def, compile_command_option_defs)
8970 (make_compile_options_def_group): New.
8971 (compile_file_command): Handle options with
8972 gdb::option::process_options.
8973 (compile_file_command_completer): New function.
8974 (compile_code_command): Handle options with
8975 gdb::option::process_options.
8976 (compile_code_command_completer): New function.
8977 (_initialize_compiler): Install completers for "compile code" and
8978 "compile file". Mention available options in "compile code" and
8979 "compile code"'s help.
8980 * completer.c (advance_to_completion_word): New, factored out from
8981 ...
8982 (advance_to_expression_complete_word_point): ... this.
8983 (advance_to_filename_complete_word_point): New.
8984 * completer.h (advance_to_filename_complete_word_point): New
8985 declaration.
8986
8987 2019-06-13 Pedro Alves <palves@redhat.com>
8988
8989 * compile/compile.c: Include "cli/cli-option.h".
8990 (compile_print_value): Scope data pointer is now a
8991 value_print_options pointer; adjust.
8992 (compile_print_command): Process options. Scope data pointer is
8993 now a value_print_options pointer; adjust.
8994 (_initialize_compile): Update "compile print"'s help to include
8995 supported options. Install a completer for "compile print".
8996 * cp-valprint.c (show_vtblprint, show_objectprint)
8997 (show_static_field_print): Delete.
8998 (_initialize_cp_valprint): Don't install "set print
8999 static-members", "set print vtbl", "set print object" here.
9000 * printcmd.c: Include "cli/cli-option.h" and
9001 "common/gdb_optional.h".
9002 (print_command_parse_format): Rework to fill in a
9003 value_print_options instead of a format_data.
9004 (print_value): Change parameter type from format_data pointer to
9005 value_print_options reference. Adjust.
9006 (print_command_1): Process options. Adjust to pass down a
9007 value_print_options.
9008 (print_command_completer): New.
9009 (_initialize_printcmd): Install print_command_completer as
9010 handle_brkchars completer for the "print" command. Update
9011 "print"'s help to include supported options.
9012 * valprint.c: Include "cli/cli-option.h".
9013 (show_vtblprint, show_objectprint, show_static_field_print): Moved
9014 here from cp-valprint.c.
9015 (boolean_option_def, uinteger_option_def)
9016 (value_print_option_defs, make_value_print_options_def_group):
9017 New. Use gdb::option::add_setshow_cmds_for_options to install
9018 "set print elements", "set print null-stop", "set print repeats",
9019 "set print pretty", "set print union", "set print array", "set
9020 print address", "set print symbol", "set print array-indexes".
9021 * valprint.h: Include <string> and "cli/cli-option.h".
9022 (make_value_print_options_def_group): Declare.
9023 (print_value): Change parameter type from format_data pointer to
9024 value_print_options reference.
9025 (print_command_completer): Declare.
9026
9027 2019-06-13 Pedro Alves <palves@redhat.com>
9028
9029 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
9030 (COMMON_SFILES): Add maint-test-settings.c.
9031 * cli/cli-decode.c (boolean_enums): New global, factored out from
9032 ...
9033 (add_setshow_boolean_cmd): ... here.
9034 * cli/cli-decode.h (boolean_enums): Declare.
9035 * cli/cli-option.c: New file.
9036 * cli/cli-option.h: New file.
9037 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
9038 factored out from ...
9039 (parse_cli_boolean_value(const char *)): ... this.
9040 (is_unlimited_literal): Change parameter type to pointer to
9041 pointer. Adjust and advance ARG pointer.
9042 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9043 (parse_cli_var_enum): New, factored out from ...
9044 (do_set_command): ... this. Adjust.
9045 * cli/cli-setshow.h (parse_cli_boolean_value)
9046 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9047 (parse_cli_var_enum): Declare.
9048 * cli/cli-utils.c: Include "cli/cli-option.h".
9049 (get_ulongest): New.
9050 * cli/cli-utils.h (get_ulongest): Declare.
9051 (check_for_argument): New overloads.
9052 * maint-test-options.c: New file.
9053
9054 2019-06-13 Pedro Alves <palves@redhat.com>
9055
9056 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
9057 parse a range if "-" is at the end of the string.
9058
9059 2019-06-13 Pedro Alves <palves@redhat.com>
9060
9061 * cli/cli-setshow.c (parse_auto_binary_operation)
9062 (parse_cli_boolean_value): Don't allow "o".
9063
9064 2019-06-13 Pedro Alves <palves@redhat.com>
9065
9066 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
9067 * NEWS: Mention maint test-settings KIND.
9068 * maint-test-settings.c: New file.
9069
9070 2019-06-13 Pedro Alves <palves@redhat.com>
9071
9072 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
9073 completer.
9074 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
9075 "set" completers.
9076
9077 2019-06-13 Pedro Alves <palves@redhat.com>
9078
9079 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
9080 after item.
9081
9082 2019-06-13 Pedro Alves <palves@redhat.com>
9083
9084 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
9085
9086 2019-06-13 Pedro Alves <palves@redhat.com>
9087
9088 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
9089 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
9090 call.
9091 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
9092 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
9093 calls.
9094 (check_for_argument): Skip spaces after argument.
9095
9096 2019-06-13 Pedro Alves <palves@redhat.com>
9097
9098 * thread.c (thread_apply_command): Adjust TID parsing.
9099 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
9100 detected before end of string.
9101 (tid_is_in_list): Error out if LIST is invalid.
9102
9103 2019-06-13 Pedro Alves <palves@redhat.com>
9104
9105 * completer.c (complete_line_internal_1): Rewind completion word
9106 point.
9107 (completion_tracker::advance_custom_word_point_by): Change
9108 parameter type to int.
9109 * completer.h (completion_tracker::advance_custom_word_point_by):
9110 Likewise.
9111
9112 2019-06-13 Pedro Alves <palves@redhat.com>
9113
9114 * completer.c (advance_to_completion_word): Handle delimiters.
9115
9116 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
9117
9118 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
9119
9120 2019-06-11 Tom Tromey <tom@tromey.com>
9121
9122 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
9123 (xmalloc_failed): Move to alloc.c.
9124 * alloc.c: New file.
9125 * Makefile.in (COMMON_SFILES): Add alloc.c.
9126
9127 2019-06-11 Tom Tromey <tom@tromey.com>
9128
9129 * nat/linux-waitpid.c: Don't include server.h.
9130 (linux_debug): Remove.
9131 (my_waitpid): Update.
9132
9133 2019-06-11 Tom Tromey <tromey@adacore.com>
9134
9135 * infcall.c (_initialize_infcall): Remove trailing newline from
9136 help.
9137 * user-regs.c (_initialize_user_regs): Remove trailing newline
9138 from help.
9139 * typeprint.c (_initialize_typeprint): Remove trailing newline
9140 from help.
9141 * reverse.c (_initialize_reverse): Remove trailing newlines from
9142 help.
9143 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
9144 from help.
9145 * language.c (add_set_language_command): Remove trailing newline
9146 from help.
9147 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
9148 help.
9149 * disasm.c (_initialize_disasm): Remove trailing newline from
9150 help.
9151 * top.c (init_main): Remove trailing newline from help.
9152 * interps.c (_initialize_interpreter): Remove trailing newline
9153 from help.
9154 * btrace.c (_initialize_btrace): Remove trailing newlines from
9155 help.
9156 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
9157 from help.
9158 * python/python.c (_initialize_python): Remove trailing newline
9159 from help.
9160 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
9161 help.
9162 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
9163 from help. Reformat some text.
9164 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
9165 from help.
9166 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
9167 newline from help.
9168
9169 2019-06-11 Tom Tromey <tromey@adacore.com>
9170
9171 * darwin-nat.c (darwin_decode_exception_message)
9172 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
9173
9174 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
9175
9176 * valops.c (value_slice): Check for not allocated or not
9177 associated values.
9178
9179 2019-06-10 Tom de Vries <tdevries@suse.de>
9180
9181 PR gdb/24618
9182 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
9183 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9184 invalid.
9185
9186 2019-06-10 Tom de Vries <tdevries@suse.de>
9187
9188 PR gdb/24611
9189 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9190 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9191
9192 2019-06-10 Tom de Vries <tdevries@suse.de>
9193
9194 PR symtab/24545
9195 * symtab.c (struct demangled_name_entry): Add language field.
9196 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9197 static minimal symbol". Set and use language field.
9198
9199 2019-06-10 Tom Tromey <tromey@adacore.com>
9200
9201 * ada-lang.c (_initialize_ada_language): Update help text.
9202
9203 2019-06-10 Tom Tromey <tromey@adacore.com>
9204
9205 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9206 with a newline.
9207 * guile/guile.c (handle_boot_error): Don't end warning with a
9208 newline.
9209 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9210 warning with a newline.
9211 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9212 newline.
9213 (s12z_frame_cache): Likewise.
9214 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9215 a newline.
9216 * solib-svr4.c (disable_probes_interface): Don't end warning with
9217 a newline.
9218 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9219 newline.
9220 * python/python.c (do_finish_initialization): Don't end warning
9221 with a newline.
9222
9223 2019-06-10 Tom Tromey <tom@tromey.com>
9224
9225 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9226 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9227 gdbpy_enter.
9228
9229 2019-06-10 Tom Tromey <tromey@adacore.com>
9230
9231 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9232 data.
9233 (elf_new_init): Don't call stabsread_new_init.
9234 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9235 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9236 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9237
9238 2019-06-10 Tom de Vries <tdevries@suse.de>
9239
9240 PR symtab/16264
9241 PR symtab/24517
9242 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9243
9244 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9245
9246 * source.c (find_and_open_source): Also rewrite relative file
9247 names.
9248
9249 2019-04-26 Amos Bird <amosbird@gmail.com>
9250
9251 * annotate.c (annotate_thread_exited): Add "thread-exited"
9252 annotation.
9253
9254 2019-06-06 Tom Tromey <tromey@adacore.com>
9255
9256 * maint.h (class scoped_command_stats): Use
9257 DISABLE_COPY_AND_ASSIGN.
9258 <print_time>: New method.
9259 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9260 print_time.
9261 (scoped_command_stats::print_time): New method.
9262
9263 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9264
9265 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9266 instructions of lengths 6 or 8 bytes.
9267
9268 2019-06-04 Pedro Alves <palves@redhat.com>
9269
9270 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9271
9272 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9273 * breakpoint.c (condition_completer): Likewise.
9274 * cli/cli-dump.c (scan_expression): Likewise.
9275 * common/filestuff.c (mkdir_recursive): Likewise.
9276 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9277 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9278 (gdb_abspath): Likewise.
9279 * compile/compile-cplus-types.c
9280 (compile_cplus_instance::decl_name): Likewise.
9281 * completer.c (complete_explicit_location):
9282 (signal_completer, reg_or_group_completer_1): Likewise.
9283 * cp-support.c (cp_remove_params_if_any): Likewise.
9284 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9285 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9286 * infcmd.c (strip_bg_char): Likewise.
9287 * linespec.c (copy_token_string): Likewise.
9288 * mi/mi-main.c (output_cores): Likewise.
9289 * psymtab.c (psymtab_search_name):
9290 * symfile.c (test_set_ext_lang_command): Likewise.
9291 * target.c (target_fileio_read_stralloc): Likewise.
9292 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9293 * value.c (complete_internalvar): Likewise.
9294
9295 2019-06-04 Christian Biesinger <cbiesinger@google.com>
9296
9297 Add objfile property to gdb.Type.
9298 * NEWS: Mention Python API addition.
9299 * python/py-type.c (typy_get_objfile): New method.
9300
9301 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9302
9303 * NEWS: Mention the new set|show style [title|highlight].
9304 Mention changes to "show style", "help" and "apropos".
9305
9306 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9307
9308 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9309 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9310 instead of print_help_for_command.
9311 (print_doc_of_command): New function.
9312 (help_list): Add 'apropos -v word' suggestion.
9313 (print_help_for_command): Style the command name using title style.
9314 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9315 (_initialize_cli_cmds): Describe -v in apropos_command help.
9316
9317 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9318
9319 * cli/cli-style.h (cli_style_option): Add name in constructor,
9320 add m_name class member, add constructor with intensity,
9321 add name class function.
9322 (cli_style_option::add_setshow_commands): Remove name argument.
9323 (highlight_style, title_style): New styles.
9324 * cli/cli-style.c (do_show): New function that shows a style
9325 characteristic styling the style name with itself.
9326 (set_style_name): New function.
9327 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9328 Update all callers according to the changes in cli/cli-style.h.
9329 * utils.h (fputs_highlighted): New function.
9330 * utils.c (fputs_highlighted): Likewise.
9331
9332 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9333
9334 * NEWS: Mention new pipe command and new convenience variables.
9335
9336 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9337
9338 * cli/cli-cmds.c (pipe_command): New function.
9339 (_initialize_cli_cmds): Call add_com for pipe_command.
9340 Define | as an alias for pipe.
9341 (exit_status_set_internal_vars): New function.
9342 (shell_escape): Call exit_status_set_internal_vars.
9343 cli/cli-decode.c (find_command_name_length): Recognize | as
9344 a single character command.
9345
9346 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9347
9348 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9349 top.c (execute_command_to_ui_file): New function, mostly a copy
9350 of execute_command_to_string.
9351 (execute_command_to_string): Implement by calling
9352 execute_command_to_ui_file.
9353
9354 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9355
9356 * top.h (saved_command_line): Remove declaration.
9357 * top.c (previous_saved_command_line, previous_repeat_arguments):
9358 New variables.
9359 (saved_command_line): Make static, define together with other
9360 'repeat variables'.
9361 (dont_repeat): Clear repeat_arguments.
9362 (repeat_previous, get_saved_command_line, save_command_line):
9363 New functions.
9364 (gdb_init): Initialize saved_command_line
9365 and previous_saved_command_line.
9366 * main.c (captured_main_1): Remove saved_command_line initialization.
9367 * event-top.c (handle_line_of_input): Update to use
9368 the new 'repeat' related functions instead of direct access to
9369 saved_command_line.
9370 * command.h (repeat_previous, get_saved_command_line,
9371 save_command_line): New declarations.
9372 (dont_repeat): Add comment.
9373
9374 2019-05-30 Tom Tromey <tromey@adacore.com>
9375
9376 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9377 Fix comment.
9378 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9379
9380 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9381
9382 PR cli/24587
9383 * completer.c (complete): Initialize variable word.
9384
9385 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9386
9387 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9388 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9389 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9390 'body' is NULL to the outter 'if', protecting the '!is_define'
9391 situation as well.
9392
9393 2019-05-29 Tom Tromey <tromey@adacore.com>
9394
9395 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9396 (dwarf_unknown): New function.
9397 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9398 (dwarf_type_encoding_name): Use dwarf_unknown.
9399
9400 2019-05-29 Tom Tromey <tromey@adacore.com>
9401
9402 PR c++/20020:
9403 * cp-valprint.c (cp_print_value_fields): Call
9404 cp_print_static_field inside "try".
9405
9406 2019-05-29 Tom Tromey <tromey@adacore.com>
9407
9408 * inflow.c (struct terminal_info): Add default operator=.
9409 * configure: Rebuild.
9410 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9411 -Wdeprecated-copy-dtor, -Wredundant-move.
9412
9413 2019-05-29 Tom Tromey <tromey@adacore.com>
9414
9415 * NEWS: Add entry.
9416 * infcmd.c (print_return_value_1): Handle finish_print
9417 option.
9418 (show_print_finish): New function.
9419 (_initialize_infcmd): Add "set/show print finish" commands.
9420 * valprint.c (user_print_options): Initialize new member.
9421 * valprint.h (struct value_print_options) <finish_print>: New
9422 member.
9423
9424 2019-05-28 Tom Tromey <tromey@adacore.com>
9425
9426 * ada-lang.c (ada_remove_Xbn_suffix)
9427 (find_old_style_renaming_symbol)
9428 (parse_old_style_renaming): Remove.
9429 (ada_find_renaming_symbol): Don't call
9430 find_old_style_renaming_symbol.
9431 (ada_is_renaming_symbol): Rename from
9432 ada_find_renaming_symbol. Remove "block" parameter. Return
9433 bool. Now static.
9434 (ada_read_var_value): Update and simplify.
9435 * ada-exp.y (write_var_or_type): Remove old code.
9436
9437 2019-05-28 Alan Hayward <alan.hayward@arm.com>
9438
9439 PR gdb/25010
9440 * event-top.c: Remove include comment.
9441 * inflow.c (class scoped_ignore_sigttou): Move from here...
9442 * inflow.h (class scoped_ignore_sigttou): ...to here.
9443 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9444 * top.c: Remove include comment.
9445
9446 2019-05-27 Tom Tromey <tom@tromey.com>
9447
9448 * NEWS: Fix typo.
9449
9450 2019-05-22 Tom Tromey <tromey@adacore.com>
9451
9452 * target.c (target_follow_exec): Constify parameter.
9453 * target-delegates.c: Rebuild.
9454 * remote.c (remote_target::follow_exec): Constify parameter.
9455 * infrun.c (follow_exec): Constify parameter.
9456 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9457 (target_follow_exec): Likewise.
9458
9459 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9460
9461 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9462 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9463
9464 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9465
9466 * NEWS: Add debugredirect and testsuite sections.
9467
9468 2019-05-22 Simon Cook <simon.cook@embecosm.com>
9469
9470 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9471 target descriptions using exclusively floating point register name
9472 aliases.
9473
9474 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9475
9476 PR gdb/18644:
9477 * f-lang.c (build_fortran_types): Handle the case where
9478 gdbarch_floatformat_for_type returns a nullptr.
9479
9480 2019-05-21 Tom de Vries <tdevries@suse.de>
9481
9482 PR cli/24587
9483 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9484
9485 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9486
9487 PR gdb/18644:
9488 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9489 16-byte floats.
9490 * i386-tdep.c (i386_floatformat_for_type): Use
9491 floatformats_ia64_quad for the 16-byte floating point component
9492 within a fortran 32-byte complex number.
9493
9494 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9495
9496 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9497 delete default constructor.
9498 (find_partial_die): Update to return const struct.
9499 (partial_die_parent_scope): Move variable declaration into scope
9500 of its use and change its type to auto.
9501 (guess_partial_die_structure_name): Likewise.
9502 (partial_die_info::fixup): Likewise.
9503
9504 2019-05-17 Tom Tromey <tromey@adacore.com>
9505
9506 * source.c (find_and_open_source): Remove cast.
9507
9508 2019-05-17 Tom Tromey <tromey@adacore.com>
9509
9510 * annotate.c (annotate_source): Make "filename" const.
9511 * annotate.h (annotate_source): Use const.
9512
9513 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9514
9515 * disasm.c (set_disassembler_options): Send errors to stderr.
9516
9517 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9518
9519 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9520 (cli_interp_base::set_logging): Check debug_redirect.
9521 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9522 * cli/cli-logging.c (debug_redirect): Add static variable.
9523 (pop_output_files): Add default param.
9524 (handle_redirections): Print debug setting.
9525 (show_logging_command): Likewise.
9526 (_initialize_cli_logging): Add debugredirect command.
9527 * interps.c (current_interp_set_logging): Add debug_redirect
9528 parameter.
9529 * interps.h (set_logging): Add debug_redirect parameter.
9530 (current_interp_set_logging): Likewise.
9531 * mi/mi-common.h: Likewise.
9532 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9533
9534 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9535 Tom Tromey <tromey@adacore.com>
9536
9537 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9538 directly.
9539 * cli/cli-interp.h (make_logging_output): Remove declaration.
9540 * cli/cli-logging.c (make_logging_output): Remove function.
9541 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9542 directly.
9543 * ui-file.c (tee_file::tee_file): Remove bools.
9544 (tee_file::~tee_file): Remove deletes.
9545 * ui-file.h (tee_file): Remove bools.
9546
9547 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9548
9549 * mi/mi-cmds.h (mi_cmd_complete): New function.
9550 * mi/mi-main.c (mi_cmd_complete): Likewise.
9551 * mi/mi-cmds.c: Define new MI command -complete.
9552 * NEWS: Mention new -complete command.
9553
9554 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9555
9556 * completer.h (complete): New function.
9557 * completer.c (complete): Likewise.
9558 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9559 function defined in completer.h.
9560
9561 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9562
9563 * MAINTAINERS (Write After Approval): Add myself.
9564
9565 2019-05-17 Tom de Vries <tdevries@suse.de>
9566
9567 PR gdb/24094
9568 * dwarf2read.c (struct cu_partial_die_info): New struct.
9569 (find_partial_die): Return cu_partial_die_info.
9570 (partial_die_parent_scope, guess_partial_die_structure_name)
9571 (partial_die_info::fixup): Handle new return type of find_partial_die.
9572
9573 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9574
9575 PR breakpoints/24541
9576 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9577 "std::string", simplifying the algorithm.
9578
9579 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9580
9581 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9582 (stap_static_probe_ops::get_probes): Likewise.
9583
9584 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9585
9586 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9587 '-')" and "else if".
9588 (stap_parse_single_operand): Join checks for
9589 "gdbarch_stap_parse_special_token_p" and
9590 "gdbarch_stap_parse_special_token" in the same "if" statement.
9591 Invert check when verifying for operation on register
9592 displacement.
9593
9594 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9595
9596 * stap-probe.c (stap_get_opcode): Update comment.
9597 (stap_get_expected_argument_type): Likewise.
9598 (handle_stap_probe): Likewise.
9599
9600 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9601
9602 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9603 return type to 'bool'. Adjust comment. Use 'bool' when
9604 appropriate.
9605 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9606 * stap-probe.c (stap_parse_argument_1): Likewise.
9607 (stap_is_operator): Likewise.
9608 (stap_is_generic_prefix): Likewise.
9609 (stap_is_register_prefix): Likewise.
9610 (stap_is_register_indirection_prefix): Likewise.
9611 (stap_is_integer_prefix): Likewise.
9612 (stap_generic_check_suffix): Likewise.
9613 (stap_check_integer_suffix): Likewise.
9614 (stap_check_register_suffix): Likewise.
9615 (stap_check_register_indirection_suffix): Likewise.
9616 (stap_parse_register_operand): Likewise.
9617 (stap_parse_single_operand): Likewise.
9618 (stap_parse_argument_1): Likewise.
9619 (stap_probe::get_argument_count): Likewise.
9620 (stap_is_operator): Likewise.
9621
9622 2019-05-16 Tom Tromey <tromey@adacore.com>
9623
9624 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9625 keyword to foreach.
9626
9627 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
9628
9629 * linux-thread-db.c (try_thread_db_load_1): Change return type
9630 to bool.
9631 (try_thread_db_load): Likewise.
9632 (try_thread_db_load_from_pdir_1): Likewise.
9633 (try_thread_db_load_from_pdir): Likewise.
9634 (try_thread_db_load_from_sdir): Likewise.
9635 (try_thread_db_load_from_dir): Likewise.
9636 (thread_db_load_search): Likewise.
9637 (has_libpthread): Likewise.
9638 (thread_db_load): Likewise.
9639
9640 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9641
9642 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9643 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9644 NULL, and complain/return if that's the case.
9645
9646 2019-05-15 John Darrington <john@darrington.wattle.id.au>
9647
9648 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9649 (advance, posn, abstract_read_memory): New functions.
9650 [struct mem_read_abstraction]: New struct.
9651 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9652
9653 2019-05-14 Tom Tromey <tromey@adacore.com>
9654
9655 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9656 value is not lval_memory.
9657
9658 2019-05-14 Tom Tromey <tromey@adacore.com>
9659
9660 * solib.c (info_sharedlibrary_command): Style the file name.
9661
9662 2019-05-14 Alan Hayward <alan.hayward@arm.com>
9663
9664 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9665 (aarch64_vnv_type): Likewise.
9666 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9667 * common/tdesc.c: Likewise.
9668 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9669 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9670 * features/aarch64-fpu.xml: Add ieee half view.
9671 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9672 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9673 * gdbtypes.h (struct builtin_type): Likewise.
9674 (struct objfile_type): Likewise.
9675
9676 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
9677
9678 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9679 typo.
9680 * location.h (string_to_event_location): Likewise.
9681
9682 2019-05-11 Joel Brobecker <brobecker@adacore.com>
9683
9684 GDB 8.3 released.
9685
9686 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9687
9688 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9689 New variable declaration.
9690 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9691 New variable.
9692 (print_one_breakpoint): Use ui_out::test_flags and new global
9693 variable to compute use_fixed_output.
9694 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9695 Remove.
9696 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9697 (mi_multi_location_breakpoint_output_fixed): Remove.
9698 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9699 new variable.
9700 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9701 fix_multi_location_breakpoint_output flag if version >= 3.
9702 * ui-out.h (enum ui_out_flag)
9703 <fix_multi_location_breakpoint_output>: New enumerator.
9704
9705 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9706
9707 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9708
9709 2019-05-10 Tom Tromey <tromey@adacore.com>
9710
9711 * ada-lang.c (catch_ada_completer): New function.
9712 (_initialize_ada_language): Use it.
9713
9714 2019-05-10 Tom Tromey <tromey@adacore.com>
9715
9716 * thread.c (print_thread_info): Make "requested_threads" const.
9717 * gdbthread.h (print_thread_info): Make "requested_threads"
9718 const.
9719 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9720 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9721
9722 2019-05-08 Tom Tromey <tom@tromey.com>
9723
9724 * gdbtypes.c (objfile_type_data): Change type.
9725 (objfile_type, _initialize_gdbtypes): Update.
9726
9727 2019-05-08 Tom Tromey <tom@tromey.com>
9728
9729 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9730 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9731 (_initialize_dwarf2_frame): Update.
9732
9733 2019-05-08 Tom Tromey <tom@tromey.com>
9734
9735 * objc-lang.c (objc_objfile_data): Change type.
9736 (find_methods): Update.
9737 (_initialize_objc_lang): Remove.
9738
9739 2019-05-08 Tom Tromey <tom@tromey.com>
9740
9741 * stabsread.c (rs6000_builtin_type_data): Change type.
9742 (rs6000_builtin_type, _initialize_stabsread): Update.
9743
9744 2019-05-08 Tom Tromey <tom@tromey.com>
9745
9746 * mips-tdep.c (mips_pdr_data): Remove.
9747 (_initialize_mips_tdep): Update.
9748
9749 2019-05-08 Tom Tromey <tom@tromey.com>
9750
9751 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9752 (hppa_init_objfile_priv_data, read_unwind_info)
9753 (find_unwind_entry, _initialize_hppa_tdep): Update.
9754
9755 2019-05-08 Tom Tromey <tom@tromey.com>
9756
9757 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9758 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9759 on obstack.
9760 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9761
9762 2019-05-08 Tom Tromey <tom@tromey.com>
9763
9764 * mdebugread.c (basic_type_data): Change type.
9765 (basic_type, _initialize_mdebugread): Update.
9766
9767 2019-05-08 Tom Tromey <tom@tromey.com>
9768
9769 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9770
9771 2019-05-08 Tom Tromey <tom@tromey.com>
9772
9773 * nto-tdep.c (nto_inferior_data_reg): Change type.
9774 (nto_inferior_data): Update.
9775 (nto_inferior_data_cleanup, nto_new_inferior_data)
9776 (_initialize_nto_tdep): Remove.
9777 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9778
9779 2019-05-08 Tom Tromey <tom@tromey.com>
9780
9781 * ada-lang.c (struct ada_inferior_data): Add initializers.
9782 (ada_inferior_data): Change type.
9783 (ada_inferior_data_cleanup): Remove.
9784 (get_ada_inferior_data, ada_inferior_exit)
9785 (struct ada_pspace_data): Add initializers, destructor.
9786 (ada_pspace_data_handle): Change type.
9787 (get_ada_pspace_data): Update.
9788 (ada_pspace_data_cleanup): Remove.
9789
9790 2019-05-08 Tom Tromey <tom@tromey.com>
9791
9792 * coffread.c (struct coff_symfile_info): Add initializers.
9793 (coff_objfile_data_key): Move lower. Change type.
9794 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9795 Update.
9796 (coff_free_info): Remove.
9797
9798 2019-05-08 Tom Tromey <tom@tromey.com>
9799
9800 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9801 (fbsd_pspace_data_handle): Move lower. Change type.
9802 (get_fbsd_pspace_data): Update.
9803 (fbsd_pspace_data_cleanup): Remove.
9804 (_initialize_fbsd_tdep): Update.
9805
9806 2019-05-08 Tom Tromey <tom@tromey.com>
9807
9808 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9809 (get_ada_tasks_pspace_data): Update.
9810 (ada_tasks_pspace_data_cleanup): Remove.
9811 (_initialize_tasks): Update.
9812 (ada_tasks_inferior_data_handle): Change type.
9813 (get_ada_tasks_inferior_data): Update.
9814 (ada_tasks_inferior_data_cleanup): Remove.
9815 (struct ada_tasks_pspace_data): Add initializers.
9816
9817 2019-05-08 Tom Tromey <tom@tromey.com>
9818
9819 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9820 * symfile-debug.c (debug_sym_get_probes): Change type.
9821 * stap-probe.c (handle_stap_probe):
9822 (stap_static_probe_ops::get_probes): Change type.
9823 * probe.h (class static_probe_ops) <get_probes>: Change type.
9824 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9825 (parse_probes_in_pspace): Update.
9826 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9827 Update.
9828 (any_static_probe_ops::get_probes): Change type.
9829 * elfread.c (elfread_data): New typedef.
9830 (probe_key): Change type.
9831 (elf_get_probes): Likewise. Update.
9832 (probe_key_free): Remove.
9833 (_initialize_elfread): Update.
9834 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9835 Change type.
9836 (dtrace_process_dof_probe, dtrace_process_dof)
9837 (dtrace_static_probe_ops::get_probe): Change type.
9838
9839 2019-05-08 Tom Tromey <tom@tromey.com>
9840
9841 * xcoffread.c (struct xcoff_symfile_info): Rename from
9842 coff_symfile_info. Add initializers.
9843 (xcoff_objfile_data_key): Move lower. Change type.
9844 (XCOFF_DATA): Rewrite.
9845 (xcoff_free_info): Remove.
9846 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9847 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9848 (xcoff_initial_scan): Update.
9849
9850 2019-05-08 Tom Tromey <tom@tromey.com>
9851
9852 * solib-svr4.c (struct svr4_info): Add initializers and
9853 destructor.
9854 <probes_table>: Now an htab_up.
9855 (solib_svr4_pspace_data): Change type.
9856 (free_probes_table): Simplify.
9857 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9858 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9859 (probes_table_remove_objfile_probes, register_solib_event_probe)
9860 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9861 (_initialize_svr4_solib): Update.
9862
9863 2019-05-08 Tom Tromey <tom@tromey.com>
9864
9865 * remote.c (remote_pspace_data): Change type.
9866 (remote_pspace_data_cleanup): Remove.
9867 (get_remote_exec_file, set_pspace_remote_exec_file)
9868 (_initialize_remote): Update.
9869
9870 2019-05-08 Tom Tromey <tom@tromey.com>
9871
9872 * breakpoint.c (breakpoint_objfile_key): Change type.
9873 (get_breakpoint_objfile_data): Update.
9874 (free_breakpoint_objfile_data): Remove.
9875 (_initialize_breakpoint): Update.
9876
9877 2019-05-08 Tom Tromey <tom@tromey.com>
9878
9879 * linux-tdep.c (struct linux_info): Add initializers.
9880 (linux_inferior_data): Move. Change type.
9881 (invalidate_linux_cache_inf): Update.
9882 (linux_inferior_data_cleanup): Remove.
9883 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9884
9885 2019-05-08 Tom Tromey <tom@tromey.com>
9886
9887 * auxv.c (auxv_inferior_data): Move. Change type.
9888 (auxv_inferior_data_cleanup): Remove.
9889 (invalidate_auxv_cache_inf): Rewrite.
9890 (get_auxv_inferior_data, _initialize_auxv): Update.
9891
9892 2019-05-08 Tom Tromey <tom@tromey.com>
9893
9894 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9895 (symfile_debug_objfile_data_key): Change type.
9896 (symfile_debug_installed, debug_qf_has_symbols)
9897 (debug_qf_find_last_source_symtab)
9898 (debug_qf_forget_cached_source_info)
9899 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9900 (debug_qf_print_stats, debug_qf_dump)
9901 (debug_qf_expand_symtabs_for_function)
9902 (debug_qf_expand_all_symtabs)
9903 (debug_qf_expand_symtabs_with_fullname)
9904 (debug_qf_map_matching_symbols)
9905 (debug_qf_expand_symtabs_matching)
9906 (debug_qf_find_pc_sect_compunit_symtab)
9907 (debug_qf_map_symbol_filenames)
9908 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9909 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9910 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9911 (debug_sym_read_linetable, debug_sym_relocate): Update.
9912 (symfile_debug_free_objfile): Remove.
9913 (install_symfile_debug_logging, _initialize_symfile_debug):
9914 Update.
9915
9916 2019-05-08 Tom Tromey <tom@tromey.com>
9917
9918 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9919 allocate_on_obstack.
9920 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9921 (get_dwarf2_per_objfile): Update.
9922 (set_dwarf2_per_objfile): Remove.
9923 (dwarf2_has_info, dwarf2_get_section_info): Update.
9924 (dwarf2_free_objfile): Remove.
9925 (_initialize_dwarf2_read): Update.
9926
9927 2019-05-08 Tom Tromey <tom@tromey.com>
9928
9929 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9930 initializers.
9931 <unsupported_script_warning_printed,
9932 script_not_found_warning_printed>: Now bool.
9933 (auto_load_pspace_data): Change type.
9934 (~auto_load_pspace_info): Rename from
9935 auto_load_pspace_data_cleanup.
9936 (get_auto_load_pspace_data, init_loaded_scripts_info)
9937 (clear_section_scripts, maybe_print_unsupported_script_warning)
9938 (maybe_print_script_not_found_warning, _initialize_auto_load):
9939 Update.
9940
9941 2019-05-08 Tom Tromey <tom@tromey.com>
9942
9943 * objfiles.c (objfile_pspace_info): Add destructor and
9944 initializers.
9945 (objfiles_pspace_data): Change type.
9946 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9947 (get_objfile_pspace_data): Update.
9948 (objfiles_bfd_data): Change type.
9949 (get_objfile_bfd_data): Update.
9950 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9951
9952 2019-05-08 Tom Tromey <tom@tromey.com>
9953
9954 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9955 Change type.
9956 (get_catch_syscall_inferior_data): Update.
9957 (catch_syscall_inferior_data_cleanup): Remove.
9958 (_initialize_break_catch_syscall): Update.
9959
9960 2019-05-08 Tom Tromey <tom@tromey.com>
9961
9962 * inflow.c (struct terminal_info): Add destructor and
9963 initializers.
9964 (inflow_inferior_data): Change type.
9965 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9966 (get_inflow_inferior_data, inflow_inferior_exit)
9967 (swap_terminal_info, _initialize_inflow): Update.
9968
9969 2019-05-08 Tom Tromey <tom@tromey.com>
9970
9971 * target-dcache.c (target_dcache_cleanup): Remove.
9972 (target_dcache_aspace_key): Change type.
9973 (target_dcache_init_p, target_dcache_invalidate)
9974 (target_dcache_get, target_dcache_get_or_init)
9975 (_initialize_target_dcache): Update.
9976 * dcache.h (struct dcache_deleter): New.
9977
9978 2019-05-08 Tom Tromey <tom@tromey.com>
9979
9980 * symtab.c (struct symbol_cache): Add destructor and
9981 initializers.
9982 (symbol_cache_key): Move. Change type.
9983 (make_symbol_cache, free_symbol_cache): Remove.
9984 (get_symbol_cache): Update.
9985 (symbol_cache_cleanup): Remove.
9986 (ALL_PSPACES, symbol_cache_flush)
9987 (maintenance_print_symbol_cache)
9988 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9989 Update.
9990
9991 2019-05-08 Tom Tromey <tom@tromey.com>
9992
9993 * symtab.c (struct main_info): Add destructor and initializers.
9994 (main_progspace_key): Move. Change type.
9995 (get_main_info): Update.
9996 (main_info_cleanup): Remove.
9997 (_initialize_symtab): Update.
9998
9999 2019-05-08 Tom Tromey <tom@tromey.com>
10000
10001 * registry.h (DECLARE_REGISTRY): Define the _key class.
10002
10003 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10004
10005 * NEWS: Merge two 'New commands' sections.
10006
10007 2019-05-08 Joel Brobecker <brobecker@adacore.com>
10008
10009 * ada-valprint.c (ada_val_print_gnat_array): Remove language
10010 parameter and use Ada language definition instead.
10011 (ada_val_print_ptr): Remove unused language parameter.
10012 (ada_val_print_num): Remove language parameter and use Ada language
10013 definition instead.
10014 (ada_val_print_enum, ada_val_print_flt): Remove unused language
10015 parameter.
10016 (ada_val_print_struct_union, ada_val_print_ref): Remove language
10017 parameter and use Ada language definition instead.
10018 (ada_val_print_1): Update all ada_val_print_xxx calls.
10019 Remove language parameter.
10020 (ada_val_print): Update ada_val_print_1 call.
10021
10022 2019-05-08 Tom Tromey <tromey@adacore.com>
10023
10024 * remote.c (remote_hw_watchpoint_limit)
10025 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
10026 Now static.
10027
10028 2019-05-08 Tom Tromey <tromey@adacore.com>
10029
10030 * maint.c (_initialize_maint_cmds): Move initialization code to
10031 remote.c.
10032 (watchdog, show_watchdog): Move to remote.c.
10033 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
10034 "watchdog" static.
10035 (_initialize_remote): Move initialization code from maint.c.
10036 * defs.h (watchdog): Don't declare.
10037
10038 2019-05-08 Tom Tromey <tromey@adacore.com>
10039
10040 * tui/tui-interp.c: Include main.h.
10041 * interps.c: Include main.h.
10042 * main.h (interpreter_p): Declare.
10043 * defs.h (interpreter_p): Don't declare.
10044
10045 2019-05-08 Tom Tromey <tromey@adacore.com>
10046
10047 * dwarf2loc.c: Include dwarf2read.h.
10048 * defs.h (read_unsigned_leb128): Don't declare.
10049 * dwarf2read.h (read_unsigned_leb128): Declare.
10050
10051 2019-05-08 Tom Tromey <tromey@adacore.com>
10052
10053 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
10054 method.
10055
10056 2019-05-08 Tom Tromey <tromey@adacore.com>
10057
10058 * utils.c (fputs_maybe_filtered): Reset style after paging, even
10059 when no wrap column is set.
10060
10061 2019-05-08 Tom Tromey <tromey@adacore.com>
10062
10063 * c-lang.c (c_get_string): Handle non-C-style arrays.
10064
10065 2019-05-08 Tom Tromey <tromey@adacore.com>
10066
10067 * typeprint.c (print_offset_data::update): Print the bit offset,
10068 not the number of bits remaining.
10069
10070 2019-05-08 Tom Tromey <tromey@adacore.com>
10071
10072 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
10073 padding at end of comment.
10074
10075 2019-05-08 Tom Tromey <tromey@adacore.com>
10076
10077 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
10078 Compare main types.
10079
10080 2019-05-06 Tom Tromey <tom@tromey.com>
10081
10082 * common/scoped_mmap.c: Include common-defs.h.
10083 * common/scoped_mmap.h: Don't include config.h.
10084
10085 2019-05-04 Tom Tromey <tom@tromey.com>
10086
10087 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
10088 (struct aarch64_call_info): Add initializers.
10089 <si>: Now a std::vector.
10090 (pass_on_stack, aarch64_push_dummy_call): Update.
10091
10092 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
10093 Tom Tromey <tom@tromey.com>
10094
10095 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
10096 (ppc_threads): Now a std::vector. Now static.
10097 (hwdebug_find_thread_points_by_tid)
10098 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
10099 Update.
10100
10101 2019-05-04 Tom Tromey <tom@tromey.com>
10102
10103 * arc-tdep.c (arc_tdesc_init): Return bool.
10104
10105 2019-05-04 Tom Tromey <tom@tromey.com>
10106
10107 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
10108 Use gdb_assert_not_reached.
10109
10110 2019-05-04 Tom Tromey <tom@tromey.com>
10111
10112 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
10113 "false".
10114
10115 2019-05-04 Tom Tromey <tom@tromey.com>
10116
10117 * arc-tdep.c (arc_tdesc_init): Use bool.
10118
10119 2019-05-04 Tom Tromey <tom@tromey.com>
10120
10121 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
10122
10123 2019-05-04 Tom Tromey <tom@tromey.com>
10124
10125 * cli/cli-cmds.c (valid_command_p): Return bool.
10126
10127 2019-05-04 Tom Tromey <tom@tromey.com>
10128
10129 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
10130 * command.h (valid_user_defined_cmd_name_p): Channge return type.
10131
10132 2019-05-04 Raul Tambre <raul@tambre.ee>
10133
10134 * python/lib/gdb/prompt.py (_ExtendedPrompt)
10135 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
10136 operator for comparison.
10137
10138 2019-05-04 Tom Tromey <tom@tromey.com>
10139
10140 * psymtab.c (psymbol_name_matches, match_partial_symbol)
10141 (lookup_partial_symbol, print_partial_symbols)
10142 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
10143 (psymbol_compare): Update.
10144 (add_psymbol_to_bcache): Clear the entire psymbol.
10145 (maintenance_check_psymtabs): Update.
10146 * psympriv.h (struct partial_symbol): Don't derive from
10147 general_symbol_info.
10148 <obj_section, unrelocated_address, address,
10149 set_unrelocated_address>: Update.
10150 <ginfo>: New member.
10151 * dwarf-index-write.c (write_psymbols, debug_names::insert)
10152 (debug_names::write_psymbols): Update.
10153
10154 2019-05-04 Tom de Vries <tdevries@suse.de>
10155
10156 * contrib/cc-with-tweaks.sh: Support -n arg.
10157
10158 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10159
10160 * corelow.c (core_target::detach): Ensure frame cache and
10161 register caches are cleared.
10162 inferior.c (exit_inferior_1): Likewise.
10163
10164 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
10165 Tom Tromey <tom@tromey.com>
10166
10167 * dictionary.c (collate_pending_symbols_by_language): Remove
10168 "struct" from foreach.
10169 * symtab.c (lookup_global_symbol_from_objfile)
10170 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
10171 foreach.
10172 * ser-tcp.c (net_open): Remove "struct" from foreach.
10173 * objfiles.c (objfile_relocate, objfile_rebase)
10174 (objfile_has_symbols): Remove "struct" from foreach.
10175 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
10176 from foreach.
10177 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
10178 foreach.
10179 * darwin-nat.c (thread_info_from_private_thread_info): Remove
10180 "struct" from foreach.
10181 * ada-lang.c (create_excep_cond_exprs)
10182 (ada_exception_catchpoint_cond_string): Remove "struct" from
10183 foreach.
10184
10185 2019-05-03 Tom Tromey <tromey@adacore.com>
10186
10187 * ada-exp.y (convert_char_literal): Check suffix of each
10188 enumerator.
10189
10190 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10191
10192 PR ada/21406:
10193 * ada-exp.y (yywrap): Don't define.
10194 * ada-lex.l (%option): Add noyywrap
10195 (yywrap): Remove.
10196
10197 2019-05-03 Eli Zaretskii <eliz@gnu.org>
10198
10199 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10200 _WIN32_WINNT to the XP level, unless already defined to a higher
10201 level.
10202
10203 * unittests/parse-connection-spec-selftests.c:
10204 * ser-tcp.c:
10205 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10206 override.
10207
10208 * symfile.c (find_separate_debug_file): Remove colon from the
10209 drive spec of DOS/Windows file names of the target, so that the
10210 file name produced from DEBUGDIR and the target's directory will
10211 be valid on DOS/Windows systems.
10212
10213 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10214
10215 * rust-lang.c (val_print_struct): Handle printing structures
10216 containing strings.
10217
10218 2019-05-02 Tom Tromey <tromey@adacore.com>
10219
10220 * valarith.c (_initialize_valarith): Remove.
10221
10222 2019-05-01 Tom Tromey <tromey@adacore.com>
10223
10224 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10225 bitfields.
10226
10227 2019-05-01 Tom Tromey <tromey@adacore.com>
10228
10229 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10230 for big-endian copies.
10231
10232 2019-04-30 Ali Tamur <tamur@google.com>
10233 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10234 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10235 (read_3_bytes): New function.
10236
10237 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10238
10239 * windows-nat.c (main_thread_id): Delete.
10240 (handle_output_debug_string): Replace main_thread_id by
10241 current_event.dwThreadId.
10242 (fake_create_process): Likewise.
10243 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10244 Do not set main_thread_id.
10245 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10246 current_event.dwThreadId.
10247 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10248
10249 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10250
10251 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10252 Use current_event.dwThreadId instead of main_thread_id.
10253
10254 2019-04-30 Tom Tromey <tromey@adacore.com>
10255
10256 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10257 (create_excep_cond_exprs): Iterate over program spaces.
10258 (ada_exception_catchpoint_cond_string): Examine all minimal
10259 symbols for exception types.
10260
10261 2019-04-30 Tom Tromey <tromey@adacore.com>
10262
10263 PR c++/24470:
10264 * dwarf2read.c (process_structure_scope): Handle case where type
10265 has template parameters but no symbol was created.
10266
10267 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10268 Chris January <chris.january@arm.com>
10269
10270 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10271 qualifier.
10272 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10273
10274 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10275
10276 * f-typeprint.c (f_print_type): Update rules for printing
10277 whitespace.
10278 (f_type_print_varspec_suffix): Likewise.
10279
10280 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10281 Chris January <chris.january@arm.com>
10282
10283 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10284 function arguments.
10285
10286 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10287
10288 * f-lang.c (build_fortran_types): Change name of void type to
10289 lower case.
10290 * f-typeprint.c (f_type_print_base): Print the name of the void
10291 type, rather than a fixed string.
10292 * f-valprint.c (f_decorations): Use lower case void string.
10293
10294 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10295 Chris January <chris.january@arm.com>
10296
10297 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10298 types for Fortran.
10299
10300 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10301 Chris January <chris.january@arm.com>
10302 David Lecomber <david.lecomber@arm.com>
10303
10304 * f-exp.y (BINOP_INTRINSIC): New token.
10305 (exp): New parser rule handling BINOP_INTRINSIC.
10306 (f77_keywords): Add new builtin procedures.
10307 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10308 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10309 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10310 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10311 (print_unop_subexp_f): New function.
10312 (print_binop_subexp_f): New function.
10313 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10314 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10315 (dump_subexp_body_f): Likewise.
10316 (operator_check_f): Likewise.
10317 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10318 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10319
10320 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10321
10322 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10323 UNOP_KIND.
10324 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10325 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10326 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10327 (operator_length_f): New fuction.
10328 (print_subexp_f): New function.
10329 (op_name_f): New function.
10330 (dump_subexp_body_f): New function.
10331 (operator_check_f): New function.
10332 (exp_descriptor_f): Replace standard expression handling functions
10333 with new functions.
10334 * gdb/fortran-operator.def: New file.
10335 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10336 * gdb/std-operator.def: Remove UNOP_KIND.
10337
10338 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10339
10340 * std-operator.def: Remove unbalanced, stray double quote
10341 character.
10342
10343 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10344 Chris January <chris.january@arm.com>
10345 Daniel Everett <daniel.everett@arm.com>
10346 Nick Forrington <nick.forrington@arm.com>
10347 Richard Bunt <richard.bunt@arm.com>
10348
10349 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10350 of depth when printing anonymous structs or unions.
10351 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10352 Don't print either the top-level value, or the children if the
10353 max-depth is exceeded.
10354 (ppscm_print_children): When printing the key of a map, allow one
10355 extra level of depth.
10356 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10357 print either the top-level value, or the children if the max-depth
10358 is exceeded.
10359 (print_children): When printing the key of a map, allow one extra
10360 level of depth.
10361 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10362 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10363 (user_print_options): Initialise max_depth field.
10364 (val_print_scalar_or_string_type_p): New function.
10365 (val_print): Check to see if the max depth has been reached.
10366 (val_print_check_max_depth): Define new function.
10367 (show_print_max_depth): New function.
10368 (_initialize_valprint): Add 'print max-depth' option.
10369 * valprint.h (struct value_print_options) <max_depth>: New field.
10370 (val_print_check_max_depth): Declare new function.
10371 * NEWS: Document new feature.
10372
10373 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10374
10375 * ada-lang.c (ada_language_defn): Initialise new field.
10376 * c-lang.c (c_is_string_type_p): New function.
10377 (c_language_defn): Initialise new field.
10378 (cplus_language_defn): Initialise new field.
10379 (asm_language_defn): Initialise new field.
10380 (minimal_language_defn): Initialise new field.
10381 * c-lang.h (c_is_string_type_p): Declare new function.
10382 * d-lang.c (d_language_defn): Initialise new field.
10383 * f-lang.c (f_is_string_type_p): New function.
10384 (f_language_defn): Initialise new field.
10385 * go-lang.c (go_is_string_type_p): New function.
10386 (go_language_defn): Initialise new field.
10387 * language.c (default_is_string_type_p): New function.
10388 (unknown_language_defn): Initialise new field.
10389 (auto_language_defn): Initialise new field.
10390 * language.h (struct language_defn) <la_is_string_type_p>: New
10391 member variable.
10392 (default_is_string_type_p): Declare new function.
10393 * m2-lang.c (m2_language_defn): Initialise new field.
10394 * objc-lang.c (objc_language_defn): Initialise new field.
10395 * opencl-lang.c (opencl_language_defn): Initialise new field.
10396 * p-lang.c (pascal_is_string_type_p): New function.
10397 (pascal_language_defn): Initialise new field.
10398 * rust-lang.c (rust_is_string_type_p): New function.
10399 (rust_language_defn): Initialise new field.
10400
10401 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10402
10403 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10404 New field.
10405 * ada-lang.c (ada_language_defn): Initialise new field.
10406 * c-lang.c (c_language_defn): Likewise.
10407 (cplus_language_defn): Likewise.
10408 (asm_language_defn): Likewise.
10409 (minimal_language_defn): Likewise.
10410 * d-lang.c (d_language_defn): Likewise.
10411 * f-lang.c (f_language_defn): Likewise.
10412 * go-lang.c (go_language_defn): Likewise.
10413 * language.c (unknown_language_defn): Likewise.
10414 (auto_language_defn): Likewise.
10415 * m2-lang.c (m2_language_defn): Likewise.
10416 * objc-lang.c (objc_language_defn): Likewise.
10417 * opencl-lang.c (opencl_language_defn): Likewise.
10418 * p-lang.c (pascal_language_defn): Likewise.
10419 * rust-lang.c (rust_language_defn): Likewise.
10420
10421 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10422
10423 * ada-lang.c (ada_is_character_type): Change return type to bool.
10424 (ada_is_string_type): Likewise.
10425 * ada-lang.h (ada_is_character_type): Update declaration
10426 (ada_is_string_type): Likewise.
10427
10428 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10429
10430 Support style in 'frame|thread apply'
10431
10432 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10433 * record.c (record_start, record_stop): Update callers of
10434 execute_command_to_string with false.
10435 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10436 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10437 methods.
10438 (class string_file): New constructor with term_out parameter.
10439 Override methods term_out and can_emit_style_escape. New member
10440 term_out.
10441 (class stdio_file): Override can_emit_style_escape.
10442 (class tee_file): Override term_out and can_emit_style_escape.
10443 * utils.h (can_emit_style_escape): Remove.
10444 * utils.c (can_emit_style_escape): Likewise.
10445 Update all callers of can_emit_style_escape (SOMESTREAM) to
10446 SOMESTREAM->can_emit_style_escape.
10447 * source-cache.c (source_cache::get_source_lines): Likewise.
10448 * stack.c (frame_apply_command_count): Call execute_command_to_string
10449 passing the term_out characteristic of the current gdb_stdout.
10450 * thread.c (thr_try_catch_cmd): Likewise.
10451 * top.c (execute_command_to_string): pass term_out parameter
10452 to construct the string_file for the command output.
10453 * ui-file.c (term_cli_styling): New function (most code moved
10454 from utils.c can_emit_style_escape).
10455 (string_file::string_file, string_file::can_emit_style_escape,
10456 stdio_file::can_emit_style_escape, tee_file::term_out,
10457 tee_file::can_emit_style_escape): New functions.
10458
10459 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10460
10461 * NEWS: Mention the new set|show may-call-functions.
10462 * infcall.c (may_call_functions_p): New variable.
10463 (show_may_call_functions_p): New function.
10464 (call_function_by_hand_dummy): Throws an error if not
10465 may-call-functions.
10466 (_initialize_infcall): Call add_setshow_boolean_cmd for
10467 may-call-functions.
10468
10469 2019-04-25 Keith Seitz <keiths@redhat.com>
10470
10471 PR c++/24367
10472 * cp-support.c (inspect_type): Don't attempt substitutions
10473 of symbol with the same name.
10474
10475 2019-04-25 Tom Tromey <tromey@adacore.com>
10476
10477 PR gdb/24475:
10478 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10479 static.
10480
10481 2019-04-25 Tom Tromey <tromey@adacore.com>
10482
10483 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10484 rvalue reference.
10485 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10486 (gdb_xml_parser::parse): Use std::move.
10487 * python/python-internal.h (gdbpy_convert_exception): Take a const
10488 reference.
10489 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10490 std::move.
10491 * python/py-utils.c (gdbpy_convert_exception): Take a const
10492 reference.
10493 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10494 Use std::move.
10495 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10496 Use std::move.
10497 * mi/mi-main.c (mi_print_exception): Take a const reference.
10498 * main.c (handle_command_errors): Take a const reference.
10499 * linespec.c (parse_linespec): Use std::move.
10500 * infcall.c (run_inferior_call): Use std::move.
10501 (call_function_by_hand_dummy): Use std::move.
10502 * exec.c (try_open_exec_file): Use std::move.
10503 * exceptions.h (exception_print, exception_fprintf)
10504 (exception_print_same): Update.
10505 * exceptions.c (print_exception, exception_print)
10506 (exception_fprintf, exception_print_same): Change parameters to
10507 const reference.
10508 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10509 * common/new-op.c: Use std::move.
10510 * common/common-exceptions.h (struct gdb_exception): Add move
10511 constructor.
10512 (struct gdb_exception_error, struct gdb_exception_quit, struct
10513 gdb_quit_bad_alloc): Change constructor to move constructor.
10514 (throw_exception): Change parameter to rvalue reference.
10515 * common/common-exceptions.c (throw_exception): Take rvalue
10516 reference.
10517 * cli/cli-interp.c (safe_execute_command): Use std::move.
10518 * breakpoint.c (insert_bp_location, location_to_sals): Use
10519 std::move.
10520
10521 2019-04-25 Tom Tromey <tromey@adacore.com>
10522
10523 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10524 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10525 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10526 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10527 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10528 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10529 guile/scm-value.c: Use unpack.
10530 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10531 gdbscm_gdb_exception.
10532 (gdbscm_throw_gdb_exception): Likewise.
10533 (struct gdbscm_gdb_exception): New.
10534 (unpack): New function.
10535 (gdbscm_wrap): Use unpack.
10536
10537 2019-04-25 Tom Tromey <tromey@adacore.com>
10538
10539 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10540 (gdb_rl_callback_handler): Use std::move.
10541 * common/common-exceptions.h (struct gdb_exception): Add move
10542 assignment operator.
10543 (throw_exception_sjlj): Change "exception" to const reference.
10544 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10545 (throw_exception_sjlj): Change "exception" to const reference.
10546
10547 2019-04-25 Tom Tromey <tromey@adacore.com>
10548
10549 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10550 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10551 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10552 Update.
10553 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10554 Update.
10555 * mi/mi-interp.c (mi_interp::exec): Update.
10556 * linespec.c (parse_linespec): Update.
10557 * infcall.c (run_inferior_call): Update.
10558 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10559 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10560 (gdbscm_lookup_global_symbol): Update.
10561 * guile/scm-param.c (gdbscm_parameter_value): Update.
10562 * guile/scm-frame.c (gdbscm_frame_read_register)
10563 (gdbscm_frame_read_var): Update.
10564 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10565 * exec.c (try_open_exec_file): Update.
10566 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10567 (gdb_rl_callback_handler): Update.
10568 * common/common-exceptions.h (exception_none): Don't declare.
10569 * common/common-exceptions.c (exception_none): Don't define.
10570 (struct catcher) <exception>: Update.
10571 * cli/cli-interp.c (safe_execute_command): Update.
10572 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10573
10574 2019-04-25 Ali Tamur <tamur@google.com>
10575
10576 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10577 (read_attribute_value): Likewise.
10578 (dwarf2_read_addr_index): Update comment.
10579 (read_str_index): Add DW_FORM_strx.
10580 (dwarf2_string_attr): Likewise.
10581 (dwarf2_const_value_attr): Likewise.
10582 (dump_die_shallow): Likewise.
10583 (dwarf2_fetch_constant_bytes): Likewise.
10584 (skip_form_bytes): Likewise.
10585 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10586
10587 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10588
10589 PR corefiles/11608
10590 PR corefiles/18187
10591 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10592 OFFSET. Verify if current mapping contains an ELF header.
10593 (linux_find_memory_regions_full): Adjust call to
10594 dump_mapping_p.
10595
10596 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10597 Kang Li <kanglictf@gmail.com>
10598
10599 PR gdb/21600
10600
10601 * dwarf2-frame.c (read_initial_length): Be consistent about using
10602 unsigned representation of length.
10603 (decode_frame_entry_1): Likewise. Check for wraparound of
10604 end pointer as well as buffer overflow.
10605
10606 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10607
10608 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10609 "vq".
10610
10611 2019-04-24 Tom Tromey <tromey@adacore.com>
10612
10613 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10614
10615 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10616
10617 * s12z-tdep.c (s12z_unwind_pc): Delete.
10618 (s12z_unwind_sp): Delete.
10619 (s12z_gdbarch_init): Don't register deleted functions with
10620 gdbarch.
10621
10622 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10623
10624 * rl78-tdep.c (rl78_unwind_sp): Delete.
10625 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10626
10627 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10628
10629 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10630 (xstormy16_unwind_pc): Delete.
10631 (xstormy16_dummy_id): Delete.
10632 (xstormy16_gdbarch_init): Don't register deleted functions with
10633 gdbarch.
10634
10635 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10636
10637 * vax-tdep.c (vax_unwind_pc): Delete.
10638 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10639
10640 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10641
10642 * v850-tdep.c (v850_unwind_sp): Delete.
10643 (v850_unwind_pc): Delete.
10644 (v850_dummy_id): Delete.
10645 (v850_gdbarch_init): Don't register deleted functions with
10646 gdbarch.
10647
10648 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10649
10650 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10651 (tilegx_unwind_pc): Delete.
10652 (tilegx_unwind_dummy_id): Delete.
10653 (tilegx_gdbarch_init): Don't register deleted functions with
10654 gdbarch.
10655
10656 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10657
10658 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10659 (tic6x_dummy_id): Delete.
10660 (tic6x_gdbarch_init): Don't register deleted functions with
10661 gdbarch.
10662
10663 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10664
10665 * sparc-tdep.c (sparc_unwind_pc): Delete.
10666 (sparc32_gdbarch_init): Don't register deleted function with
10667 gdbarch.
10668
10669 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10670
10671 * sh-tdep.c (sh_unwind_sp): Delete.
10672 (sh_unwind_pc): Delete.
10673 (sh_dummy_id): Delete.
10674 (sh_gdbarch_init): Don't register deleted functions with
10675 gdbarch.
10676
10677 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10678
10679 * score-tdep.c (score_unwind_sp): Delete.
10680 (score_unwind_pc): Delete.
10681 (score_dummy_id): Delete.
10682 (score_gdbarch_init): Don't register deleted functions with
10683 gdbarch.
10684
10685 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10686
10687 * rx-tdep.c (rx_unwind_pc): Delete.
10688 (rx_unwind_sp): Delete.
10689 (rx_dummy_id): Delete.
10690 (rx_gdbarch_init): Don't register deleted functions with
10691 gdbarch. Update comment.
10692
10693 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10694
10695 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10696 (rs6000_dummy_id): Delete.
10697 (rs6000_gdbarch_init): Don't register deleted functions with
10698 gdbarch.
10699
10700 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10701
10702 * or1k-tdep.c (or1k_dummy_id): Delete.
10703 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10704
10705 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10706
10707 * nios2-tdep.c (nios2_dummy_id): Delete.
10708 (nios2_unwind_sp): Delete.
10709 (nios2_gdbarch_init): Don't register deleted functions with
10710 gdbarch.
10711
10712 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10713
10714 * nds32-tdep.c (nds32_dummy_id): Delete.
10715 (nds32_unwind_pc): Delete.
10716 (nds32_unwind_sp): Delete.
10717 (nds32_gdbarch_init): Don't register deleted functions with
10718 gdbarch.
10719
10720 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10721
10722 * msp430-tdep.c (msp430_unwind_pc): Delete.
10723 (msp430_unwind_sp): Delete.
10724 (msp430_dummy_id): Delete.
10725 (msp430_gdbarch_init): Don't register deleted functions with
10726 gdbarch.
10727
10728 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10729
10730 * moxie-tdep.c (moxie_unwind_sp): Delete.
10731 (moxie_unwind_pc): Delete.
10732 (moxie_dummy_id): Delete.
10733 (moxie_gdbarch_init): Don't register deleted functions with
10734 gdbarch.
10735
10736 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10737
10738 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10739 (mn10300_unwind_pc): Delete.
10740 (mn10300_unwind_sp): Delete.
10741 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10742 mn10300_unwind_sp.
10743 (mn10300_frame_unwind_init): Don't register deleted functions with
10744 gdbarch.
10745
10746 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10747
10748 * mep-tdep.c (mep_unwind_pc): Delete.
10749 (mep_unwind_sp): Delete.
10750 (mep_dummy_id): Delete.
10751 (mep_gdbarch_init): Don't register deleted functions with
10752 gdbarch.
10753
10754 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10755
10756 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10757 (m68hc11_unwind_sp): Delete.
10758 (m68hc11_gdbarch_init): Don't register deleted functions with
10759 gdbarch.
10760
10761 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10762
10763 * m32r-tdep.c (m32r_unwind_sp): Delete.
10764 (m32r_unwind_pc): Delete.
10765 (m32r_dummy_id): Delete.
10766 (m32r_gdbarch_init): Don't register deleted functions with
10767 gdbarch.
10768
10769 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10770
10771 * m32c-tdep.c (m32c_unwind_pc): Delete.
10772 (m32c_unwind_sp): Delete.
10773 (m32c_dummy_id): Delete.
10774 (m32c_gdbarch_init): Don't register deleted functions with
10775 gdbarch.
10776
10777 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10778
10779 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10780 (lm32_unwind_pc): Delete.
10781 (lm32_dummy_id): Delete.
10782 (lm32_gdbarch_init): Don't register deleted functions with
10783 gdbarch.
10784
10785 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10786
10787 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10788 (iq2000_unwind_pc): Delete.
10789 (iq2000_dummy_id): Delete.
10790 (iq2000_gdbarch_init): Don't register deleted functions with
10791 gdbarch.
10792
10793 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10794
10795 * nds32-tdep.c (nds32_type_align): Delete.
10796 (nds32_push_dummy_call): Use type_align instead.
10797
10798 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10799
10800 * arm-tdep.c (arm_type_align): Only handle vector override case.
10801 (arm_push_dummy_call): Use type_align.
10802 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10803
10804 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10805
10806 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10807 case.
10808 (pass_on_stack): Use type_align.
10809 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10810 function.
10811
10812 2019-04-23 Tom Tromey <tromey@adacore.com>
10813
10814 * dwarf2read.c (line_header::file_name_at): Remove unused
10815 overload.
10816
10817 2019-04-23 Tom de Vries <tdevries@suse.de>
10818
10819 PR gdb/24438
10820 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10821 invocation.
10822
10823
10824 2019-03-27 Ali Tamur <tamur@google.com>
10825
10826 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10827 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10828 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10829 (dwarf_expr_context::get_addr_index): Likewise
10830 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10831 (symbol_needs_eval_context::get_addr_index): Likewise
10832 (disassemble_dwarf_expression): Add DW_OP_addrx
10833 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10834 (read_cutu_die_from_dwo): Update comment
10835 (skip_one_die): Add DW_FORM_addrx
10836 (read_attribute_value): Likewise
10837 (var_decode_location): Add DW_OP_addrx
10838 (dwarf2_const_value_attr): Add DW_FORM_addrx
10839 (dump_die_shallow): Likewise
10840 (dwarf2_fetch_constant_bytes): Likewise
10841 (decode_locdesc): Add DW_OP_addrx
10842 (skip_form_bytes): Add DW_FORM_addrx
10843
10844 2019-04-22 Ali Tamur <tamur@google.com>
10845
10846 * MAINTAINERS (Write After Approval): Add self.
10847
10848 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
10849
10850 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10851 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10852 (open_symbol_file_object): Likewise.
10853 (svr4_default_sos): Add info parameter.
10854 (svr4_read_so_list): Likewise.
10855 (svr4_current_sos_direct): Adjust functions calls to pass down
10856 info.
10857 (svr4_current_sos_1): Add info parameter.
10858 (svr4_current_sos): Call get_svr4_info, pass info down to
10859 svr4_current_sos_1.
10860 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10861 get_svr4_info.
10862 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10863 get_svr4_info.
10864 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10865 to get_svr4_info.
10866 (probes_table_remove_objfile_probes): Likewise.
10867 (register_solib_event_probe): Add info parameter.
10868 (solist_update_incremental): Pass info parameter down to
10869 svr4_read_so_list.
10870 (disable_probes_interface): Add info parameter.
10871 (svr4_handle_solib_event): Pass current_program_space to
10872 get_svr4_info. Adjust disable_probes_interface cleanup.
10873 (svr4_create_probe_breakpoints): Add info parameter, pass it
10874 down to register_solib_event_probe.
10875 (svr4_create_solib_event_breakpoints): Add info parameter,
10876 pass it down to svr4_create_probe_breakpoints.
10877 (enable_break): Pass info down to
10878 svr4_create_solib_event_breakpoints.
10879 (svr4_solib_create_inferior_hook): Pass current_program_space to
10880 get_svr4_info.
10881 (svr4_clear_solib): Likewise.
10882
10883 2019-04-22 Pedro Alves <palves@redhat.com>
10884
10885 * solib-svr4.c (svr4_free_objfile_observer): New.
10886 (probe_and_action::objfile): New field.
10887 (probes_table_htab_remove_objfile_probes)
10888 (probes_table_remove_objfile_probes): New functions.
10889 (register_solib_event_probe): Add 'objfile' parameter. Store it
10890 in the new probe_and_action. Don't store the probe in 'lookup'.
10891 (svr4_create_probe_breakpoints): Pass objfile to
10892 register_solib_event_probe.
10893 (_initialize_svr4_solib): Register a free_objfile observer.
10894
10895 2019-04-19 Tom Tromey <tom@tromey.com>
10896
10897 * common/queue.h: Remove.
10898
10899 2019-04-19 Tom Tromey <tom@tromey.com>
10900
10901 * event-loop.c: Don't include "common/queue.h".
10902
10903 2019-04-19 Tom Tromey <tom@tromey.com>
10904
10905 * remote.c (remote_target): Use delete.
10906 * remote-notif.h: Include <list>, not "common/queue.h".
10907 (notif_client_p): Remove typedef.
10908 (remote_notif_state): Add constructor, destructor, initializer.
10909 <notif_queue>: Now a std::list.
10910 (remote_notif_state_xfree): Don't declare.
10911 * remote-notif.c (remote_notif_process, handle_notification)
10912 (remote_notif_state_allocate): Update.
10913 (~remote_notif_state): Rename from remote_notif_state_xfree.
10914
10915 2019-04-19 Tom Tromey <tom@tromey.com>
10916
10917 * symfile.c (reread_symbols): Update.
10918 * objfiles.c (objfile_register_static_link)
10919 (objfile_lookup_static_link): Update
10920 (~objfile) Don't delete static_links.
10921 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10922
10923 2019-04-19 Tom Tromey <tom@tromey.com>
10924
10925 * type-stack.h (struct type_stack) <insert>: Constify string.
10926 * type-stack.c (type_stack::insert): Constify string.
10927 * gdbtypes.h (lookup_template_type): Update.
10928 (address_space_name_to_int): Update.
10929 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10930 const.
10931 (lookup_template_type): Make name const.
10932 * c-exp.y: Update rules.
10933 (lex_one_token, classify_name, classify_inner_name)
10934 (c_print_token): Update.
10935 * p-exp.y: Update rules.
10936 (yylex): Update.
10937 * f-exp.y: Update rules.
10938 (yylex): Update.
10939 * d-exp.y: Update rules.
10940 (lex_one_token, classify_name, classify_inner_name): Update.
10941 * parse.c (write_dollar_variable, copy_name): Return std::string.
10942 * parser-defs.h (copy_name): Change return type.
10943 * m2-exp.y: Update rules.
10944 (yylex): Update.
10945 * go-exp.y (lex_one_token): Update.
10946 Update rules.
10947 (classify_unsafe_function, classify_packaged_name)
10948 (classify_name, yylex): Update.
10949
10950 2019-04-19 Sergei Trofimovich <siarheit@google.com>
10951
10952 * configure.ac: add --enable-source-highlight switch.
10953 * configure: Regenerate.
10954 * top.c (print_gdb_version): plumb --enable-source-highlight
10955 status to "show configuration".
10956
10957 2019-04-19 Tom Tromey <tromey@adacore.com>
10958
10959 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10960 Check ADA_TYPE_P.
10961 (empty_record, ada_template_to_fixed_record_type_1)
10962 (template_to_static_fixed_type)
10963 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10964 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10965 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10966 macros.
10967
10968 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10969
10970 PR symtab/24423:
10971 * source.c (print_source_lines_base): Advance "iter" when a
10972 control character is seen.
10973
10974 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10975
10976 * inferior.h (struct infcall_suspend_state_deleter):
10977 Catch exception in destructor to avoid crash.
10978
10979 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10980
10981 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10982 close to the add_com "shell".
10983
10984 2019-04-18 Tom Tromey <tromey@adacore.com>
10985
10986 * process-stratum-target.h (class process_stratum_target)
10987 <stratum>: Add "final".
10988
10989 2019-04-17 Tom Tromey <tromey@adacore.com>
10990
10991 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10992 against nullptr before use.
10993
10994 2019-04-17 Alan Hayward <alan.hayward@arm.com>
10995
10996 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10997
10998 2019-04-17 Jim Wilson <jimw@sifive.com>
10999 Andrew Burgess <andrew.burgess@embecosm.com>
11000
11001 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
11002 code read might fail, assume 4-byte breakpoint in that case.
11003
11004 2019-04-15 Leszek Swirski <leszeks@google.com>
11005
11006 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
11007 rather than a hand-rolled POD check when checking for forced MEMORY
11008 classification.
11009
11010 2019-04-15 Alan Hayward <alan.hayward@arm.com>
11011
11012 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
11013 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
11014 function.
11015 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
11016 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
11017 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
11018 declaration.
11019
11020 2019-04-15 Alan Hayward <alan.hayward@arm.com>
11021
11022 * aarch64-linux-nat.c
11023 (aarch64_linux_nat_target::thread_architecture): Add override.
11024 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
11025 each VQ.
11026
11027 2019-04-15 Alan Hayward <alan.hayward@arm.com>
11028
11029 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
11030
11031 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
11032
11033 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
11034 target types of size 96-bits, add some additional comments, and
11035 check that the builtin type we found was the correct size.
11036
11037 2019-04-12 Eli Zaretskii <eliz@gnu.org>
11038
11039 * utils.c (prompt_for_continue): Don't restore the styling at the
11040 end, as applied_style has the wrong value. This fixes styling in
11041 long lists of file names that are interrupted by the "Continue?"
11042 prompt.
11043
11044 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
11045
11046 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
11047 * c-lang.c (c_language_defn): Likewise.
11048 (cplus_language_defn): Likewise.
11049 (asm_language_defn): Likewise.
11050 (minimal_language_defn): Likewise.
11051 * d-lang.c (d_language_defn): Likewise.
11052 * f-lang.c (f_language_defn): Likewise.
11053 * go-lang.c (go_language_defn): Likewise.
11054 * language.c (unknown_language_defn): Likewise.
11055 (auto_language_defn): Likewise.
11056 * language.h (struct language_defn): Remove la_magic field.
11057 (LANG_MAGIC): Delete.
11058 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
11059 * objc-lang.c (objc_language_defn): Likewise.
11060 * opencl-lang.c (opencl_language_defn): Likewise.
11061 * p-lang.c (pascal_language_defn): Likewise.
11062 * rust-lang.c (rust_language_defn): Likewise.
11063
11064 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11065
11066 * riscv-tdep.c (riscv_type_align): New function.
11067 (riscv_type_alignment): Delete.
11068 (riscv_arg_location): Use 'type_align'.
11069 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
11070
11071 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11072
11073 * gdbtypes.c (type_align): A struct with no non-static fields also
11074 has alignment of 1.
11075
11076 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11077
11078 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
11079 component to 0.
11080 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
11081 member.
11082 (riscv_struct_info::analyse): New implementation using new
11083 analyse_inner member function.
11084 (riscv_struct_info::field_offset): New member function.
11085 (riscv_struct_info::m_offsets): New member variable.
11086 (riscv_struct_info::analyse_inner): New private member function,
11087 takes the old implementation of riscv_struct_info::analyse but
11088 extended to track field offsets.
11089 (riscv_call_arg_struct): Update the struct folding special cases
11090 to handle cases where empty C++ structs, which are non-zero
11091 length, are found.
11092 (riscv_arg_location): Initialise the length of each location, a
11093 non-zero length now indicates the location is in use.
11094 (riscv_push_dummy_call): Allow for the first location having a
11095 non-zero offset when setting up arguments.
11096 (riscv_return_value): Likewise, but for return values.
11097
11098 2019-04-11 Tom Tromey <tromey@adacore.com>
11099
11100 * utils.c (internal_vproblem): Make "msg" const.
11101
11102 2019-04-11 Alan Hayward <alan.hayward@arm.com>
11103
11104 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
11105 * trad-frame.c (trad_frame_reset_saved_regs): New function.
11106 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
11107 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
11108
11109 2019-04-10 Kevin Buettner <kevinb@redhat.com>
11110
11111 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
11112 function.
11113 (fill_gregset): Call amd64_linux_collect_native_gregset instead
11114 of amd64_collect_native_gregset.
11115 (amd64_linux_nat_target::store_registers): Likewise.
11116
11117 2019-04-10 Tom Tromey <tom@tromey.com>
11118
11119 * symtab.c (lookup_global_symbol_from_objfile)
11120 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
11121 * objfiles.h (class separate_debug_iterator): New.
11122 (class separate_debug_range): New.
11123 (struct objfile) <separate_debug_objfiles>: New method.
11124 (objfile_separate_debug_iterate): Don't declare.
11125 * objfiles.c (separate_debug_iterator::operator++): Rename from
11126 objfile_separate_debug_iterate.
11127 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
11128 iterator.
11129 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
11130 iterator.
11131
11132 2019-04-10 Tom Tromey <tom@tromey.com>
11133
11134 * symfile.c (reread_symbols): Remove old comment.
11135 * objfiles.c (free_all_objfiles): Fix a typo.
11136
11137 2019-04-10 Tom Tromey <tom@tromey.com>
11138
11139 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
11140 * minsyms.c (lookup_minimal_symbol): Use foreach.
11141 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
11142 (lookup_minimal_symbol_solib_trampoline): Likewise.
11143 * symfile.c (reread_symbols): Use foreach.
11144
11145 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
11146 Tom Tromey <tromey@adacore.com>
11147
11148 PR rust/24414:
11149 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
11150 (rust_lex_int_test): Change "value" to be LONGEST.
11151 (rust_lex_tests): Add test for long integer literal.
11152
11153 2019-04-09 Tom Tromey <tromey@adacore.com>
11154
11155 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
11156 to bool.
11157 (extended_remote_target::attach): Update.
11158 (remote_target::remote_notice_new_inferior): Update.
11159 (remote_target::add_current_inferior_and_thread): Update.
11160 * inferior.c (exit_inferior_1): Use "false".
11161 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
11162
11163 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
11164
11165 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
11166 the "start" command.
11167
11168 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11169
11170 * python/py-inferior.c (infpy_thread_from_thread_handle):
11171 Adjust comments to reflect renaming of thread_from_thread_handle
11172 to thread_from_handle. Adjust keywords. Fix type error message.
11173 (inferior_object_methods): Add thread_from_handle. Retain
11174 thread_from_thread_handle, but mark it as deprecated.
11175
11176 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11177
11178 * gdbthread.h (find_thread_by_handle): Revise declaration.
11179 * thread.c (find_thread_by_handle): Likewise. Adjust
11180 implementation too.
11181 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
11182 support for buffer objects as handles.
11183
11184 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11185
11186 * python/py-infthread.c (thpy_thread_handle): New function.
11187 (thread_object_methods): Register thpy_thread_handle.
11188
11189 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11190
11191 * gdbthread.h (thread_to_thread_handle): Declare.
11192 * thread.c (gdbtypes.h): Include.
11193 (thread_to_thread_handle): New function.
11194
11195 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11196 (target_thread_info_to_thread_handle): Declare.
11197 * target.c (target_thread_info_to_thread_handle): New function.
11198 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11199 * target-delegates.c: Regenerate.
11200
11201 * linux-thread-db.c (class thread_db_target): Add method
11202 thread_info_to_thread_handle.
11203 (thread_db_target::thread_info_to_thread_handle): Define.
11204 * remote.c (class remote_target): Add new method
11205 thread_info_to_thread_handle.
11206 (remote_target::thread_info_to_thread_handle): Define.
11207
11208 2019-04-08 Pedro Alves <palves@redhat.com>
11209
11210 * common/common-exceptions.c (throw_exception): Don't create
11211 named object to throw; throw directly.
11212 (throw_it): Likewise. Don't initialize gdb_exception::message
11213 here, with new; pass FMT and AP to the ctor instead.
11214 * common/common-exceptions.h: Include <string>.
11215 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11216 const char *, va_list)): New ctor. Use std::make_shared.
11217 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11218 errors)): Delete.
11219 (gdb_exception_error::gdb_exception_error(enum errors, const char
11220 *, va_list)): New.
11221 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11222 Add assertion.
11223 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11224 errors)): Delete.
11225 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11226 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11227 Add assertion.
11228
11229 2019-04-08 Tom Tromey <tom@tromey.com>
11230
11231 * valops.c (value_rtti_indirect_type): Replace throw_exception
11232 with throw.
11233 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11234 with throw.
11235 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11236 throw.
11237 * target.c (target_translate_tls_address): Replace throw_exception
11238 with throw.
11239 * stack.c (frame_apply_command_count): Replace throw_exception
11240 with throw.
11241 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11242 throw.
11243 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11244 with throw.
11245 * rs6000-tdep.c (rs6000_frame_cache)
11246 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11247 * remote.c: Replace throw_exception with throw.
11248 * record-full.c (record_full_message, record_full_wait_1)
11249 (record_full_restore): Replace throw_exception with throw.
11250 * record-btrace.c:
11251 (get_thread_current_frame_id, record_btrace_start_replaying)
11252 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11253 (cmd_record_btrace_start): Replace throw_exception with throw.
11254 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11255 throw.
11256 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11257 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11258 * linespec.c:
11259 (find_linespec_symbols): Replace throw_exception with throw.
11260 * infrun.c (displaced_step_prepare, resume): Replace
11261 throw_exception with throw.
11262 * infcmd.c (post_create_inferior): Replace throw_exception with
11263 throw.
11264 * inf-loop.c (inferior_event_handler): Replace throw_exception
11265 with throw.
11266 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11267 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11268 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11269 (get_prev_frame_always, get_frame_pc_if_available)
11270 (get_frame_address_in_block_if_available, get_frame_language):
11271 Replace throw_exception with throw.
11272 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11273 throw_exception with throw.
11274 * eval.c (fetch_subexp_value, evaluate_var_value)
11275 (evaluate_funcall, evaluate_subexp_standard): Replace
11276 throw_exception with throw.
11277 * dwarf2loc.c (call_site_find_chain)
11278 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11279 Replace throw_exception with throw.
11280 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11281 with throw.
11282 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11283 throw.
11284 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11285 * completer.c (complete_line_internal): Replace throw_exception
11286 with throw.
11287 * compile/compile-object-run.c (compile_object_run): Replace
11288 throw_exception with throw.
11289 * cli/cli-script.c (process_next_line): Replace throw_exception
11290 with throw.
11291 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11292 (btrace_enable, btrace_maint_update_pt_packets): Replace
11293 throw_exception with throw.
11294 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11295 throw_exception with throw.
11296 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11297 throw_exception with throw.
11298 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11299 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11300 * aarch64-tdep.c (aarch64_make_prologue_cache)
11301 (aarch64_make_stub_cache): Replace throw_exception with throw.
11302
11303 2019-04-08 Tom Tromey <tom@tromey.com>
11304
11305 * common/common-exceptions.c (throw_exception): Rename from
11306 throw_exception_cxx. Remove old copy. Make argument const.
11307 (throw_it): Create and throw exception objects directly.
11308 * common/common-exceptions.h (throw_exception): Make argument
11309 const.
11310 (struct gdb_exception_error): Add constructor.
11311 (struct gdb_exception_quit): Add constructor.
11312
11313 2019-04-08 Tom Tromey <tom@tromey.com>
11314
11315 * common/common-exceptions.h (exception_rethrow): Don't declare.
11316 (TRY_SJLJ): Update comment.
11317 (TRY, CATCH, END_CATCH): Remove.
11318 * common/common-exceptions.c (exception_rethrow): Remove.
11319
11320 2019-04-08 Tom Tromey <tom@tromey.com>
11321
11322 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11323 Remove.
11324 (gdb_exception_error): Rename from
11325 gdb_exception_RETURN_MASK_ERROR.
11326 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11327 (gdb_quit_bad_alloc): Update.
11328 * aarch64-tdep.c: Update.
11329 * ada-lang.c: Update.
11330 * ada-typeprint.c: Update.
11331 * ada-valprint.c: Update.
11332 * amd64-tdep.c: Update.
11333 * arch-utils.c: Update.
11334 * break-catch-throw.c: Update.
11335 * breakpoint.c: Update.
11336 * btrace.c: Update.
11337 * c-varobj.c: Update.
11338 * cli/cli-cmds.c: Update.
11339 * cli/cli-interp.c: Update.
11340 * cli/cli-script.c: Update.
11341 * common/common-exceptions.c: Update.
11342 * common/new-op.c: Update.
11343 * common/selftest.c: Update.
11344 * compile/compile-c-symbols.c: Update.
11345 * compile/compile-cplus-symbols.c: Update.
11346 * compile/compile-object-load.c: Update.
11347 * compile/compile-object-run.c: Update.
11348 * completer.c: Update.
11349 * corelow.c: Update.
11350 * cp-abi.c: Update.
11351 * cp-support.c: Update.
11352 * cp-valprint.c: Update.
11353 * darwin-nat.c: Update.
11354 * disasm-selftests.c: Update.
11355 * dtrace-probe.c: Update.
11356 * dwarf-index-cache.c: Update.
11357 * dwarf-index-write.c: Update.
11358 * dwarf2-frame-tailcall.c: Update.
11359 * dwarf2-frame.c: Update.
11360 * dwarf2loc.c: Update.
11361 * dwarf2read.c: Update.
11362 * eval.c: Update.
11363 * event-loop.c: Update.
11364 * event-top.c: Update.
11365 * exec.c: Update.
11366 * f-valprint.c: Update.
11367 * fbsd-tdep.c: Update.
11368 * frame-unwind.c: Update.
11369 * frame.c: Update.
11370 * gdbtypes.c: Update.
11371 * gnu-v3-abi.c: Update.
11372 * guile/guile-internal.h: Update.
11373 * guile/scm-block.c: Update.
11374 * guile/scm-breakpoint.c: Update.
11375 * guile/scm-cmd.c: Update.
11376 * guile/scm-disasm.c: Update.
11377 * guile/scm-frame.c: Update.
11378 * guile/scm-lazy-string.c: Update.
11379 * guile/scm-math.c: Update.
11380 * guile/scm-param.c: Update.
11381 * guile/scm-ports.c: Update.
11382 * guile/scm-pretty-print.c: Update.
11383 * guile/scm-symbol.c: Update.
11384 * guile/scm-symtab.c: Update.
11385 * guile/scm-type.c: Update.
11386 * guile/scm-value.c: Update.
11387 * i386-linux-tdep.c: Update.
11388 * i386-tdep.c: Update.
11389 * inf-loop.c: Update.
11390 * infcall.c: Update.
11391 * infcmd.c: Update.
11392 * infrun.c: Update.
11393 * jit.c: Update.
11394 * language.c: Update.
11395 * linespec.c: Update.
11396 * linux-fork.c: Update.
11397 * linux-nat.c: Update.
11398 * linux-tdep.c: Update.
11399 * linux-thread-db.c: Update.
11400 * main.c: Update.
11401 * mi/mi-cmd-break.c: Update.
11402 * mi/mi-cmd-stack.c: Update.
11403 * mi/mi-interp.c: Update.
11404 * mi/mi-main.c: Update.
11405 * objc-lang.c: Update.
11406 * p-valprint.c: Update.
11407 * parse.c: Update.
11408 * ppc-linux-tdep.c: Update.
11409 * printcmd.c: Update.
11410 * python/py-arch.c: Update.
11411 * python/py-breakpoint.c: Update.
11412 * python/py-cmd.c: Update.
11413 * python/py-finishbreakpoint.c: Update.
11414 * python/py-frame.c: Update.
11415 * python/py-framefilter.c: Update.
11416 * python/py-gdb-readline.c: Update.
11417 * python/py-inferior.c: Update.
11418 * python/py-infthread.c: Update.
11419 * python/py-lazy-string.c: Update.
11420 * python/py-linetable.c: Update.
11421 * python/py-objfile.c: Update.
11422 * python/py-param.c: Update.
11423 * python/py-prettyprint.c: Update.
11424 * python/py-progspace.c: Update.
11425 * python/py-record-btrace.c: Update.
11426 * python/py-record.c: Update.
11427 * python/py-symbol.c: Update.
11428 * python/py-type.c: Update.
11429 * python/py-unwind.c: Update.
11430 * python/py-utils.c: Update.
11431 * python/py-value.c: Update.
11432 * python/python.c: Update.
11433 * record-btrace.c: Update.
11434 * record-full.c: Update.
11435 * remote-fileio.c: Update.
11436 * remote.c: Update.
11437 * riscv-tdep.c: Update.
11438 * rs6000-aix-tdep.c: Update.
11439 * rs6000-tdep.c: Update.
11440 * rust-exp.y: Update.
11441 * rust-lang.c: Update.
11442 * s390-tdep.c: Update.
11443 * selftest-arch.c: Update.
11444 * solib-dsbt.c: Update.
11445 * solib-frv.c: Update.
11446 * solib-spu.c: Update.
11447 * solib-svr4.c: Update.
11448 * solib.c: Update.
11449 * sparc64-linux-tdep.c: Update.
11450 * stack.c: Update.
11451 * symfile-mem.c: Update.
11452 * symmisc.c: Update.
11453 * target.c: Update.
11454 * thread.c: Update.
11455 * top.c: Update.
11456 * tracefile-tfile.c: Update.
11457 * tui/tui.c: Update.
11458 * typeprint.c: Update.
11459 * unittests/cli-utils-selftests.c: Update.
11460 * unittests/parse-connection-spec-selftests.c: Update.
11461 * valops.c: Update.
11462 * valprint.c: Update.
11463 * value.c: Update.
11464 * varobj.c: Update.
11465 * windows-nat.c: Update.
11466 * x86-linux-nat.c: Update.
11467 * xml-support.c: Update.
11468
11469 2019-04-08 Tom Tromey <tom@tromey.com>
11470
11471 * xml-support.c: Use C++ exception handling.
11472 * x86-linux-nat.c: Use C++ exception handling.
11473 * windows-nat.c: Use C++ exception handling.
11474 * varobj.c: Use C++ exception handling.
11475 * value.c: Use C++ exception handling.
11476 * valprint.c: Use C++ exception handling.
11477 * valops.c: Use C++ exception handling.
11478 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11479 handling.
11480 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11481 * typeprint.c: Use C++ exception handling.
11482 * tui/tui.c: Use C++ exception handling.
11483 * tracefile-tfile.c: Use C++ exception handling.
11484 * top.c: Use C++ exception handling.
11485 * thread.c: Use C++ exception handling.
11486 * target.c: Use C++ exception handling.
11487 * symmisc.c: Use C++ exception handling.
11488 * symfile-mem.c: Use C++ exception handling.
11489 * stack.c: Use C++ exception handling.
11490 * sparc64-linux-tdep.c: Use C++ exception handling.
11491 * solib.c: Use C++ exception handling.
11492 * solib-svr4.c: Use C++ exception handling.
11493 * solib-spu.c: Use C++ exception handling.
11494 * solib-frv.c: Use C++ exception handling.
11495 * solib-dsbt.c: Use C++ exception handling.
11496 * selftest-arch.c: Use C++ exception handling.
11497 * s390-tdep.c: Use C++ exception handling.
11498 * rust-lang.c: Use C++ exception handling.
11499 * rust-exp.y: Use C++ exception handling.
11500 * rs6000-tdep.c: Use C++ exception handling.
11501 * rs6000-aix-tdep.c: Use C++ exception handling.
11502 * riscv-tdep.c: Use C++ exception handling.
11503 * remote.c: Use C++ exception handling.
11504 * remote-fileio.c: Use C++ exception handling.
11505 * record-full.c: Use C++ exception handling.
11506 * record-btrace.c: Use C++ exception handling.
11507 * python/python.c: Use C++ exception handling.
11508 * python/py-value.c: Use C++ exception handling.
11509 * python/py-utils.c: Use C++ exception handling.
11510 * python/py-unwind.c: Use C++ exception handling.
11511 * python/py-type.c: Use C++ exception handling.
11512 * python/py-symbol.c: Use C++ exception handling.
11513 * python/py-record.c: Use C++ exception handling.
11514 * python/py-record-btrace.c: Use C++ exception handling.
11515 * python/py-progspace.c: Use C++ exception handling.
11516 * python/py-prettyprint.c: Use C++ exception handling.
11517 * python/py-param.c: Use C++ exception handling.
11518 * python/py-objfile.c: Use C++ exception handling.
11519 * python/py-linetable.c: Use C++ exception handling.
11520 * python/py-lazy-string.c: Use C++ exception handling.
11521 * python/py-infthread.c: Use C++ exception handling.
11522 * python/py-inferior.c: Use C++ exception handling.
11523 * python/py-gdb-readline.c: Use C++ exception handling.
11524 * python/py-framefilter.c: Use C++ exception handling.
11525 * python/py-frame.c: Use C++ exception handling.
11526 * python/py-finishbreakpoint.c: Use C++ exception handling.
11527 * python/py-cmd.c: Use C++ exception handling.
11528 * python/py-breakpoint.c: Use C++ exception handling.
11529 * python/py-arch.c: Use C++ exception handling.
11530 * printcmd.c: Use C++ exception handling.
11531 * ppc-linux-tdep.c: Use C++ exception handling.
11532 * parse.c: Use C++ exception handling.
11533 * p-valprint.c: Use C++ exception handling.
11534 * objc-lang.c: Use C++ exception handling.
11535 * mi/mi-main.c: Use C++ exception handling.
11536 * mi/mi-interp.c: Use C++ exception handling.
11537 * mi/mi-cmd-stack.c: Use C++ exception handling.
11538 * mi/mi-cmd-break.c: Use C++ exception handling.
11539 * main.c: Use C++ exception handling.
11540 * linux-thread-db.c: Use C++ exception handling.
11541 * linux-tdep.c: Use C++ exception handling.
11542 * linux-nat.c: Use C++ exception handling.
11543 * linux-fork.c: Use C++ exception handling.
11544 * linespec.c: Use C++ exception handling.
11545 * language.c: Use C++ exception handling.
11546 * jit.c: Use C++ exception handling.
11547 * infrun.c: Use C++ exception handling.
11548 * infcmd.c: Use C++ exception handling.
11549 * infcall.c: Use C++ exception handling.
11550 * inf-loop.c: Use C++ exception handling.
11551 * i386-tdep.c: Use C++ exception handling.
11552 * i386-linux-tdep.c: Use C++ exception handling.
11553 * guile/scm-value.c: Use C++ exception handling.
11554 * guile/scm-type.c: Use C++ exception handling.
11555 * guile/scm-symtab.c: Use C++ exception handling.
11556 * guile/scm-symbol.c: Use C++ exception handling.
11557 * guile/scm-pretty-print.c: Use C++ exception handling.
11558 * guile/scm-ports.c: Use C++ exception handling.
11559 * guile/scm-param.c: Use C++ exception handling.
11560 * guile/scm-math.c: Use C++ exception handling.
11561 * guile/scm-lazy-string.c: Use C++ exception handling.
11562 * guile/scm-frame.c: Use C++ exception handling.
11563 * guile/scm-disasm.c: Use C++ exception handling.
11564 * guile/scm-cmd.c: Use C++ exception handling.
11565 * guile/scm-breakpoint.c: Use C++ exception handling.
11566 * guile/scm-block.c: Use C++ exception handling.
11567 * guile/guile-internal.h: Use C++ exception handling.
11568 * gnu-v3-abi.c: Use C++ exception handling.
11569 * gdbtypes.c: Use C++ exception handling.
11570 * frame.c: Use C++ exception handling.
11571 * frame-unwind.c: Use C++ exception handling.
11572 * fbsd-tdep.c: Use C++ exception handling.
11573 * f-valprint.c: Use C++ exception handling.
11574 * exec.c: Use C++ exception handling.
11575 * event-top.c: Use C++ exception handling.
11576 * event-loop.c: Use C++ exception handling.
11577 * eval.c: Use C++ exception handling.
11578 * dwarf2read.c: Use C++ exception handling.
11579 * dwarf2loc.c: Use C++ exception handling.
11580 * dwarf2-frame.c: Use C++ exception handling.
11581 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11582 * dwarf-index-write.c: Use C++ exception handling.
11583 * dwarf-index-cache.c: Use C++ exception handling.
11584 * dtrace-probe.c: Use C++ exception handling.
11585 * disasm-selftests.c: Use C++ exception handling.
11586 * darwin-nat.c: Use C++ exception handling.
11587 * cp-valprint.c: Use C++ exception handling.
11588 * cp-support.c: Use C++ exception handling.
11589 * cp-abi.c: Use C++ exception handling.
11590 * corelow.c: Use C++ exception handling.
11591 * completer.c: Use C++ exception handling.
11592 * compile/compile-object-run.c: Use C++ exception handling.
11593 * compile/compile-object-load.c: Use C++ exception handling.
11594 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11595 * compile/compile-c-symbols.c: Use C++ exception handling.
11596 * common/selftest.c: Use C++ exception handling.
11597 * common/new-op.c: Use C++ exception handling.
11598 * cli/cli-script.c: Use C++ exception handling.
11599 * cli/cli-interp.c: Use C++ exception handling.
11600 * cli/cli-cmds.c: Use C++ exception handling.
11601 * c-varobj.c: Use C++ exception handling.
11602 * btrace.c: Use C++ exception handling.
11603 * breakpoint.c: Use C++ exception handling.
11604 * break-catch-throw.c: Use C++ exception handling.
11605 * arch-utils.c: Use C++ exception handling.
11606 * amd64-tdep.c: Use C++ exception handling.
11607 * ada-valprint.c: Use C++ exception handling.
11608 * ada-typeprint.c: Use C++ exception handling.
11609 * ada-lang.c: Use C++ exception handling.
11610 * aarch64-tdep.c: Use C++ exception handling.
11611
11612 2019-04-08 Tom Tromey <tom@tromey.com>
11613
11614 * xml-support.c (gdb_xml_parser::parse): Update.
11615 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11616 * value.c (show_convenience): Update.
11617 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11618 (test_parse_flags_qcs): Update.
11619 * thread.c (thr_try_catch_cmd): Update.
11620 * target.c (target_translate_tls_address): Update.
11621 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11622 (info_frame_command_core, frame_apply_command_count): Update.
11623 * rust-exp.y (rust_lex_exception_test): Update.
11624 * riscv-tdep.c (riscv_print_one_register_info): Update.
11625 * remote.c (remote_target::enable_btrace): Update.
11626 * record-btrace.c (record_btrace_enable_warn): Update.
11627 * python/py-utils.c (gdbpy_convert_exception): Update.
11628 * printcmd.c (do_one_display, print_variable_and_value): Update.
11629 * mi/mi-main.c (mi_print_exception): Update.
11630 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11631 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11632 * linux-nat.c (linux_nat_target::attach): Update.
11633 * linux-fork.c (class scoped_switch_fork_info): Update.
11634 * infrun.c (displaced_step_prepare): Update.
11635 * infcall.c (call_function_by_hand_dummy): Update.
11636 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11637 * gnu-v3-abi.c (print_one_vtable): Update.
11638 * frame.c (get_prev_frame_always): Update.
11639 * f-valprint.c (info_common_command_for_block): Update.
11640 * exec.c (try_open_exec_file): Update.
11641 * exceptions.c (print_exception, exception_print)
11642 (exception_fprintf, exception_print_same): Update.
11643 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11644 * dwarf-index-cache.c (index_cache::store)
11645 (index_cache::lookup_gdb_index): Update.
11646 * darwin-nat.c (maybe_cache_shell): Update.
11647 * cp-valprint.c (cp_print_value_fields): Update.
11648 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11649 (gcc_cplus_symbol_address): Update.
11650 * compile/compile-c-symbols.c (gcc_convert_symbol)
11651 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11652 * common/selftest.c: Update.
11653 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11654 a std::string.
11655 (exception_try_scope_entry, exception_try_scope_exit): Don't
11656 declare.
11657 (struct exception_try_scope): Remove.
11658 (TRY): Don't use exception_try_scope.
11659 (struct gdb_exception): Add constructor, operator=.
11660 <what>: New method.
11661 (struct gdb_exception_RETURN_MASK_ALL)
11662 (struct gdb_exception_RETURN_MASK_ERROR)
11663 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11664 (struct gdb_quit_bad_alloc): Update.
11665 * common/common-exceptions.c (exception_none): Change
11666 initializer.
11667 (struct catcher) <state, exception>: Initialize inline.
11668 <prev>: Remove member.
11669 (current_catcher): Remove.
11670 (catchers): New global.
11671 (exceptions_state_mc_init): Simplify.
11672 (catcher_pop): Remove.
11673 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11674 (try_scope_depth, exception_try_scope_entry)
11675 (exception_try_scope_exit): Remove.
11676 (throw_exception_sjlj): Update.
11677 (exception_messages, exception_messages_size): Remove.
11678 (throw_it): Simplify.
11679 (gdb_exception_sliced_copy): Remove.
11680 (throw_exception_cxx): Update.
11681 * cli/cli-script.c (script_from_file): Update.
11682 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11683 Update.
11684 * ada-valprint.c (ada_val_print): Update.
11685 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11686 (create_excep_cond_exprs): Update.
11687
11688 2019-04-08 Tom Tromey <tom@tromey.com>
11689
11690 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11691 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11692 (TRY, CATCH, END_CATCH): Remove some definitions.
11693 * common/common-exceptions.c: Don't use GDB_XCPT.
11694 (catcher_list_size): Remove.
11695 (throw_exception, throw_it): Simplify.
11696
11697 2019-04-05 Tom Tromey <tom@tromey.com>
11698
11699 Revert the header-sorting patch.
11700 * ft32-tdep.c: Revert.
11701 * frv-tdep.c: Revert.
11702 * frv-linux-tdep.c: Revert.
11703 * frame.c: Revert.
11704 * frame-unwind.c: Revert.
11705 * frame-base.c: Revert.
11706 * fork-child.c: Revert.
11707 * findvar.c: Revert.
11708 * findcmd.c: Revert.
11709 * filesystem.c: Revert.
11710 * filename-seen-cache.h: Revert.
11711 * filename-seen-cache.c: Revert.
11712 * fbsd-tdep.c: Revert.
11713 * fbsd-nat.h: Revert.
11714 * fbsd-nat.c: Revert.
11715 * f-valprint.c: Revert.
11716 * f-typeprint.c: Revert.
11717 * f-lang.c: Revert.
11718 * extension.h: Revert.
11719 * extension.c: Revert.
11720 * extension-priv.h: Revert.
11721 * expprint.c: Revert.
11722 * exec.h: Revert.
11723 * exec.c: Revert.
11724 * exceptions.c: Revert.
11725 * event-top.c: Revert.
11726 * event-loop.c: Revert.
11727 * eval.c: Revert.
11728 * elfread.c: Revert.
11729 * dwarf2read.h: Revert.
11730 * dwarf2read.c: Revert.
11731 * dwarf2loc.c: Revert.
11732 * dwarf2expr.h: Revert.
11733 * dwarf2expr.c: Revert.
11734 * dwarf2-frame.c: Revert.
11735 * dwarf2-frame-tailcall.c: Revert.
11736 * dwarf-index-write.h: Revert.
11737 * dwarf-index-write.c: Revert.
11738 * dwarf-index-common.c: Revert.
11739 * dwarf-index-cache.h: Revert.
11740 * dwarf-index-cache.c: Revert.
11741 * dummy-frame.c: Revert.
11742 * dtrace-probe.c: Revert.
11743 * disasm.h: Revert.
11744 * disasm.c: Revert.
11745 * disasm-selftests.c: Revert.
11746 * dictionary.c: Revert.
11747 * dicos-tdep.c: Revert.
11748 * demangle.c: Revert.
11749 * dcache.h: Revert.
11750 * dcache.c: Revert.
11751 * darwin-nat.h: Revert.
11752 * darwin-nat.c: Revert.
11753 * darwin-nat-info.c: Revert.
11754 * d-valprint.c: Revert.
11755 * d-namespace.c: Revert.
11756 * d-lang.c: Revert.
11757 * ctf.c: Revert.
11758 * csky-tdep.c: Revert.
11759 * csky-linux-tdep.c: Revert.
11760 * cris-tdep.c: Revert.
11761 * cris-linux-tdep.c: Revert.
11762 * cp-valprint.c: Revert.
11763 * cp-support.c: Revert.
11764 * cp-namespace.c: Revert.
11765 * cp-abi.c: Revert.
11766 * corelow.c: Revert.
11767 * corefile.c: Revert.
11768 * continuations.c: Revert.
11769 * completer.h: Revert.
11770 * completer.c: Revert.
11771 * complaints.c: Revert.
11772 * coffread.c: Revert.
11773 * coff-pe-read.c: Revert.
11774 * cli-out.h: Revert.
11775 * cli-out.c: Revert.
11776 * charset.c: Revert.
11777 * c-varobj.c: Revert.
11778 * c-valprint.c: Revert.
11779 * c-typeprint.c: Revert.
11780 * c-lang.c: Revert.
11781 * buildsym.c: Revert.
11782 * buildsym-legacy.c: Revert.
11783 * build-id.h: Revert.
11784 * build-id.c: Revert.
11785 * btrace.c: Revert.
11786 * bsd-uthread.c: Revert.
11787 * breakpoint.h: Revert.
11788 * breakpoint.c: Revert.
11789 * break-catch-throw.c: Revert.
11790 * break-catch-syscall.c: Revert.
11791 * break-catch-sig.c: Revert.
11792 * blockframe.c: Revert.
11793 * block.c: Revert.
11794 * bfin-tdep.c: Revert.
11795 * bfin-linux-tdep.c: Revert.
11796 * bfd-target.c: Revert.
11797 * bcache.c: Revert.
11798 * ax-general.c: Revert.
11799 * ax-gdb.h: Revert.
11800 * ax-gdb.c: Revert.
11801 * avr-tdep.c: Revert.
11802 * auxv.c: Revert.
11803 * auto-load.c: Revert.
11804 * arm-wince-tdep.c: Revert.
11805 * arm-tdep.c: Revert.
11806 * arm-symbian-tdep.c: Revert.
11807 * arm-pikeos-tdep.c: Revert.
11808 * arm-obsd-tdep.c: Revert.
11809 * arm-nbsd-tdep.c: Revert.
11810 * arm-nbsd-nat.c: Revert.
11811 * arm-linux-tdep.c: Revert.
11812 * arm-linux-nat.c: Revert.
11813 * arm-fbsd-tdep.c: Revert.
11814 * arm-fbsd-nat.c: Revert.
11815 * arm-bsd-tdep.c: Revert.
11816 * arch-utils.c: Revert.
11817 * arc-tdep.c: Revert.
11818 * arc-newlib-tdep.c: Revert.
11819 * annotate.h: Revert.
11820 * annotate.c: Revert.
11821 * amd64-windows-tdep.c: Revert.
11822 * amd64-windows-nat.c: Revert.
11823 * amd64-tdep.c: Revert.
11824 * amd64-sol2-tdep.c: Revert.
11825 * amd64-obsd-tdep.c: Revert.
11826 * amd64-obsd-nat.c: Revert.
11827 * amd64-nbsd-tdep.c: Revert.
11828 * amd64-nbsd-nat.c: Revert.
11829 * amd64-nat.c: Revert.
11830 * amd64-linux-tdep.c: Revert.
11831 * amd64-linux-nat.c: Revert.
11832 * amd64-fbsd-tdep.c: Revert.
11833 * amd64-fbsd-nat.c: Revert.
11834 * amd64-dicos-tdep.c: Revert.
11835 * amd64-darwin-tdep.c: Revert.
11836 * amd64-bsd-nat.c: Revert.
11837 * alpha-tdep.c: Revert.
11838 * alpha-obsd-tdep.c: Revert.
11839 * alpha-nbsd-tdep.c: Revert.
11840 * alpha-mdebug-tdep.c: Revert.
11841 * alpha-linux-tdep.c: Revert.
11842 * alpha-linux-nat.c: Revert.
11843 * alpha-bsd-tdep.c: Revert.
11844 * alpha-bsd-nat.c: Revert.
11845 * aix-thread.c: Revert.
11846 * agent.c: Revert.
11847 * addrmap.c: Revert.
11848 * ada-varobj.c: Revert.
11849 * ada-valprint.c: Revert.
11850 * ada-typeprint.c: Revert.
11851 * ada-tasks.c: Revert.
11852 * ada-lang.c: Revert.
11853 * aarch64-tdep.c: Revert.
11854 * aarch64-ravenscar-thread.c: Revert.
11855 * aarch64-newlib-tdep.c: Revert.
11856 * aarch64-linux-tdep.c: Revert.
11857 * aarch64-linux-nat.c: Revert.
11858 * aarch64-fbsd-tdep.c: Revert.
11859 * aarch64-fbsd-nat.c: Revert.
11860 * aarch32-linux-nat.c: Revert.
11861
11862 2019-04-05 Tom Tromey <tom@tromey.com>
11863
11864 * ft32-tdep.c: Sort headers.
11865 * frv-tdep.c: Sort headers.
11866 * frv-linux-tdep.c: Sort headers.
11867 * frame.c: Sort headers.
11868 * frame-unwind.c: Sort headers.
11869 * frame-base.c: Sort headers.
11870 * fork-child.c: Sort headers.
11871 * findvar.c: Sort headers.
11872 * findcmd.c: Sort headers.
11873 * filesystem.c: Sort headers.
11874 * filename-seen-cache.h: Sort headers.
11875 * filename-seen-cache.c: Sort headers.
11876 * fbsd-tdep.c: Sort headers.
11877 * fbsd-nat.h: Sort headers.
11878 * fbsd-nat.c: Sort headers.
11879 * f-valprint.c: Sort headers.
11880 * f-typeprint.c: Sort headers.
11881 * f-lang.c: Sort headers.
11882 * extension.h: Sort headers.
11883 * extension.c: Sort headers.
11884 * extension-priv.h: Sort headers.
11885 * expprint.c: Sort headers.
11886 * exec.h: Sort headers.
11887 * exec.c: Sort headers.
11888 * exceptions.c: Sort headers.
11889 * event-top.c: Sort headers.
11890 * event-loop.c: Sort headers.
11891 * eval.c: Sort headers.
11892 * elfread.c: Sort headers.
11893 * dwarf2read.h: Sort headers.
11894 * dwarf2read.c: Sort headers.
11895 * dwarf2loc.c: Sort headers.
11896 * dwarf2expr.h: Sort headers.
11897 * dwarf2expr.c: Sort headers.
11898 * dwarf2-frame.c: Sort headers.
11899 * dwarf2-frame-tailcall.c: Sort headers.
11900 * dwarf-index-write.h: Sort headers.
11901 * dwarf-index-write.c: Sort headers.
11902 * dwarf-index-common.c: Sort headers.
11903 * dwarf-index-cache.h: Sort headers.
11904 * dwarf-index-cache.c: Sort headers.
11905 * dummy-frame.c: Sort headers.
11906 * dtrace-probe.c: Sort headers.
11907 * disasm.h: Sort headers.
11908 * disasm.c: Sort headers.
11909 * disasm-selftests.c: Sort headers.
11910 * dictionary.c: Sort headers.
11911 * dicos-tdep.c: Sort headers.
11912 * demangle.c: Sort headers.
11913 * dcache.h: Sort headers.
11914 * dcache.c: Sort headers.
11915 * darwin-nat.h: Sort headers.
11916 * darwin-nat.c: Sort headers.
11917 * darwin-nat-info.c: Sort headers.
11918 * d-valprint.c: Sort headers.
11919 * d-namespace.c: Sort headers.
11920 * d-lang.c: Sort headers.
11921 * ctf.c: Sort headers.
11922 * csky-tdep.c: Sort headers.
11923 * csky-linux-tdep.c: Sort headers.
11924 * cris-tdep.c: Sort headers.
11925 * cris-linux-tdep.c: Sort headers.
11926 * cp-valprint.c: Sort headers.
11927 * cp-support.c: Sort headers.
11928 * cp-namespace.c: Sort headers.
11929 * cp-abi.c: Sort headers.
11930 * corelow.c: Sort headers.
11931 * corefile.c: Sort headers.
11932 * continuations.c: Sort headers.
11933 * completer.h: Sort headers.
11934 * completer.c: Sort headers.
11935 * complaints.c: Sort headers.
11936 * coffread.c: Sort headers.
11937 * coff-pe-read.c: Sort headers.
11938 * cli-out.h: Sort headers.
11939 * cli-out.c: Sort headers.
11940 * charset.c: Sort headers.
11941 * c-varobj.c: Sort headers.
11942 * c-valprint.c: Sort headers.
11943 * c-typeprint.c: Sort headers.
11944 * c-lang.c: Sort headers.
11945 * buildsym.c: Sort headers.
11946 * buildsym-legacy.c: Sort headers.
11947 * build-id.h: Sort headers.
11948 * build-id.c: Sort headers.
11949 * btrace.c: Sort headers.
11950 * bsd-uthread.c: Sort headers.
11951 * breakpoint.h: Sort headers.
11952 * breakpoint.c: Sort headers.
11953 * break-catch-throw.c: Sort headers.
11954 * break-catch-syscall.c: Sort headers.
11955 * break-catch-sig.c: Sort headers.
11956 * blockframe.c: Sort headers.
11957 * block.c: Sort headers.
11958 * bfin-tdep.c: Sort headers.
11959 * bfin-linux-tdep.c: Sort headers.
11960 * bfd-target.c: Sort headers.
11961 * bcache.c: Sort headers.
11962 * ax-general.c: Sort headers.
11963 * ax-gdb.h: Sort headers.
11964 * ax-gdb.c: Sort headers.
11965 * avr-tdep.c: Sort headers.
11966 * auxv.c: Sort headers.
11967 * auto-load.c: Sort headers.
11968 * arm-wince-tdep.c: Sort headers.
11969 * arm-tdep.c: Sort headers.
11970 * arm-symbian-tdep.c: Sort headers.
11971 * arm-pikeos-tdep.c: Sort headers.
11972 * arm-obsd-tdep.c: Sort headers.
11973 * arm-nbsd-tdep.c: Sort headers.
11974 * arm-nbsd-nat.c: Sort headers.
11975 * arm-linux-tdep.c: Sort headers.
11976 * arm-linux-nat.c: Sort headers.
11977 * arm-fbsd-tdep.c: Sort headers.
11978 * arm-fbsd-nat.c: Sort headers.
11979 * arm-bsd-tdep.c: Sort headers.
11980 * arch-utils.c: Sort headers.
11981 * arc-tdep.c: Sort headers.
11982 * arc-newlib-tdep.c: Sort headers.
11983 * annotate.h: Sort headers.
11984 * annotate.c: Sort headers.
11985 * amd64-windows-tdep.c: Sort headers.
11986 * amd64-windows-nat.c: Sort headers.
11987 * amd64-tdep.c: Sort headers.
11988 * amd64-sol2-tdep.c: Sort headers.
11989 * amd64-obsd-tdep.c: Sort headers.
11990 * amd64-obsd-nat.c: Sort headers.
11991 * amd64-nbsd-tdep.c: Sort headers.
11992 * amd64-nbsd-nat.c: Sort headers.
11993 * amd64-nat.c: Sort headers.
11994 * amd64-linux-tdep.c: Sort headers.
11995 * amd64-linux-nat.c: Sort headers.
11996 * amd64-fbsd-tdep.c: Sort headers.
11997 * amd64-fbsd-nat.c: Sort headers.
11998 * amd64-dicos-tdep.c: Sort headers.
11999 * amd64-darwin-tdep.c: Sort headers.
12000 * amd64-bsd-nat.c: Sort headers.
12001 * alpha-tdep.c: Sort headers.
12002 * alpha-obsd-tdep.c: Sort headers.
12003 * alpha-nbsd-tdep.c: Sort headers.
12004 * alpha-mdebug-tdep.c: Sort headers.
12005 * alpha-linux-tdep.c: Sort headers.
12006 * alpha-linux-nat.c: Sort headers.
12007 * alpha-bsd-tdep.c: Sort headers.
12008 * alpha-bsd-nat.c: Sort headers.
12009 * aix-thread.c: Sort headers.
12010 * agent.c: Sort headers.
12011 * addrmap.c: Sort headers.
12012 * ada-varobj.c: Sort headers.
12013 * ada-valprint.c: Sort headers.
12014 * ada-typeprint.c: Sort headers.
12015 * ada-tasks.c: Sort headers.
12016 * ada-lang.c: Sort headers.
12017 * aarch64-tdep.c: Sort headers.
12018 * aarch64-ravenscar-thread.c: Sort headers.
12019 * aarch64-newlib-tdep.c: Sort headers.
12020 * aarch64-linux-tdep.c: Sort headers.
12021 * aarch64-linux-nat.c: Sort headers.
12022 * aarch64-fbsd-tdep.c: Sort headers.
12023 * aarch64-fbsd-nat.c: Sort headers.
12024 * aarch32-linux-nat.c: Sort headers.
12025
12026 2019-04-04 Tom Tromey <tom@tromey.com>
12027
12028 * varobj.c (varobj_create): Update.
12029 * rust-exp.y (struct rust_parser) <update_innermost_block,
12030 lookup_symbol>: New methods.
12031 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
12032 Rename.
12033 (rust_parser::rust_lookup_type)
12034 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12035 * printcmd.c (display_command, do_one_display): Update.
12036 * parser-defs.h (struct parser_state) <parser_state>: Add
12037 "tracker" parameter.
12038 (block_tracker): New member.
12039 (class innermost_block_tracker) <innermost_block_tracker>: Add
12040 "types" parameter.
12041 <reset>: Remove method.
12042 (innermost_block): Don't declare.
12043 (null_post_parser): Update.
12044 * parse.c (innermost_block): Remove global.
12045 (write_dollar_variable): Update.
12046 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
12047 Remove "tracker_types" parameter.
12048 (parse_expression): Add "tracker" parameter.
12049 (parse_expression_for_completion): Update.
12050 (null_post_parser): Add "tracker" parameter.
12051 * p-exp.y: Update rules.
12052 * m2-exp.y: Update rules.
12053 * language.h (struct language_defn) <la_post_parser>: Add
12054 "tracker" parameter.
12055 * go-exp.y: Update rules.
12056 * f-exp.y: Update rules.
12057 * expression.h (parse_expression, parse_exp_1): Add "tracker"
12058 parameter.
12059 * d-exp.y: Update rules.
12060 * c-exp.y: Update rules.
12061 * breakpoint.c (set_breakpoint_condition): Create an
12062 innermost_block_tracker.
12063 (watch_command_1): Likewise.
12064 * ada-lang.c (resolve): Add "tracker" parameter.
12065 (resolve_subexp): Likewise.
12066 * ada-exp.y (write_var_from_sym): Update.
12067
12068 2019-04-04 Tom Tromey <tom@tromey.com>
12069
12070 * type-stack.h: New file.
12071 * type-stack.c: New file.
12072 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
12073 type-stack.h.
12074 (insert_into_type_stack, insert_type, push_type, push_type_int)
12075 (insert_type_address_space, pop_type, pop_type_int)
12076 (pop_typelist, pop_type_stack, append_type_stack)
12077 (push_type_stack, get_type_stack, push_typelist)
12078 (follow_type_instance_flags, follow_types): Don't declare.
12079 * parse.c (type_stack): Remove global.
12080 (parse_exp_in_context): Update.
12081 (insert_into_type_stack, insert_type, push_type, push_type_int)
12082 (insert_type_address_space, pop_type, pop_type_int)
12083 (pop_typelist, pop_type_stack, append_type_stack)
12084 (push_type_stack, get_type_stack, push_typelist)
12085 (follow_type_instance_flags, follow_types): Remove (moved to
12086 type-stack.c).
12087 * f-exp.y (type_stack): New global.
12088 Update rules.
12089 (push_kind_type, f_parse): Update.
12090 * d-exp.y (type_stack): New global.
12091 Update rules.
12092 (d_parse): Update.
12093 * c-exp.y (struct c_parse_state) <type_stack>: New member.
12094 Update rules.
12095 * Makefile.in (COMMON_SFILES): Add type-stack.c.
12096 (HFILES_NO_SRCDIR): Add type-stack.h.
12097
12098 2019-04-04 Tom Tromey <tom@tromey.com>
12099
12100 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
12101 (rust_parser::convert_ast_to_expression, rust_parse)
12102 (rust_lex_test_completion, rust_lex_tests): Update.
12103 * parser-defs.h (struct expr_completion_state): New.
12104 (struct parser_state) <parser_state>: Add completion parameter.
12105 <mark_struct_expression, mark_completion_tag>: New methods.
12106 <parse_completion, m_completion_state>: New members.
12107 (prefixify_expression, null_post_parser): Update.
12108 (mark_struct_expression, mark_completion_tag): Don't declare.
12109 * parse.c (parse_completion, expout_last_struct)
12110 (expout_tag_completion_type, expout_completion_name): Remove
12111 globals.
12112 (parser_state::mark_struct_expression)
12113 (parser_state::mark_completion_tag): Now methods.
12114 (prefixify_expression): Add last_struct parameter.
12115 (prefixify_subexp): Likewise.
12116 (parse_exp_1): Update.
12117 (parse_exp_in_context): Add cstate parameter. Update.
12118 (parse_expression_for_completion): Create an
12119 expr_completion_state.
12120 (null_post_parser): Add "completion" parameter.
12121 * p-exp.y: Update rules.
12122 (yylex): Update.
12123 * language.h (struct language_defn) <la_post_parser>: Add
12124 "completing" parameter.
12125 * go-exp.y: Update rules.
12126 (lex_one_token): Update.
12127 * expression.h (parse_completion): Don't declare.
12128 * d-exp.y: Update rules.
12129 (lex_one_token): Update rules.
12130 * c-exp.y: Update rules.
12131 (lex_one_token): Update.
12132 * ada-lang.c (resolve): Add "parse_completion" parameter.
12133 (resolve_subexp): Likewise.
12134 (ada_resolve_function): Likewise.
12135
12136 2019-04-04 Tom Tromey <tom@tromey.com>
12137
12138 * parser-defs.h (struct parser_state) <start_arglist,
12139 end_arglist>: New methods.
12140 <arglist_len, m_funcall_chain>: New members.
12141 (arglist_len, start_arglist, end_arglist): Don't declare.
12142 * parse.c (arglist_len, funcall_chain): Remove global.
12143 (start_arglist, end_arglist): Remove functions.
12144 (parse_exp_in_context): Update.
12145 * p-exp.y: Update rules.
12146 * m2-exp.y: Update rules.
12147 * go-exp.y: Update rules.
12148 * f-exp.y: Update rules.
12149 * d-exp.y: Update rules.
12150 * c-exp.y: Update rules.
12151
12152 2019-04-04 Tom Tromey <tom@tromey.com>
12153
12154 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
12155 lex_operator, push_back>: New methods.
12156 Update all rules.
12157 (rust_parser::lex_hex, lex_escape): Rename and update.
12158 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
12159 (rust_parser::lex_operator): Rename and update.
12160 (rust_parser::lex_number, rustyylex, rustyyerror)
12161 (rust_lex_test_init, rust_lex_test_sequence)
12162 (rust_lex_test_push_back, rust_lex_tests): Update.
12163 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
12164 parameter.
12165 <lexptr, prev_lexptr>: New members.
12166 (lexptr, prev_lexptr): Don't declare.
12167 * parse.c (lexptr, prev_lexptr): Remove globals.
12168 (parse_exp_in_context): Update.
12169 * p-exp.y (yylex, yyerror): Update.
12170 * m2-exp.y (parse_number, yylex, yyerror): Update.
12171 * go-exp.y (lex_one_token, yyerror): Update.
12172 * f-exp.y (match_string_literal, yylex, yyerror): Update.
12173 * d-exp.y (lex_one_token, yyerror): Update.
12174 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
12175 (lex_one_token, yyerror): Update.
12176 * ada-lex.l (YY_INPUT): Update.
12177 (rewind_to_char): Update.
12178 * ada-exp.y (yyerror): Update.
12179
12180 2019-04-04 Tom Tromey <tom@tromey.com>
12181
12182 * rust-exp.y (rustyylex, rust_lex_tests): Update.
12183 * parser-defs.h (struct parser_state) <parser_state>: Add new
12184 parameter.
12185 <comma_terminates>: New member.
12186 (comma_terminates): Don't declare global.
12187 * parse.c (comma_terminates): Remove global.
12188 (parse_exp_in_context): Update.
12189 * p-exp.y (yylex): Update.
12190 * m2-exp.y (yylex): Update.
12191 * go-exp.y (lex_one_token): Update.
12192 * f-exp.y (yylex): Update.
12193 * d-exp.y (lex_one_token): Update.
12194 * c-exp.y (lex_one_token): Update.
12195 * ada-lex.l: Update.
12196
12197 2019-04-04 Tom Tromey <tom@tromey.com>
12198
12199 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12200 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12201 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12202 * parser-defs.h (paren_depth): Don't declare.
12203 * parse.c (paren_depth): Remove global.
12204 (parse_exp_in_context): Update.
12205 * p-exp.y (paren_depth): New global.
12206 (pascal_parse): Initialize it.
12207 * m2-exp.y (paren_depth): New global.
12208 (m2_parse): Initialize it.
12209 * go-exp.y (paren_depth): New global.
12210 (go_parse): Initialize it.
12211 * f-exp.y (paren_depth): New global.
12212 (f_parse): Initialize it.
12213 * d-exp.y (paren_depth): New global.
12214 (d_parse): Initialize it.
12215 * c-exp.y (paren_depth): New global.
12216 (c_parse): Initialize it.
12217 * ada-lex.l (paren_depth): New global.
12218 (lexer_init): Initialize it.
12219
12220 2019-04-04 Tom Tromey <tom@tromey.com>
12221
12222 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12223 (rust_parser::convert_ast_to_type)
12224 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12225 * parser-defs.h (struct parser_state) <parser_state>: Add
12226 parameters. Initialize new members.
12227 <expression_context_block, expression_context_pc>: New members.
12228 * parse.c (expression_context_block, expression_context_pc):
12229 Remove globals.
12230 (parse_exp_in_context): Update.
12231 * p-exp.y: Update all rules.
12232 (yylex): Update.
12233 * m2-exp.y: Update all rules.
12234 (yylex): Update.
12235 * go-exp.y (yylex): Update.
12236 * f-exp.y (yylex): Update.
12237 * d-exp.y: Update all rules.
12238 (yylex): Update.
12239 * c-exp.y: Update all rules.
12240 (lex_one_token, classify_name, yylex, c_parse): Update.
12241 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12242
12243 2019-04-04 Tom Tromey <tom@tromey.com>
12244
12245 * gdbarch.h, gdbarch.c: Rebuild.
12246 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12247 * stap-probe.h:
12248 (struct stap_parse_info): Replace "parser_state" with
12249 "expr_builder".
12250 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12251 (parser_state): New class.
12252 * parse.c (expr_builder): Rename.
12253 (expr_builder::release): Rename.
12254 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12255 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12256 (write_exp_elt_longcst, write_exp_elt_floatcst)
12257 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12258 (write_exp_string_vector, write_exp_bitstring)
12259 (write_exp_msymbol, mark_struct_expression)
12260 (write_dollar_variable)
12261 (insert_type_address_space, increase_expout_size): Replace
12262 "parser_state" with "expr_builder".
12263 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12264 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12265 "parser_state" with "expr_builder".
12266
12267 2019-04-04 Tom Tromey <tom@tromey.com>
12268
12269 * rust-exp.y: Replace "parse_language" with method call.
12270 * p-exp.y:
12271 (yylex): Replace "parse_language" with method call.
12272 * m2-exp.y:
12273 (yylex): Replace "parse_language" with method call.
12274 * go-exp.y (classify_name): Replace "parse_language" with method
12275 call.
12276 * f-exp.y (yylex): Replace "parse_language" with method call.
12277 * d-exp.y (lex_one_token): Replace "parse_language" with method
12278 call.
12279 * c-exp.y:
12280 (lex_one_token, classify_name, yylex): Replace "parse_language"
12281 with method call.
12282 * ada-exp.y (find_primitive_type, type_char)
12283 (type_system_address): Replace "parse_language" with method call.
12284
12285 2019-04-04 Tom Tromey <tom@tromey.com>
12286
12287 * rust-exp.y: Replace "parse_gdbarch" with method call.
12288 * parse.c (write_dollar_variable, insert_type_address_space):
12289 Replace "parse_gdbarch" with method call.
12290 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12291 call.
12292 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12293 call.
12294 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12295 "parse_gdbarch" with method call.
12296 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12297 with method call.
12298 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12299 "parse_gdbarch" with method call.
12300 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12301 "parse_gdbarch" with method call.
12302 * c-exp.y (parse_type, parse_number, classify_name): Replace
12303 "parse_gdbarch" with method call.
12304 * ada-lex.l: Replace "parse_gdbarch" with method call.
12305 * ada-exp.y (parse_type, find_primitive_type, type_char)
12306 (type_system_address): Replace "parse_gdbarch" with method call.
12307
12308 2019-04-04 Tom Tromey <tom@tromey.com>
12309
12310 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12311 * stap-probe.c (stap_parse_argument): Update.
12312 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12313 initial_size parameter.
12314 * rust-exp.y (rust_lex_tests): Update.
12315 * parse.c (parser_state): Update.
12316 (parse_exp_in_context): Update.
12317 * parser-defs.h (struct parser_state) <parser_state>: Remove
12318 "initial_size" parameter.
12319
12320 2019-04-04 Tom Tromey <tom@tromey.com>
12321
12322 * parser-defs.h (increase_expout_size): Don't declare.
12323 * parse.c (increase_expout_size): Now static.
12324
12325 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12326
12327 * gnu-nat.c (gnu_nat_target::wait): Fix
12328 target_waitstatus_to_string call.
12329
12330 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12331
12332 * eval.c (evaluate_subexp_standard): Handle internal functions
12333 during Fortran function call handling.
12334
12335 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12336
12337 * NEWS: Mention new internal functions.
12338 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12339 (read_base_type): Use dwarf2_init_complex_target_type.
12340 * value.c (creal_internal_fn): New function.
12341 (cimag_internal_fn): New function.
12342 (_initialize_values): Register new internal functions.
12343
12344 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12345
12346 * infrun.c (stop_all_threads): If debug_infrun, always
12347 trace the wait status after wait_one, using
12348 target_waitstatus_to_string and target_pid_to_str.
12349 (handle_inferior_event): Replace various trace of
12350 wait status kind by a single trace.
12351 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12352 wait status kind image by target_waitstatus_to_string.
12353 * target/waitstatus.c (target_waitstatus_to_string): Fix
12354 obsolete comment.
12355
12356 2019-04-01 Tom Tromey <tromey@adacore.com>
12357
12358 PR symtab/23331:
12359 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12360
12361 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12362 Pedro Alves <palves@redhat.com>
12363
12364 * top.c (quit_force): Call 'finalize_values'.
12365 * value.c (finalize_values): New function.
12366 * value.h (finalize_values): Declare.
12367
12368 2019-03-30 Eli Zaretskii <eliz@gnu.org>
12369
12370 * NEWS: Announce $_gdb_major and $_gdb_minor.
12371
12372 * top.c (init_gdb_version_vars): New function.
12373 (gdb_init): Call init_gdb_version_vars.
12374
12375 2019-03-29 Tom Tromey <tromey@adacore.com>
12376
12377 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12378 help text. Remove dead code.
12379
12380 2019-03-29 Keith Seitz <keiths@redhat.com>
12381
12382 From Siddhesh Poyarekar:
12383 * f-lang.h (f77_get_upperbound): Return LONGEST.
12384 (f77_get_lowerbound): Likewise.
12385 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12386 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12387 print them.
12388 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12389 plongest to format print it.
12390 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12391 (f77_get_upperbound): Likewise.
12392 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12393 LOWER_BOUND to LONGEST.
12394 (f77_create_arrayprint_offset_tbl): Likewise.
12395
12396 2019-03-29 Keith Seitz <keiths@redhat.com>
12397
12398 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12399 %s/pulongest for TYPE_LENGTH instead of %d in format
12400 strings.
12401 * ada-typerint.c (ada_print_type): Likewise.
12402 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12403 * compile/compile-c-support.c (generate_register_struct): Likewise.
12404 * gdbtypes.c (recursive_dump_type): Likewise.
12405 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12406 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12407 instead of %d in format strings.
12408 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12409 to std::min to ULONGEST.
12410 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12411 instead of %d in format strings.
12412 * tracepoint.c (info_scope_command): Likewise.
12413 * typeprint.c (print_offset_data::update)
12414 (print_offset_data::finish): Likewise.
12415 * xtensa-tdep.c (xtensa_store_return_value)
12416 (xtensa_push_dummy_call): Likewise.
12417
12418 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12419
12420 * windows-nat.c (display_selector): Fixed format specifications
12421 for 64-bit Cygwin.
12422
12423 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12424
12425 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12426
12427 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12428
12429 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12430 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12431 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12432 (nios2_linux_init_abi): Install it.
12433
12434 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12435
12436 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12437
12438 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12439
12440 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12441
12442 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12443 Tom Tromey <tromey@adacore.com>
12444
12445 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12446
12447 2019-03-26 Joel Brobecker <brobecker@adacore.com>
12448
12449 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12450 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12451 method to compute the bounds of range types. Also print "[evaluated]"
12452 if the bounds' values come from a dynamic evaluation.
12453
12454 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12455
12456 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12457 whitespace when pretty printing is on.
12458
12459 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12460
12461 * ppc-linux-nat.c: Add include.
12462
12463 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12464
12465 * NEWS: Mention AArch64 Pointer Authentication.
12466
12467 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12468
12469 * arm-linux-nat.c: Add include.
12470
12471 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12472
12473 * source-cache.c (source_cache::get_source_lines): Re-read
12474 fullname after calling open_source_file.
12475
12476 2019-03-25 John Baldwin <jhb@FreeBSD.org>
12477
12478 * NEWS: Mention TLS support for FreeBSD.
12479
12480 2019-03-25 Tom Tromey <tromey@adacore.com>
12481
12482 * minsyms.c (BUNCH_SIZE): Update comment.
12483 (~minimal_symbol_reader): Remove old comment.
12484 (compact_minimal_symbols): Update comment.
12485 (minimal_symbol_reader::install): Remove old comment. Update
12486 other comments.
12487
12488 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12489
12490 * s390-linux-nat.c: Add include.
12491
12492 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12493
12494 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12495 Call linux_get_hwcap.
12496 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12497 Likewise.
12498 (aarch64_linux_get_hwcap): Remove function.
12499 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12500 declaration.
12501 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12502 linux_get_hwcap.
12503 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12504 * linux-tdep.c (linux_get_hwcap): Add function.
12505 (linux_get_hwcap2): Likewise.
12506 * linux-tdep.h (linux_get_hwcap): Add declaration.
12507 (linux_get_hwcap2): Likewise.
12508 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12509 (ppc_linux_get_hwcap2): Likewise.
12510 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12511 linux_get_hwcap.
12512 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12513 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12514 (ppc_linux_nat_target::read_description): Likewise.
12515 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12516 * s390-linux-nat.c: Likewise.
12517 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12518
12519 2019-03-24 Tom Tromey <tom@tromey.com>
12520
12521 * ada-lang.c (standard_lookup): Simplify initialization.
12522 (ada_lookup_symbol_nonlocal): Simplify return.
12523 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12524 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12525 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12526 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12527 initialization.
12528 * solib.c (solib_global_lookup): Simplify.
12529 * symtab.c (null_block_symbol): Remove.
12530 (symbol_cache_lookup): Simplify returns.
12531 (lookup_language_this): Simplify returns.
12532 (lookup_symbol_aux): Simplify return.
12533 (lookup_local_symbol): Simplify returns.
12534 (lookup_global_symbol_from_objfile): Simplify return.
12535 (lookup_symbol_in_objfile_symtabs)
12536 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12537 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12538 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12539 * cp-namespace.c (cp_lookup_bare_symbol)
12540 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12541 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12542 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12543 (cp_lookup_symbol_via_imports): Simplify initialization.
12544 (find_symbol_in_baseclass): Likewise.
12545 * symtab.h (null_block_symbol): Remove.
12546 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12547 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12548 (d_lookup_symbol_module): Likewise.
12549 (find_symbol_in_baseclass): Simplify initialization.
12550
12551 2019-03-24 Tom Tromey <tom@tromey.com>
12552
12553 * expression.h: Don't include symtab.h.
12554 (struct block): Forward declare.
12555
12556 2019-03-24 Tom Tromey <tom@tromey.com>
12557
12558 * c-exp.y (typebase): Remove casts.
12559 * gdbtypes.c (lookup_unsigned_typename, )
12560 (lookup_signed_typename): Remove cast.
12561 * eval.c (parse_to_comma_and_eval): Remove cast.
12562 * parse.c (write_dollar_variable): Remove cast.
12563 * block.h (struct block) <superblock>: Now const.
12564 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12565 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12566 (map_block): Make "block" const.
12567 * symfile.h (struct quick_symbol_functions)
12568 <map_matching_symbols>: Constify block argument to "callback".
12569 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12570 const.
12571 (find_pc_sect_compunit_symtab): Make "b" const.
12572 (find_symbol_at_address): Likewise.
12573 (search_symbols): Likewise.
12574 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12575 (dw2_debug_names_lookup_symbol): Likewise.
12576 (dw2_map_matching_symbols): Update.
12577 * p-valprint.c (pascal_val_print): Remove "block".
12578 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12579 (aux_add_nonlocal_symbols): Make "block" const.
12580 (resolve_subexp): Remove cast.
12581 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12582 const.
12583 (iterate_over_file_blocks): Likewise.
12584 * f-exp.y (%union) <bval>: Remove.
12585 * coffread.c (patch_opaque_types): Make "b" const.
12586 * spu-tdep.c (spu_catch_start): Make "block" const.
12587 * c-valprint.c (print_unpacked_pointer): Remove "block".
12588 * symmisc.c (dump_symtab_1): Make "b" const.
12589 (block_depth): Make "block" const.
12590 * d-exp.y (%union) <bval>: Remove.
12591 * cp-support.h (cp_lookup_rtti_type): Update.
12592 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12593 * psymtab.c (psym_lookup_symbol): Make "block" const.
12594 (maintenance_check_psymtabs): Make "b" const.
12595 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12596 (enumerate_locals, enumerate_args): Update.
12597 * python/py-symtab.c (stpy_global_block): Make "block" const.
12598 (stpy_static_block): Likewise.
12599 * inline-frame.c (block_starting_point_at): Make "new_block"
12600 const.
12601 * block.c (find_block_in_blockvector): Make return type const.
12602 (blockvector_for_pc_sect): Make "b" const.
12603 (find_block_in_blockvector): Make "b" const.
12604
12605 2019-03-23 Tom Tromey <tom@tromey.com>
12606
12607 * varobj.c (varobj_create): Update.
12608 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12609 * printcmd.c (display_command, do_one_display): Don't reset
12610 innermost_block.
12611 * parser-defs.h (enum innermost_block_tracker_type): Move to
12612 expression.h.
12613 (innermost_block): Update comment.
12614 * parse.c (parse_exp_1): Add tracker_types parameter.
12615 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12616 tracker_types parameter. Reset innermost_block.
12617 (parse_exp_in_context): Remove.
12618 (parse_expression_for_completion): Update.
12619 * objfiles.c (~objfile): Don't reset expression_context_block or
12620 innermost_block.
12621 * expression.h (enum innermost_block_tracker_type): Move from
12622 parser-defs.h.
12623 (parse_exp_1): Add tracker_types parameter.
12624 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12625 reset innermost_block.
12626
12627 2019-03-23 Tom Tromey <tom@tromey.com>
12628
12629 * objfiles.h: Include bcache.h.
12630
12631 2019-03-23 Tom Tromey <tom@tromey.com>
12632
12633 * linespec.c (get_current_search_block): Use
12634 scoped_restore_current_language.
12635 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12636
12637 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12638 Jiong Wang <jiong.wang@arm.com>
12639
12640 * aarch64-linux-tdep.c
12641 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12642 section.
12643 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12644
12645 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12646 Jiong Wang <jiong.wang@arm.com>
12647
12648 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12649 instructions.
12650 (aarch64_analyze_prologue_test): Add PACIASP test.
12651 (aarch64_prologue_prev_register): Unmask PC value.
12652
12653 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12654 Jiong Wang <jiong.wang@arm.com>
12655
12656 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12657 (aarch64_dwarf2_prev_register): Unmask PC value.
12658 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12659 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12660 DW_CFA_AARCH64_negate_ra_state.
12661 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12662
12663 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12664 Jiong Wang <jiong.wang@arm.com>
12665
12666 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12667 registers.
12668 (aarch64_pseudo_register_name): Likewise.
12669 (aarch64_pseudo_register_type): Likewise.
12670 (aarch64_pseudo_register_reggroup_p): Likewise.
12671 (aarch64_gdbarch_init): Add pauth registers.
12672 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12673 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12674 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12675 (struct gdbarch_tdep): Add regnum for ra_state.
12676
12677 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12678 Jiong Wang <jiong.wang@arm.com>
12679
12680 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12681
12682 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12683 Jiong Wang <jiong.wang@arm.com>
12684
12685 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12686 function.
12687 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12688 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12689 (aarch64_gdbarch_init): Add puth registers.
12690 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12691 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12692 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12693
12694 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12695 Jiong Wang <jiong.wang@arm.com>
12696
12697 * aarch64-linux-nat.c
12698 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12699 * aarch64-linux-tdep.c
12700 (aarch64_linux_core_read_description): Likewise.
12701 (aarch64_linux_get_hwcap): New function.
12702 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12703 (aarch64_linux_get_hwcap): New declaration.
12704
12705 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12706 Jiong Wang <jiong.wang@arm.com>
12707
12708 * aarch64-linux-nat.c
12709 (aarch64_linux_nat_target::read_description): Add pauth param.
12710 * aarch64-linux-tdep.c
12711 (aarch64_linux_core_read_description): Likewise.
12712 * aarch64-tdep.c (struct target_desc): Add in pauth.
12713 (aarch64_read_description): Add pauth param.
12714 (aarch64_gdbarch_init): Likewise.
12715 * aarch64-tdep.h (aarch64_read_description): Likewise.
12716 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12717 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12718 * features/Makefile: Add new files.
12719 * features/aarch64-pauth.c: New file.
12720 * features/aarch64-pauth.xml: New file.
12721
12722 2019-03-20 Tom Tromey <tromey@adacore.com>
12723
12724 * infrun.c (handle_inferior_event): Rename from
12725 handle_inferior_event_1. Create a scoped_value_mark.
12726 (handle_inferior_event): Remove.
12727
12728 2019-03-19 Tom Tromey <tromey@adacore.com>
12729
12730 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12731 * infrun.h (print_stop_event): Add "displays" parameter.
12732 * infrun.c (print_stop_event): Add "displays" parameter.
12733
12734 2019-03-19 Pedro Alves <palves@redhat.com>
12735
12736 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12737 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12738 to -1. Fix TABs vs spaces.
12739 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12740 * tui/tui-out.h (tui_ui_out) Add intro comments.
12741 <m_line, m_start_of_line>: In-class initialize, and add describing
12742 comment.
12743
12744 2019-03-18 Alan Hayward <alan.hayward@arm.com>
12745
12746 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12747 variable names.
12748 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12749
12750 2019-03-18 Pedro Alves <palves@redhat.com>
12751 Eli Zaretskii <eliz@gnu.org>
12752
12753 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12754 m_line and m_start_of_line.
12755
12756 2019-03-18 Eli Zaretskii <eliz@gnu.org>
12757
12758 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12759 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12760 it returns a newline. This fixes a regression in TU mode, whereby
12761 the next line is output on the same screen line as the user input.
12762
12763 2019-03-18 Tom Tromey <tromey@adacore.com>
12764
12765 * minsyms.c (minimal_symbol_reader::install): Remove call to
12766 obstack_blank.
12767
12768 2019-03-18 Pedro Alves <palves@redhat.com>
12769
12770 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12771 New globals.
12772 (apply_style): New, factored out from ...
12773 (apply_ansi_escape): ... this. Handle reverse video mode.
12774 (tui_set_reverse_mode): New function.
12775 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12776 * tui/tui-winsource.c (tui_show_source_line): Use
12777 tui_set_reverse_mode instead of setting A_STANDOUT.
12778 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12779 New setter methods.
12780
12781 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
12782
12783 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12784 Handle tabs.
12785
12786 2019-03-18 Tom Tromey <tromey@adacore.com>
12787
12788 * ada-lang.c (empty_array): Add "high" parameter.
12789 (ada_evaluate_subexp): Update.
12790
12791 2019-03-17 Sergei Trofimovich <siarheit@google.com>
12792
12793 * unittests/string_view-selftests.c: Define
12794 _initialize_string_view_selftests unconditionally.
12795
12796 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12797
12798 PR gdb/24350
12799 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12800
12801 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12802
12803 PR gdb/24351
12804 * windows-nat.c (display_selector): Fix format specifiers.
12805
12806 2019-03-17 Eli Zaretskii <eliz@gnu.org>
12807
12808 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12809 tui_refill_source_window instead of tui_refresh_win, to update the
12810 current execution line. This fixes redisplay of the current line
12811 when stepping through the code with "next" or "step".
12812
12813 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12814
12815 * source-cache.c (source_cache::get_source_lines): Call
12816 find_source_lines to initialize s->nlines. This fixes vertical
12817 scrolling of TUI source window when the DOWN arrow is pressed.
12818
12819 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12820
12821 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12822 linux-thread-db.c (_initialize_thread_db): Likewise.
12823
12824 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12825
12826 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12827 wclrtoeol in tui_show_source_line". This reverts changes made in
12828 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12829
12830 2019-03-15 Tom Tromey <tom@tromey.com>
12831
12832 * symtab.h (struct minimal_symbol): Derive from
12833 general_symbol_info.
12834 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12835 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12836 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12837 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12838 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12839 (MSYMBOL_SEARCH_NAME): Update.
12840 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12841 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12842 * minsyms.c (minimal_symbol_reader::record_full): Update.
12843
12844 2019-03-15 Tom Tromey <tom@tromey.com>
12845
12846 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12847
12848 2019-03-15 Tom Tromey <tom@tromey.com>
12849
12850 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12851 unique_xmalloc_ptr.
12852 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12853 Update.
12854 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12855 (build_minimal_symbol_hash_tables)
12856 (minimal_symbol_reader::install): Update.
12857
12858 2019-03-15 Tom Tromey <tom@tromey.com>
12859
12860 * symtab.c (create_demangled_names_hash): Update.
12861 (symbol_set_names): Update.
12862 * objfiles.h (struct objfile_per_bfd_storage)
12863 <demangled_names_hash>: Now an htab_up.
12864 * objfiles.c (objfile_per_bfd_storage): Simplify.
12865
12866 2019-03-15 Tom Tromey <tom@tromey.com>
12867
12868 * objfiles.h (struct objfile_per_bfd_storage): Declare
12869 destructor.
12870 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12871 New.
12872 (get_objfile_bfd_data): Use new. Don't initialize
12873 language_of_main.
12874 (free_objfile_per_bfd_storage): Remove.
12875 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12876
12877 2019-03-15 Tom Tromey <tom@tromey.com>
12878
12879 * symfile.c (reread_symbols): Update.
12880 * objfiles.c (objfile::objfile): Update.
12881 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12882 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12883 comment.
12884 (minimal_symbol_reader::install): Update.
12885 (terminate_minimal_symbol_table): Remove.
12886 * jit.c (jit_object_close_impl): Update.
12887
12888 2019-03-15 Tom Tromey <tom@tromey.com>
12889
12890 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12891 initializations.
12892
12893 2019-03-15 Tom Tromey <tom@tromey.com>
12894
12895 * objfiles.h (struct objfile_per_bfd_storage)
12896 <demangled_hash_languages>: Now a bitset.
12897 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12898 (lookup_minimal_symbol): Update.
12899
12900 2019-03-15 Tom Tromey <tom@tromey.com>
12901
12902 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12903 Don't return the symbol.
12904 * coffread.c (record_minimal_symbol): Use record_full.
12905
12906 2019-03-14 Eli Zaretskii <eliz@gnu.org>
12907
12908 The MS-Windows port of ncurses fails to switch to a color pair if
12909 one or both of the colors are the implicit default colors. This
12910 change records the default colors when TUI is initialized, and
12911 then specifies them explicitly when a color pair uses the default
12912 colors. This allows color styling in TUI mode on MS-Windows.
12913
12914 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12915 ncurses_norm_attr.
12916 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12917 colors in ncurses_norm_attr.
12918 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12919 "none", replace it with the default color recorded in
12920 ncurses_norm_attr.
12921
12922 2019-03-14 Tom Tromey <tromey@adacore.com>
12923
12924 * source-cache.h (class source_cache) <get_source_lines>: Return
12925 std::string.
12926 * source-cache.c (source_cache::extract_lines): Handle case where
12927 first_pos==npos. Return std::string.
12928 (source_cache::get_source_lines): Update.
12929
12930 2019-03-14 Tom Tromey <tromey@adacore.com>
12931
12932 * NEWS: Add item for "style sources" commands.
12933 * source-cache.c (source_cache::get_source_lines): Check
12934 source_styling.
12935 * cli/cli-style.c (source_styling): New global.
12936 (_initialize_cli_style): Add "style sources" commands.
12937 (show_style_sources): New function.
12938 * cli/cli-style.h (source_styling): Declare.
12939
12940 2019-03-14 Pedro Alves <palves@redhat.com>
12941 Tom Tromey <tromey@adacore.com>
12942
12943 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12944 * tui/tui-winsource.c (tui_refill_source_window): New function,
12945 from...
12946 (tui_horizontal_source_scroll): ... here. Move some logic.
12947 * cli/cli-style.c (set_style_enabled): Notify new observable.
12948 * tui/tui-hooks.c (tui_redisplay_source): New function.
12949 (tui_attach_detach_observers): Attach or detach
12950 tui_redisplay_source.
12951 * observable.h (source_styling_changed): New observable.
12952 * observable.c: Define source_styling_changed observable.
12953
12954 2019-03-13 Tom Tromey <tromey@adacore.com>
12955
12956 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12957 (i386_gnu_nat_target::store_registers): Update.
12958 * target-debug.h (target_debug_print_std_string): New macro.
12959 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12960 * windows-tdep.c (display_one_tib): Update.
12961 * tui/tui-stack.c (tui_make_status_line): Update.
12962 * top.c (print_inferior_quit_action): Update.
12963 * thread.c (thr_try_catch_cmd): Update.
12964 (add_thread_with_info): Update.
12965 (thread_target_id_str): Update.
12966 (thr_try_catch_cmd): Update.
12967 (thread_command): Update.
12968 (thread_find_command): Update.
12969 * record-btrace.c (record_btrace_target::info_record)
12970 (record_btrace_resume_thread, record_btrace_target::resume)
12971 (record_btrace_cancel_resume, record_btrace_step_thread)
12972 (record_btrace_target::wait, record_btrace_target::wait)
12973 (record_btrace_target::wait, record_btrace_target::stop): Update.
12974 * progspace.c (print_program_space): Update.
12975 * process-stratum-target.c
12976 (process_stratum_target::thread_address_space): Update.
12977 * linux-fork.c (linux_fork_mourn_inferior)
12978 (detach_checkpoint_command, info_checkpoints_command)
12979 (linux_fork_context): Update.
12980 (linux_fork_detach): Update.
12981 (class scoped_switch_fork_info): Update.
12982 (delete_checkpoint_command): Update.
12983 * infrun.c (follow_fork_inferior): Update.
12984 (follow_fork_inferior): Update.
12985 (proceed_after_vfork_done): Update.
12986 (handle_vfork_child_exec_or_exit): Update.
12987 (follow_exec): Update.
12988 (displaced_step_prepare_throw): Update.
12989 (displaced_step_restore): Update.
12990 (start_step_over): Update.
12991 (resume_1): Update.
12992 (clear_proceed_status_thread): Update.
12993 (proceed): Update.
12994 (print_target_wait_results): Update.
12995 (do_target_wait): Update.
12996 (context_switch): Update.
12997 (stop_all_threads): Update.
12998 (restart_threads): Update.
12999 (finish_step_over): Update.
13000 (handle_signal_stop): Update.
13001 (switch_back_to_stepped_thread): Update.
13002 (keep_going_pass_signal): Update.
13003 (print_exited_reason): Update.
13004 (normal_stop): Update.
13005 * inferior.c (inferior_pid_to_str): Change return type.
13006 (print_selected_inferior): Update.
13007 (add_inferior): Update.
13008 (detach_inferior): Update.
13009 * dummy-frame.c (fprint_dummy_frames): Update.
13010 * dcache.c (dcache_info_1): Update.
13011 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
13012 (btrace_fetch, btrace_clear): Update.
13013 * linux-tdep.c (linux_core_pid_to_str): Change return type.
13014 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
13015 type.
13016 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
13017 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
13018 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
13019 * gdbarch.c, gdbarch.h: Rebuild.
13020 * gdbarch.sh (core_pid_to_str): Change return type.
13021 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
13022 return type.
13023 (windows_nat_target::pid_to_str): Change return type.
13024 (windows_delete_thread): Update.
13025 (windows_nat_target::attach): Update.
13026 (windows_nat_target::files_info): Update.
13027 * target-delegates.c: Rebuild.
13028 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
13029 return type.
13030 (sol_thread_target::pid_to_str): Change return type.
13031 * remote.c (class remote_target) <pid_to_str>: Change return
13032 type.
13033 (remote_target::pid_to_str): Change return type.
13034 (extended_remote_target::attach, remote_target::remote_stop_ns)
13035 (remote_target::remote_notif_remove_queued_reply)
13036 (remote_target::push_stop_reply, remote_target::disable_btrace):
13037 Update.
13038 (extended_remote_target::attach): Update.
13039 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
13040 type.
13041 (gdbsim_target::pid_to_str): Change return type.
13042 * ravenscar-thread.c (struct ravenscar_thread_target)
13043 <pid_to_str>: Change return type.
13044 (ravenscar_thread_target::pid_to_str): Change return type.
13045 * procfs.c (class procfs_target) <pid_to_str>: Change return
13046 type.
13047 (procfs_target::pid_to_str): Change return type.
13048 (procfs_target::attach): Update.
13049 (procfs_target::detach): Update.
13050 (procfs_target::fetch_registers): Update.
13051 (procfs_target::store_registers): Update.
13052 (procfs_target::wait): Update.
13053 (procfs_target::files_info): Update.
13054 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
13055 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
13056 return type.
13057 (nto_procfs_target::pid_to_str): Change return type.
13058 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
13059 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
13060 return type.
13061 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
13062 (exit_lwp): Update.
13063 (attach_proc_task_lwp_callback, get_detach_signal)
13064 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
13065 (linux_nat_target::resume, wait_lwp, stop_callback)
13066 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
13067 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
13068 (linux_nat_wait_1, resume_stopped_resumed_lwps)
13069 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
13070 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
13071 type.
13072 (inf_ptrace_target::attach): Update.
13073 (inf_ptrace_target::files_info): Update.
13074 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
13075 type.
13076 (go32_nat_target::pid_to_str): Change return type.
13077 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
13078 (gnu_nat_target::wait): Update.
13079 (gnu_nat_target::wait): Update.
13080 (gnu_nat_target::resume): Update.
13081 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
13082 (fbsd_nat_target::wait): Update.
13083 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
13084 type.
13085 (darwin_nat_target::attach): Update.
13086 * corelow.c (class core_target) <pid_to_str>: Change return type.
13087 (core_target::pid_to_str): Change return type.
13088 * target.c (normal_pid_to_str): Change return type.
13089 (default_pid_to_str): Likewise.
13090 (target_pid_to_str): Change return type.
13091 (target_translate_tls_address): Update.
13092 (target_announce_detach): Update.
13093 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
13094 return type.
13095 (bsd_uthread_target::pid_to_str): Change return type.
13096 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
13097 type.
13098 (bsd_kvm_target::pid_to_str): Change return type.
13099 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
13100 return type.
13101 (aix_thread_target::pid_to_str): Change return type.
13102 * target.h (struct target_ops) <pid_to_str>: Change return type.
13103 (target_pid_to_str, normal_pid_to_str): Likewise.
13104 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
13105 type.
13106 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
13107 type.
13108 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
13109 return type.
13110 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
13111 type.
13112 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
13113 type.
13114 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
13115 return type.
13116
13117 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
13118
13119 * NEWS: Mention that the new default MI version is 3. Mention
13120 changes to the output of commands and events that deal with
13121 multi-location breakpoints.
13122 * breakpoint.c: Include "mi/mi-out.h".
13123 (print_one_breakpoint): Change output syntax if using MI version
13124 >= 3.
13125 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
13126 New.
13127 (mi_multi_location_breakpoint_output_fixed): New.
13128 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
13129 (mi_cmd_fix_multi_location_breakpoint_output): New.
13130 (mi_multi_location_breakpoint_output_fixed): New.
13131 * mi/mi-cmds.c (mi_cmds): Register command
13132 -fix-multi-location-breakpoint-output.
13133 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
13134 interpreter "mi".
13135
13136 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13137
13138 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
13139 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
13140 instantiate mi_ui_out based on interpreter name.
13141 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
13142 * mi/mi-main.c (mi_load_progress): Likewise.
13143
13144 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13145
13146 * NEWS: Combine separate "New targets" sections for 8.3.
13147
13148 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13149
13150 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
13151 (ppcfbsd_init_abi): Install gdbarch
13152 "fetch_tls_load_module_address" and "get_thread_local_address"
13153 methods.
13154
13155 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13156
13157 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
13158 (riscv_fbsd_init_abi): Install gdbarch
13159 "fetch_tls_load_module_address" and "get_thread_local_address"
13160 methods.
13161
13162 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13163
13164 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
13165 (i386fbsd_init_abi): Install gdbarch
13166 "fetch_tls_load_module_address" and "get_thread_local_address"
13167 methods.
13168
13169 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13170
13171 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
13172 (amd64fbsd_init_abi): Install gdbarch
13173 "fetch_tls_load_module_address" and "get_thread_local_address"
13174 methods.
13175
13176 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13177
13178 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
13179 (struct fbsd_pspace_data): New type.
13180 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
13181 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
13182 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
13183 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13184 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13185
13186 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13187
13188 * gdbtypes.c (lookup_struct_elt): New function.
13189 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13190 * gdbtypes.h (struct struct_elt): New type.
13191 (lookup_struct_elt): New prototype.
13192
13193 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13194
13195 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13196 remove disabled code block.
13197
13198 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13199
13200 * gdbarch.sh (get_thread_local_address): New method.
13201 * gdbarch.h, gdbarch.c: Regenerate.
13202 * target.c (target_translate_tls_address): Use
13203 gdbarch_get_thread_local_address if present instead of
13204 target::get_thread_local_address.
13205
13206 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13207
13208 * target.h (target::get_thread_local_address): Update comment.
13209
13210 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13211
13212 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13213 objfile->separate_debug_objfile_backlink if not NULL.
13214
13215 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13216
13217 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13218 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13219 (amd64bsd_store_inferior_registers): Likewise.
13220 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13221 Enable segment base registers.
13222 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13223 PT_GETFSBASE and PT_GETGSBASE.
13224 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13225 PT_SETGSBASE.
13226 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13227 segment base registers.
13228 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13229
13230 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13231
13232 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13233 Update calls to i386_target_description to add 'segments'
13234 parameter.
13235 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13236 add segment base registers.
13237 * arch/i386.c (i386_create_target_description): Add 'segments'
13238 parameter to enable segment base registers.
13239 * arch/i386.h (i386_create_target_description): Likewise.
13240 * features/i386/32bit-segments.xml: New file.
13241 * features/i386/32bit-segments.c: Generate.
13242 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13243 call to i386_target_description to add 'segments' parameter.
13244 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13245 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13246 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13247 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13248 if feature is present.
13249 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13250 Add 'segments' parameter to call to i386_target_description.
13251 (i386_target_description): Add 'segments' parameter to enable
13252 segment base registers.
13253 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13254 to call to i386_target_description.
13255 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13256 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13257 Define I386_NUM_REGS.
13258 (i386_target_description): Add 'segments' parameter to enable
13259 segment base registers.
13260
13261 2019-03-12 Eli Zaretskii <eliz@gnu.org>
13262
13263 PR/24325
13264 * source-cache.c: #undef open and close, to avoid unresolved
13265 externals during linking.
13266
13267 2019-03-12 Tom Tromey <tromey@adacore.com>
13268
13269 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13270 const. Add initializers.
13271 (_initialize_remote): Don't initialize ptid globals.
13272
13273 2019-03-12 Pedro Alves <palves@redhat.com>
13274
13275 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13276
13277 2019-03-12 Pedro Alves <palves@redhat.com>
13278
13279 * cp-name-parser.y (main): Remove unused 'len' variable.
13280
13281 2019-03-12 Tom Tromey <tromey@adacore.com>
13282
13283 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13284 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13285
13286 2019-03-12 Tom Tromey <tromey@adacore.com>
13287
13288 * linux-nat.c (iterate_over_lwps): Update.
13289 (stop_callback): Remove parameter.
13290 (stop_wait_callback, detach_callback, resume_set_callback)
13291 (select_singlestep_lwp_callback, set_ignore_sigint)
13292 (status_callback, resumed_callback, resume_clear_callback)
13293 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13294 data parameter.
13295 (linux_nat_target::detach, linux_nat_target::resume)
13296 (linux_stop_and_wait_all_lwps, select_event_lwp)
13297 (linux_nat_filter_event, linux_nat_wait_1)
13298 (linux_nat_target::kill, linux_nat_target::stop)
13299 (linux_nat_target::stop): Update.
13300 (linux_nat_resume_callback): Change type.
13301 (resume_stopped_resumed_lwps, count_events_callback)
13302 (select_event_lwp_callback): Likewise.
13303 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13304 * arm-linux-nat.c (struct update_registers_data): Remove.
13305 (update_registers_callback): Change type.
13306 (arm_linux_insert_hw_breakpoint1): Update.
13307 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13308 parameter.
13309 (x86_linux_dr_set_addr): Update.
13310 (x86_linux_dr_set_control): Update.
13311 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13312 (iterate_over_lwps): Use gdb::function_view.
13313 * nat/aarch64-linux-hw-point.c (struct
13314 aarch64_dr_update_callback_param): Remove.
13315 (debug_reg_change_callback): Change type.
13316 (aarch64_notify_debug_reg_change): Update.
13317 * s390-linux-nat.c (s390_refresh_per_info): Update.
13318
13319 2019-03-11 Tom Tromey <tromey@adacore.com>
13320
13321 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13322 redundant assignment to "this_cu".
13323
13324 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13325
13326 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13327
13328 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13329
13330 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13331 from...
13332 (rank_one_type): ... this.
13333
13334 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13335
13336 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13337 from...
13338 (rank_one_type): ... this.
13339
13340 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13341
13342 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13343 from...
13344 (rank_one_type): ... this.
13345
13346 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13347
13348 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13349 from...
13350 (rank_one_type): ... this.
13351
13352 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13353
13354 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13355 from...
13356 (rank_one_type): ... this.
13357
13358 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13359
13360 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13361 from...
13362 (rank_one_type): ... this.
13363
13364 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13365
13366 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13367 from...
13368 (rank_one_type): ... this.
13369
13370 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13371
13372 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13373 from...
13374 (rank_one_type): ... this.
13375
13376 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13377
13378 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13379 from...
13380 (rank_one_type): ... this.
13381
13382 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13383
13384 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13385 from...
13386 (rank_one_type): ... this.
13387
13388 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13389
13390 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13391 from...
13392 (rank_one_type): ... this.
13393
13394 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13395
13396 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13397 from...
13398 (rank_one_type): ... this.
13399
13400 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13401
13402 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13403 inferior-events' shows the example events.
13404
13405 2019-03-08 Eli Zaretskii <eliz@gnu.org>
13406
13407 Support styling on native MS-Windows console
13408
13409 PR/24315
13410 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13411 on MS-Windows if $TERM is not defined.
13412
13413 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13414
13415 * posix-hdep.c (gdb_console_fputs):
13416 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13417 functions.
13418 * ui-file.h (gdb_console_fputs): Add prototype.
13419
13420 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13421 back to fputs only if the former returns zero.
13422
13423 2019-03-07 Tom Tromey <tom@tromey.com>
13424
13425 * symmisc.c (print_symbol_bcache_statistics): Update.
13426 (print_objfile_statistics): Update.
13427 * symfile.c (allocate_symtab): Update.
13428 * stabsread.c: Don't include bcache.h.
13429 * psymtab.h (struct psymbol_bcache): Don't declare.
13430 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13431 (psymbol_bcache_init, psymbol_bcache_free)
13432 (psymbol_bcache_get_bcache): Don't declare.
13433 * psymtab.c (struct psymbol_bcache): Remove.
13434 (psymtab_storage::psymtab_storage): Update.
13435 (psymtab_storage::~psymtab_storage): Update.
13436 (psymbol_bcache_init, psymbol_bcache_free)
13437 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13438 (add_psymbol_to_bcache): Update.
13439 (allocate_psymtab): Update.
13440 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13441 macro_cache>: No longer pointers.
13442 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13443 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13444 * macrotab.c (macro_bcache): Update.
13445 * macroexp.c: Don't include bcache.h.
13446 * gdbtypes.c (check_types_worklist): Update.
13447 (types_deeply_equal): Remove TRY/CATCH. Update.
13448 * elfread.c (elf_symtab_read): Update.
13449 * dwarf2read.c: Don't include bcache.h.
13450 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13451 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13452 (print_bcache_statistics, bcache_memory_used): Don't declare.
13453 (struct bcache): Move from bcache.c. Add constructor, destructor,
13454 methods. Rename all data members.
13455 * bcache.c (struct bcache): Move to bcache.h.
13456 (bcache::expand_hash_table): Rename from expand_hash_table.
13457 (bcache): Remove.
13458 (bcache::insert): Rename from bcache_full.
13459 (bcache::compare): Rename from bcache_compare.
13460 (bcache_xmalloc): Remove.
13461 (bcache::~bcache): Rename from bcache_xfree.
13462 (bcache::print_statistics): Rename from print_bcache_statistics.
13463 (bcache::memory_used): Rename from bcache_memory_used.
13464
13465 2019-03-07 Pedro Alves <palves@redhat.com>
13466
13467 * infrun.c (normal_stop): Also check for
13468 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13469
13470 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13471
13472 * f-lang.c (value_from_host_double): Moved to...
13473 * value.c (value_from_host_double): ...here.
13474 * value.h (value_from_host_double): Declare.
13475 * guile/scm-math.c (vlscm_convert_typed_number): Use
13476 value_from_host_double.
13477 (vlscm_convert_number): Likewise.
13478 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13479 * python/py-value.c (convert_value_from_python): Likewise.
13480
13481 2019-03-06 Tom Tromey <tom@tromey.com>
13482
13483 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13484
13485 2019-03-06 Tom Tromey <tom@tromey.com>
13486
13487 * utils.h (free_current_contents): Don't declare.
13488 * utils.c (free_current_contents): Remove.
13489
13490 2019-03-06 Tom Tromey <tom@tromey.com>
13491
13492 * top.c (quit_force): Update.
13493 * main.c (captured_command_loop): Update.
13494 * common/new-op.c (operator new): Update.
13495 * common/common-exceptions.c (struct catcher)
13496 <save_cleanup_chain>: Remove member.
13497 (exceptions_state_mc_init): Update.
13498 (exception_try_scope_entry): Return nullptr.
13499 (exception_try_scope_exit, exception_rethrow)
13500 (throw_exception_sjlj, throw_exception_cxx): Update.
13501 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13502 (all_cleanups, do_cleanups, discard_cleanups)
13503 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13504 (restore_cleanups, restore_final_cleanups): Don't declare.
13505 (do_final_cleanups): Remove parameter.
13506 * common/cleanups.c (cleanup_chain, make_cleanup)
13507 (make_cleanup_dtor, all_cleanups, do_cleanups)
13508 (discard_my_cleanups, discard_cleanups)
13509 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13510 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13511 (null_cleanup): Remove.
13512 (do_final_cleanups): Remove parameter.
13513
13514 2019-03-06 Tom Tromey <tom@tromey.com>
13515
13516 * remote.c (remote_target::remote_parse_stop_reply): Use
13517 unique_xmalloc_ptr.
13518
13519 2019-03-06 Tom Tromey <tom@tromey.com>
13520
13521 * stabsread.c (struct stabs_field_info): Rename from field_info.
13522 <list, fnlist>: Add initializers.
13523 <obstack>: New member.
13524 (read_member_functions, read_struct_fields, read_baseclasses):
13525 Allocate on obstack. Don't use cleanups.
13526 (read_one_struct_field, read_member_functions, read_struct_fields)
13527 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13528 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13529 (read_struct_type): Update.
13530
13531 2019-03-06 Tom Tromey <tom@tromey.com>
13532
13533 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13534 * common/filestuff.h (make_cleanup_close): Don't declare.
13535 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13536 Remove.
13537
13538 2019-03-06 Tom Tromey <tom@tromey.com>
13539
13540 * solib-aix.c: Use make_scope_exit.
13541
13542 2019-03-06 Tom Tromey <tom@tromey.com>
13543
13544 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13545 Use make_scope_exit.
13546
13547 2019-03-06 Tom Tromey <tom@tromey.com>
13548
13549 * solib-svr4.c (disable_probes_interface): Remove parameter.
13550 (svr4_handle_solib_event): Use make_scope_exit.
13551
13552 2019-03-06 Tom Tromey <tom@tromey.com>
13553
13554 * remote.c (struct stop_reply_deleter): Remove.
13555 (stop_reply_up): Update.
13556 (struct stop_reply): Derive from notif_event. Don't typedef.
13557 <regcache>: Now a std::vector.
13558 (stop_reply_xfree): Remove.
13559 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13560 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13561 (remote_target::discard_pending_stop_replies): Use delete.
13562 (remote_target::remote_parse_stop_reply): Update.
13563 (remote_target::process_stop_reply): Update.
13564 * remote-notif.h (struct notif_event): Add virtual destructor.
13565 Remove "dtr" member.
13566 (struct notif_client) <alloc_event>: Return a unique_ptr.
13567 (notif_event_xfree): Don't declare.
13568 (notif_event_up): New typedef.
13569 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13570 (notif_event_xfree, do_notif_event_xfree): Remove.
13571 (remote_notif_state_xfree): Update.
13572
13573 2019-03-06 Tom Tromey <tom@tromey.com>
13574
13575 * infrun.c (displaced_step_clear_cleanup): Now a
13576 forward_scope_exit type.
13577 (displaced_step_prepare_throw): Update.
13578 (displaced_step_fixup): Update.
13579
13580 2019-03-06 Tom Tromey <tom@tromey.com>
13581
13582 * inferior.h (class inferior): Update comment.
13583 * gdbthread.h (class thread_info): Update comment.
13584
13585 2019-03-06 Joel Brobecker <brobecker@adacore.com>
13586 Tom Tromey <tom@tromey.com>
13587
13588 * stabsread.h (struct stab_section_list): Remove.
13589 (coffstab_build_psymtabs): Update.
13590 * dbxread.c (symbuf_sections): Now a std::vector.
13591 (sect_idx): New global.
13592 (fill_symbuf): Update.
13593 (coffstab_build_psymtabs): Change type of stabsects parameter.
13594 Update.
13595 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13596 std::vector.
13597 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13598 (coff_locate_sections): Update.
13599 (coff_symfile_read): Remove cleanups. Update.
13600 (init_stringtab): Add storage parameter.
13601 (free_stringtab, free_stringtab_cleanup): Remove.
13602 (init_lineno): Add storage parameter.
13603 (free_linetab, free_linetab_cleanup): Remove.
13604
13605 2019-03-06 Pedro Alves <palves@redhat.com>
13606
13607 * linux-fork.c (fork_info::clobber_regs): Delete.
13608 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13609 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13610 comment. Adjust.
13611 (scoped_switch_fork_info::scoped_switch_fork_info)
13612 (checkpoint_command, linux_fork_context): Adjust
13613 fork_save_infrun_state calls.
13614
13615 2019-03-06 Pedro Alves <palves@redhat.com>
13616
13617 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13618 (inf_has_multiple_threads): Return 'bool' and rewrite using
13619 inferior_info::threads().
13620
13621 2019-03-06 Pedro Alves <palves@redhat.com>
13622
13623 * linux-fork.c: Include <list>.
13624 (fork_list): Now a std::list instance.
13625 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13626 (forks_exist_p, find_last_fork): Adjust.
13627 (new_fork): Delete.
13628 (one_fork_p): New.
13629 (add_fork): Adjust.
13630 (free_fork): Delete, folded into fork_info::~fork_info().
13631 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13632 Adjust.
13633 (init_fork_list): Delete.
13634 (linux_fork_killall, linux_fork_mourn_inferior)
13635 (linux_fork_detach, info_checkpoints_command): Adjust.
13636 (_initialize_linux_fork): No longer call init_fork_list.
13637
13638 2019-03-06 Pedro Alves <palves@redhat.com>
13639
13640 * linux-fork.c (new_fork): New, split out of ...
13641 (add_fork): ... this. Return void. Move "first fork" special
13642 case from here, to ...
13643 (checkpoint_command): ... here.
13644 * linux-linux.h (add_fork): Return void.
13645
13646 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13647
13648 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13649
13650 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13651 Chris January <chris.january@arm.com>
13652 David Lecomber <david.lecomber@arm.com>
13653
13654 * f-exp.y: New token, UNOP_INTRINSIC.
13655 (exp): New pattern using UNOP_INTRINSIC token.
13656 (f77_keywords): Add 'abs' keyword.
13657 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13658 (value_from_host_double): New function.
13659 (evaluate_subexp_f): Support UNOP_ABS.
13660
13661 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13662
13663 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13664 types.
13665
13666 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13667
13668 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13669 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13670 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13671
13672 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13673
13674 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13675
13676 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13677 Chris January <chris.january@arm.com>
13678
13679 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13680 * f-exp.y: Define 'KIND' token.
13681 (exp): New pattern for KIND expressions.
13682 (ptype): Handle types with a kind extension.
13683 (direct_abs_decl): Extend to spot kind extensions.
13684 (f77_keywords): Add 'kind' to the list.
13685 (push_kind_type): New function.
13686 (convert_to_kind_type): New function.
13687 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13688 * parse.c (operator_length_standard): Likewise.
13689 * parser-defs.h (enum type_pieces): Add tp_kind.
13690 * std-operator.def: Add UNOP_KIND.
13691
13692 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13693
13694 * f-exp.y (f_parse): Set yydebug.
13695
13696 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13697
13698 * f-lang.c (evaluate_subexp_f): New function.
13699 (exp_descriptor_f): New global.
13700 (f_language_defn): Use exp_descriptor_f instead of
13701 exp_descriptor_standard.
13702
13703 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13704
13705 * f-exp.y (struct token): Add comments.
13706 (dot_ops): Remove uppercase versions and the end marker.
13707 (f77_keywords): Likewise.
13708 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13709 entries in the dot_ops array are case insensitive, and use
13710 strncasecmp to compare strings. Also some whitespace cleanup in
13711 this area. Similar for the f77_keywords array, except entries in
13712 this list might be case sensitive.
13713
13714 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13715
13716 * f-exp.y (struct f77_boolean_val): Add comments.
13717 (boolean_values): Remove uppercase versions, and end marker.
13718 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13719 and use strncasecmp to achieve case insensitivity. Additionally,
13720 perform whitespace cleanup around this code.
13721
13722 2019-03-06 Tom Tromey <tromey@adacore.com>
13723
13724 * remote-sim.c (gdbsim_target_open): Use result of
13725 gdb_argv::release.
13726
13727 2019-03-06 Richard Bunt <richard.bunt@arm.com>
13728 Dirk Schubert <dirk.schubert@arm.com>
13729 Chris January <chris.january@arm.com>
13730
13731 * eval.c (evaluate_subexp_standard): Call Fortran argument
13732 wrapping logic.
13733 * f-lang.c (struct value): A value which can be passed into a
13734 Fortran function call.
13735 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13736 where appropriate.
13737 (struct type): Value ready for a Fortran function call.
13738 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13739 is needed.
13740 * f-lang.h (fortran_argument_convert): Declaration.
13741 (fortran_preserve_arg_pointer): Declaration.
13742 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13743
13744 2019-03-05 Tom Tromey <tromey@adacore.com>
13745
13746 * python/py-prettyprint.c (print_string_repr): Remove #if.
13747 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13748
13749 2019-03-05 Tom Tromey <tromey@adacore.com>
13750
13751 * target.c (the_dummy_target): Move later. Change type to
13752 "dummy_target".
13753 (initialize_targets): Don't initialize the_dummy_target.
13754
13755 2019-03-05 Tom Tromey <tromey@adacore.com>
13756
13757 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13758 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13759
13760 2019-03-05 Tom Tromey <tromey@adacore.com>
13761
13762 * windows-nat.c (windows_nat_target::attach)
13763 (windows_nat_target::detach): Don't call gdb_flush.
13764 * valprint.c (generic_val_print, val_print, val_print_string):
13765 Don't call gdb_flush.
13766 * utils.c (defaulted_query): Don't call gdb_flush.
13767 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13768 * target.c (target_announce_detach): Don't call gdb_flush.
13769 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13770 * remote.c (extended_remote_target::attach): Don't call
13771 gdb_flush.
13772 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13773 * printcmd.c (do_examine): Don't call gdb_flush.
13774 (info_display_command): Don't call gdb_flush.
13775 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13776 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13777 * memattr.c (info_mem_command): Don't call gdb_flush.
13778 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13779 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13780 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13781 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13782 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13783 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13784 (gnu_nat_target::detach): Don't call gdb_flush.
13785 * f-valprint.c (f_val_print): Don't call gdb_flush.
13786 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13787 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13788 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13789 gdb_flush.
13790 * c-valprint.c (c_val_print): Don't call gdb_flush.
13791 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13792
13793 2019-03-05 Tom Tromey <tromey@adacore.com>
13794
13795 * varobj.c (update_dynamic_varobj_children): Update.
13796 (install_default_visualizer): Use reset, not release.
13797 * value.c (set_internalvar): Update.
13798 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13799 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13800 ATTRIBUTE_UNUSED_RESULT.
13801
13802 2019-03-05 Tom Tromey <tromey@adacore.com>
13803
13804 * remote.c (class scoped_remote_fd) <release>: Add
13805 ATTRIBUTE_UNUSED_RESULT.
13806
13807 2019-03-05 Tom Tromey <tromey@adacore.com>
13808
13809 * macroexp.c (struct macro_buffer) <release>: Add
13810 ATTRIBUTE_UNUSED_RESULT.
13811
13812 2019-03-05 Tom Tromey <tromey@adacore.com>
13813
13814 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13815 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13816 ATTRIBUTE_UNUSED_RESULT.
13817
13818 2019-03-05 Tom Tromey <tromey@adacore.com>
13819
13820 * common/scoped_fd.h (class scoped_fd) <release>: Add
13821 ATTRIBUTE_UNUSED_RESULT.
13822
13823 2019-03-05 Tom Tromey <tromey@adacore.com>
13824
13825 * parser-defs.h (struct parser_state) <release>: Add
13826 ATTRIBUTE_UNUSED_RESULT.
13827
13828 2019-03-05 Tom Tromey <tromey@adacore.com>
13829
13830 * utils.h (class gdb_argv) <release>: Add
13831 ATTRIBUTE_UNUSED_RESULT.
13832 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13833
13834 2019-03-02 Eli Zaretskii <eliz@gnu.org>
13835
13836 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13837 for-loop range, to avoid compiler warnings.
13838
13839 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13840 avoid compiler warnings about unused variables.
13841
13842 * NEWS: Mention end of support for native debugging on MS-Windows
13843 before XP.
13844
13845 PR gdb/24292
13846 * common/netstuff.c:
13847 * gdbserver/gdbreplay.c
13848 * gdbserver/remote-utils.c:
13849 * ser-tcp.c:
13850 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13851 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13852 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13853 'getaddrinfo' and 'freeaddrinfo' were not available before
13854 Windows XP, and mingw.org's MinGW headers by default define
13855 _WIN32_WINNT to 0x500.
13856
13857 2019-03-01 Gary Benson <gbenson@redhat.com>
13858
13859 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13860
13861 2019-02-28 Brian Vandenberg <phantall@gmail.com>
13862 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13863
13864 PR gdb/8527
13865 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13866 set_sigint_trap, clear_sigint_trap.
13867
13868 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13869
13870 * target.c (target_detach): Clear the regcache and the
13871 frame cache.
13872
13873 2019-02-27 Pedro Alves <palves@redhat.com>
13874
13875 * utils.c (set_screen_size): When we cap the height/width sizes,
13876 tweak the corresponding command variable to show "unlimited":
13877
13878 2019-02-27 Saagar Jha <saagar@saagarjha.com>
13879 Pedro Alves <palves@redhat.com>
13880
13881 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13882 before calling rl_set_screen_size.
13883
13884 2019-02-27 Tom Tromey <tromey@adacore.com>
13885
13886 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13887 define.
13888 * python/py-value.c: Remove Python 2.4 workaround.
13889 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13890 workaround.
13891 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13892 Python 2.4 workaround.
13893 * python/python-internal.h: Remove Python 2.4 comment.
13894 (Py_ssize_t): Don't define.
13895 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13896 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13897 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13898 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13899 * python/python.c (do_start_initialization): Remove Python 2.4
13900 workaround.
13901 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13902 (print_children): Remove Python 2.4 workaround.
13903 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13904 workaround.
13905 (CHARBUFFERPROC_NAME): Remove.
13906 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13907 Python 2.4 workaround.
13908
13909 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13910
13911 * NEWS: Note minimum Python version.
13912
13913 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13914
13915 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13916 code from these functions. Remove corresponding ifdefs. Use
13917 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13918 Remove gotos and target of gotos.
13919 (infpy_search_memory): Likewise.
13920
13921 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13922
13923 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13924 (hppa_gdbarch_init): Don't register deleted functions with
13925 gdbarch.
13926
13927 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13928
13929 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13930 (h8300_unwind_sp): Delete.
13931 (h8300_dummy_id): Delete.
13932 (h8300_gdbarch_init): Don't register deleted functions with
13933 gdbarch.
13934
13935 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13936
13937 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13938 (ft32_unwind_pc): Delete.
13939 (ft32_unwind_sp): Delete.
13940 (ft32_gdbarch_init): Don't register deleted functions with
13941 gdbarch.
13942
13943 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13944
13945 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13946 (frv_unwind_pc): Delete.
13947 (frv_unwind_sp): Delete.
13948 (frv_gdbarch_init): Don't register deleted functions with
13949 gdbarch.
13950
13951 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13952
13953 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13954 (riscv_unwind_pc): Delete.
13955 (riscv_unwind_sp): Delete.
13956 (riscv_gdbarch_init): Don't register deleted functions with
13957 gdbarch.
13958
13959 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13960
13961 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13962 (csky_unwind_pc): Delete.
13963 (csky_unwind_sp): Delete.
13964 (csky_gdbarch_init): Don't register deleted functions with
13965 gdbarch.
13966
13967 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13968
13969 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13970 (cris_unwind_pc): Delete.
13971 (cris_unwind_sp): Delete.
13972 (cris_gdbarch_init): Don't register deleted functions with
13973 gdbarch.
13974
13975 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13976
13977 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13978 (bfin_unwind_pc): Delete.
13979 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13980
13981 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13982
13983 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13984 (arm_unwind_pc): Delete.
13985 (arm_unwind_sp): Delete.
13986 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13987
13988 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13989
13990 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13991 (arc_unwind_pc): Delete.
13992 (arc_unwind_sp): Delete.
13993 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13994
13995 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13996
13997 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13998 (alpha_unwind_pc): Delete.
13999 (alpha_gdbarch_init): Don't register deleted functions with
14000 gdbarch.
14001
14002 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14003
14004 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
14005 (aarch64_unwind_pc): Delete.
14006 (aarch64_unwind_sp): Delete.
14007 (aarch64_gdbarch_init): Don't register deleted functions with
14008 gdbarch.
14009
14010 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14011
14012 * gdbtypes.c (type_align): Don't consider static members when
14013 computing structure alignment.
14014
14015 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14016
14017 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
14018 return 0 for other types.
14019 * arch-utils.c (default_type_align): Always return 0.
14020 * gdbarch.h: Regenerate.
14021 * gdbarch.sh (type_align): Extend comment.
14022 * gdbtypes.c (type_align): Add additional comments, always call
14023 gdbarch_type_align before applying the default rules.
14024 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
14025 generic code will then apply a suitable default.
14026 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
14027 types, return 0 for other types.
14028
14029 2019-02-27 Joel Brobecker <brobecker@adacore.com>
14030
14031 * NEWS: Create a new section for the next release branch.
14032 Rename the section of the current branch, now that it has
14033 been cut.
14034
14035 2019-02-27 Joel Brobecker <brobecker@adacore.com>
14036
14037 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
14038 * version.in: Bump version to 8.3.50.DATE-git.
14039
14040 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
14041
14042 * aix-thread.c (ptid_cmp): Remove unused variable.
14043 (get_signaled_thread): Likewise.
14044 (store_regs_user_thread): Likewise.
14045 (store_regs_kernel_thread): Likewise.
14046 (fetch_regs_kernel_thread): Remove shadowed variable.
14047
14048 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
14049
14050 * features/riscv/32bit-cpu.xml: Add register numbers.
14051 * features/riscv/32bit-fpu.c: Regenerate.
14052 * features/riscv/32bit-fpu.xml: Add register numbers.
14053 * features/riscv/64bit-cpu.xml: Add register numbers.
14054 * features/riscv/64bit-fpu.c: Regenerate.
14055 * features/riscv/64bit-fpu.xml: Add register numbers.
14056
14057 2019-02-26 Kevin Buettner <kevinb@redhat.com>
14058
14059 * NEWS: Mention two argument form of gdb.Value constructor.
14060 * python/py-value.c (convert_buffer_and_type_to_value): New
14061 function.
14062 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
14063 Add support for handling an optional second argument. Call
14064 convert_buffer_and_type_to_value as appropriate.
14065 * python/python-internal.h (Py_buffer_deleter): New struct.
14066 (Py_buffer_up): New typedef.
14067
14068 2019-02-25 John Baldwin <jhb@FreeBSD.org>
14069
14070 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
14071 instead of releasing ownership.
14072
14073 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
14074
14075 * dwarf2read.c (open_and_init_dwp_file): Call
14076 elf_numsections instead of bfd_count_sections to initialize
14077 dwp_file->num_sections.
14078
14079 2019-02-25 Tom Tromey <tromey@adacore.com>
14080
14081 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
14082
14083 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
14084
14085 * gcore.in: Add '--readnever' option when invoking GDB.
14086
14087 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14088
14089 * MAINTAINERS: Update my email address.
14090
14091 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14092
14093 * build-id.c (build_id_to_debug_bfd_1): New function.
14094 (build_id_to_debug_bfd): Look for separate debug file in
14095 sysroot.
14096
14097 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
14098
14099 * gdbarch.sh: Update the copyright year range that is placed into
14100 generated files.
14101
14102 2019-02-22 Keith Seitz <keiths@redhat.com>
14103
14104 PR symtab/23853
14105 * linespec.c (create_sals_line_offset): Search for the default
14106 symtab's filename instead of its fullname.
14107
14108 2019-02-21 Alan Hayward <alan.hayward@arm.com>
14109
14110 * NEWS: Update style defaults.
14111
14112 2019-02-21 Alan Hayward <alan.hayward@arm.com>
14113
14114 * main.c (captured_main_1): Disable styling in batch mode.
14115
14116 2019-02-20 Tom Tromey <tom@tromey.com>
14117
14118 * symtab.c (symtab_symbol_info): Fix typos.
14119
14120 2019-02-20 Tom Tromey <tromey@adacore.com>
14121
14122 * findcmd.c (_initialize_mem_search): Use upper case for
14123 metasyntactic variables.
14124
14125 2019-02-20 Alan Hayward <alan.hayward@arm.com>
14126
14127 * aarch64-tdep.c (aarch64_add_reggroups): New function.
14128 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
14129
14130 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
14131
14132 * top.h (source_file_name): Change to std::string.
14133 * top.c (source_file_name): Likewise.
14134 (command_line_input): Adjust.
14135 * cli/cli-script.c (script_from_file): Adjust.
14136
14137 2019-02-19 Tom Tromey <tromey@adacore.com>
14138
14139 * ravenscar-thread.c
14140 (ravenscar_thread_target::update_thread_list): Don't call
14141 ada_build_task_list.
14142 * ada-lang.h (ada_build_task_list): Don't declare.
14143 * ada-tasks.c (struct ada_tasks_inferior_data)
14144 <task_list_valid_p>: Now bool.
14145 (read_known_tasks, ada_task_list_changed)
14146 (ada_tasks_invalidate_inferior_data): Update.
14147 (read_known_tasks_array): Return bool.
14148 (read_known_tasks_list): Likewise.
14149 (read_known_tasks): Return void.
14150 (ada_build_task_list): Now static.
14151
14152 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
14153
14154 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
14155 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
14156
14157 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14158
14159 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
14160 variant for ada_tasks_pspace_data_handle and
14161 ada_tasks_inferior_data_handle.
14162 (ada_tasks_pspace_data_cleanup): New function.
14163 (ada_tasks_inferior_data_cleanup): New function.
14164
14165 2019-02-17 Tom Tromey <tom@tromey.com>
14166
14167 * macrotab.h (macro_source_fullname): Return a std::string.
14168 * macrotab.c (macro_include, check_for_redefinition)
14169 (macro_undef, macro_lookup_definition, foreach_macro)
14170 (foreach_macro_in_scope): Update.
14171 (macro_source_fullname): Return a std::string.
14172 * macrocmd.c (show_pp_source_pos): Update.
14173
14174 2019-02-17 Tom Tromey <tom@tromey.com>
14175
14176 * macrocmd.c (show_pp_source_pos): Style the file names.
14177
14178 2019-02-17 Tom Tromey <tom@tromey.com>
14179
14180 PR tui/24197:
14181 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
14182
14183 2019-02-17 Tom Tromey <tom@tromey.com>
14184
14185 * ada-lang.c (user_select_syms): Use filtered printing.
14186 * utils.c (wrap_style): New global.
14187 (desired_style): Remove.
14188 (emit_style_escape): Add stream parameter.
14189 (set_output_style, reset_terminal_style, prompt_for_continue):
14190 Update.
14191 (flush_wrap_buffer): Only flush gdb_stdout.
14192 (wrap_here): Set wrap_style.
14193 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14194 treat escape sequences as a character. Change when wrap buffer is
14195 flushed.
14196 (fputs_styled): Do not set the output style when the default is
14197 requested.
14198 * ui-style.h (struct ui_file_style) <is_default>: New method.
14199 * source.c (print_source_lines_base): Emit escape sequences in one
14200 piece.
14201
14202 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14203
14204 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14205 integers and enumeration types.
14206
14207 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14208
14209 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14210 instead of lookup_symbol_in_language
14211 (do_exact_match): New function.
14212 (ada_get_symbol_name_matcher): Return do_exact_match when
14213 doing a verbatim match.
14214
14215 2019-02-15 Tom Tromey <tromey@adacore.com>
14216
14217 * ravenscar-thread.c (ravenscar_thread_target::resume)
14218 (ravenscar_thread_target::wait): Special case wildcard requests.
14219
14220 2019-02-15 Tom Tromey <tromey@adacore.com>
14221
14222 * ravenscar-thread.c (base_ptid): Remove.
14223 (struct ravenscar_thread_target) <close>: New method.
14224 <m_base_ptid>: New member.
14225 <update_inferior_ptid, active_task, task_is_currently_active,
14226 runtime_initialized>: Declare methods.
14227 <ravenscar_thread_target>: Add constructor.
14228 (ravenscar_thread_target::task_is_currently_active)
14229 (ravenscar_thread_target::update_inferior_ptid)
14230 (ravenscar_runtime_initialized): Rename. Now methods.
14231 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14232 (ravenscar_thread_target::update_thread_list): Update.
14233 (ravenscar_thread_target::active_task): Now method.
14234 (ravenscar_thread_target::store_registers)
14235 (ravenscar_thread_target::prepare_to_store)
14236 (ravenscar_thread_target::prepare_to_store)
14237 (ravenscar_thread_target::mourn_inferior): Update.
14238 (ravenscar_inferior_created): Use "new" to create target.
14239 (ravenscar_thread_target::get_ada_task_ptid): Update.
14240 (_initialize_ravenscar): Don't initialize base_ptid.
14241 (ravenscar_ops): Remove global.
14242
14243 2019-02-15 Tom Tromey <tromey@adacore.com>
14244
14245 * target.h (push_target): Declare new overload.
14246 * target.c (push_target): New overload, taking an rvalue reference.
14247 * remote.c (remote_target::open_1): Use push_target overload.
14248 * corelow.c (core_target_open): Use push_target overload.
14249
14250 2019-02-15 Tom Tromey <tromey@adacore.com>
14251
14252 * ravenscar-thread.c (is_ravenscar_task)
14253 (ravenscar_task_is_currently_active): Return bool.
14254 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14255 (_initialize_ravenscar): Remove "(void)".
14256 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14257 Return bool.
14258
14259 2019-02-15 Tom Tromey <tromey@adacore.com>
14260
14261 * ravenscar-thread.c (ravenscar_runtime_initializer)
14262 (has_ravenscar_runtime, get_running_thread_id)
14263 (ravenscar_thread_target::resume): Fix indentation.
14264
14265 2019-02-15 Tom Tromey <tromey@adacore.com>
14266
14267 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14268 from ravenscar_arch_ops.
14269 (sparc_ravenscar_ops::fetch_registers)
14270 (sparc_ravenscar_ops::store_registers): Now methods.
14271 (sparc_ravenscar_prepare_to_store): Remove.
14272 (sparc_ravenscar_ops): Redefine.
14273 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14274 methods and destructor. Remove members.
14275 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14276 (ravenscar_thread_target::store_registers)
14277 (ravenscar_thread_target::prepare_to_store): Update.
14278 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14279 Remove.
14280 (struct ppc_ravenscar_powerpc_ops): Derive from
14281 ravenscar_arch_ops.
14282 (ppc_ravenscar_powerpc_ops::fetch_registers)
14283 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14284 (ppc_ravenscar_powerpc_ops): Redefine.
14285 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14286 (ppc_ravenscar_e500_ops::fetch_registers)
14287 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14288 (ppc_ravenscar_e500_ops): Redefine.
14289 * aarch64-ravenscar-thread.c
14290 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14291 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14292 (aarch64_ravenscar_fetch_registers)
14293 (aarch64_ravenscar_store_registers): Now methods.
14294 (aarch64_ravenscar_ops): Redefine.
14295
14296 2019-02-15 Tom Tromey <tromey@adacore.com>
14297
14298 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14299 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14300 (ravenscar_thread_target::stopped_by_watchpoint)
14301 (ravenscar_thread_target::stopped_data_address)
14302 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14303
14304 2019-02-15 Tom Tromey <tromey@adacore.com>
14305
14306 * ravenscar-thread.c: Fix some typos.
14307
14308 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14309 Tom Tromey <tromey@adacore.com>
14310
14311 * ada-lang.c (ada_exception_sal): Change addr_string to a
14312 std::string.
14313 (create_ada_exception_catchpoint): Update.
14314
14315 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14316 Tom Tromey <tromey@adacore.com>
14317
14318 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14319 (bp_location_ops): Remove.
14320 (base_breakpoint_allocate_location): Update.
14321 (free_bp_location): Update.
14322 * ada-lang.c (class ada_catchpoint_location)
14323 <ada_catchpoint_location>: Remove ops parameter.
14324 (ada_catchpoint_location_dtor): Remove.
14325 (ada_catchpoint_location_ops): Remove.
14326 (allocate_location_exception): Update.
14327 * breakpoint.h (struct bp_location_ops): Remove.
14328 (class bp_location) <bp_location>: Remove bp_location_ops
14329 parameter.
14330 <~bp_location>: Add destructor.
14331 <ops>: Remove.
14332
14333 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14334 Pedro Alves <palves@redhat.com>
14335
14336 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14337 'PATH_MAX'.
14338
14339 2019-02-14 David Michael <fedora.dm0@gmail.com>
14340 Samuel Thibault <samuel.thibault@gnu.org>
14341 Thomas Schwinge <thomas@codesourcery.com>
14342
14343 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14344 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14345
14346 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14347
14348 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14349 (check_empty): Use "const char *".
14350
14351 * gnu-nat.c (gnu_nat_target::detach): Instead of
14352 'detach_inferior (pid)' call
14353 'detach_inferior (find_inferior_pid (pid))'.
14354
14355 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14356 'nat/fork-inferior.o'.
14357 * gnu-nat.c: #include "nat/fork-inferior.h".
14358
14359 * gnu-nat.c (gnu_nat_target::detach): Instead of
14360 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14361 * gnu-nat.h: #include "inf-child.h".
14362 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14363 'i386_gnu_nat_target::fetch_registers'.
14364 (gnu_store_registers): Rename/move to
14365 'i386_gnu_nat_target::store_registers'.
14366
14367 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14368 * gnu-nat.h (mach_thread_info): New function.
14369 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14370
14371 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14372
14373 2019-02-14 Frederic Konrad <konrad@adacore.com>
14374
14375 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14376
14377 2019-02-14 Joel Brobecker <brobecker@adacore.com>
14378
14379 * windows-nat.c (windows_add_thread): Add new parameter
14380 "main_thread_p" with default value set to false. Update
14381 function documentation as well as all callers.
14382 (windows_delete_thread): Likewise.
14383 (fake_create_process): Update call to windows_add_thread.
14384 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14385 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14386 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14387 call to windows_delete_thread.
14388
14389 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14390
14391 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14392
14393 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14394
14395 * symfile.c (find_separate_debug_file): Use canonical path of
14396 sysroot with child_path instead of gdb_sysroot if it is valid.
14397
14398 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14399
14400 * symfile.c (find_separate_debug_file): Use child_path to
14401 determine if an object file is under a sysroot.
14402
14403 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14404
14405 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14406 unittests/child-path-selftests.c.
14407 * common/pathstuff.c (child_path): New function.
14408 * common/pathstuff.h (child_path): New prototype.
14409 * unittests/child-path-selftests.c: New file.
14410
14411 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14412
14413 * symfile.c (find_separate_debug_file): Look for separate debug
14414 files in debug directories under the sysroot.
14415
14416 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14417
14418 * symtab.h (struct minimal_symbol data_p): New const method.
14419 (struct minimal_symbol text_p): Likewise.
14420 * symtab.c (output_source_filename): Use file name style
14421 to print file name.
14422 (print_symbol_info): Likewise.
14423 (print_msymbol_info): Use address style to print addresses.
14424 Use function name style to print executable text symbols.
14425 (expand_symtab_containing_pc): Use data_p.
14426 (find_pc_sect_compunit_symtab): Likewise.
14427
14428 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14429
14430 * breakpoint.c (describe_other_breakpoints): Use address style
14431 to print addresses.
14432 (say_where): Likewise.
14433
14434 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14435
14436 * ada-typeprint.c (print_func_type): Print function name
14437 style to print function name.
14438 * c-typeprint.c (c_print_type_1): Likewise.
14439
14440 2019-02-11 Alan Hayward <alan.hayward@arm.com>
14441
14442 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14443 for execve.
14444
14445 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14446
14447 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14448 type_stack.
14449
14450 2019-02-10 Joel Brobecker <brobecker@adacore.com>
14451
14452 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14453 TYPE_CODE_REF types.
14454
14455 2019-02-08 Jim Wilson <jimw@sifive.com>
14456
14457 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14458 (riscv_linux_fregset): New.
14459 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14460
14461 2019-02-07 Tom Tromey <tom@tromey.com>
14462
14463 * thread.c (thread_cancel_execution_command): Update.
14464 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14465 methods.
14466 (struct thread_fsm_ops): Remove.
14467 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14468 (thread_fsm_should_stop, thread_fsm_return_value)
14469 (thread_fsm_set_finished, thread_fsm_finished_p)
14470 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14471 Don't declare.
14472 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14473 * infrun.c (clear_proceed_status_thread)
14474 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14475 (print_stop_event): Update.
14476 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14477 Add constructor.
14478 (step_command_fsm_ops): Remove.
14479 (new_step_command_fsm): Remove.
14480 (step_1): Update.
14481 (step_command_fsm::should_stop): Rename from
14482 step_command_fsm_should_stop.
14483 (step_command_fsm::clean_up): Rename from
14484 step_command_fsm_clean_up.
14485 (step_command_fsm::do_async_reply_reason): Rename from
14486 step_command_fsm_async_reply_reason.
14487 (struct until_next_fsm): Inherit from thread_fsm. Add
14488 constructor.
14489 (until_next_fsm_ops): Remove.
14490 (new_until_next_fsm): Remove.
14491 (until_next_fsm::should_stop): Rename from
14492 until_next_fsm_should_stop.
14493 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14494 (until_next_fsm::do_async_reply_reason): Rename from
14495 until_next_fsm_async_reply_reason.
14496 (struct finish_command_fsm): Inherit from thread_fsm. Add
14497 constructor. Change type of breakpoint.
14498 (finish_command_fsm_ops): Remove.
14499 (new_finish_command_fsm): Remove.
14500 (finish_command_fsm::should_stop): Rename from
14501 finish_command_fsm_should_stop.
14502 (finish_command_fsm::clean_up): Rename from
14503 finish_command_fsm_clean_up.
14504 (finish_command_fsm::return_value): Rename from
14505 finish_command_fsm_return_value.
14506 (finish_command_fsm::do_async_reply_reason): Rename from
14507 finish_command_fsm_async_reply_reason.
14508 (finish_command): Update.
14509 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14510 Add constructor.
14511 (call_thread_fsm_ops): Remove.
14512 (call_thread_fsm::call_thread_fsm): Rename from
14513 new_call_thread_fsm.
14514 (call_thread_fsm::should_stop): Rename from
14515 call_thread_fsm_should_stop.
14516 (call_thread_fsm::should_notify_stop): Rename from
14517 call_thread_fsm_should_notify_stop.
14518 (run_inferior_call, call_function_by_hand_dummy): Update.
14519 * cli/cli-interp.c (should_print_stop_to_console): Update.
14520 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14521 Add constructor. Change type of location_breakpoint,
14522 caller_breakpoint.
14523 (until_break_fsm_ops): Remove.
14524 (new_until_break_fsm): Remove.
14525 (until_break_fsm::should_stop): Rename from
14526 until_break_fsm_should_stop.
14527 (until_break_fsm::clean_up): Rename from
14528 until_break_fsm_clean_up.
14529 (until_break_fsm::do_async_reply_reason): Rename from
14530 until_break_fsm_async_reply_reason.
14531 (until_break_command): Update.
14532 * thread-fsm.c: Remove.
14533 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14534
14535 2019-02-07 Tom Tromey <tom@tromey.com>
14536
14537 * yy-remap.h: Add include guard.
14538 * xtensa-tdep.h: Add include guard.
14539 * xcoffread.h: Rename include guard.
14540 * varobj-iter.h: Add include guard.
14541 * tui/tui.h: Rename include guard.
14542 * tui/tui-winsource.h: Rename include guard.
14543 * tui/tui-wingeneral.h: Rename include guard.
14544 * tui/tui-windata.h: Rename include guard.
14545 * tui/tui-win.h: Rename include guard.
14546 * tui/tui-stack.h: Rename include guard.
14547 * tui/tui-source.h: Rename include guard.
14548 * tui/tui-regs.h: Rename include guard.
14549 * tui/tui-out.h: Rename include guard.
14550 * tui/tui-layout.h: Rename include guard.
14551 * tui/tui-io.h: Rename include guard.
14552 * tui/tui-hooks.h: Rename include guard.
14553 * tui/tui-file.h: Rename include guard.
14554 * tui/tui-disasm.h: Rename include guard.
14555 * tui/tui-data.h: Rename include guard.
14556 * tui/tui-command.h: Rename include guard.
14557 * tic6x-tdep.h: Add include guard.
14558 * target/waitstatus.h: Rename include guard.
14559 * target/wait.h: Rename include guard.
14560 * target/target.h: Rename include guard.
14561 * target/resume.h: Rename include guard.
14562 * target-float.h: Rename include guard.
14563 * stabsread.h: Add include guard.
14564 * rs6000-tdep.h: Add include guard.
14565 * riscv-fbsd-tdep.h: Add include guard.
14566 * regformats/regdef.h: Rename include guard.
14567 * record.h: Rename include guard.
14568 * python/python.h: Rename include guard.
14569 * python/python-internal.h: Rename include guard.
14570 * python/py-stopevent.h: Rename include guard.
14571 * python/py-ref.h: Rename include guard.
14572 * python/py-record.h: Rename include guard.
14573 * python/py-record-full.h: Rename include guard.
14574 * python/py-record-btrace.h: Rename include guard.
14575 * python/py-instruction.h: Rename include guard.
14576 * python/py-events.h: Rename include guard.
14577 * python/py-event.h: Rename include guard.
14578 * procfs.h: Add include guard.
14579 * proc-utils.h: Add include guard.
14580 * p-lang.h: Add include guard.
14581 * or1k-tdep.h: Rename include guard.
14582 * observable.h: Rename include guard.
14583 * nto-tdep.h: Rename include guard.
14584 * nat/x86-linux.h: Rename include guard.
14585 * nat/x86-linux-dregs.h: Rename include guard.
14586 * nat/x86-gcc-cpuid.h: Add include guard.
14587 * nat/x86-dregs.h: Rename include guard.
14588 * nat/x86-cpuid.h: Rename include guard.
14589 * nat/ppc-linux.h: Rename include guard.
14590 * nat/mips-linux-watch.h: Rename include guard.
14591 * nat/linux-waitpid.h: Rename include guard.
14592 * nat/linux-ptrace.h: Rename include guard.
14593 * nat/linux-procfs.h: Rename include guard.
14594 * nat/linux-osdata.h: Rename include guard.
14595 * nat/linux-nat.h: Rename include guard.
14596 * nat/linux-namespaces.h: Rename include guard.
14597 * nat/linux-btrace.h: Rename include guard.
14598 * nat/glibc_thread_db.h: Rename include guard.
14599 * nat/gdb_thread_db.h: Rename include guard.
14600 * nat/gdb_ptrace.h: Rename include guard.
14601 * nat/fork-inferior.h: Rename include guard.
14602 * nat/amd64-linux-siginfo.h: Rename include guard.
14603 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14604 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14605 * nat/aarch64-linux.h: Rename include guard.
14606 * nat/aarch64-linux-hw-point.h: Rename include guard.
14607 * mn10300-tdep.h: Add include guard.
14608 * mips-linux-tdep.h: Add include guard.
14609 * mi/mi-parse.h: Rename include guard.
14610 * mi/mi-out.h: Rename include guard.
14611 * mi/mi-main.h: Rename include guard.
14612 * mi/mi-interp.h: Rename include guard.
14613 * mi/mi-getopt.h: Rename include guard.
14614 * mi/mi-console.h: Rename include guard.
14615 * mi/mi-common.h: Rename include guard.
14616 * mi/mi-cmds.h: Rename include guard.
14617 * mi/mi-cmd-break.h: Rename include guard.
14618 * m2-lang.h: Add include guard.
14619 * location.h: Rename include guard.
14620 * linux-record.h: Rename include guard.
14621 * linux-nat.h: Add include guard.
14622 * linux-fork.h: Add include guard.
14623 * i386-darwin-tdep.h: Rename include guard.
14624 * hppa-linux-offsets.h: Add include guard.
14625 * guile/guile.h: Rename include guard.
14626 * guile/guile-internal.h: Rename include guard.
14627 * gnu-nat.h: Rename include guard.
14628 * gdb-stabs.h: Rename include guard.
14629 * frv-tdep.h: Add include guard.
14630 * f-lang.h: Add include guard.
14631 * event-loop.h: Add include guard.
14632 * darwin-nat.h: Rename include guard.
14633 * cp-abi.h: Rename include guard.
14634 * config/sparc/nm-sol2.h: Rename include guard.
14635 * config/nm-nto.h: Rename include guard.
14636 * config/nm-linux.h: Add include guard.
14637 * config/i386/nm-i386gnu.h: Rename include guard.
14638 * config/djgpp/nl_types.h: Rename include guard.
14639 * config/djgpp/langinfo.h: Rename include guard.
14640 * compile/gcc-cp-plugin.h: Add include guard.
14641 * compile/gcc-c-plugin.h: Add include guard.
14642 * compile/compile.h: Rename include guard.
14643 * compile/compile-object-run.h: Rename include guard.
14644 * compile/compile-object-load.h: Rename include guard.
14645 * compile/compile-internal.h: Rename include guard.
14646 * compile/compile-cplus.h: Rename include guard.
14647 * compile/compile-c.h: Rename include guard.
14648 * common/xml-utils.h: Rename include guard.
14649 * common/x86-xstate.h: Rename include guard.
14650 * common/version.h: Rename include guard.
14651 * common/vec.h: Rename include guard.
14652 * common/tdesc.h: Rename include guard.
14653 * common/selftest.h: Rename include guard.
14654 * common/scoped_restore.h: Rename include guard.
14655 * common/scoped_mmap.h: Rename include guard.
14656 * common/scoped_fd.h: Rename include guard.
14657 * common/safe-iterator.h: Rename include guard.
14658 * common/run-time-clock.h: Rename include guard.
14659 * common/refcounted-object.h: Rename include guard.
14660 * common/queue.h: Rename include guard.
14661 * common/ptid.h: Rename include guard.
14662 * common/print-utils.h: Rename include guard.
14663 * common/preprocessor.h: Rename include guard.
14664 * common/pathstuff.h: Rename include guard.
14665 * common/observable.h: Rename include guard.
14666 * common/netstuff.h: Rename include guard.
14667 * common/job-control.h: Rename include guard.
14668 * common/host-defs.h: Rename include guard.
14669 * common/gdb_wait.h: Rename include guard.
14670 * common/gdb_vecs.h: Rename include guard.
14671 * common/gdb_unlinker.h: Rename include guard.
14672 * common/gdb_unique_ptr.h: Rename include guard.
14673 * common/gdb_tilde_expand.h: Rename include guard.
14674 * common/gdb_sys_time.h: Rename include guard.
14675 * common/gdb_string_view.h: Rename include guard.
14676 * common/gdb_splay_tree.h: Rename include guard.
14677 * common/gdb_setjmp.h: Rename include guard.
14678 * common/gdb_ref_ptr.h: Rename include guard.
14679 * common/gdb_optional.h: Rename include guard.
14680 * common/gdb_locale.h: Rename include guard.
14681 * common/gdb_assert.h: Rename include guard.
14682 * common/filtered-iterator.h: Rename include guard.
14683 * common/filestuff.h: Rename include guard.
14684 * common/fileio.h: Rename include guard.
14685 * common/environ.h: Rename include guard.
14686 * common/common-utils.h: Rename include guard.
14687 * common/common-types.h: Rename include guard.
14688 * common/common-regcache.h: Rename include guard.
14689 * common/common-inferior.h: Rename include guard.
14690 * common/common-gdbthread.h: Rename include guard.
14691 * common/common-exceptions.h: Rename include guard.
14692 * common/common-defs.h: Rename include guard.
14693 * common/common-debug.h: Rename include guard.
14694 * common/cleanups.h: Rename include guard.
14695 * common/buffer.h: Rename include guard.
14696 * common/btrace-common.h: Rename include guard.
14697 * common/break-common.h: Rename include guard.
14698 * cli/cli-utils.h: Rename include guard.
14699 * cli/cli-style.h: Rename include guard.
14700 * cli/cli-setshow.h: Rename include guard.
14701 * cli/cli-script.h: Rename include guard.
14702 * cli/cli-interp.h: Rename include guard.
14703 * cli/cli-decode.h: Rename include guard.
14704 * cli/cli-cmds.h: Rename include guard.
14705 * charset-list.h: Add include guard.
14706 * buildsym-legacy.h: Rename include guard.
14707 * bfin-tdep.h: Add include guard.
14708 * ax.h: Rename include guard.
14709 * arm-linux-tdep.h: Add include guard.
14710 * arm-fbsd-tdep.h: Add include guard.
14711 * arch/xtensa.h: Rename include guard.
14712 * arch/tic6x.h: Add include guard.
14713 * arch/i386.h: Add include guard.
14714 * arch/arm.h: Rename include guard.
14715 * arch/arm-linux.h: Rename include guard.
14716 * arch/arm-get-next-pcs.h: Rename include guard.
14717 * arch/amd64.h: Add include guard.
14718 * arch/aarch64-insn.h: Rename include guard.
14719 * arch-utils.h: Rename include guard.
14720 * annotate.h: Add include guard.
14721 * amd64-darwin-tdep.h: Rename include guard.
14722 * aarch64-linux-tdep.h: Add include guard.
14723 * aarch64-fbsd-tdep.h: Add include guard.
14724 * aarch32-linux-nat.h: Add include guard.
14725
14726 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14727
14728 * macrotab.c (macro_define_internal): New function that
14729 factorizes macro_define_object_internal and macro_define_function
14730 code.
14731 (macro_define_object_internal): Use macro_define_internal.
14732 (macro_define_function): Likewise.
14733
14734 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14735
14736 * macrocmd.c (extract_identifier): Return
14737 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14738 callers.
14739
14740 2019-02-06 John Baldwin <jhb@FreeBSD.org>
14741
14742 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14743
14744 2019-02-05 Tom Tromey <tom@tromey.com>
14745
14746 * target.c (target_stack::unpush): Move assertion earlier.
14747
14748 2019-01-30 Tom Tromey <tom@tromey.com>
14749
14750 PR python/23615:
14751 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14752 (gdbpy_parse_and_eval): Likewise.
14753 * python/python-internal.h (gdbpy_allow_threads): New class.
14754
14755 2019-01-28 John Baldwin <jhb@FreeBSD.org>
14756
14757 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14758 (aarch64_fbsd_fpregmap): Move earlier.
14759 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14760 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14761 instead of individual calls to trad_frame_set_reg_addr.
14762 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14763 earlier.
14764 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14765 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14766 instead of individual calls to trad_frame_set_reg_addr.
14767
14768 2019-01-28 Alan Hayward <alan.hayward@arm.com>
14769
14770 * CONTRIBUTE: Replace contribution list with wiki link.
14771
14772 2019-01-25 Tom Tromey <tom@tromey.com>
14773
14774 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14775
14776 2019-01-25 Tom Tromey <tom@tromey.com>
14777
14778 * xtensa-linux-nat.c: Fix common/ includes.
14779 * xml-support.h: Fix common/ includes.
14780 * xml-support.c: Fix common/ includes.
14781 * x86-linux-nat.c: Fix common/ includes.
14782 * windows-nat.c: Fix common/ includes.
14783 * varobj.h: Fix common/ includes.
14784 * varobj.c: Fix common/ includes.
14785 * value.c: Fix common/ includes.
14786 * valops.c: Fix common/ includes.
14787 * utils.c: Fix common/ includes.
14788 * unittests/xml-utils-selftests.c: Fix common/ includes.
14789 * unittests/utils-selftests.c: Fix common/ includes.
14790 * unittests/unpack-selftests.c: Fix common/ includes.
14791 * unittests/tracepoint-selftests.c: Fix common/ includes.
14792 * unittests/style-selftests.c: Fix common/ includes.
14793 * unittests/string_view-selftests.c: Fix common/ includes.
14794 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14795 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14796 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14797 * unittests/rsp-low-selftests.c: Fix common/ includes.
14798 * unittests/parse-connection-spec-selftests.c: Fix common/
14799 includes.
14800 * unittests/optional-selftests.c: Fix common/ includes.
14801 * unittests/offset-type-selftests.c: Fix common/ includes.
14802 * unittests/observable-selftests.c: Fix common/ includes.
14803 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14804 * unittests/memrange-selftests.c: Fix common/ includes.
14805 * unittests/memory-map-selftests.c: Fix common/ includes.
14806 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14807 * unittests/function-view-selftests.c: Fix common/ includes.
14808 * unittests/environ-selftests.c: Fix common/ includes.
14809 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14810 * unittests/common-utils-selftests.c: Fix common/ includes.
14811 * unittests/cli-utils-selftests.c: Fix common/ includes.
14812 * unittests/array-view-selftests.c: Fix common/ includes.
14813 * ui-file.c: Fix common/ includes.
14814 * tui/tui-io.c: Fix common/ includes.
14815 * tracepoint.h: Fix common/ includes.
14816 * tracepoint.c: Fix common/ includes.
14817 * tracefile-tfile.c: Fix common/ includes.
14818 * top.h: Fix common/ includes.
14819 * top.c: Fix common/ includes.
14820 * thread.c: Fix common/ includes.
14821 * target/waitstatus.h: Fix common/ includes.
14822 * target/waitstatus.c: Fix common/ includes.
14823 * target.h: Fix common/ includes.
14824 * target.c: Fix common/ includes.
14825 * target-memory.c: Fix common/ includes.
14826 * target-descriptions.c: Fix common/ includes.
14827 * symtab.h: Fix common/ includes.
14828 * symfile.c: Fix common/ includes.
14829 * stap-probe.c: Fix common/ includes.
14830 * spu-linux-nat.c: Fix common/ includes.
14831 * sparc-nat.c: Fix common/ includes.
14832 * source.c: Fix common/ includes.
14833 * solib.c: Fix common/ includes.
14834 * solib-target.c: Fix common/ includes.
14835 * ser-unix.c: Fix common/ includes.
14836 * ser-tcp.c: Fix common/ includes.
14837 * ser-pipe.c: Fix common/ includes.
14838 * ser-base.c: Fix common/ includes.
14839 * selftest-arch.c: Fix common/ includes.
14840 * s12z-tdep.c: Fix common/ includes.
14841 * rust-exp.y: Fix common/ includes.
14842 * rs6000-aix-tdep.c: Fix common/ includes.
14843 * riscv-tdep.c: Fix common/ includes.
14844 * remote.c: Fix common/ includes.
14845 * remote-notif.h: Fix common/ includes.
14846 * remote-fileio.h: Fix common/ includes.
14847 * remote-fileio.c: Fix common/ includes.
14848 * regcache.h: Fix common/ includes.
14849 * regcache.c: Fix common/ includes.
14850 * record-btrace.c: Fix common/ includes.
14851 * python/python.c: Fix common/ includes.
14852 * python/py-type.c: Fix common/ includes.
14853 * python/py-inferior.c: Fix common/ includes.
14854 * progspace.h: Fix common/ includes.
14855 * producer.c: Fix common/ includes.
14856 * procfs.c: Fix common/ includes.
14857 * proc-api.c: Fix common/ includes.
14858 * printcmd.c: Fix common/ includes.
14859 * ppc-linux-nat.c: Fix common/ includes.
14860 * parser-defs.h: Fix common/ includes.
14861 * osdata.c: Fix common/ includes.
14862 * obsd-nat.c: Fix common/ includes.
14863 * nat/x86-linux.c: Fix common/ includes.
14864 * nat/x86-linux-dregs.c: Fix common/ includes.
14865 * nat/x86-dregs.h: Fix common/ includes.
14866 * nat/x86-dregs.c: Fix common/ includes.
14867 * nat/ppc-linux.c: Fix common/ includes.
14868 * nat/mips-linux-watch.h: Fix common/ includes.
14869 * nat/mips-linux-watch.c: Fix common/ includes.
14870 * nat/linux-waitpid.c: Fix common/ includes.
14871 * nat/linux-ptrace.h: Fix common/ includes.
14872 * nat/linux-ptrace.c: Fix common/ includes.
14873 * nat/linux-procfs.c: Fix common/ includes.
14874 * nat/linux-personality.c: Fix common/ includes.
14875 * nat/linux-osdata.c: Fix common/ includes.
14876 * nat/linux-namespaces.c: Fix common/ includes.
14877 * nat/linux-btrace.h: Fix common/ includes.
14878 * nat/linux-btrace.c: Fix common/ includes.
14879 * nat/fork-inferior.c: Fix common/ includes.
14880 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14881 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14882 * nat/aarch64-linux.c: Fix common/ includes.
14883 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14884 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14885 * namespace.h: Fix common/ includes.
14886 * mips-linux-tdep.c: Fix common/ includes.
14887 * minsyms.c: Fix common/ includes.
14888 * mi/mi-parse.h: Fix common/ includes.
14889 * mi/mi-main.c: Fix common/ includes.
14890 * mi/mi-cmd-env.c: Fix common/ includes.
14891 * memrange.h: Fix common/ includes.
14892 * memattr.c: Fix common/ includes.
14893 * maint.h: Fix common/ includes.
14894 * maint.c: Fix common/ includes.
14895 * main.c: Fix common/ includes.
14896 * machoread.c: Fix common/ includes.
14897 * location.c: Fix common/ includes.
14898 * linux-thread-db.c: Fix common/ includes.
14899 * linux-nat.c: Fix common/ includes.
14900 * linux-fork.c: Fix common/ includes.
14901 * inline-frame.c: Fix common/ includes.
14902 * infrun.c: Fix common/ includes.
14903 * inflow.c: Fix common/ includes.
14904 * inferior.h: Fix common/ includes.
14905 * inferior.c: Fix common/ includes.
14906 * infcmd.c: Fix common/ includes.
14907 * inf-ptrace.c: Fix common/ includes.
14908 * inf-child.c: Fix common/ includes.
14909 * ia64-linux-nat.c: Fix common/ includes.
14910 * i387-tdep.c: Fix common/ includes.
14911 * i386-tdep.c: Fix common/ includes.
14912 * i386-linux-tdep.c: Fix common/ includes.
14913 * i386-linux-nat.c: Fix common/ includes.
14914 * i386-go32-tdep.c: Fix common/ includes.
14915 * i386-fbsd-tdep.c: Fix common/ includes.
14916 * i386-fbsd-nat.c: Fix common/ includes.
14917 * guile/scm-type.c: Fix common/ includes.
14918 * guile/guile.c: Fix common/ includes.
14919 * go32-nat.c: Fix common/ includes.
14920 * gnu-nat.c: Fix common/ includes.
14921 * gdbthread.h: Fix common/ includes.
14922 * gdbarch-selftests.c: Fix common/ includes.
14923 * gdb_usleep.c: Fix common/ includes.
14924 * gdb_select.h: Fix common/ includes.
14925 * gdb_bfd.c: Fix common/ includes.
14926 * gcore.c: Fix common/ includes.
14927 * fork-child.c: Fix common/ includes.
14928 * findvar.c: Fix common/ includes.
14929 * fbsd-nat.c: Fix common/ includes.
14930 * event-top.c: Fix common/ includes.
14931 * event-loop.c: Fix common/ includes.
14932 * dwarf2read.c: Fix common/ includes.
14933 * dwarf2loc.c: Fix common/ includes.
14934 * dwarf2-frame.c: Fix common/ includes.
14935 * dwarf-index-cache.c: Fix common/ includes.
14936 * dtrace-probe.c: Fix common/ includes.
14937 * disasm-selftests.c: Fix common/ includes.
14938 * defs.h: Fix common/ includes.
14939 * csky-tdep.c: Fix common/ includes.
14940 * cp-valprint.c: Fix common/ includes.
14941 * cp-support.h: Fix common/ includes.
14942 * cp-support.c: Fix common/ includes.
14943 * corelow.c: Fix common/ includes.
14944 * completer.h: Fix common/ includes.
14945 * completer.c: Fix common/ includes.
14946 * compile/compile.c: Fix common/ includes.
14947 * compile/compile-loc2c.c: Fix common/ includes.
14948 * compile/compile-cplus-types.c: Fix common/ includes.
14949 * compile/compile-cplus-symbols.c: Fix common/ includes.
14950 * command.h: Fix common/ includes.
14951 * cli/cli-dump.c: Fix common/ includes.
14952 * cli/cli-cmds.c: Fix common/ includes.
14953 * charset.c: Fix common/ includes.
14954 * build-id.c: Fix common/ includes.
14955 * btrace.h: Fix common/ includes.
14956 * btrace.c: Fix common/ includes.
14957 * breakpoint.h: Fix common/ includes.
14958 * breakpoint.c: Fix common/ includes.
14959 * ax.h:
14960 (enum agent_op): Fix common/ includes.
14961 * ax-general.c (struct aop_map): Fix common/ includes.
14962 * ax-gdb.c: Fix common/ includes.
14963 * auxv.c: Fix common/ includes.
14964 * auto-load.c: Fix common/ includes.
14965 * arm-tdep.c: Fix common/ includes.
14966 * arch/riscv.c: Fix common/ includes.
14967 * arch/ppc-linux-common.c: Fix common/ includes.
14968 * arch/i386.c: Fix common/ includes.
14969 * arch/arm.c: Fix common/ includes.
14970 * arch/arm-linux.c: Fix common/ includes.
14971 * arch/arm-get-next-pcs.c: Fix common/ includes.
14972 * arch/amd64.c: Fix common/ includes.
14973 * arch/aarch64.c: Fix common/ includes.
14974 * arch/aarch64-insn.c: Fix common/ includes.
14975 * arch-utils.c: Fix common/ includes.
14976 * amd64-windows-tdep.c: Fix common/ includes.
14977 * amd64-tdep.c: Fix common/ includes.
14978 * amd64-sol2-tdep.c: Fix common/ includes.
14979 * amd64-obsd-tdep.c: Fix common/ includes.
14980 * amd64-nbsd-tdep.c: Fix common/ includes.
14981 * amd64-linux-tdep.c: Fix common/ includes.
14982 * amd64-linux-nat.c: Fix common/ includes.
14983 * amd64-fbsd-tdep.c: Fix common/ includes.
14984 * amd64-fbsd-nat.c: Fix common/ includes.
14985 * amd64-dicos-tdep.c: Fix common/ includes.
14986 * amd64-darwin-tdep.c: Fix common/ includes.
14987 * agent.c: Fix common/ includes.
14988 * ada-lang.h: Fix common/ includes.
14989 * ada-lang.c: Fix common/ includes.
14990 * aarch64-tdep.c: Fix common/ includes.
14991
14992 2019-01-25 Tom Tromey <tom@tromey.com>
14993
14994 * common/create-version.sh: Use common/version.h.
14995
14996 2019-01-24 Pedro Alves <palves@redhat.com>
14997
14998 * infrun.c (signal_stop, signal_print, signal_program)
14999 (signal_catch, signal_pass): Now arrays instead of pointers.
15000 (update_signals_program_target, do_target_resume)
15001 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
15002 * linux-nat.c (linux_nat_target::pass_signals)
15003 (linux_nat_target::create_inferior, linux_nat_target::attach):
15004 Adjust.
15005 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
15006 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
15007 * procfs.c (procfs_target::pass_signals): Adjust.
15008 * record-full.c (record_full_target::resume): Adjust.
15009 * remote.c (remote_target::pass_signals)
15010 (remote_target::program_signals): Adjust.
15011 * target-debug.h (target_debug_print_signals): Now takes a
15012 gdb::array_view as parameter. Adjust.
15013 * target.h (target_ops) <pass_signals, program_signals>: Replace
15014 pointer and length parameters with gdb::array_view.
15015 (target_pass_signals, target_program_signals): Likewise.
15016 * target-delegates.c: Regenerate.
15017
15018 2019-01-24 Pedro Alves <palves@redhat.com>
15019
15020 * common/forward-scope-exit.h
15021 (forward_scope_exit::forward_scope_exit): Pass arguments to
15022 m_bind_function directly, instead of creating a std::bind and
15023 copying that.
15024
15025 2019-01-24 Alan Hayward <alan.hayward@arm.com>
15026
15027 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15028 for static members.
15029 (pass_in_v_vfp_candidate): Likewise.
15030
15031 2019-01-23 Tom Tromey <tom@tromey.com>
15032 Pedro Alves <palves@redhat.com>
15033
15034 * regcache.c (class regcache_invalidator): Remove.
15035 (regcache::raw_write): Use make_scope_exit.
15036
15037 2019-01-23 Tom Tromey <tom@tromey.com>
15038
15039 * ui-out.h (class ui_out_emit_type): Update comment.
15040
15041 2019-01-23 Tom Tromey <tom@tromey.com>
15042
15043 * infrun.c (fetch_inferior_event): Update comment.
15044
15045 2019-01-23 Tom Tromey <tom@tromey.com>
15046 Pedro Alves <palves@redhat.com>
15047
15048 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
15049 parameter.
15050 (fetch_inferior_event): Use SCOPE_EXIT.
15051
15052
15053 2019-01-23 Tom Tromey <tom@tromey.com>
15054 Pedro Alves <palves@redhat.com>
15055
15056 * infrun.c (disable_thread_events): Delete.
15057 (stop_all_threads): Use SCOPE_EXIT.
15058
15059 2019-01-23 Tom Tromey <tom@tromey.com>
15060 Pedro Alves <palves@redhat.com>
15061
15062 * symfile.c: Include forward-scope-exit.h.
15063 (clear_symtab_users_cleanup): Replace forward declaration with
15064 a FORWARD_SCOPE_EXIT.
15065 (syms_from_objfile_1): Use the forward_scope_exit and
15066 gdb::optional instead of cleanup_function.
15067 (reread_symbols): Use the forward_scope_exit instead of
15068 cleanup_function.
15069 (clear_symtab_users_cleanup): Remove function.
15070
15071 2019-01-23 Tom Tromey <tom@tromey.com>
15072 Pedro Alves <palves@redhat.com>
15073
15074 * linux-nat.c: Include scope-exit.h.
15075 (cleanup_target_stop): Remove.
15076 (linux_nat_target::static_tracepoint_markers_by_strid): Use
15077 SCOPE_EXIT.
15078
15079 2019-01-23 Tom Tromey <tom@tromey.com>
15080 Pedro Alves <palves@redhat.com>
15081
15082 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
15083 (call_function_by_hand_dummy): Use SCOPE_EXIT.
15084
15085 2019-01-23 Tom Tromey <tom@tromey.com>
15086 Andrew Burgess <andrew.burgess@embecosm.com>
15087 Pedro Alves <palves@redhat.com>
15088
15089 * infrun.c (fetch_inferior_event): Use scope_exit.
15090 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
15091 * top.c (execute_command): Use scope_exit.
15092 * breakpoint.c (bpstat_do_actions): Use scope_exit.
15093 * utils.c (do_bpstat_clear_actions_cleanup)
15094 (make_bpstat_clear_actions_cleanup): Remove.
15095
15096 2019-01-23 Tom Tromey <tom@tromey.com>
15097 Pedro Alves <palves@redhat.com>
15098
15099 * infrun.c: Include "common/scope-exit.h"
15100 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
15101 (wait_for_inferior): Use SCOPE_EXIT.
15102 (fetch_inferior_event): Use scope_exit.
15103
15104 2019-01-23 Tom Tromey <tom@tromey.com>
15105 Pedro Alves <palves@redhat.com>
15106
15107 * breakpoint.c (create_breakpoint): Remove cleanup.
15108
15109 2019-01-23 Tom Tromey <tom@tromey.com>
15110 Andrew Burgess <andrew.burgess@embecosm.com>
15111 Pedro Alves <palves@redhat.com>
15112
15113 2019-01-23 Pedro Alves <palves@redhat.com>
15114
15115 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
15116
15117 2019-01-23 Pedro Alves <palves@redhat.com>
15118 Andrew Burgess <andrew.burgess@embecosm.com>
15119
15120 * gdbthread.h: Include "common/forward-scope-exit.h".
15121 (scoped_finish_thread_state): Redefine custom class in terms of
15122 forward_scope_exit.
15123
15124 2019-01-23 Pedro Alves <palves@redhat.com>
15125 Andrew Burgess <andrew.burgess@embecosm.com>
15126
15127 * common/forward-scope-exit.h: New file.
15128
15129 2019-01-23 Pedro Alves <palves@redhat.com>
15130 Andrew Burgess <andrew.burgess@embecosm.com>
15131 Tom Tromey <tom@tromey.com>
15132
15133 * common/scope-exit.h: New file.
15134
15135 2019-01-23 Pedro Alves <palves@redhat.com>
15136
15137 * common/preprocessor.h (ESC): Rename to ...
15138 (ESC_PARENS): ... this.
15139 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
15140 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
15141
15142 2019-01-23 Tom Tromey <tom@tromey.com>
15143
15144 * language.h (class scoped_switch_to_sym_language_if_auto):
15145 Initialize m_lang in both cases.
15146
15147 2019-01-23 Alan Hayward <alan.hayward@arm.com>
15148
15149 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
15150 with XCNEW.
15151
15152 2019-01-22 Tom Tromey <tom@tromey.com>
15153
15154 * corelow.c: Do not include sys/file.h.
15155
15156 2019-01-22 Tom Tromey <tom@tromey.com>
15157
15158 * tui/tui-wingeneral.h: Include gdb_curses.h.
15159
15160 2019-01-22 Tom Tromey <tom@tromey.com>
15161
15162 * source-cache.h (class source_cache) <get_source_lines,
15163 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
15164
15165 2019-01-22 Tom Tromey <tom@tromey.com>
15166
15167 * remote-fileio.h (struct remote_target): Declare.
15168
15169 2019-01-22 Tom Tromey <tom@tromey.com>
15170
15171 * python/py-arch.c: Do not include py-ref.h.
15172 * python/py-bpevent.c: Do not include py-ref.h.
15173 * python/py-cmd.c: Do not include py-ref.h.
15174 * python/py-continueevent.c: Do not include py-ref.h.
15175 * python/py-event.h: Do not include py-ref.h.
15176 * python/py-evtregistry.c: Do not include py-ref.h.
15177 * python/py-finishbreakpoint.c: Do not include py-ref.h.
15178 * python/py-frame.c: Do not include py-ref.h.
15179 * python/py-framefilter.c: Do not include py-ref.h.
15180 * python/py-function.c: Do not include py-ref.h.
15181 * python/py-infevents.c: Do not include py-ref.h.
15182 * python/py-linetable.c: Do not include py-ref.h.
15183 * python/py-objfile.c: Do not include py-ref.h.
15184 * python/py-param.c: Do not include py-ref.h.
15185 * python/py-prettyprint.c: Do not include py-ref.h.
15186 * python/py-progspace.c: Do not include py-ref.h.
15187 * python/py-symbol.c: Do not include py-ref.h.
15188 * python/py-symtab.c: Do not include py-ref.h.
15189 * python/py-type.c: Do not include py-ref.h.
15190 * python/py-unwind.c: Do not include py-ref.h.
15191 * python/py-utils.c: Do not include py-ref.h.
15192 * python/py-value.c: Do not include py-ref.h.
15193 * python/py-varobj.c: Do not include py-ref.h.
15194 * python/py-xmethods.c: Do not include py-ref.h.
15195 * python/python.c: Do not include py-ref.h.
15196 * varobj.c: Do not include py-ref.h.
15197
15198 2019-01-22 Tom Tromey <tom@tromey.com>
15199
15200 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15201 keyword for bcache.
15202
15203 2019-01-22 Tom Tromey <tom@tromey.com>
15204
15205 * compile/compile-cplus-types.c: Remove a comment by #include.
15206
15207 2019-01-22 Tom Tromey <tom@tromey.com>
15208
15209 * compile/gcc-c-plugin.h: Include compile-internal.h.
15210
15211 2019-01-22 Tom Tromey <tom@tromey.com>
15212
15213 * stabsread.c (EXTERN): Do not define.
15214 (symnum, next_symbol_text_func, processing_gcc_compilation)
15215 (within_function, global_sym_chain, global_stabs)
15216 (previous_stab_code, this_object_header_files)
15217 (n_this_object_header_files)
15218 (n_allocated_this_object_header_files): Define.
15219 * stabsread.h (EXTERN): Never define. Use "extern".
15220
15221 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15222
15223 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15224 history_value.
15225
15226 2019-01-21 Tom Tromey <tom@tromey.com>
15227
15228 * ui-out.c: Fix includes.
15229 * tui/tui-source.c: Fix includes.
15230 * target.c: Fix includes.
15231 * remote.c: Fix includes.
15232 * regcache.c: Fix includes.
15233 * python/py-block.c: Fix includes.
15234 * printcmd.c: Fix includes.
15235 * or1k-tdep.c: Fix includes.
15236 * mi/mi-main.c: Fix includes.
15237 * m32r-tdep.c: Fix includes.
15238 * csky-tdep.c: Fix includes.
15239 * compile/compile-cplus-types.c: Fix includes.
15240 * cli/cli-interp.c: Fix includes.
15241
15242 2019-01-21 Alan Hayward <alan.hayward@arm.com>
15243
15244 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15245 for padding.
15246
15247 2019-01-16 Tom Tromey <tom@tromey.com>
15248
15249 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15250 earlier.
15251 (struct objfile) <msymbols_range>: Move from top level.
15252 <msymbols>: New method.
15253 (class objfile_msymbols): Remove.
15254 * symtab.c (default_collect_symbol_completion_matches_break_on):
15255 Update.
15256 * symmisc.c (dump_msymbols): Update.
15257 * stabsread.c (scan_file_globals): Update.
15258 * objc-lang.c (info_selectors_command, info_classes_command)
15259 (find_methods): Update.
15260 * minsyms.c (find_solib_trampoline_target): Update.
15261 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15262 * coffread.c (coff_symfile_read): Update.
15263 * ada-lang.c (ada_lookup_simple_minsym)
15264 (ada_collect_symbol_completion_matches): Update.
15265
15266 2019-01-16 Tom Tromey <tom@tromey.com>
15267
15268 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15269 type. Remove no-argument constructor.
15270 <iterator::operator++>: Simplify.
15271 <begin>: Update.
15272 <end>: Use minimal_symbol_count.
15273
15274 2019-01-16 Tom Tromey <tom@tromey.com>
15275
15276 * objfiles.h (struct objfile) <psymtabs>: New method.
15277 (class objfile_psymtabs): Remove.
15278 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15279 typedef.
15280 <range>: New method.
15281 (require_partial_symbols): Change return type.
15282 * psymtab.c (require_partial_symbols)
15283 (psym_expand_symtabs_matching): Update.
15284 * mdebugread.c (parse_partial_symbols): Update.
15285 * dbxread.c (dbx_end_psymtab): Update.
15286
15287 2019-01-15 Tom Tromey <tom@tromey.com>
15288
15289 * symtab.c (lookup_objfile_from_block)
15290 (lookup_symbol_in_objfile_symtabs)
15291 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15292 (find_line_symtab, info_sources_command)
15293 (default_collect_symbol_completion_matches_break_on)
15294 (make_source_files_completion_list): Update.
15295 * symmisc.c (print_objfile_statistics, dump_objfile)
15296 (maintenance_print_symbols, maintenance_info_symtabs)
15297 (maintenance_check_symtabs, maintenance_info_line_tables):
15298 Update.
15299 * source.c (select_source_symtab)
15300 (forget_cached_source_info_for_objfile): Update.
15301 * objfiles.h (class objfile_compunits): Remove.
15302 (struct objfile) <compunits_range>: New typedef.
15303 (compunits): New method.
15304 * objfiles.c (objfile_relocate1): Update.
15305 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15306 * maint.c (count_symtabs_and_blocks): Update.
15307 * linespec.c (iterate_over_all_matching_symtabs): Update.
15308 * cp-support.c (add_symbol_overload_list_qualified): Update.
15309 * coffread.c (coff_symtab_read): Update.
15310 * ada-lang.c (add_nonlocal_symbols)
15311 (ada_collect_symbol_completion_matches)
15312 (ada_add_global_exceptions): Update.
15313
15314 2019-01-15 Tom Tromey <tom@tromey.com>
15315
15316 * progspace.h (program_space) <objfiles_safe_range>: New
15317 typedef.
15318 <objfiles_safe>: New method.
15319 * objfiles.h (class all_objfiles_safe): Remove.
15320 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15321 * jit.c (jit_inferior_exit_hook): Update.
15322
15323 2019-01-17 Tom Tromey <tom@tromey.com>
15324
15325 * progspace.h (program_space) <objfiles_range>: New typedef.
15326 <objfiles>: New method.
15327 <objfiles_head>: Rename from objfiles.
15328 (object_files): Update.
15329 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15330 * guile/scm-pretty-print.c
15331 (ppscm_find_pretty_printer_from_objfiles): Update.
15332 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15333 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15334 Update.
15335 * python/py-progspace.c (pspy_get_objfiles): Update.
15336 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15337 Update.
15338 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15339 (objfpy_lookup_objfile_by_build_id): Update.
15340 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15341 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15342 Update.
15343 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15344 (expand_symtab_containing_pc, lookup_objfile_from_block)
15345 (lookup_static_symbol, basic_lookup_transparent_type)
15346 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15347 (find_line_symtab, info_sources_command)
15348 (default_collect_symbol_completion_matches_break_on)
15349 (make_source_files_completion_list, find_main_name): Update.
15350 * symmisc.c (print_symbol_bcache_statistics)
15351 (print_objfile_statistics, maintenance_print_symbols)
15352 (maintenance_print_msymbols, maintenance_print_objfiles)
15353 (maintenance_info_symtabs, maintenance_check_symtabs)
15354 (maintenance_expand_symtabs, maintenance_info_line_tables):
15355 Update.
15356 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15357 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15358 (map_overlay_command, unmap_overlay_command)
15359 (simple_overlay_update, expand_symtabs_matching)
15360 (map_symbol_filenames): Update.
15361 * symfile-debug.c (set_debug_symfile): Update.
15362 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15363 Update.
15364 * source.c (select_source_symtab, forget_cached_source_info):
15365 Update.
15366 * solib.c (solib_read_symbols): Update.
15367 * solib-spu.c (append_ocl_sos): Update.
15368 * psymtab.c (maintenance_print_psymbols)
15369 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15370 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15371 * printcmd.c (info_symbol_command): Update.
15372 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15373 Update.
15374 * objfiles.h (class all_objfiles): Remove.
15375 * objfiles.c (have_partial_symbols, have_full_symbols)
15376 (have_minimal_symbols, qsort_cmp, update_section_map)
15377 (shared_objfile_contains_address_p)
15378 (default_iterate_over_objfiles_in_search_order): Update.
15379 * objc-lang.c (info_selectors_command, info_classes_command)
15380 (find_methods): Update.
15381 * minsyms.c (find_solib_trampoline_target): Update.
15382 * maint.c (maintenance_info_sections)
15383 (maintenance_translate_address, count_symtabs_and_blocks):
15384 Update.
15385 * main.c (captured_main_1): Update.
15386 * linux-thread-db.c (try_thread_db_load_from_pdir)
15387 (has_libpthread): Update.
15388 * linespec.c (iterate_over_all_matching_symtabs)
15389 (search_minsyms_for_name): Update.
15390 * jit.c (jit_find_objf_with_entry_addr): Update.
15391 * hppa-tdep.c (find_unwind_entry)
15392 (hppa_lookup_stub_minimal_symbol): Update.
15393 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15394 Update.
15395 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15396 (elf_gnu_ifunc_resolve_by_got): Update.
15397 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15398 * dwarf-index-write.c (save_gdb_index_command): Update.
15399 * cp-support.c (add_symbol_overload_list_qualified): Update.
15400 * breakpoint.c (create_overlay_event_breakpoint)
15401 (create_longjmp_master_breakpoint)
15402 (create_std_terminate_master_breakpoint)
15403 (create_exception_master_breakpoint): Update.
15404 * blockframe.c (find_pc_partial_function): Update.
15405 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15406 (ada_collect_symbol_completion_matches)
15407 (ada_add_global_exceptions): Update.
15408
15409 2019-01-17 Tom Tromey <tom@tromey.com>
15410
15411 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15412 declare VEC.
15413 (solib_target_parse_libraries): Change return type.
15414 (library_list_start_segment, library_list_start_section)
15415 (library_list_end_library, library_list_start_library); Update.
15416 (solib_target_free_library_list): Remove.
15417 (solib_target_parse_libraries): Remove cleanup. Change return
15418 type.
15419 (solib_target_current_sos): Update.
15420
15421 2019-01-17 Tom Tromey <tromey@bapiya>
15422
15423 * valprint.c: Replace "the the" with "the".
15424 * symtab.c: Replace "the the" with "the".
15425 * solib.c: Replace "the the" with "the".
15426 * solib-dsbt.c: Replace "the the" with "the".
15427 * linespec.c: Replace "the the" with "the".
15428 * dwarf2loc.h: Replace "the the" with "the".
15429 * amd64-windows-tdep.c: Replace "the the" with "the".
15430 * aarch64-tdep.c: Replace "the the" with "the".
15431
15432 2019-01-16 Keith Seitz <keiths@redhat.com>
15433
15434 PR gdb/23773
15435 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15436 <builder>: Rename to ..
15437 <m_builder>: ... this and make private.
15438 (dwarf2_cu::get_builder): New method. Change all users of
15439 `builder' to use this method.
15440 (dwarf2_start_symtab): Move to ...
15441 (dwarf2_cu::start_symtab): ... here. Update all callers
15442 (setup_type_unit_groups): Move to ...
15443 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15444 callers.
15445 (dwarf2_cu::reset_builder): New method.
15446 (process_full_compunit, process_full_type_unit): Use
15447 dwarf2_cu::reset_builder.
15448 (follow_die_offset): Record the ancestor CU if it is different
15449 from the followed DIE's CU.
15450 (follow_die_sig_1): Likewise.
15451
15452 2019-01-15 Tom Tromey <tom@tromey.com>
15453
15454 * remote.c (class remote_state) <buf>: Now a char_vector.
15455 <buf_size>: Remove.
15456 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15457 parameter.
15458 (remote_target::getpkt_or_notif_sane_1)
15459 (remote_target::getpkt_sane)
15460 (remote_target::getpkt_or_notif_sane): Likewise.
15461 (class remote_target) <putpkt>: New overload.
15462 (remote_target::read_frame): Change type of "buf_p". Remove
15463 sizeof_p parameter.
15464 (packet_ok): New overload.
15465 (packet_check_result): New overload.
15466 Update all uses.
15467
15468 2019-01-14 Tom Tromey <tom@tromey.com>
15469
15470 * remote-notif.c (handle_notification, remote_notif_ack)
15471 (remote_notif_parse): Make "buf" const.
15472 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15473 const.
15474 (remote_notif_parse, remote_notif_ack, handle_notification):
15475 Likewise.
15476 * remote.c (remote_notif_stop_parse): Make "buf" const.
15477 (remote_target::remote_parse_stop_reply): Make "buf" const.
15478 (remote_notif_stop_ack): Make "buf" const.
15479
15480 2019-01-14 Tom Tromey <tom@tromey.com>
15481
15482 * remote.c (remote_console_output): Make parameter const.
15483
15484 2019-01-14 Tom Tromey <tom@tromey.com>
15485
15486 * target-debug.h (target_debug_print_signals): Constify.
15487 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15488 * procfs.c (procfs_target::pass_signals): Update.
15489 * linux-nat.c (linux_nat_target::pass_signals): Update.
15490 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15491 * target-delegates.c: Rebuild.
15492 * remote.c (remote_target::program_signals): Update.
15493 (remote_target::pass_signals): Update.
15494 * target.c (target_pass_signals): Constify argument.
15495 (target_program_signals): Likewise.
15496 * target.h (struct target_ops) <pass_signals, program_signals>:
15497 Constify argument.
15498 (target_pass_signals, target_program_signals): Constify argument.
15499
15500 2019-01-14 Tom Tromey <tom@tromey.com>
15501
15502 PR tui/28819:
15503 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15504
15505 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15506
15507 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15508 field.
15509 * rs6000-tdep.c: Include reggroups.h.
15510 (IS_V_ALIAS_PSEUDOREG): Define.
15511 (rs6000_register_name): Return names for the "vX" aliases.
15512 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15513 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15514 aliases. Call default_register_reggroup_p for all other
15515 pseudo-registers.
15516 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15517 New functions.
15518 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15519 Handle "vX" aliases.
15520 (v_alias_pseudo_register_collect): New function.
15521 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15522 (rs6000_gdbarch_init): Initialize "vX" aliases as
15523 pseudo-registers. Restore registration of
15524 rs6000_pseudo_register_reggroup_p with
15525 set_tdesc_pseudo_register_reggroup_p.
15526
15527 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15528
15529 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15530 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15531 set_gdbarch_num_pseudo_regs.
15532
15533 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15534
15535 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15536 Remove arg prefixname, add do_set and do_show.
15537 Add member functions set_list and show_list.
15538 * cli/cli-style.c (class cli_style_option): Update accordingly.
15539 (style_set_list): Move to file scope.
15540 (style_show_list): Likewise.
15541 (set_style): Call help_list.
15542 (show_style): Call cmd_show_list.
15543 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15544 Update to use the new macro.
15545
15546 2019-10-12 Joel Brobecker <brobecker@adacore.com>
15547
15548 * ada-lang.c (_initialize_ada_language): Expand the help text
15549 for the "catch exception" command.
15550
15551 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15552
15553 * symtab.c (matching_obj_sections): Initialize obj,
15554 declare it closer to its usage.
15555
15556 2019-01-10 Tom Tromey <tom@tromey.com>
15557
15558 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15559 (basic_inf_threads_range): Remove.
15560 (inf_threads_range, inf_non_exited_threads_range)
15561 (safe_inf_threads_range): Use next_adapter.
15562
15563 2019-01-10 Keith Seitz <keiths@redhat.com>
15564
15565 PR gdb/23712
15566 PR symtab/23010
15567 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15568 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15569
15570 2019-01-10 Keith Seitz <keiths@redhat.com>
15571
15572 PR gdb/23712
15573 PR symtab/23010
15574 * dictionary.c (pending_to_vector): Remove.
15575 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15576 Remove _1 suffix, replacing functions of the same name. Update
15577 all callers.
15578 (dict_create_hashed, dict_create_hashed_expandable)
15579 (dict_create_linear, dict_create_linear_expandable, dict_free)
15580 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15581 Make functions static.
15582
15583 2019-01-10 Keith Seitz <keiths@redhat.com>
15584
15585 PR gdb/23712
15586 PR symtab/23010
15587 * dictionary.h (struct dictionary): Replace declaration with
15588 multidictionary.
15589 (dict_create_hashed, dict_create_hashed_expandable)
15590 (dict_create_linear, dict_create_linear_expandable)
15591 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15592 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15593 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15594 taking multidictionary argument.
15595 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15596 * block.h (struct block) <dict>: Change to multidictionary
15597 and rename `multidict'.
15598 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15599 symmisc.c: Update all dictionary references to multidictionary.
15600
15601 2019-01-10 Keith Seitz <keiths@redhat.com>
15602
15603 PR gdb/23712
15604 PR symtab/23010
15605 * dictionary.c: Include unordered_map.
15606 (pending_to_vector): New function.
15607 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15608 Rewrite the non-"_1" functions to take vector instead
15609 of linked list.
15610 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15611 "new" _1 versions of the same name.
15612 (multidictionary): Define.
15613 (std::hash<enum language): New definition.
15614 (collate_pending_symbols_by_language, mdict_create_hashed)
15615 (mdict_create_hashed_expandable, mdict_create_linear)
15616 (mdict_create_linear_expandable, mdict_free)
15617 (find_language_dictionary, create_new_language_dictionary)
15618 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15619 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15620 (mdict_size, mdict_empty): New functions.
15621 * dictionary.h (mdict_iterator): Define.
15622
15623 2019-01-10 Pedro Alves <palves@redhat.com>
15624
15625 * breakpoint.c (read_uploaded_action)
15626 (create_tracepoint_from_upload): Adjust to use
15627 gdb::unique_xmalloc_ptr.
15628 * ctf.c (ctf_write_uploaded_tp):
15629 (SET_ARRAY_FIELD): Use emplace_back.
15630 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15631 * tracefile-tfile.c (tfile_write_uploaded_tp):
15632 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15633 gdb::unique_xmalloc_ptr.
15634 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15635 at_string, cond_string, cmd_strings>: Replace char pointers
15636 with gdb::unique_xmalloc_ptr.
15637
15638 2019-01-10 Pedro Alves <palves@redhat.com>
15639
15640 * solib-target.c (library_list_start_library): Don't xstrdup name.
15641
15642 2019-01-10 Pedro Alves <palves@redhat.com>
15643
15644 * mdebugread.c (parse_partial_symbols): Use
15645 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15646
15647 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15648
15649 * linux-fork.c (scoped_switch_fork_info)
15650 <~scoped_switch_fork_info>: Fix incorrect variable name.
15651
15652 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15653
15654 * linux-fork.c (scoped_switch_fork_info)
15655 <scoped_switch_fork_info>: Make explicit.
15656 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15657
15658 2019-01-10 Tom Tromey <tom@tromey.com>
15659
15660 * objfiles.h (objfile::reset_psymtabs): Update.
15661 * objfiles.c (objfile::objfile): Update.
15662 * psymtab.h (psymtab_storage::obstack): Update.
15663 (psymtab_storage::m_obstack): Use gdb::optional.
15664 (class psymtab_storage): Update comment. Remove objfile
15665 parameter.
15666 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15667
15668 2019-01-10 Tom Tromey <tom@tromey.com>
15669
15670 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15671 <free_psymtabs>: Now private.
15672 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15673 (allocate_psymtab): Use new method.
15674
15675 2019-01-10 Tom Tromey <tom@tromey.com>
15676
15677 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15678 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15679 * mdebugread.c (parse_partial_symbols): Use
15680 allocate_dependencies.
15681 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15682 allocate_dependencies.
15683 (process_psymtab_comp_unit_reader)
15684 (build_type_psymtab_dependencies): Likewise.
15685 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15686
15687 2019-01-10 Tom Tromey <tom@tromey.com>
15688
15689 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15690 PSYMBOL_SET_LANGUAGE.
15691 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15692
15693 2019-01-10 Tom Tromey <tom@tromey.com>
15694
15695 * psymtab.h (psymtab_storage::obstack): New method.
15696 <m_obstack>: Rename from obstack; now private.
15697 * psymtab.c (psymtab_storage): Update.
15698 * dwarf2read.c (create_addrmap_from_index)
15699 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15700 Update.
15701
15702 2019-01-10 Tom Tromey <tom@tromey.com>
15703
15704 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15705 * objfiles.h (objfile::reset_psymtabs): New method.
15706
15707 2019-01-10 Tom Tromey <tom@tromey.com>
15708
15709 * symmisc.c (print_symbol_bcache_statistics): Update.
15710 (print_objfile_statistics): Update.
15711 * symfile.c (reread_symbols): Update.
15712 * psymtab.h (class psymtab_storage): New.
15713 * psymtab.c (psymtab_storage): New constructor.
15714 (~psymtab_storage): New destructor.
15715 (require_partial_symbols): Update.
15716 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15717 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15718 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15719 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15720 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15721 (start_psymtab_common, end_psymtab_common)
15722 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15723 (allocate_psymtab): Update.
15724 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15725 Update.
15726 (dump_psymtab_addrmap, maintenance_print_psymbols)
15727 (maintenance_check_psymtabs): Update.
15728 (class objfile_psymtabs): Move to objfiles.h.
15729 * psympriv.h (discard_psymtab): Now inline.
15730 (psymtab_discarder::psymtab_discarder): Update.
15731 (psymtab_discarder::~psymtab_discarder): Update.
15732 (ALL_OBJFILE_PSYMTABS): Rewrite.
15733 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15734 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15735 Remove fields.
15736 <partial_symtabs>: New field.
15737 (class objfile_psymtabs): Move from psymtab.h. Update.
15738 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15739 psymbol_cache.
15740 (objfile::~objfile): Don't destroy psymbol_cache.
15741 * mdebugread.c (parse_partial_symbols): Update.
15742 * dwarf2read.c (create_addrmap_from_index)
15743 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15744 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15745 (add_partial_subprogram, dwarf2_ranges_read): Update.
15746 * dwarf-index-write.c (write_address_map)
15747 (write_one_signatured_type, recursively_write_psymbols)
15748 (class debug_names, class debug_names, write_psymtabs_to_index):
15749 Update.
15750
15751 2019-01-10 Tom Tromey <tom@tromey.com>
15752
15753 * symtab.h (SYMBOL_SET_NAMES): Update.
15754 (symbol_set_names): Update.
15755 (MSYMBOL_SET_NAMES): Update.
15756 * symtab.c (symbol_set_names): Change argument to be an
15757 objfile_per_bfd_storage.
15758 * psymtab.c (add_psymbol_to_bcache): Update.
15759 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15760
15761 2019-01-10 Tom Tromey <tom@tromey.com>
15762
15763 * symtab.c (create_demangled_names_hash): Change argument to be an
15764 objfile_per_bfd_storage.
15765 (symbol_set_names): Update.
15766
15767 2019-01-10 Tom Tromey <tom@tromey.com>
15768
15769 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15770 init_psymbol_list.
15771 * psymtab.c (init_psymbol_list): Do nothing if already called.
15772 * psympriv.h (init_psymbol_list): Add comment.
15773 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15774 init_psymbol_list.
15775 * dbxread.c (dbx_symfile_read): Unconditionally call
15776 init_psymbol_list.
15777
15778 2019-01-10 Tom Tromey <tom@tromey.com>
15779
15780 * xcoffread.c (scan_xcoff_symtab): Update.
15781 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15782 "where".
15783 * mdebugread.c (parse_partial_symbols)
15784 (handle_psymbol_enumerators): Update.
15785 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15786 * dbxread.c (read_dbx_symtab): Update.
15787 * psympriv.h (psymbol_placement): New enum.
15788 (add_psymbol_to_list): Update.
15789
15790 2019-01-10 Tom Tromey <tom@tromey.com>
15791
15792 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15793 static_psymbols parameters.
15794 (scan_xcoff_symtab): Update.
15795 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15796 static_psymbols parameters.
15797 * psympriv.h (start_psymtab_common): Update.
15798 * mdebugread.c (parse_partial_symbols): Update.
15799 * dwarf2read.c (create_partial_symtab): Update.
15800 * dbxread.c (read_dbx_symtab): Update.
15801 (start_psymtab): Remove global_psymbols and static_psymbols
15802 parameters.
15803
15804 2019-01-10 Tom Tromey <tom@tromey.com>
15805
15806 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15807 * psymtab.c (allocate_psymtab): Add comment.
15808 * psympriv.h (allocate_psymtab): Add comment.
15809 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15810 initializations.
15811 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15812
15813 2019-01-10 Tom Tromey <tom@tromey.com>
15814
15815 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15816 Don't declare.
15817 * mipsread.c: Include mdebugread.h.
15818 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15819 Declare.
15820 * elfread.c: Include mdebugread.h.
15821
15822 2019-01-09 Tom Tromey <tom@tromey.com>
15823
15824 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15825 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15826 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15827 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15828 (psym_lookup_symbol, psym_find_last_source_symtab)
15829 (psym_forget_cached_source_info, psym_print_stats)
15830 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15831 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15832 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15833 (psym_find_compunit_symtab_by_address)
15834 (maintenance_print_psymbols, maintenance_info_psymtabs)
15835 (maintenance_check_psymtabs): Use ranged for.
15836 * psymtab.h (class objfile_psymtabs): New.
15837 (require_partial_symbols): Return objfile_psymtabs.
15838 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15839
15840 2019-01-09 Tom Tromey <tom@tromey.com>
15841
15842 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15843 (find_pc_mapped_section, list_overlays_command)
15844 (map_overlay_command, unmap_overlay_command)
15845 (simple_overlay_update): Use all_objfiles.
15846 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15847 * printcmd.c (info_symbol_command): Use all_objfiles.
15848 * objfiles.h (ALL_OBJSECTIONS): Remove.
15849 * maint.c (maintenance_translate_address): Use all_objfiles.
15850 * gcore.c (gcore_create_callback): Use all_objfiles.
15851 (objfile_find_memory_regions): Likewise.
15852
15853 2019-01-09 Tom Tromey <tom@tromey.com>
15854
15855 * symtab.c (find_line_symtab, info_sources_command)
15856 (make_source_files_completion_list): Use objfile_compunits.
15857 * source.c (select_source_symtab): Use objfile_compunits.
15858 * objfiles.h (struct objfile): Update comment.
15859 (ALL_OBJFILES): Remove.
15860 (ALL_FILETABS): Remove.
15861 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15862 objfile_compunits.
15863
15864 2019-01-09 Tom Tromey <tom@tromey.com>
15865
15866 * symmisc.c (print_objfile_statistics, dump_objfile)
15867 (maintenance_print_symbols): Use compunit_filetabs.
15868 * source.c (forget_cached_source_info_for_objfile): Use
15869 compunit_filetabs.
15870 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15871 (ALL_FILETABS): Use compunit_filetabs.
15872 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15873 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15874
15875 2019-01-09 Tom Tromey <tom@tromey.com>
15876
15877 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15878 (compunit_filetabs): New.
15879 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15880 compunit_filetabs.
15881 (info_sources_command, make_source_files_completion_list): Remove
15882 declaration.
15883 * symmisc.c (print_objfile_statistics, dump_objfile)
15884 (maintenance_print_symbols): Remove declaration.
15885 (maintenance_info_symtabs): Use compunit_filetabs.
15886 (maintenance_info_line_tables): Likewise.
15887 * source.c (select_source_symtab): Change local variable name.
15888 (forget_cached_source_info_for_objfile): Remove declaration.
15889 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15890 * objfiles.c (objfile_relocate1): Remove declaration.
15891 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15892 declaration.
15893 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15894 * coffread.c (coff_symtab_read): Remove declaration.
15895 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15896 compunit_filetabs.
15897
15898 2019-01-09 Tom Tromey <tom@tromey.com>
15899
15900 * symtab.c (lookup_objfile_from_block)
15901 (find_pc_sect_compunit_symtab, search_symbols)
15902 (default_collect_symbol_completion_matches_break_on): Use
15903 objfile_compunits.
15904 * objfiles.h (ALL_COMPUNITS): Remove.
15905 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15906 * cp-support.c (add_symbol_overload_list_qualified): Use
15907 objfile_compunits.
15908 * ada-lang.c (ada_collect_symbol_completion_matches)
15909 (ada_add_global_exceptions): Use objfile_compunits.
15910
15911 2019-01-09 Tom Tromey <tom@tromey.com>
15912
15913 * source.c (select_source_symtab)
15914 (forget_cached_source_info_for_objfile): Remove declaration.
15915 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15916 declaration.
15917 * maint.c (count_symtabs_and_blocks): Remove declaration.
15918 * cp-support.c (add_symbol_overload_list_qualified): Remove
15919 declaration.
15920 * coffread.c (coff_symtab_read): Remove declaration.
15921 * symtab.c (lookup_symbol_in_objfile_symtabs)
15922 (basic_lookup_transparent_type_1): Use objfile_compunits.
15923 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15924 (info_sources_command, search_symbols)
15925 (default_collect_symbol_completion_matches_break_on)
15926 (make_source_files_completion_list): Remove declaration.
15927 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15928 (ada_collect_symbol_completion_matches)
15929 (ada_add_global_exceptions): Remove declaration.
15930 * linespec.c (iterate_over_all_matching_symtabs): Use
15931 objfile_compunits.
15932 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15933 (class objfile_compunits): New.
15934 (ALL_COMPUNITS): Use objfile_compunits.
15935 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15936 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15937 objfile_compunits.
15938 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15939
15940 2019-01-09 Tom Tromey <tom@tromey.com>
15941
15942 * symtab.c (search_symbols)
15943 (default_collect_symbol_completion_matches_break_on): Use
15944 objfile_msymbols.
15945 * ada-lang.c (ada_lookup_simple_minsym)
15946 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15947 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15948 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15949 objfile_msymbols.
15950 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15951 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15952 * objc-lang.c (find_methods): Use objfile_msymbols.
15953 (info_selectors_command, info_classes_command): Likewise.
15954 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15955 * objfiles.h (class objfile_msymbols): New.
15956 (ALL_OBJFILE_MSYMBOLS): Remove.
15957 (ALL_MSYMBOLS): Remove.
15958
15959 2019-01-09 Tom Tromey <tom@tromey.com>
15960
15961 * common/next-iterator.h (next_adapter): Add Iterator template
15962 parameter.
15963 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15964 (class all_objfiles_safe): New.
15965 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15966 * objfiles.c (put_objfile_before): Update comment.
15967 (add_separate_debug_objfile): Likewise.
15968 (free_all_objfiles): Use all_objfiles_safe.
15969 (objfile_purge_solibs): Likewise.
15970
15971 2019-01-09 Tom Tromey <tom@tromey.com>
15972
15973 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15974 (expand_symtab_containing_pc, lookup_static_symbol)
15975 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15976 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15977 all_objfiles.
15978 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15979 * breakpoint.c (create_overlay_event_breakpoint)
15980 (create_longjmp_master_breakpoint)
15981 (create_std_terminate_master_breakpoint)
15982 (create_exception_master_breakpoint): Use all_objfiles.
15983 * linux-thread-db.c (try_thread_db_load_from_pdir)
15984 (has_libpthread): Use all_objfiles.
15985 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15986 * linespec.c (iterate_over_all_matching_symtabs)
15987 (search_minsyms_for_name): Use all_objfiles.
15988 * maint.c (maintenance_info_sections): Use all_objfiles.
15989 * main.c (captured_main_1): Use all_objfiles.
15990 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15991 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15992 * guile/scm-pretty-print.c
15993 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15994 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15995 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15996 (maintenance_print_msymbols): Use all_objfiles.
15997 * source.c (select_source_symtab): Use all_objfiles.
15998 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15999 * symfile.c (remove_symbol_file_command)
16000 (expand_symtabs_matching, map_symbol_filenames): Use
16001 all_objfiles.
16002 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
16003 all_objfiles.
16004 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
16005 * objc-lang.c (find_methods): Use all_objfiles.
16006 * objfiles.c (have_partial_symbols, have_full_symbols)
16007 (have_minimal_symbols, qsort_cmp)
16008 (default_iterate_over_objfiles_in_search_order): Use
16009 all_objfiles.
16010 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
16011 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
16012 (maintenance_check_psymtabs): Use all_objfiles.
16013 (ALL_PSYMTABS): Remove.
16014 * compile/compile-object-run.c (do_module_cleanup): Use
16015 all_objfiles.
16016 * blockframe.c (find_pc_partial_function): Use all_objfiles.
16017 * cp-support.c (add_symbol_overload_list_qualified): Use
16018 all_objfiles.
16019 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
16020 Use all_objfiles.
16021 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
16022 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
16023 all_objfiles.
16024 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
16025 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
16026 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
16027 Uses all_objfiles.
16028 * solib.c (solib_read_symbols): Use all_objfiles
16029
16030 2019-01-09 Tom Tromey <tom@tromey.com>
16031
16032 * probe.c (parse_probes_in_pspace): Use all_objfiles.
16033 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
16034 all_objfiles.
16035 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
16036 * symmisc.c (print_symbol_bcache_statistics)
16037 (print_objfile_statistics, maintenance_print_objfiles)
16038 (maintenance_info_symtabs, maintenance_check_symtabs)
16039 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
16040 all_objfiles.
16041 * source.c (forget_cached_source_info): Use all_objfiles.
16042 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
16043 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
16044 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
16045 * objfiles.c (update_section_map): Use all_objfiles.
16046 (shared_objfile_contains_address_p): Likewise.
16047 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
16048 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
16049
16050 2019-01-09 Tom Tromey <tom@tromey.com>
16051
16052 * common/next-iterator.h: New file.
16053 * objfiles.h (class all_objfiles): New.
16054 (struct objfile_iterator): New.
16055
16056 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16057
16058 * NEWS: Move the description of the changed "frame", "select-frame",
16059 and "info frame" commands to the Changed commands section.
16060
16061 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
16062
16063 * gdbtypes.c (check_stub_method_group): Remove handling of old
16064 mangling schemes.
16065 * linespec.c (find_methods): Likewise.
16066 * stabsread.c (read_member_functions): Likewise.
16067 * valops.c (search_struct_method): Likewise.
16068 (value_struct_elt_for_reference): Likewise.
16069 * NEWS: Mention this change.
16070
16071 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
16072
16073 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
16074 print_source_lines.
16075 * source.c (print_source_lines_base): Update line number check.
16076 (print_source_lines): New function.
16077 (source_lines_range::source_lines_range): New function.
16078 * source.h (class source_lines_range): New class.
16079 (print_source_lines): New declaration.
16080
16081 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16082
16083 * linespec.c (linespec_state_destructor): Free self->canonical_names.
16084
16085 2019-01-08 Tom Tromey <tom@tromey.com>
16086 Simon Marchi <simon.marchi@ericsson.com>
16087
16088 PR gdb/24060
16089 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
16090 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
16091 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16092 * f-exp.y (DOLLAR_VARIABLE): Likewise.
16093 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
16094 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16095
16096 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16097
16098 * source.c (select_source_symtab): Move header comment to
16099 declaration in source.h.
16100 (forget_cached_source_info_for_objfile): Likewise.
16101 (forget_cached_source_info): Likewise.
16102 (identify_source_line): Likewise.
16103 * source.h (identify_source_line): Move declaration from symtab.h
16104 and add comment from source.c
16105 (print_source_lines): Likewise.
16106 (forget_cached_source_info_for_objfile): Likewise.
16107 (forget_cached_source_info): Likewise.
16108 (select_source_symtab): Likewise.
16109 (enum print_source_lines_flag): Move definition from symtab.h.
16110 * symtab.h (identify_source_line): Move declaration to source.h.
16111 (print_source_lines): Likewise.
16112 (forget_cached_source_info_for_objfile): Likewise.
16113 (forget_cached_source_info): Likewise.
16114 (select_source_symtab): Likewise.
16115 (enum print_source_lines_flag): Move definition to source.h.
16116 * tui/tui-hooks.c: Add 'source.h' include.
16117
16118 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16119
16120 * source.c (print_source_lines_base): Handle requests to print
16121 reverse line number sequences, and guard against empty lines
16122 string.
16123
16124 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16125
16126 * source.c (print_source_lines_base): Fix skip of '\r' if next
16127 character is '\n'.
16128
16129 2019-01-06 Tom Tromey <tom@tromey.com>
16130
16131 * c-exp.y (struct c_parse_state) <macro_original_text,
16132 expansion_obstack>: New member.
16133 (macro_original_text, expansion_obstack): Remove globals.
16134 (scan_macro_expansion, scanning_macro_expansion)
16135 (finished_macro_expansion): Update.
16136 (scan_macro_cleanup): Remove.
16137 (yylex, c_parse): Update.
16138
16139 2019-01-06 Tom Tromey <tom@tromey.com>
16140
16141 * c-exp.y (struct c_parse_state) <strings>: New member.
16142 (operator_stoken): Update.
16143
16144 2019-01-06 Tom Tromey <tom@tromey.com>
16145
16146 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
16147 (union type_stack_elt) <typelist_val>: Now a pointer to
16148 std::vector.
16149 (type_stack_cleanup): Don't declare.
16150 (push_typelist): Update.
16151 * parse.c (pop_typelist): Return a std::vector.
16152 (push_typelist): Take a std::vector.
16153 (follow_types): Update. Do not free args.
16154 (type_stack_cleanup): Remove.
16155 * c-exp.y (struct c_parse_state): New.
16156 (cpstate): New global.
16157 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
16158 (nonempty_typelist): Update.
16159 (func_mod): Create a new vector.
16160 (c_parse): Create a c_parse_state.
16161 (check_parameter_typelist): Do not delete params.
16162 (function_method): Update. Do not delete type_list.
16163
16164 2019-01-06 Tom Tromey <tom@tromey.com>
16165
16166 PR gdb/28155:
16167 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
16168 check_typedef.
16169 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
16170 (print_return_value): Likewise.
16171
16172 2019-01-05 Tom Tromey <tom@tromey.com>
16173
16174 * contrib/cleanup_check.py: Remove.
16175 * contrib/gcc-with-excheck: Remove.
16176 * contrib/exsummary.py: Remove.
16177 * contrib/excheck.py: Remove.
16178
16179 2019-01-05 Joel Brobecker <brobecker@adacore.com>
16180
16181 * thread.c (delete_thread_1): Add gdb_assert that THR is not
16182 NULL. Initialize tpprev to NULL instead of assigning it
16183 to NULL on the next statement.
16184 * windows-nat.c (windows_delete_thread): Remove check for
16185 main_thread_id before printing thread exit notifications.
16186 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16187 Remove thread ID check against main_thread_id.
16188 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16189 windows_delete_thread.
16190 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16191
16192 2019-01-04 Tom Tromey <tom@tromey.com>
16193
16194 * compile/compile.c (_initialize_compile): Use upper case for
16195 metasyntactic variables.
16196 * symmisc.c (_initialize_symmisc): Use upper case for
16197 metasyntactic variables.
16198 * psymtab.c (_initialize_psymtab): Use upper case for
16199 metasyntactic variables.
16200 * demangle.c (demangle_command): Use upper case for metasyntactic
16201 variables.
16202 (_initialize_demangler): Likewise.
16203 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16204 variables.
16205
16206 2019-01-03 Tom Tromey <tom@tromey.com>
16207
16208 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16209
16210 2019-01-03 Tom Tromey <tom@tromey.com>
16211
16212 * python/py-symtab.c (salpy_str): Update.
16213 (struct salpy_sal_object) <symtab>: Now a PyObject.
16214 (salpy_dealloc): Update.
16215 (del_objfile_sal): Use gdbpy_ref.
16216
16217 2019-01-03 Tom Tromey <tom@tromey.com>
16218
16219 * python/py-type.c (convert_field): Use new_reference. Return
16220 gdbpy_ref.
16221 (make_fielditem): Return gdbpy_ref.
16222 (typy_fields): Update.
16223 (typy_getitem): Update.
16224 (field_name): Return gdbpy_ref. Use new_reference.
16225 (typy_iterator_iternext): Update.
16226
16227 2019-01-03 Tom Tromey <tom@tromey.com>
16228
16229 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16230
16231 2019-01-03 Tom Tromey <tom@tromey.com>
16232
16233 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16234 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16235 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16236 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16237 (pspy_set_type_printers): Likewise.
16238 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16239 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16240 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16241 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16242 (objfpy_set_type_printers): Likewise.
16243
16244 2019-01-03 Tom Tromey <tom@tromey.com>
16245
16246 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16247 (gdbpy_print_stack): Use gdbpy_err_fetch.
16248 * python/python-internal.h (class gdbpy_err_fetch): New class.
16249 (class gdbpy_enter) <m_error_type, m_error_value,
16250 m_error_traceback>: Remove.
16251 <m_error>: New member.
16252 (gdbpy_exception_to_string): Don't declare.
16253 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16254 * python/py-value.c (convert_value_from_python): Use
16255 gdbpy_err_fetch.
16256 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16257 gdbpy_exception_to_string.
16258 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16259 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16260 gdbpy_err_fetch.
16261
16262 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16263
16264 * linux-nat.c (delete_lwp_cleanup): Delete.
16265 (struct lwp_deleter): New struct.
16266 (lwp_info_up): New typedef.
16267 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16268 lwp_info_up.
16269
16270 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16271
16272 * linux-fork.c (class scoped_switch_fork_info): New class.
16273 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16274
16275 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16276
16277 * valops.c (find_overload_match): Remove use of null_cleanup, and
16278 calls to do_cleanups.
16279
16280 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16281
16282 * compile/compile-cplus-types.c
16283 (compile_cplus_instance::decl_name): Handle changes to
16284 cp_func_name.
16285 * cp-support.c (cp_func_name): Update header comment, update
16286 return type.
16287 * cp-support.h (cp_func_name): Update return type in declaration.
16288 * valops.c (find_overload_match): Move temp_func local to top
16289 level of function and change its type. Use temp_func to hold and
16290 delete temporary string obtained from cp_func_name.
16291
16292 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16293
16294 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16295 gdb::char_vector, remove cleanup, and update uses of `msg`.
16296
16297 2019-01-03 Jim Wilson <jimw@sifive.com>
16298
16299 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16300
16301 2019-01-02 Tom Tromey <tom@tromey.com>
16302
16303 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16304 (tdesc_parse_xml): Remove cleanups.
16305 * target-descriptions.h (make_cleanup_free_target_description):
16306 Don't declare.
16307 (target_desc_deleter): New struct.
16308 (target_desc_up): New typedef.
16309 * target-descriptions.c (target_desc_deleter::operator()): Rename
16310 from free_target_description.
16311 (make_cleanup_free_target_description): Remove.
16312
16313 2019-01-02 Tom Tromey <tom@tromey.com>
16314
16315 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16316 constructor, destructor.
16317 (linespec_parser): Remove typedef.
16318 (~linespec_parser): Rename from linespec_parser_delete.
16319 (linespec_lex_to_end, linespec_complete_label)
16320 (linespec_complete): Update.
16321 (decode_line_full): Remove cleanups.
16322 (decode_line_1): Update.
16323
16324 2019-01-02 Tom Tromey <tom@tromey.com>
16325
16326 * python/python-internal.h (inferior_to_inferior_object): Change
16327 return type.
16328 * python/py-exitedevent.c (create_exited_event_object): Update.
16329 * python/py-inferior.c (inferior_to_inferior_object): Return
16330 gdbpy_ref.
16331 (python_new_inferior, python_inferior_deleted)
16332 (thread_to_thread_object, delete_thread_object)
16333 (build_inferior_list, gdbpy_selected_inferior): Update.
16334 * python/py-infthread.c (create_thread_object): Update. Also fail
16335 if inferior_to_inferior_object fails.
16336
16337 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16338
16339 * inferior.h (class inferior) <displaced_step_state>: New field.
16340 * infrun.h (struct displaced_step_state): Move here from
16341 infrun.c. Initialize fields, add constructor.
16342 <inf>: Remove field.
16343 <reset>: New method.
16344 * infrun.c (struct displaced_step_inferior_state): Move to
16345 infrun.h.
16346 (displaced_step_inferior_states): Remove.
16347 (get_displaced_stepping_state): Adust.
16348 (displaced_step_in_progress_any_inferior): Adjust.
16349 (displaced_step_in_progress_thread): Adjust.
16350 (displaced_step_in_progress): Adjust.
16351 (add_displaced_stepping_state): Remove.
16352 (get_displaced_step_closure_by_addr): Adjust.
16353 (remove_displaced_stepping_state): Remove.
16354 (infrun_inferior_exit): Call displaced_step_state.reset.
16355 (use_displaced_stepping): Don't check for NULL.
16356 (displaced_step_prepare_throw): Call
16357 get_displaced_stepping_state.
16358 (displaced_step_fixup): Don't check for NULL.
16359 (prepare_for_detach): Don't check for NULL.
16360
16361 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16362
16363 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16364 in case of call that did not complete.
16365
16366 2019-01-02 Andrey Utkin <autkin@undo.io>
16367
16368 * symfile.c (find_separate_debug_file): Fix search of debug files for
16369 remote debuggee.
16370
16371 2019-01-02 Tom Tromey <tom@tromey.com>
16372
16373 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16374 indentation.
16375 * python/py-frame.c (frapy_older): Remove cast.
16376 (frapy_newer): Likewise.
16377 * python/py-breakpoint.c (local_setattro): Remove cast.
16378 * python/py-arch.c (archpy_name): Remove local variable.
16379 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16380
16381 2019-01-02 Joel Brobecker <brobecker@adacore.com>
16382
16383 * unittests/basic_string_view/element_access/char/empty.cc:
16384 Fix year range in copyright header.
16385
16386 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16387
16388 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16389 Delete.
16390 <operator==>: Update with for removed field.
16391 <hash>: Likewise.
16392 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16393 <isa_features>: ...this.
16394 <abi_features>: New field.
16395 (riscv_isa_flen): Update comment.
16396 (riscv_abi_xlen): New declaration.
16397 (riscv_abi_flen): New declaration.
16398 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16399 isa_features.
16400 (riscv_abi_xlen): New function.
16401 (riscv_isa_flen): Update to get answer from isa_features.
16402 (riscv_abi_flen): New function.
16403 (riscv_has_fp_abi): Update to get answer from abi_features.
16404 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16405 xlen and flen.
16406 (riscv_call_info) <xlen, flen>: Update comment.
16407 (riscv_call_arg_struct): Remove invalid assertions
16408 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16409 is removed.
16410 (riscv_gdbarch_init): Gather isa features and abi features
16411 separately, ensure both match on the gdbarch when reusing an old
16412 gdbarch. Relax an error check to allow 32-bit abi float to run on
16413 a target with 64-bit float hardware.
16414
16415 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16416
16417 * source.c (search_command_helper): Stop reverse search
16418 when line 1 has been searched.
16419
16420 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16421
16422 * record-full.c (record_full_base_target::close): Rewrite
16423 record_full_core_buf_list free logic.
16424
16425 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16426
16427 * break-catch-syscall.c (print_one_catch_syscall): xfree
16428 the last text.
16429
16430 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16431
16432 * top.c (print_gdb_version): Update Copyright year in version
16433 message.
16434
16435 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16436
16437 Update copyright year range in all GDB files.
16438
16439 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
16440
16441 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
16442
16443 For older changes see ChangeLog-2018.
16444 \f
16445 Local Variables:
16446 mode: change-log
16447 left-margin: 8
16448 fill-column: 74
16449 version-control: never
16450 coding: utf-8
16451 End:
16452
This page took 0.374272 seconds and 4 git commands to generate.