Only give FDE encoding warnings if --eh-frame-hdr was specified.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
... / ...
CommitLineData
12019-12-05 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * c-exp.y: Update calls to lookup_typename,
4 lookup_signed_typename and lookup_unsigned_typename.
5 * c-lang.c (evaluate_subexp_c): Likewise.
6 * cp-namespace.c (cp_lookup_symbol_imports_or_template):
7 Likewise.
8 * eval.c (binop_promote): Likewise.
9 * gdbtypes.c (lookup_typename): Remove gdbarch parameter.
10 (lookup_unsigned_typename): Likewise.
11 (lookup_signed_typename): Likewise.
12 * gdbtypes.h (lookup_unsigned_typename): Likewise.
13 (lookup_signed_typename): Likewise.
14 (lookup_typename): Likewise.
15 * guile/scm-type.c (tyscm_lookup_typename): Update calls to
16 lookup_typename, lookup_signed_typename,
17 lookup_unsigned_typename.
18 * m2-exp.y: Likewise.
19 * printcmd.c (printf_wide_c_string): Likewise.
20 (ui_printf): Likewise.
21 * python/py-type.c (typy_lookup_typename): Likewise.
22 * python/py-xmethods.c (python_xmethod_worker::invoke):
23 Likewise.
24 * rust-exp.y: Likewise.
25
262019-12-04 Christian Biesinger <cbiesinger@google.com>
27
28 * configure.nat (obsd64): Add missing files x86-nat.o and
29 nat/x86-dregs.o.
30
312019-12-04 Tom Tromey <tom@tromey.com>
32
33 * valprint.c (val_print_string): Use metadata_style.
34 * go-valprint.c (print_go_string): Use metadata style.
35 * p-valprint.c (pascal_object_print_static_field): Use metadata
36 style.
37 * cp-valprint.c (cp_print_static_field): Use metadata style.
38
392019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
40 Chris January <chris.january@arm.com>
41
42 * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New
43 tokens.
44 (typebase): New patterns for complex, single/double precision, and
45 single/double complex.
46 (f77_keywords): Change token for complex keyword, and add single,
47 double, and precision keywords.
48
492019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
50
51 * avr-tdep.c (_initialize_avr_tdep): Improve help of command
52 "info io_registers".
53
542019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
55
56 * regcache.c (cooked_read_test): Initialize thread list of
57 mock_inferior.
58
592019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
60
61 * aarch64-linux-tdep.c: Remove includes.
62
632019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
64
65 * aarch64-tdep.c: Remove includes.
66
672019-12-04 Simon Marchi <simon.marchi@efficios.com>
68
69 * filtered-iterator.h (filtered_iterator) <operator==,
70 operator!=>: Compare wrapped iterators, not wrapped pointers.
71 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
72 unittests/filtered_iterator-selftests.c.
73 * unittests/filtered_iterator-selftests.c: New file.
74
752019-12-04 Tom Tromey <tromey@adacore.com>
76
77 * gdbtypes.c (create_range_type): Inherit endianity
78 from base type.
79
802019-12-04 Tom Tromey <tromey@adacore.com>
81
82 * ada-lang.c (decode_constrained_packed_array)
83 (ada_value_assign, value_assign_to_component): Update.
84 * dwarf2loc.c (rw_pieced_value, access_memory)
85 (dwarf2_compile_expr_to_ax): Update.
86 * dwarf2read.c (dwarf2_add_field): Update.
87 * eval.c (evaluate_subexp_standard): Update.
88 * gdbarch.c, gdbarch.h: Rebuild.
89 * gdbarch.sh (bits_big_endian): Remove.
90 * gdbtypes.h (union field_location): Update comment.
91 * target-descriptions.c (make_gdb_type): Update.
92 * valarith.c (value_bit_index): Update.
93 * value.c (struct value) <bitpos>: Update comment.
94 (unpack_bits_as_long, modify_field): Update.
95 * value.h (value_bitpos): Update comment.
96
972019-12-04 Tom Tromey <tromey@adacore.com>
98
99 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
100 endian-ness.
101
1022019-12-04 Tom Tromey <tromey@adacore.com>
103
104 * dwarf2read.c (dwarf2_init_float_type)
105 (dwarf2_init_complex_target_type): Add byte_order parameter.
106 (read_base_type): Compute byte order earlier.
107 * gdbtypes.c (init_float_type): Add byte_order parameter.
108 * gdbtypes.h (init_float_type): Add byte_order parameter.
109
1102019-12-04 Tom Tromey <tromey@adacore.com>
111
112 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
113
1142019-12-04 Tom Tromey <tromey@adacore.com>
115
116 * dwarf2read.c (process_structure_scope): Initialize
117 "discr_offset".
118
1192019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
120
121 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
122 add it into the search spec.
123 (parse_max_results_option): New function.
124 (mi_info_functions_or_variables): Parse -max-results flag and pass
125 it to mi_symbol_info.
126 (mi_cmd_symbol_info_modules): Likewise.
127 (mi_cmd_symbol_info_types): Likewise.
128 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
129 return type to bool, change result container into a set, and don't
130 add new results if we have enough already.
131 (global_symbol_searcher::add_matching_msymbols): Change return
132 type to bool, and don't add new results if we have enough already.
133 (sort_search_symbols_remove_dups): Delete.
134 (global_symbol_searcher::search): Early exit from search loop when
135 we have enough results. Use a std::set to collect the results
136 from calling add_matching_symbols.
137 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
138 member function.
139 (global_symbol_searcher) <m_max_search_results>: New member
140 variable.
141 (global_symbol_searcher) <add_matching_symbols>: Update header
142 comment and change return type to bool.
143 (global_symbol_searcher) <add_matching_msymbols>: Update header
144 comment and change return type to bool.
145
1462019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * symtab.c (symbol_search::compare_search_syms): Update header
149 comment.
150 (global_symbol_searcher::is_suitable_msymbol): New function.
151 (global_symbol_searcher::expand_symtabs): New function.
152 (global_symbol_searcher::add_matching_symbols): New function.
153 (global_symbol_searcher::add_matching_msymbols): New function.
154 (global_symbol_searcher::search): Move most of the content
155 into the new functions above, and call them as needed.
156 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
157 function.
158 (global_symbol_searcher) <add_matching_symbols>: New member
159 function.
160 (global_symbol_searcher) <add_matching_msymbols>: New member
161 function.
162 (global_symbol_searcher) <is_suitable_msymbol>: New member
163 function.
164
1652019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
168 -symbol-info-module-variables entries.
169 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
170 (mi_cmd_symbol_info_module_variables): Declare.
171 * mi/mi-symbol-cmds.c
172 (module_symbol_search_iterator): New typedef.
173 (output_module_symbols_in_single_module_and_file): New function.
174 (output_module_symbols_in_single_module): New function.
175 (mi_info_module_functions_or_variables): New function.
176 (mi_cmd_symbol_info_module_functions): New function.
177 (mi_cmd_symbol_info_module_variables): New function.
178 * NEWS: Mention new MI command.
179
1802019-12-03 Christian Biesinger <cbiesinger@google.com>
181
182 * bcache.c (hash): Remove.
183 (hash_continue): Remove.
184 * bcache.h (hash): Remove.
185 (hash_continue): Remove.
186 (struct bcache) <ctor>: Update.
187 * psymtab.c (psymbol_hash): Update.
188 * stabsread.c (hashname): Update.
189 * utils.h (fast_hash): Add an argument for a start value,
190 defaulting to zero.
191
1922019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
193 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
194 (destroy_block_symbol_cache): New function.
195 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
196 (resize_symbol_cache): Likewise.
197
1982019-12-02 Tom Tromey <tom@tromey.com>
199
200 * unittests/tui-selftests.c (run_tests): Make conditional.
201 (_initialize_tui_selftest): Make conditional.
202
2032019-12-02 Christian Biesinger <cbiesinger@google.com>
204
205 * aix-thread.c (debug_aix_thread): Change type to bool.
206
2072019-12-02 Luis Machado <luis.machado@linaro.org>
208
209 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
210
2112019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * dwarf2read.c (read_tag_string_type): Read the fields required to
214 make a dynamic string, and possibly create a dynamic range for the
215 string.
216 (attr_to_dynamic_prop): Setup is_reference based on the type of
217 attribute being processed.
218 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
219 (resolve_dynamic_array): Rename to...
220 (resolve_dynamic_array_or_string): ...this, update header comment,
221 and accept TYPE_CODE_STRING.
222 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
223
2242019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
227 of its implementation from...
228 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
229 the new function.
230
2312019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
232
233 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
234 create a range with stride where appropriate.
235 * f-valprint.c: Include 'gdbarch.h'.
236 (f77_print_array_1): Take the stride into account when walking the
237 array. Also convert the stride into addressable units.
238 * gdbtypes.c (create_range_type): Initialise the stride to
239 constant zero.
240 (create_range_type_with_stride): New function, initialise the
241 range as normal, and then setup the stride.
242 (has_static_range): Include the stride here. Also change the
243 return type to bool.
244 (create_array_type_with_stride): Consider the range stride if the
245 array isn't given its own stride.
246 (resolve_dynamic_range): Resolve the stride if needed.
247 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
248 (struct range_bounds) <flag_is_byte_stride>: New member variable.
249 (TYPE_BIT_STRIDE): Define.
250 (TYPE_ARRAY_BIT_STRIDE): Define.
251 (create_range_type_with_stride): Declare.
252 * valarith.c (value_subscripted_rvalue): Take range stride into
253 account when walking the array.
254
2552019-12-01 Tom Tromey <tom@tromey.com>
256
257 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
258 specially.
259
2602019-12-01 Tom Tromey <tom@tromey.com>
261
262 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
263 \0.
264 * unittests/tui-selftests.c: New file.
265 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
266
2672019-12-01 Tom Tromey <tom@tromey.com>
268
269 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
270
2712019-12-01 Tom Tromey <tom@tromey.com>
272
273 * NEWS: Document new settings.
274 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
275 * tui/tui-win.c (_initialize_tui_win): Add border style
276 observers.
277 * tui/tui-io.h (tui_apply_style): Declare.
278 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
279 longer static.
280 (apply_ansi_escape, tui_set_reverse_mode): Update.
281 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
282 Add "skip_intensity" parameter.
283 <changed>: New member.
284 <do_set_value>: Declare.
285 (tui_border_style, tui_active_border_style): Declare.
286 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
287 globals.
288 (cli_style_option): Initialize "changed".
289 (cli_style_option::do_set_value): New function.
290 (cli_style_option::add_setshow_commands): Add "skip_intensity"
291 parameter. Update.
292 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
293 (_initialize_cli_style): Update. Create TUI border style
294 commands.
295
2962019-12-01 Tom Tromey <tom@tromey.com>
297
298 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
299 parameter.
300 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
301 parameter.
302 * tui/tui-win.h (compact_source): Declare.
303 * tui/tui-win.c (compact_source): New global.
304 (tui_set_compact_source, tui_show_compact_source): New functions.
305 (_initialize_tui_win): Add "compact-source" setting.
306 * tui/tui-source.c (tui_source_window::set_contents): Handle
307 compact_source setting.
308 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
309 * NEWS: Document new setting.
310
3112019-11-30 Tom Tromey <tom@tromey.com>
312
313 * dwarf2read.c (dwarf2_add_field): Include field offset when
314 computing variant part length.
315
3162019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
317 * NEWS: Mention define-prefix. Tell that command names can now
318 contain a . character.
319
3202019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
321
322 * command.h (valid_cmd_char_p): Declare.
323 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
324 the check of valid command char.
325 (find_command_name_length, valid_user_defined_cmd_name_p): Use
326 valid_cmd_char_p.
327 * cli/cli-script.c (validate_comname): Likewise.
328 * completer.c (gdb_completer_command_word_break_characters):
329 Do not remove . from the word break char, update comments.
330 (complete_line_internal_1): Use valid_cmd_char_p.
331 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
332 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
333
3342019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
335
336 * cli/cli-script.c (do_define_command): Ensure a redefined
337 prefix command is kept as a prefix command.
338 (define_prefix_command): New function.
339 (show_user_1): Report user defined prefixes.
340 (_initialize_cli_script): Create the new 'define-prefix' command.
341 Add completers for 'define' and 'document'.
342 * top.c (execute_command): If command is a user-defined prefix only
343 command, report the list of commands for this prefix command.
344
3452019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
346
347 * valops.c (find_oload_champ): Improve debug output.
348
3492019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
350
351 * valops.c (find_oload_champ): Print part of debug messages
352 before the badness vector is std::move'd.
353
3542019-11-28 Tom Tromey <tom@tromey.com>
355
356 * value.c (creal_internal_fn): Fix comment.
357
3582019-11-28 Tom Tromey <tom@tromey.com>
359
360 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
361 flag_bound_evaluated>: Now unsigned.
362
3632019-11-28 Tom Tromey <tom@tromey.com>
364
365 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
366 declare.
367
3682019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
369
370 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
371 debug output.
372 * jit.c (jit_unregister_code): Add debug print to match
373 `jit_register_code`.
374
3752019-11-27 Christian Biesinger <cbiesinger@google.com>
376
377 * NEWS: Mention the new multithreaded symbol loading.
378
3792019-11-27 Christian Biesinger <cbiesinger@google.com>
380
381 * maint.c (n_worker_threads): Default to 0.
382 (worker_threads_disabled): New function.
383 * maint.h (worker_threads_disabled): New function.
384 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
385 here if worker_threads_disabled () is true.
386 (minimal_symbol_reader::install): Skip all threading if
387 worker_threads_disabled () is true.
388
3892019-11-27 Christian Biesinger <cbiesinger@google.com>
390
391 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
392 hash code if possible.
393 (add_minsym_to_demangled_hash_table): Likewise.
394 (minimal_symbol_reader::install): Compute the hash codes for msymbol
395 on the background thread.
396 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
397 Add these fields.
398
3992019-11-27 Christian Biesinger <cbiesinger@google.com>
400
401 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
402 of the mangled name on the background thread.
403 * symtab.c (symbol_set_names): Allow passing in the hash of the
404 linkage_name.
405 * symtab.h (symbol_set_names): Likewise.
406
4072019-11-27 Kevin Buettner <kevinb@redhat.com>
408
409 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
410 physnames are computed for inherited DIEs.
411
4122019-11-27 Tom Tromey <tromey@adacore.com>
413
414 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
415 backslashes.
416 * cp-support.c: Remove unnecessary backslashes.
417
4182019-11-27 Christian Biesinger <cbiesinger@google.com>
419
420 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
421 with sym->set_linkage_name.
422 * coffread.c (coff_read_enum_type): Likewise.
423 * mdebugread.c (parse_symbol): Likewise.
424 * stabsread.c (patch_block_stabs): Likewise.
425 (define_symbol): Likewise.
426 (read_enum_type): Likewise.
427 (common_block_end): Likewise.
428 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
429 function.
430 (SYMBOL_SET_LINKAGE_NAME): Remove.
431 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
432 with sym->set_linkage_name.
433
4342019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
435
436 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
437 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
438 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
439 * NEWS: Mention new MI command.
440
4412019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
442
443 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
444 '-symbol-info-types', and '-symbol-info-variables'.
445 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
446 (mi_cmd_symbol_info_types): Declare.
447 (mi_cmd_symbol_info_variables): Declare.
448 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
449 (output_debug_symbol): New function.
450 (output_nondebug_symbol): New function.
451 (mi_symbol_info): New function.
452 (mi_info_functions_or_variables): New function.
453 (mi_cmd_symbol_info_functions): New function.
454 (mi_cmd_symbol_info_types): New function.
455 (mi_cmd_symbol_info_variables): New function.
456 * NEWS: Mention new commands.
457
4582019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
459
460 * symtab.c (symbol_to_info_string): New function, most content
461 moved from print_symbol_info, but updated to return a std::string.
462 (print_symbol_info): Update to use symbol_to_info_string and print
463 returned string.
464 * symtab.h (symbol_to_info_string): Declare new function.
465
4662019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * python/python.c (gdbpy_rbreak): Convert to using
469 global_symbol_searcher.
470 * symtab.c (file_matches): Convert return type to bool, change
471 file list to std::vector, update header comment.
472 (search_symbols): Rename to...
473 (global_symbol_searcher::search): ...this and update now its
474 a member function of global_symbol_searcher. Take account of the
475 changes to file_matches.
476 (symtab_symbol_info): Convert to using global_symbol_searcher.
477 (rbreak_command): Likewise.
478 (search_module_symbols): Likewise.
479 * symtab.h (enum symbol_search): Update comment.
480 (search_symbols): Remove declaration.
481 (class global_symbol_searcher): New class.
482
4832019-11-26 Tom Tromey <tromey@adacore.com>
484
485 * cp-support.c (_initialize_cp_support): Conditionally initialize
486 gdb_demangle_attempt_core_dump.
487
4882019-11-26 Tom Tromey <tom@tromey.com>
489
490 * python/py-function.c (fnpy_init): Update.
491 * value.h (add_internal_function): Adjust declaration.
492 * value.c (function_destroyer): Remove.
493 (do_add_internal_function): Don't set destroyer or copy name.
494 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
495 Set name_allocated.
496 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
497 (cmdpy_init): Set name_allocated.
498 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
499 member.
500 (~cmd_list_element): Free "name" if needed.
501
5022019-11-26 Tom Tromey <tom@tromey.com>
503
504 * value.h (add_internal_function): Add new overload. Move
505 documentation from value.h.
506 * value.c (do_add_internal_function): New function.
507 (add_internal_function): Use it. Add new overload.
508 (function_destroyer): Don't free doc.
509 * python/py-function.c (fnpy_init): Update.
510
5112019-11-26 Tom Tromey <tom@tromey.com>
512
513 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
514 (cmdpy_init): Set "doc_allocated".
515
5162019-11-26 Tom Tromey <tom@tromey.com>
517
518 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
519 name of worker thread.
520 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
521 pthread_setname_np.
522 * configure, config.in: Rebuild.
523
5242019-11-26 Tom Tromey <tom@tromey.com>
525
526 * python/python.c (class gdbpy_gil): New.
527 (struct gdbpy_event): Add constructor, destructor, operator().
528 (gdbpy_post_event): Use run_on_main_thread.
529 (gdbpy_initialize_events): Remove.
530 (do_start_initialization): Update.
531
5322019-11-26 Tom Tromey <tom@tromey.com>
533
534 * NEWS: Add entry.
535 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
536 commands. Call update_thread_pool_size.
537 (update_thread_pool_size, maintenance_set_worker_threads): New
538 functions.
539 (n_worker_threads): New global.
540
5412019-11-26 Christian Biesinger <cbiesinger@google.com>
542 Tom Tromey <tom@tromey.com>
543
544 * minsyms.c (minimal_symbol_reader::install): Use
545 parallel_for_each.
546 * gdbsupport/parallel-for.h: New file.
547 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
548
5492019-11-26 Christian Biesinger <cbiesinger@google.com>
550 Tom Tromey <tom@tromey.com>
551
552 * gdbsupport/thread-pool.h: New file.
553 * gdbsupport/thread-pool.c: New file.
554 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
555 (HFILES_NO_SRCDIR): Add thread-pool.h.
556
5572019-11-26 Tom Tromey <tom@tromey.com>
558
559 * event-top.h (thread_local_segv_handler): Declare.
560 * event-top.c (thread_local_segv_handler): New global.
561 (install_handle_sigsegv, handle_sigsegv): New functions.
562 (async_init_signals): Install SIGSEGV handler.
563 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
564 thread-local.
565 (report_failed_demangle): New function.
566 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
567 handler-setting code, instead use segv_handler. Run warning code
568 on main thread.
569
5702019-11-26 Tom Tromey <tom@tromey.com>
571
572 * run-on-main-thread.c: New file.
573 * run-on-main-thread.h: New file.
574 * unittests/main-thread-selftests.c: New file.
575 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
576 main-thread-selftests.c.
577 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
578 (COMMON_SFILES): Add run-on-main-thread.c.
579
5802019-11-26 Tom Tromey <tom@tromey.com>
581
582 * main.c (setup_alternate_signal_stack): Remove.
583 (captured_main_1): Use gdb::alternate_signal_stack.
584 * gdbsupport/alt-stack.h: New file.
585
5862019-11-26 Tom Tromey <tom@tromey.com>
587
588 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
589 Remove comment.
590 (save_original_signals_state, restore_original_signals_state): Use
591 gdb_sigmask.
592 * linux-nat.c (block_child_signals, restore_child_signals_mask)
593 (_initialize_linux_nat): Use gdb_sigmask.
594 * guile/guile.c (_initialize_guile): Use block_signals.
595 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
596 * gdbsupport/gdb-sigmask.h: New file.
597 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
598 * cp-support.c (gdb_demangle): Use gdb_sigmask.
599 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
600 pthread_sigmask.
601 * configure, config.in: Rebuild.
602 * gdbsupport/block-signals.h: New file.
603
6042019-11-26 Tom Tromey <tom@tromey.com>
605
606 * acinclude.m4: Include ax_pthread.m4.
607 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
608 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
609 (CLIBS): Use PTHREAD_LIBS.
610 (aclocal_m4_deps): Add ax_pthread.m4.
611 * config.in, configure: Rebuild.
612 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
613
6142019-11-26 Tom Tromey <tom@tromey.com>
615
616 * symtab.h (struct minimal_symbol) <name_set>: New member.
617 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
618 Don't call symbol_set_names.
619 (minimal_symbol_reader::install): Call symbol_set_names.
620
6212019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
622
623 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
624 restore_active_ext_lang, as GIL is needed for (indirectly)
625 called PyOS_InterruptOccurred.
626
6272019-11-26 Simon Marchi <simon.marchi@efficios.com>
628
629 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
630 definition.
631
6322019-11-26 Simon Marchi <simon.marchi@efficios.com>
633
634 * remote-sim.c (simulator_command): Make static, remove
635 declaration.
636
6372019-11-26 Simon Marchi <simon.marchi@efficios.com>
638
639 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
640 static.
641 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
642 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
643 (main): Likewise.
644 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
645 (main): Likewise.
646 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
647 (main): Likewise.
648 * unittests/basic_string_view/element_access/char/1.cc (test01):
649 Likewise.
650 (main): Likewise.
651 * unittests/basic_string_view/element_access/char/empty.cc (main):
652 Likewise.
653 * unittests/basic_string_view/element_access/char/front_back.cc
654 (test01): Likewise.
655 (main): Likewise.
656 * unittests/basic_string_view/inserters/char/2.cc (test05):
657 Likewise.
658 (main): Likewise.
659 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
660 (test01): Likewise.
661 (main): Likewise.
662 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
663 (test01): Likewise.
664 (main): Likewise.
665 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
666 Likewise.
667 * unittests/basic_string_view/operations/compare/char/1.cc
668 (test01): Likewise.
669 (main): Likewise.
670 * unittests/basic_string_view/operations/compare/char/13650.cc
671 (test01): Likewise.
672 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
673 Likewise.
674 (main): Likewise.
675 * unittests/basic_string_view/operations/data/char/1.cc (test01):
676 Likewise.
677 (main): Likewise.
678 * unittests/basic_string_view/operations/find/char/1.cc (test01):
679 Likewise.
680 (main): Likewise.
681 * unittests/basic_string_view/operations/find/char/2.cc (test02):
682 Likewise.
683 (main): Likewise.
684 * unittests/basic_string_view/operations/find/char/3.cc (test03):
685 Likewise.
686 (main): Likewise.
687 * unittests/basic_string_view/operations/find/char/4.cc (main):
688 Likewise.
689 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
690 Likewise.
691 (main): Likewise.
692 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
693 Likewise.
694 (main): Likewise.
695 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
696 Likewise.
697 (main): Likewise.
698 * unittests/basic_string_view/operations/substr/char/1.cc
699 (test01): Likewise.
700 (main): Likewise.
701 * unittests/basic_string_view/operators/char/2.cc (main):
702 Likewise.
703 * unittests/optional/assignment/1.cc (test): Likewise.
704 * unittests/optional/assignment/2.cc (test): Likewise.
705 * unittests/optional/assignment/3.cc (test): Likewise.
706 * unittests/optional/assignment/4.cc (test): Likewise.
707 * unittests/optional/assignment/5.cc (test): Likewise.
708 * unittests/optional/assignment/6.cc (test): Likewise.
709 * unittests/optional/assignment/7.cc (test): Likewise.
710 * unittests/optional/cons/copy.cc (test): Likewise.
711 * unittests/optional/cons/default.cc (test): Likewise.
712 * unittests/optional/cons/move.cc (test): Likewise.
713 * unittests/optional/cons/value.cc (test): Likewise.
714 * unittests/optional/in_place.cc (test): Likewise.
715 * unittests/optional/observers/1.cc (test): Likewise.
716 * unittests/optional/observers/2.cc (test): Likewise.
717
7182019-11-26 Simon Marchi <simon.marchi@efficios.com>
719
720 * tui-win.h (tui_set_var_cmd): Remove.
721 * tui-win.c (tui_set_var_cmd): Make static.
722
7232019-11-26 Simon Marchi <simon.marchi@efficios.com>
724
725 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
726 rbreak_command_wrapper): Remove.
727 * symtab.c (rbreak_command_wrapper): Remove.
728
7292019-11-26 Simon Marchi <simon.marchi@efficios.com>
730
731 * inferior.h (info_terminal_command): Remove declaration.
732 * inflow.c (info_terminal_command): Make static.
733
7342019-11-26 Simon Marchi <simon.marchi@efficios.com>
735
736 * inferior.c (exit_inferior_silent): Remove.
737
7382019-11-26 Simon Marchi <simon.marchi@efficios.com>
739
740 * dictionary.c (dict_empty, mdict_empty): Remove.
741 * dictionary.c (mdict_empty): Remove.
742
7432019-11-26 Simon Marchi <simon.marchi@efficios.com>
744
745 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
746 (arc_insn_get_memory_offset): Likewise.
747 (arc_insn_dump): Likewise.
748 * cp-support.c (test_cp_symbol_name_matches): Likewise.
749 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
750 * dictionary.c (dict_iterator_next): Likewise.
751 (dict_iter_match_first): Likewise.
752 (dict_iter_match_next): Likewise.
753 * f-lang.c (evaluate_subexp_f): Likewise.
754 * hppa-tdep.c (hppa_read_pc): Likewise.
755 * i386-tdep.c (i386_floatformat_for_type): Likewise.
756 * parse.c (write_exp_elt_msym): Likewise.
757 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
758 * remote.c (remote_packet_size): Likewise.
759 (remote_notif_stop_parse): Likewise.
760 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
761 * s12z-tdep.c (s12z_disassemble_info): Likewise.
762 * source.c (prepare_path_for_appending): Likewise.
763 * sparc64-linux-tdep.c
764 (sparc64_linux_handle_segmentation_fault); Likewise.
765 * stack.c (frame_selection_by_function_completer): Likewise.
766
7672019-11-26 Simon Marchi <simon.marchi@efficios.com>
768
769 * completer.c (set_gdb_completion_word_break_characters):
770 Remove.
771
7722019-11-26 Simon Marchi <simon.marchi@efficios.com>
773
774 * dwarf-index-write.c: Include dwarf-index-write.h.
775 * mi/mi-interp.c: Include mi/mi-interp.h.
776
7772019-11-26 Simon Marchi <simon.marchi@efficios.com>
778
779 * aarch32-tdep.c: Include aarch32-tdep.h.
780 * aarch32-tdep.h: Forward-declare struct target_desc.
781
7822019-11-26 Christian Biesinger <cbiesinger@google.com>
783
784 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
785 strerror.
786 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
787 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
788
7892019-11-25 Tom de Vries <tdevries@suse.de>
790
791 * contrib/words.sh: Add -c option.
792
7932019-11-25 Christian Biesinger <cbiesinger@google.com>
794
795 * solib.c (solib_find_1): Change int to bool.
796 (exec_file_find): Change int to bool.
797 (solib_find): Change int to bool.
798 (solib_read_symbols): Change int to bool.
799 (solib_used): Change int to bool.
800 (solib_add): Change int to bool.
801 (info_sharedlibrary_command): Change int to bool.
802 (solib_contains_address_p): Change int to bool.
803 (solib_keep_data_in_core): Change int to bool.
804 (in_solib_dynsym_resolve_code): Change int to bool.
805 (reload_shared_libraries_1): Change int to bool.
806 (gdb_sysroot_changed): Change int to bool.
807 * solib.h (solib_read_symbols): Change int to bool.
808 (solib_contains_address_p): Change int to bool.
809 (solib_keep_data_in_core): Change int to bool.
810 (in_solib_dynsym_resolve_code): Change int to bool.
811 (libpthread_name_p): Change int to bool.
812
8132019-11-25 Luis Machado <luis.machado@linaro.org>
814
815 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
816 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
817 (remote_packet_max_chars): New static global.
818 (show_remote_packet_max_chars): New function.
819 (remote_target::putpkt_binary): Adjust to use new
820 remote_packet_max_chars option.
821 (remote_target::getpkt_or_notif_sane_1): Likewise.
822 (_initialize_remote): Register new remote-packet-max-chars option.
823
8242019-11-24 Simon Marchi <simon.marchi@efficios.com>
825
826 * m68k-linux-nat.c: Include gdbarch.h.
827
8282019-11-24 Tom Tromey <tom@tromey.com>
829
830 * symfile.c (read_symbols): Update.
831 * psymtab.c (require_partial_symbols): Change type of "verbose" to
832 bool.
833 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
834 (psym_lookup_symbol, psym_find_last_source_symtab)
835 (psym_forget_cached_source_info, psym_print_stats)
836 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
837 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
838 (psym_map_matching_symbols, psym_expand_symtabs_matching)
839 (psym_find_compunit_symtab_by_address)
840 (maintenance_print_psymbols, maintenance_info_psymtabs)
841 (maintenance_check_psymtabs): Update.
842 * psymtab.h (require_partial_symbols): Change type of "verbose" to
843 bool.
844
8452019-11-22 Tom Tromey <tom@tromey.com>
846
847 * observable.h: Update comments.
848
8492019-11-22 Tom Tromey <tromey@adacore.com>
850
851 * ada-tasks.c (ada_task_is_alive): Make parameter const.
852 (print_ada_task_info): Don't try to fetch thread id if task is not
853 alive.
854
8552019-11-22 Christian Biesinger <cbiesinger@google.com>
856
857 * ada-exp.y: Update.
858 * ada-lang.c (sort_choices): Update.
859 (ada_print_symbol_signature): Update.
860 (resolve_subexp): Update.
861 (ada_parse_renaming): Update.
862 (ada_read_renaming_var_value): Update.
863 (lesseq_defined_than): Update.
864 (remove_extra_symbols): Update.
865 (remove_irrelevant_renamings): Update.
866 (ada_add_block_symbols): Update.
867 (ada_collect_symbol_completion_matches): Update.
868 (ada_is_renaming_symbol): Update.
869 (aggregate_assign_from_choices): Update.
870 (ada_evaluate_subexp): Update.
871 (ada_has_this_exception_support): Update.
872 (ada_is_non_standard_exception_sym): Update.
873 (ada_add_exceptions_from_frame): Update.
874 (ada_add_global_exceptions): Update.
875 (ada_print_subexp): Update.
876 * ax-gdb.c (gen_var_ref): Update.
877 (gen_maybe_namespace_elt): Update.
878 (gen_expr_for_cast): Update.
879 (gen_expr): Update.
880 * block.h: Update.
881 * blockframe.c (find_pc_partial_function): Update.
882 * breakpoint.c (print_breakpoint_location): Update.
883 (update_static_tracepoint): Update.
884 * btrace.c (ftrace_print_function_name): Update.
885 (ftrace_function_switched): Update.
886 * buildsym.c (find_symbol_in_list): Update.
887 * c-exp.y: Update.
888 * c-typeprint.c (c_print_typedef): Update.
889 (c_type_print_template_args): Update.
890 * cli/cli-cmds.c (edit_command): Update.
891 (list_command): Update.
892 (print_sal_location): Update.
893 * coffread.c (patch_opaque_types): Update.
894 (process_coff_symbol): Update.
895 (coff_read_enum_type): Update.
896 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
897 (convert_one_symbol): Update.
898 (hash_symname): Update.
899 (eq_symname): Update.
900 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
901 * compile/compile-cplus-types.c (debug_print_scope): Update.
902 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
903 * compile/compile-object-load.c (get_out_value_type): Update.
904 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
905 (search_symbol_list): Update.
906 (cp_lookup_symbol_imports_or_template): Update.
907 * cp-support.c (overload_list_add_symbol): Update.
908 * ctfread.c (psymtab_to_symtab): Update.
909 * dbxread.c (cp_set_block_scope): Update.
910 * dictionary.c (iter_match_first_hashed): Update.
911 (iter_match_next_hashed): Update.
912 (insert_symbol_hashed): Update.
913 (iter_match_next_linear): Update.
914 * dictionary.h: Update.
915 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
916 (locexpr_describe_location_piece): Update.
917 (locexpr_describe_location_1): Update.
918 (locexpr_generate_c_location): Update.
919 (loclist_describe_location): Update.
920 (loclist_generate_c_location): Update.
921 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
922 (read_func_scope): Update.
923 (process_enumeration_scope): Update.
924 (new_symbol): Update.
925 (dwarf2_const_value): Update.
926 (dwarf2_symbol_mark_computed): Update.
927 * eval.c (evaluate_funcall): Update.
928 (evaluate_subexp_standard): Update.
929 * expprint.c (print_subexp_standard): Update.
930 (dump_subexp_body_standard): Update.
931 * f-valprint.c (info_common_command_for_block): Update.
932 * findvar.c (get_hosting_frame): Update.
933 (default_read_var_value): Update.
934 * go-lang.c (go_symbol_package_name): Update.
935 * guile/scm-block.c (bkscm_print_block_smob): Update.
936 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
937 (gdbscm_symbol_name): Update.
938 (gdbscm_symbol_linkage_name): Update.
939 (gdbscm_symbol_print_name): Update.
940 * infcall.c (get_function_name): Update.
941 * infcmd.c (jump_command): Update.
942 (finish_command): Update.
943 * infrun.c (insert_exception_resume_breakpoint): Update.
944 * linespec.c (canonicalize_linespec): Update.
945 (create_sals_line_offset): Update.
946 (convert_linespec_to_sals): Update.
947 (complete_label): Update.
948 (find_label_symbols_in_block): Update.
949 * m2-typeprint.c (m2_print_typedef): Update.
950 * mdebugread.c (mdebug_reg_to_regnum): Update.
951 (parse_symbol): Update.
952 (mylookup_symbol): Update.
953 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
954 (list_args_or_locals): Update.
955 * objc-lang.c (compare_selectors): Update.
956 (info_selectors_command): Update.
957 (compare_classes): Update.
958 (info_classes_command): Update.
959 (find_imps): Update.
960 * p-typeprint.c (pascal_print_typedef): Update.
961 * printcmd.c (build_address_symbolic): Update.
962 (info_address_command): Update.
963 (print_variable_and_value): Update.
964 * python/py-framefilter.c (extract_sym): Update.
965 (py_print_single_arg): Update.
966 * python/py-symbol.c (sympy_str): Update.
967 (sympy_get_name): Update.
968 (sympy_get_linkage_name): Update.
969 * python/python.c (gdbpy_rbreak): Update.
970 * record-btrace.c (btrace_get_bfun_name): Update.
971 (btrace_call_history): Update.
972 * rust-lang.c (rust_print_typedef): Update.
973 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
974 * stabsread.c (stab_reg_to_regnum): Update.
975 (define_symbol): Update.
976 (read_enum_type): Update.
977 (common_block_end): Update.
978 (cleanup_undefined_types_1): Update.
979 (scan_file_globals): Update.
980 * stack.c (print_frame_arg): Update.
981 (print_frame_args): Update.
982 (find_frame_funname): Update.
983 (info_frame_command_core): Update.
984 (iterate_over_block_locals): Update.
985 (print_block_frame_labels): Update.
986 (do_print_variable_and_value): Update.
987 (iterate_over_block_arg_vars): Update.
988 (return_command): Update.
989 * symmisc.c (dump_symtab_1): Update.
990 (print_symbol): Update.
991 * symtab.c (eq_symbol_entry): Update.
992 (symbol_cache_dump): Update.
993 (lookup_language_this): Update.
994 (find_pc_sect_line): Update.
995 (skip_prologue_sal): Update.
996 (symbol_search::compare_search_syms): Update.
997 (treg_matches_sym_type_name): Update.
998 (search_symbols): Update.
999 (print_symbol_info): Update.
1000 (rbreak_command): Update.
1001 (completion_list_add_symbol): Update.
1002 (find_gnu_ifunc): Update.
1003 (get_symbol_address): Update.
1004 (search_module_symbols): Update.
1005 (info_module_subcommand): Update.
1006 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
1007 (SYMBOL_LINKAGE_NAME): Remove.
1008 (SYMBOL_DEMANGLED_NAME): Remove.
1009 (SYMBOL_PRINT_NAME): Remove.
1010 (SYMBOL_SEARCH_NAME): Remove.
1011 * tracepoint.c (set_traceframe_context): Update.
1012 (validate_actionline): Update.
1013 (collection_list::collect_symbol): Update.
1014 (encode_actions_1): Update.
1015 (info_scope_command): Update.
1016 (print_one_static_tracepoint_marker): Update.
1017 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
1018 * valops.c (address_of_variable): Update.
1019 (find_overload_match): Update.
1020 (find_oload_champ): Update.
1021
10222019-11-22 Christian Biesinger <cbiesinger@google.com>
1023
1024 * ada-lang.c (ada_lookup_simple_minsym): Update.
1025 (ada_collect_symbol_completion_matches): Update.
1026 * ada-tasks.c (read_atcb): Update.
1027 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
1028 (amd64_windows_skip_trampoline_code): Update.
1029 * arm-tdep.c (skip_prologue_function): Update.
1030 (arm_skip_stack_protector): Update.
1031 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
1032 (arm_wince_skip_main_prologue): Update.
1033 * ax-gdb.c (gen_expr): Update.
1034 * block.c (call_site_for_pc): Update.
1035 * blockframe.c (find_pc_partial_function): Update.
1036 * breakpoint.c (set_breakpoint_location_function): Update.
1037 * btrace.c (ftrace_print_function_name): Update.
1038 (ftrace_function_switched): Update.
1039 * c-valprint.c (print_unpacked_pointer): Update.
1040 * coffread.c (coff_symfile_read): Update.
1041 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
1042 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
1043 * dwarf-index-write.c (write_psymbols): Update.
1044 * dwarf2loc.c (call_site_to_target_addr): Update.
1045 (func_verify_no_selftailcall): Update.
1046 (tailcall_dump): Update.
1047 (call_site_find_chain_1): Update.
1048 (dwarf_expr_reg_to_entry_parameter): Update.
1049 * elfread.c (elf_gnu_ifunc_record_cache): Update.
1050 * eval.c (evaluate_funcall): Update.
1051 (evaluate_subexp_standard): Update.
1052 (evaluate_subexp_for_sizeof): Update.
1053 * expprint.c (print_subexp_standard): Update.
1054 (dump_subexp_body_standard): Update.
1055 * frame.c (get_prev_frame_always_1): Update.
1056 * frv-tdep.c (frv_skip_main_prologue): Update.
1057 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
1058 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
1059 (gnuv3_get_typename_from_type_info): Update.
1060 (gnuv3_skip_trampoline): Update.
1061 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1062 * i386-tdep.c (i386_skip_main_prologue): Update.
1063 (i386_pe_skip_trampoline_code): Update.
1064 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1065 * infcall.c (get_function_name): Update.
1066 * linespec.c (minsym_found): Update.
1067 * linux-fork.c (info_checkpoints_command): Update.
1068 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1069 (m32c_m16c_pointer_to_address): Update.
1070 * maint.c (maintenance_translate_address): Update.
1071 * minsyms.c (add_minsym_to_hash_table): Update.
1072 (add_minsym_to_demangled_hash_table): Update.
1073 (lookup_minimal_symbol_mangled): Update.
1074 (lookup_minimal_symbol_demangled): Update.
1075 (lookup_minimal_symbol_linkage): Update.
1076 (lookup_minimal_symbol_text): Update.
1077 (lookup_minimal_symbol_by_pc_name): Update.
1078 (minimal_symbol_is_less_than): Update.
1079 (compact_minimal_symbols): Update.
1080 (build_minimal_symbol_hash_tables): Update.
1081 (find_solib_trampoline_target): Update.
1082 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1083 (mips_skip_pic_trampoline_code): Update.
1084 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1085 * objc-lang.c (info_selectors_command): Update.
1086 (info_classes_command): Update.
1087 (find_methods): Update.
1088 (find_imps): Update.
1089 * p-valprint.c (pascal_val_print): Update.
1090 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1091 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1092 * printcmd.c (build_address_symbolic): Update.
1093 (info_symbol_command): Update.
1094 * psymtab.c (psymbol_name_matches): Update.
1095 (match_partial_symbol): Update.
1096 (lookup_partial_symbol): Update.
1097 (print_partial_symbols): Update.
1098 (sort_pst_symbols): Update.
1099 (maintenance_check_psymtabs): Update.
1100 * python/py-framefilter.c (py_print_frame): Update.
1101 * python/python.c (gdbpy_rbreak): Update.
1102 * record-btrace.c (btrace_get_bfun_name): Update.
1103 (btrace_call_history): Update.
1104 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1105 (rs6000_skip_trampoline_code): Update.
1106 * sol-thread.c (info_cb): Update.
1107 * stabsread.c (scan_file_globals): Update.
1108 * stack.c (find_frame_funname): Update.
1109 (info_frame_command_core): Update.
1110 * symmisc.c (dump_msymbols): Update.
1111 * symtab.c (symbol_natural_name): Rename to..,
1112 (general_symbol_info::natural_name): ...this.
1113 (symbol_demangled_name): Rename to...
1114 (general_symbol_info::demangled_name): ...this.
1115 (symbol_search_name): Rename to...
1116 (general_symbol_info::search_name): ...this.
1117 (symbol_matches_search_name): Update.
1118 (find_pc_sect_line): Update.
1119 (skip_prologue_sal): Update.
1120 (search_symbols): Update.
1121 (print_msymbol_info): Update.
1122 (rbreak_command): Update.
1123 (completion_list_add_msymbol): Update.
1124 (completion_list_objc_symbol): Update.
1125 (get_msymbol_address): Update.
1126 * symtab.h (struct general_symbol_info): Add member functions
1127 natural_name (), linkage_name (), print_name (), demangled_name (),
1128 and search_name ().
1129 (SYMBOL_NATURAL_NAME): Update.
1130 (symbol_natural_name): Move to a member function on general_symbol_info.
1131 (SYMBOL_DEMANGLED_NAME): Update.
1132 (symbol_demangled_name): Move to a member function on
1133 general_symbol_info.
1134 (SYMBOL_SEARCH_NAME): Update.
1135 (symbol_search_name): Move to a member function on general_symbol_info.
1136 (MSYMBOL_NATURAL_NAME): Remove.
1137 (MSYMBOL_LINKAGE_NAME): Remove.
1138 (MSYMBOL_PRINT_NAME): Remove.
1139 (MSYMBOL_DEMANGLED_NAME): Remove.
1140 (MSYMBOL_SEARCH_NAME): Remove.
1141 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1142
11432019-11-22 Christian Biesinger <cbiesinger@google.com>
1144
1145 * symtab.c (create_demangled_names_hash): Use per_bfd->
1146 minimal_symbol_count for computing the initial size, if greater
1147 than our default size.
1148
11492019-11-22 Tom de Vries <tdevries@suse.de>
1150
1151 * contrib/words.sh: Improve words extraction.
1152
11532019-11-22 Tom de Vries <tdevries@suse.de>
1154
1155 * contrib/words.sh: Combine sed invocations.
1156
11572019-11-21 Christian Biesinger <cbiesinger@google.com>
1158
1159 * Makefile.in: Update.
1160 * demangle.c: Rename to...
1161 * gdb-demangle.c: ..this.
1162 (is_cplus_marker): Change return type to bool.
1163 (_initialize_demangler): Rename to...
1164 (_initialize_gdb_demangle): ...this.
1165 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1166 * symtab.h (demangle): Remove declaration; instead include
1167 gdb-demangle.h.
1168
11692019-11-21 Tom Tromey <tromey@adacore.com>
1170
1171 * gdbsupport/format.c (format_pieces): Parse %I64d.
1172 * unittests/format_pieces-selftests.c (test_windows_formats): New
1173 function.
1174 (run_tests): Call it.
1175
11762019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1177
1178 Byte reverse display of variables with DW_END_big, DW_END_little
1179 (DW_AT_endianity) dwarf attributes if different than the native
1180 byte order.
1181 * ada-lang.c (ada_value_binop):
1182 Use type_byte_order instead of gdbarch_byte_order.
1183 * ada-valprint.c (printstr):
1184 (ada_val_print_string):
1185 * ada-lang.c (value_pointer):
1186 (ada_value_binop):
1187 Use type_byte_order instead of gdbarch_byte_order.
1188 * c-lang.c (c_get_string):
1189 Use type_byte_order instead of gdbarch_byte_order.
1190 * c-valprint.c (c_val_print_array):
1191 Use type_byte_order instead of gdbarch_byte_order.
1192 * cp-valprint.c (cp_print_class_member):
1193 Use type_byte_order instead of gdbarch_byte_order.
1194 * dwarf2loc.c (rw_pieced_value):
1195 Use type_byte_order instead of gdbarch_byte_order.
1196 * dwarf2read.c (read_base_type): Handle DW_END_big,
1197 DW_END_little
1198 * f-lang.c (f_get_encoding):
1199 Use type_byte_order instead of gdbarch_byte_order.
1200 * findvar.c (default_read_var_value):
1201 Use type_byte_order instead of gdbarch_byte_order.
1202 * gdbtypes.c (check_types_equal):
1203 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1204 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1205 and TYPE_ENDIANITY_LITTLE if set.
1206 (type_byte_order): new function.
1207 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1208 (struct main_type) <flag_endianity_not_default>:
1209 New field.
1210 (type_byte_order): New function.
1211 * infcmd.c (default_print_one_register_info):
1212 Use type_byte_order instead of gdbarch_byte_order.
1213 * p-lang.c (pascal_printstr):
1214 Use type_byte_order instead of gdbarch_byte_order.
1215 * p-valprint.c (pascal_val_print):
1216 Use type_byte_order instead of gdbarch_byte_order.
1217 * printcmd.c (print_scalar_formatted):
1218 Use type_byte_order instead of gdbarch_byte_order.
1219 * solib-darwin.c (darwin_current_sos):
1220 Use type_byte_order instead of gdbarch_byte_order.
1221 * solib-svr4.c (solib_svr4_r_ldsomap):
1222 Use type_byte_order instead of gdbarch_byte_order.
1223 * stap-probe.c (stap_modify_semaphore):
1224 Use type_byte_order instead of gdbarch_byte_order.
1225 * target-float.c (target_float_same_format_p):
1226 Use type_byte_order instead of gdbarch_byte_order.
1227 * valarith.c (scalar_binop):
1228 (value_bit_index):
1229 Use type_byte_order instead of gdbarch_byte_order.
1230 * valops.c (value_cast):
1231 Use type_byte_order instead of gdbarch_byte_order.
1232 * valprint.c (generic_emit_char):
1233 (generic_printstr):
1234 (val_print_string):
1235 Use type_byte_order instead of gdbarch_byte_order.
1236 * value.c (unpack_long):
1237 (unpack_bits_as_long):
1238 (unpack_value_bitfield):
1239 (modify_field):
1240 (pack_long):
1241 (pack_unsigned_long):
1242 Use type_byte_order instead of gdbarch_byte_order.
1243 * findvar.c (unsigned_pointer_to_address):
1244 (signed_pointer_to_address):
1245 (unsigned_address_to_pointer):
1246 (address_to_signed_pointer):
1247 (default_read_var_value):
1248 (default_value_from_register):
1249 Use type_byte_order instead of gdbarch_byte_order.
1250 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1251 Use type_byte_order instead of gdbarch_byte_order.
1252 * riscv-tdep.c (riscv_print_one_register_info):
1253 Use type_byte_order instead of gdbarch_byte_order.
1254
12552019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1256
1257 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1258 (current_ui_gdb_stdin_ptr): Likewise.
1259 (current_ui_gdb_stderr_ptr): Likewise.
1260 (current_ui_gdb_stdlog_ptr): Likewise.
1261 (current_ui_current_uiout_ptr): Likewise.
1262 (gen_ret_current_ui_field_ptr): Remove.
1263
12642019-11-21 Tom de Vries <tdevries@suse.de>
1265
1266 PR gdb/24956
1267 * cli/cli-script.c (execute_control_command): Only switch to
1268 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1269
12702019-11-19 Tom Tromey <tom@tromey.com>
1271
1272 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1273 Now static. Change type of "name".
1274 (tui_set_win_height_command): Don't copy "arg".
1275 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1276 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1277
12782019-11-19 Ali Tamur <tamur@google.com>
1279
1280 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1281 "if (attr != nullptr)".
1282 (dwarf2_find_base_address): Likewise.
1283 (dwarf2_build_include_psymtabs): Likewise.
1284 (read_cutu_die_from_dwo): Likewise.
1285 (read_func_scope): Likewise.
1286 (read_call_site_scope): Likewise.
1287 (dwarf2_get_pc_bounds): Likewise.
1288 (dwarf2_record_block_ranges): Likewise.
1289 (dwarf2_add_field): Likewise.
1290 (dwarf2_add_member_fn): Likewise.
1291 (read_structure_type): Likewise.
1292 (read_enumeration_type): Likewise.
1293 (read_array_type): Likewise.
1294 (read_array_order): Likewise.
1295 (read_set_type): Likewise.
1296 (read_common_block): Likewise.
1297 (read_tag_reference_type): Likewise.
1298 (read_tag_string_type): Likewise.
1299 (read_subroutine_type): Likewise.
1300 (read_base_type): Likewise.
1301 (read_subrange_type): Likewise.
1302 (new_symbol): Likewise.
1303 (prepare_one_comp_unit): Likewise.
1304
13052019-11-19 Tom Tromey <tromey@adacore.com>
1306
1307 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1308 result in error when DebugActiveProcess fails.
1309
13102019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1311 Pedro Alves <palves@redhat.com>
1312
1313 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1314 * target.c (target_stack::push): Call 'unpush' if there's a
1315 target on top of the stack.
1316
13172019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1318
1319 * python/py-block.c (blpy_dealloc): Call tp_free.
1320 (blpy_block_syms_dealloc): Likewise.
1321 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1322 * python/py-inferior.c (infpy_dealloc): Likewise.
1323 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1324 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1325 * python/py-symbol.c (sympy_dealloc): Likewise.
1326 * python/py-symtab.c (stpy_dealloc): Likewise.
1327 * python/py-type.c (typy_iterator_dealloc): Likewise.
1328
13292019-11-18 Christian Biesinger <cbiesinger@google.com>
1330
1331 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1332 constructor instead of using a class initializer.
1333
13342019-11-15 Christian Biesinger <cbiesinger@google.com>
1335
1336 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1337 * configure: Regenerate.
1338 * configure.ac: Don't source common.host.
1339 * gdbsupport/common.host: Remove.
1340 * gdbsupport/mingw-strerror.c: Remove.
1341 * gdbsupport/posix-strerror.c: Rename to...
1342 * gdbsupport/safe-strerror.c: ...this.
1343
13442019-11-15 Christian Biesinger <cbiesinger@google.com>
1345
1346 * maint.c (scoped_command_stats::print_time): Use localtime_r
1347 instead of localtime (provided through gnulib if necessary).
1348 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1349 of ctime.
1350
13512019-11-15 Christian Biesinger <cbiesinger@google.com>
1352
1353 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1354 avoid compile errors.
1355
13562019-11-15 Christian Biesinger <cbiesinger@google.com>
1357
1358 * config.in: Regenerate.
1359 * configure: Regenerate.
1360 * gdbsupport/common.m4: No longer check for strerror_r.
1361 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1362 POSIX version of strerror_r, now that gnulib provides it if
1363 necessary.
1364
13652019-11-14 Christian Biesinger <cbiesinger@google.com>
1366
1367 * README (`configure' options): Update.
1368
13692019-11-14 Tom Tromey <tromey@adacore.com>
1370
1371 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1372 expected type for the RHS if the LHS is a convenience variable.
1373
13742019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1375
1376 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1377 Provide explicit default and copy constructor.
1378
13792019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1380
1381 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1382 only call Py_INCREF (newbp) in the bppy_pending_object case.
1383
13842019-11-13 Tom Tromey <tromey@adacore.com>
1385
1386 PR build/25182:
1387 * psympriv.h (partial_symbol): Remove static assert.
1388 * symtab.h (general_symbol_info, symbol): Remove static assert.
1389
13902019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1391
1392 * gdbsupport/format.c (format_pieces::format_pieces): Support
1393 printf 'z' size modifier.
1394 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1395 * printcmd.c (ui_printf): Handle size_t_arg.
1396 * ui-out.c (ui_out::vmessage): Likewise.
1397 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1398 function.
1399 (run_tests): Call test_format_int_sizes.
1400
14012019-11-12 Christian Biesinger <cbiesinger@google.com>
1402
1403 * ada-exp.y (write_ambiguous_var): Update.
1404 * buildsym.c (add_symbol_to_list): Update.
1405 * dwarf2read.c (read_variable): Update.
1406 (new_symbol): Update.
1407 * jit.c (finalize_symtab): Update.
1408 * language.c (language_alloc_type_symbol): Update.
1409 * symtab.c (fixup_symbol_section): Update.
1410 (initialize_objfile_symbol_1): Move code to...
1411 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1412 (allocate_symbol): Update.
1413 (allocate_template_symbol): Update.
1414 (get_symbol_address): Update.
1415 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1416 of having as a field, and add a constructor.
1417 (SYMBOL_VALUE): Update.
1418 (SYMBOL_VALUE_ADDRESS): Update.
1419 (SET_SYMBOL_VALUE_ADDRESS): Update.
1420 (SYMBOL_VALUE_BYTES): Update.
1421 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1422 (SYMBOL_BLOCK_VALUE): Update.
1423 (SYMBOL_VALUE_CHAIN): Update.
1424 (SYMBOL_LANGUAGE): Update.
1425 (SYMBOL_SECTION): Update.
1426 (SYMBOL_OBJ_SECTION): Update.
1427 (SYMBOL_SET_LANGUAGE): Update.
1428 (SYMBOL_SET_LINKAGE_NAME): Update.
1429 (SYMBOL_SET_NAMES): Update.
1430 (SYMBOL_NATURAL_NAME): Update.
1431 (SYMBOL_LINKAGE_NAME): Update.
1432 (SYMBOL_DEMANGLED_NAME): Update.
1433 (SYMBOL_SEARCH_NAME): Update.
1434 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1435 (struct symbol): Update.
1436 (struct template_symbol): Update.
1437 (struct rust_vtable_symbol): Update.
1438 * xcoffread.c (SYMBOL_DUP): Update.
1439
14402019-11-12 Tom Tromey <tom@tromey.com>
1441
1442 * tui/tui-layout.c (show_layout): Set current_layout.
1443 (show_source_disasm_command, show_data)
1444 (show_source_or_disasm_and_command): Don't set current_layout.
1445
14462019-11-12 Tom Tromey <tom@tromey.com>
1447
1448 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1449
14502019-11-12 Tom Tromey <tom@tromey.com>
1451
1452 * tui/tui-win.c (resize_message): New global.
1453 (show_tui_resize_message): New function.
1454 (tui_async_resize_screen): Print message if requested.
1455 (_initialize_tui_win): Add tui-resize-message setting.
1456 * NEWS: Add entry for new commands.
1457
14582019-11-11 Tom Tromey <tom@tromey.com>
1459
1460 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1461 functions.
1462
14632019-11-11 Christian Biesinger <cbiesinger@google.com>
1464
1465 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1466
14672019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1468
1469 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1470 function.
1471 * python/python-internal.h (gdbpy_lookup_static_symbols):
1472 Declare new function.
1473 * python/python.c (python_GdbMethods): Add
1474 gdb.lookup_static_symbols method.
1475 * NEWS: Mention gdb.lookup_static_symbols.
1476
14772019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1478
1479 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1480 static block of current object file first. Also fix typo in
1481 header comment.
1482
14832019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1484
1485 * stack.c (set_last_displayed_sal): Delete.
1486 (last_displayed_sal_valid): Delete.
1487 (last_displayed_pspace): Delete.
1488 (last_displayed_addr): Delete.
1489 (last_displayed_symtab): Delete.
1490 (last_displayed_line): Delete.
1491 (class last_displayed_symtab_info_type): New.
1492 (last_displayed_symtab_info): New static global variable.
1493 (print_frame_info): Call methods on last_displayed_symtab_info.
1494 (clear_last_displayed_sal): Update header comment, and make use of
1495 last_displayed_symtab_info.
1496 (last_displayed_sal_is_valid): Likewise.
1497 (get_last_displayed_pspace): Likewise.
1498 (get_last_displayed_addr): Likewise.
1499 (get_last_displayed_symtab): Likewise.
1500 (get_last_displayed_line): Likewise.
1501 (get_last_displayed_sal): Likewise.
1502 * stack.h (clear_last_displayed_sal): Update header comment.
1503 (last_displayed_sal_is_valid): Likewise.
1504 (get_last_displayed_pspace): Likewise.
1505 (get_last_displayed_addr): Likewise.
1506 (get_last_displayed_symtab): Likewise.
1507 (get_last_displayed_line): Likewise.
1508 (get_last_displayed_sal): Likewise.
1509
15102019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1511
1512 * stack.c (frame_show_address): Convert return type to bool.
1513 * stack.h (frame_show_address): Likewise, and update header
1514 comment.
1515
15162019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1517
1518 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1519 * unittests/vec-utils-selftests.c: New file.
1520 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1521
15222019-11-10 Tom Tromey <tom@tromey.com>
1523
1524 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1525 (tui_highlight_win): Likewise.
1526 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1527 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1528 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1529 Don't set can_highlight.
1530
15312019-11-10 Tom Tromey <tom@tromey.com>
1532
1533 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1534 Remove unused declaration.
1535
15362019-11-08 Tom Tromey <tromey@adacore.com>
1537
1538 * top.c (read_command_file): Update.
1539 (command_line_input): Make return type const.
1540 * python/py-gdb-readline.c: Update.
1541 * linespec.c (decode_line_2): Update.
1542 * defs.h (command_line_input): Make return type const.
1543 * cli/cli-script.c (read_next_line): Make return type const.
1544 * ada-lang.c (get_selections): Update.
1545
15462019-11-06 Christian Biesinger <cbiesinger@google.com>
1547
1548 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1549 * mi/mi-main.c (output_cores): Likewise.
1550 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1551 (linux_xfer_osdata_modules): Likewise.
1552 * remote.c (register_remote_support_xml): Likewise.
1553 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1554 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1555
15562019-11-06 Tom Tromey <tom@tromey.com>
1557
1558 * tui/tui-interp.c: Don't include readline.h.
1559 * tui/tui-hooks.c: Don't include readline.h.
1560 * symmisc.c: Include tilde.h, not readline.h.
1561 * symfile.c: Include tilde.h, not readline.h.
1562 * source.c: Include tilde.h, not readline.h.
1563 * solib.c: Include tilde.h, not readline.h.
1564 * psymtab.c: Include tilde.h, not readline.h.
1565 * exec.c: Include tilde.h, not readline.h.
1566 * corelow.c: Include tilde.h, not readline.h.
1567 * cli/cli-dump.c: Include tilde.h, not readline.h.
1568 * cli/cli-cmds.c: Don't include readline.h.
1569
15702019-11-05 Tom Tromey <tom@tromey.com>
1571
1572 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1573 (tui_disassemble): Set addr_size.
1574 (tui_disasm_window::set_contents): Use addr_size.
1575
15762019-11-05 Tom Tromey <tom@tromey.com>
1577
1578 * rust-lang.c (rust_language_defn): Update.
1579 * python/py-value.c (valpy_string): Call c_get_string.
1580 * p-lang.c (pascal_language_defn): Update.
1581 * opencl-lang.c (opencl_language_defn): Update.
1582 * objc-lang.c (objc_language_defn): Update.
1583 * m2-lang.c (m2_language_defn): Update.
1584 * language.c (unknown_language_defn, auto_language_defn): Update.
1585 (default_get_string): Remove.
1586 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1587 * go-lang.c (go_language_defn): Update.
1588 * f-lang.c (f_language_defn): Update.
1589 * d-lang.c (d_language_defn): Update.
1590 * c-lang.c (c_language_defn, cplus_language_defn)
1591 (asm_language_defn, minimal_language_defn): Update.
1592 * ada-lang.c (ada_language_defn): Update.
1593 * language.h (struct language_defn) <la_get_string>: Remove.
1594 (LA_GET_STRING): Remove.
1595 (default_get_string): Don't declare.
1596
15972019-11-05 Tom Tromey <tom@tromey.com>
1598
1599 * tui/tui-source.h (struct tui_source_window): Inline
1600 constructor. Remove destructor.
1601 <style_changed, m_observable>: Move to superclass.
1602 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1603 (struct tui_source_window_base): Move private members to end.
1604 <style_changed, m_observable>: Move from tui_source_window.
1605 * tui/tui-winsource.c (tui_copy_source_line): Move from
1606 tui-source.c. Rename from copy_source_line. Add special handling
1607 for negative line number.
1608 (tui_source_window_base::style_changed): Move from
1609 tui_source_window.
1610 (tui_source_window_base): Register observer.
1611 (~tui_source_window_base): New.
1612 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1613 rename.
1614 (tui_source_window::set_contents): Use tui_copy_source_line.
1615 (tui_source_window::tui_source_window): Move to tui-source.h.
1616 (tui_source_window::~tui_source_window): Remove.
1617 (tui_source_window::style_changed): Move to superclass.
1618 * tui/tui-disasm.c (tui_disassemble): Create string file with
1619 styling, when possible. Add "addr_size" parameter.
1620 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1621 Don't compute maximum size.
1622 (len_without_escapes): New function
1623
16242019-11-05 Tom Tromey <tom@tromey.com>
1625
1626 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1627 std::string.
1628 * tui/tui-winsource.c (tui_show_source_line): Update.
1629 * tui/tui-source.c (tui_source_window::set_contents): Update.
1630 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1631
16322019-11-05 Christian Biesinger <cbiesinger@google.com>
1633
1634 * symtab.h (gdb_static_assert): Put && operator at the beginning
1635 of the line instead of the end.
1636
16372019-11-04 Christian Biesinger <cbiesinger@google.com>
1638
1639 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1640 and sizeof (symbol).
1641 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1642
16432019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1644
1645 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1646 * configure.host: Mark *-*-solaris2.10* obsolete.
1647 * configure.tgt: Mark Solaris < 11 obsolete.
1648 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1649 Update target triplet.
1650
16512019-11-01 Tom Tromey <tromey@adacore.com>
1652
1653 * utils.c (print_sys_errmsg): Simplify.
1654
16552019-11-01 Tom Tromey <tromey@adacore.com>
1656
1657 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1658
16592019-11-01 Christian Biesinger <cbiesinger@google.com>
1660
1661 * configure: Regenerate.
1662 * configure.ac: Remove check for strerror_r.
1663 * gdbsupport/common.m4: Check for strerror_r.
1664
16652019-11-01 Luis Machado <luis.machado@linaro.org>
1666
1667 PR gdb/25124
1668
1669 * arm-tdep.c (arm_per_objfile): Rename to ...
1670 (arm_per_bfd): ... this.
1671 (arm_objfile_data_key): Rename to ...
1672 (arm_bfd_data_key): ... this.
1673 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1674 data.
1675 (arm_record_special_symbol): Likewise.
1676
16772019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1678
1679 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1680 end.
1681 * c-typeprint.c (c_print_typedef): Likewise.
1682 * f-typeprint.c (f_print_typedef): Likewise.
1683 * m2-typeprint.c (m2_print_typedef): Likewise.
1684 * p-typeprint.c (pascal_print_typedef): Likewise.
1685 * rust-lang.c (rust_print_typedef): Likewise.
1686 * symtab.c (print_symbol_info): Print a newline after calling
1687 typedef_print.
1688
16892019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1690
1691 * symtab.c (info_module_cmdlist): New variable.
1692 (info_module_command): New function.
1693 (search_module_symbols): New function.
1694 (info_module_subcommand): New function.
1695 (struct info_modules_var_func_options): New struct.
1696 (info_modules_var_func_options_defs): New variable.
1697 (make_info_modules_var_func_options_def_group): New function.
1698 (info_module_functions_command): New function.
1699 (info_module_variables_command): New function.
1700 (info_module_var_func_command_completer): New function.
1701 (_initialize_symtab): Register new 'info module functions' and
1702 'info module variables' commands.
1703 * symtab.h (typedef symbol_search_in_module): New typedef.
1704 (search_module_symbols): Declare new function.
1705 * NEWS: Mention new commands.
1706
17072019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1708
1709 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1710 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1711 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1712 MODULES_DOMAIN.
1713 (scan_partial_symbols): Only create partial module symbols for non
1714 declarations.
1715 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1716 and MODULES_DOMAIN.
1717 * symtab.c (search_domain_name): Likewise.
1718 (search_symbols): Likewise.
1719 (print_symbol_info): Likewise.
1720 (symtab_symbol_info): Likewise.
1721 (info_modules_command): New function.
1722 (_initialize_symtab): Register 'info modules' command.
1723 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1724 * NEWS: Mention new 'info modules' command.
1725
17262019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1727
1728 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1729 and $_gdb_maint_setting_str.
1730
17312019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1732
1733 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1734 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1735 (str_value_from_setting, gdb_setting_str_internal_fn)
1736 (gdb_maint_setting_str_internal_fn): New functions.
1737 (_initialize_cli_cmds): Define the new convenience functions.
1738 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1739 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1740
17412019-10-31 Christian Biesinger <cbiesinger@google.com>
1742
1743 * agent.c (set_can_use_agent): When the setting is turned on,
1744 look up agent symbols if we don't have them yet.
1745 (agent_new_objfile): Don't look up agent symbols when the agent
1746 setting is off.
1747
17482019-10-31 Christian Biesinger <cbiesinger@google.com>
1749
1750 * config.in: Regenerate.
1751
17522019-10-31 Christian Biesinger <cbiesinger@google.com>
1753
1754 * configure: Regenerate.
1755 * configure.ac: Check for strerror_r.
1756 * gdbsupport/common-utils.h (safe_strerror): Change return value
1757 to const char * and document that this function is now threadsafe.
1758 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1759 thread_local and call strerror_r, if available.
1760 * utils.c (perror_string): Update.
1761 (print_sys_errmsg): Update.
1762
17632019-10-31 Luis Machado <luis.machado@linaro.org>
1764
1765 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1766 objfile_key.
1767 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1768 objfile to fetch per-bfd data.
1769 (arm_find_exidx_entry): Likewise.
1770
17712019-10-31 Christian Biesinger <cbiesinger@google.com>
1772
1773 * gdbsupport/agent.c (debug_agent): Change type to bool.
1774 (use_agent): Likewise.
1775 (all_agent_symbols_look_up): Likewise.
1776 (agent_loaded_p): Change return value to bool.
1777 (agent_look_up_symbols): Update.
1778 (agent_capability_check): Change return value to bool.
1779 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1780 (debug_agent): Change type to bool.
1781 (use_agent): Likewise.
1782 (agent_capability_check): Change return value to bool.
1783
17842019-10-30 Christian Biesinger <cbiesinger@google.com>
1785
1786 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1787 (build_minimal_symbol_hash_tables): Code to clear the table moved
1788 to clear_minimal_symbol_hash_tables.
1789 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1790 when needed.
1791
17922019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1793
1794 * infcmd.c: Remove includes.
1795 * infrun.c: Remove includes.
1796
17972019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1798
1799 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1800 (grow_vect): Remove declaration.
1801 (ada_type_of_array): Remove declaration.
1802 (ada_update_initial_language): Remove declaration.
1803 (ada_fold_name): Remove declaration.
1804 (ada_fill_in_ada_prototype): Remove declaration.
1805 (user_select_syms): Remove declaration.
1806 (get_selections): Remove declaration.
1807 (ada_tag_type): Remove declaration.
1808 (ada_value_tag): Remove declaration.
1809 (ada_is_others_clause): Remove declaration.
1810 (ada_in_variant): Remove declaration.
1811 (ada_value_struct_elt): Remove declaration.
1812 (ada_attribute_name): Remove declaration.
1813 (ada_system_address_type): Remove declaration.
1814 * ada-lang.c (ada_watch_location_expression): Make static.
1815 (GROW_VECT): Move here from ada-lang.h.
1816 (grow_vect): Make static.
1817 (ada_update_initial_language): Make static.
1818 (ada_fold_name): Make static.
1819 (ada_type_of_array): Make static.
1820 (encoded_ordered_before): Move up.
1821 (sort_choices): Move up.
1822 (print_signatures): Move up.
1823 (ada_print_symbol_signature): Move up.
1824 (get_selections): Move up and make static.
1825 (user_select_syms): Move up and make static.
1826 (ada_value_struct_elt): Move up and make static.
1827 (ada_tag_type): Make static.
1828 (ada_value_tag): Make static.
1829 (ada_is_others_clause): Make static.
1830 (ada_in_variant): Make static.
1831 (ada_attribute_name): Make static.
1832
18332019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1834
1835 * ada-lang.c: Remove includes.
1836 * ada-typeprint.c: Remove includes.
1837 * ada-valprint.c: Remove includes.
1838
18392019-10-29 Simon Marchi <simon.marchi@efficios.com>
1840
1841 * addrmap.c: Add static assertions of type size, moved from
1842 _initialize_addrmap.
1843 (_initialize_addrmap): Remove.
1844
18452019-10-29 Christian Biesinger <cbiesinger@google.com>
1846
1847 * coffread.c (record_minimal_symbol): Update.
1848 (process_coff_symbol): Update.
1849 * dbxread.c (read_dbx_symtab): Update.
1850 * dwarf2read.c (add_partial_symbol): Update.
1851 (fixup_go_packaging): Update.
1852 (load_partial_dies): Update.
1853 (new_symbol): Update.
1854 * elfread.c (record_minimal_symbol): Change signature to use
1855 gdb::string_view instead of name+len.
1856 (elf_symtab_read): Update.
1857 (elf_rel_plt_read): Update.
1858 * mdebugread.c (parse_partial_symbols): Update.
1859 (handle_psymbol_enumerators): Update.
1860 (new_symbol): Update.
1861 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1862 to use gdb::string_view instead of name+len.
1863 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1864 * psympriv.h (add_psymbol_to_list): Likewise.
1865 * psymtab.c (add_psymbol_to_bcache): Likewise.
1866 (add_psymbol_to_list): Likewise.
1867 * stabsread.c (define_symbol): Update.
1868 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1869 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1870 (symbol_set_names): Likewise.
1871 * xcoffread.c (scan_xcoff_symtab): Update.
1872
18732019-10-29 Christian Biesinger <cbiesinger@google.com>
1874
1875 * symtab.h (symbol_set_names): Document that copy_name must be
1876 set to true for non-nullterminated strings.
1877 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1878 linkage_name if the entry was not found and we need to demangle.
1879
18802019-10-29 Christian Biesinger <cbiesinger@google.com>
1881
1882 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1883 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1884 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1885 * gdbsupport/gdb_binary_search.h: New file.
1886
18872019-10-29 Christian Biesinger <cbiesinger@google.com>
1888
1889 * NEWS: Mention new --with-system-gdbinit-dir option.
1890 * config.in: Regenerate.
1891 * configure: Regenerate.
1892 * configure.ac: Add new option --with-system-gdbinit-dir.
1893 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1894 for a ".gdb" suffix.
1895 * main.c (get_init_files): Change system_gdbinit argument to
1896 a vector and return the files in SYSTEM_GDBINIT_DIR in
1897 addition to SYSTEM_GDBINIT.
1898 (captured_main_1): Update.
1899 (print_gdb_help): Update.
1900 * top.c (print_gdb_configuration): Also print the value of
1901 SYSTEM_GDBINIT_DIR.
1902
19032019-10-28 Christian Biesinger <cbiesinger@google.com>
1904
1905 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1906 that takes gdb::string_view arguments.
1907
19082019-10-26 Tom de Vries <tdevries@suse.de>
1909
1910 * aarch64-linux-tdep.c: Fix typos in comments.
1911 * aarch64-tdep.c: Same.
1912 * ada-lang.c: Same.
1913 * amd64-nat.c: Same.
1914 * arc-tdep.c: Same.
1915 * arch/aarch64-insn.c: Same.
1916 * block.c: Same.
1917 * breakpoint.h: Same.
1918 * btrace.h: Same.
1919 * c-varobj.c: Same.
1920 * cli/cli-decode.c: Same.
1921 * cli/cli-script.c: Same.
1922 * cli/cli-utils.h: Same.
1923 * coff-pe-read.c: Same.
1924 * coffread.c: Same.
1925 * compile/compile-cplus-symbols.c: Same.
1926 * compile/compile-object-run.c: Same.
1927 * completer.c: Same.
1928 * corelow.c: Same.
1929 * cp-support.c: Same.
1930 * demangle.c: Same.
1931 * dwarf-index-write.c: Same.
1932 * dwarf2-frame.c: Same.
1933 * dwarf2-frame.h: Same.
1934 * eval.c: Same.
1935 * frame-base.h: Same.
1936 * frame.h: Same.
1937 * gdbcmd.h: Same.
1938 * gdbtypes.h: Same.
1939 * gnu-nat.c: Same.
1940 * guile/scm-objfile.c: Same.
1941 * i386-tdep.c: Same.
1942 * i386-tdep.h: Same.
1943 * infcall.c: Same.
1944 * infcall.h: Same.
1945 * linux-nat.c: Same.
1946 * m68k-tdep.c: Same.
1947 * macroexp.c: Same.
1948 * memattr.c: Same.
1949 * mi/mi-cmd-disas.c: Same.
1950 * mi/mi-getopt.h: Same.
1951 * mi/mi-main.c: Same.
1952 * minsyms.c: Same.
1953 * nat/aarch64-sve-linux-sigcontext.h: Same.
1954 * objfiles.h: Same.
1955 * ppc-linux-nat.c: Same.
1956 * ppc-linux-tdep.c: Same.
1957 * ppc-tdep.h: Same.
1958 * progspace.h: Same.
1959 * prologue-value.h: Same.
1960 * python/py-evtregistry.c: Same.
1961 * python/py-instruction.h: Same.
1962 * record-btrace.c: Same.
1963 * record-full.c: Same.
1964 * remote.c: Same.
1965 * rs6000-tdep.c: Same.
1966 * ser-tcp.c: Same.
1967 * sol-thread.c: Same.
1968 * sparc-sol2-tdep.c: Same.
1969 * sparc64-tdep.c: Same.
1970 * stabsread.c: Same.
1971 * symfile.c: Same.
1972 * symtab.h: Same.
1973 * target.c: Same.
1974 * tracepoint.c: Same.
1975 * tui/tui-data.h: Same.
1976 * tui/tui-io.c: Same.
1977 * tui/tui-win.c: Same.
1978 * tui/tui.c: Same.
1979 * unittests/rsp-low-selftests.c: Same.
1980 * user-regs.h: Same.
1981 * utils.c: Same.
1982 * utils.h: Same.
1983 * valarith.c: Same.
1984 * valops.c: Same.
1985 * valprint.c: Same.
1986 * valprint.h: Same.
1987 * value.c: Same.
1988 * value.h: Same.
1989 * varobj.c: Same.
1990 * x86-nat.h: Same.
1991 * xtensa-tdep.c: Same.
1992
19932019-10-25 Ali Tamur <tamur@google.com>
1994
1995 * charset.c (find_charset_names): Reflect API change.
1996
19972019-10-25 Christian Biesinger <cbiesinger@google.com>
1998
1999 * symtab.c (struct demangled_name_entry): Change demangled name
2000 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
2001 part of the struct anymore.
2002 (symbol_set_names): No longer obstack allocate + copy the demangled
2003 name, just store the allocated name from bfd.
2004
20052019-10-25 Tom Tromey <tromey@adacore.com>
2006
2007 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
2008 (bsearch_cie_cmp, add_cie): Remove.
2009 (find_cie): Reimplement.
2010 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
2011 (dwarf2_build_frame_info): Update.
2012
20132019-10-24 H.J. Lu <hongjiu.lu@intel.com>
2014
2015 PR gdb/25126
2016 * symfile.c (reread_symbols): Call forget_cached_source_info to
2017 clear the stale source cache.
2018
20192019-10-24 Christian Biesinger <cbiesinger@google.com>
2020
2021 * configure: Regenerate.
2022 * configure.ac: Remove code that sets python_has_threads.
2023
20242019-10-24 Christian Biesinger <cbiesinger@google.com>
2025
2026 * config.in: Regenerate.
2027 * configure: Regenerate.
2028 * configure.ac: Remove the code that uses sed to get the python
2029 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
2030
20312019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2032
2033 * python/py-progspace.c (pspy_block_for_pc): Return None for all
2034 error paths.
2035
20362019-10-23 Tom Tromey <tom@tromey.com>
2037
2038 * arc-tdep.c: Remove ".." from include.
2039 * frv-tdep.c: Remove ".." from include.
2040 * lm32-tdep.c: Remove ".." from include.
2041 * microblaze-tdep.c: Remove ".." from include.
2042 * or1k-tdep.h: Remove ".." from include.
2043 * s12z-tdep.c: Remove ".." from include.
2044 * Makefile.in (OPCODES_CFLAGS): Add comment.
2045 (TOP_CFLAGS): New variable.
2046 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
2047
20482019-10-23 Tom Tromey <tom@tromey.com>
2049
2050 * Makefile.in (READLINE_DIR): Update.
2051
20522019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2053
2054 * infcall.c (call_function_by_hand_dummy): Fix the function
2055 comment. And extract out a code section into...
2056 (reserve_stack_space): ...this new function.
2057
20582019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2059
2060 * infcall.c (value_arg_coerce): Remove an unused parameter.
2061 (call_function_by_hand_dummy): Update the call to
2062 'value_arg_coerce'.
2063
20642019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2065
2066 * infcall.c (call_function_by_hand_dummy): Refactor.
2067
20682019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2069
2070 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2071
20722019-10-23 Tom Tromey <tom@tromey.com>
2073
2074 * configure: Rebuild.
2075 * configure.ac: Don't check for sigprocmask.
2076 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2077
20782019-10-23 Tom Tromey <tom@tromey.com>
2079
2080 * configure: Rebuild.
2081 * acinclude.m4: Use m4_include, not sinclude.
2082
20832019-10-23 Tom de Vries <tdevries@suse.de>
2084
2085 PR breakpoints/24687
2086 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2087
20882019-10-22 Christian Biesinger <cbiesinger@google.com>
2089
2090 * symtab.c (struct demangled_name_entry) <language>: Change from
2091 bitfield to regular variable.
2092
20932019-10-22 Christian Biesinger <cbiesinger@google.com>
2094
2095 * symtab.c (struct demangled_name_entry): Add a constructor.
2096 (free_demangled_name_entry): New function to call the destructor
2097 for demangled_name_entry.
2098 (create_demangled_names_hash): Pass free_demangled_name_entry to
2099 htab_create_alloc.
2100 (symbol_set_names): Call placement new for demangled_name_entry.
2101 * utils.c: No longer include xxhash.h here, now that fast_hash
2102 is inlined in the header.
2103 * utils.h: Instead, include it here.
2104
21052019-10-22 Christian Biesinger <cbiesinger@google.com>
2106
2107 * Makefile.in: Link with libxxhash.
2108 * config.in: Regenerate.
2109 * configure: Regenerate.
2110 * configure.ac: Search for libxxhash.
2111 * utils.c (fast_hash): Use xxhash if present.
2112
21132019-10-22 Christian Biesinger <cbiesinger@google.com>
2114
2115 * utils.h (fast_hash): New function.
2116 * symtab.c (hash_demangled_name_entry): Call new function
2117 fast_hash.
2118
21192019-10-22 Christian Biesinger <cbiesinger@google.com>
2120
2121 * symtab.c (struct demangled_name_entry): Change type of mangled
2122 to gdb::string_view. Also adds a constructor that takes the
2123 mangled name.
2124 (hash_demangled_name_entry): Update.
2125 (eq_demangled_name_entry): Update.
2126 (free_demangled_name_entry): New function to call the destructor
2127 now that this is not a POD anymore.
2128 (create_demangled_names_hash): Pass free_demangled_name_entry to
2129 htab_create_alloc.
2130 (symbol_set_names): Update.
2131
21322019-10-21 Ali Tamur <tamu@google.com>
2133
2134 * dwarf2read.c (dir_index): Change type.
2135 (file_name_index): Likewise.
2136 (line_header::include_dir_at): Change comment and implementation on
2137 whether it is DWARF 5.
2138 (line_header::is_valid_file_index): New function.
2139 (line_header::file_name_at): Change comment and implementation on
2140 whether it is DWARF 5.
2141 (line_header::file_names): Change to private field renamed as
2142 m_file_names and introduce a new accessor method.
2143 (line_header::file_names_size): New method.
2144 (line_header::include_dirs): Change to private field and rename as
2145 m_include_dirs.
2146 (dw2_get_file_names_reader): Define local var at a smaller scope and
2147 reflect API change.
2148 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2149 (process_structure_scope): Likewise.
2150 (line_header::add_include_dir): Change message and reflect renaming.
2151 (line_header::add_file_name): Likewise.
2152 (read_formatted_entries): Handle DW_FORM_data16.
2153 (dwarf_decode_line_header): Fix line header length calculation.
2154 (psymtab_include_file_name): Change comment and API.
2155 (lnp_state_machine::m_file): Update comment and reflect type change.
2156 (lnp_state_machine::record_line): Reflect type change.
2157 (dwarf_decode_lines): Reflect API change.
2158 (file_file_name): Likewise.
2159 (file_full_name): Likewise.
2160
21612019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2162
2163 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2164
21652019-10-21 Tom Tromey <tom@tromey.com>
2166
2167 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2168
21692019-10-21 Tom Tromey <tom@tromey.com>
2170
2171 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2172 NM_H. Use AC_CONFIG_LINKS.
2173 * configure: Rebuild.
2174 * Makefile.in (NM_H): New variable.
2175 (generated_files): Add NM_H. Remove gcore.
2176 (nm.h, stamp-nmh): New targets.
2177
21782019-10-20 Tom Tromey <tom@tromey.com>
2179
2180 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2181 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2182 obsolete comment.
2183 (put_objfile_before): Now static.
2184
21852019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2186
2187 * gdbsupport/common-utils.h (startswith): Change return type to
2188 bool.
2189
21902019-10-19 Christian Biesinger <cbiesinger@google.com>
2191
2192 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2193 * breakpoint.c (bp_locations_compare): Rename to...
2194 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2195 (update_global_location_list): Use std::sort instead of qsort.
2196 * buildsym.c (compare_line_numbers): Rename to...
2197 (lte_is_less_than): ...this, and change to std::sort semantics.
2198 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2199 instead of qsort.
2200 * disasm.c (compare_lines): Rename to...
2201 (line_is_less_than): ...this, and change to std::sort semantics.
2202 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2203 of qsort.
2204 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2205 (fde_is_less_than): ...this, and change to std::sort semantics.
2206 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2207 * mdebugread.c (compare_blocks):
2208 (block_is_less_than): ...this, and change to std::sort semantics.
2209 (sort_blocks): Call std::sort instead of qsort.
2210 * objfiles.c (qsort_cmp): Rename to...
2211 (sort_cmp): ...this, and change to std::sort semantics.
2212 (update_section_map): Call std::sort instead of qsort.
2213 * remote.c (compare_pnums): Remove.
2214 (map_regcache_remote_table): Call std::sort instead of qsort.
2215 * utils.c (compare_positive_ints): Remove.
2216 * utils.h (compare_positive_ints): Remove.
2217 * xcoffread.c (compare_lte): Remove.
2218 (arrange_linetable): Call std::sort instead of qsort.
2219
22202019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2221
2222 * symfile.c (init_entry_point_info): Fix typo.
2223 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2224
22252019-10-18 Tom de Vries <tdevries@suse.de>
2226
2227 * aarch64-tdep.c: Fix typos in comments.
2228 * ada-lang.c: Same.
2229 * ada-tasks.c: Same.
2230 * alpha-tdep.c: Same.
2231 * alpha-tdep.h: Same.
2232 * amd64-nat.c: Same.
2233 * amd64-windows-tdep.c: Same.
2234 * arc-tdep.c: Same.
2235 * arc-tdep.h: Same.
2236 * arch-utils.c: Same.
2237 * arm-nbsd-tdep.c: Same.
2238 * arm-tdep.c: Same.
2239 * ax-gdb.c: Same.
2240 * blockframe.c: Same.
2241 * btrace.c: Same.
2242 * c-varobj.c: Same.
2243 * coff-pe-read.c: Same.
2244 * coffread.c: Same.
2245 * cris-tdep.c: Same.
2246 * darwin-nat.c: Same.
2247 * dbxread.c: Same.
2248 * dcache.c: Same.
2249 * disasm.c: Same.
2250 * dtrace-probe.c: Same.
2251 * dwarf-index-write.c: Same.
2252 * dwarf2-frame-tailcall.c: Same.
2253 * dwarf2-frame.c: Same.
2254 * dwarf2read.c: Same.
2255 * eval.c: Same.
2256 * exceptions.c: Same.
2257 * fbsd-tdep.c: Same.
2258 * findvar.c: Same.
2259 * frame.c: Same.
2260 * frv-tdep.c: Same.
2261 * gnu-v3-abi.c: Same.
2262 * go32-nat.c: Same.
2263 * h8300-tdep.c: Same.
2264 * hppa-tdep.c: Same.
2265 * i386-linux-tdep.c: Same.
2266 * i386-tdep.c: Same.
2267 * ia64-libunwind-tdep.c: Same.
2268 * ia64-tdep.c: Same.
2269 * infcmd.c: Same.
2270 * infrun.c: Same.
2271 * linespec.c: Same.
2272 * linux-nat.c: Same.
2273 * linux-thread-db.c: Same.
2274 * machoread.c: Same.
2275 * mdebugread.c: Same.
2276 * mep-tdep.c: Same.
2277 * mn10300-tdep.c: Same.
2278 * namespace.c: Same.
2279 * objfiles.c: Same.
2280 * opencl-lang.c: Same.
2281 * or1k-tdep.c: Same.
2282 * osabi.c: Same.
2283 * ppc-linux-nat.c: Same.
2284 * ppc-linux-tdep.c: Same.
2285 * ppc-sysv-tdep.c: Same.
2286 * printcmd.c: Same.
2287 * procfs.c: Same.
2288 * record-btrace.c: Same.
2289 * record-full.c: Same.
2290 * remote-fileio.c: Same.
2291 * remote.c: Same.
2292 * rs6000-tdep.c: Same.
2293 * s12z-tdep.c: Same.
2294 * score-tdep.c: Same.
2295 * ser-base.c: Same.
2296 * ser-go32.c: Same.
2297 * skip.c: Same.
2298 * sol-thread.c: Same.
2299 * solib-svr4.c: Same.
2300 * solib.c: Same.
2301 * source.c: Same.
2302 * sparc-nat.c: Same.
2303 * sparc-sol2-tdep.c: Same.
2304 * sparc-tdep.c: Same.
2305 * sparc64-tdep.c: Same.
2306 * stabsread.c: Same.
2307 * stack.c: Same.
2308 * symfile.c: Same.
2309 * symtab.c: Same.
2310 * target-descriptions.c: Same.
2311 * target-float.c: Same.
2312 * thread.c: Same.
2313 * utils.c: Same.
2314 * valops.c: Same.
2315 * valprint.c: Same.
2316 * value.c: Same.
2317 * varobj.c: Same.
2318 * windows-nat.c: Same.
2319 * xcoffread.c: Same.
2320 * xstormy16-tdep.c: Same.
2321 * xtensa-tdep.c: Same.
2322
23232019-10-17 Tom Tromey <tromey@adacore.com>
2324
2325 * configure: Rebuild.
2326 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2327 in AC_CONFIG_FILES invocation.
2328 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2329 new-style config.status invocation.
2330
23312019-10-17 Tom de Vries <tdevries@suse.de>
2332
2333 * arm-nbsd-nat.c: Fix typos in comments.
2334 * arm-tdep.c: Same.
2335 * darwin-nat-info.c: Same.
2336 * dwarf2read.c: Same.
2337 * elfread.c: Same.
2338 * event-top.c: Same.
2339 * findvar.c: Same.
2340 * gdbtypes.c: Same.
2341 * hppa-tdep.c: Same.
2342 * i386-tdep.c: Same.
2343 * jit.c: Same.
2344 * main.c: Same.
2345 * mdebugread.c: Same.
2346 * moxie-tdep.c: Same.
2347 * nto-procfs.c: Same.
2348 * osabi.c: Same.
2349 * ppc-linux-tdep.c: Same.
2350 * remote.c: Same.
2351 * riscv-tdep.c: Same.
2352 * s390-tdep.c: Same.
2353 * sh-tdep.c: Same.
2354 * sparc-linux-tdep.c: Same.
2355 * sparc-nat.c: Same.
2356 * stack.c: Same.
2357 * target-descriptions.c: Same.
2358 * top.c: Same.
2359 * varobj.c: Same.
2360
23612019-10-16 Tom Tromey <tom@tromey.com>
2362
2363 * objfiles.h (struct objfile) <original_name>: Now const.
2364
23652019-10-16 Christian Biesinger <cbiesinger@google.com>
2366
2367 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2368 pass on to sigsetjmp's second argument.
2369 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2370
23712019-10-16 Keith Seitz <keiths@redhat.com>
2372
2373 PR gdb/23567
2374 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2375 sections whose size is greater than the file size.
2376
23772019-10-16 Jim Wilson <jimw@sifive.com>
2378
2379 * riscv-tdep.c (riscv_gcc_target_options): New.
2380 (riscv_gnu_triplet_regexp): New.
2381 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2382 set_gdbarch_gnu_triplet_regexp.
2383
23842019-10-16 Christian Biesinger <cbiesinger@google.com>
2385
2386 * Makefile.in: Add xml-builtin.h.
2387 * features/feature_to_c.sh: Add an include for xml-builtin.h
2388 to ensure that the compiler checks that the types match.
2389 * xml-builtin.h: New file.
2390 * xml-support.c (fetch_xml_builtin): Add missing const.
2391 * xml-support.h: Remove declaration of xml_builtins.
2392
23932019-10-16 Tom de Vries <tdevries@suse.de>
2394
2395 PR tdep/25096
2396 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2397 (amd64_classify_aggregate): ... here.
2398 (amd64_classify_aggregate_field): Handled fiels of nested structs
2399 recursively.
2400
24012019-10-16 Tom de Vries <tdevries@suse.de>
2402
2403 PR tdep/24104
2404 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2405 that handles 'theclass'.
2406
24072019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2408
2409 * linespec.c (decode_digits_ordinary): Update comment.
2410 * make-target-delegates: No longer need to handle VEC case.
2411 * memrange.c (normalize_mem_ranges): Update comment.
2412 * namespace.c (add_using_directive): Update comment.
2413 * objc-lang.c (uniquify_strings): Update comment.
2414 * ppc-linux-nat.c (struct thread_points): Update comment.
2415 * probe.h (find_probes_in_objfile): Update comment.
2416 * target.h (enum flash_preserve_mode): Update comment.
2417 * varobj.c (varobj_restrict_range): Update comment.
2418 * varobj.h (varobj_list_children): Update comment.
2419
24202019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2421
2422 * Makefile.in: Remove references to vec.h and vec.c.
2423 * aarch64-tdep.c: No longer include vec.h.
2424 * ada-lang.c: Likewise.
2425 * ada-lang.h: Likewise.
2426 * arm-tdep.c: Likewise.
2427 * ax.h: Likewise.
2428 * breakpoint.h: Likewise.
2429 * charset.c: Likewise.
2430 * cp-support.h: Likewise.
2431 * dtrace-probe.c: Likewise.
2432 * dwarf2read.c: Likewise.
2433 * extension.h: Likewise.
2434 * gdb_bfd.c: Likewise.
2435 * gdbsupport/gdb_vecs.h: Likewise.
2436 * gdbsupport/vec.c: Remove.
2437 * gdbsupport/vec.h: Remove.
2438 * gdbthread.h: Likewise.
2439 * guile/scm-type.c: Likewise.
2440 * inline-frame.c: Likewise.
2441 * machoread.c: Likewise.
2442 * memattr.c: Likewise.
2443 * memrange.h: Likewise.
2444 * namespace.h: Likewise.
2445 * nat/linux-btrace.h: Likewise.
2446 * osdata.c: Likewise.
2447 * parser-defs.h: Likewise.
2448 * progspace.h: Likewise.
2449 * python/py-type.c: Likewise.
2450 * record-btrace.c: Likewise.
2451 * rust-exp.y: Likewise.
2452 * solib-target.c: Likewise.
2453 * stap-probe.c: Likewise.
2454 * target-descriptions.c: Likewise.
2455 * target-memory.c: Likewise.
2456 * target.h: Likewise.
2457 * varobj.c: Likewise.
2458 * varobj.h: Likewise.
2459 * xml-support.h: Likewise.
2460
24612019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2462
2463 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2464 Update for new std::vector based implementation.
2465 (process_psymtab_comp_unit_reader): Likewise.
2466 (scan_partial_symbols): Likewise.
2467 (recursively_compute_inclusions): Likewise.
2468 (compute_compunit_symtab_includes): Likewise.
2469 (process_imported_unit_die): Likewise.
2470 (queue_and_load_dwo_tu): Likewise.
2471 (follow_die_sig_1): Likewise.
2472 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2473 (typedef dwarf2_per_cu_ptr): Remove.
2474 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2475 function.
2476 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2477 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2478 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2479 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2480 std::vector.
2481
24822019-10-15 Tom Tromey <tromey@adacore.com>
2483
2484 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2485 TID.
2486
24872019-10-15 Tom Tromey <tromey@adacore.com>
2488
2489 * windows-nat.c (windows_nat_target::fetch_registers)
2490 (windows_nat_target::store_registers): Rename "pid" to "tid".
2491
24922019-10-15 Tom Tromey <tromey@adacore.com>
2493
2494 * gdbarch.h, gdbarch.c: Rebuild.
2495 * gdbarch.sh (gcc_target_options): Change return type to
2496 std::string.
2497 * compile/compile.c (get_args): Update.
2498 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2499 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2500 std::string.
2501 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2502 std::string.
2503 * arch-utils.c (default_gcc_target_options): Return std::string.
2504 * arch-utils.h (default_gcc_target_options): Return std::string.
2505 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2506
25072019-10-15 Christian Biesinger <cbiesinger@google.com>
2508
2509 * breakpoint.c (breakpoint_chain): Make static.
2510 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2511 of accessing breakpoint_chain.
2512
25132019-10-15 Christian Biesinger <cbiesinger@google.com>
2514
2515 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2516 to a gdb::function_view and return value to bool.
2517 * breakpoint.h (iterate_over_breakpoints): Likewise.
2518 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2519 (pop_dummy_frame): Update.
2520 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2521 (gdbscm_breakpoints): Update.
2522 * python/py-breakpoint.c (build_bp_list): Update.
2523 (gdbpy_breakpoints): Update.
2524 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2525 Update.
2526 (bpfinishpy_handle_stop): Update.
2527 (bpfinishpy_handle_exit): Update.
2528 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2529 (svr4_update_solib_event_breakpoints): Update.
2530
25312019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2532
2533 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2534 when unwrapping single-field structs.
2535
25362019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2537
2538 * dwarf2read.c: Remove includes.
2539
25402019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2541
2542 * ui-out.c (ui_out::call_do_message): Silence
2543 -Wformat-nonliteral warning.
2544
25452019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2546
2547 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2548 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2549 include: readline/tilde.h.
2550
25512019-10-12 Christian Biesinger <cbiesinger@google.com>
2552
2553 * remote.c (remote_target::get_trace_status): Remove declaration of
2554 trace_regblock_size.
2555
25562019-10-12 Christian Biesinger <cbiesinger@google.com>
2557
2558 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2559 (show_user): Remove declaration of cmdlist.
2560 * cli/cli-cmds.h (max_user_call_depth): Declare.
2561 * cli/cli-script.c (execute_user_command): Remove declaration
2562 of max_user_call_depth.
2563
25642019-10-11 Jim Wilson <jimw@sifive.com>
2565
2566 * gdbsupport/print-utils.h (pulongest): Fix comment.
2567 (plongest): Likewise.
2568 (phex): Add missing comment, mention leading zeros.
2569 (phex_nz): Add mention of no leading zeros to comment.
2570
2571 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2572 plongest instead of unsigned long long cast.
2573
25742019-10-10 Christian Biesinger <cbiesinger@google.com>
2575
2576 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2577 for external_editor_command and gdbtk_test.
2578
25792019-10-10 Christian Biesinger <cbiesinger@google.com>
2580
2581 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2582 * varobj.c (varobjdebug): Move comment to...
2583 * varobj.h (varobjdebug): ...here, and declare.
2584
25852019-10-09 Tom Tromey <tom@tromey.com>
2586
2587 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2588 erase_data_content.
2589
25902019-10-09 Tom Tromey <tom@tromey.com>
2591
2592 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2593 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2594 * tui/tui-command.c (tui_cmd_window::resize)
2595 (tui_refresh_cmd_win): Update.
2596 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2597 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2598 * tui/tui-data.c (~tui_gen_win_info): Remove.
2599 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2600 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2601 (tui_redisplay_readline, tui_mld_flush)
2602 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2603 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2604 (tui_data_window::erase_data_content)
2605 (tui_data_item_window::rerender)
2606 (tui_data_item_window::refresh_window): Update.
2607 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2608 (box_win, tui_gen_win_info::make_window)
2609 (tui_gen_win_info::make_visible): Update.
2610 (tui_delete_win): Remove.
2611 * tui/tui-winsource.c
2612 (tui_source_window_base::do_erase_source_content): Update.
2613 (tui_show_source_line, tui_source_window_base::update_tab_width)
2614 (tui_source_window_base::update_exec_info): Update.
2615 * tui/tui-data.h (struct curses_deleter): New.
2616 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2617 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2618
26192019-10-09 Tom Tromey <tom@tromey.com>
2620
2621 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2622
26232019-10-09 Tom Tromey <tom@tromey.com>
2624
2625 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2626 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2627
26282019-10-09 Tom Tromey <tom@tromey.com>
2629
2630 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2631 window height directly.
2632 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2633 declare.
2634 * tui/tui-layout.c (tui_default_win_height): Remove.
2635 (tui_default_win_viewport_height): Remove.
2636
26372019-10-09 Tom Tromey <tom@tromey.com>
2638
2639 * tui/tui.h: Remove comments.
2640
26412019-10-09 Tom de Vries <tdevries@suse.de>
2642
2643 * python/lib/gdb/printer/bound_registers.py: Use
2644 '^builtin_type_bound128' as regexp argument for
2645 add_builtin_pretty_printer.
2646
26472019-10-09 Christian Biesinger <cbiesinger@google.com>
2648
2649 * guile/guile.c (guile_extension_script_ops): Remove forward
2650 declaration and mark as static.
2651 (guile_script_ops): Likewise.
2652 (extension_language_guile): Move further down in the file so
2653 it can reference the definitions for guile_{extension_,}script_ops.
2654
26552019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2656
2657 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2658 except SORTL, DFLTCC, and KDSA.
2659
26602019-10-08 Tom Tromey <tromey@adacore.com>
2661
2662 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2663 (struct safe_symbol_file_add_args): Remove.
2664
26652019-10-08 Tom Tromey <tromey@adacore.com>
2666
2667 * windows-nat.c: Don't include buildsym-legacy.h.
2668
26692019-10-08 Tom Tromey <tromey@adacore.com>
2670
2671 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2672
26732019-10-08 Christian Biesinger <cbiesinger@google.com>
2674
2675 * gdbtypes.c (overload_debug): Move comment to header.
2676 * gdbtypes.h (overload_debug): Declare.
2677 * valops.c: Remove declaration of overload_debug, instead
2678 include gdbtypes.h.
2679
26802019-10-08 Christian Biesinger <cbiesinger@google.com>
2681
2682 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2683 through _().
2684 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2685 move comment...
2686 * language.h (lang_frame_mismatch_warn): ... here. Also add
2687 declaration.
2688 * top.c (lang_frame_mismatch_warn): Remove declaration.
2689 (check_frame_language_change): Pass lang_frame_mismatch_warn
2690 through _().
2691
26922019-10-07 Christian Biesinger <cbiesinger@google.com>
2693
2694 * c-lang.h (vtbl_ptr_name): Declare.
2695 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2696 it from the header.
2697 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2698
26992019-10-07 Christian Biesinger <cbiesinger@google.com>
2700
2701 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2702 gdb_static_assert.
2703
27042019-10-07 Weimin Pan <weimin.pan@oracle.com>
2705
2706 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2707 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
2708 * ctfread.c: New file.
2709 * ctfread.h: New file.
2710 * elfread.c: Include ctfread.h.
2711 (struct elfinfo text_p): New member ctfsect.
2712 (elf_locate_sections): Mark CTF section.
2713 (elf_symfile_read): Call elfctf_build_psymtabs.
2714 * Makefile.in (LIBCTF): Add.
2715 (CLIBS): Use it.
2716 (CDEPS): Likewise.
2717 (DIST): Add ctfread.c.
2718
27192019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2720
2721 * ctfread.c (struct nextfield): Renamed to ...
2722 (struct ctf_nextfield): ... this.
2723 (struct field_info): Renamed to ...
2724 (strut ctf_field_info): ... this.
2725 (attach_fields_to_type): Update for renamed structures.
2726 (ctf_add_member_cb): Likewise.
2727 (ctf_add_enum_member_cb): Likewise.
2728 (process_struct_members): Likewise.
2729 (process_enum_type): Likewise.
2730
27312019-10-07 Weimin Pan <weimin.pan@oracle.com>
2732
2733 * tracectf.h: Rename, was ctf.h.
2734 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2735 * tracefile.c: Likewise.
2736 * tracepoint.c: Remove unused include ctf.h.
2737 * mi/mi-main.c: Likewise.
2738 * Makefile.in Replace ctf.c with tracectf.c.
2739
27402019-10-06 Joel Brobecker <brobecker@adacore.com>
2741
2742 * version.in: Change version number to "9.0.50.DATE-git".
2743
27442019-10-03 Tom Tromey <tom@tromey.com>
2745
2746 PR rust/24976:
2747 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2748
27492019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2750
2751 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2752 cp_search_name_hash.
2753 * NEWS: Add entry about nested function support.
2754
27552019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2756 Andrew Burgess <andrew.burgess@embecosm.com>
2757
2758 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2759 for nested static variables when searchin VAR_DOMAIN.
2760 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2761 global scope, update comment.
2762 (add_partial_subprogram): Call add_partial_subprogram recursively
2763 for nested subroutines when processinng Fortran.
2764 (load_partial_dies): Process the child entities of a subprogram
2765 when processing Fortran.
2766 (partial_die_parent_scope): Handle building scope
2767 for Fortran nested functions.
2768 (process_die): Record that nested functions have a scope.
2769 (new_symbol): Always record Fortran subprograms on the global
2770 symbol list.
2771 (determine_prefix): How to build the prefix for Fortran
2772 subprograms.
2773
27742019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2775
2776 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2777 have just sent the thread a SIGSTOP and are waiting for it to
2778 arrive.
2779
27802019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2781
2782 * btrace.c (btrace_add_pc): Remove whitespace before the template
2783 parameter in 'std::vector <...>'.
2784 (parse_xml_btrace_block): Likewise.
2785 (btrace_maint_decode_pt): Likewise.
2786 (btrace_maint_update_packets): Likewise.
2787 (btrace_maint_print_packets): Likewise.
2788 * btrace.h (struct btrace_maint_info): Likewise.
2789 * dwarf2read.c (struct type_unit_group): Likewise.
2790 (build_type_psymtabs_reader): Likewise.
2791 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2792 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2793 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2794
27952019-10-03 Tom de Vries <tdevries@suse.de>
2796
2797 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2798 the first line of the help text for set/show style metadata.
2799
28002019-10-02 Tom Tromey <tromey@adacore.com>
2801
2802 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2803 * gdbsupport/common-inferior.c: New file.
2804 * infcmd.c (startup_with_shell): Don't define.
2805 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2806 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2807 * inferior.h (startup_with_shell): Don't declare.
2808
28092019-10-02 Christian Biesinger <cbiesinger@google.com>
2810
2811 * gdbsupport/gdb_assert.h: Include errors.h.
2812 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2813
28142019-10-02 Tom Tromey <tromey@adacore.com>
2815
2816 * NEWS: Add $_ada_exception entry.
2817 * ada-lang.c (struct ada_catchpoint): Add constructor.
2818 <m_kind>: New member.
2819 (allocate_location_exception, re_set_exception): Remove
2820 "ex" parameter.
2821 (should_stop_exception): Compute $_ada_exception.
2822 (check_status_exception, print_it_exception)
2823 (print_one_exception, print_mention_exception): Remove
2824 "ex" parameter.
2825 (allocate_location_catch_exception, re_set_catch_exception)
2826 (check_status_exception, print_it_catch_exception)
2827 (print_one_catch_exception, print_mention_catch_exception)
2828 (print_recreate_catch_exception)
2829 (allocate_location_catch_exception_unhandled)
2830 (re_set_catch_exception_unhandled)
2831 (check_status_exception, print_it_catch_exception_unhandled)
2832 (print_one_catch_exception_unhandled)
2833 (print_mention_catch_exception_unhandled)
2834 (print_recreate_catch_exception_unhandled)
2835 (allocate_location_catch_assert, re_set_catch_assert)
2836 (check_status_assert, print_it_catch_assert)
2837 (print_one_catch_assert, print_mention_catch_assert)
2838 (print_recreate_catch_assert)
2839 (allocate_location_catch_handlers, re_set_catch_handlers)
2840 (check_status_handlers, print_it_catch_handlers)
2841 (print_one_catch_handlers, print_mention_catch_handlers)
2842 (print_recreate_catch_handlers): Remove.
2843 (create_ada_exception_catchpoint): Update.
2844 (initialize_ada_catchpoint_ops): Update.
2845
28462019-10-02 Tom Tromey <tromey@adacore.com>
2847
2848 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2849 (create_excep_cond_exprs): Simplify exception string computation.
2850 (ada_exception_catchpoint_cond_string): Likewise.
2851
28522019-10-02 Tom Tromey <tromey@adacore.com>
2853
2854 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2855 * ada-lang.c (lesseq_defined_than): Handle
2856 LOC_STATIC.
2857 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2858 parameter.
2859 (dwarf2_has_info): Likewise.
2860 (new_symbol): Set maybe_copied on symbol when
2861 appropriate.
2862 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2863 parameter.
2864 <can_copy>: New member.
2865 * elfread.c (record_minimal_symbol): Set maybe_copied
2866 on symbol when appropriate.
2867 (elf_symfile_read): Update call to dwarf2_has_info.
2868 * minsyms.c (lookup_minimal_symbol_linkage): New
2869 function.
2870 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2871 * symtab.c (get_symbol_address, get_msymbol_address):
2872 New functions.
2873 * symtab.h (get_symbol_address, get_msymbol_address):
2874 Declare.
2875 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2876 maybe_copied.
2877 (struct symbol, struct minimal_symbol) <maybe_copied>:
2878 New member.
2879
28802019-10-02 Tom Tromey <tromey@adacore.com>
2881
2882 * source.c (struct current_source_location): New.
2883 (current_source_key): New global.
2884 (current_source_symtab, current_source_line)
2885 (current_source_pspace): Remove.
2886 (get_source_location): New function.
2887 (get_current_source_symtab_and_line)
2888 (set_default_source_symtab_and_line)
2889 (set_current_source_symtab_and_line)
2890 (clear_current_source_symtab_and_line, select_source_symtab)
2891 (info_source_command, print_source_lines_base)
2892 (info_line_command, search_command_helper, _initialize_source):
2893 Update.
2894
28952019-10-02 Tom Tromey <tromey@adacore.com>
2896
2897 * source.c (select_source_symtab): Don't call
2898 decode_line_with_current_source.
2899
29002019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 * symtab.c (lookup_global_symbol): Search global block.
2903
29042019-10-02 Tom Tromey <tromey@adacore.com>
2905
2906 * coffread.c (process_coff_symbol): Update.
2907 * dwarf2read.c (var_decode_location, new_symbol): Update.
2908 * mdebugread.c (parse_symbol): Update.
2909 * objfiles.c (relocate_one_symbol): Update.
2910 * stabsread.c (define_symbol, fix_common_block)
2911 (scan_file_globals): Update.
2912 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2913 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2914 * xcoffread.c (process_xcoff_symbol): Update.
2915
29162019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2917
2918 * MAINTAINERS: Update my email address.
2919
29202019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2921
2922 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2923 std::vector.
2924 (build_type_psymtabs_reader): Update for std::vector.
2925 (build_type_psymtab_dependencies): Likewise.
2926 * dwarf2read.h: Remove use of DEF_VEC_P.
2927 (typedef sig_type_ptr): Delete.
2928
29292019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2930
2931 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2932 to std::vector.
2933 (btrace_maint_decode_pt): Likewise, and move allocation of the
2934 vector outside of the loop.
2935 (btrace_maint_update_packets): Update to handle change from VEC to
2936 std::vector.
2937 (btrace_maint_print_packets): Likewise.
2938 (maint_info_btrace_cmd): Likewise.
2939 * btrace.h: Remove use of DEF_VEC_O.
2940 (typedef btrace_pt_packet_s): Delete.
2941 (struct btrace_maint_info) <packets>: Change fromm VEC to
2942 std::vector.
2943 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
2944
29452019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2946
2947 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
2948 make accesses into the vector constant references.
2949 (btrace_add_pc): Update for std::vector.
2950 (btrace_stitch_bts): Likewise.
2951 (parse_xml_btrace_block): Likewise.
2952 (btrace_maint_update_packets): Likewise.
2953 (btrace_maint_print_packets): Likewise.
2954 (maint_info_btrace_cmd): Likewise.
2955 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
2956 std::vector.
2957 (btrace_data::empty): Likewise.
2958 (btrace_data_append): Likewise.
2959 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
2960 (typedef btrace_block_s): Delete.
2961 (struct btrace_block): Add constructor.
2962 (struct btrace_data_bts) <blocks>: Change to std::vector.
2963 * nat/linux-btrace.c (perf_event_read_bts): Update for
2964 std::vector.
2965 (linux_read_bts): Likewise.
2966
29672019-10-01 Tom Tromey <tom@tromey.com>
2968
2969 * cli/cli-logging.c (show_logging_filename): Use styled_string.
2970
29712019-10-01 Tom Tromey <tom@tromey.com>
2972
2973 * stack.c (print_frame, info_frame_command_core): Use
2974 styled_string.
2975 * linux-thread-db.c (try_thread_db_load_1)
2976 (try_thread_db_load_from_pdir_1): Use styled_string.
2977 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
2978 (auto_load_section_scripts, info_auto_load_local_gdbinit)
2979 (maybe_print_unsupported_script_warning)
2980 (maybe_print_script_not_found_warning): Use styled_string.
2981 * ada-lang.c (user_select_syms): Use styled_string.
2982
29832019-10-01 Tom Tromey <tom@tromey.com>
2984
2985 * p-lang.c (pascal_printstr): Use metadata style.
2986 * value.c (show_convenience): Use metadata style.
2987 * valprint.c (valprint_check_validity, val_print_optimized_out)
2988 (val_print_not_saved, val_print_unavailable)
2989 (val_print_invalid_address, generic_val_print, val_print)
2990 (value_check_printable, val_print_array_elements): Use metadata
2991 style.
2992 * ui-out.h (class ui_out) <field_fmt>: New overload.
2993 <do_field_fmt>: Add style parameter.
2994 * ui-out.c (ui_out::field_fmt): New overload.
2995 * typeprint.c (type_print_unknown_return_type)
2996 (val_print_not_allocated, val_print_not_associated): Use metadata
2997 style.
2998 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
2999 parameter.
3000 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
3001 * tracepoint.c (tvariables_info_1): Use metadata style.
3002 * stack.c (print_frame_arg, print_frame_info, print_frame)
3003 (info_frame_command_core): Use metadata style.
3004 * skip.c (info_skip_command): Use metadata style.
3005 * rust-lang.c (rust_print_enum): Use metadata style.
3006 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
3007 metadata style.
3008 * python/py-framefilter.c (py_print_single_arg): Use metadata
3009 style.
3010 * printcmd.c (do_one_display, print_variable_and_value): Use
3011 metadata style.
3012 * p-valprint.c (pascal_val_print)
3013 (pascal_object_print_value_fields): Use metadata style.
3014 * p-typeprint.c (pascal_type_print_base): Use metadata style.
3015 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
3016 parameter.
3017 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
3018 * m2-valprint.c (m2_print_long_set): Use metadata style.
3019 * m2-typeprint.c (m2_print_type): Use metadata style.
3020 * infcmd.c (print_return_value_1): Use metadata style.
3021 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
3022 * f-valprint.c (info_common_command_for_block): Use metadata
3023 style.
3024 * f-typeprint.c (f_type_print_base): Use metadata style.
3025 * expprint.c (print_subexp_standard): Use metadata style.
3026 * cp-valprint.c (cp_print_value_fields): Use metadata style.
3027 * cli/cli-style.h (class cli_style_option): Add constructor.
3028 (metadata_style): Declare.
3029 * cli/cli-style.c (metadata_style): New global.
3030 (_initialize_cli_style): Register metadata style.
3031 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
3032 parameter.
3033 * cli-out.c (cli_ui_out::do_field_fmt): Update.
3034 * c-typeprint.c (c_type_print_base_struct_union)
3035 (c_type_print_base_1): Use metadata style.
3036 * breakpoint.c (watchpoint_value_print)
3037 (print_one_breakpoint_location): Use metadata style.
3038 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
3039 style.
3040 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
3041 style.
3042 * ada-valprint.c (val_print_packed_array_elements, printstr)
3043 (print_field_values, ada_val_print_ref, ada_val_print): Use
3044 metadata style.
3045 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
3046 style.
3047 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
3048 style.
3049 * ada-lang.c (user_select_syms): Use metadata style.
3050
30512019-10-01 Tom Tromey <tom@tromey.com>
3052
3053 * cli/cli-cmds.c (pwd_command): Style output.
3054
30552019-10-01 Pedro Alves <palves@redhat.com>
3056 Tom Tromey <tom@tromey.com>
3057
3058 * symtab.c (print_symbol_info): Use %ps.
3059 (print_msymbol_info): Use %ps.
3060 * symfile.c (symbol_file_add_with_addrs): Use %ps.
3061 * printcmd.c (print_variable_and_value): Use %ps.
3062 * macrocmd.c (show_pp_source_pos): Use %ps.
3063 * infrun.c (print_exited_reason): Use ui_out::message.
3064 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3065 (describe_other_breakpoints): Use ui_out::message and new
3066 formats.
3067 (say_where): Use new formats.
3068 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3069 and new formats.
3070
30712019-10-01 Pedro Alves <palves@redhat.com>
3072 Tom Tromey <tom@tromey.com>
3073
3074 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3075 (test_gdb_formats): New function.
3076 (run_tests): Call it.
3077 (test_format_specifier): Update.
3078 * utils.h (fputs_filtered): Update comment.
3079 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3080 (fputs_styled_unfiltered): Declare.
3081 * utils.c (fputs_styled_unfiltered): New function.
3082 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3083 (vfprintf_filtered): Update.
3084 (vfprintf_unfiltered, vprintf_filtered): Update.
3085 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3086 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3087 disallow_ui_out_field>: New constants.
3088 (enum class field_kind): New.
3089 (struct base_field_s, struct signed_field_s): New.
3090 (signed_field): New function.
3091 (struct string_field_s): New.
3092 (string_field): New function.
3093 (struct styled_string_s): New.
3094 (styled_string): New function.
3095 (class ui_out) <message>: Add comment.
3096 <vmessage, call_do_message>: New methods.
3097 <do_message>: Add style parameter.
3098 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3099 methods.
3100 (ui_out::message): Rewrite.
3101 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3102 parameter.
3103 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3104 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3105 gdb_extensions parameter.
3106 (class format_piece): Add parameter to constructor.
3107 (n_int_args): New field.
3108 * gdbsupport/format.c (format_pieces::format_pieces): Add
3109 gdb_extensions parameter. Handle '*'.
3110 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3111 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3112 vfprintf_styled_no_gdbfmt.
3113 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3114 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3115 unfiltered output.
3116 * ui-style.h (struct ui_file_style) <ptr>: New method.
3117
31182019-10-01 Tom Tromey <tom@tromey.com>
3119
3120 * unittests/format_pieces-selftests.c: Update. Add final format.
3121 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3122 empty literal pieces.
3123
31242019-10-01 Tom Tromey <tom@tromey.com>
3125
3126 * ui-out.h (enum class ui_out_style_kind): Remove.
3127 (class ui_out) <field_string, field_stsream, do_field_string>:
3128 Change type of "style".
3129 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3130 (ui_out::field_string): Update.
3131 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3132 of "style".
3133 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3134 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3135 * stack.c (print_frame_arg, print_frame_info, print_frame):
3136 Update.
3137 * source.c (print_source_lines_base): Update.
3138 * solib.c (info_sharedlibrary_command): Update.
3139 * skip.c (info_skip_command): Update.
3140 * record-btrace.c (btrace_call_history_src_line)
3141 (btrace_call_history): Update.
3142 * python/py-framefilter.c (py_print_frame): Update.
3143 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3144 "style".
3145 * mi/mi-out.c (mi_ui_out::do_table_header)
3146 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3147 (mi_ui_out::do_field_string): Update.
3148 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3149 Update.
3150 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3151 "style".
3152 * cli-out.c (cli_ui_out::do_table_header)
3153 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3154 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3155 (cli_ui_out::do_field_fmt): Update.
3156 * breakpoint.c (print_breakpoint_location): Update.
3157 (update_static_tracepoint): Update.
3158
31592019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3160
3161 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3162 conversion of gdb_datadir.
3163 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3164 remove not needed c_str ().
3165
31662019-09-30 Ali Tamur <tamur@google.com>
3167
3168 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3169 (dwarf2_string_attr): Likewise.
3170
31712019-09-30 Ali Tamur <tamur@google.com>
3172
3173 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3174 (process_full_type_unit): Likewise.
3175 (dump_die_shallow): Likewise.
3176 (cu_debug_loc_section): Likewise.
3177
31782019-09-28 Christian Biesinger <cbiesinger@google.com>
3179
3180 * minsyms.c (compare_minimal_symbols): Rename to...
3181 (minimal_symbol_is_less_than): ...this, and adjust to STL
3182 conventions (return bool, take arguments as references)
3183 (minimal_symbol_reader::install): Call std::sort instead
3184 of qsort.
3185
31862019-09-29 Christian Biesinger <cbiesinger@google.com>
3187
3188 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3189 hash and why.
3190 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3191 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3192
31932019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3194
3195 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3196 * psympriv.h (add_psymbol_to_list): Move comment here and update
3197 it.
3198
31992019-09-29 Tom de Vries <tdevries@suse.de>
3200
3201 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3202 Use $tmpdir/$(basename "$output_file").dwz instead of
3203 "${output_file}.dwz".
3204
32052019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3206
3207 PR gdb/25045
3208 * hppa-linux-nat.c: Include gdbarch.h.
3209
32102019-09-26 Christian Biesinger <cbiesinger@google.com>
3211
3212 * blockframe.c (find_pc_partial_function): Change return type to bool.
3213 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3214 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3215 (stub_gnu_ifunc_resolve_name): Likewise.
3216 * symtab.c (compare_filenames_for_search): Likewise.
3217 (compare_glob_filenames_for_search): Likewise.
3218 (matching_obj_sections): Likewise.
3219 (symbol_matches_domain): Likewise.
3220 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3221 (find_line_pc): Change return type to bool.
3222 (find_line_pc_range): Likewise.
3223 (producer_is_realview): Likewise.
3224 * symtab.h (symbol_matches_domain): Likewise.
3225 (find_pc_partial_function): Likewise.
3226 (find_pc_line_pc_range): Likewise.
3227 (in_gnu_ifunc_stub): Likewise.
3228 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3229 (find_line_pc): Likewise.
3230 (find_line_pc_range): Likewise.
3231 (matching_obj_sections): Likewise.
3232 (find_line_symtab): Change out parameter to bool.
3233 (producer_is_realview): Change return type to bool.
3234 (compare_filenames_for_search): Likewise.
3235 (compare_glob_filenames_for_search): Likewise.
3236
32372019-09-26 Tom Tromey <tom@tromey.com>
3238
3239 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3240 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3241 * gdb_usleep.h: Remove.
3242 * gdb_usleep.c: Remove.
3243 * utils.c: Don't include gdb_usleep.h.
3244
32452019-09-26 Tom Tromey <tromey@adacore.com>
3246
3247 * python/py-type.c (type_to_type_object): Call check_typedef
3248 for stub types.
3249
32502019-09-26 Tom Tromey <tom@tromey.com>
3251
3252 * utils.h (initialize_utils): Don't declare.
3253 * top.c (gdb_init): Don't call initialize_utils.
3254 * utils.c (initialize_utils): Remove. Move contents...
3255 (_initialize_utils): ... here.
3256
32572019-09-25 Tom Tromey <tom@tromey.com>
3258
3259 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3260 * utils.h (make_hex_string): Don't declare.
3261 * utils.c (make_hex_string): Remove.
3262
32632019-09-24 Tom de Vries <tdevries@suse.de>
3264
3265 PR gdb/23815
3266 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3267 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3268
32692019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3270
3271 * NEWS: Mention new simulator port for PRU.
3272
32732019-09-23 Christian Biesinger <cbiesinger@google.com>
3274
3275 * ada-exp.y (write_object_remaining): Update.
3276 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3277 and eliminate the static buffer.
3278 (ada_decode_symbol): Update.
3279 (ada_la_decode): Update.
3280 (ada_sniff_from_mangled_name): Update.
3281 (is_valid_name_for_wild_match): Update.
3282 (ada_lookup_name_info::matches): Update and simplify.
3283 (name_matches_regex): Update.
3284 (ada_add_global_exceptions): Update.
3285 * ada-lang.h (ada_decode): Update signature.
3286 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3287 * dwarf-index-write.c (debug_names::insert): Update.
3288
32892019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3290
3291 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3292 formatting.
3293
32942019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3295
3296 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3297 Change "nonzero" to "true" in documentation.
3298
32992019-09-20 Christian Biesinger <cbiesinger@google.com>
3300
3301 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3302 (_initialize_darwin_solib): Don't set
3303 darwin_so_ops.lookup_lib_global_symbol.
3304 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3305 set_gdbarch_iterate_over_objfiles_in_search_order.
3306 (elf_lookup_lib_symbol): Rename to...
3307 (svr4_iterate_over_objfiles_in_search_order): this, and update
3308 to iterate semantics.
3309 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3310 * solib.c (solib_global_lookup): Remove.
3311 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3312 (solib_global_lookup): Remove.
3313 * symtab.c (lookup_global_or_static_symbol): Remove call to
3314 solib_global_lookup.
3315
33162019-09-20 Joel Brobecker <brobecker@adacore.com>
3317
3318 * NEWS: Move entries about default MI version now being
3319 version 3, and about the GDB/MI fix for multi-location
3320 breakpoints to the "since GDB 8.3" section.
3321
33222019-09-20 Joel Brobecker <brobecker@adacore.com>
3323
3324 GDB 8.3.1 released.
3325
33262019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3327
3328 * NEWS: Mention that Cell/B.E. debugging support was removed.
3329 * MAINTAINERS: Remove spu target.
3330
3331 * config/djgpp/fnchange.lst: Remove entries for removed files.
3332
3333 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3334 spu-multiarch.o, and spu-tdep.o.
3335 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3336 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3337 spu-multiarch.c, and spu-tdep.c.
3338 * spu-linux-nat.c: Remove file.
3339 * spu-multiarch.c: Remove file.
3340 * spu-tdep.c: Remove file.
3341 * spu-tdep.h: Remove file.
3342 * solib-spu.c: Remove file.
3343 * solib-spu.h: Remove file.
3344
3345 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3346 * configure.nat (spu-linux): Remove.
3347 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3348 solib-multiarch.o from gdb_target_obs.
3349 (spu*-*-*): Remove.
3350
3351 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3352 feature flag.
3353 (ppc_linux_no_features): Update.
3354 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3355 Cell/B.E. support.
3356 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3357 (tdesc_powerpc_cell64l): Likewise.
3358 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3359 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3360 Cell/B.E. support.
3361 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3362 Do not include "features/rs6000/powerpc-cell32l.c" or
3363 "features/rs6000/powerpc-cell64l.c".
3364 (ppc_linux_spu_section): Remove.
3365 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3366 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3367 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3368 (ppc_linux_spe_context_lookup): Remove.
3369 (ppc_linux_spe_context_inferior_created): Remove.
3370 (ppc_linux_spe_context_solib_loaded): Remove.
3371 (ppc_linux_spe_context_solib_unloaded): Remove.
3372 (ppc_linux_spe_context): Remove.
3373 (struct ppu2spu_cache): Remove.
3374 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3375 (struct ppu2spu_data): Remove.
3376 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3377 ppu2spu_unwind): Remove.
3378 (ppc_linux_init_abi): Remove Cell/B.E. support.
3379 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3380
3381 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3382 (rs6000/powerpc-cell64l-expedite): Likewise
3383 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3384 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3385 rs6000/powerpc-cell64l.xml.
3386 * features/rs6000/powerpc-cell32l.xml: Remove.
3387 * features/rs6000/powerpc-cell64l.xml: Likewise.
3388 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3389 * features/rs6000/powerpc-cell64l.c: Likewise.
3390 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3391 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3392 * regformats/reg-spu.dat: Remove.
3393
3394 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3395 * corelow.c (struct spuid_list): Remove.
3396 (add_to_spuid_list): Remove.
3397 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3398 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3399 (remote_protocol_features): Remove associated entries.
3400 (_initialize_remote): No longer initialize them.
3401 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3402 * linux-nat.c (SPUFS_MAGIC): Remove.
3403 (linux_proc_xfer_spu): Remove.
3404 (spu_enumerate_spu_ids): Remove.
3405 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3406 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3407 (linux_make_corefile_notes): No longer call it.
3408
3409 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3410 (cooked_write_test): Likewise.
3411
34122019-09-20 Tom Tromey <tom@tromey.com>
3413
3414 * NEWS: Mention case-sensitivity of TUI commands.
3415 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3416 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3417 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3418
34192019-09-20 Tom Tromey <tom@tromey.com>
3420
3421 * tui/tui-source.c (tui_source_window::set_contents): Use
3422 make_unique_xstrdup.
3423 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3424 make_unique_xstrdup.
3425
34262019-09-20 Tom Tromey <tom@tromey.com>
3427
3428 * tui/tui-data.c: Remove separator comments.
3429 * tui/tui-layout.c: Remove separator comments.
3430 * tui/tui-win.c: Remove separator comments.
3431 * tui/tui-wingeneral.c: Remove separator comments.
3432
34332019-09-20 Tom Tromey <tom@tromey.com>
3434
3435 * tui/tui.h (strcat_to_buf): Don't declare.
3436 * tui/tui.c (strcat_to_buf): Remove.
3437
34382019-09-20 Tom Tromey <tom@tromey.com>
3439
3440 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3441 from "fullname".
3442 * tui/tui-source.c (tui_source_window::set_contents)
3443 (tui_source_window::location_matches_p)
3444 (tui_source_window::maybe_update): Update.
3445
34462019-09-20 Tom Tromey <tom@tromey.com>
3447
3448 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3449 Update.
3450 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3451 prefix.
3452 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3453 (tui_data_window::line_from_reg_element_no)
3454 (tui_data_window::first_reg_element_no_inline)
3455 (tui_data_window::show_registers)
3456 (tui_data_window::show_register_group)
3457 (tui_data_window::display_registers_from)
3458 (tui_data_window::display_registers_from_line)
3459 (tui_data_window::first_data_item_displayed)
3460 (tui_data_window::delete_data_content_windows)
3461 (tui_data_window::erase_data_content)
3462 (tui_data_window::do_scroll_vertical)
3463 (tui_data_window::refresh_window)
3464 (tui_data_window::check_register_values): Update.
3465
34662019-09-20 Tom Tromey <tom@tromey.com>
3467
3468 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3469 (struct tui_locator_window) <full_name, proc_name>: Now
3470 std::string.
3471 * tui/tui-stack.c (tui_locator_window::make_status_line)
3472 (tui_locator_window::set_locator_fullname)
3473 (tui_locator_window::set_locator_info): Update.
3474 * tui/tui-source.c (tui_source_window::set_contents)
3475 (tui_source_window::showing_source_p): Update.
3476
34772019-09-20 Tom Tromey <tom@tromey.com>
3478
3479 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3480 Don't call tui_locator_win_info_ptr.
3481
34822019-09-20 Tom Tromey <tom@tromey.com>
3483
3484 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3485
34862019-09-20 Tom Tromey <tom@tromey.com>
3487
3488 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3489 height for locator.
3490 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3491 * tui/tui-layout.c (show_source_disasm_command, show_data)
3492 (show_source_or_disasm_and_command): Use 1 as height for locator.
3493
34942019-09-20 Tom Tromey <tom@tromey.com>
3495
3496 * tui/tui.c (tui_enable): Update.
3497 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3498 Update.
3499 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3500 Update.
3501 * tui/tui-data.c (win_resized): Now bool.
3502 (tui_win_resized): Return bool.
3503 (tui_set_win_resized_to): Accept a bool.
3504
35052019-09-20 Tom Tromey <tom@tromey.com>
3506
3507 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3508 Change type of "refresh_values_only".
3509 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3510 type of "refresh_values_only".
3511
35122019-09-20 Tom Tromey <tom@tromey.com>
3513
3514 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3515 std::string.
3516 (tui_disassemble): Add "pos" parameter.
3517 (tui_disasm_window::set_contents): Simplify.
3518
35192019-09-20 Tom Tromey <tom@tromey.com>
3520
3521 * tui/tui-winsource.h (struct tui_source_window_base)
3522 <show_source_content>: Now private.
3523 * tui/tui-winsource.c
3524 (tui_source_window_base::show_source_content): Don't handle empty
3525 content case.
3526
35272019-09-20 Tom Tromey <tom@tromey.com>
3528
3529 * tui/tui-layout.c (show_source_disasm_command)
3530 (show_source_or_disasm_and_command): Don't call
3531 show_source_content.
3532
35332019-09-20 Tom Tromey <tom@tromey.com>
3534
3535 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3536 Declare.
3537 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3538 from tui_make_status_line.
3539 (tui_locator_window::rerender): Update.
3540
35412019-09-20 Tom Tromey <tom@tromey.com>
3542
3543 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3544 (tui_locator_window::rerender): Update.
3545
35462019-09-20 Tom Tromey <tom@tromey.com>
3547
3548 * tui/tui-winsource.h (struct tui_source_window_base)
3549 <~tui_source_window_base>: Don't declare.
3550 <fullname>: Remove.
3551 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3552 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3553 member.
3554 * tui/tui-source.c (tui_source_window::set_contents): Update.
3555 (tui_source_window::location_matches_p)
3556 (tui_source_window::maybe_update): Update.
3557
35582019-09-20 Tom Tromey <tom@tromey.com>
3559
3560 * tui/tui-winsource.h (~tui_source_element): Remove.
3561 (tui_source_element): Update.
3562 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3563 * tui/tui-winsource.c (tui_show_source_line): Update.
3564 * tui/tui-source.c (tui_source_window::set_contents): Update.
3565 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3566
35672019-09-20 Tom Tromey <tom@tromey.com>
3568
3569 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3570 declare.
3571 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3572 tui_clear_source_windows_detail.
3573 * tui/tui-winsource.h (struct tui_source_window_base)
3574 <clear_detail>: Don't declare.
3575 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3576 Remove.
3577 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3578
35792019-09-20 Tom Tromey <tromey@adacore.com>
3580
3581 PR ada/24919:
3582 * block.c (contained_in): Fix final return value.
3583
35842019-09-20 Alan Modra <amodra@gmail.com>
3585
3586 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3587 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3588 (read_indirect_string_from_dwz): Use bfd accessor.
3589 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3590 * machoread.c (macho_symfile_read_all_oso): Likewise.
3591 * solib.c (solib_bfd_open): Likewise.
3592
35932019-09-19 Christian Biesinger <cbiesinger@google.com>
3594
3595 * eval.c: Move declaration of overload_resolution to...
3596 * value.h: ...here.
3597
35982019-09-19 Christian Biesinger <cbiesinger@google.com>
3599
3600 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3601 * arm-linux-tdep.c: Likewise.
3602 * arm-nbsd-nat.c: Likewise.
3603 * arm-tdep.h: Declare arm_apcs_32.
3604 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3605
36062019-09-19 Christian Biesinger <cbiesinger@google.com>
3607
3608 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3609 * dwarf2read.h: Declare dwarf_always_disassemble.
3610
36112019-09-19 Tom de Vries <tdevries@suse.de>
3612
3613 PR gdb/25009
3614 * source-cache.c (source_cache::ensure): Catch exception thrown during
3615 construction of the highlighter.
3616
36172019-09-18 Alan Modra <amodra@gmail.com>
3618
3619 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3620 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3621 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3622 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3623 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3624 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3625 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3626 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3627 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3628 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3629 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3630 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3631 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3632 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3633 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3634 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3635 * mi/mi-interp.c: Update throughout for bfd section macro and
3636 function changes.
3637 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3638 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3639
36402019-09-18 Tom Tromey <tom@tromey.com>
3641
3642 * NEWS: Add entry.
3643 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3644 call rl_initialize.
3645 (tui_enable): Do not call rl_initialize.
3646
36472019-09-18 Christian Groessler <chris@groessler.org>
3648
3649 * alpha-linux-nat.c: Include gdbarch.h.
3650
36512019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3652
3653 * ui-file.c: Include cli/cli-style.h.
3654 (term_cli_styling): Remove cli_styling declaration.
3655
36562019-09-18 Alan Modra <amodra@gmail.com>
3657
3658 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3659 to bfd_asymbol_section.
3660
36612019-09-18 Alan Modra <amodra@gmail.com>
3662
3663 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3664 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3665 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3666
36672019-09-18 Alan Modra <amodra@gmail.com>
3668
3669 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3670 * spu-linux-nat.c (spu_bfd_open): Likewise.
3671
36722019-09-18 Christian Biesinger <cbiesinger@google.com>
3673
3674 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3675 to bool to match definition in dwarf2read.c.
3676
36772019-09-17 Christian Biesinger <cbiesinger@google.com>
3678
3679 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3680 (print_signatures): Likewise.
3681 (trust_pad_over_xvs): Likewise.
3682 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3683 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3684 * arm-linux-nat.c (arm_apcs_32): Likewise.
3685 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3686 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3687 * arm-tdep.c (arm_debug): Likewise.
3688 (arm_apcs_32): Likewise.
3689 * auto-load.c (debug_auto_load): Likewise.
3690 (auto_load_gdb_scripts): Likewise.
3691 (global_auto_load): Likewise.
3692 (auto_load_local_gdbinit): Likewise.
3693 (auto_load_local_gdbinit_loaded): Likewise.
3694 * auto-load.h (global_auto_load): Likewise.
3695 (auto_load_local_gdbinit): Likewise.
3696 (auto_load_local_gdbinit_loaded): Likewise.
3697 * breakpoint.c (disconnected_dprintf): Likewise.
3698 (breakpoint_proceeded): Likewise.
3699 (automatic_hardware_breakpoints): Likewise.
3700 (always_inserted_mode): Likewise.
3701 (target_exact_watchpoints): Likewise.
3702 (_initialize_breakpoint): Update.
3703 * breakpoint.h (target_exact_watchpoints): Change to bool.
3704 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3705 * cli/cli-cmds.c (trace_commands): Likewise.
3706 * cli/cli-cmds.h (trace_commands): Likewise.
3707 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3708 to bool*.
3709 * cli/cli-logging.c (logging_overwrite): Change to bool.
3710 (logging_redirect): Likewise.
3711 (debug_redirect): Likewise.
3712 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3713 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3714 to bool.
3715 <boolean_option_def>: Update.
3716 (struct flag_option_def): Change default type of Context to bool
3717 from int.
3718 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3719 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3720 (get_setshow_command_value_string): Likewise.
3721 * cli/cli-style.c (cli_styling): Change to bool.
3722 (source_styling): Likewise.
3723 * cli/cli-style.h (source_styling): Likewise.
3724 (cli_styling): Likewise.
3725 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3726 to bool.
3727 * command.h (var_types): Update comment.
3728 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3729 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3730 bool.
3731 (debug_compile_cplus_scopes): Likewise.
3732 * compile/compile-internal.h (compile_debug): Likewise.
3733 * compile/compile.c (compile_debug): Likewise.
3734 (struct compile_options) <raw>: Likewise.
3735 * cp-support.c (catch_demangler_crashes): Likewise.
3736 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3737 (usr_cmd_cris_dwarf2_cfi): Likewise.
3738 * csky-tdep.c (csky_debug): Likewise.
3739 * darwin-nat.c (enable_mach_exceptions): Likewise.
3740 * dcache.c (dcache_enabled_p): Likewise.
3741 * defs.h (info_verbose): Likewise.
3742 * demangle.c (demangle): Likewise.
3743 (asm_demangle): Likewise.
3744 * dwarf-index-cache.c (debug_index_cache): Likewise.
3745 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3746 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3747 * dwarf2read.c (check_physname): Likewise.
3748 (use_deprecated_index_sections): Likewise.
3749 (dwarf_always_disassemble): Likewise.
3750 * eval.c (overload_resolution): Likewise.
3751 * event-top.c (set_editing_cmd_var): Likewise.
3752 (exec_done_display_p): Likewise.
3753 * event-top.h (set_editing_cmd_var): Likewise.
3754 (exec_done_display_p): Likewise.
3755 * exec.c (write_files): Likewise.
3756 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3757 (debug_fbsd_nat): Likewise.
3758 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3759 Likewise.
3760 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3761 <backtrace_past_entry> Likewise.
3762 * gdb-demangle.h (demangle): Likewise.
3763 (asm_demangle): Likewise.
3764 * gdb_bfd.c (bfd_sharing): Likewise.
3765 * gdbcore.h (write_files): Likewise.
3766 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3767 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3768 * gdbthread.h (print_thread_events): Likewise.
3769 * gdbtypes.c (opaque_type_resolution): Likewise.
3770 (strict_type_checking): Likewise.
3771 * gnu-nat.c (gnu_debug_flag): Likewise.
3772 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3773 * guile/scm-param.c (pascm_variable): Add boolval.
3774 (add_setshow_generic): Update.
3775 (pascm_param_value): Update.
3776 (pascm_set_param_value_x): Update.
3777 * hppa-tdep.c (hppa_debug): Change to bool..
3778 * infcall.c (may_call_functions_p): Likewise.
3779 (coerce_float_to_double_p): Likewise.
3780 (unwind_on_signal_p): Likewise.
3781 (unwind_on_terminating_exception_p): Likewise.
3782 * infcmd.c (startup_with_shell): Likewise.
3783 * inferior.c (print_inferior_events): Likewise.
3784 * inferior.h (startup_with_shell): Likewise.
3785 (print_inferior_events): Likewise.
3786 * infrun.c (step_stop_if_no_debug): Likewise.
3787 (detach_fork): Likewise.
3788 (debug_displaced): Likewise.
3789 (disable_randomization): Likewise.
3790 (non_stop): Likewise.
3791 (non_stop_1): Likewise.
3792 (observer_mode): Likewise.
3793 (observer_mode_1): Likewise.
3794 (set_observer_mode): Update.
3795 (sched_multi): Change to bool.
3796 * infrun.h (debug_displaced): Likewise.
3797 (sched_multi): Likewise.
3798 (step_stop_if_no_debug): Likewise.
3799 (non_stop): Likewise.
3800 (disable_randomization): Likewise.
3801 * linux-tdep.c (use_coredump_filter): Likewise.
3802 (dump_excluded_mappings): Likewise.
3803 * linux-thread-db.c (auto_load_thread_db): Likewise.
3804 (check_thread_db_on_load): Likewise.
3805 * main.c (captured_main_1): Update.
3806 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3807 xx2_opt, boolean_opt>: Change to bool.
3808 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3809 * maint.c (maintenance_profile_p): Likewise.
3810 (per_command_time): Likewise.
3811 (per_command_space): Likewise.
3812 (per_command_symtab): Likewise.
3813 * memattr.c (inaccessible_by_default): Likewise.
3814 * mi/mi-main.c (mi_async): Likewise.
3815 (mi_async_1): Likewise.
3816 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3817 * nat/fork-inferior.h (startup_with_shell): Likewise.
3818 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3819 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3820 * nios2-tdep.c (nios2_debug): Likewise.
3821 * or1k-tdep.c (or1k_debug): Likewise.
3822 * parse.c (parser_debug): Likewise.
3823 * parser-defs.h (parser_debug): Likewise.
3824 * printcmd.c (print_symbol_filename): Likewise.
3825 * proc-api.c (procfs_trace): Likewise.
3826 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3827 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3828 (set_parameter_value): Update.
3829 (add_setshow_generic): Update.
3830 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3831 to bool*.
3832 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3833 int*.
3834 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3835 * record-btrace.c (record_btrace_target::store_registers): Update.
3836 * record-full.c (record_full_memory_query): Change to bool.
3837 (record_full_stop_at_limit): Likewise.
3838 * record-full.h (record_full_memory_query): Likewise.
3839 * remote-notif.c (notif_debug): Likewise.
3840 * remote-notif.h (notif_debug): Likewise.
3841 * remote.c (use_range_stepping): Likewise.
3842 (interrupt_on_connect): Likewise.
3843 (remote_break): Likewise.
3844 * ser-tcp.c (tcp_auto_retry): Likewise.
3845 * ser-unix.c (serial_hwflow): Likewise.
3846 * skip.c (debug_skip): Likewise.
3847 * solib-aix.c (solib_aix_debug): Likewise.
3848 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3849 (spu_auto_flush_cache_p): Likewise.
3850 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3851 Likewise.
3852 (struct info_print_options) <quiet>: Likewise.
3853 * symfile-debug.c (debug_symfile): Likewise.
3854 * symfile.c (auto_solib_add): Likewise.
3855 (separate_debug_file_debug): Likewise.
3856 * symfile.h (auto_solib_add): Likewise.
3857 (separate_debug_file_debug): Likewise.
3858 * symtab.c (basenames_may_differ): Likewise.
3859 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3860 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3861 (struct info_types_options) <quiet>: Likewise.
3862 * symtab.h (demangle): Likewise.
3863 (basenames_may_differ): Likewise.
3864 * target-dcache.c (stack_cache_enabled_1): Likewise.
3865 (code_cache_enabled_1): Likewise.
3866 * target.c (trust_readonly): Likewise.
3867 (may_write_registers): Likewise.
3868 (may_write_memory): Likewise.
3869 (may_insert_breakpoints): Likewise.
3870 (may_insert_tracepoints): Likewise.
3871 (may_insert_fast_tracepoints): Likewise.
3872 (may_stop): Likewise.
3873 (auto_connect_native_target): Likewise.
3874 (target_stop_and_wait): Update.
3875 (target_async_permitted): Change to bool.
3876 (target_async_permitted_1): Likewise.
3877 (may_write_registers_1): Likewise.
3878 (may_write_memory_1): Likewise.
3879 (may_insert_breakpoints_1): Likewise.
3880 (may_insert_tracepoints_1): Likewise.
3881 (may_insert_fast_tracepoints_1): Likewise.
3882 (may_stop_1): Likewise.
3883 * target.h (target_async_permitted): Likewise.
3884 (may_write_registers): Likewise.
3885 (may_write_memory): Likewise.
3886 (may_insert_breakpoints): Likewise.
3887 (may_insert_tracepoints): Likewise.
3888 (may_insert_fast_tracepoints): Likewise.
3889 (may_stop): Likewise.
3890 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3891 (make_thread_apply_all_options_def_group): Change argument from int*
3892 to bool*.
3893 (thread_apply_all_command): Update.
3894 (print_thread_events): Change to bool.
3895 * top.c (confirm): Likewise.
3896 (command_editing_p): Likewise.
3897 (history_expansion_p): Likewise.
3898 (write_history_p): Likewise.
3899 (info_verbose): Likewise.
3900 * top.h (confirm): Likewise.
3901 (history_expansion_p): Likewise.
3902 * tracepoint.c (disconnected_tracing): Likewise.
3903 (circular_trace_buffer): Likewise.
3904 * typeprint.c (print_methods): Likewise.
3905 (print_typedefs): Likewise.
3906 * utils.c (debug_timestamp): Likewise.
3907 (sevenbit_strings): Likewise.
3908 (pagination_enabled): Likewise.
3909 * utils.h (sevenbit_strings): Likewise.
3910 (pagination_enabled): Likewise.
3911 * valops.c (overload_resolution): Likewise.
3912 * valprint.h (struct value_print_options) <prettyformat_arrays,
3913 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3914 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3915 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3916 Likewise.
3917 * windows-nat.c (new_console): Likewise.
3918 (cygwin_exceptions): Likewise.
3919 (new_group): Likewise.
3920 (debug_exec): Likewise.
3921 (debug_events): Likewise.
3922 (debug_memory): Likewise.
3923 (debug_exceptions): Likewise.
3924 (useshell): Likewise.
3925 * windows-tdep.c (maint_display_all_tib): Likewise.
3926 * xml-support.c (debug_xml): Likewise.
3927
39282019-09-17 Mike Gulick <mgulick@mathworks.com>
3929
3930 * source.c (prepare_path_for_appending): New function.
3931 (openp): Make use of new function.
3932 (find_and_open_source): Search for the compilation directory and
3933 source file as a relative path beneath the directory search path.
3934
39352019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3936
3937 * source-cache.c (source_cache::get_line_charpos): Catch
3938 exceptions and return false, this matches the behaviour documented
3939 in the header file.
3940
39412019-09-17 Joel Brobecker <brobecker@adacore.com>
3942
3943 * ada-tasks.c (info_task): Remove quoting of the task's name.
3944
39452019-09-16 Christian Biesinger <cbiesinger@google.com>
3946
3947 * symfile.c (auto_solib_add): Replace comment with a reference
3948 to the header file.
3949
39502019-09-14 Christian Biesinger <cbiesinger@google.com>
3951
3952 * NEWS: Mention that gdb can now be compiled with Python 3
3953 on Windows.
3954
39552019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3956
3957 * maint.c (maint_print_section_data::maint_print_section_data):
3958 Force use of 'float log10 (float)' by casting the argument to
3959 float.
3960
39612019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3962
3963 * maint.c: Add 'cmath' include.
3964 (struct maint_print_section_data): New structure.
3965 (print_section_index): New function.
3966 (print_bfd_section_info): Add header comment, small whitespace
3967 cleanup, and update to call new print_section_index function.
3968 (print_objfile_section_info): Likewise.
3969 (maint_obj_section_from_bfd_section): New function.
3970 (print_bfd_section_info_maybe_relocated): New function.
3971 (maintenance_info_sections): Add header comment, always use
3972 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
3973
39742019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3975
3976 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
3977 inner scope, add check that the objfile has psymtabs before
3978 checking psymtabs_addrmap.
3979 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
3980
39812019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3982
3983 * NEWS: Announce that Ada task names are now shown at more places,
3984 and between quotes (except in info task output).
3985 * gdb/ada-tasks.c (task_to_str): New function.
3986 (display_current_task_id): Call task_to_str.
3987 (task_command_1): Likewise.
3988 (print_ada_task_info): In non-mi mode, Properly align headers and data
3989 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
3990
39912019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3992
3993 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
3994 prstatus.pr_lwp.pr_info instead of making it up.
3995
39962019-09-11 Christian Biesinger <cbiesinger@google.com>
3997
3998 * auto-load.c (auto_load_expand_dir_vars): Update.
3999 * defs.h (gdb_datadir): Change to std::string.
4000 (python_libdir): Likewise.
4001 (relocate_gdb_directory): Change return type to std::string.
4002 * guile/guile.c (gdbscm_data_directory): Update.
4003 (initialize_scheme_side): Update.
4004 * jit.c (jit_reader_dir): Change to std::string.
4005 (jit_reader_load_command): Update.
4006 * main.c (gdb_datadir): Change to std::string.
4007 (python_libdir): Likewise.
4008 (set_gdb_data_directory): Update.
4009 (relocate_path): Change to return std::string.
4010 (relocate_gdb_directory): Change to return std::string.
4011 (relocate_gdbinit_path_maybe_in_datadir): Update.
4012 (captured_main_1): Update.
4013 * python/python.c (do_start_initialization): Update.
4014 * top.c (show_gdb_datadir): Update.
4015 * xml-syscall.c (xml_init_syscalls_info): Update.
4016 (init_syscalls_info): Update.
4017
40182019-09-11 Christian Biesinger <cbiesinger@google.com>
4019
4020 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
4021 out of get_init_files.
4022 (get_init_files): Update.
4023
40242019-09-11 Christian Biesinger <cbiesinger@google.com>
4025
4026 * main.c (get_init_files): Change to use std::string.
4027 (captured_main_1): Update.
4028 (print_gdb_help): Update.
4029
40302019-09-11 Ali Tamur <tamur@google.com>
4031
4032 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
4033 implementation.
4034
40352019-09-11 Christian Biesinger <cbiesinger@google.com>
4036
4037 * dbxread.c (read_dbx_symtab): Update.
4038 * dwarf2read.c (load_partial_dies): Update.
4039 * mdebugread.c (parse_partial_symbols): Update.
4040 (handle_psymbol_enumerators): Update.
4041 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
4042 * psymtab.c (add_psymbol_to_bcache): Likewise.
4043 (add_psymbol_to_list): Likewise.
4044 * symtab.c (symbol_set_names): Likewise.
4045 * symtab.h (symbol_set_names): Likewise.
4046 * xcoffread.c (scan_xcoff_symtab): Update.
4047
40482019-09-11 Tom Tromey <tom@tromey.com>
4049
4050 * symfile-mem.c (symbol_file_add_from_memory): Use
4051 bfd_set_filename.
4052 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
4053 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
4054
40552019-09-10 Tom Tromey <tromey@adacore.com>
4056
4057 * dwarf-index-write.c (write_psymbols): Extend error message.
4058 (debug_names::insert): Add Ada code.
4059 (debug_names::write_psymbols): Remove Ada check.
4060 (debug_names) <m_string_obstack>: New member.
4061 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4062 (gdb_index_symbol_name_matcher::matches): Remove.
4063 (mapped_index_base::find_name_components_bounds): Add "lang"
4064 parameter.
4065 (mapped_index_base::build_name_components): Also split names
4066 according to Ada syntax.
4067 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4068 type of "match_callback".
4069 (check_match, check_find_bounds_finds)
4070 (dw2_expand_symtabs_matching): Update.
4071 (dw2_debug_names_iterator): Add new constructor.
4072 (dw2_debug_names_map_matching_symbols): New function.
4073 (dw2_debug_names_expand_symtabs_matching): Update.
4074 (dwarf2_debug_names_functions): Use
4075 dw2_debug_names_map_matching_symbols.
4076
40772019-09-10 Tom Tromey <tromey@adacore.com>
4078
4079 * dwarf2read.c (dw2_get_file_names_reader): Add the
4080 CU's file name to the results.
4081
40822019-09-10 Tom Tromey <tromey@adacore.com>
4083
4084 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4085 map_matching_symbols. Update.
4086 * dwarf2read.c (dw2_map_matching_symbols): Update.
4087 * psymtab.c (match_partial_symbol): Change type; update.
4088 (psym_map_matching_symbols): Likewise.
4089 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4090 type; update.
4091 * symfile.h (struct quick_symbol_functions)
4092 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4093 Remove "match".
4094
40952019-09-10 Tom Tromey <tromey@adacore.com>
4096
4097 * psymtab.c (map_block): Remove.
4098 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4099 * symtab.c (iterate_over_symbols_terminated): New function.
4100 * symtab.c (iterate_over_symbols_terminated): Declare.
4101
41022019-09-10 Tom Tromey <tromey@adacore.com>
4103
4104 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4105 * language.h (struct language_defn) <la_iterate_over_symbols>:
4106 Return bool.
4107 * symtab.c (iterate_over_symbols): Return bool.
4108 * symtab.h (iterate_over_symbols): Return bool.
4109
41102019-09-10 Tom Tromey <tromey@adacore.com>
4111
4112 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4113 (add_nonlocal_symbols): Update.
4114 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4115 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4116 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4117 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4118 Change type of "callback". Remove "data".
4119
4120
41212019-09-09 Ali Tamur <tamur@google.com>
4122
4123 * dwarf2read.c (comp_unit_head): Update comment.
4124 (dwarf2_dwo_name): New function declaration.
4125 (dwarf_unit_type_name): New function declaration.
4126 (read_comp_unit_head): Add support for new compilation units,
4127 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4128 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4129 (currently named as "signature") in their header. Also clarify error
4130 messages.
4131 (lookup_dwo_id): New function. Returns the dwo id of the given
4132 compile unit.
4133 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4134 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4135 functions.
4136 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4137 (dwarf2_dwo_name): Get the dwo name if present.
4138 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4139 purposes.
4140
41412019-09-09 Tom Tromey <tom@tromey.com>
4142
4143 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4144
41452019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4146
4147 * python/python.c (do_start_initialization): Make progname_copy static,
4148 to avoid a leak report.
4149
41502019-09-08 Tom Tromey <tom@tromey.com>
4151
4152 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4153
41542019-09-07 Simon Marchi <simon.marchi@efficios.com>
4155
4156 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4157 Change type to gdb::optional<block_enum>.
4158 (dw2_symtab_iter_init): Change block_index parameter type
4159 to gdb::optional<block_enum>.
4160 (dw2_lookup_symbol): Change block_index parameter
4161 type to block_enum.c
4162 (dw2_debug_names_lookup_symbol): Likewise.
4163 * psymtab.c (psym_lookup_symbol): Likewise.
4164 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4165 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4166 Likewise.
4167
41682019-09-06 Christian Biesinger <cbiesinger@google.com>
4169
4170 * defs.h (relocate_gdb_directory): Change int to bool in
4171 signature and rename flag to relocatable.
4172 * main.c (relocate_path): Likewise.
4173 (relocate_gdb_directory): Likewise.
4174
41752019-09-06 Alan Modra <amodra@gmail.com>
4176
4177 * coffread.c (coff_symfile_read): Constify filename variable.
4178 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4179 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4180 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4181 * solib.c (reload_shared_libraries_1): Likewise.
4182 * symfile.c (reread_symbols): Likewise.
4183 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4184 * solib-darwin.c (darwin_bfd_open): Likewise.
4185 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4186
41872019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4188
4189 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4190 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4191
41922019-09-03 Tom Tromey <tromey@adacore.com>
4193
4194 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4195 types.
4196 (has_negatives): Unbias a range type bound.
4197 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4198 * gdbtypes.c (operator==): Handle new field.
4199 (create_range_type): Add "bias" parameter.
4200 (create_static_range_type, resolve_dynamic_range): Update.
4201 * gdbtypes.h (struct range_bounds) <bias>: New member.
4202 (create_range_type): Add bias parameter.
4203 * printcmd.c (print_scalar_formatted): Unbias range types.
4204 * value.c (unpack_long): Unbias range types.
4205 (pack_long): Bias range types.
4206
42072019-09-02 Alan Hayward <alan.hayward@arm.com>
4208
4209 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4210 probe arguments.
4211
42122019-09-02 Alan Hayward <alan.hayward@arm.com>
4213
4214 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4215 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4216 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4217 (compile_probe_arg): Likewise.
4218 * probe.h (get_argument_count): Likewise.
4219 * solib-svr4.c (solib_event_probe_action): Likewise.
4220 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4221
42222019-09-02 Alan Hayward <alan.hayward@arm.com>
4223
4224 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4225 code to here...
4226 (svr4_create_solib_event_breakpoints): ...from here.
4227
42282019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4229
4230 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4231 suffix from warning message.
4232
42332019-08-30 Tom Tromey <tom@tromey.com>
4234
4235 * tui/tui-winsource.h (struct tui_source_window_base)
4236 <refresh_all>: Don't declare.
4237 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4238 Remove.
4239 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4240 tui_show_locator_content.
4241 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4242 declare.
4243 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4244 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4245 declare.
4246
42472019-08-30 Tom Tromey <tom@tromey.com>
4248
4249 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4250
42512019-08-30 Tom Tromey <tom@tromey.com>
4252
4253 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4254 Remove unnecessary forward declarations.
4255
42562019-08-30 Tom Tromey <tom@tromey.com>
4257
4258 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4259 rerender.
4260 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4261 tui_show_locator_content.
4262
42632019-08-30 Tom Tromey <tom@tromey.com>
4264
4265 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4266 (tui_locator_window::rerender): Rewrite using body of previous
4267 tui_show_locator_content.
4268
42692019-08-30 Tom Tromey <tom@tromey.com>
4270
4271 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4272 set_locator_fullname>: New methods.
4273 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4274 Rename from tui_set_locator_fullname.
4275 (tui_locator_window::set_locator_info): Rename from
4276 tui_set_locator_info. Return bool.
4277 (tui_update_locator_fullname, tui_show_frame_info): Update.
4278
42792019-08-30 Tom Tromey <tom@tromey.com>
4280
4281 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4282
42832019-08-30 Tom Tromey <tom@tromey.com>
4284
4285 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4286 call touchwin.
4287
42882019-08-30 Tom Tromey <tom@tromey.com>
4289
4290 * tui/tui-wingeneral.c (box_win): Assume win_info and
4291 win_info->handle cannot be NULL.
4292
42932019-08-30 Tom Tromey <tom@tromey.com>
4294
4295 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4296 refresh_window>: Declare.
4297 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4298 resize.
4299 (tui_data_item_window::rerender): Rename from
4300 tui_display_register.
4301 (tui_data_item_window::refresh_window): New method.
4302 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4303 no-op.
4304
43052019-08-30 Tom Tromey <tom@tromey.com>
4306
4307 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4308 regs_column_count, current_group>: Move later. Now private.
4309 <get_current_group>: New method.
4310 * tui/tui-regs.c (tui_reg_command): Update.
4311 * tui/tui-layout.c (tui_set_layout): Update.
4312
43132019-08-30 Tom Tromey <tom@tromey.com>
4314
4315 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4316 (tui_data_window::rerender): Don't call
4317 check_and_display_highlight_if_needed.
4318 (tui_data_window::refresh_all): Remove call to
4319 erase_data_content.
4320
43212019-08-30 Tom Tromey <tom@tromey.com>
4322
4323 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4324 (tui_data_window::display_registers_from)
4325 (tui_data_window::display_reg_element_at_line)
4326 (tui_data_window::display_registers_from_line): Remove checks of
4327 "empty".
4328
43292019-08-30 Tom Tromey <tom@tromey.com>
4330
4331 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4332 Don't declare.
4333 * tui/tui-regs.c (tui_data_window::show_registers): Call
4334 rerender.
4335 (tui_data_window::rerender): Rename from display_all_data.
4336 (tui_data_window::rerender): Remove old implementation.
4337
43382019-08-30 Tom Tromey <tom@tromey.com>
4339
4340 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4341 text.
4342 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4343
43442019-08-29 Bernhard Wodok <barto@gmx.net>
4345 Sergio Durigan Junior <sergiodj@redhat.com>
4346
4347 PR win32/24284
4348 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4349
43502019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4351
4352 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4353 when searching for types.
4354
43552019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4356
4357 * f-lang.c (f_language_defn): Use f_print_typedef.
4358 * f-lang.h (f_print_typedef): Declare.
4359 * f-typeprint.c (f_print_typedef): Define.
4360
43612019-08-27 Christian Biesinger <cbiesinger@google.com>
4362
4363 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4364
43652019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4366
4367 * cli/cli-utils.c (info_print_options_defs): Delete.
4368 (make_info_print_options_def_group): Delete.
4369 (extract_info_print_options): Delete.
4370 (info_print_command_completer): Delete.
4371 (info_print_args_help): Add extra parameter, and optionally
4372 include text about -n flag.
4373 * cli/cli-utils.h (struct info_print_options): Delete.
4374 (extract_info_print_options): Delete declaration.
4375 (info_print_command_completer): Delete declaration.
4376 (info_print_args_help): Add extra parameter, extend header
4377 comment.
4378 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4379 search_symbols.
4380 * stack.c (struct info_print_options): New type.
4381 (info_print_options_defs): New file scoped variable.
4382 (make_info_print_options_def_group): New static function.
4383 (info_print_command_completer): New static function.
4384 (info_locals_command): Update to use new local functions.
4385 (info_args_command): Likewise.
4386 (_initialize_stack): Add extra parameter to calls to
4387 info_print_args_help.
4388 * symtab.c (search_symbols): Add extra parameter, use this to
4389 possibly excluse non-debug symbols.
4390 (symtab_symbol_info): Add extra parameter, which is passed on to
4391 search_symbols.
4392 (struct info_print_options): New type.
4393 (info_print_options_defs): New file scoped variable.
4394 (make_info_print_options_def_group): New static function.
4395 (info_print_command_completer): New static function.
4396 (info_variables_command): Update to use local functions, and pass
4397 extra parameter through to symtab_symbol_info.
4398 (info_functions_command): Likewise.
4399 (info_types_command): Pass additional argument through to
4400 symtab_symbol_info.
4401 (rbreak_command): Pass extra argument to search_symbols.
4402 (_initialize_symtab): Add extra arguments for calls to
4403 info_print_args_help, and update help text for 'info variables',
4404 'whereis', and 'info functions' commands.
4405 * symtab.h (search_symbols): Add extra argument to declaration.
4406 * NEWS: Mention new flags.
4407
44082019-08-26 Christian Biesinger <cbiesinger@google.com>
4409
4410 * symtab.c (lookup_static_symbol): Call the new function (and move
4411 it down to be next to lookup_global_symbol).
4412 (struct global_sym_lookup_data): Add block_enum member and rename to...
4413 (struct global_or_static_sym_lookup_data): ...this.
4414 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4415 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4416 (lookup_symbol_global_or_static_iterator_cb): ...this.
4417 (lookup_global_or_static_symbol): New function.
4418 (lookup_global_symbol): Call new function.
4419
44202019-08-26 Tom de Vries <tdevries@suse.de>
4421
4422 PR c++/24852
4423 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4424 when pc_probe.prob == NULL.
4425
44262019-08-25 Simon Marchi <simon.marchi@efficios.com>
4427
4428 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4429 variable symbol_linkage to symbol_linkage_.
4430
44312019-08-25 Simon Marchi <simon.marchi@efficios.com>
4432
4433 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4434 represent whether the symbol is static, dynamic, or we don't
4435 know.
4436
44372019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4438
4439 * gdb/rx-tdep.c (rx_register_names): New.
4440 (rx_register_name): Delete.
4441 (rx_psw_type): Delete.
4442 (rx_fpsw_type): Delete.
4443 (rx_register_type): Delete.
4444 (rx_gdbarch_init): Convert target-descriptions.
4445 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4446 * gdb/features/Makefile: Add rx.xml.
4447 * gdb/features/rx.xml: New.
4448 * gdb/features/rx.c: Generated.
4449 * gdb/NEWS: Mention target description support.
4450
44512019-08-22 Christian Biesinger <cbiesinger@google.com>
4452
4453 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4454 *slot_ptr.
4455
44562019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4457
4458 * configure.ac: Don't check for 'dlfcn.h' (moved to
4459 gdbsupport/common.m4).
4460 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4461 'gdbsupport/'.
4462 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4463 * compile/compile-c-support.c: Include
4464 'gdbsupport/gdb-dlfcn.h'.
4465 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4466 * gdb-dlfcn.c: Move to...
4467 * gdbsupport/gdb-dlfcn.c: ... here.
4468 * gdb-dlfcn.h: Move to...
4469 * gdbsupport/gdb-dlfcn.h: ... here.
4470
44712019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4472
4473 * nios2-tdep.c (struct reg_value): Improve comments. Make
4474 the offset field signed.
4475
44762019-08-22 Christian Biesinger <cbiesinger@google.com>
4477
4478 * python/lib/gdb/__init__.py (_execute_file): New function.
4479 * python/python.c (python_run_simple_file): Call gdb._execute_file
4480 on Windows.
4481
44822019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4483
4484 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4485 all uses as this was never set to anything but a zero value.
4486
44872019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4488
4489 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4490
44912019-08-21 Christian Biesinger <cbiesinger@google.com>
4492
4493 * tui/tui-data.h (tui_gen_win_info): Add an =default
4494 move constructor, required by some GCC versions.
4495
44962019-08-21 Jinke Fan <fanjinke51@yeah.net>
4497
4498 * go32-nat.c (go32_sysinfo): Add hygon_p.
4499
45002019-08-20 Tom Tromey <tom@tromey.com>
4501
4502 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4503 line_from_reg_element_no, first_reg_element_no_inline,
4504 display_all_data, delete_data_content_windows,
4505 erase_data_content>: Now private.
4506
45072019-08-20 Tom Tromey <tom@tromey.com>
4508
4509 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4510 (tui_unhighlight_win, tui_highlight_win)
4511 (tui_win_info::make_window): Update.
4512 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4513
45142019-08-20 Tom Tromey <tom@tromey.com>
4515
4516 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4517 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4518 (MAX_PID_WIDTH): Move to tui-stack.c.
4519 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4520 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4521 (MAX_PID_WIDTH): Move from tui-data.h.
4522
45232019-08-20 Tom Tromey <tom@tromey.com>
4524
4525 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4526 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4527 (box_win): Update.
4528 (tui_gen_win_info::make_window): Rename from tui_make_window.
4529 (tui_win_info::make_window): New method.
4530 (tui_gen_win_info::make_visible): Update.
4531 * tui/tui-source.c (tui_source_window::set_contents): Update.
4532 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4533 (tui_data_window::display_registers_from): Update.
4534 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4535 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4536 Declare.
4537 <can_box>: Remove.
4538 <title>: Remove.
4539 (struct tui_win_info) <make_window>: Declare.
4540 <can_box>: Now virtual.
4541 <title>: New member.
4542 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4543 * tui/tui-command.c (tui_cmd_window::resize): Update.
4544
45452019-08-20 Tom Tromey <tom@tromey.com>
4546
4547 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4548 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4549 (tui_data_window::check_register_values): Update.
4550
45512019-08-20 Tom Tromey <tom@tromey.com>
4552
4553 * tui/tui-regs.h (struct tui_data_window): Use
4554 DISABLE_COPY_AND_ASSIGN.
4555 <regs_content>: Change type, removing unique_ptr.
4556 <tui_data_window>: Add move constructor.
4557 * tui/tui-regs.c (tui_data_window::show_registers)
4558 (tui_data_window::show_register_group)
4559 (tui_data_window::display_registers_from)
4560 (tui_data_window::display_registers_from)
4561 (tui_data_window::first_data_item_displayed)
4562 (tui_data_window::delete_data_content_windows)
4563 (tui_data_window::rerender, tui_data_window::refresh_window)
4564 (tui_data_window::check_register_values): Update.
4565
45662019-08-20 Tom Tromey <tom@tromey.com>
4567
4568 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4569 show_register_group>: Declare.
4570 (tui_show_register_group): Don't declare.
4571 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4572 tui_show_registers.
4573 (tui_data_window::show_register_group): Rename from
4574 tui_show_register_group.
4575 (tui_data_window::check_register_values, tui_reg_command):
4576 Update.
4577 * tui/tui-layout.c (tui_set_layout): Update.
4578
45792019-08-20 Tom Tromey <tom@tromey.com>
4580
4581 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4582 Declare.
4583 (tui_check_register_values): Don't declare.
4584 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4585 from tui_check_register_values.
4586 * tui/tui-hooks.c (tui_register_changed): Update.
4587
45882019-08-20 Tom Tromey <tom@tromey.com>
4589
4590 * tui/tui-regs.c (tui_reg_layout): Move later.
4591 (tui_show_registers): Don't enable TUI mode or change layout.
4592
45932019-08-20 Tom Tromey <tom@tromey.com>
4594
4595 * tui/tui-regs.h (struct tui_data_item_window)
4596 <~tui_data_item_window>: Remove.
4597 <content>: Now a unique_xmalloc_ptr.
4598 * tui/tui-regs.c (tui_register_format): Return a
4599 unique_xmalloc_ptr.
4600 (tui_get_register): Update.
4601 (~tui_data_item_window): Remove.
4602 (tui_data_window::display_registers_from, tui_display_register):
4603 Update.
4604 * tui/tui-io.h (tui_expand_tabs): Update.
4605 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4606 Remove "col" parameter.
4607
46082019-08-20 Tom Tromey <tom@tromey.com>
4609
4610 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4611 field.
4612 * tui/tui-regs.c (~tui_data_item_window): Update.
4613
46142019-08-20 Tom Tromey <tom@tromey.com>
4615
4616 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4617 earlier.
4618
46192019-08-20 Tom Tromey <tom@tromey.com>
4620
4621 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4622
46232019-08-20 Tom Tromey <tom@tromey.com>
4624
4625 * tui/tui-source.h (struct tui_source_window): Update.
4626 * tui/tui-regs.c (tui_show_registers): Update.
4627 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4628 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4629 (NO_REGS_STRING): Remove defines.
4630
46312019-08-20 Conrad Meyer <cem@FreeBSD.org>
4632
4633 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4634 unnecessary thread walk if remote doesn't support the packet.
4635
46362019-08-19 Tom Tromey <tromey@adacore.com>
4637
4638 * python/py-value.c (value_has_field): Fix indentation.
4639
46402019-08-19 Tom Tromey <tromey@adacore.com>
4641
4642 * printcmd.c (do_one_display, info_display_command): Update.
4643 * block.h (contained_in): Return bool. Add allow_nested
4644 parameter.
4645 * block.c (contained_in): Return bool. Add allow_nested
4646 parameter.
4647
46482019-08-19 Tom Tromey <tom@tromey.com>
4649
4650 * configure: Rebuild.
4651 * configure.ac: Disallow the combination of -static-libstdc++ and
4652 source highlight.
4653 * source-cache.c (get_language_name): Handle rust.
4654 (source_cache::get_source_lines): Ignore highlighting exceptions.
4655
46562019-08-16 Tom Tromey <tom@tromey.com>
4657
4658 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4659 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4660 (struct tui_source_window_base) <make_visible, refresh_window,
4661 resize>: Remove methods.
4662 <execution_info>: Remove field.
4663 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4664 (tui_show_source_line, tui_source_window_base)
4665 (~tui_source_window_base): Update.
4666 (tui_source_window_base::resize)
4667 (tui_source_window_base::make_visible)
4668 (tui_source_window_base::refresh_window): Remove.
4669 (tui_source_window_base::update_exec_info): Update.
4670 * tui/tui-source.c (tui_source_window::set_contents): Update.
4671 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4672
46732019-08-16 Tom Tromey <tom@tromey.com>
4674
4675 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4676 deprecated_query_hook.
4677
46782019-08-16 Tom Tromey <tom@tromey.com>
4679
4680 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4681 (tui_update_source_windows_with_line): Update.
4682 * tui/tui-source.h (struct tui_source_window)
4683 <show_symtab_source>: Declare.
4684 (tui_show_symtab_source): Don't declare.
4685 * tui/tui-source.c (tui_show_symtab_source): Rename from
4686 tui_show_symtab_source.
4687
46882019-08-16 Tom Tromey <tom@tromey.com>
4689
4690 * tui/tui-winsource.h (struct tui_source_window_base)
4691 <set_contents>: Declare.
4692 * tui/tui-winsource.c
4693 (tui_source_window_base::update_source_window_as_is): Update.
4694 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4695 Declare.
4696 (tui_set_source_content): Don't declare.
4697 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4698 tui_set_source_content.
4699 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4700 Declare.
4701 (tui_set_disassem_content): Don't declare.
4702 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4703 tui_set_disassem_content.
4704
47052019-08-16 Tom Tromey <tom@tromey.com>
4706
4707 * tui/tui-winsource.h (struct tui_source_window_base)
4708 <update_breakpoint_info>: Declare.
4709 (tui_update_breakpoint_info): Don't declare.
4710 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4711 (tui_update_all_breakpoint_info): Update.
4712 (tui_source_window_base::update_breakpoint_info): Rename from
4713 tui_update_breakpoint_info.
4714 (tui_source_window_base::update_exec_info): Update.
4715
47162019-08-16 Tom Tromey <tom@tromey.com>
4717
4718 * tui/tui-winsource.h (struct tui_source_window_base)
4719 <update_source_window>: Declare.
4720 (tui_update_source_window): Don't declare.
4721 * tui/tui-winsource.c
4722 (tui_source_window_base::update_source_window): Rename from
4723 tui_update_source_window.
4724 (tui_source_window_base::rerender): Update.
4725 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4726 * tui/tui-disasm.c (tui_show_disassem)
4727 (tui_show_disassem_and_update_source)
4728 (tui_disasm_window::maybe_update): Update.
4729
47302019-08-16 Tom Tromey <tom@tromey.com>
4731
4732 * tui/tui-winsource.h (struct tui_source_window_base)
4733 <update_source_window_as_is>: Declare.
4734 (tui_update_source_window_as_is): Don't declare.
4735 * tui/tui-winsource.c (tui_update_source_window): Update
4736 (tui_source_window_base::update_source_window_as_is): Rename from
4737 tui_update_source_window_as_is.
4738 (tui_source_window_base::refill): Update.
4739 * tui/tui-source.c (tui_show_symtab_source): Update.
4740 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4741 Update.
4742
47432019-08-16 Tom Tromey <tom@tromey.com>
4744
4745 * tui/tui-winsource.h (tui_update_source_window)
4746 (tui_update_source_window_as_is): Remove "noerror" parameter.
4747 * tui/tui-winsource.c (tui_update_source_window)
4748 (tui_update_source_window_as_is): Remove "noerror" parameter.
4749 (tui_update_source_windows_with_addr)
4750 (tui_update_source_windows_with_line)
4751 (tui_source_window_base::rerender)
4752 (tui_source_window_base::refill): Update.
4753 * tui/tui-source.h (tui_set_source_content)
4754 (tui_show_symtab_source): Remove "noerror" parameter.
4755 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4756 parameter.
4757 (tui_show_symtab_source): Likewise.
4758 (tui_source_window::maybe_update): Update.
4759 * tui/tui-disasm.c (tui_show_disassem)
4760 (tui_show_disassem_and_update_source)
4761 (tui_disasm_window::do_scroll_vertical)
4762 (tui_disasm_window::maybe_update): Update.
4763
47642019-08-16 Tom Tromey <tom@tromey.com>
4765
4766 * tui/tui.c (tui_is_window_visible): Update.
4767 * tui/tui-wingeneral.c (tui_make_window)
4768 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4769 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4770 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4771 (tui_set_win_height_command, parse_scrolling_args): Update.
4772 * tui/tui-source.c (tui_source_window::style_changed): Update.
4773 * tui/tui-regs.c (tui_show_registers)
4774 (tui_data_window::first_data_item_displayed)
4775 (tui_data_window::delete_data_content_windows)
4776 (tui_check_register_values, tui_reg_command): Update.
4777 * tui/tui-disasm.c (tui_show_disassem): Update.
4778 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4779 method.
4780 <is_visible>: Remove field.
4781 * tui/tui-data.c (tui_next_win, tui_prev_win)
4782 (tui_delete_invisible_windows): Update.
4783
47842019-08-16 Tom Tromey <tom@tromey.com>
4785
4786 * tui/tui-winsource.h (struct tui_source_window_base)
4787 <m_has_locator>: Remove.
4788 * tui/tui-layout.c (show_source_disasm_command, show_data)
4789 (show_source_or_disasm_and_command): Update.
4790
47912019-08-16 Alan Hayward <alan.hayward@arm.com>
4792
4793 * NEWS (Other MI changes): New subsection.
4794 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4795 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4796 * arch-utils.c (default_get_pc_address_flags): New function.
4797 * arch-utils.h (default_get_pc_address_flags): New declaration.
4798 * gdbarch.sh: Add get_pc_address_flags.
4799 * gdbarch.c: Regenerate.
4800 * gdbarch.h: Likewise.
4801 * stack.c (print_pc): New function.
4802 (print_frame_info) (print_frame): Call print_pc.
4803
48042019-08-16 Tom de Vries <tdevries@suse.de>
4805
4806 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4807 print_objfile_section_info.
4808
48092019-08-15 Tom Tromey <tom@tromey.com>
4810
4811 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4812 calling update_cmdwin_start_line.
4813 * tui/tui-winsource.h (struct tui_source_window_base)
4814 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4815 <rerender>: Declare.
4816 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4817 Call rerender.
4818 (tui_source_window_base::set_new_height): Remove.
4819 (tui_source_window_base::rerender): Rename from
4820 do_make_visible_with_new_height.
4821 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4822 resize method.
4823 (tui_win_info::make_invisible_and_set_new_height)
4824 (tui_win_info::make_visible_with_new_height): Remove.
4825 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4826 Declare.
4827 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4828 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4829 do_make_visible_with_new_height>: Don't declare.
4830 <rerender>: Declare.
4831 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4832 set_new_height.
4833 (tui_data_window::do_make_visible_with_new_height): Remove.
4834 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4835 call tui_show_locator_content.
4836 (tui_gen_win_info::resize): Call rerender.
4837 (show_source_or_disasm_and_command): Don't call
4838 tui_show_locator_content.
4839 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4840 method.
4841 (struct tui_win_info) <rerender>: Declare.
4842 <set_new_height, make_invisible_and_set_new_height,
4843 make_visible_with_new_height>: Don't declare.
4844 * tui/tui-data.c (tui_win_list::rerender): New method.
4845 * tui/tui-command.h (struct tui_cmd_window)
4846 <do_make_visible_with_new_height>: Don't declare.
4847 * tui/tui-command.c
4848 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4849
48502019-08-15 Tom Tromey <tromey@adacore.com>
4851
4852 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4853 * ada-lang.c (ada_enum_name): Likewise.
4854
48552019-08-15 Christian Biesinger <cbiesinger@google.com>
4856
4857 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4858 leading underscore.
4859 (GdbOutputErrorFile): Likewise.
4860 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4861 accordingly.
4862 (execute_unwinders): Rename to have a leading underscore.
4863 (auto_load_packages): Likewise.
4864 (global scope): Adjust call to auto_load_packages accordingly.
4865 (GdbSetPythonDirectory): Likewise.
4866 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4867 instead of execute_unwinders.
4868
48692019-08-15 Tom Tromey <tom@tromey.com>
4870
4871 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4872 (show_data): Don't change window visibility.
4873 (tui_gen_win_info::resize): Remove special case for command
4874 window. Use wresize, when available.
4875 (show_source_or_disasm_and_command): Don't change window
4876 visibility.
4877 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4878 <make_visible>: New method.
4879 * tui/tui-command.c (tui_cmd_window::resize): New method.
4880
48812019-08-15 Tom Tromey <tom@tromey.com>
4882
4883 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4884 (struct tui_source_windows): New.
4885 * tui/tui-winsource.c (tui_display_main): Update.
4886 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4887 (new_height_ok, parse_scrolling_args): Update.
4888 * tui/tui-layout.c (show_layout, show_data): Update.
4889 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4890 (tui_add_to_source_windows): Don't declare.
4891 * tui/tui-data.c (source_windows, tui_source_windows)
4892 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4893
48942019-08-15 Tom Tromey <tom@tromey.com>
4895
4896 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4897 Rename from reset.
4898 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4899 * tui/tui-layout.c (show_source_disasm_command, show_data):
4900 Update.
4901 (tui_gen_win_info::resize): Rename.
4902 (show_source_or_disasm_and_command): Update.
4903 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4904 reset.
4905
49062019-08-15 Tom Tromey <tom@tromey.com>
4907
4908 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4909 * tui/tui-interp.c (tui_interp::init): Don't call
4910 tui_initialize_static_data.
4911 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4912
49132019-08-15 Tom Tromey <tom@tromey.com>
4914
4915 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4916 examine tui_win_list.
4917
49182019-08-15 Tom Tromey <tom@tromey.com>
4919
4920 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4921 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4922 tui_clear_source_content.
4923 (tui_clear_source_content): Remove.
4924 (tui_source_window_base::do_erase_source_content): Hoist call to
4925 content.clear().
4926 * tui/tui-stack.c (tui_show_frame_info): Don't call
4927 tui_clear_source_content.
4928
49292019-08-15 Tom Tromey <tom@tromey.com>
4930
4931 * tui/tui-winsource.h (struct tui_source_window_base)
4932 <do_erase_source_content>: New method.
4933 <erase_source_content>: New method.
4934 (tui_erase_source_content): Don't declare.
4935 * tui/tui-winsource.c (tui_clear_source_content): Update.
4936 (tui_source_window_base::do_erase_source_content): Rename from
4937 tui_erase_source_content.
4938 (tui_source_window_base::show_source_content): Update.
4939 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4940 * tui/tui-source.h (struct tui_source_window)
4941 <erase_source_content>: New method.
4942 * tui/tui-disasm.h (struct tui_disasm_window)
4943 <erase_source_content>: New method.
4944
49452019-08-15 Tom Tromey <tom@tromey.com>
4946
4947 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
4948 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
4949 constructor.
4950 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
4951 * tui/tui-source.c (tui_set_source_content): Update.
4952 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4953
49542019-08-15 Tom Tromey <tom@tromey.com>
4955
4956 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
4957 * tui/tui-winsource.c (tui_line_is_displayed): Move to
4958 tui-source.c.
4959 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
4960 Declare.
4961 * tui/tui-source.c (tui_source_window::line_is_displayed): New
4962 method.
4963 (tui_source_window::maybe_update): Update.
4964
49652019-08-15 Tom Tromey <tom@tromey.com>
4966
4967 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
4968 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
4969 tui-disasm.c.
4970 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
4971 Declare.
4972 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
4973 method.
4974 (tui_disasm_window::maybe_update): Update.
4975
49762019-08-15 Tom Tromey <tom@tromey.com>
4977
4978 * tui/tui-winsource.h (struct tui_source_window_base)
4979 <maybe_update>: Declare.
4980 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
4981 method.
4982 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
4983 Declare.
4984 * tui/tui-source.c (tui_source_window::maybe_update): New method.
4985 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
4986 Declare.
4987 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
4988
49892019-08-15 Tom Tromey <tom@tromey.com>
4990
4991 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
4992
49932019-08-15 Tom Tromey <tom@tromey.com>
4994
4995 * tui/tui-wingeneral.c: Include tui-stack.h.
4996 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
4997 (struct tui_locator_window): Move from tui-data.h.
4998 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
4999 (tui_initialize_static_data): Move from tui-data.c.
5000 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
5001 (struct tui_locator_window): Move to tui-stack.c.
5002 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
5003 (tui_initialize_static_data): Move to tui-stack.c.
5004
50052019-08-15 Tom Tromey <tom@tromey.com>
5006
5007 * tui/tui-layout.c (show_source_disasm_command)
5008 (show_source_or_disasm_and_command): Use make_visible method, not
5009 tui_make_window.
5010 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
5011 Remove.
5012
50132019-08-15 Tom Tromey <tom@tromey.com>
5014
5015 * tui/tui-wingeneral.h (tui_make_window): Update.
5016 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
5017 parameter.
5018 (tui_gen_win_info::make_visible): Update.
5019 * tui/tui-regs.c (tui_data_window::display_registers_from):
5020 Update.
5021 * tui/tui-layout.c (show_source_disasm_command)
5022 (show_source_or_disasm_and_command): Update.
5023 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
5024 (enum tui_box): Remove.
5025 (struct tui_win_info) <can_box>: New method.
5026 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
5027 method.
5028
50292019-08-15 Tom de Vries <tdevries@suse.de>
5030
5031 * linux-nat-trad.c: Include gdbarch.h.
5032
50332019-08-14 Alan Hayward <alan.hayward@arm.com>
5034
5035 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
5036 register sizes.
5037
50382019-08-14 Tom Tromey <tromey@adacore.com>
5039
5040 * darwin-nat.c: Include gdbarch.h.
5041 * darwin-nat-info.c: Include gdbarch.h.
5042
50432019-08-13 Tom Tromey <tom@tromey.com>
5044
5045 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
5046 Remove.
5047 * tui/tui-data.c (tui_initialize_static_data): Update.
5048
50492019-08-13 Tom Tromey <tom@tromey.com>
5050
5051 * tui/tui-winsource.h (struct tui_exec_info_window)
5052 <~tui_exec_info_window, maybe_allocate_content, get_content,
5053 m_content>: Remove.
5054 (struct tui_source_window_base) <set_exec_info_content,
5055 show_exec_info_content>: Don't declare.
5056 * tui/tui-winsource.c
5057 (tui_exec_info_window::maybe_allocate_content): Remove.
5058 (tui_source_window_base::update_exec_info): Rename from
5059 set_exec_info_content.
5060 (tui_source_window_base::show_exec_info_content)
5061 (tui_source_window_base::update_exec_info): Remove.
5062
50632019-08-13 Tom Tromey <tom@tromey.com>
5064
5065 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5066 declare.
5067 * tui/tui-winsource.c (tui_update_source_window_as_is)
5068 (tui_update_source_windows_with_addr, tui_erase_source_content):
5069 Update.
5070 (tui_clear_exec_info_content): Remove.
5071
50722019-08-13 Tom Tromey <tom@tromey.com>
5073
5074 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5075 declare.
5076 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5077 call tui_erase_exec_info_content.
5078 (tui_clear_exec_info_content): Rename from
5079 tui_erase_exec_info_content.
5080 (tui_clear_exec_info_content): Delete.
5081
50822019-08-13 Tom Tromey <tom@tromey.com>
5083
5084 * tui/tui-winsource.h (struct tui_source_window_base)
5085 <show_exec_info_content>: Declare.
5086 (tui_show_exec_info_content): Don't declare.
5087 * tui/tui-winsource.c
5088 (tui_source_window_base::show_exec_info_content): Rename from
5089 tui_show_exec_info_content.
5090 (tui_source_window_base::update_exec_info): Update.
5091
50922019-08-13 Tom Tromey <tom@tromey.com>
5093
5094 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5095 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5096 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5097 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5098 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5099 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5100 ... here.
5101
51022019-08-13 Tom Tromey <tom@tromey.com>
5103
5104 * tui/tui-winsource.h (struct tui_source_window_base)
5105 <update_exec_info>: Declare.
5106 (tui_update_exec_info): Don't declare.
5107 * tui/tui-winsource.c (tui_update_source_window_as_is)
5108 (tui_source_window_base::refresh_all)
5109 (tui_update_all_breakpoint_info): Update.
5110 (tui_source_window_base::update_exec_info): Rename from
5111 tui_update_exec_info.
5112 * tui/tui-stack.c (tui_show_frame_info): Update.
5113
51142019-08-13 Tom Tromey <tom@tromey.com>
5115
5116 * tui/tui-winsource.h (struct tui_source_window_base)
5117 <set_exec_info_content>: Declare.
5118 (tui_set_exec_info_content): Don't declare.
5119 * tui/tui-winsource.c
5120 (tui_source_window_base::set_exec_info_content): Rename from
5121 tui_set_exec_info_content.
5122 (tui_update_exec_info): Update.
5123
51242019-08-13 Tom Tromey <tom@tromey.com>
5125
5126 * tui/tui-winsource.h (struct tui_source_window_base)
5127 <show_source_content>: Declare.
5128 (tui_show_source_content): Don't declare.
5129 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5130 (tui_source_window_base::show_source_content): Rename from
5131 tui_show_source_content.
5132 (tui_source_window_base::refresh_all): Update.
5133 * tui/tui-layout.c (show_source_disasm_command)
5134 (show_source_or_disasm_and_command): Update.
5135
51362019-08-13 Tom Tromey <tom@tromey.com>
5137
5138 * tui/tui-winsource.c (tui_erase_source_content)
5139 (tui_show_source_content, tui_source_window_base::refresh_all):
5140 Update.
5141 * tui/tui-wingeneral.h
5142 (tui_check_and_display_highlight_if_needed): Don't declare.
5143 * tui/tui-wingeneral.c
5144 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5145 check_and_display_highlight_if_needed.
5146 * tui/tui-win.c (tui_rehighlight_all)
5147 (tui_win_info::make_visible_with_new_height): Update.
5148 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5149 (tui_data_window::erase_data_content)
5150 (tui_data_window::display_all_data): Update.
5151 * tui/tui-data.h (struct tui_win_info)
5152 <check_and_display_highlight_if_needed>: Declare.
5153
51542019-08-13 Tom Tromey <tom@tromey.com>
5155
5156 * tui/tui-win.c (tui_resize_all): Call
5157 tui_delete_invisible_windows.
5158 * tui/tui-layout.c (show_layout): Call
5159 tui_delete_invisible_windows.
5160 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5161 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5162
51632019-08-13 Tom Tromey <tom@tromey.com>
5164
5165 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5166 tui_add_win_to_layout.
5167
51682019-08-13 Tom Tromey <tom@tromey.com>
5169
5170 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5171 * tui/tui-layout.c (tui_default_win_height): Now static.
5172
51732019-08-13 Tom Tromey <tom@tromey.com>
5174
5175 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5176 single switch.
5177 (show_source_disasm_command, show_source_or_disasm_and_command):
5178 Don't check current layout.
5179
51802019-08-13 Tom Tromey <tom@tromey.com>
5181
5182 * tui/tui-wingeneral.c (make_all_visible): Remove.
5183 (tui_make_all_invisible): Simplify.
5184 * tui/tui-layout.c (tui_make_all_invisible): Move from
5185 tui-wingeneral.c; simplify.
5186 (show_layout): Hoist call to tui_make_all_invisible.
5187 (show_data): Don't call tui_make_all_invisible.
5188
51892019-08-13 Tom Tromey <tom@tromey.com>
5190
5191 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5192 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5193
51942019-08-13 Tom Tromey <tom@tromey.com>
5195
5196 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5197 tui-data.c.
5198 (show_source_disasm_command, show_data)
5199 (show_source_or_disasm_and_command): Don't use
5200 tui_set_current_layout_to.
5201 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5202 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5203 tui-layout.c.
5204 (tui_set_current_layout_to): Remove.
5205
52062019-08-13 Tom Tromey <tom@tromey.com>
5207
5208 * tui/tui-layout.c (tui_set_layout): Update.
5209 * tui/tui-data.h (struct tui_layout_def): Remove.
5210 (tui_layout_def): Don't declare.
5211 * tui/tui-data.c (layout_def): Remove.
5212 (tui_layout_def): Remove.
5213
52142019-08-13 Tom Tromey <tom@tromey.com>
5215
5216 * tui/tui-winsource.h (struct tui_source_window_base)
5217 <clear_detail>: No longer "override".
5218 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5219 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5220 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5221 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5222 Remove.
5223 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5224
52252019-08-13 Tom Tromey <tromey@adacore.com>
5226
5227 * tracepoint.c: Don't include readline.h or history.h.
5228
52292019-08-12 Tom Tromey <tom@tromey.com>
5230
5231 * configure: Rebuild.
5232 * configure.ac: Check for readline 7.
5233 * NEWS: Mention readline 7 requirement.
5234 * README: Update.
5235
52362019-08-12 Tom Tromey <tom@tromey.com>
5237
5238 * mingw-hdep.c (gdb_select): Remove readline hack.
5239
52402019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5241
5242 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5243 when the function fails.
5244
52452019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5246
5247 * s390-tdep.c (s390_type_align): New function.
5248 (s390_gdbarch_init): Set it as type_align gdbarch method.
5249
52502019-08-09 Tom de Vries <tdevries@suse.de>
5251
5252 PR gdb/24591
5253 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5254 pc_low with relocation offset.
5255
52562019-08-07 Tom Tromey <tromey@adacore.com>
5257
5258 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5259 (print_frame_args): Update.
5260 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5261 Update.
5262 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5263 * frame.h (struct frame_arg): Add initializers.
5264 <error>: Now a unique_xmalloc_ptr.
5265
52662019-08-07 Alan Hayward <alan.hayward@arm.com>
5267
5268 * NEWS: Expand the Pointer Authentication entry.
5269 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5270 (aarch64_frame_unmask_lr): ... to this.
5271 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5272 Call aarch64_frame_unmask_lr.
5273 * frame.c (struct frame_info): Add "masked" variable.
5274 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5275 (fprint_frame): Check for masked pc.
5276 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5277 declarations.
5278 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5279 * stack.c (print_frame): Check for masked pc.
5280
52812019-08-06 Tom Tromey <tom@tromey.com>
5282
5283 * stabsread.c (patch_block_stabs, read_one_struct_field)
5284 (read_enum_type): Use obstack_strndup.
5285 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5286 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5287 * dwarf2read.c (guess_full_die_structure_name)
5288 (anonymous_struct_prefix): Use obstack_strndup.
5289 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5290 * c-exp.y (yylex): Use obstack_strndup.
5291 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5292 (write_var_or_type): Use obstack_strndup.
5293
52942019-08-06 Tom Tromey <tom@tromey.com>
5295
5296 * symfile.c (reread_symbols): Use obstack_strdup.
5297 * stabsread.c (read_type): Use obstack_strdup.
5298 * gdb_obstack.h (obstack_strdup): New overload.
5299 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5300 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5301 (dwarf2_canonicalize_name): Use obstack_strdup.
5302 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5303 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5304 Use obstack_strdup.
5305
53062019-08-06 Tom Tromey <tom@tromey.com>
5307
5308 * gdb_obstack.h (obstack_strdup): Define.
5309 * gdb_obstack.c (obstack_strdup): Don't define.
5310
53112019-08-06 Tom Tromey <tom@tromey.com>
5312
5313 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5314 obstack_strdup.
5315 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5316 obstack_strdup.
5317 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5318 * stabsread.c (common_block_start): Use obstack_strdup.
5319 * objfiles.c (set_objfile_main_name, objfile): Use
5320 obstack_strdup.
5321 * namespace.c (add_using_directive): Use obstack_strdup.
5322 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5323 * jit.c (finalize_symtab): Use obstack_strdup.
5324 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5325 (guess_partial_die_structure_name, partial_die_info::fixup)
5326 (dwarf2_name): Use obstack_strdup.
5327 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5328 obstack_strdup.
5329 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5330 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5331 obstack_strdup.
5332 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5333
53342019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5335
5336 * unittests/help-doc-selftests.c: New file.
5337 * Makefile.in: Add the new file.
5338
53392019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5340
5341 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5342 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5343 the full first line, except when FOR_VALUE_PREFIX. In this case,
5344 the trailing '.' is not output, and the first character is uppercased.
5345 (print_help_for_command): Update call to print_doc_line.
5346 (print_doc_of_command): Likewise.
5347 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5348 * cli/cli-option.c (append_indented_doc): Do not append newline.
5349 (build_help_option): Append newline after first appended_indented_doc
5350 only if a second call is done.
5351 (build_help): Append 2 new lines before each option, except the first
5352 one.
5353 * compile/compile.c (_initialize_compile): Add new lines after
5354 %OPTIONS%, when not at the end of the help.
5355 Change help doc or code
5356 producing the help doc to respect the invariants.
5357 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5358 Also removed the new line after 'Options:', as all other commands
5359 do not put an empty line between 'Options:' and the first option.
5360 * printcmd.c (_initialize_printcmd): Likewise.
5361 * stack.c (_initialize_stack): Likewise.
5362 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5363 incorrectly telling COMMAND is optional.
5364 * ada-lang.c (_initialize_ada_language): Change help doc or code
5365 producing the help doc to respect the invariants.
5366 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5367 * breakpoint.c (_initialize_breakpoint): Likewise.
5368 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5369 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5370 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5371 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5372 _initialize_cli_style): Likewise.
5373 * corelow.c (core_target_info): Likewise.
5374 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5375 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5376 * filesystem.c (_initialize_filesystem): Likewise.
5377 * frame.c (_initialize_frame): Likewise.
5378 * gnu-nat.c (add_task_commands): Likewise.
5379 * infcall.c (_initialize_infcall): Likewise.
5380 * infcmd.c (_initialize_infcmd): Likewise.
5381 * interps.c (_initialize_interpreter): Likewise.
5382 * language.c (_initialize_language): Likewise.
5383 * linux-fork.c (_initialize_linux_fork): Likewise.
5384 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5385 * maint.c (_initialize_maint_cmds): Likewise.
5386 * memattr.c (_initialize_mem): Likewise.
5387 * printcmd.c (_initialize_printcmd): Likewise.
5388 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5389 _RegEx): Likewise.
5390 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5391 * record-btrace.c (_initialize_record_btrace): Likewise.
5392 * record-full.c (_initialize_record_full): Likewise.
5393 * record.c (_initialize_record): Likewise.
5394 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5395 * regcache.c (_initialize_regcache): Likewise.
5396 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5397 _initialize_remote): Likewise.
5398 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5399 * serial.c (_initialize_serial): Likewise.
5400 * skip.c (_initialize_step_skip): Likewise.
5401 * source.c (_initialize_source): Likewise.
5402 * stack.c (_initialize_stack): Likewise.
5403 * symfile.c (_initialize_symfile): Likewise.
5404 * symtab.c (_initialize_symtab): Likewise.
5405 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5406 * top.c (init_main): Likewise.
5407 * tracefile-tfile.c (tfile_target_info): Likewise.
5408 * tracepoint.c (_initialize_tracepoint): Likewise.
5409 * tui/tui-win.c (_initialize_tui_win): Likewise.
5410 * utils.c (add_internal_problem_command): Likewise.
5411 * valprint.c (value_print_option_defs): Likewise.
5412
54132019-08-06 Frank Ch. Eigler <fche@redhat.com>
5414
5415 PR build/24886
5416 * configure.ac: Drop enable-libmcheck support.
5417 * configure, config.in: Rebuild.
5418 * libmcheck.m4: Remove.
5419 * acinclude.m4: Don't include it.
5420 * Makefile.in: Don't distribute it.
5421 * top.c (print_gdb_configuration): Don't mention it.
5422
54232019-08-06 Tom Tromey <tom@tromey.com>
5424
5425 * utils.c (set_output_style): Sometimes pass stream to
5426 emit_style_escape.
5427 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5428 * record-btrace.c (btrace_insn_history): Update.
5429 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5430 method.
5431 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5432 Update initializers.
5433 <m_uiout>: New field.
5434 <m_di>: Move lower.
5435 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5436 Remove "uiout" parameter.
5437 (dump_insns): Update.
5438 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5439 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5440
54412019-08-06 Christian Biesinger <cbiesinger@google.com>
5442
5443 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5444 (error_in_psymtab_expansion): Likewise.
5445 (lookup_symbol_via_quick_fns): Likewise.
5446 (basic_lookup_transparent_type_quick): Likewise.
5447 (basic_lookup_transparent_type_1): Likewise.
5448
54492019-08-06 Tom Tromey <tromey@adacore.com>
5450
5451 * source.c (last_source_error): Now bool.
5452 (print_source_lines_base): Make "noprint" bool. Only open
5453 source file when last_source_visited changes.
5454
54552019-08-06 Tom Tromey <tromey@adacore.com>
5456
5457 * annotate.c (annotate_source_line): Use g_source_cache.
5458 * source-cache.c (source_cache::get_plain_source_lines): Change
5459 parameters. Populate m_offset_cache.
5460 (source_cache::ensure): New method.
5461 (source_cache::get_line_charpos): New method.
5462 (extract_lines): Move lower. Change parameters.
5463 (source_cache::get_source_lines): Move lower.
5464 * source-cache.h (class source_cache): Update comment.
5465 <get_line_charpos>: New method.
5466 <get_source_lines>: Update comment.
5467 <clear>: Clear m_offset_cache.
5468 <get_plain_source_lines>: Change parameters.
5469 <ensure>: New method
5470 <m_offset_cache>: New member.
5471 * source.c (forget_cached_source_info_for_objfile): Update.
5472 (info_source_command): Use g_source_cache.
5473 (find_source_lines, open_source_file_with_line_charpos): Remove.
5474 (print_source_lines_base, search_command_helper): Use g_source_cache.
5475 * source.h (open_source_file_with_line_charpos): Don't declare.
5476 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5477 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5478 Use g_source_cache.
5479
54802019-08-06 Tom Tromey <tromey@adacore.com>
5481
5482 * source-cache.c (source_cache::get_plain_source_lines):
5483 Remove "first_line" and "last_line" parameters.
5484 (source_cache::get_source_lines): Cache plain text.
5485 * source-cache.h (class source_cache)
5486 <get_plain_source_lines>: Update.
5487
54882019-08-06 Tom Tromey <tromey@adacore.com>
5489
5490 * source-cache.c (extract_lines): No longer a method.
5491 Changed type of parameter. Include final newline.
5492 (selftests::extract_lines_test): New function.
5493 (_initialize_source_cache): Likewise.
5494 * source-cache.h (class source_cache)
5495 <extract_lines>: Don't declare.
5496
54972019-08-06 Tom Tromey <tromey@adacore.com>
5498
5499 * breakpoint.c (init_breakpoint_sal): Update.
5500 (breakpoint): Update.
5501 * breakpoint.h (struct breakpoint) <filter>: Now a
5502 unique_xmalloc_ptr.
5503
55042019-08-05 Christian Biesinger <cbiesinger@google.com>
5505
5506 * NEWS: Mention dictionary access on blocks.
5507 * python/py-block.c (blpy_getitem): New function.
5508 (block_object_as_mapping): New struct.
5509 (block_object_type): Use new struct for tp_as_mapping field.
5510
55112019-08-05 Christian Biesinger <cbiesinger@google.com>
5512
5513 * objfiles.h (objfile): Add a comment describing partial symbols.
5514
55152019-08-05 Tom Tromey <tromey@adacore.com>
5516
5517 * compile/compile.c (_initialize_compile): Use _(), not N_().
5518 * thread.c (_initialize_thread): Use _(), not N_().
5519 * stack.c (_initialize_stack): Use _(), not N_().
5520 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5521
55222019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5523
5524 * dwarf2read.c (struct dw2_symtab_iterator):
5525 <want_specific_block>: Remove.
5526 <block_index>: Change type to gdb::optional.
5527 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5528 change type of BLOCK_INDEX parameter to gdb::optional.
5529 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5530 (dw2_lookup_symbol): Don't pass argument for
5531 WANT_SPECIFIC_BLOCK.
5532 (dw2_expand_symtabs_for_function): Don't pass argument for
5533 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5534 (class dw2_debug_names_iterator)
5535 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5536 parameter, change BLOCK_INDEX type to gdb::optional.
5537 <m_want_specific_block>: Remove.
5538 <m_block_index>: Change type to gdb::optional.
5539 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5540 gdb::optional. Re-write in function of gdb::optional.
5541 (dw2_debug_names_lookup_symbol): Don't pass argument for
5542 WANT_SPECIFIC_BLOCK.
5543 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5544 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5545 BLOCK_INDEX.
5546
55472019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5548
5549 * NEWS: Mention changes to "info sources" command.
5550
55512019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5552
5553 * symtab.c (filename_partial_match_opts): New struct type.
5554 (struct output_source_filename_data): New members
5555 regexp, c_regexp, partial_match.
5556 (output_source_filename): Use new members to decide to print file.
5557 (info_sources_option_defs): New variable.
5558 (make_info_sources_options_def_group, print_info_sources_header,
5559 info_sources_command_completer):
5560 New functions.
5561 (info_sources_command): Read new optional arguments.
5562 (_initialize_symtab): Update info sources help.
5563
55642019-08-02 Alexandre Oliva <oliva@adacore.com>
5565
5566 * ada-lang.c (exception_support_info_v0): Renamed from...
5567 (default_exception_support_info): ... this. Create new
5568 definition for v1.
5569 (ada_has_this_exception_support): Look up catch_handlers_sym.
5570 (ada_exception_support_info_sniffer): Try v0 after default.
5571
55722019-08-01 Tom Tromey <tromey@adacore.com>
5573
5574 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5575 gdbarch.h.
5576
55772019-08-01 Christian Biesinger <cbiesinger@google.com>
5578
5579 * s12z-tdep.c: Fix include path for s12z-opc.h.
5580
55812019-08-01 Alan Hayward <alan.hayward@arm.com>
5582
5583 * NEWS: Require GNU make 3.82.
5584
55852019-07-16 Tom Tromey <tom@tromey.com>
5586
5587 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5588 declare.
5589
55902019-07-30 Tom Tromey <tromey@adacore.com>
5591
5592 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5593
55942019-07-30 Kevin Buettner <kevinb@redhat.com>
5595
5596 * printcmd.c (print_address_symbolic): Print negative offsets.
5597 (build_address_symbolic): Force signed arithmetic when computing
5598 offset.
5599
56002019-07-30 Christian Biesinger <cbiesinger@google.com>
5601
5602 PR/24474: Add a function to lookup static variables.
5603 * NEWS: Mention this new function.
5604 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5605 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5606 * python/python.c (python_GdbMethods): Add new function.
5607
56082019-07-29 Christian Biesinger <cbiesinger@google.com>
5609
5610 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5611 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5612 (objfpy_lookup_static_symbol): New function.
5613 (objfile_object_methods): Add new functions.
5614
56152019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5616
5617 * NEWS: Mention 'set|show print frame-info'. Mention new
5618 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5619 backtrace argument. Mention that python frame filtering code
5620 is now consistent with what 'backtrace' command prints.
5621
56222019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5623
5624 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5625 comments.
5626 (print_frame_info_auto, print_frame_info_source_line,
5627 print_frame_info_location, print_frame_info_source_and_location,
5628 print_frame_info_location_and_address, print_frame_info_short_location):
5629 New declarations.
5630 (struct frame_print_options): New member print_frame_info.
5631 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5632 * stack.h (get_user_print_what_frame_info): New declaration.
5633 (frame_show_address): New declaration.
5634 * stack.c (print_frame_arguments_choices): New value 'presence'.
5635 (print_frame_info_auto, print_frame_info_source_line,
5636 print_frame_info_location, print_frame_info_source_and_location,
5637 print_frame_info_location_and_address, print_frame_info_short_location,
5638 print_frame_info_choices, print_frame_info_print_what): New definitions.
5639 (print_frame_args): Only print dots for args if print frame-arguments
5640 is 'presence'.
5641 (frame_print_option_defs): New element for "frame-info".
5642 (get_user_print_what_frame_info): New function.
5643 (frame_show_address): Make non static. Move comment to stack.h.
5644 (print_frame_info_to_print_what): New function.
5645 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5646 to decide what to print.
5647 (backtrace_command_1): Handle the new print_frame_arguments_presence
5648 value.
5649 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5650 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5651 (py_print_frame): In non-mi mode, use LOCATION as default for
5652 print_what, similarly to frame information printed directly by
5653 backtrace command. Handle frame-info user option in non MI mode.
5654
56552019-07-27 Kevin Buettner <kevinb@redhat.com>
5656
5657 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5658 Add case for debugging 32-bit target on 64-bit host. Revise
5659 comment.
5660
56612019-07-27 Kevin Buettner <kevinb@redhat.com>
5662
5663 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5664 instead of find_function_entry_range_from_pc.
5665
56662019-07-27 Kevin Buettner <kevinb@redhat.com>
5667
5668 * stack.c (find_frame_funname): Remove code which preferred
5669 minsym over symtab sym in "certain pathological cases".
5670
5671 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5672 parameter. Change type of "do_demangle" to bool.
5673 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5674 Pass suitable "prefer_sym_over_minsym" flag to
5675 build_address_symbolic(). Don't output "+" for negative offsets.
5676 * printcmd.c (print_address_symbolic): Update invocation of
5677 build_address_symbolic to include a "prefer_sym_over_minsym"
5678 flag.
5679 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5680 Restrict cases in which use of minimal symbol is preferred to that
5681 of a found symbol. Update comments.
5682
5683 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5684 for entry pc when entry pc is out of range for that FDE.
5685
56862019-07-26 Brian Callahan <bcallah@openbsd.org>
5687
5688 PR gdb/24839:
5689 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5690 type.
5691
56922019-07-25 Christian Biesinger <cbiesinger@google.com>
5693
5694 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5695 this function's Python signature.
5696
5697
56982019-07-24 Christian Biesinger <cbiesinger@google.com>
5699
5700 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5701 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5702 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5703 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5704 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5705
5706
57072019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5708
5709 * h8300-tdep.c (h8300_register_name_common): New.
5710 h8300_register_name): Use h8300_register_name_common.
5711 (h8300s_register_name): Likewise.
5712 (h8300sx_register_name): Likewise.
5713 (h8300h_register_nam): New.
5714 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5715
5716
57172019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5718
5719 * arm-tdep.c (arm_skip_cmse_entry): New function.
5720 (arm_is_sgstubs_section): New function.
5721 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5722
57232019-07-22 Tom Tromey <tom@tromey.com>
5724
5725 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5726 Don't self-assign.
5727
57282019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5729
5730 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5731 type_print.
5732
57332019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5734
5735 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5736 so that GDB doesn't match any msymbols when searching in the
5737 TYPES_DOMAIN.
5738 (print_symbol_info): Print using typedef_print or type_print based
5739 on the type of the symbol. Add updated FIXME comment moved from...
5740 (_initialize_symtab): ... move and update FIXME comment to above.
5741
57422019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5743
5744 * NEWS: Mention adding -q option to "info types".
5745 * symtab.c (struct info_types_options): New struct.
5746 (info_types_options_defs): New variable.
5747 (make_info_types_options_def_group): New function.
5748 (info_types_command): Use gdb::option framework to parse options.
5749 (info_types_command_completer): New function.
5750 (_initialize_symtab): Extend the help text on "info types" and
5751 register command completer.
5752
57532019-07-21 Christian Biesinger <cbiesinger@google.com>
5754
5755 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5756 (lookup_symbol_in_objfile): Change int to block_enum and add a
5757 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5758
57592019-07-20 Christian Biesinger <cbiesinger@google.com>
5760
5761 * MAINTAINERS (Write After Approval): Add self.
5762
57632019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5764
5765 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5766 instruction to the dummy code region.
5767
57682019-07-19 Tom Tromey <tromey@adacore.com>
5769
5770 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5771 (ARGSUSED, PARAMS, __func__): Remove rules.
5772
57732019-07-19 Alan Hayward <alan.hayward@arm.com>
5774
5775 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5776 * features/arm/arm-with-iwmmxt.c: Remove.
5777 * features/arm/arm-with-iwmmxt.xml: Remove.
5778 * features/arm/arm-with-m-fpa-layout.c: Remove.
5779 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5780 * features/arm/arm-with-m-vfp-d16.c: Remove.
5781 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5782 * features/arm/arm-with-m.c: Remove.
5783 * features/arm/arm-with-m.xml: Remove.
5784 * features/arm/arm-with-neon.c: Remove.
5785 * features/arm/arm-with-neon.xml: Remove.
5786 * features/arm/arm-with-vfpv2.c: Remove.
5787 * features/arm/arm-with-vfpv2.xml: Remove.
5788 * features/arm/arm-with-vfpv3.c: Remove.
5789 * features/arm/arm-with-vfpv3.xml: Remove.
5790
57912019-07-19 Alan Hayward <alan.hayward@arm.com>
5792
5793 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5794
57952019-07-19 Alan Hayward <alan.hayward@arm.com>
5796
5797 * arch/aarch32.c (aarch32_create_target_description): Create
5798 target descriptions using features.
5799 * arch/arm.c (arm_create_target_description)
5800 (arm_create_mprofile_target_description): Likewise.
5801 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5802
58032019-07-19 Alan Hayward <alan.hayward@arm.com>
5804
5805 * Makefile.in: Add new files.
5806 * aarch32-tdep.c: New file.
5807 * aarch32-tdep.h: New file.
5808 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5809 Call aarch32_read_description.
5810 * arch/aarch32.c: New file.
5811 * arch/aarch32.h: New file.
5812 * arch/arm.c (arm_create_target_description)
5813 (arm_create_mprofile_target_description): New function.
5814 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5815 (arm_create_target_description)
5816 (arm_create_mprofile_target_description): New declaration.
5817 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5818 read_description functions.
5819 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5820 Likewise.
5821 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5822 * arm-tdep.c (tdesc_arm_list): New variable.
5823 (arm_register_g_packet_guesses): Call create description functions.
5824 (arm_read_description) (arm_read_mprofile_description): New
5825 function.
5826 * arm-tdep.h (arm_read_description)
5827 (arm_read_mprofile_description): Add declaration.
5828 * configure.tgt: Add new files.
5829
58302019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5831
5832 * top.c (new_ui_command): Open specified terminal just once.
5833
58342019-07-18 Tom Tromey <tromey@adacore.com>
5835
5836 * symtab.c (main_name): Constify return type.
5837 * symfile.c (set_initial_language): Update.
5838 * symtab.h (main_name): Constify return type.
5839
58402019-07-17 Tom Tromey <tom@tromey.com>
5841
5842 * tui/tui-winsource.c (tui_update_source_window)
5843 (tui_update_source_window_as_is)
5844 (tui_update_source_windows_with_line): Remove return.
5845 * tui/tui-disasm.c (tui_show_disassem)
5846 (tui_show_disassem_and_update_source): Remove return.
5847 * tui/tui.c (tui_reset): Remove return.
5848 * tui/tui-wingeneral.c
5849 (tui_check_and_display_highlight_if_needed): Remove return.
5850
58512019-07-17 Tom Tromey <tom@tromey.com>
5852
5853 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5854
58552019-07-17 Tom Tromey <tom@tromey.com>
5856
5857 * tui/tui-winsource.h (struct tui_exec_info_window)
5858 (struct tui_source_window_base): Move from tui-data.h.
5859 * tui/tui-winsource.c: Move many method definitions from
5860 elsewhere. Remove "structuring" comments.
5861 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5862 (tui_source_window_base::refresh_window): Move to
5863 tui-winsource.c.
5864 * tui/tui-win.c (tui_source_window_base::refresh_all)
5865 (tui_source_window_base::update_tab_width)
5866 (tui_source_window_base::set_new_height)
5867 (tui_source_window_base::do_make_visible_with_new_height): Move to
5868 tui-winsource.c.
5869 * tui/tui-source.h: Update.
5870 * tui/tui-source.c (tui_source_window_base::reset): Move to
5871 tui-winsource.c.
5872 * tui/tui-disasm.h: Update.
5873 * tui/tui-data.h (struct tui_exec_info_window): Move to
5874 tui-winsource.h.
5875 (struct tui_source_window_base): Likewise.
5876 * tui/tui-data.c (tui_source_window_base::clear_detail)
5877 (tui_source_window_base, ~tui_source_window_base): Move to
5878 tui-winsource.c.
5879
58802019-07-17 Tom Tromey <tom@tromey.com>
5881
5882 * tui/tui-win.c (tui_resize_all)
5883 (tui_source_window_base::update_tab_width)
5884 (tui_adjust_win_heights): Update.
5885 (tui_win_info::make_invisible_and_set_new_height): Rename from
5886 make_invisible_and_set_new_height.
5887 * tui/tui-data.h (struct tui_win_info)
5888 <make_invisible_and_set_new_height>: New method.
5889
58902019-07-17 Tom Tromey <tom@tromey.com>
5891
5892 * tui/tui.c: Update.
5893 * tui/tui-source.h (struct tui_source_window): Move from
5894 tui-data.h.
5895 * tui/tui-layout.c: Update.
5896 * tui/tui-disasm.c: Update.
5897 * tui/tui-data.h (struct tui_source_window): Move to
5898 tui-source.h.
5899
59002019-07-17 Tom Tromey <tom@tromey.com>
5901
5902 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5903 tui-data.h.
5904 * tui/tui-data.h (struct tui_disasm_window): Move to
5905 tui-disasm.h.
5906
59072019-07-17 Tom Tromey <tom@tromey.com>
5908
5909 * tui/tui-regs.h (struct tui_data_item_window): Move from
5910 tui-data.h.
5911 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5912 * tui/tui-data.h (struct tui_data_item_window): Move to
5913 tui-regs.h.
5914 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5915
59162019-07-17 Tom Tromey <tom@tromey.com>
5917
5918 * tui/tui.c: Update.
5919 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5920 (tui_cmd_window::max_height): Move to tui-command.c.
5921 * tui/tui-layout.c: Update.
5922 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5923 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5924 tui-command.c.
5925 * tui/tui-command.h (struct tui_cmd_window): Move from
5926 tui-data.h.
5927 * tui/tui-command.c: Remove "structuring" comments.
5928 (tui_cmd_window::clear_detail)
5929 (tui_cmd_window::do_make_visible_with_new_height)
5930 (tui_cmd_window::max_height): Move from elsewhere.
5931
59322019-07-17 Tom Tromey <tom@tromey.com>
5933
5934 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5935 Now static.
5936 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5937 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5938
59392019-07-17 Tom Tromey <tom@tromey.com>
5940
5941 * tui/tui.c: Update.
5942 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
5943 tui-regs.c.
5944 * tui/tui-windata.h: Remove file.
5945 * tui/tui-windata.c: Remove file.
5946 * tui/tui-win.c (tui_data_window::set_new_height)
5947 (tui_data_window::do_make_visible_with_new_height): Move to
5948 tui-regs.c.
5949 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
5950 * tui/tui-regs.c: Remove "structuring" comments.
5951 (tui_data_window::first_data_item_displayed)
5952 (tui_data_window::delete_data_content_windows)
5953 (tui_data_window::erase_data_content)
5954 (tui_data_window::display_all_data)
5955 (tui_data_window::refresh_all)
5956 (tui_data_window::do_scroll_vertical)
5957 (tui_data_window::clear_detail, tui_data_window::set_new_height)
5958 (tui_data_window::do_make_visible_with_new_height)
5959 (tui_data_window::refresh_window): Move from elsewhere.
5960 (_initialize_tui_regs): Move to end of file.
5961 * tui/tui-layout.c: Update.
5962 * tui/tui-hooks.c: Update.
5963 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
5964 * tui/tui-data.c (tui_data_window::clear_detail): Move to
5965 tui-regs.c.
5966 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
5967
59682019-07-17 Tom Tromey <tom@tromey.com>
5969
5970 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
5971 seen.
5972
59732019-07-17 Tom Tromey <tom@tromey.com>
5974
5975 * tui/tui-win.c (tui_source_window_base::set_new_height)
5976 (tui_source_window_base::do_make_visible_with_new_height): Use
5977 m_has_locator field directly.
5978 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
5979 method.
5980 (struct tui_source_window_base) <has_locator>: Likewise.
5981
59822019-07-17 Tom Tromey <tom@tromey.com>
5983
5984 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
5985 Don't declare.
5986 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
5987 Remove.
5988 * tui/tui-win.c (tui_source_window_base::set_new_height)
5989 (tui_source_window_base::set_new_height)
5990 (make_invisible_and_set_new_height)
5991 (tui_source_window_base::do_make_visible_with_new_height)
5992 (tui_source_window_base::do_make_visible_with_new_height):
5993 Update.
5994 * tui/tui-layout.c (show_source_disasm_command, show_data)
5995 (show_source_or_disasm_and_command): Update.
5996 * tui/tui-layout.c (show_layout): Update.
5997
59982019-07-17 Tom Tromey <tom@tromey.com>
5999
6000 * tui/tui-layout.c (make_data_window): Remove.
6001 (show_data): Unify creation and re-initialization cases.
6002
60032019-07-17 Tom Tromey <tom@tromey.com>
6004
6005 * tui/tui-layout.c (make_source_window, make_disasm_window):
6006 Remove.
6007 (show_data): Unify creation and re-initialization cases.
6008
60092019-07-17 Tom Tromey <tom@tromey.com>
6010
6011 * tui/tui-layout.c (make_command_window): Remove.
6012 (show_source_disasm_command, show_source_or_disasm_and_command):
6013 Unify creation and re-initialization cases.
6014
60152019-07-17 Tom Tromey <tom@tromey.com>
6016
6017 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
6018 creation and re-initialization cases.
6019
60202019-07-17 Tom Tromey <tom@tromey.com>
6021
6022 * tui/tui-regs.c (tui_get_register): Return void.
6023
60242019-07-17 Tom Tromey <tom@tromey.com>
6025
6026 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
6027 Simplify.
6028
60292019-07-17 Tom Tromey <tom@tromey.com>
6030
6031 * tui/tui-layout.c (show_source_disasm_command): Simplify window
6032 resetting.
6033
60342019-07-17 Tom Tromey <tom@tromey.com>
6035
6036 * tui/tui.h (tui_set_layout_by_name): Don't declare.
6037 * tui/tui-regs.c (tui_reg_layout): New function.
6038 (tui_show_registers, tui_reg_command): Use it.
6039 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
6040 (tui_layout_command): Rename from tui_set_layout_by_name. Change
6041 parameters.
6042 (tui_layout_command): Remove.
6043
60442019-07-17 Tom Tromey <tom@tromey.com>
6045
6046 * tui/tui-layout.h (tui/tui-layout): Return void.
6047 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
6048
60492019-07-17 Tom Tromey <tom@tromey.com>
6050
6051 * tui/tui-layout.c (show_source_disasm_command, show_data):
6052 Update.
6053 (reset_locator): Remove.
6054 (show_source_or_disasm_and_command): Update.
6055
60562019-07-17 Tom Tromey <tom@tromey.com>
6057
6058 * tui/tui-source.c (tui_source_window_base::reset): Remove
6059 win_type parameter.
6060 * tui/tui-layout.c (make_command_window, make_source_window)
6061 (make_disasm_window, make_data_window)
6062 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6063 (reset_locator, show_source_or_disasm_and_command): Update.
6064 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6065 win_type parameter.
6066 (struct tui_source_window_base) <reset>: Likewise.
6067
60682019-07-17 Tom Tromey <tom@tromey.com>
6069
6070 * tui/tui-layout.c (show_source_disasm_command): Use
6071 reset_locator.
6072 (reset_locator): New function.
6073 (init_and_make_win): Remove.
6074 (show_source_or_disasm_and_command): Use reset_locator.
6075
60762019-07-17 Tom Tromey <tom@tromey.com>
6077
6078 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6079 condition.
6080 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6081 Remove condition.
6082 * tui/tui-source.c (tui_source_window_base::reset): New method.
6083 * tui/tui-layout.c (make_command_window): Don't call
6084 init_and_make_win.
6085 (make_source_window, make_disasm_window): Don't call
6086 make_source_or_disasm_window.
6087 (make_data_window): Don't call init_and_make_win. Change calling
6088 convention.
6089 (show_source_disasm_command, show_data): Simplify.
6090 (make_source_or_disasm_window): Remove.
6091 (show_source_or_disasm_and_command): Simplify.
6092 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6093 (struct tui_source_window_base) <reset>: Likewise.
6094 <execution_info>: Remove initializer.
6095 * tui/tui-data.c (tui_source_window_base): Initialize
6096 execution_info.
6097
60982019-07-17 Tom Tromey <tom@tromey.com>
6099
6100 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6101 variable.
6102
61032019-07-17 Tom Tromey <tom@tromey.com>
6104
6105 * tui/tui.c (tui_rl_other_window): Update.
6106 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6107 superclass method first. Always iterate over regs_content.
6108 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6109 method.
6110 * tui/tui-win.c (tui_set_focus_command): Update.
6111
61122019-07-17 Tom Tromey <tom@tromey.com>
6113
6114 * tui/tui-win.c (tui_set_focus_command): Rename from
6115 tui_set_focus. Call tui_enable.
6116 (tui_set_focus_command): Remove.
6117
61182019-07-17 Tom Tromey <tom@tromey.com>
6119
6120 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6121 refresh_window.
6122 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6123 touchwin.
6124 (tui_data_window::refresh_window): Call refresh_window on data
6125 items. Always call superclass refresh_window.
6126 (tui_win_info::refresh): Remove.
6127 (tui_source_window_base::refresh_window): Update.
6128 (tui_refresh_all): Update.
6129 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6130 refresh_window.
6131 (show_source_or_disasm_and_command): Likewise.
6132 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6133 (struct tui_source_window_base) <refresh>: Likewise.
6134
61352019-07-17 Tom Tromey <tom@tromey.com>
6136
6137 * tui/tui-winsource.c (tui_clear_source_content)
6138 (tui_show_source_content): Update.
6139 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6140 whether content is empty.
6141 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6142 Remove.
6143
61442019-07-17 Tom Tromey <tom@tromey.com>
6145
6146 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6147 window's contents.
6148 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6149 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6150
61512019-07-17 Tom Tromey <tom@tromey.com>
6152
6153 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6154 (struct tui_data_item_window): Update.
6155
61562019-07-17 Tom Tromey <tom@tromey.com>
6157
6158 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6159 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6160 defines.
6161
61622019-07-17 Tom Tromey <tom@tromey.com>
6163
6164 * tui/tui-winsource.h (tui_erase_source_content)
6165 (tui_clear_source_content): Remove "display_prompt" parameter.
6166 * tui/tui-winsource.c (tui_update_source_window_as_is)
6167 (tui_update_source_windows_with_addr): Update.
6168 (tui_clear_source_content): Remove "display_prompt" parameter.
6169 (tui_erase_source_content): Likewise. Simplify.
6170 (tui_show_source_content): Update.
6171 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6172 * tui/tui-stack.c (tui_show_frame_info): Update.
6173 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6174 Remove defines.
6175
61762019-07-17 Tom Tromey <tom@tromey.com>
6177
6178 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6179 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6180 parameter.
6181 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6182 parameter.
6183
61842019-07-17 Tom Tromey <tom@tromey.com>
6185
6186 * tui/tui-winsource.c (tui_clear_source_content)
6187 (tui_show_source_content, tui_show_exec_info_content)
6188 (tui_clear_exec_info_content): Update.
6189 * tui/tui-stack.c (tui_show_locator_content): Update.
6190 (tui_show_frame_info): Update.
6191 * tui/tui-source.h (tui_source_window): Don't declare.
6192 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6193 from tui_source_is_displayed.
6194 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6195 Remove field.
6196 (struct tui_source_window_base) <content_in_use>: New field. Now
6197 bool.
6198 (struct tui_source_window) <showing_source_p>: New method.
6199 (TUI_SRC_WIN): Change cast.
6200 * tui/tui-data.c (tui_initialize_static_data): Update.
6201
62022019-07-17 Tom Tromey <tom@tromey.com>
6203
6204 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6205 location_matches_p.
6206 * tui/tui-source.c (tui_source_window::location_matches_p): New
6207 method.
6208 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6209 method.
6210 * tui/tui-data.h (struct tui_source_window_base)
6211 <location_matches_p>: New method.
6212 (struct tui_source_window, struct tui_disasm_window)
6213 <location_matches_p>: Likewise.
6214
62152019-07-17 Tom Tromey <tom@tromey.com>
6216
6217 * tui/tui-win.c (tui_set_win_height_command): Rename from
6218 tui_set_win_height.
6219 (tui_set_win_height_command): Remove.
6220
62212019-07-17 Tom Tromey <tom@tromey.com>
6222
6223 * tui/tui-source.c (tui_source_window): New constructor. Add
6224 observer.
6225 (~tui_source_window): New destructor.
6226 (tui_source_window::style_changed): New method.
6227 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6228 (tui_attach_detach_observers): Update.
6229 * tui/tui-data.h (struct tui_source_window): Make constructor not
6230 inline. Add destructor.
6231 (struct tui_source_window) <style_changed>: New method.
6232 <m_observable>: New member.
6233
62342019-07-17 Tom Tromey <tom@tromey.com>
6235
6236 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6237 * tui/tui-win.c (tui_resize_all): Fix typo.
6238
62392019-07-17 Tom Tromey <tom@tromey.com>
6240
6241 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6242 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6243 (tui_refresh_all): Remove "list" parameter. Use foreach.
6244 * tui/tui-win.c (window_name_completer): Use foreach.
6245 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6246 (update_tab_width): Likewise.
6247 * tui/tui-layout.c (show_layout): Update.
6248 * tui/tui-data.h (class tui_window_iterator): New.
6249 (struct all_tui_windows): New.
6250 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6251
62522019-07-17 Tom Tromey <tom@tromey.com>
6253
6254 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6255 parameter. Don't reference globals.
6256 (tui_reg_command): Update.
6257
62582019-07-17 Tom Tromey <tom@tromey.com>
6259
6260 * tui/tui-regs.c (tui_show_registers): Simplify.
6261
62622019-07-17 Tom Tromey <tom@tromey.com>
6263
6264 * tui/tui-regs.c (tui_show_registers): Update.
6265 (tui_show_register_group): Add win_info parameter.
6266
62672019-07-17 Tom Tromey <tom@tromey.com>
6268
6269 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6270 Rename from tui_display_reg_element_at_line.
6271 (tui_data_window::display_registers_from_line): Update.
6272 * tui/tui-data.h (struct tui_data_window)
6273 <display_reg_element_at_line>: New method.
6274
62752019-07-17 Tom Tromey <tom@tromey.com>
6276
6277 * tui/tui-regs.h (tui_display_registers_from)
6278 (tui_display_registers_from_line): Don't declare.
6279 * tui/tui-windata.c (tui_data_window::display_all_data)
6280 (tui_data_window::refresh_all)
6281 (tui_data_window::do_scroll_vertical): Update.
6282 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6283 from tui_display_registers_from.
6284 (tui_display_reg_element_at_line): Update.
6285 (tui_data_window::display_registers_from_line): Rename from
6286 tui_display_registers_from_line.
6287 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6288 display_registers_from_line>: New methods.
6289
62902019-07-17 Tom Tromey <tom@tromey.com>
6291
6292 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6293 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6294 from tui_erase_data_content.
6295 (tui_data_window::display_all_data)
6296 (tui_data_window::refresh_all)
6297 (tui_data_window::do_scroll_vertical): Update.
6298 * tui/tui-regs.c (tui_show_registers): Update.
6299 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6300 New method.
6301
63022019-07-17 Tom Tromey <tom@tromey.com>
6303
6304 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6305 declare.
6306 * tui/tui-windata.c
6307 (tui_data_window::delete_data_content_windows): Rename from
6308 tui_delete_data_content_windows.
6309 (tui_data_window::display_all_data)
6310 (tui_data_window::do_scroll_vertical): Update.
6311 * tui/tui-data.h (struct tui_data_window)
6312 <delete_data_content_windows>: New method.
6313
63142019-07-17 Tom Tromey <tom@tromey.com>
6315
6316 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6317 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6318
63192019-07-17 Tom Tromey <tom@tromey.com>
6320
6321 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6322 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6323 from tui_display_all_data.
6324 * tui/tui-win.c
6325 (tui_data_window::do_make_visible_with_new_height): Update.
6326 * tui/tui-regs.c (tui_show_registers): Update.
6327 * tui/tui-layout.c (tui_set_layout): Update.
6328 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6329 method.
6330
63312019-07-17 Tom Tromey <tom@tromey.com>
6332
6333 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6334 * tui/tui-windata.c (tui_display_data_from): Remove.
6335 (tui_data_window::refresh_all): Update.
6336
63372019-07-17 Tom Tromey <tom@tromey.com>
6338
6339 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6340 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6341 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6342 tui_display_registers_from_line.
6343 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6344 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6345 "force_display" parameter.
6346
63472019-07-17 Tom Tromey <tom@tromey.com>
6348
6349 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6350 declare.
6351 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6352 Rename from tui_first_reg_element_no_inline.
6353 (tui_display_reg_element_at_line)
6354 (tui_display_registers_from_line): Update.
6355 * tui/tui-data.h (struct tui_data_window)
6356 <first_reg_element_no_inline>: New method.
6357
63582019-07-17 Tom Tromey <tom@tromey.com>
6359
6360 * tui/tui-windata.c (tui_display_data_from)
6361 (tui_data_window::do_scroll_vertical): Update.
6362 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6363 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6364 Rename from tui_line_from_reg_element_no.
6365 (tui_display_registers_from_line): Update.
6366 * tui/tui-data.h (struct tui_data_window)
6367 <line_from_reg_element_no>: New method.
6368
63692019-07-17 Tom Tromey <tom@tromey.com>
6370
6371 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6372 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6373 tui_last_regs_line_no.
6374 (tui_display_reg_element_at_line)
6375 (tui_display_registers_from_line): Update.
6376 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6377 method.
6378
63792019-07-17 Tom Tromey <tom@tromey.com>
6380
6381 PR tui/24722:
6382 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6383 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6384 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6385 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6386 (tui_update_breakpoint_info): Likewise.
6387 * tui/tui-hooks.c (tui_event_create_breakpoint)
6388 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6389 Update.
6390
63912019-07-17 Tom Tromey <tom@tromey.com>
6392
6393 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6394
63952019-07-17 Tom Tromey <tom@tromey.com>
6396
6397 * tui/tui-winsource.c (tui_update_source_window_as_is)
6398 (tui_update_source_windows_with_addr): Update.
6399 * tui/tui-source.h (tui_set_source_content)
6400 (tui_show_symtab_source): Add "win_info" parameter.
6401 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6402 parameter.
6403 (tui_show_symtab_source): Likewise.
6404
64052019-07-17 Tom Tromey <tom@tromey.com>
6406
6407 * tui/tui-wingeneral.c
6408 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6409
64102019-07-17 Tom Tromey <tom@tromey.com>
6411
6412 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6413 (struct tui_cmd_window) <can_scroll>: New method.
6414 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6415 method.
6416
64172019-07-17 Tom Tromey <tromey@adacore.com>
6418
6419 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6420 do_field_signed>: Rename. Change type of "value".
6421 * ui-out.c (ui_out::field_signed): Rename from field_int.
6422 Change type of "value".
6423 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6424 type of "value".
6425 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6426 do_field_int. Change type of "value".
6427 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6428 do_field_int. Change type of "value".
6429 * tracepoint.c (trace_status_mi, tfind_1)
6430 (print_one_static_tracepoint_marker): Update.
6431 * thread.c (print_thread_info_1, print_selected_thread_frame):
6432 Update.
6433 * stack.c (print_frame, print_frame_info): Update.
6434 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6435 Update.
6436 * source.c (print_source_lines_base): Update.
6437 * skip.c (info_skip_command): Update.
6438 * record-btrace.c (btrace_ui_out_decode_error)
6439 (btrace_call_history_src_line): Update.
6440 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6441 Update.
6442 * progspace.c (print_program_space): Update.
6443 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6444 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6445 do_field_int. Change type of "value".
6446 * mi/mi-out.c (mi_ui_out::do_table_begin)
6447 (mi_ui_out::do_table_header): Update.
6448 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6449 type of "value".
6450 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6451 (mi_cmd_data_list_changed_registers, output_register)
6452 (mi_cmd_data_read_memory, mi_load_progress)
6453 (mi_cmd_trace_frame_collected): Update.
6454 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6455 Update.
6456 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6457 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6458 (mi_cmd_var_list_children, varobj_update_one): Update.
6459 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6460 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6461 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6462 * inferior.c (print_inferior): Update.
6463 * gdb_bfd.c (print_one_bfd): Update.
6464 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6465 Update.
6466 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6467 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6468 do_field_int. Change type of "value".
6469 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6470 do_field_int. Change type of "value".
6471 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6472 (print_one_breakpoint_location, print_it_catch_fork)
6473 (print_one_catch_fork, print_it_catch_vfork)
6474 (print_one_catch_vfork, print_it_catch_solib)
6475 (print_it_catch_exec, print_it_ranged_breakpoint)
6476 (print_mention_watchpoint, print_mention_masked_watchpoint)
6477 (bkpt_print_it, update_static_tracepoint): Update.
6478 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6479 * break-catch-syscall.c (print_it_catch_syscall): Update.
6480 * ada-tasks.c (print_ada_task_info): Update.
6481 * ada-lang.c (print_it_exception, print_mention_exception):
6482 Update.
6483
64842019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6485
6486 PR breakpoints/24541
6487 * gdbarch.c: Regenerate.
6488 * gdbarch.h: Regenerate.
6489 * gdbarch.sh: Adjust return type and parameter types for
6490 'stap_adjust_register'.
6491 (i386_stap_adjust_register): Adjust signature and return new
6492 register name.
6493 * stap-probe.c (stap_parse_register_operand): Adjust use of
6494 'gdbarch_stap_adjust_register'.
6495
64962019-07-17 Tom Tromey <tromey@adacore.com>
6497
6498 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6499 declare VEC.
6500 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6501 std::vector.
6502 (struct s390_process_info): Add initializers.
6503 (s390_add_process): Use new.
6504 (s390_linux_nat_target::low_forget_process): Use delete.
6505 (s390_linux_nat_target::low_new_fork)
6506 (s390_linux_nat_target::stopped_by_watchpoint)
6507 (s390_linux_nat_target::low_prepare_to_resume)
6508 (s390_linux_nat_target::insert_watchpoint)
6509 (s390_linux_nat_target::insert_hw_breakpoint)
6510 (s390_linux_nat_target::remove_watchpoint)
6511 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6512
65132019-07-16 John Baldwin <jhb@FreeBSD.org>
6514
6515 * aarch64-fbsd-nat.c: Include regcache.h.
6516 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6517 argument.
6518 (aarch64_fbsd_nat_target::fetch_registers)
6519 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6520 variable.
6521 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6522
65232019-07-16 John Baldwin <jhb@FreeBSD.org>
6524
6525 * fbsd-nat.c: Include gdbarch.h.
6526
65272019-07-15 Tom Tromey <tromey@adacore.com>
6528
6529 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6530
65312019-07-15 Tom Tromey <tromey@adacore.com>
6532
6533 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6534 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6535 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6536 * cli-out.c (cli_ui_out::do_field_int): New method.
6537 * ui-out.c (ui_out::field_unsigned): New method.
6538 * symfile.c (generic_load): Use field_unsigned.
6539 (print_transfer_performance): Likewise.
6540 * record-btrace.c (ui_out_field_uint): Remove.
6541 (btrace_call_history_insn_range, btrace_call_history): Use
6542 field_unsigned.
6543 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6544 field_unsigned.
6545 * ui-out.h (class ui_out) <field_unsigned>: New method.
6546 <do_field_unsigned>: Likewise.
6547
65482019-07-15 Tom Tromey <tromey@adacore.com>
6549
6550 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6551 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6552 * target.c (flash_erase_command): Use field_string.
6553 * infrun.c (print_signal_received_reason): Use field_string.
6554 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6555 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6556 field_string.
6557 * ada-tasks.c (print_ada_task_info): Use field_string.
6558
65592019-07-15 Tom Tromey <tromey@adacore.com>
6560
6561 * target.c (flash_erase_command): Use field_core_addr.
6562 * symfile.c (generic_load): Use field_core_addr.
6563 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6564 Use field_core_addr.
6565 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6566 field_core_addr.
6567
65682019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6569
6570 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6571 value if its desired type is smaller than a CORE_ADDR and signed.
6572
65732019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6574
6575 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6576 of changes to field names, and use new is_reference field to
6577 decide if a property is a reference or not.
6578 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6579 field.
6580 (struct dwarf2_property_baton): Update header comment, rename
6581 'referenced_type' to 'property_type' and update comments.
6582 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6583 default property type, store in property baton, update to take
6584 accound of renamed field.
6585 (read_func_scope): Update call to attr_to_dynamic_prop.
6586 (read_array_type): Likewise.
6587 (dwarf2_per_cu_addr_sized_int_type): New function.
6588 (read_subrange_index_type): Move type finding code to
6589 dwarf2_per_cu_addr_sized_int_type.
6590 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6591 (dwarf2_per_cu_addr_type): New function.
6592 (set_die_type): Update calls to attr_to_dynamic_prop.
6593
65942019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6595
6596 * dwarf2read.c (read_subrange_index_type): New function.
6597 (read_subrange_type): Move code into new function and call it.
6598 * gdbtypes.c (create_range_type): Add some asserts.
6599
66002019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6601
6602 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6603 update return statements.
6604 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6605 declaration, and update comment to match.
6606 * gdbtypes.c (resolve_dynamic_array): Update call to
6607 dwarf2_evaluate_property to match new return type.
6608
66092019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6610
6611 * valarith.c (value_subscripted_rvalue): Change lowerbound
6612 parameter type from int to LONGEST.
6613 * value.h (value_subscripted_rvalue): Likewise in declaration.
6614
66152019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6616
6617 * cli/cli-utils.c (info_print_command_completer): New function.
6618 * cli/cli-utils.h: Add 'completer.h' include, and forward
6619 declaration for 'struct cmd_list_element'.
6620 (info_print_command_completer): Declare.
6621 * stack.c (_initialize_stack): Add completer for 'info locals' and
6622 'info args'.
6623 * symtab.c (_initialize_symtab): Add completer for 'info
6624 variables' and 'info functions'.
6625 * NEWS: Mention completion for additional info commands.
6626
66272019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6628
6629 * cli/cli-utils.c (extract_info_print_args): Delete.
6630 (extract_arg_maybe_quoted): Delete.
6631 (info_print_options_defs): New variable.
6632 (make_info_print_options_def_group): New function.
6633 (extract_info_print_options): Define new function.
6634 * cli/cli-utils.h (extract_info_print_args): Delete.
6635 (struct info_print_options): New structure.
6636 (extract_info_print_options): Declare new function.
6637 * stack.c (info_locals_command): Update to use new
6638 extract_info_print_options, also add a header comment.
6639 (info_args_command): Likewise.
6640 * symtab.c (info_variables_command): Likewise.
6641 (info_functions_command): Likewise.
6642
66432019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6644
6645 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6646 to extract string arguments.
6647 * common/common-utils.c (extract_string_maybe_quoted): New function.
6648 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6649
66502019-07-11 Tom Tromey <tromey@adacore.com>
6651
6652 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6653 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6654 * top.h (gdbinit): Don't declare.
6655 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6656 into...
6657 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6658 * top.c (gdb_init): Don't call init_cli_cmds.
6659 (gdbinit): Remove.
6660 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6661
66622019-07-11 Tom Tromey <tromey@adacore.com>
6663
6664 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6665 after it has been moved.
6666
66672019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6668
6669 * valops.c (value_must_coerce_to_target): Change return type to
6670 bool.
6671 * value.h (value_must_coerce_to_target): Likewise.
6672
66732019-07-10 Simon Marchi <simon.marchi@efficios.com>
6674
6675 * breakpoint.c (is_hardware_watchpoint): Remove
6676 forward-declaration.
6677 (is_masked_watchpoint): Change return type to bool.
6678 (is_tracepoint): Likewise.
6679 (is_breakpoint): Likewise.
6680 (is_hardware_watchpoint): Likewise.
6681 (is_watchpoint): Likewise.
6682 (is_no_memory_software_watchpoint): Likewise.
6683 (is_catchpoint): Likewise.
6684 (breakpoint_1): Make FILTER parameter's return type bool.
6685 is_masked_watchpoint): Change return type to bool.
6686 (save_breakpoints): Make FILTER parameter's return type bool.
6687 * breakpoint.h (is_breakpoint): Change return type to bool.
6688 (is_watchpoint): Likewise.
6689 (is_catchpoint): Likewise.
6690 (is_tracepoint): Likewise.
6691
66922019-07-10 Tom Tromey <tom@tromey.com>
6693
6694 * defs.h: Don't include gdbarch.h.
6695 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6696 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6697 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6698 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6699 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6700 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6701 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6702 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6703 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6704 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6705 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6706 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6707 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6708 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6709 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6710 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6711 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6712 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6713 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6714 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6715 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6716 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6717 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6718 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6719 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6720 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6721 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6722
67232019-07-10 Tom Tromey <tromey@adacore.com>
6724
6725 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6726 * breakpoint.c (init_ada_exception_breakpoint): Register as
6727 bp_catchpoint.
6728 (print_one_breakpoint_location, print_one_breakpoint): Use
6729 is_ada_exception_catchpoint.
6730 * ada-lang.c (class ada_catchpoint_location): Pass
6731 bp_loc_software_breakpoint to bp_location constructor.
6732 (is_ada_exception_catchpoint): New function.
6733
67342019-07-10 Tom Tromey <tromey@adacore.com>
6735
6736 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6737 VEC.
6738 (struct arm_exidx_entry): New method operator<.
6739 (struct arm_exidx_data) <section_maps>: Change type.
6740 (arm_exidx_data_free): Remove.
6741 (arm_exidx_data_key): Change type. Move lower.
6742 (arm_exidx_new_objfile): Update.
6743 (arm_compare_exidx_entries): Remove.
6744 (arm_find_exidx_entry, _initialize_arm_tdep)
6745
67462019-07-10 Tom Tromey <tromey@adacore.com>
6747
6748 * solib-spu.c (ocl_program_data_key): Change type.
6749 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6750 Update.
6751
67522019-07-10 Tom Tromey <tromey@adacore.com>
6753
6754 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6755 (struct solib_aix_inferior_data) <library_list>: Change type.
6756 (solib_aix_inferior_data_handle): Change type.
6757 (get_solib_aix_inferior_data): Update.
6758 (solib_aix_free_library_list): Remove.
6759 (library_list_start_library): Update.
6760 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6761 return type.
6762 (solib_aix_get_library_list)
6763 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6764 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6765
67662019-07-10 Tom Tromey <tromey@adacore.com>
6767
6768 * solib-dsbt.c (struct dsbt_info): Add initializers.
6769 (solib_dsbt_pspace_data): Change type.
6770 (dsbt_pspace_data_cleanup): Remove.
6771 (get_dsbt_info, _initialize_dsbt_solib): Update.
6772
67732019-07-10 Tom Tromey <tromey@adacore.com>
6774
6775 * spu-tdep.c (spu_overlay_data): Change type.
6776 (spu_get_overlay_table, spu_overlay_new_objfile)
6777 (_initialize_spu_tdep): Update.
6778
67792019-07-10 Tom Tromey <tromey@adacore.com>
6780
6781 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6782 destructor.
6783 (dbx_objfile_data_key): Change type and declare later.
6784 (DBX_SYMFILE_INFO): Rewrite.
6785 * dbxread.c (dbx_objfile_data_key): Change type.
6786 (dbx_symfile_init): Update.
6787 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6788 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6789 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6790
67912019-07-10 Tom Tromey <tromey@adacore.com>
6792
6793 * jit.c (jit_program_space_key): Change type. Move lower.
6794 (get_jit_program_space_data): Update.
6795 (jit_program_space_data_cleanup): Remove.
6796 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6797 Update.
6798 (struct jit_program_space_data): Add initializers.
6799
68002019-07-10 Tom Tromey <tromey@adacore.com>
6801
6802 * solib-darwin.c (struct darwin_info): Add initializers.
6803 (solib_darwin_pspace_data): Change type.
6804 (darwin_pspace_data_cleanup): Remove.
6805 (get_darwin_info, _initialize_darwin_solib): Update.
6806
68072019-07-10 Tom Tromey <tromey@adacore.com>
6808
6809 * remote-sim.c (struct sim_inferior_data): Add initializers,
6810 constructor, and destructor.
6811 (sim_inferior_data_key): Change type. Move lower.
6812 (check_for_duplicate_sim_descriptor): Update.
6813 (get_sim_inferior_data): Use new. Update.
6814 (~sim_inferior_data_cleanup): Rename from
6815 sim_inferior_data_cleanup. Simplify.
6816 (gdbsim_close_inferior, simulator_command)
6817 (sim_command_completer, _initialize_remote_sim): Update.
6818 (next_pid, INITIAL_PID): Move earlier.
6819
68202019-07-10 Tom Tromey <tromey@adacore.com>
6821
6822 * python/python-internal.h (create_thread_object): Return
6823 gdbpy_ref.
6824 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6825 * python/py-inferior.c (struct threadlist_entry): Add
6826 constructor.
6827 <thread_obj>: Now a gdbpy_ref.
6828 (thread_to_thread_object): Update.
6829 (add_thread_object): Use new.
6830 (delete_thread_object): Use delete.
6831 (infpy_threads): Update.
6832 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6833 GIL.
6834
68352019-07-10 Tom Tromey <tromey@adacore.com>
6836
6837 * valops.c (value_cast): Specialize error message for Ada.
6838
68392019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6840
6841 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6842
68432019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6844
6845 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6846 bpstat_should_step): Return bool, adjust comments.
6847 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6848 bpstat_should_step): Likewise.
6849
68502019-07-10 Alan Hayward <alan.hayward@arm.com>
6851
6852 * features/Makefile: Use feature target descriptions for Arm.
6853 * features/arm/arm-core.c: Generate new file.
6854 * features/arm/arm-fpa.c: Likewise.
6855 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6856 * features/arm/arm-m-profile.c: Likewise.
6857 * features/arm/arm-vfpv2.c: Likewise.
6858 * features/arm/arm-vfpv3.c: Likewise.
6859 * features/arm/xscale-iwmmxt.c: Likewise.
6860 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6861
68622019-07-10 Alan Hayward <alan.hayward@arm.com>
6863
6864 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6865 ptrace earlier.
6866
68672019-07-10 Alan Hayward <alan.hayward@arm.com>
6868
6869 * features/aarch64-pauth.c: Regenerate.
6870
68712019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6872
6873 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6874 bool.
6875 (bpstat_what): Use false instead of 0.
6876
68772019-07-09 Pedro Alves <palves@redhat.com>
6878
6879 * break-catch-throw.c (is_exception_catchpoint): New.
6880 * breakpoint.c (print_one_breakpoint_location): New parameter
6881 'raw_loc'. Handle it. Use
6882 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6883 looking at the breakpoint's type.
6884 (print_one_breakpoint): If handling "maint info breakpoints", also
6885 print locations of exception catchpoints.
6886 * breakpoint.h (is_exception_catchpoint): Declare.
6887
68882019-07-09 Pedro Alves <palves@redhat.com>
6889
6890 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6891 "addr" field.
6892 (allocate_location_exception_catchpoint): New.
6893 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6894 (initialize_throw_catchpoint_ops): Install
6895 allocate_location_exception_catchpoint as allocate_location
6896 method.
6897 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6898 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6899 bp_loc_other.
6900 (breakpoint_address_is_meaningful): Delete.
6901 (bl_address_is_meaningful): New.
6902 (breakpoint_locations_match): Adjust comment.
6903 (bp_location_from_bp_type): New, factored out of...
6904 (bp_location::bp_location(breakpoint *)): ... this.
6905 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6906 factored out of...
6907 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6908 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6909 breakpoint_address_is_meaningful.
6910 (bp_locations_compare): Adjust comment.
6911 (update_global_location_list): Use bl_address_is_meaningful
6912 instead of breakpoint_address_is_meaningful.
6913 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6914 explicit.
6915 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6916 * python/py-breakpoint.c (bppy_get_location): No longer check
6917 whether location is null.
6918
69192019-07-09 Pedro Alves <palves@redhat.com>
6920
6921 PR c++/15468
6922 * breakpoint.c (print_one_breakpoint_location): Remove
6923 single-location assert.
6924
69252019-07-09 Tom Tromey <tom@tromey.com>
6926
6927 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6928 * configure: Rebuild.
6929 * configure.ac: Change common to gdbsupport.
6930 * gdbsupport: Rename from common.
6931 * acinclude.m4: Change common to gdbsupport.
6932 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6933 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6934 gdbsupport.
6935 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6936 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6937 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6938 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6939 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
6940 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
6941 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
6942 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
6943 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
6944 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
6945 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
6946 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
6947 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
6948 coff-pe-read.c, command.h, compile/compile-c-support.c,
6949 compile/compile-c.h, compile/compile-cplus-symbols.c,
6950 compile/compile-cplus-types.c, compile/compile-cplus.h,
6951 compile/compile-loc2c.c, compile/compile.c, completer.c,
6952 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
6953 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
6954 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
6955 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
6956 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
6957 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
6958 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
6959 features/aarch64-core.c, features/aarch64-fpu.c,
6960 features/aarch64-pauth.c, features/aarch64-sve.c,
6961 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
6962 features/i386/32bit-core.c, features/i386/32bit-linux.c,
6963 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
6964 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
6965 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
6966 features/i386/64bit-core.c, features/i386/64bit-linux.c,
6967 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
6968 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
6969 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
6970 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
6971 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
6972 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
6973 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
6974 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
6975 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
6976 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
6977 go32-nat.c, guile/guile.c, guile/scm-ports.c,
6978 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
6979 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
6980 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
6981 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
6982 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
6983 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
6984 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
6985 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
6986 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
6987 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
6988 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
6989 minsyms.c, mips-linux-tdep.c, namespace.h,
6990 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
6991 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
6992 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
6993 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
6994 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
6995 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
6996 nat/linux-waitpid.c, nat/mips-linux-watch.c,
6997 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
6998 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
6999 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
7000 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
7001 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
7002 procfs.c, producer.c, progspace.h, psymtab.h,
7003 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
7004 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
7005 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
7006 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
7007 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
7008 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
7009 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
7010 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
7011 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
7012 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
7013 target-memory.c, target.c, target.h, target/waitstatus.c,
7014 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
7015 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
7016 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
7017 unittests/array-view-selftests.c,
7018 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
7019 unittests/common-utils-selftests.c,
7020 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
7021 unittests/format_pieces-selftests.c,
7022 unittests/function-view-selftests.c,
7023 unittests/lookup_name_info-selftests.c,
7024 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
7025 unittests/mkdir-recursive-selftests.c,
7026 unittests/observable-selftests.c,
7027 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
7028 unittests/parse-connection-spec-selftests.c,
7029 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
7030 unittests/scoped_fd-selftests.c,
7031 unittests/scoped_mmap-selftests.c,
7032 unittests/scoped_restore-selftests.c,
7033 unittests/string_view-selftests.c, unittests/style-selftests.c,
7034 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
7035 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
7036 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
7037 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
7038 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
7039 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
7040
70412019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7042
7043 * linespec.c (decode_digits_list_mode): Set explicit_line to a
7044 bool value.
7045 (decode_digits_ordinary): Set explicit_line field in sal.
7046 * symtab.c (skip_prologue_sal): Don't skip prologue for a
7047 symtab_and_line that was set on an explicit line number in
7048 assembler code. Do always update the recorded symtab and line if
7049 we do skip the prologue.
7050
70512019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7052
7053 * breakpoint.c (set_breakpoint_location_function): Remove
7054 explicit_loc parameter.
7055 (momentary_breakpoint_from_master): Update call to
7056 set_breakpoint_location_function.
7057 (add_location_to_breakpoint): Likewise.
7058
70592019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7060
7061 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7062 required features based on default bfd type when no specific bfd
7063 is present.
7064
70652019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7066
7067 * NEWS: Mention that GDB printf and eval commands can now print
7068 C-style and Ada-style convenience var strings without
7069 calling the inferior.
7070 * printcmd.c (printf_c_string): Locally print GDB internal var
7071 instead of transiting via the inferior.
7072 (printf_wide_c_string): Likewise.
7073
70742019-07-04 Alan Hayward <alan.hayward@arm.com>
7075
7076 PR breakpoints/25011
7077 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7078
70792019-07-04 Tom Tromey <tom@tromey.com>
7080
7081 PR tui/24724:
7082 * tui/tui-winsource.c (tui_clear_source_content): Update.
7083 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7084 (tui_update_breakpoint_info): Update.
7085 (tui_set_exec_info_content): Update.
7086 * tui/tui-source.c (tui_set_source_content_nil): Update.
7087 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7088 has_break.
7089 * tui/tui-data.h (enum tui_bp_flag): New.
7090 (tui_bp_flags): New enum flags type.
7091 (struct tui_source_element) <break_mode>: Change type. Rename
7092 from has_break.
7093 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7094 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7095 constants.
7096 * tui/tui-winsource.h: Fix comment.
7097
70982019-07-04 Alan Hayward <alan.hayward@arm.com>
7099
7100 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7101 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7102 (store_fpregs_to_thread)
7103 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7104 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7105 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7106 (IWMMXT_REGS_SIZE): Add define.
7107 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7108 (fetch_vfp_regs, store_vfp_regs)
7109 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7110 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7111
71122019-07-04 Alan Hayward <alan.hayward@arm.com>
7113
7114 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7115 defines.
7116 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7117 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7118 (ARM_INT_REGISTER_SIZE): ...to this.
7119 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7120 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7121 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7122 (arm_linux_collect_gregset, supply_nwfpe_register)
7123 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7124 defines.
7125 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7126 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7127 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7128 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7129 (arm_return_in_memory, arm_store_return_value)
7130 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7131 (arm_record_ld_st_multiple): Likewise.
7132 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7133 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7134
71352019-07-04 Alan Hayward <alan.hayward@arm.com>
7136
7137 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7138 AARCH64_DISPLACED_MODIFIED_INSNS.
7139 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7140 (aarch64_displaced_step_copy_insn): Likewise.
7141 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7142 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7143 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7144 ARM_DISPLACED_MODIFIED_INSNS.
7145 * arm-tdep.c (arm_gdbarch_init): Likewise.
7146 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7147 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7148 (struct arm_displaced_step_closure): Use
7149 ARM_DISPLACED_MODIFIED_INSNS.
7150
71512019-07-04 Alan Hayward <alan.hayward@arm.com>
7152
7153 * features/Makefile: Remove unused xml files.
7154 * features/aarch64.xml: Remove.
7155 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7156 * features/i386/amd64-avx-avx512.xml: Remove.
7157 * features/i386/amd64-avx-linux.xml: Remove.
7158 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7159 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7160 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7161 * features/i386/amd64-avx-mpx.xml: Remove.
7162 * features/i386/amd64-avx.xml: Remove.
7163 * features/i386/amd64-linux.xml: Remove.
7164 * features/i386/amd64-mpx-linux.xml: Remove.
7165 * features/i386/amd64-mpx.xml: Remove.
7166 * features/i386/amd64.xml: Remove.
7167 * features/i386/i386-avx-avx512-linux.xml: Remove.
7168 * features/i386/i386-avx-avx512.xml: Remove.
7169 * features/i386/i386-avx-linux.xml: Remove.
7170 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7171 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7172 * features/i386/i386-avx-mpx-linux.xml: Remove.
7173 * features/i386/i386-avx-mpx.xml: Remove.
7174 * features/i386/i386-avx.xml: Remove.
7175 * features/i386/i386-linux.xml: Remove.
7176 * features/i386/i386-mmx-linux.xml: Remove.
7177 * features/i386/i386-mmx.xml: Remove.
7178 * features/i386/i386-mpx-linux.xml: Remove.
7179 * features/i386/i386-mpx.xml: Remove.
7180 * features/i386/i386.xml: Remove.
7181 * features/i386/x32-avx-avx512-linux.xml: Remove.
7182 * features/i386/x32-avx-linux.xml: Remove.
7183 * features/i386/x32-linux.xml: Remove.
7184
71852019-07-04 Alan Hayward <alan.hayward@arm.com>
7186
7187 * regformats/aarch64.dat: Remove.
7188 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7189 * regformats/i386/amd64-avx-linux.dat: Remove.
7190 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7191 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7192 * regformats/i386/amd64-linux.dat: Remove.
7193 * regformats/i386/amd64-mpx-linux.dat: Remove.
7194 * regformats/i386/amd64.dat: Remove.
7195 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7196 * regformats/i386/i386-avx-linux.dat: Remove.
7197 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7198 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7199 * regformats/i386/i386-linux.dat: Remove.
7200 * regformats/i386/i386-mmx-linux.dat: Remove.
7201 * regformats/i386/i386-mpx-linux.dat: Remove.
7202 * regformats/i386/i386.dat: Remove.
7203 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7204 * regformats/i386/x32-avx-linux.dat: Remove.
7205 * regformats/i386/x32-linux.dat: Remove.
7206
72072019-07-04 Alan Hayward <alan.hayward@arm.com>
7208
7209 * aarch64-tdep.c: Remove xml self tests.
7210 * amd64-linux-tdep.c: Likewise.
7211 * amd64-tdep.c: Likewise.
7212 * i386-linux-tdep.c: Likewise.
7213 * i386-tdep.c: Likewise.
7214
72152019-07-03 Pedro Alves <palves@redhat.com>
7216
7217 PR cli/24732
7218 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7219 (pipe_cmd_option_defs): New.
7220 (make_pipe_cmd_options_def_group): New.
7221 (pipe_command): Use gdb::option::process_options.
7222 (pipe_command_completer): New function.
7223 (_initialize_cli_cmds): Install completer for "pipe" command.
7224
72252019-07-03 Pedro Alves <palves@redhat.com>
7226
7227 * cli/cli-option.c (union option_value) <string>: New field.
7228 (struct option_def_and_value): Add ctor, move ctor, dtor and
7229 use DISABLE_COPY_AND_ASSIGN.
7230 (option_def_and_value::clear_value): New.
7231 (parse_option, save_option_value_in_ctx, get_val_type_str)
7232 (add_setshow_cmds_for_options): Handle var_string.
7233 * cli-option.h (union option_def::var_address) <string>: New
7234 field.
7235 (struct string_option_def): New.
7236 * maint-test-options.c (struct test_options_opts): Add default
7237 ctor and use DISABLE_COPY_AND_ASSIGN.
7238 <string_opt>: New field.
7239 (test_options_opts::~test_options_opts): New.
7240 (test_options_opts::dump): Also dump "-string".
7241 (test_options_option_defs): Install "string.
7242
72432019-07-03 Pedro Alves <palves@redhat.com>
7244
7245 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7246 option_value with a null enumeration.
7247 (complete_options): Save the option values in the context.
7248 (save_option_value_in_ctx): New, factored out from ...
7249 (process_options): ... here.
7250 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7251 of the function.
7252 * maint-test-options.c (test_options_opts::dump): New, factored
7253 out from ...
7254 (maintenance_test_options_command_mode): ... here.
7255 (maintenance_test_options_command_completion_result): Delete.
7256 (maintenance_test_options_command_completion_text): Update
7257 comment.
7258 (maintenance_show_test_options_completion_result): Change
7259 prototype. Just print
7260 maintenance_test_options_command_completion_text.
7261 (save_completion_result): New.
7262 (maintenance_test_options_completer_mode): Pass options context to
7263 complete_options, and then save a dump.
7264 (_initialize_maint_test_options): Use add_cmd to install "maint
7265 show test-options-completion-result".
7266
72672019-07-03 Pedro Alves <palves@redhat.com>
7268
7269 * NEWS (New commands): Mention "with" and "maint with".
7270 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7271 (with_command, with_command_completer): New.
7272 (pipe_command): Adjust to new repeat_previous
7273 interface.
7274 (_initialize_cli_cmds): Install the "with" command and its "w"
7275 alias.
7276 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7277 declarations.
7278 * cli/cli-setshow.c (parse_cli_var_uinteger)
7279 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7280 argument strings for all var_types.
7281 (get_setshow_command_value_string): New, factored out from ...
7282 (do_show_command): ... this.
7283 * cli/cli-setshow.h: Include <string>.
7284 (get_setshow_command_value_string): Declare.
7285 * command.h (repeat_previous): Now returns const char *. Adjust
7286 comment.
7287 * maint.c: Include "cli/cli-cmds.h".
7288 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7289 (_initialize_maint_cmds): Register the "maintenance with" command.
7290 * top.c (repeat_previous): Move bits from pipe_command here:
7291 Return the saved command line, if any; error out if there's no
7292 command to relaunch.
7293
72942019-07-03 Pedro Alves <palves@redhat.com>
7295
7296 * NEWS (New commands): Mention "maint set/show test-settings"
7297 instead of "maint test-settings".
7298 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7299 (maintenance_test_settings_set_list): Rename to ...
7300 (maintenance_set_test_settings_list): ... this.
7301 (maintenance_test_settings_show_list): Rename to ...
7302 (maintenance_show_test_settings_list): ... this.
7303 (maintenance_test_settings_cmd): Delete.
7304 (maintenance_test_settings_set_cmd): ...
7305 (maintenance_set_test_settings_cmd): ... this.
7306 (maintenance_test_settings_show_cmd): ...
7307 (maintenance_show_test_settings_cmd): ... this.
7308 (maintenance_test_settings_show_value_cmd):
7309 (maintenance_show_test_settings_value_cmd): ... this.
7310 (_initialize_maint_test_settings): No longer install the "maint
7311 test-settings" prefix command. Rename "maint test-settings set"
7312 to "maint set test-settings", and "maint test-settings show" to
7313 "maint show test-settings". Adjust all subcommands.
7314
73152019-07-03 Pedro Alves <palves@redhat.com>
7316
7317 * maint-test-settings.c: Fix file's intro comment. Replace all
7318 references to "test-options" with references to "test-settings",
7319 in comments.
7320
73212019-07-03 Pedro Alves <palves@redhat.com>
7322
7323 * maint-test-settings.c (maintenance_test_settings_xxx)
7324 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7325 New.
7326 (maintenance_test_settings_enums): Use them.
7327 (maintenance_test_settings_enum): Default to
7328 maintenance_test_settings_xxx.
7329 (_initialize_maint_test_settings): Initialize
7330 MAINTENANCE_TEST_SETTINGS_FILENAME.
7331
73322019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7333
7334 * breakpoint.h (remove_breakpoints_inf): Change return type to
7335 void, move function documentation here.
7336 * breakpoint.c (remove_breakpoints_inf): Change return type to
7337 void, move function documentation to header.
7338
73392019-07-02 Pedro Alves <palves@redhat.com>
7340
7341 * NEWS (Completion improvements): Mention "info threads".
7342 * thread.c (struct info_threads_opts, info_threads_option_defs)
7343 (make_info_threads_options_def_group): New.
7344 (info_threads_command): Use gdb::option::process_options.
7345 (info_threads_command_completer): New.
7346 (_initialize_thread): Use gdb::option::build_help to build the
7347 help text for "info threads".
7348
73492019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7350
7351 * defs.h (generic_load): Move from here...
7352 * symfile.h (generic_load): ... to here. Rename name parameter
7353 to args.
7354 * symfile.c (generic_load): Add comment.
7355
73562019-07-01 Tom Tromey <tromey@adacore.com>
7357
7358 * dwarf2read.c
7359 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7360 declaration of without_params. Fix formatting.
7361
73622019-07-01 Tom Tromey <tromey@adacore.com>
7363
7364 * ada-exp.y (find_primitive_type): Update.
7365 * ada-lang.h (ada_lookup_symbol): Update.
7366 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7367 parameter.
7368 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7369
73702019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7371
7372 PR breakpoints/24541
7373 * gdbarch.c: Regenerate.
7374 * gdbarch.h: Regenerate.
7375 * gdbarch.sh: Add 'stap_adjust_register'.
7376 * i386-tdep.c: Include '<unordered_set>'.
7377 (i386_stap_adjust_register): New function.
7378 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7379 * stap-probe.c (stap_parse_register_operand): Call
7380 'gdbarch_stap_adjust_register'.
7381
73822019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7383
7384 PR python/24742
7385 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7386 * python/python.c (do_start_initialization): Use 'xmalloc'
7387 instead of 'PyMem_Malloc'.
7388
73892019-06-28 Tom Tromey <tromey@adacore.com>
7390
7391 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7392 for Ada.
7393
73942019-06-27 Tom Tromey <tromey@adacore.com>
7395
7396 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7397 objfile_key.
7398 (arm_find_mapping_symbol, arm_record_special_symbol)
7399 (_initialize_arm_tdep): Update.
7400 (arm_objfile_data_free): Remove.
7401
74022019-06-27 Tom Tromey <tromey@adacore.com>
7403
7404 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7405 to cp_print_static_field.
7406
74072019-06-26 Tom Tromey <tromey@adacore.com>
7408
7409 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7410 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7411 declare.
7412
74132019-06-26 Alan Hayward <alan.hayward@arm.com>
7414
7415 * features/aarch64-core.c (create_feature_aarch64_core):
7416 Regenerate.
7417 * features/aarch64-core.xml: Add cpsr flags.
7418
74192019-06-26 Alan Hayward <alan.hayward@arm.com>
7420
7421 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7422 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7423
74242019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7425
7426 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7427 field.
7428 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7429 use.
7430 (arm_record_special_symbol): Don't insert new symbol in sorted
7431 position, push it at the end.
7432
74332019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7434
7435 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7436 (arm_mapping_symbol_s): Remove.
7437 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7438 (arm_mapping_symbol_vec): New typedef.
7439 (struct arm_per_objfile): Add constructor.
7440 <section_maps>: Change type to
7441 std::unique_ptr<arm_mapping_symbol_vec[]>.
7442 (arm_compare_mapping_symbols): Remove.
7443 (arm_find_mapping_symbol): Adjust to section_maps type change.
7444 (arm_objfile_data_free): Call delete on arm_per_objfile.
7445 (arm_record_special_symbol): Adjust to section_maps type change.
7446 Allocate arm_per_objfile with new.
7447
74482019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7449
7450 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7451 with the command prefix.
7452
74532019-06-25 Tom Tromey <tom@tromey.com>
7454
7455 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7456 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7457
74582019-06-25 Tom Tromey <tom@tromey.com>
7459
7460 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7461 type.
7462 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7463 protected.
7464
74652019-06-25 Tom Tromey <tom@tromey.com>
7466
7467 * tui/tui-winsource.c
7468 (tui_source_window_base::set_is_exec_point_at): Add check against
7469 LOA_ADDRESS.
7470
74712019-06-25 Tom Tromey <tom@tromey.com>
7472
7473 * tui/tui-source.c (tui_set_source_content): Don't check before
7474 xfree.
7475 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7476
74772019-06-25 Tom Tromey <tom@tromey.com>
7478
7479 * tui/tui-winsource.h (tui_update_source_window_as_is)
7480 (tui_alloc_source_buffer, tui_line_is_displayed)
7481 (tui_addr_is_displayed): Change type of win_info.
7482 * tui/tui-winsource.c (tui_update_source_window_as_is)
7483 (tui_clear_source_content, tui_show_source_line)
7484 (tui_show_source_content, tui_source_window_base::refill)
7485 (tui_source_window_base::set_is_exec_point_at)
7486 (tui_source_window_base::set_is_exec_point_at)
7487 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7488 (tui_alloc_source_buffer, tui_line_is_displayed)
7489 (tui_addr_is_displayed): Change type of win_info. Update.
7490 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7491 (tui_source_window_base::do_make_visible_with_new_height):
7492 Update.
7493 * tui/tui-source.c (tui_set_source_content)
7494 (tui_set_source_content_nil)
7495 (tui_source_window::do_scroll_vertical): Update.
7496 * tui/tui-layout.c (show_layout): Update.
7497 * tui/tui-disasm.c (tui_set_disassem_content)
7498 (tui_disasm_window::do_scroll_vertical): Update.
7499 * tui/tui-data.h (tui_win_content): Remove.
7500 (struct tui_gen_win_info) <content, content_size>: Remove.
7501 (struct tui_source_element): Add initializers and destructor.
7502 (union tui_which_element, struct tui_win_element): Remove.
7503 (struct tui_source_window_base) <content>: New field.
7504 (struct tui_data_window): Remove destructor.
7505 (tui_alloc_content, tui_free_win_content)
7506 (tui_free_all_source_wins_content): Don't declare.
7507 * tui/tui-data.c (tui_initialize_static_data): Update.
7508 (init_content_element, tui_alloc_content): Remove.
7509 (~tui_gen_win_info): Update.
7510 (~tui_data_window, tui_free_all_source_wins_content)
7511 (tui_free_win_content, free_content, free_content_elements):
7512 Remove.
7513
75142019-06-25 Tom Tromey <tom@tromey.com>
7515
7516 * tui/tui-winsource.h (tui_clear_source_content)
7517 (tui_erase_source_content, tui_show_source_content): Change type
7518 of win_info.
7519 * tui/tui-winsource.c (tui_clear_source_content)
7520 (tui_erase_source_content, tui_show_source_content): Change type
7521 of win_info.
7522 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7523 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7524 win_info.
7525 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7526 win_info.
7527 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7528
75292019-06-25 Tom Tromey <tom@tromey.com>
7530
7531 * tui/tui-winsource.c (tui_clear_source_content)
7532 (tui_source_window_base::set_is_exec_point_at): Update.
7533 * tui/tui-source.c (tui_set_source_content_nil): Update.
7534 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7535 a bool.
7536 * tui/tui-data.c (init_content_element): Update.
7537
75382019-06-25 Tom Tromey <tom@tromey.com>
7539
7540 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7541 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7542 * tui/tui-layout.c (init_and_make_win): Update.
7543 * tui/tui.h (enum tui_win_type): Update.
7544 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7545 tui_win_is_auxillary.
7546 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7547 tui_win_is_auxillary.
7548
75492019-06-25 Tom Tromey <tom@tromey.com>
7550
7551 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7552 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7553 (tui_delete_data_content_windows, tui_display_all_data)
7554 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7555 Update.
7556 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7557 * tui/tui-regs.c (tui_last_regs_line_no)
7558 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7559 (tui_show_registers): Update.
7560 (tui_show_register_group): Return void. Update.
7561 (tui_display_registers_from, tui_display_reg_element_at_line)
7562 (tui_display_registers_from_line, tui_check_register_values):
7563 Update.
7564 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7565 member.
7566 (struct tui_data_window) <regs_content>: Now a std::vector.
7567 <regs_content_count>: Remove.
7568 (tui_add_content_elements, tui_free_data_content): Don't declare.
7569 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7570 (init_content_element): Remove DATA_WIN case. Add assert.
7571 (tui_add_content_elements): Remove.
7572 (tui_data_window): Update.
7573 (tui_free_data_content): Remove.
7574 (free_content_elements): Remove DATA_WIN case.
7575
75762019-06-25 Tom Tromey <tom@tromey.com>
7577
7578 * tui/tui-data.c (tui_data_item_window): Update.
7579 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7580 * tui/tui-windata.c (tui_display_all_data)
7581 (tui_display_data_from_line): Update.
7582 (tui_check_data_values): Remove.
7583 * tui/tui-regs.c (tui_show_register_group)
7584 (tui_display_reg_element_at_line): Update.
7585 * tui/tui-hooks.c (tui_register_changed)
7586 (tui_refresh_frame_and_register_information): Call
7587 tui_check_register_values.
7588 * tui/tui-data.h (struct tui_data_window) <data_content,
7589 data_content_count, data_type>: Remove.
7590 (enum tui_data_type): Remove.
7591
7592 * tui/tui-data.c (tui_data_window::clear_detail)
7593 (~tui_data_window): Update.
7594
75952019-06-25 Tom Tromey <tom@tromey.com>
7596
7597 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7598 declare.
7599 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7600 Rename from tui_first_data_item_displayed. Update.
7601 (tui_data_window::refresh_all)
7602 (tui_data_window::do_scroll_vertical): Update.
7603 * tui/tui-data.h (struct tui_data_window)
7604 <first_data_item_displayed>: Declare new method.
7605
76062019-06-25 Tom Tromey <tom@tromey.com>
7607
7608 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7609 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7610 contents...
7611 (tui_initialize_static_data): ...here.
7612
76132019-06-25 Tom Tromey <tom@tromey.com>
7614
7615 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7616 (tui_display_registers_from, tui_check_register_values): Update.
7617 (tui_display_register): Remove win_info parameter; update.
7618 (tui_get_register): Change type of parameters.
7619 * tui/tui-data.h (struct tui_data_element): Remove.
7620 (union tui_which_element) <data>: Remove.
7621 <data_window>: Change type.
7622 (struct tui_data_item_window): New.
7623 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7624 case. Add assert.
7625 (~tui_data_item_window): New destructor.
7626 (free_content_elements): Remove DATA_ITEM_WIN case.
7627
76282019-06-25 Tom Tromey <tom@tromey.com>
7629
7630 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7631 Remove.
7632
76332019-06-25 Tom Tromey <tom@tromey.com>
7634
7635 * tui/tui-data.h (struct tui_command_element): Remove.
7636 (union tui_which_element) <command>: Remove.
7637 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7638 assert.
7639 (free_content_elements): Remove CMD_WIN case.
7640
76412019-06-25 Tom Tromey <tom@tromey.com>
7642
7643 * tui/tui-layout.c (tui_set_layout): Update.
7644 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7645 * tui/tui-data.c (layout_def): Update.
7646
76472019-06-25 Tom Tromey <tom@tromey.com>
7648
7649 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7650 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7651 (tui_source_window_base::set_new_height): Update.
7652 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7653 Update.
7654 (tui_set_locator_fullname, tui_set_locator_info)
7655 (tui_show_frame_info): Update.
7656 * tui/tui-source.c (tui_set_source_content)
7657 (tui_source_is_displayed): Update.
7658 * tui/tui-layout.c (show_source_disasm_command, show_data)
7659 (show_source_or_disasm_and_command): Update.
7660 * tui/tui-disasm.c (tui_set_disassem_content)
7661 (tui_get_begin_asm_address): Update.
7662 * tui/tui-data.h (struct tui_locator_element): Remove.
7663 (union tui_which_element) <locator>: Remove.
7664 (struct tui_locator_window): New.
7665 (tui_locator_win_info_ptr): Change return type.
7666 * tui/tui-data.c (_locator): Change type.
7667 (tui_locator_win_info_ptr): Change return type.
7668 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7669 (tui_alloc_content): Add assert.
7670
76712019-06-25 Tom Tromey <tom@tromey.com>
7672
7673 * tui/tui-winsource.c
7674 (tui_exec_info_window::maybe_allocate_content): New method.
7675 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7676 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7677 (make_source_or_disasm_window): Add cast.
7678 * tui/tui-data.h (union tui_which_element) <simple_string>:
7679 Remove.
7680 (struct tui_source_info): New.
7681 (struct tui_source_window_base) <execution_info>: Change type.
7682 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7683 case, and add assert.
7684 (tui_alloc_content): Add assert.
7685
76862019-06-25 Tom Tromey <tom@tromey.com>
7687
7688 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7689 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7690 * tui/tui-data.c (tui_alloc_win_info): Remove.
7691
76922019-06-25 Tom Tromey <tom@tromey.com>
7693
7694 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7695 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7696 can_highlight.
7697
76982019-06-25 Tom Tromey <tom@tromey.com>
7699
7700 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7701 make_visible_with_new_height method.
7702 (tui_win_info::make_visible_with_new_height): New method.
7703 (tui_source_window_base::do_make_visible_with_new_height)
7704 (tui_data_window::do_make_visible_with_new_height)
7705 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7706 (make_visible_with_new_height): Remove.
7707 (tui_resize_all, tui_adjust_win_heights): Use
7708 make_visible_with_new_height method.
7709 * tui/tui-data.h (struct tui_win_info)
7710 <do_make_visible_with_new_height, make_visible_with_new_height>:
7711 New methods.
7712 (struct tui_source_window_base, struct tui_data_window)
7713 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7714 methods.
7715
77162019-06-25 Tom Tromey <tom@tromey.com>
7717
7718 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7719 method.
7720 (update_tab_width): Call update_tab_width method.
7721 * tui/tui-data.h (struct tui_win_info)
7722 (struct tui_source_window_base) <update_tab_width>: New methods.
7723
77242019-06-25 Tom Tromey <tom@tromey.com>
7725
7726 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7727 parameter.
7728 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7729 parameter.
7730 (tui_gen_win_info::make_visible): Update.
7731 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7732 parameter.
7733 * tui/tui-data.h (enum tui_box): New enum.
7734 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7735
77362019-06-25 Tom Tromey <tom@tromey.com>
7737
7738 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7739 init_and_make_win for EXEC_INFO_WIN.
7740 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7741 longer inline.
7742 (struct tui_win_info) <~tui_win_info>: Inline.
7743 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7744 Don't declare.
7745 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7746 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7747 Remove.
7748 (tui_initialize_static_data): Update.
7749 (~tui_gen_win_info): Handle more cleanup here.
7750 (~tui_source_window_base): Delete "execution_info".
7751 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7752
77532019-06-25 Tom Tromey <tom@tromey.com>
7754
7755 * tui/tui-layout.c (make_command_window): Don't set
7756 can_highlight.
7757 (show_source_disasm_command): Call the reset method.
7758 (show_data): Don't set can_highlight. Call the reset method.
7759 (tui_gen_win_info::reset): Rename from init_gen_win_info
7760 (init_and_make_win): Simplify. Return tui_gen_win_info.
7761 (show_source_or_disasm_and_command): Call the reset method.
7762 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7763 (struct tui_cmd_window): Set can_highlight.
7764
77652019-06-25 Tom Tromey <tom@tromey.com>
7766
7767 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7768 from make_visible.
7769 (tui_make_visible, tui_make_invisible): Rewrite.
7770 (tui_win_info::make_visible): Remove.
7771 (tui_source_window_base::make_visible): Update.
7772 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7773 method. Moved from...
7774 (struct tui_win_info) <make_visible>: ...here.
7775
77762019-06-25 Tom Tromey <tom@tromey.com>
7777
7778 * tui/tui-winsource.c
7779 (tui_source_window_base::do_scroll_horizontal): Remove direction
7780 parameter.
7781 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7782 direction parameter.
7783 * tui/tui-win.c (tui_win_info::forward_scroll)
7784 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7785 (tui_win_info::right_scroll): Update.
7786 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7787 direction parameter.
7788 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7789 direction parameter.
7790 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7791 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7792 Remove direction parameter.
7793 (struct tui_source_window_base, struct tui_source_window)
7794 (struct tui_disasm_window, struct tui_data_window)
7795 (struct tui_cmd_window): Update.
7796
77972019-06-25 Tom Tromey <tom@tromey.com>
7798
7799 * tui/tui-winsource.h (tui_set_exec_info_content)
7800 (tui_show_exec_info_content, tui_erase_exec_info_content)
7801 (tui_clear_exec_info_content, tui_update_exec_info): Change
7802 argument to tui_source_window_base.
7803 * tui/tui-winsource.c (tui_set_exec_info_content)
7804 (tui_show_exec_info_content, tui_erase_exec_info_content)
7805 (tui_clear_exec_info_content, tui_update_exec_info): Change
7806 argument to tui_source_window_base.
7807
78082019-06-25 Tom Tromey <tom@tromey.com>
7809
7810 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7811 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7812
78132019-06-25 Tom Tromey <tom@tromey.com>
7814
7815 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7816 check.
7817
78182019-06-25 Tom Tromey <tom@tromey.com>
7819
7820 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7821 type to void.
7822 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7823 type to void.
7824 * tui/tui-source.c (tui_set_source_content): Update.
7825 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7826
78272019-06-25 Tom Tromey <tom@tromey.com>
7828
7829 * tui/tui-win.c (window_name_completer, tui_set_focus)
7830 (tui_all_windows_info): Use name method.
7831 * tui/tui-data.h (struct tui_gen_win_info)
7832 (struct tui_source_window, struct tui_disasm_window)
7833 (struct tui_data_window, struct tui_cmd_window) <name>: New
7834 method.
7835 (tui_win_name): Don't declare.
7836 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7837 (tui_win_name): Remove.
7838
78392019-06-25 Tom Tromey <tom@tromey.com>
7840
7841 * tui/tui-winsource.h (tui_update_source_window)
7842 (tui_update_source_window_as_is): Change parameter type.
7843 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7844 to be a tui_source_window_base.
7845 (tui_update_source_window_as_is): Likewise.
7846 * tui/tui-win.c (make_visible_with_new_height): Update.
7847
78482019-06-25 Tom Tromey <tom@tromey.com>
7849
7850 * tui/tui-winsource.c (tui_erase_source_content)
7851 (tui_show_source_content, tui_show_exec_info_content)
7852 (tui_erase_exec_info_content): Use refresh_window method.
7853 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7854 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7855 from tui_refresh_win.
7856 (tui_data_window::refresh_window): New method.
7857 (tui_win_info::refresh, tui_source_window_base::refresh)
7858 (tui_refresh_all): Use refresh_window method.
7859 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7860 method.
7861 * tui/tui-regs.c (tui_display_register): Call refresh_window
7862 method.
7863 * tui/tui-layout.c (show_source_disasm_command)
7864 (show_source_or_disasm_and_command): Call refresh_window method.
7865 * tui/tui-data.h (struct tui_gen_win_info)
7866 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7867 New method.
7868
78692019-06-25 Tom Tromey <tom@tromey.com>
7870
7871 * tui/tui.c (tui_rl_other_window, tui_enable)
7872 (tui_is_window_visible, tui_get_command_dimension): Update.
7873 * tui/tui-winsource.c (tui_update_source_window_as_is)
7874 (tui_clear_source_content, tui_erase_source_content)
7875 (tui_show_source_line, tui_source_window_base::refill)
7876 (tui_source_window_base::do_scroll_horizontal)
7877 (tui_source_window_base::set_is_exec_point_at)
7878 (tui_update_breakpoint_info, tui_set_exec_info_content)
7879 (tui_alloc_source_buffer, tui_line_is_displayed)
7880 (tui_addr_is_displayed): Update.
7881 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7882 (tui_check_and_display_highlight_if_needed)
7883 (tui_win_info::make_visible, tui_win_info::refresh)
7884 (tui_refresh_all): Update.
7885 * tui/tui-windata.c (tui_first_data_item_displayed)
7886 (tui_delete_data_content_windows, tui_erase_data_content)
7887 (tui_display_all_data, tui_data_window::refresh_all)
7888 (tui_check_data_values): Update.
7889 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7890 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7891 (tui_win_info::backward_scroll, tui_refresh_all_win)
7892 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7893 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7894 (tui_source_window_base::set_new_height)
7895 (tui_data_window::set_new_height)
7896 (make_invisible_and_set_new_height)
7897 (make_visible_with_new_height, new_height_ok)
7898 (parse_scrolling_args): Update.
7899 * tui/tui-stack.c (tui_show_frame_info): Update.
7900 * tui/tui-source.c (tui_set_source_content)
7901 (tui_set_source_content_nil, tui_source_is_displayed)
7902 (tui_source_window::do_scroll_vertical): Update.
7903 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7904 (tui_display_registers_from, tui_display_reg_element_at_line)
7905 (tui_check_register_values, tui_reg_command): Update.
7906 * tui/tui-layout.c (tui_default_win_height)
7907 (show_source_disasm_command, show_data, init_and_make_win)
7908 (show_source_or_disasm_and_command): Update.
7909 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7910 (tui_redisplay_readline, tui_mld_flush)
7911 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7912 (tui_getc): Update.
7913 * tui/tui-disasm.c (tui_set_disassem_content)
7914 (tui_disasm_window::do_scroll_vertical): Update.
7915 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7916 Now virtual.
7917 (struct tui_win_info): Derive from tui_gen_win_info.
7918 <~tui_win_info>: Mark as override.
7919 <generic>: Remove member.
7920 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7921 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7922 (~tui_data_window, ~tui_win_info)
7923 (tui_free_all_source_wins_content): Update.
7924 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7925
79262019-06-25 Tom Tromey <tom@tromey.com>
7927
7928 * tui/tui-layout.c (init_and_make_win): Use new.
7929 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7930 destructor, initializers.
7931 (tui_alloc_generic_win_info): Don't declare.
7932 * tui/tui-data.c (_locator): Add argument to constructor.
7933 (source_win, disasm_win): New globals.
7934 (exec_info): Remove.
7935 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7936 Update.
7937 (tui_alloc_generic_win_info): Remove.
7938 (init_content_element): Use new.
7939 (tui_win_info::tui_win_info): Update.
7940 (free_content_elements) <case DATA_WIN>: Use delete.
7941
79422019-06-25 Tom Tromey <tom@tromey.com>
7943
7944 * tui/tui-wingeneral.c (tui_refresh_win): Update.
7945 * tui/tui-windata.c (tui_first_data_item_displayed)
7946 (tui_delete_data_content_windows): Update.
7947 * tui/tui-win.c (tui_data_window::set_new_height): Update.
7948 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7949 (tui_display_registers_from, tui_check_register_values): Update.
7950 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
7951 pointer.
7952 * tui/tui-data.c (init_content_element): Update. Allocate the new
7953 window.
7954 (tui_free_data_content): Update.
7955 (free_content_elements) <case DATA_WIN>: Free the window.
7956
79572019-06-25 Tom Tromey <tom@tromey.com>
7958
7959 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
7960 Update.
7961 * tui/tui-layout.c (make_command_window)
7962 (show_source_disasm_command, show_data, init_and_make_win)
7963 (show_source_or_disasm_and_command): Update.
7964 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
7965 method.
7966 <can_highight, is_highlighted>: Now bool.
7967 (tui_set_win_highlight): Don't declare.
7968 * tui/tui-data.c (tui_set_win_highlight): Remove.
7969
79702019-06-25 Tom Tromey <tom@tromey.com>
7971
7972 * tui/tui-wingeneral.c (make_visible): Remove check of window
7973 type.
7974
79752019-06-25 Tom Tromey <tom@tromey.com>
7976
7977 * tui/tui-win.c (tui_win_info::max_height)
7978 (tui_cmd_window::max_height): New methods.
7979 (new_height_ok): Call max_height.
7980 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
7981 <max_height>: New method.
7982
79832019-06-25 Tom Tromey <tom@tromey.com>
7984
7985 * tui/tui-win.c (tui_source_window_base::set_new_height)
7986 (tui_data_window::set_new_height): New methods.
7987 (make_invisible_and_set_new_height): Call set_new_height method.
7988 * tui/tui-data.h (struct tui_win_info)
7989 (struct tui_source_window_base, struct tui_data_window)
7990 <set_new_height>: New method.
7991
79922019-06-25 Tom Tromey <tom@tromey.com>
7993
7994 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
7995 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
7996 tui_refresh_data_win.
7997 * tui/tui-win.c (tui_source_window_base::refresh_all): New
7998 method.
7999 (tui_refresh_all_win): Call the refresh_all method.
8000 (tui_set_focus): Likewise.
8001 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
8002 (struct tui_source_window_base, struct tui_data_window) <refresh>:
8003 Likewise.
8004
80052019-06-25 Tom Tromey <tom@tromey.com>
8006
8007 * tui/tui-winsource.h (tui_refill_source_window)
8008 (tui_set_is_exec_point_at): Don't declare.
8009 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
8010 (tui_source_window_base::refill): Rename from
8011 tui_refill_source_window.
8012 (tui_source_window_base::do_scroll_horizontal): Update.
8013 (tui_source_window_base::set_is_exec_point_at): Rename from
8014 tui_set_is_exec_point_at.
8015 (tui_update_all_breakpoint_info): Update.
8016 * tui/tui-stack.c (tui_show_frame_info): Update.
8017 * tui/tui-layout.c (show_data): Add cast.
8018 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
8019 * tui/tui-data.h (struct tui_source_window_base) <refill,
8020 set_is_exec_point_at>: New methods.
8021 (tui_source_windows, tui_add_to_source_windows): Update types.
8022 (tui_add_to_source_windows): Remove redundant declaration.
8023 * tui/tui-data.c (source_windows): Store tui_source_window_base.
8024 (tui_source_windows): Change return type.
8025 (tui_clear_source_windows_detail): Update.
8026 (tui_add_to_source_windows): Change type of parameter.
8027 (tui_free_all_source_wins_content): Update.
8028
80292019-06-25 Tom Tromey <tom@tromey.com>
8030
8031 * tui/tui-wingeneral.c (tui_win_info::refresh)
8032 (tui_source_window_base::refresh): New methods.
8033 (tui_refresh_all): Call the refresh method.
8034 * tui/tui-data.h (struct tui_win_info)
8035 (struct tui_source_window_base) <refresh>: New method.
8036
80372019-06-25 Tom Tromey <tom@tromey.com>
8038
8039 * tui/tui.h (tui_is_window_visible): Return bool.
8040 * tui/tui.c (tui_is_window_visible): Return bool.
8041 * tui/tui-wingeneral.c (tui_make_window, make_visible)
8042 (tui_make_visible, tui_make_invisible)
8043 (tui_win_info::make_visible)
8044 (tui_source_window_base::make_visible, make_all_visible)
8045 (tui_make_all_visible, tui_make_all_invisible): Update.
8046 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
8047 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
8048 bool.
8049 (struct tui_win_info, struct tui_source_window_base)
8050 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
8051 * tui/tui-data.c (tui_init_generic_part): Update.
8052
80532019-06-25 Tom Tromey <tom@tromey.com>
8054
8055 * tui/tui-wingeneral.c (tui_win_info::make_visible)
8056 (tui_source_window_base::make_visible): New methods.
8057 (make_all_visible): Make method call.
8058 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
8059 (struct tui_source_window_base, struct tui_cmd_window): Override
8060 make_visible.
8061 (tui_win_is_source_type): Don't declare.
8062 * tui/tui-data.c (tui_win_is_source_type): Remove.
8063
80642019-06-25 Tom Tromey <tom@tromey.com>
8065
8066 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8067 NULL check.
8068
80692019-06-25 Tom Tromey <tom@tromey.com>
8070
8071 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8072 Inline constructor. Add initializers for members.
8073 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8074 constructors; now inline in class.
8075
80762019-06-25 Tom Tromey <tom@tromey.com>
8077
8078 * tui/tui-regs.c (tui_show_registers): Update.
8079 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8080 bool.
8081 * tui/tui-data.c (tui_data_window::clear_detail)
8082 (tui_data_window): Update.
8083
80842019-06-25 Tom Tromey <tom@tromey.com>
8085
8086 * tui/tui-windata.c (tui_display_all_data)
8087 (tui_display_data_from_line, tui_display_data_from)
8088 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8089 Update.
8090 * tui/tui-regs.c (tui_last_regs_line_no)
8091 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8092 (tui_show_registers, tui_show_register_group)
8093 (tui_display_registers_from, tui_display_reg_element_at_line)
8094 (tui_display_registers_from_line, tui_check_register_values)
8095 (tui_reg_next, tui_reg_prev): Update.
8096 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8097 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8098 tui_data_window.
8099 (struct tui_win_info) <detail>: Remove. Add new fields from
8100 tui_data_info.
8101 (TUI_DATA_WIN): Add cast.
8102 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8103 (~tui_data_window): Simplify.
8104
81052019-06-25 Tom Tromey <tom@tromey.com>
8106
8107 * tui/tui-layout.c (show_source_disasm_command)
8108 (show_source_or_disasm_and_command): Update.
8109 * tui/tui-io.c (update_cmdwin_start_line)
8110 (tui_redisplay_readline): Update.
8111 * tui/tui-data.h (struct tui_command_info): Remove.
8112 (struct tui_win_info) <detail>: Remove command_info member.
8113 (struct tui_data_window) <start_line>: New member, from
8114 tui_command_info.
8115 (TUI_CMD_WIN): Add casts.
8116
81172019-06-25 Tom Tromey <tom@tromey.com>
8118
8119 * tui/tui-winsource.c (tui_update_source_window)
8120 (tui_refill_source_window)
8121 (tui_source_window_base::do_scroll_horizontal)
8122 (tui_update_breakpoint_info, tui_set_exec_info_content)
8123 (tui_show_exec_info_content, tui_erase_exec_info_content)
8124 (tui_clear_exec_info_content): Update.
8125 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8126 Update.
8127 * tui/tui-win.c (make_invisible_and_set_new_height)
8128 (make_visible_with_new_height): Update.
8129 * tui/tui-source.c (tui_set_source_content)
8130 (tui_show_symtab_source): Update.
8131 * tui/tui-layout.c (extract_display_start_addr)
8132 (show_source_disasm_command, show_data)
8133 (make_source_or_disasm_window)
8134 (show_source_or_disasm_and_command): Update.
8135 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8136 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8137 "gdbarch".
8138 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8139 to tui_source_window_base.
8140 (struct tui_win_info) <detail>: Remove source_info member.
8141 (struct tui_source_window_base) <has_locator>: Inline.
8142 Move contents from tui_source_info; rename has_locator member to
8143 m_has_locator.
8144 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8145 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8146 header file.
8147 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8148 Simplify.
8149 (tui_free_all_source_wins_content): Cast to
8150 tui_source_window_base.
8151
81522019-06-25 Tom Tromey <tom@tromey.com>
8153
8154 * tui/tui-win.c (make_invisible_and_set_new_height)
8155 (make_visible_with_new_height): Call has_locator method.
8156 * tui/tui-layout.c (show_source_disasm_command, show_data)
8157 (show_source_or_disasm_and_command): Update for bool change.
8158 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8159 (tui_win_info) <has_locator>: New method.
8160 (struct tui_source_window_base) <has_locator>: New method.
8161 (tui_win_has_locator): Don't declare.
8162 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8163 from tui_win_has_locator.
8164 (tui_source_window_base): Use false, not FALSE.
8165
81662019-06-25 Tom Tromey <tom@tromey.com>
8167
8168 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8169 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8170 clear_detail method directly.
8171 (tui_clear_win_detail): Remove.
8172
81732019-06-25 Tom Tromey <tom@tromey.com>
8174
8175 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8176 "this", not TUI_DISASM_WIN.
8177
81782019-06-25 Tom Tromey <tom@tromey.com>
8179
8180 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8181 declare.
8182 * tui/tui-winsource.c
8183 (tui_source_window_base::do_scroll_horizontal): Rename from
8184 tui_horizontal_source_scroll.
8185 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8186 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8187 from tui_vertical_data_scroll.
8188 * tui/tui-win.h (tui_scroll): Don't declare.
8189 * tui/tui-win.c (tui_win_info::forward_scroll)
8190 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8191 (tui_win_info::right_scroll): Rename and update.
8192 (tui_scroll_forward_command, tui_scroll_backward_command)
8193 (tui_scroll_left_command, tui_scroll_right_command): Update.
8194 (tui_scroll): Remove.
8195 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8196 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8197 from tui_vertical_source_scroll.
8198 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8199 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8200 from tui_vertical_disassem_scroll.
8201 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8202 do_scroll_horizontal>: New methods.
8203 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8204 Likewise.
8205 (struct tui_source_window_base): Add do_scroll_horizontal.
8206 (struct tui_source_window, struct tui_disasm_window): Add
8207 do_scroll_vertical.
8208 (struct tui_data_window, struct tui_cmd_window): Add
8209 do_scroll_horizontal and do_scroll_vertical.
8210 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8211
82122019-06-25 Tom Tromey <tom@tromey.com>
8213
8214 * tui/tui-data.h (struct tui_source_window_base): New struct.
8215 (struct tui_source_window): Derive from tui_source_window_base.
8216 (struct tui_disasm_window): New struct.
8217 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8218 from tui_source_window::clear_detail.
8219 (tui_source_window_base): Rename from tui_source_window.
8220 (~tui_source_window_base): Rename from ~tui_source_window.
8221 (tui_alloc_win_info): Create a tui_disasm_window.
8222
82232019-06-25 Tom Tromey <tom@tromey.com>
8224
8225 * tui/tui-data.h (struct tui_source_window)
8226 (struct tui_data_window): Declare destructors.
8227 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8228 destructors.
8229 (tui_win_info): Simplify.
8230
82312019-06-25 Tom Tromey <tom@tromey.com>
8232
8233 * tui/tui-winsource.c (tui_display_main)
8234 (tui_update_source_windows_with_addr)
8235 (tui_update_all_breakpoint_info): Update.
8236 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8237 (new_height_ok, parse_scrolling_args): Update.
8238 * tui/tui-stack.c (tui_show_frame_info): Update.
8239 * tui/tui-data.h (struct tui_list): Remove.
8240 (tui_source_windows): Return a reference to a std::vector.
8241 * tui/tui-data.c (source_windows): Now a std::vector.
8242 (tui_source_windows): Change return type.
8243 (tui_clear_source_windows): Rewrite.
8244 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8245 (tui_free_all_source_wins_content): Rewrite.
8246
82472019-06-25 Tom Tromey <tom@tromey.com>
8248
8249 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8250 (struct tui_data_window, struct tui_cmd_window): Declare
8251 clear_detail method.
8252 * tui/tui-data.c (tui_source_window::clear_detail)
8253 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8254 methods.
8255 (tui_clear_win_detail): Simplify.
8256
82572019-06-25 Tom Tromey <tom@tromey.com>
8258
8259 * tui/tui-layout.c (make_source_window, make_disasm_window)
8260 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8261 Return the new window.
8262 (show_source_disasm_command, show_data)
8263 (show_source_or_disasm_and_command): Update.
8264
82652019-06-25 Tom Tromey <tom@tromey.com>
8266
8267 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8268 parameter. Return the new window.
8269 (show_source_disasm_command): Update and remove NULL check.
8270 (show_source_or_disasm_and_command): Update.
8271
82722019-06-25 Tom Tromey <tom@tromey.com>
8273
8274 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8275
82762019-06-25 Tom Tromey <tom@tromey.com>
8277
8278 * tui/tui-data.h (struct tui_win_info): Make constructor
8279 protected. Make destructor virtual. Add initializers.
8280 (tui_source_window, tui_data_window, tui_cmd_window): New
8281 classes.
8282 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8283 constructor. Add "type" parameter.
8284 (tui_source_window, tui_data_window, tui_cmd_window): New
8285 constructors.
8286 (tui_alloc_win_info): Instantiate the appropriate subclass.
8287
82882019-06-25 Tom Tromey <tom@tromey.com>
8289
8290 * tui/tui-win.c (tui_resize_all): Use delete.
8291 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8292 destructor.
8293 (tui_free_window): Don't declare.
8294 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8295 Update.
8296
82972019-06-25 Tom Tromey <tom@tromey.com>
8298
8299 * tui/tui-data.h (struct tui_win_info): Add constructor.
8300 * tui/tui-data.c (tui_alloc_win_info): Use new.
8301 (tui_free_window): Use delete.
8302
83032019-06-22 Tom Tromey <tom@tromey.com>
8304
8305 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8306 declare.
8307 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8308
83092019-06-22 Tom Tromey <tom@tromey.com>
8310
8311 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8312 declare.
8313 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8314
83152019-06-22 Tom de Vries <tdevries@suse.de>
8316
8317 * dwarf2read.c (create_addrmap_from_aranges)
8318 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8319 instead of '%zu'.
8320
83212019-06-21 Simon Marchi <simon.marchi@efficios.com>
8322
8323 * dwarf2read.h (dwarf2_section_info_def): Remove.
8324 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8325 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8326 std::vector<dwarf2_section_info>.
8327 (struct dwo_file) <~dwo_file>: Remove.
8328 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8329 types field.
8330 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8331 (dwarf2_read_debug_names): Likewise.
8332 (create_debug_types_hash_table): Change parameter type to
8333 array_view, adjust code accordingly.
8334 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8335 (partial_die_info::fixup): Likewise.
8336 (determine_prefix): Likewise.
8337 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8338
83392019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8340
8341 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8342 gdb_bfd_ref_ptr.
8343 <~dwo_file>: Remove call to gdb_bfd_unref.
8344 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8345 gdb_bfd_ref_ptr::get.
8346
83472019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8348
8349 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8350 type to htab_up.
8351 * dwarf2read.c (struct dwo_file): Initialize fields.
8352 <~dwo_file>: New.
8353 (free_dwo_file): Remove, move content to ~dwo_file.
8354 (struct dwo_file_deleter): Remove.
8355 (dwo_file_up>: Remove custom deleter.
8356 (free_dwo_files): Remove.
8357 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8358 dwo_files.
8359 (process_skeletonless_type_units): Call unique_ptr::get.
8360 (allocate_dwo_file_hash_table): Add deleter to created hash
8361 table. Change return type to htab_up.
8362 (lookup_dwo_file_slot): Don't memset dwo_file, call
8363 unique_ptr::get.
8364 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8365 (create_dwo_unit_in_dwp_v2): Likewise.
8366 (open_and_init_dwo_file): Likewise.
8367 (free_dwo_file_from_slot): Remove.
8368
83692019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8370
8371 * dwarf2read.h (struct dwarf2_section_info) <readin,
8372 is_virtual>: Change type to bool.
8373 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8374 true instead of 1.
8375
83762019-06-19 Tom Tromey <tom@tromey.com>
8377
8378 * tui/tui-data.h (tui_init_content_element): Don't declare.
8379
83802019-06-19 Tom Tromey <tom@tromey.com>
8381
8382 * tui/tui-data.h (tui_init_win_info): Don't declare.
8383
83842019-06-19 Tom de Vries <tdevries@suse.de>
8385
8386 * dwarf2read.h (abstract_to_concrete): Change type to
8387 std::unordered_map<sect_offset, std::vector<sect_offset>,
8388 gdb::hash_enum<sect_offset>>.
8389
83902019-06-19 Tom Tromey <tromey@adacore.com>
8391
8392 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8393 EVAL_AVOID_SIDE_EFFECTS specially.
8394
83952019-06-19 Tom Tromey <tromey@adacore.com>
8396
8397 * source-cache.c (highlighter): New global.
8398 (source_cache::get_source_lines): Create a highlighter on demand.
8399
84002019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8401
8402 * defs.h (deprecated_interactive_hook): Delete declaration.
8403 * interps.c (clear_interpreter_hooks): Remove use of
8404 deprecated_interactive_hook.
8405 * top.c (deprecated_interactive_hook): Delete definition.
8406 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8407
84082019-06-18 Tom de Vries <tdevries@suse.de>
8409
8410 PR gdb/24515
8411 * dwarf2read.h (abstract_to_concrete): Change type from
8412 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8413 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8414 * dwarf2read.c (read_variable): Update.
8415 (dwarf2_fetch_die_loc_sect_off): Update.
8416
84172019-06-17 Tom de Vries <tdevries@suse.de>
8418
8419 PR gdb/24617
8420 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8421 accessing parent[parent_len - 1].
8422
84232019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8424
8425 PR gdb/24364
8426 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8427 call dtrace_process_dof with NULL dof.
8428
84292019-06-16 Tom de Vries <tdevries@suse.de>
8430
8431 PR gdb/24445
8432 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8433
84342019-06-16 Tom Tromey <tom@tromey.com>
8435
8436 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8437 (make_all_visible): Use address of member.
8438
84392019-06-16 Tom Tromey <tom@tromey.com>
8440
8441 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8442 (tui_free_window, free_content, free_content_elements): Remove
8443 unnecessary cast.
8444 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8445 cast.
8446 * tui/tui-regs.c (tui_show_register_group)
8447 (tui_display_registers_from, tui_display_reg_element_at_line):
8448 Remove unnecessary cast.
8449
84502019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8451
8452 * linux-nat.c (normal_mask): Delete.
8453 (_initialize_linux_nat): Don't initialise normal_mask.
8454
84552019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8456
8457 PR gdb/24445
8458 * dwarf-index-write.h (write_psymtabs_to_index): Add
8459 dwz_basename parameter.
8460 * dwarf-index-write.c (write_gdbindex): Move file writing to
8461 write_gdbindex_1. Change return type void.
8462 (assert_file_size): Move up, remove filename parameter.
8463 (write_gdbindex_1): New function.
8464 (write_debug_names): Change return type to void, call
8465 assert_file_size.
8466 (struct index_wip_file): New struct.
8467 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8468 file logic to index_wip_file. Write index for dwz file if
8469 needed.
8470 (save_gdb_index_command): Pass basename of dwz file, if present.
8471 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8472 build-id of dwz file, if present.
8473 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8474 (dwarf2_get_dwz_file): Likewise.
8475 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8476 (dwarf2_get_dwz_file): Likewise.
8477
84782019-06-16 Tom Tromey <tom@tromey.com>
8479
8480 * coffread.c (process_coff_symbol): Use xstrdup.
8481 * value.c (create_internalvar): Use xstrdup.
8482
84832019-06-16 Tom Tromey <tom@tromey.com>
8484
8485 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8486 * breakpoint.c (stopin_command, stopat_command)
8487 (until_break_command, decode_location_default): Remove unnecessary
8488 cast.
8489 * utils.c (subset_compare): Remove unnecessary cast.
8490 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8491 cast.
8492 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8493 cast.
8494 * infcmd.c (path_command): Remove unnecessary cast.
8495 * coffread.c (decode_type): Remove unnecessary cast.
8496 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8497 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8498 * tui/tui-stack.c (tui_show_locator_content)
8499 (tui_show_frame_info): Remove unnecessary cast.
8500 * tui/tui-win.c (tui_scroll_forward_command)
8501 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8502 (parse_scrolling_args): Remove unnecessary cast.
8503 * tui/tui-data.c (init_win_info, tui_del_window)
8504 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8505 (free_content_elements): Remove unnecessary cast.
8506 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8507 unnecessary cast.
8508 * tui/tui-source.c (tui_set_source_content)
8509 (tui_vertical_source_scroll): Remove unnecessary cast.
8510 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8511 cast.
8512 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8513 * tui/tui-regs.c (tui_display_registers_from)
8514 (tui_display_register): Remove unnecessary cast.
8515 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8516 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8517 (make_visible): Remove unnecessary cast.
8518 * tui/tui-winsource.c (tui_erase_source_content)
8519 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8520 unnecessary cast.
8521 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8522 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8523 * stabsread.c (read_type, read_array_type, read_range_type):
8524 Remove unnecessary cast.
8525 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8526 (parse_symbol, parse_type, upgrade_type, parse_external)
8527 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8528 unnecessary cast.
8529 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8530
85312019-06-16 Tom Tromey <tom@tromey.com>
8532
8533 * tui/tui-data.c (tui_alloc_generic_win_info)
8534 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8535 checks.
8536
85372019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8538 Andrew Burgess <andrew.burgess@embecosm.com>
8539
8540 * f-typeprint.c (f_print_type): Don't return early for not
8541 associated or not allocated types.
8542 (f_type_print_varspec_suffix): Add print_rank parameter and print
8543 ranks of array types in case they dangling.
8544 (f_type_print_base): Add print_rank parameter.
8545
85462019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8547
8548 * NEWS: Mention new MI commands.
8549 * break-catch-throw.c (enum exception_event_kind): Move to
8550 breakpoint.h.
8551 (print_mention_exception_catchpoint): Output text as a single
8552 message.
8553 (catch_exception_command_1): Rename to...
8554 (catch_exception_event): ...this, make non-static, update header
8555 command, and change some parameter types.
8556 (catch_catch_command): Update for changes to
8557 catch_exception_command_1.
8558 (catch_throw_command): Likewise.
8559 (catch_rethrow_command): Likewise.
8560 * breakpoint.c (enum exception_event_kind): Delete.
8561 * breakpoint.h (enum exception_event_kind): Moved here from
8562 break-catch-throw.c.
8563 (catch_exception_event): Declare.
8564 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8565 (mi_cmd_catch_throw): New function.
8566 (mi_cmd_catch_rethrow): New function.
8567 (mi_cmd_catch_catch): New function.
8568 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8569 'catch-catch' entries.
8570 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8571 (mi_cmd_catch_rethrow): Declare.
8572 (mi_cmd_catch_catch): Declare.
8573
85742019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8575
8576 * annotate.c (annotate_source_line): Change return type to void,
8577 update implementation to match.
8578 * annotate.h (annotate_source_line): Change return type to void,
8579 update header comment.
8580 * stack.c (print_frame_info): Don't change what frame information
8581 is printed based on whether annotations are on or not.
8582
85832019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8584
8585 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8586 (annotate_source): Make static.
8587 (annotate_source_line): Moved from source.c and renamed from
8588 identify_source_line. Update the return type.
8589 * annotate.h (annotate_source): Delete declaration.
8590 (annotate_source_line): Declaration moved from source.h, and
8591 renamed from identify_source_line. Return type updated.
8592 * source.c (identify_source_line): Moved to annotate.c and renamed
8593 to annotate_source_line.
8594 (info_line_command): Remove check of annotation_level.
8595 * source.h (identify_source_line): Move declaration to annotate.h
8596 and rename to annotate_source_line.
8597 * stack.c: Add 'annotate.h' include.
8598 (print_frame_info): Remove check of annotation_level before
8599 calling annotate_source_line.
8600
86012019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8602
8603 * source-cache.c (source_cache::get_plain_source_lines): Use
8604 open_source_file_with_line_charpos instead of just
8605 open_source_file, remove call to find_source_lines.
8606 (source_cache::get_source_lines): Likewise.
8607 * source.c (find_source_lines): Make static.
8608 (get_filename_and_charpos): Renamed into...
8609 (open_source_file_with_line_charpos): ..this along with changes to
8610 return a scoped_fd, and some other minor clean ups.
8611 (identify_source_line): Use open_source_file_with_line_charpos.
8612 (search_command_helper): Use open_source_file_with_line_charpos
8613 instead of just open_source_file, remove call to
8614 find_source_lines.
8615 * source.h (open_source_file_with_line_charpos): Declare new
8616 function.
8617 (find_source_lines): Delete declaration.
8618
86192019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8620
8621 * source.c (get_filename_and_charpos): Remove fullname
8622 parameter.
8623 (identify_source_line): Update call to get_filename_and_charpos.
8624
86252019-06-14 Tom Tromey <tromey@adacore.com>
8626
8627 PR gdb/24502:
8628 * ui-style.h (skip_ansi_escape): Update comment.
8629 * ui-file.h (class no_terminal_escape_file): New class.
8630 * ui-file.c (no_terminal_escape_file::write)
8631 (no_terminal_escape_file::puts): New methods.
8632 * cli/cli-logging.c (handle_redirections): Use
8633 no_terminal_escape_file.
8634
86352019-06-14 Tom Tromey <tromey@adacore.com>
8636
8637 * NEWS: Move convenience variable news above Python news.
8638
86392019-06-14 Tom Tromey <tom@tromey.com>
8640
8641 * gnulib: Move directory to top-level.
8642 * configure.ac: Don't configure gnulib.
8643 * configure: Rebuild.
8644 * common/common-defs.h: Use new path to gnulib.
8645 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8646 (GNULIB_H): Remove.
8647 (INCGNU): Look in new gnulib location.
8648 (HFILES_NO_SRCDIR): Remove gnulib files.
8649 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8650 (generated_files): Remove GNULIB_H.
8651 ($(LIBGNU), all-lib): Remove targets.
8652 (distclean): Don't mention GNULIB_BUILDDIR.
8653 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8654
86552019-06-14 Tom Tromey <tromey@adacore.com>
8656
8657 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8658 Warn if symbol file does not provide any symbols.
8659
86602019-06-14 Tom Tromey <tromey@adacore.com>
8661
8662 * source.c (find_and_open_source): Respect basenames_may_differ.
8663
86642019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8665
8666 * annotate.c (annotate_breakpoints_invalid): Make use of
8667 scoped_restore_terminal_state.
8668 (annotate_frames_invalid): Likewise.
8669
86702019-06-14 Tom Tromey <tromey@adacore.com>
8671
8672 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8673 allow assignment to an internalvar.
8674
86752019-06-14 Tom Tromey <tromey@adacore.com>
8676
8677 * ada-lex.l: Allow "_" in attribute names.
8678
86792019-06-14 Tom Tromey <tromey@adacore.com>
8680
8681 PR gdb/24653:
8682 * regcache.c (registers_changed): Don't call alloca.
8683 * top.c (execute_command): Don't call alloca.
8684
86852019-06-13 Pedro Alves <palves@redhat.com>
8686
8687 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8688 'expression'. When parsing an expression, error out if there's
8689 junk after "unlimited".
8690 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8691 (do_set_command): Adjust calls to is_unlimited_literal.
8692
86932019-06-13 Pedro Alves <palves@redhat.com>
8694
8695 * compile/compile.c (make_compile_options_def_group): Add braces
8696 around array_view initializer.
8697 * thread.c (make_thread_apply_all_options_def_group)
8698 (make_thread_apply_all_options_def_group): Likewise.
8699
87002019-06-13 Pedro Alves <palves@redhat.com>
8701
8702 * NEWS (New commands): Mention "maint test-options
8703 require-delimiter", "maint test-options unknown-is-error", "maint
8704 test-options unknown-is-operand" and "maint show
8705 test-options-completion-result".
8706 (New command options, command completion): New section.
8707 (Completion improvements): New section.
8708 Mention that you can abbreviate "unlimited".
8709
87102019-06-13 Pedro Alves <palves@redhat.com>
8711
8712 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8713 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8714 * unittests/cli-utils-selftests.c (test_parse_flags)
8715 (test_parse_flags_qcs): Delete.
8716 (test_cli_utils): Don't call deleted functions.
8717
87182019-06-13 Pedro Alves <palves@redhat.com>
8719
8720 * thread.c: Include "cli/cli-option.h".
8721 (tp_array_compar_ascending): Global.
8722 (tp_array_compar): Delete function.
8723 (tp_array_compar_ascending, tp_array_compar_descending): New
8724 functions.
8725 (ascending_option_def, qcs_flag_option_def)
8726 (thr_qcs_flags_option_defs)
8727 (make_thread_apply_all_options_def_group)
8728 (make_thread_apply_options_def_group): New.
8729 (thread_apply_all_command): Use gdb::option::process_options.
8730 (thread_apply_command_completer)
8731 (thread_apply_all_command_completer): New.
8732 (thread_apply_command): Use gdb::option::process_options.
8733 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8734 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8735 to generate help text of "thread apply". Adjust "taas"'s help.
8736 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8737 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8738
87392019-06-13 Pedro Alves <palves@redhat.com>
8740
8741 * thread.c (thread_apply_command): Check for invalid TID with
8742 isdigit instead of !isalpha.
8743
87442019-06-13 Pedro Alves <palves@redhat.com>
8745
8746 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8747 (validate_flags_qcs): New.
8748 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8749 (validate_flags_qcs): Declare.
8750 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8751 (make_frame_apply_options_def_group): New.
8752 (frame_apply_command_count): Process options with
8753 gdb::option::process_options.
8754 (frame_apply_completer): New.
8755 (frame_apply_level_completer, frame_apply_all_completer)
8756 (frame_apply_completer): New.
8757 (_initialize_stack): Update help of "frame apply", "frame apply
8758 level", "frame apply all" and "faas" to mention supported options
8759 and install command completers.
8760 * stack.h (frame_apply_all_completer): Declare.
8761 * thread.c: Include "stack.h".
8762 (tfaas_command): Add "--".
8763 (_initialize_thread): Update help "tfaas" to mention supported
8764 options and install command completer.
8765
87662019-06-13 Pedro Alves <palves@redhat.com>
8767
8768 * completer.c (complete_nested_command_line): New.
8769 (gdb_completion_word_break_characters_throw): Add assertion.
8770 * completer.h (complete_nested_command_line): Declare.
8771
87722019-06-13 Pedro Alves <palves@redhat.com>
8773
8774 * stack.c (parse_backtrace_qualifiers): New.
8775 (backtrace_command): Use it.
8776 (backtrace_command_completer): Complete on qualifiers.
8777
87782019-06-13 Pedro Alves <palves@redhat.com>
8779
8780 * frame.c: Include "cli/cli-option.h.
8781 (user_set_backtrace_options): New.
8782 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8783 Delete.
8784 (get_prev_frame): Adjust.
8785 (boolean_option_def, uinteger_option_def)
8786 (set_backtrace_option_defs): New.
8787 (_initialize_frame): Adjust and use
8788 gdb::option::add_setshow_cmds_for_options to install "set
8789 backtrace past-main" and "set backtrace past-entry".
8790 * frame.h: Include "cli/cli-option.h".
8791 (struct frame_print_options): Forward declare.
8792 (print_frame_arguments_all, print_frame_arguments_scalars)
8793 (print_frame_arguments_none): Declare.
8794 (print_entry_values): Delete declaration.
8795 (struct frame_print_options, user_frame_print_options): New.
8796 (struct set_backtrace_options): New.
8797 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8798 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8799 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8800 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8801 (list_args_or_locals): Add frame_print_options parameter.
8802 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8803 * python/py-framefilter.c (enumerate_args): Pass down
8804 USER_FRAME_PRINT_OPTIONS.
8805 * stack.c: Include "cli/cli-option.h".
8806 (print_frame_arguments_all, print_frame_arguments_scalars)
8807 (print_frame_arguments_none): Declare.
8808 (print_raw_frame_arguments, print_entry_values): Delete.
8809 (user_frame_print_options): New.
8810 (boolean_option_def, enum_option_def, frame_print_option_defs):
8811 New.
8812 (struct backtrace_cmd_options): New.
8813 (bt_flag_option_def): New.
8814 (backtrace_command_option_defs): New.
8815 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8816 (print_frame_arg, read_frame_arg, print_frame_args)
8817 (print_frame_info, print_frame): Add frame_print_options parameter
8818 and use it.
8819 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8820 (backtrace_command_1): Add frame_print_options and
8821 backtrace_cmd_options parameters and use them.
8822 (make_backtrace_options_def_group): New.
8823 (backtrace_command): Process command options with
8824 gdb::option::process_options.
8825 (backtrace_command_completer): New.
8826 (_initialize_stack): Extend "backtrace"'s help to mention
8827 supported options. Install completer for "backtrace".
8828 Install some settings commands with add_setshow_cmds_for_options.
8829
88302019-06-13 Pedro Alves <palves@redhat.com>
8831
8832 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8833 and that "set/show print raw frame-arguments" are now deprecated.
8834
8835 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8836 command.
8837 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8838 * stack.c (_initialize_stack): Install "set/show print
8839 raw-frame-arguments", and deprecate "set/show print raw
8840 frame-arguments".
8841 * valprint.c (_initialize_valprint): Deprecate "set/show print
8842 raw".
8843
88442019-06-13 Pedro Alves <palves@redhat.com>
8845
8846 * compile/compile.c (struct compile_options): New.
8847 (compile_flag_option_def, compile_command_option_defs)
8848 (make_compile_options_def_group): New.
8849 (compile_file_command): Handle options with
8850 gdb::option::process_options.
8851 (compile_file_command_completer): New function.
8852 (compile_code_command): Handle options with
8853 gdb::option::process_options.
8854 (compile_code_command_completer): New function.
8855 (_initialize_compiler): Install completers for "compile code" and
8856 "compile file". Mention available options in "compile code" and
8857 "compile code"'s help.
8858 * completer.c (advance_to_completion_word): New, factored out from
8859 ...
8860 (advance_to_expression_complete_word_point): ... this.
8861 (advance_to_filename_complete_word_point): New.
8862 * completer.h (advance_to_filename_complete_word_point): New
8863 declaration.
8864
88652019-06-13 Pedro Alves <palves@redhat.com>
8866
8867 * compile/compile.c: Include "cli/cli-option.h".
8868 (compile_print_value): Scope data pointer is now a
8869 value_print_options pointer; adjust.
8870 (compile_print_command): Process options. Scope data pointer is
8871 now a value_print_options pointer; adjust.
8872 (_initialize_compile): Update "compile print"'s help to include
8873 supported options. Install a completer for "compile print".
8874 * cp-valprint.c (show_vtblprint, show_objectprint)
8875 (show_static_field_print): Delete.
8876 (_initialize_cp_valprint): Don't install "set print
8877 static-members", "set print vtbl", "set print object" here.
8878 * printcmd.c: Include "cli/cli-option.h" and
8879 "common/gdb_optional.h".
8880 (print_command_parse_format): Rework to fill in a
8881 value_print_options instead of a format_data.
8882 (print_value): Change parameter type from format_data pointer to
8883 value_print_options reference. Adjust.
8884 (print_command_1): Process options. Adjust to pass down a
8885 value_print_options.
8886 (print_command_completer): New.
8887 (_initialize_printcmd): Install print_command_completer as
8888 handle_brkchars completer for the "print" command. Update
8889 "print"'s help to include supported options.
8890 * valprint.c: Include "cli/cli-option.h".
8891 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8892 here from cp-valprint.c.
8893 (boolean_option_def, uinteger_option_def)
8894 (value_print_option_defs, make_value_print_options_def_group):
8895 New. Use gdb::option::add_setshow_cmds_for_options to install
8896 "set print elements", "set print null-stop", "set print repeats",
8897 "set print pretty", "set print union", "set print array", "set
8898 print address", "set print symbol", "set print array-indexes".
8899 * valprint.h: Include <string> and "cli/cli-option.h".
8900 (make_value_print_options_def_group): Declare.
8901 (print_value): Change parameter type from format_data pointer to
8902 value_print_options reference.
8903 (print_command_completer): Declare.
8904
89052019-06-13 Pedro Alves <palves@redhat.com>
8906
8907 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8908 (COMMON_SFILES): Add maint-test-settings.c.
8909 * cli/cli-decode.c (boolean_enums): New global, factored out from
8910 ...
8911 (add_setshow_boolean_cmd): ... here.
8912 * cli/cli-decode.h (boolean_enums): Declare.
8913 * cli/cli-option.c: New file.
8914 * cli/cli-option.h: New file.
8915 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8916 factored out from ...
8917 (parse_cli_boolean_value(const char *)): ... this.
8918 (is_unlimited_literal): Change parameter type to pointer to
8919 pointer. Adjust and advance ARG pointer.
8920 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8921 (parse_cli_var_enum): New, factored out from ...
8922 (do_set_command): ... this. Adjust.
8923 * cli/cli-setshow.h (parse_cli_boolean_value)
8924 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8925 (parse_cli_var_enum): Declare.
8926 * cli/cli-utils.c: Include "cli/cli-option.h".
8927 (get_ulongest): New.
8928 * cli/cli-utils.h (get_ulongest): Declare.
8929 (check_for_argument): New overloads.
8930 * maint-test-options.c: New file.
8931
89322019-06-13 Pedro Alves <palves@redhat.com>
8933
8934 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8935 parse a range if "-" is at the end of the string.
8936
89372019-06-13 Pedro Alves <palves@redhat.com>
8938
8939 * cli/cli-setshow.c (parse_auto_binary_operation)
8940 (parse_cli_boolean_value): Don't allow "o".
8941
89422019-06-13 Pedro Alves <palves@redhat.com>
8943
8944 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
8945 * NEWS: Mention maint test-settings KIND.
8946 * maint-test-settings.c: New file.
8947
89482019-06-13 Pedro Alves <palves@redhat.com>
8949
8950 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
8951 completer.
8952 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
8953 "set" completers.
8954
89552019-06-13 Pedro Alves <palves@redhat.com>
8956
8957 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
8958 after item.
8959
89602019-06-13 Pedro Alves <palves@redhat.com>
8961
8962 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
8963
89642019-06-13 Pedro Alves <palves@redhat.com>
8965
8966 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
8967 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
8968 call.
8969 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
8970 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
8971 calls.
8972 (check_for_argument): Skip spaces after argument.
8973
89742019-06-13 Pedro Alves <palves@redhat.com>
8975
8976 * thread.c (thread_apply_command): Adjust TID parsing.
8977 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
8978 detected before end of string.
8979 (tid_is_in_list): Error out if LIST is invalid.
8980
89812019-06-13 Pedro Alves <palves@redhat.com>
8982
8983 * completer.c (complete_line_internal_1): Rewind completion word
8984 point.
8985 (completion_tracker::advance_custom_word_point_by): Change
8986 parameter type to int.
8987 * completer.h (completion_tracker::advance_custom_word_point_by):
8988 Likewise.
8989
89902019-06-13 Pedro Alves <palves@redhat.com>
8991
8992 * completer.c (advance_to_completion_word): Handle delimiters.
8993
89942019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8995
8996 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
8997
89982019-06-11 Tom Tromey <tom@tromey.com>
8999
9000 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
9001 (xmalloc_failed): Move to alloc.c.
9002 * alloc.c: New file.
9003 * Makefile.in (COMMON_SFILES): Add alloc.c.
9004
90052019-06-11 Tom Tromey <tom@tromey.com>
9006
9007 * nat/linux-waitpid.c: Don't include server.h.
9008 (linux_debug): Remove.
9009 (my_waitpid): Update.
9010
90112019-06-11 Tom Tromey <tromey@adacore.com>
9012
9013 * infcall.c (_initialize_infcall): Remove trailing newline from
9014 help.
9015 * user-regs.c (_initialize_user_regs): Remove trailing newline
9016 from help.
9017 * typeprint.c (_initialize_typeprint): Remove trailing newline
9018 from help.
9019 * reverse.c (_initialize_reverse): Remove trailing newlines from
9020 help.
9021 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
9022 from help.
9023 * language.c (add_set_language_command): Remove trailing newline
9024 from help.
9025 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
9026 help.
9027 * disasm.c (_initialize_disasm): Remove trailing newline from
9028 help.
9029 * top.c (init_main): Remove trailing newline from help.
9030 * interps.c (_initialize_interpreter): Remove trailing newline
9031 from help.
9032 * btrace.c (_initialize_btrace): Remove trailing newlines from
9033 help.
9034 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
9035 from help.
9036 * python/python.c (_initialize_python): Remove trailing newline
9037 from help.
9038 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
9039 help.
9040 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
9041 from help. Reformat some text.
9042 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
9043 from help.
9044 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
9045 newline from help.
9046
90472019-06-11 Tom Tromey <tromey@adacore.com>
9048
9049 * darwin-nat.c (darwin_decode_exception_message)
9050 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
9051
90522019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
9053
9054 * valops.c (value_slice): Check for not allocated or not
9055 associated values.
9056
90572019-06-10 Tom de Vries <tdevries@suse.de>
9058
9059 PR gdb/24618
9060 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
9061 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9062 invalid.
9063
90642019-06-10 Tom de Vries <tdevries@suse.de>
9065
9066 PR gdb/24611
9067 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9068 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9069
90702019-06-10 Tom de Vries <tdevries@suse.de>
9071
9072 PR symtab/24545
9073 * symtab.c (struct demangled_name_entry): Add language field.
9074 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9075 static minimal symbol". Set and use language field.
9076
90772019-06-10 Tom Tromey <tromey@adacore.com>
9078
9079 * ada-lang.c (_initialize_ada_language): Update help text.
9080
90812019-06-10 Tom Tromey <tromey@adacore.com>
9082
9083 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9084 with a newline.
9085 * guile/guile.c (handle_boot_error): Don't end warning with a
9086 newline.
9087 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9088 warning with a newline.
9089 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9090 newline.
9091 (s12z_frame_cache): Likewise.
9092 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9093 a newline.
9094 * solib-svr4.c (disable_probes_interface): Don't end warning with
9095 a newline.
9096 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9097 newline.
9098 * python/python.c (do_finish_initialization): Don't end warning
9099 with a newline.
9100
91012019-06-10 Tom Tromey <tom@tromey.com>
9102
9103 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9104 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9105 gdbpy_enter.
9106
91072019-06-10 Tom Tromey <tromey@adacore.com>
9108
9109 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9110 data.
9111 (elf_new_init): Don't call stabsread_new_init.
9112 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9113 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9114 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9115
91162019-06-10 Tom de Vries <tdevries@suse.de>
9117
9118 PR symtab/16264
9119 PR symtab/24517
9120 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9121
91222019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9123
9124 * source.c (find_and_open_source): Also rewrite relative file
9125 names.
9126
91272019-04-26 Amos Bird <amosbird@gmail.com>
9128
9129 * annotate.c (annotate_thread_exited): Add "thread-exited"
9130 annotation.
9131
91322019-06-06 Tom Tromey <tromey@adacore.com>
9133
9134 * maint.h (class scoped_command_stats): Use
9135 DISABLE_COPY_AND_ASSIGN.
9136 <print_time>: New method.
9137 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9138 print_time.
9139 (scoped_command_stats::print_time): New method.
9140
91412019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9142
9143 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9144 instructions of lengths 6 or 8 bytes.
9145
91462019-06-04 Pedro Alves <palves@redhat.com>
9147
9148 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9149
9150 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9151 * breakpoint.c (condition_completer): Likewise.
9152 * cli/cli-dump.c (scan_expression): Likewise.
9153 * common/filestuff.c (mkdir_recursive): Likewise.
9154 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9155 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9156 (gdb_abspath): Likewise.
9157 * compile/compile-cplus-types.c
9158 (compile_cplus_instance::decl_name): Likewise.
9159 * completer.c (complete_explicit_location):
9160 (signal_completer, reg_or_group_completer_1): Likewise.
9161 * cp-support.c (cp_remove_params_if_any): Likewise.
9162 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9163 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9164 * infcmd.c (strip_bg_char): Likewise.
9165 * linespec.c (copy_token_string): Likewise.
9166 * mi/mi-main.c (output_cores): Likewise.
9167 * psymtab.c (psymtab_search_name):
9168 * symfile.c (test_set_ext_lang_command): Likewise.
9169 * target.c (target_fileio_read_stralloc): Likewise.
9170 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9171 * value.c (complete_internalvar): Likewise.
9172
91732019-06-04 Christian Biesinger <cbiesinger@google.com>
9174
9175 Add objfile property to gdb.Type.
9176 * NEWS: Mention Python API addition.
9177 * python/py-type.c (typy_get_objfile): New method.
9178
91792019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9180
9181 * NEWS: Mention the new set|show style [title|highlight].
9182 Mention changes to "show style", "help" and "apropos".
9183
91842019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9185
9186 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9187 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9188 instead of print_help_for_command.
9189 (print_doc_of_command): New function.
9190 (help_list): Add 'apropos -v word' suggestion.
9191 (print_help_for_command): Style the command name using title style.
9192 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9193 (_initialize_cli_cmds): Describe -v in apropos_command help.
9194
91952019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9196
9197 * cli/cli-style.h (cli_style_option): Add name in constructor,
9198 add m_name class member, add constructor with intensity,
9199 add name class function.
9200 (cli_style_option::add_setshow_commands): Remove name argument.
9201 (highlight_style, title_style): New styles.
9202 * cli/cli-style.c (do_show): New function that shows a style
9203 characteristic styling the style name with itself.
9204 (set_style_name): New function.
9205 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9206 Update all callers according to the changes in cli/cli-style.h.
9207 * utils.h (fputs_highlighted): New function.
9208 * utils.c (fputs_highlighted): Likewise.
9209
92102019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9211
9212 * NEWS: Mention new pipe command and new convenience variables.
9213
92142019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9215
9216 * cli/cli-cmds.c (pipe_command): New function.
9217 (_initialize_cli_cmds): Call add_com for pipe_command.
9218 Define | as an alias for pipe.
9219 (exit_status_set_internal_vars): New function.
9220 (shell_escape): Call exit_status_set_internal_vars.
9221 cli/cli-decode.c (find_command_name_length): Recognize | as
9222 a single character command.
9223
92242019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9225
9226 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9227 top.c (execute_command_to_ui_file): New function, mostly a copy
9228 of execute_command_to_string.
9229 (execute_command_to_string): Implement by calling
9230 execute_command_to_ui_file.
9231
92322019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9233
9234 * top.h (saved_command_line): Remove declaration.
9235 * top.c (previous_saved_command_line, previous_repeat_arguments):
9236 New variables.
9237 (saved_command_line): Make static, define together with other
9238 'repeat variables'.
9239 (dont_repeat): Clear repeat_arguments.
9240 (repeat_previous, get_saved_command_line, save_command_line):
9241 New functions.
9242 (gdb_init): Initialize saved_command_line
9243 and previous_saved_command_line.
9244 * main.c (captured_main_1): Remove saved_command_line initialization.
9245 * event-top.c (handle_line_of_input): Update to use
9246 the new 'repeat' related functions instead of direct access to
9247 saved_command_line.
9248 * command.h (repeat_previous, get_saved_command_line,
9249 save_command_line): New declarations.
9250 (dont_repeat): Add comment.
9251
92522019-05-30 Tom Tromey <tromey@adacore.com>
9253
9254 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9255 Fix comment.
9256 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9257
92582019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9259
9260 PR cli/24587
9261 * completer.c (complete): Initialize variable word.
9262
92632019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9264
9265 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9266 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9267 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9268 'body' is NULL to the outter 'if', protecting the '!is_define'
9269 situation as well.
9270
92712019-05-29 Tom Tromey <tromey@adacore.com>
9272
9273 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9274 (dwarf_unknown): New function.
9275 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9276 (dwarf_type_encoding_name): Use dwarf_unknown.
9277
92782019-05-29 Tom Tromey <tromey@adacore.com>
9279
9280 PR c++/20020:
9281 * cp-valprint.c (cp_print_value_fields): Call
9282 cp_print_static_field inside "try".
9283
92842019-05-29 Tom Tromey <tromey@adacore.com>
9285
9286 * inflow.c (struct terminal_info): Add default operator=.
9287 * configure: Rebuild.
9288 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9289 -Wdeprecated-copy-dtor, -Wredundant-move.
9290
92912019-05-29 Tom Tromey <tromey@adacore.com>
9292
9293 * NEWS: Add entry.
9294 * infcmd.c (print_return_value_1): Handle finish_print
9295 option.
9296 (show_print_finish): New function.
9297 (_initialize_infcmd): Add "set/show print finish" commands.
9298 * valprint.c (user_print_options): Initialize new member.
9299 * valprint.h (struct value_print_options) <finish_print>: New
9300 member.
9301
93022019-05-28 Tom Tromey <tromey@adacore.com>
9303
9304 * ada-lang.c (ada_remove_Xbn_suffix)
9305 (find_old_style_renaming_symbol)
9306 (parse_old_style_renaming): Remove.
9307 (ada_find_renaming_symbol): Don't call
9308 find_old_style_renaming_symbol.
9309 (ada_is_renaming_symbol): Rename from
9310 ada_find_renaming_symbol. Remove "block" parameter. Return
9311 bool. Now static.
9312 (ada_read_var_value): Update and simplify.
9313 * ada-exp.y (write_var_or_type): Remove old code.
9314
93152019-05-28 Alan Hayward <alan.hayward@arm.com>
9316
9317 PR gdb/25010
9318 * event-top.c: Remove include comment.
9319 * inflow.c (class scoped_ignore_sigttou): Move from here...
9320 * inflow.h (class scoped_ignore_sigttou): ...to here.
9321 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9322 * top.c: Remove include comment.
9323
93242019-05-27 Tom Tromey <tom@tromey.com>
9325
9326 * NEWS: Fix typo.
9327
93282019-05-22 Tom Tromey <tromey@adacore.com>
9329
9330 * target.c (target_follow_exec): Constify parameter.
9331 * target-delegates.c: Rebuild.
9332 * remote.c (remote_target::follow_exec): Constify parameter.
9333 * infrun.c (follow_exec): Constify parameter.
9334 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9335 (target_follow_exec): Likewise.
9336
93372019-05-22 Alan Hayward <alan.hayward@arm.com>
9338
9339 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9340 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9341
93422019-05-22 Alan Hayward <alan.hayward@arm.com>
9343
9344 * NEWS: Add debugredirect and testsuite sections.
9345
93462019-05-22 Simon Cook <simon.cook@embecosm.com>
9347
9348 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9349 target descriptions using exclusively floating point register name
9350 aliases.
9351
93522019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9353
9354 PR gdb/18644:
9355 * f-lang.c (build_fortran_types): Handle the case where
9356 gdbarch_floatformat_for_type returns a nullptr.
9357
93582019-05-21 Tom de Vries <tdevries@suse.de>
9359
9360 PR cli/24587
9361 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9362
93632019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9364
9365 PR gdb/18644:
9366 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9367 16-byte floats.
9368 * i386-tdep.c (i386_floatformat_for_type): Use
9369 floatformats_ia64_quad for the 16-byte floating point component
9370 within a fortran 32-byte complex number.
9371
93722019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9373
9374 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9375 delete default constructor.
9376 (find_partial_die): Update to return const struct.
9377 (partial_die_parent_scope): Move variable declaration into scope
9378 of its use and change its type to auto.
9379 (guess_partial_die_structure_name): Likewise.
9380 (partial_die_info::fixup): Likewise.
9381
93822019-05-17 Tom Tromey <tromey@adacore.com>
9383
9384 * source.c (find_and_open_source): Remove cast.
9385
93862019-05-17 Tom Tromey <tromey@adacore.com>
9387
9388 * annotate.c (annotate_source): Make "filename" const.
9389 * annotate.h (annotate_source): Use const.
9390
93912019-05-17 Alan Hayward <alan.hayward@arm.com>
9392
9393 * disasm.c (set_disassembler_options): Send errors to stderr.
9394
93952019-05-17 Alan Hayward <alan.hayward@arm.com>
9396
9397 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9398 (cli_interp_base::set_logging): Check debug_redirect.
9399 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9400 * cli/cli-logging.c (debug_redirect): Add static variable.
9401 (pop_output_files): Add default param.
9402 (handle_redirections): Print debug setting.
9403 (show_logging_command): Likewise.
9404 (_initialize_cli_logging): Add debugredirect command.
9405 * interps.c (current_interp_set_logging): Add debug_redirect
9406 parameter.
9407 * interps.h (set_logging): Add debug_redirect parameter.
9408 (current_interp_set_logging): Likewise.
9409 * mi/mi-common.h: Likewise.
9410 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9411
94122019-05-17 Alan Hayward <alan.hayward@arm.com>
9413 Tom Tromey <tromey@adacore.com>
9414
9415 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9416 directly.
9417 * cli/cli-interp.h (make_logging_output): Remove declaration.
9418 * cli/cli-logging.c (make_logging_output): Remove function.
9419 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9420 directly.
9421 * ui-file.c (tee_file::tee_file): Remove bools.
9422 (tee_file::~tee_file): Remove deletes.
9423 * ui-file.h (tee_file): Remove bools.
9424
94252019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9426
9427 * mi/mi-cmds.h (mi_cmd_complete): New function.
9428 * mi/mi-main.c (mi_cmd_complete): Likewise.
9429 * mi/mi-cmds.c: Define new MI command -complete.
9430 * NEWS: Mention new -complete command.
9431
94322019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9433
9434 * completer.h (complete): New function.
9435 * completer.c (complete): Likewise.
9436 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9437 function defined in completer.h.
9438
94392019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9440
9441 * MAINTAINERS (Write After Approval): Add myself.
9442
94432019-05-17 Tom de Vries <tdevries@suse.de>
9444
9445 PR gdb/24094
9446 * dwarf2read.c (struct cu_partial_die_info): New struct.
9447 (find_partial_die): Return cu_partial_die_info.
9448 (partial_die_parent_scope, guess_partial_die_structure_name)
9449 (partial_die_info::fixup): Handle new return type of find_partial_die.
9450
94512019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9452
9453 PR breakpoints/24541
9454 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9455 "std::string", simplifying the algorithm.
9456
94572019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9458
9459 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9460 (stap_static_probe_ops::get_probes): Likewise.
9461
94622019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9463
9464 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9465 '-')" and "else if".
9466 (stap_parse_single_operand): Join checks for
9467 "gdbarch_stap_parse_special_token_p" and
9468 "gdbarch_stap_parse_special_token" in the same "if" statement.
9469 Invert check when verifying for operation on register
9470 displacement.
9471
94722019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9473
9474 * stap-probe.c (stap_get_opcode): Update comment.
9475 (stap_get_expected_argument_type): Likewise.
9476 (handle_stap_probe): Likewise.
9477
94782019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9479
9480 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9481 return type to 'bool'. Adjust comment. Use 'bool' when
9482 appropriate.
9483 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9484 * stap-probe.c (stap_parse_argument_1): Likewise.
9485 (stap_is_operator): Likewise.
9486 (stap_is_generic_prefix): Likewise.
9487 (stap_is_register_prefix): Likewise.
9488 (stap_is_register_indirection_prefix): Likewise.
9489 (stap_is_integer_prefix): Likewise.
9490 (stap_generic_check_suffix): Likewise.
9491 (stap_check_integer_suffix): Likewise.
9492 (stap_check_register_suffix): Likewise.
9493 (stap_check_register_indirection_suffix): Likewise.
9494 (stap_parse_register_operand): Likewise.
9495 (stap_parse_single_operand): Likewise.
9496 (stap_parse_argument_1): Likewise.
9497 (stap_probe::get_argument_count): Likewise.
9498 (stap_is_operator): Likewise.
9499
95002019-05-16 Tom Tromey <tromey@adacore.com>
9501
9502 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9503 keyword to foreach.
9504
95052019-05-15 Simon Marchi <simon.marchi@efficios.com>
9506
9507 * linux-thread-db.c (try_thread_db_load_1): Change return type
9508 to bool.
9509 (try_thread_db_load): Likewise.
9510 (try_thread_db_load_from_pdir_1): Likewise.
9511 (try_thread_db_load_from_pdir): Likewise.
9512 (try_thread_db_load_from_sdir): Likewise.
9513 (try_thread_db_load_from_dir): Likewise.
9514 (thread_db_load_search): Likewise.
9515 (has_libpthread): Likewise.
9516 (thread_db_load): Likewise.
9517
95182019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9519
9520 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9521 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9522 NULL, and complain/return if that's the case.
9523
95242019-05-15 John Darrington <john@darrington.wattle.id.au>
9525
9526 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9527 (advance, posn, abstract_read_memory): New functions.
9528 [struct mem_read_abstraction]: New struct.
9529 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9530
95312019-05-14 Tom Tromey <tromey@adacore.com>
9532
9533 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9534 value is not lval_memory.
9535
95362019-05-14 Tom Tromey <tromey@adacore.com>
9537
9538 * solib.c (info_sharedlibrary_command): Style the file name.
9539
95402019-05-14 Alan Hayward <alan.hayward@arm.com>
9541
9542 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9543 (aarch64_vnv_type): Likewise.
9544 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9545 * common/tdesc.c: Likewise.
9546 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9547 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9548 * features/aarch64-fpu.xml: Add ieee half view.
9549 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9550 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9551 * gdbtypes.h (struct builtin_type): Likewise.
9552 (struct objfile_type): Likewise.
9553
95542019-05-12 Paul Naert <paul.naert@polymtl.ca>
9555
9556 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9557 typo.
9558 * location.h (string_to_event_location): Likewise.
9559
95602019-05-11 Joel Brobecker <brobecker@adacore.com>
9561
9562 GDB 8.3 released.
9563
95642019-05-10 Simon Marchi <simon.marchi@efficios.com>
9565
9566 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9567 New variable declaration.
9568 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9569 New variable.
9570 (print_one_breakpoint): Use ui_out::test_flags and new global
9571 variable to compute use_fixed_output.
9572 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9573 Remove.
9574 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9575 (mi_multi_location_breakpoint_output_fixed): Remove.
9576 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9577 new variable.
9578 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9579 fix_multi_location_breakpoint_output flag if version >= 3.
9580 * ui-out.h (enum ui_out_flag)
9581 <fix_multi_location_breakpoint_output>: New enumerator.
9582
95832019-05-10 Simon Marchi <simon.marchi@efficios.com>
9584
9585 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9586
95872019-05-10 Tom Tromey <tromey@adacore.com>
9588
9589 * ada-lang.c (catch_ada_completer): New function.
9590 (_initialize_ada_language): Use it.
9591
95922019-05-10 Tom Tromey <tromey@adacore.com>
9593
9594 * thread.c (print_thread_info): Make "requested_threads" const.
9595 * gdbthread.h (print_thread_info): Make "requested_threads"
9596 const.
9597 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9598 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9599
96002019-05-08 Tom Tromey <tom@tromey.com>
9601
9602 * gdbtypes.c (objfile_type_data): Change type.
9603 (objfile_type, _initialize_gdbtypes): Update.
9604
96052019-05-08 Tom Tromey <tom@tromey.com>
9606
9607 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9608 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9609 (_initialize_dwarf2_frame): Update.
9610
96112019-05-08 Tom Tromey <tom@tromey.com>
9612
9613 * objc-lang.c (objc_objfile_data): Change type.
9614 (find_methods): Update.
9615 (_initialize_objc_lang): Remove.
9616
96172019-05-08 Tom Tromey <tom@tromey.com>
9618
9619 * stabsread.c (rs6000_builtin_type_data): Change type.
9620 (rs6000_builtin_type, _initialize_stabsread): Update.
9621
96222019-05-08 Tom Tromey <tom@tromey.com>
9623
9624 * mips-tdep.c (mips_pdr_data): Remove.
9625 (_initialize_mips_tdep): Update.
9626
96272019-05-08 Tom Tromey <tom@tromey.com>
9628
9629 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9630 (hppa_init_objfile_priv_data, read_unwind_info)
9631 (find_unwind_entry, _initialize_hppa_tdep): Update.
9632
96332019-05-08 Tom Tromey <tom@tromey.com>
9634
9635 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9636 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9637 on obstack.
9638 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9639
96402019-05-08 Tom Tromey <tom@tromey.com>
9641
9642 * mdebugread.c (basic_type_data): Change type.
9643 (basic_type, _initialize_mdebugread): Update.
9644
96452019-05-08 Tom Tromey <tom@tromey.com>
9646
9647 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9648
96492019-05-08 Tom Tromey <tom@tromey.com>
9650
9651 * nto-tdep.c (nto_inferior_data_reg): Change type.
9652 (nto_inferior_data): Update.
9653 (nto_inferior_data_cleanup, nto_new_inferior_data)
9654 (_initialize_nto_tdep): Remove.
9655 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9656
96572019-05-08 Tom Tromey <tom@tromey.com>
9658
9659 * ada-lang.c (struct ada_inferior_data): Add initializers.
9660 (ada_inferior_data): Change type.
9661 (ada_inferior_data_cleanup): Remove.
9662 (get_ada_inferior_data, ada_inferior_exit)
9663 (struct ada_pspace_data): Add initializers, destructor.
9664 (ada_pspace_data_handle): Change type.
9665 (get_ada_pspace_data): Update.
9666 (ada_pspace_data_cleanup): Remove.
9667
96682019-05-08 Tom Tromey <tom@tromey.com>
9669
9670 * coffread.c (struct coff_symfile_info): Add initializers.
9671 (coff_objfile_data_key): Move lower. Change type.
9672 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9673 Update.
9674 (coff_free_info): Remove.
9675
96762019-05-08 Tom Tromey <tom@tromey.com>
9677
9678 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9679 (fbsd_pspace_data_handle): Move lower. Change type.
9680 (get_fbsd_pspace_data): Update.
9681 (fbsd_pspace_data_cleanup): Remove.
9682 (_initialize_fbsd_tdep): Update.
9683
96842019-05-08 Tom Tromey <tom@tromey.com>
9685
9686 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9687 (get_ada_tasks_pspace_data): Update.
9688 (ada_tasks_pspace_data_cleanup): Remove.
9689 (_initialize_tasks): Update.
9690 (ada_tasks_inferior_data_handle): Change type.
9691 (get_ada_tasks_inferior_data): Update.
9692 (ada_tasks_inferior_data_cleanup): Remove.
9693 (struct ada_tasks_pspace_data): Add initializers.
9694
96952019-05-08 Tom Tromey <tom@tromey.com>
9696
9697 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9698 * symfile-debug.c (debug_sym_get_probes): Change type.
9699 * stap-probe.c (handle_stap_probe):
9700 (stap_static_probe_ops::get_probes): Change type.
9701 * probe.h (class static_probe_ops) <get_probes>: Change type.
9702 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9703 (parse_probes_in_pspace): Update.
9704 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9705 Update.
9706 (any_static_probe_ops::get_probes): Change type.
9707 * elfread.c (elfread_data): New typedef.
9708 (probe_key): Change type.
9709 (elf_get_probes): Likewise. Update.
9710 (probe_key_free): Remove.
9711 (_initialize_elfread): Update.
9712 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9713 Change type.
9714 (dtrace_process_dof_probe, dtrace_process_dof)
9715 (dtrace_static_probe_ops::get_probe): Change type.
9716
97172019-05-08 Tom Tromey <tom@tromey.com>
9718
9719 * xcoffread.c (struct xcoff_symfile_info): Rename from
9720 coff_symfile_info. Add initializers.
9721 (xcoff_objfile_data_key): Move lower. Change type.
9722 (XCOFF_DATA): Rewrite.
9723 (xcoff_free_info): Remove.
9724 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9725 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9726 (xcoff_initial_scan): Update.
9727
97282019-05-08 Tom Tromey <tom@tromey.com>
9729
9730 * solib-svr4.c (struct svr4_info): Add initializers and
9731 destructor.
9732 <probes_table>: Now an htab_up.
9733 (solib_svr4_pspace_data): Change type.
9734 (free_probes_table): Simplify.
9735 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9736 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9737 (probes_table_remove_objfile_probes, register_solib_event_probe)
9738 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9739 (_initialize_svr4_solib): Update.
9740
97412019-05-08 Tom Tromey <tom@tromey.com>
9742
9743 * remote.c (remote_pspace_data): Change type.
9744 (remote_pspace_data_cleanup): Remove.
9745 (get_remote_exec_file, set_pspace_remote_exec_file)
9746 (_initialize_remote): Update.
9747
97482019-05-08 Tom Tromey <tom@tromey.com>
9749
9750 * breakpoint.c (breakpoint_objfile_key): Change type.
9751 (get_breakpoint_objfile_data): Update.
9752 (free_breakpoint_objfile_data): Remove.
9753 (_initialize_breakpoint): Update.
9754
97552019-05-08 Tom Tromey <tom@tromey.com>
9756
9757 * linux-tdep.c (struct linux_info): Add initializers.
9758 (linux_inferior_data): Move. Change type.
9759 (invalidate_linux_cache_inf): Update.
9760 (linux_inferior_data_cleanup): Remove.
9761 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9762
97632019-05-08 Tom Tromey <tom@tromey.com>
9764
9765 * auxv.c (auxv_inferior_data): Move. Change type.
9766 (auxv_inferior_data_cleanup): Remove.
9767 (invalidate_auxv_cache_inf): Rewrite.
9768 (get_auxv_inferior_data, _initialize_auxv): Update.
9769
97702019-05-08 Tom Tromey <tom@tromey.com>
9771
9772 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9773 (symfile_debug_objfile_data_key): Change type.
9774 (symfile_debug_installed, debug_qf_has_symbols)
9775 (debug_qf_find_last_source_symtab)
9776 (debug_qf_forget_cached_source_info)
9777 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9778 (debug_qf_print_stats, debug_qf_dump)
9779 (debug_qf_expand_symtabs_for_function)
9780 (debug_qf_expand_all_symtabs)
9781 (debug_qf_expand_symtabs_with_fullname)
9782 (debug_qf_map_matching_symbols)
9783 (debug_qf_expand_symtabs_matching)
9784 (debug_qf_find_pc_sect_compunit_symtab)
9785 (debug_qf_map_symbol_filenames)
9786 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9787 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9788 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9789 (debug_sym_read_linetable, debug_sym_relocate): Update.
9790 (symfile_debug_free_objfile): Remove.
9791 (install_symfile_debug_logging, _initialize_symfile_debug):
9792 Update.
9793
97942019-05-08 Tom Tromey <tom@tromey.com>
9795
9796 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9797 allocate_on_obstack.
9798 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9799 (get_dwarf2_per_objfile): Update.
9800 (set_dwarf2_per_objfile): Remove.
9801 (dwarf2_has_info, dwarf2_get_section_info): Update.
9802 (dwarf2_free_objfile): Remove.
9803 (_initialize_dwarf2_read): Update.
9804
98052019-05-08 Tom Tromey <tom@tromey.com>
9806
9807 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9808 initializers.
9809 <unsupported_script_warning_printed,
9810 script_not_found_warning_printed>: Now bool.
9811 (auto_load_pspace_data): Change type.
9812 (~auto_load_pspace_info): Rename from
9813 auto_load_pspace_data_cleanup.
9814 (get_auto_load_pspace_data, init_loaded_scripts_info)
9815 (clear_section_scripts, maybe_print_unsupported_script_warning)
9816 (maybe_print_script_not_found_warning, _initialize_auto_load):
9817 Update.
9818
98192019-05-08 Tom Tromey <tom@tromey.com>
9820
9821 * objfiles.c (objfile_pspace_info): Add destructor and
9822 initializers.
9823 (objfiles_pspace_data): Change type.
9824 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9825 (get_objfile_pspace_data): Update.
9826 (objfiles_bfd_data): Change type.
9827 (get_objfile_bfd_data): Update.
9828 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9829
98302019-05-08 Tom Tromey <tom@tromey.com>
9831
9832 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9833 Change type.
9834 (get_catch_syscall_inferior_data): Update.
9835 (catch_syscall_inferior_data_cleanup): Remove.
9836 (_initialize_break_catch_syscall): Update.
9837
98382019-05-08 Tom Tromey <tom@tromey.com>
9839
9840 * inflow.c (struct terminal_info): Add destructor and
9841 initializers.
9842 (inflow_inferior_data): Change type.
9843 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9844 (get_inflow_inferior_data, inflow_inferior_exit)
9845 (swap_terminal_info, _initialize_inflow): Update.
9846
98472019-05-08 Tom Tromey <tom@tromey.com>
9848
9849 * target-dcache.c (target_dcache_cleanup): Remove.
9850 (target_dcache_aspace_key): Change type.
9851 (target_dcache_init_p, target_dcache_invalidate)
9852 (target_dcache_get, target_dcache_get_or_init)
9853 (_initialize_target_dcache): Update.
9854 * dcache.h (struct dcache_deleter): New.
9855
98562019-05-08 Tom Tromey <tom@tromey.com>
9857
9858 * symtab.c (struct symbol_cache): Add destructor and
9859 initializers.
9860 (symbol_cache_key): Move. Change type.
9861 (make_symbol_cache, free_symbol_cache): Remove.
9862 (get_symbol_cache): Update.
9863 (symbol_cache_cleanup): Remove.
9864 (ALL_PSPACES, symbol_cache_flush)
9865 (maintenance_print_symbol_cache)
9866 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9867 Update.
9868
98692019-05-08 Tom Tromey <tom@tromey.com>
9870
9871 * symtab.c (struct main_info): Add destructor and initializers.
9872 (main_progspace_key): Move. Change type.
9873 (get_main_info): Update.
9874 (main_info_cleanup): Remove.
9875 (_initialize_symtab): Update.
9876
98772019-05-08 Tom Tromey <tom@tromey.com>
9878
9879 * registry.h (DECLARE_REGISTRY): Define the _key class.
9880
98812019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9882
9883 * NEWS: Merge two 'New commands' sections.
9884
98852019-05-08 Joel Brobecker <brobecker@adacore.com>
9886
9887 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9888 parameter and use Ada language definition instead.
9889 (ada_val_print_ptr): Remove unused language parameter.
9890 (ada_val_print_num): Remove language parameter and use Ada language
9891 definition instead.
9892 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9893 parameter.
9894 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9895 parameter and use Ada language definition instead.
9896 (ada_val_print_1): Update all ada_val_print_xxx calls.
9897 Remove language parameter.
9898 (ada_val_print): Update ada_val_print_1 call.
9899
99002019-05-08 Tom Tromey <tromey@adacore.com>
9901
9902 * remote.c (remote_hw_watchpoint_limit)
9903 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9904 Now static.
9905
99062019-05-08 Tom Tromey <tromey@adacore.com>
9907
9908 * maint.c (_initialize_maint_cmds): Move initialization code to
9909 remote.c.
9910 (watchdog, show_watchdog): Move to remote.c.
9911 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9912 "watchdog" static.
9913 (_initialize_remote): Move initialization code from maint.c.
9914 * defs.h (watchdog): Don't declare.
9915
99162019-05-08 Tom Tromey <tromey@adacore.com>
9917
9918 * tui/tui-interp.c: Include main.h.
9919 * interps.c: Include main.h.
9920 * main.h (interpreter_p): Declare.
9921 * defs.h (interpreter_p): Don't declare.
9922
99232019-05-08 Tom Tromey <tromey@adacore.com>
9924
9925 * dwarf2loc.c: Include dwarf2read.h.
9926 * defs.h (read_unsigned_leb128): Don't declare.
9927 * dwarf2read.h (read_unsigned_leb128): Declare.
9928
99292019-05-08 Tom Tromey <tromey@adacore.com>
9930
9931 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9932 method.
9933
99342019-05-08 Tom Tromey <tromey@adacore.com>
9935
9936 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9937 when no wrap column is set.
9938
99392019-05-08 Tom Tromey <tromey@adacore.com>
9940
9941 * c-lang.c (c_get_string): Handle non-C-style arrays.
9942
99432019-05-08 Tom Tromey <tromey@adacore.com>
9944
9945 * typeprint.c (print_offset_data::update): Print the bit offset,
9946 not the number of bits remaining.
9947
99482019-05-08 Tom Tromey <tromey@adacore.com>
9949
9950 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
9951 padding at end of comment.
9952
99532019-05-08 Tom Tromey <tromey@adacore.com>
9954
9955 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
9956 Compare main types.
9957
99582019-05-06 Tom Tromey <tom@tromey.com>
9959
9960 * common/scoped_mmap.c: Include common-defs.h.
9961 * common/scoped_mmap.h: Don't include config.h.
9962
99632019-05-04 Tom Tromey <tom@tromey.com>
9964
9965 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
9966 (struct aarch64_call_info): Add initializers.
9967 <si>: Now a std::vector.
9968 (pass_on_stack, aarch64_push_dummy_call): Update.
9969
99702019-05-04 Simon Marchi <simon.marchi@efficios.com>
9971 Tom Tromey <tom@tromey.com>
9972
9973 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
9974 (ppc_threads): Now a std::vector. Now static.
9975 (hwdebug_find_thread_points_by_tid)
9976 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
9977 Update.
9978
99792019-05-04 Tom Tromey <tom@tromey.com>
9980
9981 * arc-tdep.c (arc_tdesc_init): Return bool.
9982
99832019-05-04 Tom Tromey <tom@tromey.com>
9984
9985 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
9986 Use gdb_assert_not_reached.
9987
99882019-05-04 Tom Tromey <tom@tromey.com>
9989
9990 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
9991 "false".
9992
99932019-05-04 Tom Tromey <tom@tromey.com>
9994
9995 * arc-tdep.c (arc_tdesc_init): Use bool.
9996
99972019-05-04 Tom Tromey <tom@tromey.com>
9998
9999 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
10000
100012019-05-04 Tom Tromey <tom@tromey.com>
10002
10003 * cli/cli-cmds.c (valid_command_p): Return bool.
10004
100052019-05-04 Tom Tromey <tom@tromey.com>
10006
10007 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
10008 * command.h (valid_user_defined_cmd_name_p): Channge return type.
10009
100102019-05-04 Raul Tambre <raul@tambre.ee>
10011
10012 * python/lib/gdb/prompt.py (_ExtendedPrompt)
10013 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
10014 operator for comparison.
10015
100162019-05-04 Tom Tromey <tom@tromey.com>
10017
10018 * psymtab.c (psymbol_name_matches, match_partial_symbol)
10019 (lookup_partial_symbol, print_partial_symbols)
10020 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
10021 (psymbol_compare): Update.
10022 (add_psymbol_to_bcache): Clear the entire psymbol.
10023 (maintenance_check_psymtabs): Update.
10024 * psympriv.h (struct partial_symbol): Don't derive from
10025 general_symbol_info.
10026 <obj_section, unrelocated_address, address,
10027 set_unrelocated_address>: Update.
10028 <ginfo>: New member.
10029 * dwarf-index-write.c (write_psymbols, debug_names::insert)
10030 (debug_names::write_psymbols): Update.
10031
100322019-05-04 Tom de Vries <tdevries@suse.de>
10033
10034 * contrib/cc-with-tweaks.sh: Support -n arg.
10035
100362019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10037
10038 * corelow.c (core_target::detach): Ensure frame cache and
10039 register caches are cleared.
10040 inferior.c (exit_inferior_1): Likewise.
10041
100422019-05-03 Sandra Loosemore <sandra@codesourcery.com>
10043 Tom Tromey <tom@tromey.com>
10044
10045 * dictionary.c (collate_pending_symbols_by_language): Remove
10046 "struct" from foreach.
10047 * symtab.c (lookup_global_symbol_from_objfile)
10048 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
10049 foreach.
10050 * ser-tcp.c (net_open): Remove "struct" from foreach.
10051 * objfiles.c (objfile_relocate, objfile_rebase)
10052 (objfile_has_symbols): Remove "struct" from foreach.
10053 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
10054 from foreach.
10055 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
10056 foreach.
10057 * darwin-nat.c (thread_info_from_private_thread_info): Remove
10058 "struct" from foreach.
10059 * ada-lang.c (create_excep_cond_exprs)
10060 (ada_exception_catchpoint_cond_string): Remove "struct" from
10061 foreach.
10062
100632019-05-03 Tom Tromey <tromey@adacore.com>
10064
10065 * ada-exp.y (convert_char_literal): Check suffix of each
10066 enumerator.
10067
100682019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10069
10070 PR ada/21406:
10071 * ada-exp.y (yywrap): Don't define.
10072 * ada-lex.l (%option): Add noyywrap
10073 (yywrap): Remove.
10074
100752019-05-03 Eli Zaretskii <eliz@gnu.org>
10076
10077 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10078 _WIN32_WINNT to the XP level, unless already defined to a higher
10079 level.
10080
10081 * unittests/parse-connection-spec-selftests.c:
10082 * ser-tcp.c:
10083 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10084 override.
10085
10086 * symfile.c (find_separate_debug_file): Remove colon from the
10087 drive spec of DOS/Windows file names of the target, so that the
10088 file name produced from DEBUGDIR and the target's directory will
10089 be valid on DOS/Windows systems.
10090
100912019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10092
10093 * rust-lang.c (val_print_struct): Handle printing structures
10094 containing strings.
10095
100962019-05-02 Tom Tromey <tromey@adacore.com>
10097
10098 * valarith.c (_initialize_valarith): Remove.
10099
101002019-05-01 Tom Tromey <tromey@adacore.com>
10101
10102 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10103 bitfields.
10104
101052019-05-01 Tom Tromey <tromey@adacore.com>
10106
10107 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10108 for big-endian copies.
10109
101102019-04-30 Ali Tamur <tamur@google.com>
10111 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10112 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10113 (read_3_bytes): New function.
10114
101152019-04-30 Joel Brobecker <brobecker@adacore.com>
10116
10117 * windows-nat.c (main_thread_id): Delete.
10118 (handle_output_debug_string): Replace main_thread_id by
10119 current_event.dwThreadId.
10120 (fake_create_process): Likewise.
10121 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10122 Do not set main_thread_id.
10123 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10124 current_event.dwThreadId.
10125 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10126
101272019-04-30 Joel Brobecker <brobecker@adacore.com>
10128
10129 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10130 Use current_event.dwThreadId instead of main_thread_id.
10131
101322019-04-30 Tom Tromey <tromey@adacore.com>
10133
10134 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10135 (create_excep_cond_exprs): Iterate over program spaces.
10136 (ada_exception_catchpoint_cond_string): Examine all minimal
10137 symbols for exception types.
10138
101392019-04-30 Tom Tromey <tromey@adacore.com>
10140
10141 PR c++/24470:
10142 * dwarf2read.c (process_structure_scope): Handle case where type
10143 has template parameters but no symbol was created.
10144
101452019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10146 Chris January <chris.january@arm.com>
10147
10148 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10149 qualifier.
10150 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10151
101522019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10153
10154 * f-typeprint.c (f_print_type): Update rules for printing
10155 whitespace.
10156 (f_type_print_varspec_suffix): Likewise.
10157
101582019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10159 Chris January <chris.january@arm.com>
10160
10161 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10162 function arguments.
10163
101642019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10165
10166 * f-lang.c (build_fortran_types): Change name of void type to
10167 lower case.
10168 * f-typeprint.c (f_type_print_base): Print the name of the void
10169 type, rather than a fixed string.
10170 * f-valprint.c (f_decorations): Use lower case void string.
10171
101722019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10173 Chris January <chris.january@arm.com>
10174
10175 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10176 types for Fortran.
10177
101782019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10179 Chris January <chris.january@arm.com>
10180 David Lecomber <david.lecomber@arm.com>
10181
10182 * f-exp.y (BINOP_INTRINSIC): New token.
10183 (exp): New parser rule handling BINOP_INTRINSIC.
10184 (f77_keywords): Add new builtin procedures.
10185 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10186 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10187 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10188 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10189 (print_unop_subexp_f): New function.
10190 (print_binop_subexp_f): New function.
10191 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10192 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10193 (dump_subexp_body_f): Likewise.
10194 (operator_check_f): Likewise.
10195 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10196 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10197
101982019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10199
10200 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10201 UNOP_KIND.
10202 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10203 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10204 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10205 (operator_length_f): New fuction.
10206 (print_subexp_f): New function.
10207 (op_name_f): New function.
10208 (dump_subexp_body_f): New function.
10209 (operator_check_f): New function.
10210 (exp_descriptor_f): Replace standard expression handling functions
10211 with new functions.
10212 * gdb/fortran-operator.def: New file.
10213 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10214 * gdb/std-operator.def: Remove UNOP_KIND.
10215
102162019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10217
10218 * std-operator.def: Remove unbalanced, stray double quote
10219 character.
10220
102212019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10222 Chris January <chris.january@arm.com>
10223 Daniel Everett <daniel.everett@arm.com>
10224 Nick Forrington <nick.forrington@arm.com>
10225 Richard Bunt <richard.bunt@arm.com>
10226
10227 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10228 of depth when printing anonymous structs or unions.
10229 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10230 Don't print either the top-level value, or the children if the
10231 max-depth is exceeded.
10232 (ppscm_print_children): When printing the key of a map, allow one
10233 extra level of depth.
10234 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10235 print either the top-level value, or the children if the max-depth
10236 is exceeded.
10237 (print_children): When printing the key of a map, allow one extra
10238 level of depth.
10239 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10240 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10241 (user_print_options): Initialise max_depth field.
10242 (val_print_scalar_or_string_type_p): New function.
10243 (val_print): Check to see if the max depth has been reached.
10244 (val_print_check_max_depth): Define new function.
10245 (show_print_max_depth): New function.
10246 (_initialize_valprint): Add 'print max-depth' option.
10247 * valprint.h (struct value_print_options) <max_depth>: New field.
10248 (val_print_check_max_depth): Declare new function.
10249 * NEWS: Document new feature.
10250
102512019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10252
10253 * ada-lang.c (ada_language_defn): Initialise new field.
10254 * c-lang.c (c_is_string_type_p): New function.
10255 (c_language_defn): Initialise new field.
10256 (cplus_language_defn): Initialise new field.
10257 (asm_language_defn): Initialise new field.
10258 (minimal_language_defn): Initialise new field.
10259 * c-lang.h (c_is_string_type_p): Declare new function.
10260 * d-lang.c (d_language_defn): Initialise new field.
10261 * f-lang.c (f_is_string_type_p): New function.
10262 (f_language_defn): Initialise new field.
10263 * go-lang.c (go_is_string_type_p): New function.
10264 (go_language_defn): Initialise new field.
10265 * language.c (default_is_string_type_p): New function.
10266 (unknown_language_defn): Initialise new field.
10267 (auto_language_defn): Initialise new field.
10268 * language.h (struct language_defn) <la_is_string_type_p>: New
10269 member variable.
10270 (default_is_string_type_p): Declare new function.
10271 * m2-lang.c (m2_language_defn): Initialise new field.
10272 * objc-lang.c (objc_language_defn): Initialise new field.
10273 * opencl-lang.c (opencl_language_defn): Initialise new field.
10274 * p-lang.c (pascal_is_string_type_p): New function.
10275 (pascal_language_defn): Initialise new field.
10276 * rust-lang.c (rust_is_string_type_p): New function.
10277 (rust_language_defn): Initialise new field.
10278
102792019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10280
10281 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10282 New field.
10283 * ada-lang.c (ada_language_defn): Initialise new field.
10284 * c-lang.c (c_language_defn): Likewise.
10285 (cplus_language_defn): Likewise.
10286 (asm_language_defn): Likewise.
10287 (minimal_language_defn): Likewise.
10288 * d-lang.c (d_language_defn): Likewise.
10289 * f-lang.c (f_language_defn): Likewise.
10290 * go-lang.c (go_language_defn): Likewise.
10291 * language.c (unknown_language_defn): Likewise.
10292 (auto_language_defn): Likewise.
10293 * m2-lang.c (m2_language_defn): Likewise.
10294 * objc-lang.c (objc_language_defn): Likewise.
10295 * opencl-lang.c (opencl_language_defn): Likewise.
10296 * p-lang.c (pascal_language_defn): Likewise.
10297 * rust-lang.c (rust_language_defn): Likewise.
10298
102992019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10300
10301 * ada-lang.c (ada_is_character_type): Change return type to bool.
10302 (ada_is_string_type): Likewise.
10303 * ada-lang.h (ada_is_character_type): Update declaration
10304 (ada_is_string_type): Likewise.
10305
103062019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10307
10308 Support style in 'frame|thread apply'
10309
10310 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10311 * record.c (record_start, record_stop): Update callers of
10312 execute_command_to_string with false.
10313 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10314 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10315 methods.
10316 (class string_file): New constructor with term_out parameter.
10317 Override methods term_out and can_emit_style_escape. New member
10318 term_out.
10319 (class stdio_file): Override can_emit_style_escape.
10320 (class tee_file): Override term_out and can_emit_style_escape.
10321 * utils.h (can_emit_style_escape): Remove.
10322 * utils.c (can_emit_style_escape): Likewise.
10323 Update all callers of can_emit_style_escape (SOMESTREAM) to
10324 SOMESTREAM->can_emit_style_escape.
10325 * source-cache.c (source_cache::get_source_lines): Likewise.
10326 * stack.c (frame_apply_command_count): Call execute_command_to_string
10327 passing the term_out characteristic of the current gdb_stdout.
10328 * thread.c (thr_try_catch_cmd): Likewise.
10329 * top.c (execute_command_to_string): pass term_out parameter
10330 to construct the string_file for the command output.
10331 * ui-file.c (term_cli_styling): New function (most code moved
10332 from utils.c can_emit_style_escape).
10333 (string_file::string_file, string_file::can_emit_style_escape,
10334 stdio_file::can_emit_style_escape, tee_file::term_out,
10335 tee_file::can_emit_style_escape): New functions.
10336
103372019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10338
10339 * NEWS: Mention the new set|show may-call-functions.
10340 * infcall.c (may_call_functions_p): New variable.
10341 (show_may_call_functions_p): New function.
10342 (call_function_by_hand_dummy): Throws an error if not
10343 may-call-functions.
10344 (_initialize_infcall): Call add_setshow_boolean_cmd for
10345 may-call-functions.
10346
103472019-04-25 Keith Seitz <keiths@redhat.com>
10348
10349 PR c++/24367
10350 * cp-support.c (inspect_type): Don't attempt substitutions
10351 of symbol with the same name.
10352
103532019-04-25 Tom Tromey <tromey@adacore.com>
10354
10355 PR gdb/24475:
10356 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10357 static.
10358
103592019-04-25 Tom Tromey <tromey@adacore.com>
10360
10361 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10362 rvalue reference.
10363 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10364 (gdb_xml_parser::parse): Use std::move.
10365 * python/python-internal.h (gdbpy_convert_exception): Take a const
10366 reference.
10367 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10368 std::move.
10369 * python/py-utils.c (gdbpy_convert_exception): Take a const
10370 reference.
10371 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10372 Use std::move.
10373 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10374 Use std::move.
10375 * mi/mi-main.c (mi_print_exception): Take a const reference.
10376 * main.c (handle_command_errors): Take a const reference.
10377 * linespec.c (parse_linespec): Use std::move.
10378 * infcall.c (run_inferior_call): Use std::move.
10379 (call_function_by_hand_dummy): Use std::move.
10380 * exec.c (try_open_exec_file): Use std::move.
10381 * exceptions.h (exception_print, exception_fprintf)
10382 (exception_print_same): Update.
10383 * exceptions.c (print_exception, exception_print)
10384 (exception_fprintf, exception_print_same): Change parameters to
10385 const reference.
10386 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10387 * common/new-op.c: Use std::move.
10388 * common/common-exceptions.h (struct gdb_exception): Add move
10389 constructor.
10390 (struct gdb_exception_error, struct gdb_exception_quit, struct
10391 gdb_quit_bad_alloc): Change constructor to move constructor.
10392 (throw_exception): Change parameter to rvalue reference.
10393 * common/common-exceptions.c (throw_exception): Take rvalue
10394 reference.
10395 * cli/cli-interp.c (safe_execute_command): Use std::move.
10396 * breakpoint.c (insert_bp_location, location_to_sals): Use
10397 std::move.
10398
103992019-04-25 Tom Tromey <tromey@adacore.com>
10400
10401 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10402 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10403 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10404 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10405 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10406 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10407 guile/scm-value.c: Use unpack.
10408 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10409 gdbscm_gdb_exception.
10410 (gdbscm_throw_gdb_exception): Likewise.
10411 (struct gdbscm_gdb_exception): New.
10412 (unpack): New function.
10413 (gdbscm_wrap): Use unpack.
10414
104152019-04-25 Tom Tromey <tromey@adacore.com>
10416
10417 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10418 (gdb_rl_callback_handler): Use std::move.
10419 * common/common-exceptions.h (struct gdb_exception): Add move
10420 assignment operator.
10421 (throw_exception_sjlj): Change "exception" to const reference.
10422 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10423 (throw_exception_sjlj): Change "exception" to const reference.
10424
104252019-04-25 Tom Tromey <tromey@adacore.com>
10426
10427 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10428 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10429 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10430 Update.
10431 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10432 Update.
10433 * mi/mi-interp.c (mi_interp::exec): Update.
10434 * linespec.c (parse_linespec): Update.
10435 * infcall.c (run_inferior_call): Update.
10436 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10437 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10438 (gdbscm_lookup_global_symbol): Update.
10439 * guile/scm-param.c (gdbscm_parameter_value): Update.
10440 * guile/scm-frame.c (gdbscm_frame_read_register)
10441 (gdbscm_frame_read_var): Update.
10442 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10443 * exec.c (try_open_exec_file): Update.
10444 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10445 (gdb_rl_callback_handler): Update.
10446 * common/common-exceptions.h (exception_none): Don't declare.
10447 * common/common-exceptions.c (exception_none): Don't define.
10448 (struct catcher) <exception>: Update.
10449 * cli/cli-interp.c (safe_execute_command): Update.
10450 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10451
104522019-04-25 Ali Tamur <tamur@google.com>
10453
10454 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10455 (read_attribute_value): Likewise.
10456 (dwarf2_read_addr_index): Update comment.
10457 (read_str_index): Add DW_FORM_strx.
10458 (dwarf2_string_attr): Likewise.
10459 (dwarf2_const_value_attr): Likewise.
10460 (dump_die_shallow): Likewise.
10461 (dwarf2_fetch_constant_bytes): Likewise.
10462 (skip_form_bytes): Likewise.
10463 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10464
104652019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10466
10467 PR corefiles/11608
10468 PR corefiles/18187
10469 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10470 OFFSET. Verify if current mapping contains an ELF header.
10471 (linux_find_memory_regions_full): Adjust call to
10472 dump_mapping_p.
10473
104742019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10475 Kang Li <kanglictf@gmail.com>
10476
10477 PR gdb/21600
10478
10479 * dwarf2-frame.c (read_initial_length): Be consistent about using
10480 unsigned representation of length.
10481 (decode_frame_entry_1): Likewise. Check for wraparound of
10482 end pointer as well as buffer overflow.
10483
104842019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10485
10486 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10487 "vq".
10488
104892019-04-24 Tom Tromey <tromey@adacore.com>
10490
10491 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10492
104932019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10494
10495 * s12z-tdep.c (s12z_unwind_pc): Delete.
10496 (s12z_unwind_sp): Delete.
10497 (s12z_gdbarch_init): Don't register deleted functions with
10498 gdbarch.
10499
105002019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10501
10502 * rl78-tdep.c (rl78_unwind_sp): Delete.
10503 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10504
105052019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10506
10507 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10508 (xstormy16_unwind_pc): Delete.
10509 (xstormy16_dummy_id): Delete.
10510 (xstormy16_gdbarch_init): Don't register deleted functions with
10511 gdbarch.
10512
105132019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10514
10515 * vax-tdep.c (vax_unwind_pc): Delete.
10516 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10517
105182019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10519
10520 * v850-tdep.c (v850_unwind_sp): Delete.
10521 (v850_unwind_pc): Delete.
10522 (v850_dummy_id): Delete.
10523 (v850_gdbarch_init): Don't register deleted functions with
10524 gdbarch.
10525
105262019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10527
10528 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10529 (tilegx_unwind_pc): Delete.
10530 (tilegx_unwind_dummy_id): Delete.
10531 (tilegx_gdbarch_init): Don't register deleted functions with
10532 gdbarch.
10533
105342019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10535
10536 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10537 (tic6x_dummy_id): Delete.
10538 (tic6x_gdbarch_init): Don't register deleted functions with
10539 gdbarch.
10540
105412019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10542
10543 * sparc-tdep.c (sparc_unwind_pc): Delete.
10544 (sparc32_gdbarch_init): Don't register deleted function with
10545 gdbarch.
10546
105472019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10548
10549 * sh-tdep.c (sh_unwind_sp): Delete.
10550 (sh_unwind_pc): Delete.
10551 (sh_dummy_id): Delete.
10552 (sh_gdbarch_init): Don't register deleted functions with
10553 gdbarch.
10554
105552019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10556
10557 * score-tdep.c (score_unwind_sp): Delete.
10558 (score_unwind_pc): Delete.
10559 (score_dummy_id): Delete.
10560 (score_gdbarch_init): Don't register deleted functions with
10561 gdbarch.
10562
105632019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10564
10565 * rx-tdep.c (rx_unwind_pc): Delete.
10566 (rx_unwind_sp): Delete.
10567 (rx_dummy_id): Delete.
10568 (rx_gdbarch_init): Don't register deleted functions with
10569 gdbarch. Update comment.
10570
105712019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10572
10573 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10574 (rs6000_dummy_id): Delete.
10575 (rs6000_gdbarch_init): Don't register deleted functions with
10576 gdbarch.
10577
105782019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10579
10580 * or1k-tdep.c (or1k_dummy_id): Delete.
10581 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10582
105832019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10584
10585 * nios2-tdep.c (nios2_dummy_id): Delete.
10586 (nios2_unwind_sp): Delete.
10587 (nios2_gdbarch_init): Don't register deleted functions with
10588 gdbarch.
10589
105902019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10591
10592 * nds32-tdep.c (nds32_dummy_id): Delete.
10593 (nds32_unwind_pc): Delete.
10594 (nds32_unwind_sp): Delete.
10595 (nds32_gdbarch_init): Don't register deleted functions with
10596 gdbarch.
10597
105982019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10599
10600 * msp430-tdep.c (msp430_unwind_pc): Delete.
10601 (msp430_unwind_sp): Delete.
10602 (msp430_dummy_id): Delete.
10603 (msp430_gdbarch_init): Don't register deleted functions with
10604 gdbarch.
10605
106062019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10607
10608 * moxie-tdep.c (moxie_unwind_sp): Delete.
10609 (moxie_unwind_pc): Delete.
10610 (moxie_dummy_id): Delete.
10611 (moxie_gdbarch_init): Don't register deleted functions with
10612 gdbarch.
10613
106142019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10615
10616 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10617 (mn10300_unwind_pc): Delete.
10618 (mn10300_unwind_sp): Delete.
10619 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10620 mn10300_unwind_sp.
10621 (mn10300_frame_unwind_init): Don't register deleted functions with
10622 gdbarch.
10623
106242019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10625
10626 * mep-tdep.c (mep_unwind_pc): Delete.
10627 (mep_unwind_sp): Delete.
10628 (mep_dummy_id): Delete.
10629 (mep_gdbarch_init): Don't register deleted functions with
10630 gdbarch.
10631
106322019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10633
10634 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10635 (m68hc11_unwind_sp): Delete.
10636 (m68hc11_gdbarch_init): Don't register deleted functions with
10637 gdbarch.
10638
106392019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10640
10641 * m32r-tdep.c (m32r_unwind_sp): Delete.
10642 (m32r_unwind_pc): Delete.
10643 (m32r_dummy_id): Delete.
10644 (m32r_gdbarch_init): Don't register deleted functions with
10645 gdbarch.
10646
106472019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10648
10649 * m32c-tdep.c (m32c_unwind_pc): Delete.
10650 (m32c_unwind_sp): Delete.
10651 (m32c_dummy_id): Delete.
10652 (m32c_gdbarch_init): Don't register deleted functions with
10653 gdbarch.
10654
106552019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10656
10657 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10658 (lm32_unwind_pc): Delete.
10659 (lm32_dummy_id): Delete.
10660 (lm32_gdbarch_init): Don't register deleted functions with
10661 gdbarch.
10662
106632019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10664
10665 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10666 (iq2000_unwind_pc): Delete.
10667 (iq2000_dummy_id): Delete.
10668 (iq2000_gdbarch_init): Don't register deleted functions with
10669 gdbarch.
10670
106712019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10672
10673 * nds32-tdep.c (nds32_type_align): Delete.
10674 (nds32_push_dummy_call): Use type_align instead.
10675
106762019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10677
10678 * arm-tdep.c (arm_type_align): Only handle vector override case.
10679 (arm_push_dummy_call): Use type_align.
10680 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10681
106822019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10683
10684 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10685 case.
10686 (pass_on_stack): Use type_align.
10687 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10688 function.
10689
106902019-04-23 Tom Tromey <tromey@adacore.com>
10691
10692 * dwarf2read.c (line_header::file_name_at): Remove unused
10693 overload.
10694
106952019-04-23 Tom de Vries <tdevries@suse.de>
10696
10697 PR gdb/24438
10698 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10699 invocation.
10700
10701
107022019-03-27 Ali Tamur <tamur@google.com>
10703
10704 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10705 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10706 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10707 (dwarf_expr_context::get_addr_index): Likewise
10708 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10709 (symbol_needs_eval_context::get_addr_index): Likewise
10710 (disassemble_dwarf_expression): Add DW_OP_addrx
10711 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10712 (read_cutu_die_from_dwo): Update comment
10713 (skip_one_die): Add DW_FORM_addrx
10714 (read_attribute_value): Likewise
10715 (var_decode_location): Add DW_OP_addrx
10716 (dwarf2_const_value_attr): Add DW_FORM_addrx
10717 (dump_die_shallow): Likewise
10718 (dwarf2_fetch_constant_bytes): Likewise
10719 (decode_locdesc): Add DW_OP_addrx
10720 (skip_form_bytes): Add DW_FORM_addrx
10721
107222019-04-22 Ali Tamur <tamur@google.com>
10723
10724 * MAINTAINERS (Write After Approval): Add self.
10725
107262019-04-22 Simon Marchi <simon.marchi@efficios.com>
10727
10728 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10729 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10730 (open_symbol_file_object): Likewise.
10731 (svr4_default_sos): Add info parameter.
10732 (svr4_read_so_list): Likewise.
10733 (svr4_current_sos_direct): Adjust functions calls to pass down
10734 info.
10735 (svr4_current_sos_1): Add info parameter.
10736 (svr4_current_sos): Call get_svr4_info, pass info down to
10737 svr4_current_sos_1.
10738 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10739 get_svr4_info.
10740 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10741 get_svr4_info.
10742 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10743 to get_svr4_info.
10744 (probes_table_remove_objfile_probes): Likewise.
10745 (register_solib_event_probe): Add info parameter.
10746 (solist_update_incremental): Pass info parameter down to
10747 svr4_read_so_list.
10748 (disable_probes_interface): Add info parameter.
10749 (svr4_handle_solib_event): Pass current_program_space to
10750 get_svr4_info. Adjust disable_probes_interface cleanup.
10751 (svr4_create_probe_breakpoints): Add info parameter, pass it
10752 down to register_solib_event_probe.
10753 (svr4_create_solib_event_breakpoints): Add info parameter,
10754 pass it down to svr4_create_probe_breakpoints.
10755 (enable_break): Pass info down to
10756 svr4_create_solib_event_breakpoints.
10757 (svr4_solib_create_inferior_hook): Pass current_program_space to
10758 get_svr4_info.
10759 (svr4_clear_solib): Likewise.
10760
107612019-04-22 Pedro Alves <palves@redhat.com>
10762
10763 * solib-svr4.c (svr4_free_objfile_observer): New.
10764 (probe_and_action::objfile): New field.
10765 (probes_table_htab_remove_objfile_probes)
10766 (probes_table_remove_objfile_probes): New functions.
10767 (register_solib_event_probe): Add 'objfile' parameter. Store it
10768 in the new probe_and_action. Don't store the probe in 'lookup'.
10769 (svr4_create_probe_breakpoints): Pass objfile to
10770 register_solib_event_probe.
10771 (_initialize_svr4_solib): Register a free_objfile observer.
10772
107732019-04-19 Tom Tromey <tom@tromey.com>
10774
10775 * common/queue.h: Remove.
10776
107772019-04-19 Tom Tromey <tom@tromey.com>
10778
10779 * event-loop.c: Don't include "common/queue.h".
10780
107812019-04-19 Tom Tromey <tom@tromey.com>
10782
10783 * remote.c (remote_target): Use delete.
10784 * remote-notif.h: Include <list>, not "common/queue.h".
10785 (notif_client_p): Remove typedef.
10786 (remote_notif_state): Add constructor, destructor, initializer.
10787 <notif_queue>: Now a std::list.
10788 (remote_notif_state_xfree): Don't declare.
10789 * remote-notif.c (remote_notif_process, handle_notification)
10790 (remote_notif_state_allocate): Update.
10791 (~remote_notif_state): Rename from remote_notif_state_xfree.
10792
107932019-04-19 Tom Tromey <tom@tromey.com>
10794
10795 * symfile.c (reread_symbols): Update.
10796 * objfiles.c (objfile_register_static_link)
10797 (objfile_lookup_static_link): Update
10798 (~objfile) Don't delete static_links.
10799 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10800
108012019-04-19 Tom Tromey <tom@tromey.com>
10802
10803 * type-stack.h (struct type_stack) <insert>: Constify string.
10804 * type-stack.c (type_stack::insert): Constify string.
10805 * gdbtypes.h (lookup_template_type): Update.
10806 (address_space_name_to_int): Update.
10807 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10808 const.
10809 (lookup_template_type): Make name const.
10810 * c-exp.y: Update rules.
10811 (lex_one_token, classify_name, classify_inner_name)
10812 (c_print_token): Update.
10813 * p-exp.y: Update rules.
10814 (yylex): Update.
10815 * f-exp.y: Update rules.
10816 (yylex): Update.
10817 * d-exp.y: Update rules.
10818 (lex_one_token, classify_name, classify_inner_name): Update.
10819 * parse.c (write_dollar_variable, copy_name): Return std::string.
10820 * parser-defs.h (copy_name): Change return type.
10821 * m2-exp.y: Update rules.
10822 (yylex): Update.
10823 * go-exp.y (lex_one_token): Update.
10824 Update rules.
10825 (classify_unsafe_function, classify_packaged_name)
10826 (classify_name, yylex): Update.
10827
108282019-04-19 Sergei Trofimovich <siarheit@google.com>
10829
10830 * configure.ac: add --enable-source-highlight switch.
10831 * configure: Regenerate.
10832 * top.c (print_gdb_version): plumb --enable-source-highlight
10833 status to "show configuration".
10834
108352019-04-19 Tom Tromey <tromey@adacore.com>
10836
10837 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10838 Check ADA_TYPE_P.
10839 (empty_record, ada_template_to_fixed_record_type_1)
10840 (template_to_static_fixed_type)
10841 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10842 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10843 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10844 macros.
10845
108462019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10847
10848 PR symtab/24423:
10849 * source.c (print_source_lines_base): Advance "iter" when a
10850 control character is seen.
10851
108522019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10853
10854 * inferior.h (struct infcall_suspend_state_deleter):
10855 Catch exception in destructor to avoid crash.
10856
108572019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10858
10859 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10860 close to the add_com "shell".
10861
108622019-04-18 Tom Tromey <tromey@adacore.com>
10863
10864 * process-stratum-target.h (class process_stratum_target)
10865 <stratum>: Add "final".
10866
108672019-04-17 Tom Tromey <tromey@adacore.com>
10868
10869 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10870 against nullptr before use.
10871
108722019-04-17 Alan Hayward <alan.hayward@arm.com>
10873
10874 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10875
108762019-04-17 Jim Wilson <jimw@sifive.com>
10877 Andrew Burgess <andrew.burgess@embecosm.com>
10878
10879 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10880 code read might fail, assume 4-byte breakpoint in that case.
10881
108822019-04-15 Leszek Swirski <leszeks@google.com>
10883
10884 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10885 rather than a hand-rolled POD check when checking for forced MEMORY
10886 classification.
10887
108882019-04-15 Alan Hayward <alan.hayward@arm.com>
10889
10890 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10891 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10892 function.
10893 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10894 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10895 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10896 declaration.
10897
108982019-04-15 Alan Hayward <alan.hayward@arm.com>
10899
10900 * aarch64-linux-nat.c
10901 (aarch64_linux_nat_target::thread_architecture): Add override.
10902 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10903 each VQ.
10904
109052019-04-15 Alan Hayward <alan.hayward@arm.com>
10906
10907 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10908
109092019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10910
10911 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10912 target types of size 96-bits, add some additional comments, and
10913 check that the builtin type we found was the correct size.
10914
109152019-04-12 Eli Zaretskii <eliz@gnu.org>
10916
10917 * utils.c (prompt_for_continue): Don't restore the styling at the
10918 end, as applied_style has the wrong value. This fixes styling in
10919 long lists of file names that are interrupted by the "Continue?"
10920 prompt.
10921
109222019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10923
10924 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10925 * c-lang.c (c_language_defn): Likewise.
10926 (cplus_language_defn): Likewise.
10927 (asm_language_defn): Likewise.
10928 (minimal_language_defn): Likewise.
10929 * d-lang.c (d_language_defn): Likewise.
10930 * f-lang.c (f_language_defn): Likewise.
10931 * go-lang.c (go_language_defn): Likewise.
10932 * language.c (unknown_language_defn): Likewise.
10933 (auto_language_defn): Likewise.
10934 * language.h (struct language_defn): Remove la_magic field.
10935 (LANG_MAGIC): Delete.
10936 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10937 * objc-lang.c (objc_language_defn): Likewise.
10938 * opencl-lang.c (opencl_language_defn): Likewise.
10939 * p-lang.c (pascal_language_defn): Likewise.
10940 * rust-lang.c (rust_language_defn): Likewise.
10941
109422019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10943
10944 * riscv-tdep.c (riscv_type_align): New function.
10945 (riscv_type_alignment): Delete.
10946 (riscv_arg_location): Use 'type_align'.
10947 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
10948
109492019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10950
10951 * gdbtypes.c (type_align): A struct with no non-static fields also
10952 has alignment of 1.
10953
109542019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10955
10956 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
10957 component to 0.
10958 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
10959 member.
10960 (riscv_struct_info::analyse): New implementation using new
10961 analyse_inner member function.
10962 (riscv_struct_info::field_offset): New member function.
10963 (riscv_struct_info::m_offsets): New member variable.
10964 (riscv_struct_info::analyse_inner): New private member function,
10965 takes the old implementation of riscv_struct_info::analyse but
10966 extended to track field offsets.
10967 (riscv_call_arg_struct): Update the struct folding special cases
10968 to handle cases where empty C++ structs, which are non-zero
10969 length, are found.
10970 (riscv_arg_location): Initialise the length of each location, a
10971 non-zero length now indicates the location is in use.
10972 (riscv_push_dummy_call): Allow for the first location having a
10973 non-zero offset when setting up arguments.
10974 (riscv_return_value): Likewise, but for return values.
10975
109762019-04-11 Tom Tromey <tromey@adacore.com>
10977
10978 * utils.c (internal_vproblem): Make "msg" const.
10979
109802019-04-11 Alan Hayward <alan.hayward@arm.com>
10981
10982 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
10983 * trad-frame.c (trad_frame_reset_saved_regs): New function.
10984 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
10985 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
10986
109872019-04-10 Kevin Buettner <kevinb@redhat.com>
10988
10989 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
10990 function.
10991 (fill_gregset): Call amd64_linux_collect_native_gregset instead
10992 of amd64_collect_native_gregset.
10993 (amd64_linux_nat_target::store_registers): Likewise.
10994
109952019-04-10 Tom Tromey <tom@tromey.com>
10996
10997 * symtab.c (lookup_global_symbol_from_objfile)
10998 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
10999 * objfiles.h (class separate_debug_iterator): New.
11000 (class separate_debug_range): New.
11001 (struct objfile) <separate_debug_objfiles>: New method.
11002 (objfile_separate_debug_iterate): Don't declare.
11003 * objfiles.c (separate_debug_iterator::operator++): Rename from
11004 objfile_separate_debug_iterate.
11005 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
11006 iterator.
11007 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
11008 iterator.
11009
110102019-04-10 Tom Tromey <tom@tromey.com>
11011
11012 * symfile.c (reread_symbols): Remove old comment.
11013 * objfiles.c (free_all_objfiles): Fix a typo.
11014
110152019-04-10 Tom Tromey <tom@tromey.com>
11016
11017 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
11018 * minsyms.c (lookup_minimal_symbol): Use foreach.
11019 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
11020 (lookup_minimal_symbol_solib_trampoline): Likewise.
11021 * symfile.c (reread_symbols): Use foreach.
11022
110232019-04-09 Ivan Begert <ivanbegert@gmail.com>
11024 Tom Tromey <tromey@adacore.com>
11025
11026 PR rust/24414:
11027 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
11028 (rust_lex_int_test): Change "value" to be LONGEST.
11029 (rust_lex_tests): Add test for long integer literal.
11030
110312019-04-09 Tom Tromey <tromey@adacore.com>
11032
11033 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
11034 to bool.
11035 (extended_remote_target::attach): Update.
11036 (remote_target::remote_notice_new_inferior): Update.
11037 (remote_target::add_current_inferior_and_thread): Update.
11038 * inferior.c (exit_inferior_1): Use "false".
11039 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
11040
110412019-04-09 Simon Marchi <simon.marchi@efficios.com>
11042
11043 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
11044 the "start" command.
11045
110462019-04-08 Kevin Buettner <kevinb@redhat.com>
11047
11048 * python/py-inferior.c (infpy_thread_from_thread_handle):
11049 Adjust comments to reflect renaming of thread_from_thread_handle
11050 to thread_from_handle. Adjust keywords. Fix type error message.
11051 (inferior_object_methods): Add thread_from_handle. Retain
11052 thread_from_thread_handle, but mark it as deprecated.
11053
110542019-04-08 Kevin Buettner <kevinb@redhat.com>
11055
11056 * gdbthread.h (find_thread_by_handle): Revise declaration.
11057 * thread.c (find_thread_by_handle): Likewise. Adjust
11058 implementation too.
11059 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
11060 support for buffer objects as handles.
11061
110622019-04-08 Kevin Buettner <kevinb@redhat.com>
11063
11064 * python/py-infthread.c (thpy_thread_handle): New function.
11065 (thread_object_methods): Register thpy_thread_handle.
11066
110672019-04-08 Kevin Buettner <kevinb@redhat.com>
11068
11069 * gdbthread.h (thread_to_thread_handle): Declare.
11070 * thread.c (gdbtypes.h): Include.
11071 (thread_to_thread_handle): New function.
11072
11073 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11074 (target_thread_info_to_thread_handle): Declare.
11075 * target.c (target_thread_info_to_thread_handle): New function.
11076 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11077 * target-delegates.c: Regenerate.
11078
11079 * linux-thread-db.c (class thread_db_target): Add method
11080 thread_info_to_thread_handle.
11081 (thread_db_target::thread_info_to_thread_handle): Define.
11082 * remote.c (class remote_target): Add new method
11083 thread_info_to_thread_handle.
11084 (remote_target::thread_info_to_thread_handle): Define.
11085
110862019-04-08 Pedro Alves <palves@redhat.com>
11087
11088 * common/common-exceptions.c (throw_exception): Don't create
11089 named object to throw; throw directly.
11090 (throw_it): Likewise. Don't initialize gdb_exception::message
11091 here, with new; pass FMT and AP to the ctor instead.
11092 * common/common-exceptions.h: Include <string>.
11093 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11094 const char *, va_list)): New ctor. Use std::make_shared.
11095 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11096 errors)): Delete.
11097 (gdb_exception_error::gdb_exception_error(enum errors, const char
11098 *, va_list)): New.
11099 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11100 Add assertion.
11101 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11102 errors)): Delete.
11103 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11104 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11105 Add assertion.
11106
111072019-04-08 Tom Tromey <tom@tromey.com>
11108
11109 * valops.c (value_rtti_indirect_type): Replace throw_exception
11110 with throw.
11111 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11112 with throw.
11113 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11114 throw.
11115 * target.c (target_translate_tls_address): Replace throw_exception
11116 with throw.
11117 * stack.c (frame_apply_command_count): Replace throw_exception
11118 with throw.
11119 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11120 throw.
11121 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11122 with throw.
11123 * rs6000-tdep.c (rs6000_frame_cache)
11124 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11125 * remote.c: Replace throw_exception with throw.
11126 * record-full.c (record_full_message, record_full_wait_1)
11127 (record_full_restore): Replace throw_exception with throw.
11128 * record-btrace.c:
11129 (get_thread_current_frame_id, record_btrace_start_replaying)
11130 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11131 (cmd_record_btrace_start): Replace throw_exception with throw.
11132 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11133 throw.
11134 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11135 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11136 * linespec.c:
11137 (find_linespec_symbols): Replace throw_exception with throw.
11138 * infrun.c (displaced_step_prepare, resume): Replace
11139 throw_exception with throw.
11140 * infcmd.c (post_create_inferior): Replace throw_exception with
11141 throw.
11142 * inf-loop.c (inferior_event_handler): Replace throw_exception
11143 with throw.
11144 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11145 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11146 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11147 (get_prev_frame_always, get_frame_pc_if_available)
11148 (get_frame_address_in_block_if_available, get_frame_language):
11149 Replace throw_exception with throw.
11150 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11151 throw_exception with throw.
11152 * eval.c (fetch_subexp_value, evaluate_var_value)
11153 (evaluate_funcall, evaluate_subexp_standard): Replace
11154 throw_exception with throw.
11155 * dwarf2loc.c (call_site_find_chain)
11156 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11157 Replace throw_exception with throw.
11158 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11159 with throw.
11160 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11161 throw.
11162 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11163 * completer.c (complete_line_internal): Replace throw_exception
11164 with throw.
11165 * compile/compile-object-run.c (compile_object_run): Replace
11166 throw_exception with throw.
11167 * cli/cli-script.c (process_next_line): Replace throw_exception
11168 with throw.
11169 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11170 (btrace_enable, btrace_maint_update_pt_packets): Replace
11171 throw_exception with throw.
11172 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11173 throw_exception with throw.
11174 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11175 throw_exception with throw.
11176 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11177 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11178 * aarch64-tdep.c (aarch64_make_prologue_cache)
11179 (aarch64_make_stub_cache): Replace throw_exception with throw.
11180
111812019-04-08 Tom Tromey <tom@tromey.com>
11182
11183 * common/common-exceptions.c (throw_exception): Rename from
11184 throw_exception_cxx. Remove old copy. Make argument const.
11185 (throw_it): Create and throw exception objects directly.
11186 * common/common-exceptions.h (throw_exception): Make argument
11187 const.
11188 (struct gdb_exception_error): Add constructor.
11189 (struct gdb_exception_quit): Add constructor.
11190
111912019-04-08 Tom Tromey <tom@tromey.com>
11192
11193 * common/common-exceptions.h (exception_rethrow): Don't declare.
11194 (TRY_SJLJ): Update comment.
11195 (TRY, CATCH, END_CATCH): Remove.
11196 * common/common-exceptions.c (exception_rethrow): Remove.
11197
111982019-04-08 Tom Tromey <tom@tromey.com>
11199
11200 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11201 Remove.
11202 (gdb_exception_error): Rename from
11203 gdb_exception_RETURN_MASK_ERROR.
11204 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11205 (gdb_quit_bad_alloc): Update.
11206 * aarch64-tdep.c: Update.
11207 * ada-lang.c: Update.
11208 * ada-typeprint.c: Update.
11209 * ada-valprint.c: Update.
11210 * amd64-tdep.c: Update.
11211 * arch-utils.c: Update.
11212 * break-catch-throw.c: Update.
11213 * breakpoint.c: Update.
11214 * btrace.c: Update.
11215 * c-varobj.c: Update.
11216 * cli/cli-cmds.c: Update.
11217 * cli/cli-interp.c: Update.
11218 * cli/cli-script.c: Update.
11219 * common/common-exceptions.c: Update.
11220 * common/new-op.c: Update.
11221 * common/selftest.c: Update.
11222 * compile/compile-c-symbols.c: Update.
11223 * compile/compile-cplus-symbols.c: Update.
11224 * compile/compile-object-load.c: Update.
11225 * compile/compile-object-run.c: Update.
11226 * completer.c: Update.
11227 * corelow.c: Update.
11228 * cp-abi.c: Update.
11229 * cp-support.c: Update.
11230 * cp-valprint.c: Update.
11231 * darwin-nat.c: Update.
11232 * disasm-selftests.c: Update.
11233 * dtrace-probe.c: Update.
11234 * dwarf-index-cache.c: Update.
11235 * dwarf-index-write.c: Update.
11236 * dwarf2-frame-tailcall.c: Update.
11237 * dwarf2-frame.c: Update.
11238 * dwarf2loc.c: Update.
11239 * dwarf2read.c: Update.
11240 * eval.c: Update.
11241 * event-loop.c: Update.
11242 * event-top.c: Update.
11243 * exec.c: Update.
11244 * f-valprint.c: Update.
11245 * fbsd-tdep.c: Update.
11246 * frame-unwind.c: Update.
11247 * frame.c: Update.
11248 * gdbtypes.c: Update.
11249 * gnu-v3-abi.c: Update.
11250 * guile/guile-internal.h: Update.
11251 * guile/scm-block.c: Update.
11252 * guile/scm-breakpoint.c: Update.
11253 * guile/scm-cmd.c: Update.
11254 * guile/scm-disasm.c: Update.
11255 * guile/scm-frame.c: Update.
11256 * guile/scm-lazy-string.c: Update.
11257 * guile/scm-math.c: Update.
11258 * guile/scm-param.c: Update.
11259 * guile/scm-ports.c: Update.
11260 * guile/scm-pretty-print.c: Update.
11261 * guile/scm-symbol.c: Update.
11262 * guile/scm-symtab.c: Update.
11263 * guile/scm-type.c: Update.
11264 * guile/scm-value.c: Update.
11265 * i386-linux-tdep.c: Update.
11266 * i386-tdep.c: Update.
11267 * inf-loop.c: Update.
11268 * infcall.c: Update.
11269 * infcmd.c: Update.
11270 * infrun.c: Update.
11271 * jit.c: Update.
11272 * language.c: Update.
11273 * linespec.c: Update.
11274 * linux-fork.c: Update.
11275 * linux-nat.c: Update.
11276 * linux-tdep.c: Update.
11277 * linux-thread-db.c: Update.
11278 * main.c: Update.
11279 * mi/mi-cmd-break.c: Update.
11280 * mi/mi-cmd-stack.c: Update.
11281 * mi/mi-interp.c: Update.
11282 * mi/mi-main.c: Update.
11283 * objc-lang.c: Update.
11284 * p-valprint.c: Update.
11285 * parse.c: Update.
11286 * ppc-linux-tdep.c: Update.
11287 * printcmd.c: Update.
11288 * python/py-arch.c: Update.
11289 * python/py-breakpoint.c: Update.
11290 * python/py-cmd.c: Update.
11291 * python/py-finishbreakpoint.c: Update.
11292 * python/py-frame.c: Update.
11293 * python/py-framefilter.c: Update.
11294 * python/py-gdb-readline.c: Update.
11295 * python/py-inferior.c: Update.
11296 * python/py-infthread.c: Update.
11297 * python/py-lazy-string.c: Update.
11298 * python/py-linetable.c: Update.
11299 * python/py-objfile.c: Update.
11300 * python/py-param.c: Update.
11301 * python/py-prettyprint.c: Update.
11302 * python/py-progspace.c: Update.
11303 * python/py-record-btrace.c: Update.
11304 * python/py-record.c: Update.
11305 * python/py-symbol.c: Update.
11306 * python/py-type.c: Update.
11307 * python/py-unwind.c: Update.
11308 * python/py-utils.c: Update.
11309 * python/py-value.c: Update.
11310 * python/python.c: Update.
11311 * record-btrace.c: Update.
11312 * record-full.c: Update.
11313 * remote-fileio.c: Update.
11314 * remote.c: Update.
11315 * riscv-tdep.c: Update.
11316 * rs6000-aix-tdep.c: Update.
11317 * rs6000-tdep.c: Update.
11318 * rust-exp.y: Update.
11319 * rust-lang.c: Update.
11320 * s390-tdep.c: Update.
11321 * selftest-arch.c: Update.
11322 * solib-dsbt.c: Update.
11323 * solib-frv.c: Update.
11324 * solib-spu.c: Update.
11325 * solib-svr4.c: Update.
11326 * solib.c: Update.
11327 * sparc64-linux-tdep.c: Update.
11328 * stack.c: Update.
11329 * symfile-mem.c: Update.
11330 * symmisc.c: Update.
11331 * target.c: Update.
11332 * thread.c: Update.
11333 * top.c: Update.
11334 * tracefile-tfile.c: Update.
11335 * tui/tui.c: Update.
11336 * typeprint.c: Update.
11337 * unittests/cli-utils-selftests.c: Update.
11338 * unittests/parse-connection-spec-selftests.c: Update.
11339 * valops.c: Update.
11340 * valprint.c: Update.
11341 * value.c: Update.
11342 * varobj.c: Update.
11343 * windows-nat.c: Update.
11344 * x86-linux-nat.c: Update.
11345 * xml-support.c: Update.
11346
113472019-04-08 Tom Tromey <tom@tromey.com>
11348
11349 * xml-support.c: Use C++ exception handling.
11350 * x86-linux-nat.c: Use C++ exception handling.
11351 * windows-nat.c: Use C++ exception handling.
11352 * varobj.c: Use C++ exception handling.
11353 * value.c: Use C++ exception handling.
11354 * valprint.c: Use C++ exception handling.
11355 * valops.c: Use C++ exception handling.
11356 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11357 handling.
11358 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11359 * typeprint.c: Use C++ exception handling.
11360 * tui/tui.c: Use C++ exception handling.
11361 * tracefile-tfile.c: Use C++ exception handling.
11362 * top.c: Use C++ exception handling.
11363 * thread.c: Use C++ exception handling.
11364 * target.c: Use C++ exception handling.
11365 * symmisc.c: Use C++ exception handling.
11366 * symfile-mem.c: Use C++ exception handling.
11367 * stack.c: Use C++ exception handling.
11368 * sparc64-linux-tdep.c: Use C++ exception handling.
11369 * solib.c: Use C++ exception handling.
11370 * solib-svr4.c: Use C++ exception handling.
11371 * solib-spu.c: Use C++ exception handling.
11372 * solib-frv.c: Use C++ exception handling.
11373 * solib-dsbt.c: Use C++ exception handling.
11374 * selftest-arch.c: Use C++ exception handling.
11375 * s390-tdep.c: Use C++ exception handling.
11376 * rust-lang.c: Use C++ exception handling.
11377 * rust-exp.y: Use C++ exception handling.
11378 * rs6000-tdep.c: Use C++ exception handling.
11379 * rs6000-aix-tdep.c: Use C++ exception handling.
11380 * riscv-tdep.c: Use C++ exception handling.
11381 * remote.c: Use C++ exception handling.
11382 * remote-fileio.c: Use C++ exception handling.
11383 * record-full.c: Use C++ exception handling.
11384 * record-btrace.c: Use C++ exception handling.
11385 * python/python.c: Use C++ exception handling.
11386 * python/py-value.c: Use C++ exception handling.
11387 * python/py-utils.c: Use C++ exception handling.
11388 * python/py-unwind.c: Use C++ exception handling.
11389 * python/py-type.c: Use C++ exception handling.
11390 * python/py-symbol.c: Use C++ exception handling.
11391 * python/py-record.c: Use C++ exception handling.
11392 * python/py-record-btrace.c: Use C++ exception handling.
11393 * python/py-progspace.c: Use C++ exception handling.
11394 * python/py-prettyprint.c: Use C++ exception handling.
11395 * python/py-param.c: Use C++ exception handling.
11396 * python/py-objfile.c: Use C++ exception handling.
11397 * python/py-linetable.c: Use C++ exception handling.
11398 * python/py-lazy-string.c: Use C++ exception handling.
11399 * python/py-infthread.c: Use C++ exception handling.
11400 * python/py-inferior.c: Use C++ exception handling.
11401 * python/py-gdb-readline.c: Use C++ exception handling.
11402 * python/py-framefilter.c: Use C++ exception handling.
11403 * python/py-frame.c: Use C++ exception handling.
11404 * python/py-finishbreakpoint.c: Use C++ exception handling.
11405 * python/py-cmd.c: Use C++ exception handling.
11406 * python/py-breakpoint.c: Use C++ exception handling.
11407 * python/py-arch.c: Use C++ exception handling.
11408 * printcmd.c: Use C++ exception handling.
11409 * ppc-linux-tdep.c: Use C++ exception handling.
11410 * parse.c: Use C++ exception handling.
11411 * p-valprint.c: Use C++ exception handling.
11412 * objc-lang.c: Use C++ exception handling.
11413 * mi/mi-main.c: Use C++ exception handling.
11414 * mi/mi-interp.c: Use C++ exception handling.
11415 * mi/mi-cmd-stack.c: Use C++ exception handling.
11416 * mi/mi-cmd-break.c: Use C++ exception handling.
11417 * main.c: Use C++ exception handling.
11418 * linux-thread-db.c: Use C++ exception handling.
11419 * linux-tdep.c: Use C++ exception handling.
11420 * linux-nat.c: Use C++ exception handling.
11421 * linux-fork.c: Use C++ exception handling.
11422 * linespec.c: Use C++ exception handling.
11423 * language.c: Use C++ exception handling.
11424 * jit.c: Use C++ exception handling.
11425 * infrun.c: Use C++ exception handling.
11426 * infcmd.c: Use C++ exception handling.
11427 * infcall.c: Use C++ exception handling.
11428 * inf-loop.c: Use C++ exception handling.
11429 * i386-tdep.c: Use C++ exception handling.
11430 * i386-linux-tdep.c: Use C++ exception handling.
11431 * guile/scm-value.c: Use C++ exception handling.
11432 * guile/scm-type.c: Use C++ exception handling.
11433 * guile/scm-symtab.c: Use C++ exception handling.
11434 * guile/scm-symbol.c: Use C++ exception handling.
11435 * guile/scm-pretty-print.c: Use C++ exception handling.
11436 * guile/scm-ports.c: Use C++ exception handling.
11437 * guile/scm-param.c: Use C++ exception handling.
11438 * guile/scm-math.c: Use C++ exception handling.
11439 * guile/scm-lazy-string.c: Use C++ exception handling.
11440 * guile/scm-frame.c: Use C++ exception handling.
11441 * guile/scm-disasm.c: Use C++ exception handling.
11442 * guile/scm-cmd.c: Use C++ exception handling.
11443 * guile/scm-breakpoint.c: Use C++ exception handling.
11444 * guile/scm-block.c: Use C++ exception handling.
11445 * guile/guile-internal.h: Use C++ exception handling.
11446 * gnu-v3-abi.c: Use C++ exception handling.
11447 * gdbtypes.c: Use C++ exception handling.
11448 * frame.c: Use C++ exception handling.
11449 * frame-unwind.c: Use C++ exception handling.
11450 * fbsd-tdep.c: Use C++ exception handling.
11451 * f-valprint.c: Use C++ exception handling.
11452 * exec.c: Use C++ exception handling.
11453 * event-top.c: Use C++ exception handling.
11454 * event-loop.c: Use C++ exception handling.
11455 * eval.c: Use C++ exception handling.
11456 * dwarf2read.c: Use C++ exception handling.
11457 * dwarf2loc.c: Use C++ exception handling.
11458 * dwarf2-frame.c: Use C++ exception handling.
11459 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11460 * dwarf-index-write.c: Use C++ exception handling.
11461 * dwarf-index-cache.c: Use C++ exception handling.
11462 * dtrace-probe.c: Use C++ exception handling.
11463 * disasm-selftests.c: Use C++ exception handling.
11464 * darwin-nat.c: Use C++ exception handling.
11465 * cp-valprint.c: Use C++ exception handling.
11466 * cp-support.c: Use C++ exception handling.
11467 * cp-abi.c: Use C++ exception handling.
11468 * corelow.c: Use C++ exception handling.
11469 * completer.c: Use C++ exception handling.
11470 * compile/compile-object-run.c: Use C++ exception handling.
11471 * compile/compile-object-load.c: Use C++ exception handling.
11472 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11473 * compile/compile-c-symbols.c: Use C++ exception handling.
11474 * common/selftest.c: Use C++ exception handling.
11475 * common/new-op.c: Use C++ exception handling.
11476 * cli/cli-script.c: Use C++ exception handling.
11477 * cli/cli-interp.c: Use C++ exception handling.
11478 * cli/cli-cmds.c: Use C++ exception handling.
11479 * c-varobj.c: Use C++ exception handling.
11480 * btrace.c: Use C++ exception handling.
11481 * breakpoint.c: Use C++ exception handling.
11482 * break-catch-throw.c: Use C++ exception handling.
11483 * arch-utils.c: Use C++ exception handling.
11484 * amd64-tdep.c: Use C++ exception handling.
11485 * ada-valprint.c: Use C++ exception handling.
11486 * ada-typeprint.c: Use C++ exception handling.
11487 * ada-lang.c: Use C++ exception handling.
11488 * aarch64-tdep.c: Use C++ exception handling.
11489
114902019-04-08 Tom Tromey <tom@tromey.com>
11491
11492 * xml-support.c (gdb_xml_parser::parse): Update.
11493 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11494 * value.c (show_convenience): Update.
11495 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11496 (test_parse_flags_qcs): Update.
11497 * thread.c (thr_try_catch_cmd): Update.
11498 * target.c (target_translate_tls_address): Update.
11499 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11500 (info_frame_command_core, frame_apply_command_count): Update.
11501 * rust-exp.y (rust_lex_exception_test): Update.
11502 * riscv-tdep.c (riscv_print_one_register_info): Update.
11503 * remote.c (remote_target::enable_btrace): Update.
11504 * record-btrace.c (record_btrace_enable_warn): Update.
11505 * python/py-utils.c (gdbpy_convert_exception): Update.
11506 * printcmd.c (do_one_display, print_variable_and_value): Update.
11507 * mi/mi-main.c (mi_print_exception): Update.
11508 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11509 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11510 * linux-nat.c (linux_nat_target::attach): Update.
11511 * linux-fork.c (class scoped_switch_fork_info): Update.
11512 * infrun.c (displaced_step_prepare): Update.
11513 * infcall.c (call_function_by_hand_dummy): Update.
11514 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11515 * gnu-v3-abi.c (print_one_vtable): Update.
11516 * frame.c (get_prev_frame_always): Update.
11517 * f-valprint.c (info_common_command_for_block): Update.
11518 * exec.c (try_open_exec_file): Update.
11519 * exceptions.c (print_exception, exception_print)
11520 (exception_fprintf, exception_print_same): Update.
11521 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11522 * dwarf-index-cache.c (index_cache::store)
11523 (index_cache::lookup_gdb_index): Update.
11524 * darwin-nat.c (maybe_cache_shell): Update.
11525 * cp-valprint.c (cp_print_value_fields): Update.
11526 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11527 (gcc_cplus_symbol_address): Update.
11528 * compile/compile-c-symbols.c (gcc_convert_symbol)
11529 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11530 * common/selftest.c: Update.
11531 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11532 a std::string.
11533 (exception_try_scope_entry, exception_try_scope_exit): Don't
11534 declare.
11535 (struct exception_try_scope): Remove.
11536 (TRY): Don't use exception_try_scope.
11537 (struct gdb_exception): Add constructor, operator=.
11538 <what>: New method.
11539 (struct gdb_exception_RETURN_MASK_ALL)
11540 (struct gdb_exception_RETURN_MASK_ERROR)
11541 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11542 (struct gdb_quit_bad_alloc): Update.
11543 * common/common-exceptions.c (exception_none): Change
11544 initializer.
11545 (struct catcher) <state, exception>: Initialize inline.
11546 <prev>: Remove member.
11547 (current_catcher): Remove.
11548 (catchers): New global.
11549 (exceptions_state_mc_init): Simplify.
11550 (catcher_pop): Remove.
11551 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11552 (try_scope_depth, exception_try_scope_entry)
11553 (exception_try_scope_exit): Remove.
11554 (throw_exception_sjlj): Update.
11555 (exception_messages, exception_messages_size): Remove.
11556 (throw_it): Simplify.
11557 (gdb_exception_sliced_copy): Remove.
11558 (throw_exception_cxx): Update.
11559 * cli/cli-script.c (script_from_file): Update.
11560 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11561 Update.
11562 * ada-valprint.c (ada_val_print): Update.
11563 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11564 (create_excep_cond_exprs): Update.
11565
115662019-04-08 Tom Tromey <tom@tromey.com>
11567
11568 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11569 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11570 (TRY, CATCH, END_CATCH): Remove some definitions.
11571 * common/common-exceptions.c: Don't use GDB_XCPT.
11572 (catcher_list_size): Remove.
11573 (throw_exception, throw_it): Simplify.
11574
115752019-04-05 Tom Tromey <tom@tromey.com>
11576
11577 Revert the header-sorting patch.
11578 * ft32-tdep.c: Revert.
11579 * frv-tdep.c: Revert.
11580 * frv-linux-tdep.c: Revert.
11581 * frame.c: Revert.
11582 * frame-unwind.c: Revert.
11583 * frame-base.c: Revert.
11584 * fork-child.c: Revert.
11585 * findvar.c: Revert.
11586 * findcmd.c: Revert.
11587 * filesystem.c: Revert.
11588 * filename-seen-cache.h: Revert.
11589 * filename-seen-cache.c: Revert.
11590 * fbsd-tdep.c: Revert.
11591 * fbsd-nat.h: Revert.
11592 * fbsd-nat.c: Revert.
11593 * f-valprint.c: Revert.
11594 * f-typeprint.c: Revert.
11595 * f-lang.c: Revert.
11596 * extension.h: Revert.
11597 * extension.c: Revert.
11598 * extension-priv.h: Revert.
11599 * expprint.c: Revert.
11600 * exec.h: Revert.
11601 * exec.c: Revert.
11602 * exceptions.c: Revert.
11603 * event-top.c: Revert.
11604 * event-loop.c: Revert.
11605 * eval.c: Revert.
11606 * elfread.c: Revert.
11607 * dwarf2read.h: Revert.
11608 * dwarf2read.c: Revert.
11609 * dwarf2loc.c: Revert.
11610 * dwarf2expr.h: Revert.
11611 * dwarf2expr.c: Revert.
11612 * dwarf2-frame.c: Revert.
11613 * dwarf2-frame-tailcall.c: Revert.
11614 * dwarf-index-write.h: Revert.
11615 * dwarf-index-write.c: Revert.
11616 * dwarf-index-common.c: Revert.
11617 * dwarf-index-cache.h: Revert.
11618 * dwarf-index-cache.c: Revert.
11619 * dummy-frame.c: Revert.
11620 * dtrace-probe.c: Revert.
11621 * disasm.h: Revert.
11622 * disasm.c: Revert.
11623 * disasm-selftests.c: Revert.
11624 * dictionary.c: Revert.
11625 * dicos-tdep.c: Revert.
11626 * demangle.c: Revert.
11627 * dcache.h: Revert.
11628 * dcache.c: Revert.
11629 * darwin-nat.h: Revert.
11630 * darwin-nat.c: Revert.
11631 * darwin-nat-info.c: Revert.
11632 * d-valprint.c: Revert.
11633 * d-namespace.c: Revert.
11634 * d-lang.c: Revert.
11635 * ctf.c: Revert.
11636 * csky-tdep.c: Revert.
11637 * csky-linux-tdep.c: Revert.
11638 * cris-tdep.c: Revert.
11639 * cris-linux-tdep.c: Revert.
11640 * cp-valprint.c: Revert.
11641 * cp-support.c: Revert.
11642 * cp-namespace.c: Revert.
11643 * cp-abi.c: Revert.
11644 * corelow.c: Revert.
11645 * corefile.c: Revert.
11646 * continuations.c: Revert.
11647 * completer.h: Revert.
11648 * completer.c: Revert.
11649 * complaints.c: Revert.
11650 * coffread.c: Revert.
11651 * coff-pe-read.c: Revert.
11652 * cli-out.h: Revert.
11653 * cli-out.c: Revert.
11654 * charset.c: Revert.
11655 * c-varobj.c: Revert.
11656 * c-valprint.c: Revert.
11657 * c-typeprint.c: Revert.
11658 * c-lang.c: Revert.
11659 * buildsym.c: Revert.
11660 * buildsym-legacy.c: Revert.
11661 * build-id.h: Revert.
11662 * build-id.c: Revert.
11663 * btrace.c: Revert.
11664 * bsd-uthread.c: Revert.
11665 * breakpoint.h: Revert.
11666 * breakpoint.c: Revert.
11667 * break-catch-throw.c: Revert.
11668 * break-catch-syscall.c: Revert.
11669 * break-catch-sig.c: Revert.
11670 * blockframe.c: Revert.
11671 * block.c: Revert.
11672 * bfin-tdep.c: Revert.
11673 * bfin-linux-tdep.c: Revert.
11674 * bfd-target.c: Revert.
11675 * bcache.c: Revert.
11676 * ax-general.c: Revert.
11677 * ax-gdb.h: Revert.
11678 * ax-gdb.c: Revert.
11679 * avr-tdep.c: Revert.
11680 * auxv.c: Revert.
11681 * auto-load.c: Revert.
11682 * arm-wince-tdep.c: Revert.
11683 * arm-tdep.c: Revert.
11684 * arm-symbian-tdep.c: Revert.
11685 * arm-pikeos-tdep.c: Revert.
11686 * arm-obsd-tdep.c: Revert.
11687 * arm-nbsd-tdep.c: Revert.
11688 * arm-nbsd-nat.c: Revert.
11689 * arm-linux-tdep.c: Revert.
11690 * arm-linux-nat.c: Revert.
11691 * arm-fbsd-tdep.c: Revert.
11692 * arm-fbsd-nat.c: Revert.
11693 * arm-bsd-tdep.c: Revert.
11694 * arch-utils.c: Revert.
11695 * arc-tdep.c: Revert.
11696 * arc-newlib-tdep.c: Revert.
11697 * annotate.h: Revert.
11698 * annotate.c: Revert.
11699 * amd64-windows-tdep.c: Revert.
11700 * amd64-windows-nat.c: Revert.
11701 * amd64-tdep.c: Revert.
11702 * amd64-sol2-tdep.c: Revert.
11703 * amd64-obsd-tdep.c: Revert.
11704 * amd64-obsd-nat.c: Revert.
11705 * amd64-nbsd-tdep.c: Revert.
11706 * amd64-nbsd-nat.c: Revert.
11707 * amd64-nat.c: Revert.
11708 * amd64-linux-tdep.c: Revert.
11709 * amd64-linux-nat.c: Revert.
11710 * amd64-fbsd-tdep.c: Revert.
11711 * amd64-fbsd-nat.c: Revert.
11712 * amd64-dicos-tdep.c: Revert.
11713 * amd64-darwin-tdep.c: Revert.
11714 * amd64-bsd-nat.c: Revert.
11715 * alpha-tdep.c: Revert.
11716 * alpha-obsd-tdep.c: Revert.
11717 * alpha-nbsd-tdep.c: Revert.
11718 * alpha-mdebug-tdep.c: Revert.
11719 * alpha-linux-tdep.c: Revert.
11720 * alpha-linux-nat.c: Revert.
11721 * alpha-bsd-tdep.c: Revert.
11722 * alpha-bsd-nat.c: Revert.
11723 * aix-thread.c: Revert.
11724 * agent.c: Revert.
11725 * addrmap.c: Revert.
11726 * ada-varobj.c: Revert.
11727 * ada-valprint.c: Revert.
11728 * ada-typeprint.c: Revert.
11729 * ada-tasks.c: Revert.
11730 * ada-lang.c: Revert.
11731 * aarch64-tdep.c: Revert.
11732 * aarch64-ravenscar-thread.c: Revert.
11733 * aarch64-newlib-tdep.c: Revert.
11734 * aarch64-linux-tdep.c: Revert.
11735 * aarch64-linux-nat.c: Revert.
11736 * aarch64-fbsd-tdep.c: Revert.
11737 * aarch64-fbsd-nat.c: Revert.
11738 * aarch32-linux-nat.c: Revert.
11739
117402019-04-05 Tom Tromey <tom@tromey.com>
11741
11742 * ft32-tdep.c: Sort headers.
11743 * frv-tdep.c: Sort headers.
11744 * frv-linux-tdep.c: Sort headers.
11745 * frame.c: Sort headers.
11746 * frame-unwind.c: Sort headers.
11747 * frame-base.c: Sort headers.
11748 * fork-child.c: Sort headers.
11749 * findvar.c: Sort headers.
11750 * findcmd.c: Sort headers.
11751 * filesystem.c: Sort headers.
11752 * filename-seen-cache.h: Sort headers.
11753 * filename-seen-cache.c: Sort headers.
11754 * fbsd-tdep.c: Sort headers.
11755 * fbsd-nat.h: Sort headers.
11756 * fbsd-nat.c: Sort headers.
11757 * f-valprint.c: Sort headers.
11758 * f-typeprint.c: Sort headers.
11759 * f-lang.c: Sort headers.
11760 * extension.h: Sort headers.
11761 * extension.c: Sort headers.
11762 * extension-priv.h: Sort headers.
11763 * expprint.c: Sort headers.
11764 * exec.h: Sort headers.
11765 * exec.c: Sort headers.
11766 * exceptions.c: Sort headers.
11767 * event-top.c: Sort headers.
11768 * event-loop.c: Sort headers.
11769 * eval.c: Sort headers.
11770 * elfread.c: Sort headers.
11771 * dwarf2read.h: Sort headers.
11772 * dwarf2read.c: Sort headers.
11773 * dwarf2loc.c: Sort headers.
11774 * dwarf2expr.h: Sort headers.
11775 * dwarf2expr.c: Sort headers.
11776 * dwarf2-frame.c: Sort headers.
11777 * dwarf2-frame-tailcall.c: Sort headers.
11778 * dwarf-index-write.h: Sort headers.
11779 * dwarf-index-write.c: Sort headers.
11780 * dwarf-index-common.c: Sort headers.
11781 * dwarf-index-cache.h: Sort headers.
11782 * dwarf-index-cache.c: Sort headers.
11783 * dummy-frame.c: Sort headers.
11784 * dtrace-probe.c: Sort headers.
11785 * disasm.h: Sort headers.
11786 * disasm.c: Sort headers.
11787 * disasm-selftests.c: Sort headers.
11788 * dictionary.c: Sort headers.
11789 * dicos-tdep.c: Sort headers.
11790 * demangle.c: Sort headers.
11791 * dcache.h: Sort headers.
11792 * dcache.c: Sort headers.
11793 * darwin-nat.h: Sort headers.
11794 * darwin-nat.c: Sort headers.
11795 * darwin-nat-info.c: Sort headers.
11796 * d-valprint.c: Sort headers.
11797 * d-namespace.c: Sort headers.
11798 * d-lang.c: Sort headers.
11799 * ctf.c: Sort headers.
11800 * csky-tdep.c: Sort headers.
11801 * csky-linux-tdep.c: Sort headers.
11802 * cris-tdep.c: Sort headers.
11803 * cris-linux-tdep.c: Sort headers.
11804 * cp-valprint.c: Sort headers.
11805 * cp-support.c: Sort headers.
11806 * cp-namespace.c: Sort headers.
11807 * cp-abi.c: Sort headers.
11808 * corelow.c: Sort headers.
11809 * corefile.c: Sort headers.
11810 * continuations.c: Sort headers.
11811 * completer.h: Sort headers.
11812 * completer.c: Sort headers.
11813 * complaints.c: Sort headers.
11814 * coffread.c: Sort headers.
11815 * coff-pe-read.c: Sort headers.
11816 * cli-out.h: Sort headers.
11817 * cli-out.c: Sort headers.
11818 * charset.c: Sort headers.
11819 * c-varobj.c: Sort headers.
11820 * c-valprint.c: Sort headers.
11821 * c-typeprint.c: Sort headers.
11822 * c-lang.c: Sort headers.
11823 * buildsym.c: Sort headers.
11824 * buildsym-legacy.c: Sort headers.
11825 * build-id.h: Sort headers.
11826 * build-id.c: Sort headers.
11827 * btrace.c: Sort headers.
11828 * bsd-uthread.c: Sort headers.
11829 * breakpoint.h: Sort headers.
11830 * breakpoint.c: Sort headers.
11831 * break-catch-throw.c: Sort headers.
11832 * break-catch-syscall.c: Sort headers.
11833 * break-catch-sig.c: Sort headers.
11834 * blockframe.c: Sort headers.
11835 * block.c: Sort headers.
11836 * bfin-tdep.c: Sort headers.
11837 * bfin-linux-tdep.c: Sort headers.
11838 * bfd-target.c: Sort headers.
11839 * bcache.c: Sort headers.
11840 * ax-general.c: Sort headers.
11841 * ax-gdb.h: Sort headers.
11842 * ax-gdb.c: Sort headers.
11843 * avr-tdep.c: Sort headers.
11844 * auxv.c: Sort headers.
11845 * auto-load.c: Sort headers.
11846 * arm-wince-tdep.c: Sort headers.
11847 * arm-tdep.c: Sort headers.
11848 * arm-symbian-tdep.c: Sort headers.
11849 * arm-pikeos-tdep.c: Sort headers.
11850 * arm-obsd-tdep.c: Sort headers.
11851 * arm-nbsd-tdep.c: Sort headers.
11852 * arm-nbsd-nat.c: Sort headers.
11853 * arm-linux-tdep.c: Sort headers.
11854 * arm-linux-nat.c: Sort headers.
11855 * arm-fbsd-tdep.c: Sort headers.
11856 * arm-fbsd-nat.c: Sort headers.
11857 * arm-bsd-tdep.c: Sort headers.
11858 * arch-utils.c: Sort headers.
11859 * arc-tdep.c: Sort headers.
11860 * arc-newlib-tdep.c: Sort headers.
11861 * annotate.h: Sort headers.
11862 * annotate.c: Sort headers.
11863 * amd64-windows-tdep.c: Sort headers.
11864 * amd64-windows-nat.c: Sort headers.
11865 * amd64-tdep.c: Sort headers.
11866 * amd64-sol2-tdep.c: Sort headers.
11867 * amd64-obsd-tdep.c: Sort headers.
11868 * amd64-obsd-nat.c: Sort headers.
11869 * amd64-nbsd-tdep.c: Sort headers.
11870 * amd64-nbsd-nat.c: Sort headers.
11871 * amd64-nat.c: Sort headers.
11872 * amd64-linux-tdep.c: Sort headers.
11873 * amd64-linux-nat.c: Sort headers.
11874 * amd64-fbsd-tdep.c: Sort headers.
11875 * amd64-fbsd-nat.c: Sort headers.
11876 * amd64-dicos-tdep.c: Sort headers.
11877 * amd64-darwin-tdep.c: Sort headers.
11878 * amd64-bsd-nat.c: Sort headers.
11879 * alpha-tdep.c: Sort headers.
11880 * alpha-obsd-tdep.c: Sort headers.
11881 * alpha-nbsd-tdep.c: Sort headers.
11882 * alpha-mdebug-tdep.c: Sort headers.
11883 * alpha-linux-tdep.c: Sort headers.
11884 * alpha-linux-nat.c: Sort headers.
11885 * alpha-bsd-tdep.c: Sort headers.
11886 * alpha-bsd-nat.c: Sort headers.
11887 * aix-thread.c: Sort headers.
11888 * agent.c: Sort headers.
11889 * addrmap.c: Sort headers.
11890 * ada-varobj.c: Sort headers.
11891 * ada-valprint.c: Sort headers.
11892 * ada-typeprint.c: Sort headers.
11893 * ada-tasks.c: Sort headers.
11894 * ada-lang.c: Sort headers.
11895 * aarch64-tdep.c: Sort headers.
11896 * aarch64-ravenscar-thread.c: Sort headers.
11897 * aarch64-newlib-tdep.c: Sort headers.
11898 * aarch64-linux-tdep.c: Sort headers.
11899 * aarch64-linux-nat.c: Sort headers.
11900 * aarch64-fbsd-tdep.c: Sort headers.
11901 * aarch64-fbsd-nat.c: Sort headers.
11902 * aarch32-linux-nat.c: Sort headers.
11903
119042019-04-04 Tom Tromey <tom@tromey.com>
11905
11906 * varobj.c (varobj_create): Update.
11907 * rust-exp.y (struct rust_parser) <update_innermost_block,
11908 lookup_symbol>: New methods.
11909 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11910 Rename.
11911 (rust_parser::rust_lookup_type)
11912 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11913 * printcmd.c (display_command, do_one_display): Update.
11914 * parser-defs.h (struct parser_state) <parser_state>: Add
11915 "tracker" parameter.
11916 (block_tracker): New member.
11917 (class innermost_block_tracker) <innermost_block_tracker>: Add
11918 "types" parameter.
11919 <reset>: Remove method.
11920 (innermost_block): Don't declare.
11921 (null_post_parser): Update.
11922 * parse.c (innermost_block): Remove global.
11923 (write_dollar_variable): Update.
11924 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11925 Remove "tracker_types" parameter.
11926 (parse_expression): Add "tracker" parameter.
11927 (parse_expression_for_completion): Update.
11928 (null_post_parser): Add "tracker" parameter.
11929 * p-exp.y: Update rules.
11930 * m2-exp.y: Update rules.
11931 * language.h (struct language_defn) <la_post_parser>: Add
11932 "tracker" parameter.
11933 * go-exp.y: Update rules.
11934 * f-exp.y: Update rules.
11935 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11936 parameter.
11937 * d-exp.y: Update rules.
11938 * c-exp.y: Update rules.
11939 * breakpoint.c (set_breakpoint_condition): Create an
11940 innermost_block_tracker.
11941 (watch_command_1): Likewise.
11942 * ada-lang.c (resolve): Add "tracker" parameter.
11943 (resolve_subexp): Likewise.
11944 * ada-exp.y (write_var_from_sym): Update.
11945
119462019-04-04 Tom Tromey <tom@tromey.com>
11947
11948 * type-stack.h: New file.
11949 * type-stack.c: New file.
11950 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
11951 type-stack.h.
11952 (insert_into_type_stack, insert_type, push_type, push_type_int)
11953 (insert_type_address_space, pop_type, pop_type_int)
11954 (pop_typelist, pop_type_stack, append_type_stack)
11955 (push_type_stack, get_type_stack, push_typelist)
11956 (follow_type_instance_flags, follow_types): Don't declare.
11957 * parse.c (type_stack): Remove global.
11958 (parse_exp_in_context): Update.
11959 (insert_into_type_stack, insert_type, push_type, push_type_int)
11960 (insert_type_address_space, pop_type, pop_type_int)
11961 (pop_typelist, pop_type_stack, append_type_stack)
11962 (push_type_stack, get_type_stack, push_typelist)
11963 (follow_type_instance_flags, follow_types): Remove (moved to
11964 type-stack.c).
11965 * f-exp.y (type_stack): New global.
11966 Update rules.
11967 (push_kind_type, f_parse): Update.
11968 * d-exp.y (type_stack): New global.
11969 Update rules.
11970 (d_parse): Update.
11971 * c-exp.y (struct c_parse_state) <type_stack>: New member.
11972 Update rules.
11973 * Makefile.in (COMMON_SFILES): Add type-stack.c.
11974 (HFILES_NO_SRCDIR): Add type-stack.h.
11975
119762019-04-04 Tom Tromey <tom@tromey.com>
11977
11978 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
11979 (rust_parser::convert_ast_to_expression, rust_parse)
11980 (rust_lex_test_completion, rust_lex_tests): Update.
11981 * parser-defs.h (struct expr_completion_state): New.
11982 (struct parser_state) <parser_state>: Add completion parameter.
11983 <mark_struct_expression, mark_completion_tag>: New methods.
11984 <parse_completion, m_completion_state>: New members.
11985 (prefixify_expression, null_post_parser): Update.
11986 (mark_struct_expression, mark_completion_tag): Don't declare.
11987 * parse.c (parse_completion, expout_last_struct)
11988 (expout_tag_completion_type, expout_completion_name): Remove
11989 globals.
11990 (parser_state::mark_struct_expression)
11991 (parser_state::mark_completion_tag): Now methods.
11992 (prefixify_expression): Add last_struct parameter.
11993 (prefixify_subexp): Likewise.
11994 (parse_exp_1): Update.
11995 (parse_exp_in_context): Add cstate parameter. Update.
11996 (parse_expression_for_completion): Create an
11997 expr_completion_state.
11998 (null_post_parser): Add "completion" parameter.
11999 * p-exp.y: Update rules.
12000 (yylex): Update.
12001 * language.h (struct language_defn) <la_post_parser>: Add
12002 "completing" parameter.
12003 * go-exp.y: Update rules.
12004 (lex_one_token): Update.
12005 * expression.h (parse_completion): Don't declare.
12006 * d-exp.y: Update rules.
12007 (lex_one_token): Update rules.
12008 * c-exp.y: Update rules.
12009 (lex_one_token): Update.
12010 * ada-lang.c (resolve): Add "parse_completion" parameter.
12011 (resolve_subexp): Likewise.
12012 (ada_resolve_function): Likewise.
12013
120142019-04-04 Tom Tromey <tom@tromey.com>
12015
12016 * parser-defs.h (struct parser_state) <start_arglist,
12017 end_arglist>: New methods.
12018 <arglist_len, m_funcall_chain>: New members.
12019 (arglist_len, start_arglist, end_arglist): Don't declare.
12020 * parse.c (arglist_len, funcall_chain): Remove global.
12021 (start_arglist, end_arglist): Remove functions.
12022 (parse_exp_in_context): Update.
12023 * p-exp.y: Update rules.
12024 * m2-exp.y: Update rules.
12025 * go-exp.y: Update rules.
12026 * f-exp.y: Update rules.
12027 * d-exp.y: Update rules.
12028 * c-exp.y: Update rules.
12029
120302019-04-04 Tom Tromey <tom@tromey.com>
12031
12032 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
12033 lex_operator, push_back>: New methods.
12034 Update all rules.
12035 (rust_parser::lex_hex, lex_escape): Rename and update.
12036 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
12037 (rust_parser::lex_operator): Rename and update.
12038 (rust_parser::lex_number, rustyylex, rustyyerror)
12039 (rust_lex_test_init, rust_lex_test_sequence)
12040 (rust_lex_test_push_back, rust_lex_tests): Update.
12041 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
12042 parameter.
12043 <lexptr, prev_lexptr>: New members.
12044 (lexptr, prev_lexptr): Don't declare.
12045 * parse.c (lexptr, prev_lexptr): Remove globals.
12046 (parse_exp_in_context): Update.
12047 * p-exp.y (yylex, yyerror): Update.
12048 * m2-exp.y (parse_number, yylex, yyerror): Update.
12049 * go-exp.y (lex_one_token, yyerror): Update.
12050 * f-exp.y (match_string_literal, yylex, yyerror): Update.
12051 * d-exp.y (lex_one_token, yyerror): Update.
12052 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
12053 (lex_one_token, yyerror): Update.
12054 * ada-lex.l (YY_INPUT): Update.
12055 (rewind_to_char): Update.
12056 * ada-exp.y (yyerror): Update.
12057
120582019-04-04 Tom Tromey <tom@tromey.com>
12059
12060 * rust-exp.y (rustyylex, rust_lex_tests): Update.
12061 * parser-defs.h (struct parser_state) <parser_state>: Add new
12062 parameter.
12063 <comma_terminates>: New member.
12064 (comma_terminates): Don't declare global.
12065 * parse.c (comma_terminates): Remove global.
12066 (parse_exp_in_context): Update.
12067 * p-exp.y (yylex): Update.
12068 * m2-exp.y (yylex): Update.
12069 * go-exp.y (lex_one_token): Update.
12070 * f-exp.y (yylex): Update.
12071 * d-exp.y (lex_one_token): Update.
12072 * c-exp.y (lex_one_token): Update.
12073 * ada-lex.l: Update.
12074
120752019-04-04 Tom Tromey <tom@tromey.com>
12076
12077 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12078 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12079 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12080 * parser-defs.h (paren_depth): Don't declare.
12081 * parse.c (paren_depth): Remove global.
12082 (parse_exp_in_context): Update.
12083 * p-exp.y (paren_depth): New global.
12084 (pascal_parse): Initialize it.
12085 * m2-exp.y (paren_depth): New global.
12086 (m2_parse): Initialize it.
12087 * go-exp.y (paren_depth): New global.
12088 (go_parse): Initialize it.
12089 * f-exp.y (paren_depth): New global.
12090 (f_parse): Initialize it.
12091 * d-exp.y (paren_depth): New global.
12092 (d_parse): Initialize it.
12093 * c-exp.y (paren_depth): New global.
12094 (c_parse): Initialize it.
12095 * ada-lex.l (paren_depth): New global.
12096 (lexer_init): Initialize it.
12097
120982019-04-04 Tom Tromey <tom@tromey.com>
12099
12100 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12101 (rust_parser::convert_ast_to_type)
12102 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12103 * parser-defs.h (struct parser_state) <parser_state>: Add
12104 parameters. Initialize new members.
12105 <expression_context_block, expression_context_pc>: New members.
12106 * parse.c (expression_context_block, expression_context_pc):
12107 Remove globals.
12108 (parse_exp_in_context): Update.
12109 * p-exp.y: Update all rules.
12110 (yylex): Update.
12111 * m2-exp.y: Update all rules.
12112 (yylex): Update.
12113 * go-exp.y (yylex): Update.
12114 * f-exp.y (yylex): Update.
12115 * d-exp.y: Update all rules.
12116 (yylex): Update.
12117 * c-exp.y: Update all rules.
12118 (lex_one_token, classify_name, yylex, c_parse): Update.
12119 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12120
121212019-04-04 Tom Tromey <tom@tromey.com>
12122
12123 * gdbarch.h, gdbarch.c: Rebuild.
12124 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12125 * stap-probe.h:
12126 (struct stap_parse_info): Replace "parser_state" with
12127 "expr_builder".
12128 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12129 (parser_state): New class.
12130 * parse.c (expr_builder): Rename.
12131 (expr_builder::release): Rename.
12132 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12133 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12134 (write_exp_elt_longcst, write_exp_elt_floatcst)
12135 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12136 (write_exp_string_vector, write_exp_bitstring)
12137 (write_exp_msymbol, mark_struct_expression)
12138 (write_dollar_variable)
12139 (insert_type_address_space, increase_expout_size): Replace
12140 "parser_state" with "expr_builder".
12141 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12142 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12143 "parser_state" with "expr_builder".
12144
121452019-04-04 Tom Tromey <tom@tromey.com>
12146
12147 * rust-exp.y: Replace "parse_language" with method call.
12148 * p-exp.y:
12149 (yylex): Replace "parse_language" with method call.
12150 * m2-exp.y:
12151 (yylex): Replace "parse_language" with method call.
12152 * go-exp.y (classify_name): Replace "parse_language" with method
12153 call.
12154 * f-exp.y (yylex): Replace "parse_language" with method call.
12155 * d-exp.y (lex_one_token): Replace "parse_language" with method
12156 call.
12157 * c-exp.y:
12158 (lex_one_token, classify_name, yylex): Replace "parse_language"
12159 with method call.
12160 * ada-exp.y (find_primitive_type, type_char)
12161 (type_system_address): Replace "parse_language" with method call.
12162
121632019-04-04 Tom Tromey <tom@tromey.com>
12164
12165 * rust-exp.y: Replace "parse_gdbarch" with method call.
12166 * parse.c (write_dollar_variable, insert_type_address_space):
12167 Replace "parse_gdbarch" with method call.
12168 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12169 call.
12170 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12171 call.
12172 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12173 "parse_gdbarch" with method call.
12174 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12175 with method call.
12176 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12177 "parse_gdbarch" with method call.
12178 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12179 "parse_gdbarch" with method call.
12180 * c-exp.y (parse_type, parse_number, classify_name): Replace
12181 "parse_gdbarch" with method call.
12182 * ada-lex.l: Replace "parse_gdbarch" with method call.
12183 * ada-exp.y (parse_type, find_primitive_type, type_char)
12184 (type_system_address): Replace "parse_gdbarch" with method call.
12185
121862019-04-04 Tom Tromey <tom@tromey.com>
12187
12188 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12189 * stap-probe.c (stap_parse_argument): Update.
12190 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12191 initial_size parameter.
12192 * rust-exp.y (rust_lex_tests): Update.
12193 * parse.c (parser_state): Update.
12194 (parse_exp_in_context): Update.
12195 * parser-defs.h (struct parser_state) <parser_state>: Remove
12196 "initial_size" parameter.
12197
121982019-04-04 Tom Tromey <tom@tromey.com>
12199
12200 * parser-defs.h (increase_expout_size): Don't declare.
12201 * parse.c (increase_expout_size): Now static.
12202
122032019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12204
12205 * gnu-nat.c (gnu_nat_target::wait): Fix
12206 target_waitstatus_to_string call.
12207
122082019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12209
12210 * eval.c (evaluate_subexp_standard): Handle internal functions
12211 during Fortran function call handling.
12212
122132019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12214
12215 * NEWS: Mention new internal functions.
12216 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12217 (read_base_type): Use dwarf2_init_complex_target_type.
12218 * value.c (creal_internal_fn): New function.
12219 (cimag_internal_fn): New function.
12220 (_initialize_values): Register new internal functions.
12221
122222019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12223
12224 * infrun.c (stop_all_threads): If debug_infrun, always
12225 trace the wait status after wait_one, using
12226 target_waitstatus_to_string and target_pid_to_str.
12227 (handle_inferior_event): Replace various trace of
12228 wait status kind by a single trace.
12229 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12230 wait status kind image by target_waitstatus_to_string.
12231 * target/waitstatus.c (target_waitstatus_to_string): Fix
12232 obsolete comment.
12233
122342019-04-01 Tom Tromey <tromey@adacore.com>
12235
12236 PR symtab/23331:
12237 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12238
122392019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12240 Pedro Alves <palves@redhat.com>
12241
12242 * top.c (quit_force): Call 'finalize_values'.
12243 * value.c (finalize_values): New function.
12244 * value.h (finalize_values): Declare.
12245
122462019-03-30 Eli Zaretskii <eliz@gnu.org>
12247
12248 * NEWS: Announce $_gdb_major and $_gdb_minor.
12249
12250 * top.c (init_gdb_version_vars): New function.
12251 (gdb_init): Call init_gdb_version_vars.
12252
122532019-03-29 Tom Tromey <tromey@adacore.com>
12254
12255 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12256 help text. Remove dead code.
12257
122582019-03-29 Keith Seitz <keiths@redhat.com>
12259
12260 From Siddhesh Poyarekar:
12261 * f-lang.h (f77_get_upperbound): Return LONGEST.
12262 (f77_get_lowerbound): Likewise.
12263 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12264 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12265 print them.
12266 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12267 plongest to format print it.
12268 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12269 (f77_get_upperbound): Likewise.
12270 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12271 LOWER_BOUND to LONGEST.
12272 (f77_create_arrayprint_offset_tbl): Likewise.
12273
122742019-03-29 Keith Seitz <keiths@redhat.com>
12275
12276 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12277 %s/pulongest for TYPE_LENGTH instead of %d in format
12278 strings.
12279 * ada-typerint.c (ada_print_type): Likewise.
12280 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12281 * compile/compile-c-support.c (generate_register_struct): Likewise.
12282 * gdbtypes.c (recursive_dump_type): Likewise.
12283 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12284 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12285 instead of %d in format strings.
12286 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12287 to std::min to ULONGEST.
12288 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12289 instead of %d in format strings.
12290 * tracepoint.c (info_scope_command): Likewise.
12291 * typeprint.c (print_offset_data::update)
12292 (print_offset_data::finish): Likewise.
12293 * xtensa-tdep.c (xtensa_store_return_value)
12294 (xtensa_push_dummy_call): Likewise.
12295
122962019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12297
12298 * windows-nat.c (display_selector): Fixed format specifications
12299 for 64-bit Cygwin.
12300
123012019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12302
12303 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12304
123052019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12306
12307 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12308 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12309 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12310 (nios2_linux_init_abi): Install it.
12311
123122019-03-28 Alan Hayward <alan.hayward@arm.com>
12313
12314 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12315
123162019-03-28 Alan Hayward <alan.hayward@arm.com>
12317
12318 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12319
123202019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12321 Tom Tromey <tromey@adacore.com>
12322
12323 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12324
123252019-03-26 Joel Brobecker <brobecker@adacore.com>
12326
12327 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12328 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12329 method to compute the bounds of range types. Also print "[evaluated]"
12330 if the bounds' values come from a dynamic evaluation.
12331
123322019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12333
12334 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12335 whitespace when pretty printing is on.
12336
123372019-03-26 Alan Hayward <alan.hayward@arm.com>
12338
12339 * ppc-linux-nat.c: Add include.
12340
123412019-03-26 Alan Hayward <alan.hayward@arm.com>
12342
12343 * NEWS: Mention AArch64 Pointer Authentication.
12344
123452019-03-26 Alan Hayward <alan.hayward@arm.com>
12346
12347 * arm-linux-nat.c: Add include.
12348
123492019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12350
12351 * source-cache.c (source_cache::get_source_lines): Re-read
12352 fullname after calling open_source_file.
12353
123542019-03-25 John Baldwin <jhb@FreeBSD.org>
12355
12356 * NEWS: Mention TLS support for FreeBSD.
12357
123582019-03-25 Tom Tromey <tromey@adacore.com>
12359
12360 * minsyms.c (BUNCH_SIZE): Update comment.
12361 (~minimal_symbol_reader): Remove old comment.
12362 (compact_minimal_symbols): Update comment.
12363 (minimal_symbol_reader::install): Remove old comment. Update
12364 other comments.
12365
123662019-03-25 Alan Hayward <alan.hayward@arm.com>
12367
12368 * s390-linux-nat.c: Add include.
12369
123702019-03-25 Alan Hayward <alan.hayward@arm.com>
12371
12372 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12373 Call linux_get_hwcap.
12374 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12375 Likewise.
12376 (aarch64_linux_get_hwcap): Remove function.
12377 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12378 declaration.
12379 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12380 linux_get_hwcap.
12381 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12382 * linux-tdep.c (linux_get_hwcap): Add function.
12383 (linux_get_hwcap2): Likewise.
12384 * linux-tdep.h (linux_get_hwcap): Add declaration.
12385 (linux_get_hwcap2): Likewise.
12386 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12387 (ppc_linux_get_hwcap2): Likewise.
12388 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12389 linux_get_hwcap.
12390 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12391 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12392 (ppc_linux_nat_target::read_description): Likewise.
12393 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12394 * s390-linux-nat.c: Likewise.
12395 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12396
123972019-03-24 Tom Tromey <tom@tromey.com>
12398
12399 * ada-lang.c (standard_lookup): Simplify initialization.
12400 (ada_lookup_symbol_nonlocal): Simplify return.
12401 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12402 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12403 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12404 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12405 initialization.
12406 * solib.c (solib_global_lookup): Simplify.
12407 * symtab.c (null_block_symbol): Remove.
12408 (symbol_cache_lookup): Simplify returns.
12409 (lookup_language_this): Simplify returns.
12410 (lookup_symbol_aux): Simplify return.
12411 (lookup_local_symbol): Simplify returns.
12412 (lookup_global_symbol_from_objfile): Simplify return.
12413 (lookup_symbol_in_objfile_symtabs)
12414 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12415 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12416 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12417 * cp-namespace.c (cp_lookup_bare_symbol)
12418 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12419 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12420 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12421 (cp_lookup_symbol_via_imports): Simplify initialization.
12422 (find_symbol_in_baseclass): Likewise.
12423 * symtab.h (null_block_symbol): Remove.
12424 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12425 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12426 (d_lookup_symbol_module): Likewise.
12427 (find_symbol_in_baseclass): Simplify initialization.
12428
124292019-03-24 Tom Tromey <tom@tromey.com>
12430
12431 * expression.h: Don't include symtab.h.
12432 (struct block): Forward declare.
12433
124342019-03-24 Tom Tromey <tom@tromey.com>
12435
12436 * c-exp.y (typebase): Remove casts.
12437 * gdbtypes.c (lookup_unsigned_typename, )
12438 (lookup_signed_typename): Remove cast.
12439 * eval.c (parse_to_comma_and_eval): Remove cast.
12440 * parse.c (write_dollar_variable): Remove cast.
12441 * block.h (struct block) <superblock>: Now const.
12442 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12443 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12444 (map_block): Make "block" const.
12445 * symfile.h (struct quick_symbol_functions)
12446 <map_matching_symbols>: Constify block argument to "callback".
12447 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12448 const.
12449 (find_pc_sect_compunit_symtab): Make "b" const.
12450 (find_symbol_at_address): Likewise.
12451 (search_symbols): Likewise.
12452 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12453 (dw2_debug_names_lookup_symbol): Likewise.
12454 (dw2_map_matching_symbols): Update.
12455 * p-valprint.c (pascal_val_print): Remove "block".
12456 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12457 (aux_add_nonlocal_symbols): Make "block" const.
12458 (resolve_subexp): Remove cast.
12459 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12460 const.
12461 (iterate_over_file_blocks): Likewise.
12462 * f-exp.y (%union) <bval>: Remove.
12463 * coffread.c (patch_opaque_types): Make "b" const.
12464 * spu-tdep.c (spu_catch_start): Make "block" const.
12465 * c-valprint.c (print_unpacked_pointer): Remove "block".
12466 * symmisc.c (dump_symtab_1): Make "b" const.
12467 (block_depth): Make "block" const.
12468 * d-exp.y (%union) <bval>: Remove.
12469 * cp-support.h (cp_lookup_rtti_type): Update.
12470 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12471 * psymtab.c (psym_lookup_symbol): Make "block" const.
12472 (maintenance_check_psymtabs): Make "b" const.
12473 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12474 (enumerate_locals, enumerate_args): Update.
12475 * python/py-symtab.c (stpy_global_block): Make "block" const.
12476 (stpy_static_block): Likewise.
12477 * inline-frame.c (block_starting_point_at): Make "new_block"
12478 const.
12479 * block.c (find_block_in_blockvector): Make return type const.
12480 (blockvector_for_pc_sect): Make "b" const.
12481 (find_block_in_blockvector): Make "b" const.
12482
124832019-03-23 Tom Tromey <tom@tromey.com>
12484
12485 * varobj.c (varobj_create): Update.
12486 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12487 * printcmd.c (display_command, do_one_display): Don't reset
12488 innermost_block.
12489 * parser-defs.h (enum innermost_block_tracker_type): Move to
12490 expression.h.
12491 (innermost_block): Update comment.
12492 * parse.c (parse_exp_1): Add tracker_types parameter.
12493 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12494 tracker_types parameter. Reset innermost_block.
12495 (parse_exp_in_context): Remove.
12496 (parse_expression_for_completion): Update.
12497 * objfiles.c (~objfile): Don't reset expression_context_block or
12498 innermost_block.
12499 * expression.h (enum innermost_block_tracker_type): Move from
12500 parser-defs.h.
12501 (parse_exp_1): Add tracker_types parameter.
12502 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12503 reset innermost_block.
12504
125052019-03-23 Tom Tromey <tom@tromey.com>
12506
12507 * objfiles.h: Include bcache.h.
12508
125092019-03-23 Tom Tromey <tom@tromey.com>
12510
12511 * linespec.c (get_current_search_block): Use
12512 scoped_restore_current_language.
12513 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12514
125152019-03-22 Alan Hayward <alan.hayward@arm.com>
12516 Jiong Wang <jiong.wang@arm.com>
12517
12518 * aarch64-linux-tdep.c
12519 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12520 section.
12521 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12522
125232019-03-22 Alan Hayward <alan.hayward@arm.com>
12524 Jiong Wang <jiong.wang@arm.com>
12525
12526 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12527 instructions.
12528 (aarch64_analyze_prologue_test): Add PACIASP test.
12529 (aarch64_prologue_prev_register): Unmask PC value.
12530
125312019-03-22 Alan Hayward <alan.hayward@arm.com>
12532 Jiong Wang <jiong.wang@arm.com>
12533
12534 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12535 (aarch64_dwarf2_prev_register): Unmask PC value.
12536 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12537 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12538 DW_CFA_AARCH64_negate_ra_state.
12539 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12540
125412019-03-22 Alan Hayward <alan.hayward@arm.com>
12542 Jiong Wang <jiong.wang@arm.com>
12543
12544 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12545 registers.
12546 (aarch64_pseudo_register_name): Likewise.
12547 (aarch64_pseudo_register_type): Likewise.
12548 (aarch64_pseudo_register_reggroup_p): Likewise.
12549 (aarch64_gdbarch_init): Add pauth registers.
12550 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12551 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12552 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12553 (struct gdbarch_tdep): Add regnum for ra_state.
12554
125552019-03-22 Alan Hayward <alan.hayward@arm.com>
12556 Jiong Wang <jiong.wang@arm.com>
12557
12558 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12559
125602019-03-22 Alan Hayward <alan.hayward@arm.com>
12561 Jiong Wang <jiong.wang@arm.com>
12562
12563 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12564 function.
12565 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12566 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12567 (aarch64_gdbarch_init): Add puth registers.
12568 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12569 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12570 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12571
125722019-03-22 Alan Hayward <alan.hayward@arm.com>
12573 Jiong Wang <jiong.wang@arm.com>
12574
12575 * aarch64-linux-nat.c
12576 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12577 * aarch64-linux-tdep.c
12578 (aarch64_linux_core_read_description): Likewise.
12579 (aarch64_linux_get_hwcap): New function.
12580 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12581 (aarch64_linux_get_hwcap): New declaration.
12582
125832019-03-22 Alan Hayward <alan.hayward@arm.com>
12584 Jiong Wang <jiong.wang@arm.com>
12585
12586 * aarch64-linux-nat.c
12587 (aarch64_linux_nat_target::read_description): Add pauth param.
12588 * aarch64-linux-tdep.c
12589 (aarch64_linux_core_read_description): Likewise.
12590 * aarch64-tdep.c (struct target_desc): Add in pauth.
12591 (aarch64_read_description): Add pauth param.
12592 (aarch64_gdbarch_init): Likewise.
12593 * aarch64-tdep.h (aarch64_read_description): Likewise.
12594 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12595 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12596 * features/Makefile: Add new files.
12597 * features/aarch64-pauth.c: New file.
12598 * features/aarch64-pauth.xml: New file.
12599
126002019-03-20 Tom Tromey <tromey@adacore.com>
12601
12602 * infrun.c (handle_inferior_event): Rename from
12603 handle_inferior_event_1. Create a scoped_value_mark.
12604 (handle_inferior_event): Remove.
12605
126062019-03-19 Tom Tromey <tromey@adacore.com>
12607
12608 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12609 * infrun.h (print_stop_event): Add "displays" parameter.
12610 * infrun.c (print_stop_event): Add "displays" parameter.
12611
126122019-03-19 Pedro Alves <palves@redhat.com>
12613
12614 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12615 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12616 to -1. Fix TABs vs spaces.
12617 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12618 * tui/tui-out.h (tui_ui_out) Add intro comments.
12619 <m_line, m_start_of_line>: In-class initialize, and add describing
12620 comment.
12621
126222019-03-18 Alan Hayward <alan.hayward@arm.com>
12623
12624 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12625 variable names.
12626 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12627
126282019-03-18 Pedro Alves <palves@redhat.com>
12629 Eli Zaretskii <eliz@gnu.org>
12630
12631 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12632 m_line and m_start_of_line.
12633
126342019-03-18 Eli Zaretskii <eliz@gnu.org>
12635
12636 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12637 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12638 it returns a newline. This fixes a regression in TU mode, whereby
12639 the next line is output on the same screen line as the user input.
12640
126412019-03-18 Tom Tromey <tromey@adacore.com>
12642
12643 * minsyms.c (minimal_symbol_reader::install): Remove call to
12644 obstack_blank.
12645
126462019-03-18 Pedro Alves <palves@redhat.com>
12647
12648 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12649 New globals.
12650 (apply_style): New, factored out from ...
12651 (apply_ansi_escape): ... this. Handle reverse video mode.
12652 (tui_set_reverse_mode): New function.
12653 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12654 * tui/tui-winsource.c (tui_show_source_line): Use
12655 tui_set_reverse_mode instead of setting A_STANDOUT.
12656 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12657 New setter methods.
12658
126592019-03-18 Hannes Domani <ssbssa@yahoo.de>
12660
12661 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12662 Handle tabs.
12663
126642019-03-18 Tom Tromey <tromey@adacore.com>
12665
12666 * ada-lang.c (empty_array): Add "high" parameter.
12667 (ada_evaluate_subexp): Update.
12668
126692019-03-17 Sergei Trofimovich <siarheit@google.com>
12670
12671 * unittests/string_view-selftests.c: Define
12672 _initialize_string_view_selftests unconditionally.
12673
126742019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12675
12676 PR gdb/24350
12677 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12678
126792019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12680
12681 PR gdb/24351
12682 * windows-nat.c (display_selector): Fix format specifiers.
12683
126842019-03-17 Eli Zaretskii <eliz@gnu.org>
12685
12686 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12687 tui_refill_source_window instead of tui_refresh_win, to update the
12688 current execution line. This fixes redisplay of the current line
12689 when stepping through the code with "next" or "step".
12690
126912019-03-16 Eli Zaretskii <eliz@gnu.org>
12692
12693 * source-cache.c (source_cache::get_source_lines): Call
12694 find_source_lines to initialize s->nlines. This fixes vertical
12695 scrolling of TUI source window when the DOWN arrow is pressed.
12696
126972019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12698
12699 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12700 linux-thread-db.c (_initialize_thread_db): Likewise.
12701
127022019-03-16 Eli Zaretskii <eliz@gnu.org>
12703
12704 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12705 wclrtoeol in tui_show_source_line". This reverts changes made in
12706 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12707
127082019-03-15 Tom Tromey <tom@tromey.com>
12709
12710 * symtab.h (struct minimal_symbol): Derive from
12711 general_symbol_info.
12712 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12713 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12714 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12715 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12716 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12717 (MSYMBOL_SEARCH_NAME): Update.
12718 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12719 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12720 * minsyms.c (minimal_symbol_reader::record_full): Update.
12721
127222019-03-15 Tom Tromey <tom@tromey.com>
12723
12724 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12725
127262019-03-15 Tom Tromey <tom@tromey.com>
12727
12728 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12729 unique_xmalloc_ptr.
12730 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12731 Update.
12732 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12733 (build_minimal_symbol_hash_tables)
12734 (minimal_symbol_reader::install): Update.
12735
127362019-03-15 Tom Tromey <tom@tromey.com>
12737
12738 * symtab.c (create_demangled_names_hash): Update.
12739 (symbol_set_names): Update.
12740 * objfiles.h (struct objfile_per_bfd_storage)
12741 <demangled_names_hash>: Now an htab_up.
12742 * objfiles.c (objfile_per_bfd_storage): Simplify.
12743
127442019-03-15 Tom Tromey <tom@tromey.com>
12745
12746 * objfiles.h (struct objfile_per_bfd_storage): Declare
12747 destructor.
12748 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12749 New.
12750 (get_objfile_bfd_data): Use new. Don't initialize
12751 language_of_main.
12752 (free_objfile_per_bfd_storage): Remove.
12753 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12754
127552019-03-15 Tom Tromey <tom@tromey.com>
12756
12757 * symfile.c (reread_symbols): Update.
12758 * objfiles.c (objfile::objfile): Update.
12759 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12760 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12761 comment.
12762 (minimal_symbol_reader::install): Update.
12763 (terminate_minimal_symbol_table): Remove.
12764 * jit.c (jit_object_close_impl): Update.
12765
127662019-03-15 Tom Tromey <tom@tromey.com>
12767
12768 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12769 initializations.
12770
127712019-03-15 Tom Tromey <tom@tromey.com>
12772
12773 * objfiles.h (struct objfile_per_bfd_storage)
12774 <demangled_hash_languages>: Now a bitset.
12775 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12776 (lookup_minimal_symbol): Update.
12777
127782019-03-15 Tom Tromey <tom@tromey.com>
12779
12780 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12781 Don't return the symbol.
12782 * coffread.c (record_minimal_symbol): Use record_full.
12783
127842019-03-14 Eli Zaretskii <eliz@gnu.org>
12785
12786 The MS-Windows port of ncurses fails to switch to a color pair if
12787 one or both of the colors are the implicit default colors. This
12788 change records the default colors when TUI is initialized, and
12789 then specifies them explicitly when a color pair uses the default
12790 colors. This allows color styling in TUI mode on MS-Windows.
12791
12792 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12793 ncurses_norm_attr.
12794 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12795 colors in ncurses_norm_attr.
12796 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12797 "none", replace it with the default color recorded in
12798 ncurses_norm_attr.
12799
128002019-03-14 Tom Tromey <tromey@adacore.com>
12801
12802 * source-cache.h (class source_cache) <get_source_lines>: Return
12803 std::string.
12804 * source-cache.c (source_cache::extract_lines): Handle case where
12805 first_pos==npos. Return std::string.
12806 (source_cache::get_source_lines): Update.
12807
128082019-03-14 Tom Tromey <tromey@adacore.com>
12809
12810 * NEWS: Add item for "style sources" commands.
12811 * source-cache.c (source_cache::get_source_lines): Check
12812 source_styling.
12813 * cli/cli-style.c (source_styling): New global.
12814 (_initialize_cli_style): Add "style sources" commands.
12815 (show_style_sources): New function.
12816 * cli/cli-style.h (source_styling): Declare.
12817
128182019-03-14 Pedro Alves <palves@redhat.com>
12819 Tom Tromey <tromey@adacore.com>
12820
12821 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12822 * tui/tui-winsource.c (tui_refill_source_window): New function,
12823 from...
12824 (tui_horizontal_source_scroll): ... here. Move some logic.
12825 * cli/cli-style.c (set_style_enabled): Notify new observable.
12826 * tui/tui-hooks.c (tui_redisplay_source): New function.
12827 (tui_attach_detach_observers): Attach or detach
12828 tui_redisplay_source.
12829 * observable.h (source_styling_changed): New observable.
12830 * observable.c: Define source_styling_changed observable.
12831
128322019-03-13 Tom Tromey <tromey@adacore.com>
12833
12834 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12835 (i386_gnu_nat_target::store_registers): Update.
12836 * target-debug.h (target_debug_print_std_string): New macro.
12837 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12838 * windows-tdep.c (display_one_tib): Update.
12839 * tui/tui-stack.c (tui_make_status_line): Update.
12840 * top.c (print_inferior_quit_action): Update.
12841 * thread.c (thr_try_catch_cmd): Update.
12842 (add_thread_with_info): Update.
12843 (thread_target_id_str): Update.
12844 (thr_try_catch_cmd): Update.
12845 (thread_command): Update.
12846 (thread_find_command): Update.
12847 * record-btrace.c (record_btrace_target::info_record)
12848 (record_btrace_resume_thread, record_btrace_target::resume)
12849 (record_btrace_cancel_resume, record_btrace_step_thread)
12850 (record_btrace_target::wait, record_btrace_target::wait)
12851 (record_btrace_target::wait, record_btrace_target::stop): Update.
12852 * progspace.c (print_program_space): Update.
12853 * process-stratum-target.c
12854 (process_stratum_target::thread_address_space): Update.
12855 * linux-fork.c (linux_fork_mourn_inferior)
12856 (detach_checkpoint_command, info_checkpoints_command)
12857 (linux_fork_context): Update.
12858 (linux_fork_detach): Update.
12859 (class scoped_switch_fork_info): Update.
12860 (delete_checkpoint_command): Update.
12861 * infrun.c (follow_fork_inferior): Update.
12862 (follow_fork_inferior): Update.
12863 (proceed_after_vfork_done): Update.
12864 (handle_vfork_child_exec_or_exit): Update.
12865 (follow_exec): Update.
12866 (displaced_step_prepare_throw): Update.
12867 (displaced_step_restore): Update.
12868 (start_step_over): Update.
12869 (resume_1): Update.
12870 (clear_proceed_status_thread): Update.
12871 (proceed): Update.
12872 (print_target_wait_results): Update.
12873 (do_target_wait): Update.
12874 (context_switch): Update.
12875 (stop_all_threads): Update.
12876 (restart_threads): Update.
12877 (finish_step_over): Update.
12878 (handle_signal_stop): Update.
12879 (switch_back_to_stepped_thread): Update.
12880 (keep_going_pass_signal): Update.
12881 (print_exited_reason): Update.
12882 (normal_stop): Update.
12883 * inferior.c (inferior_pid_to_str): Change return type.
12884 (print_selected_inferior): Update.
12885 (add_inferior): Update.
12886 (detach_inferior): Update.
12887 * dummy-frame.c (fprint_dummy_frames): Update.
12888 * dcache.c (dcache_info_1): Update.
12889 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12890 (btrace_fetch, btrace_clear): Update.
12891 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12892 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12893 type.
12894 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12895 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12896 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12897 * gdbarch.c, gdbarch.h: Rebuild.
12898 * gdbarch.sh (core_pid_to_str): Change return type.
12899 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12900 return type.
12901 (windows_nat_target::pid_to_str): Change return type.
12902 (windows_delete_thread): Update.
12903 (windows_nat_target::attach): Update.
12904 (windows_nat_target::files_info): Update.
12905 * target-delegates.c: Rebuild.
12906 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12907 return type.
12908 (sol_thread_target::pid_to_str): Change return type.
12909 * remote.c (class remote_target) <pid_to_str>: Change return
12910 type.
12911 (remote_target::pid_to_str): Change return type.
12912 (extended_remote_target::attach, remote_target::remote_stop_ns)
12913 (remote_target::remote_notif_remove_queued_reply)
12914 (remote_target::push_stop_reply, remote_target::disable_btrace):
12915 Update.
12916 (extended_remote_target::attach): Update.
12917 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12918 type.
12919 (gdbsim_target::pid_to_str): Change return type.
12920 * ravenscar-thread.c (struct ravenscar_thread_target)
12921 <pid_to_str>: Change return type.
12922 (ravenscar_thread_target::pid_to_str): Change return type.
12923 * procfs.c (class procfs_target) <pid_to_str>: Change return
12924 type.
12925 (procfs_target::pid_to_str): Change return type.
12926 (procfs_target::attach): Update.
12927 (procfs_target::detach): Update.
12928 (procfs_target::fetch_registers): Update.
12929 (procfs_target::store_registers): Update.
12930 (procfs_target::wait): Update.
12931 (procfs_target::files_info): Update.
12932 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12933 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12934 return type.
12935 (nto_procfs_target::pid_to_str): Change return type.
12936 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12937 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12938 return type.
12939 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
12940 (exit_lwp): Update.
12941 (attach_proc_task_lwp_callback, get_detach_signal)
12942 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
12943 (linux_nat_target::resume, wait_lwp, stop_callback)
12944 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
12945 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
12946 (linux_nat_wait_1, resume_stopped_resumed_lwps)
12947 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
12948 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
12949 type.
12950 (inf_ptrace_target::attach): Update.
12951 (inf_ptrace_target::files_info): Update.
12952 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
12953 type.
12954 (go32_nat_target::pid_to_str): Change return type.
12955 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
12956 (gnu_nat_target::wait): Update.
12957 (gnu_nat_target::wait): Update.
12958 (gnu_nat_target::resume): Update.
12959 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
12960 (fbsd_nat_target::wait): Update.
12961 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
12962 type.
12963 (darwin_nat_target::attach): Update.
12964 * corelow.c (class core_target) <pid_to_str>: Change return type.
12965 (core_target::pid_to_str): Change return type.
12966 * target.c (normal_pid_to_str): Change return type.
12967 (default_pid_to_str): Likewise.
12968 (target_pid_to_str): Change return type.
12969 (target_translate_tls_address): Update.
12970 (target_announce_detach): Update.
12971 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
12972 return type.
12973 (bsd_uthread_target::pid_to_str): Change return type.
12974 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
12975 type.
12976 (bsd_kvm_target::pid_to_str): Change return type.
12977 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
12978 return type.
12979 (aix_thread_target::pid_to_str): Change return type.
12980 * target.h (struct target_ops) <pid_to_str>: Change return type.
12981 (target_pid_to_str, normal_pid_to_str): Likewise.
12982 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
12983 type.
12984 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
12985 type.
12986 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
12987 return type.
12988 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
12989 type.
12990 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
12991 type.
12992 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
12993 return type.
12994
129952019-03-13 Simon Marchi <simon.marchi@ericsson.com>
12996
12997 * NEWS: Mention that the new default MI version is 3. Mention
12998 changes to the output of commands and events that deal with
12999 multi-location breakpoints.
13000 * breakpoint.c: Include "mi/mi-out.h".
13001 (print_one_breakpoint): Change output syntax if using MI version
13002 >= 3.
13003 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
13004 New.
13005 (mi_multi_location_breakpoint_output_fixed): New.
13006 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
13007 (mi_cmd_fix_multi_location_breakpoint_output): New.
13008 (mi_multi_location_breakpoint_output_fixed): New.
13009 * mi/mi-cmds.c (mi_cmds): Register command
13010 -fix-multi-location-breakpoint-output.
13011 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
13012 interpreter "mi".
13013
130142019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13015
13016 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
13017 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
13018 instantiate mi_ui_out based on interpreter name.
13019 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
13020 * mi/mi-main.c (mi_load_progress): Likewise.
13021
130222019-03-12 John Baldwin <jhb@FreeBSD.org>
13023
13024 * NEWS: Combine separate "New targets" sections for 8.3.
13025
130262019-03-12 John Baldwin <jhb@FreeBSD.org>
13027
13028 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
13029 (ppcfbsd_init_abi): Install gdbarch
13030 "fetch_tls_load_module_address" and "get_thread_local_address"
13031 methods.
13032
130332019-03-12 John Baldwin <jhb@FreeBSD.org>
13034
13035 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
13036 (riscv_fbsd_init_abi): Install gdbarch
13037 "fetch_tls_load_module_address" and "get_thread_local_address"
13038 methods.
13039
130402019-03-12 John Baldwin <jhb@FreeBSD.org>
13041
13042 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
13043 (i386fbsd_init_abi): Install gdbarch
13044 "fetch_tls_load_module_address" and "get_thread_local_address"
13045 methods.
13046
130472019-03-12 John Baldwin <jhb@FreeBSD.org>
13048
13049 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
13050 (amd64fbsd_init_abi): Install gdbarch
13051 "fetch_tls_load_module_address" and "get_thread_local_address"
13052 methods.
13053
130542019-03-12 John Baldwin <jhb@FreeBSD.org>
13055
13056 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
13057 (struct fbsd_pspace_data): New type.
13058 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
13059 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
13060 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
13061 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13062 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13063
130642019-03-12 John Baldwin <jhb@FreeBSD.org>
13065
13066 * gdbtypes.c (lookup_struct_elt): New function.
13067 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13068 * gdbtypes.h (struct struct_elt): New type.
13069 (lookup_struct_elt): New prototype.
13070
130712019-03-12 John Baldwin <jhb@FreeBSD.org>
13072
13073 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13074 remove disabled code block.
13075
130762019-03-12 John Baldwin <jhb@FreeBSD.org>
13077
13078 * gdbarch.sh (get_thread_local_address): New method.
13079 * gdbarch.h, gdbarch.c: Regenerate.
13080 * target.c (target_translate_tls_address): Use
13081 gdbarch_get_thread_local_address if present instead of
13082 target::get_thread_local_address.
13083
130842019-03-12 John Baldwin <jhb@FreeBSD.org>
13085
13086 * target.h (target::get_thread_local_address): Update comment.
13087
130882019-03-12 John Baldwin <jhb@FreeBSD.org>
13089
13090 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13091 objfile->separate_debug_objfile_backlink if not NULL.
13092
130932019-03-12 John Baldwin <jhb@FreeBSD.org>
13094
13095 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13096 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13097 (amd64bsd_store_inferior_registers): Likewise.
13098 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13099 Enable segment base registers.
13100 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13101 PT_GETFSBASE and PT_GETGSBASE.
13102 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13103 PT_SETGSBASE.
13104 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13105 segment base registers.
13106 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13107
131082019-03-12 John Baldwin <jhb@FreeBSD.org>
13109
13110 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13111 Update calls to i386_target_description to add 'segments'
13112 parameter.
13113 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13114 add segment base registers.
13115 * arch/i386.c (i386_create_target_description): Add 'segments'
13116 parameter to enable segment base registers.
13117 * arch/i386.h (i386_create_target_description): Likewise.
13118 * features/i386/32bit-segments.xml: New file.
13119 * features/i386/32bit-segments.c: Generate.
13120 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13121 call to i386_target_description to add 'segments' parameter.
13122 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13123 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13124 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13125 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13126 if feature is present.
13127 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13128 Add 'segments' parameter to call to i386_target_description.
13129 (i386_target_description): Add 'segments' parameter to enable
13130 segment base registers.
13131 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13132 to call to i386_target_description.
13133 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13134 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13135 Define I386_NUM_REGS.
13136 (i386_target_description): Add 'segments' parameter to enable
13137 segment base registers.
13138
131392019-03-12 Eli Zaretskii <eliz@gnu.org>
13140
13141 PR/24325
13142 * source-cache.c: #undef open and close, to avoid unresolved
13143 externals during linking.
13144
131452019-03-12 Tom Tromey <tromey@adacore.com>
13146
13147 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13148 const. Add initializers.
13149 (_initialize_remote): Don't initialize ptid globals.
13150
131512019-03-12 Pedro Alves <palves@redhat.com>
13152
13153 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13154
131552019-03-12 Pedro Alves <palves@redhat.com>
13156
13157 * cp-name-parser.y (main): Remove unused 'len' variable.
13158
131592019-03-12 Tom Tromey <tromey@adacore.com>
13160
13161 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13162 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13163
131642019-03-12 Tom Tromey <tromey@adacore.com>
13165
13166 * linux-nat.c (iterate_over_lwps): Update.
13167 (stop_callback): Remove parameter.
13168 (stop_wait_callback, detach_callback, resume_set_callback)
13169 (select_singlestep_lwp_callback, set_ignore_sigint)
13170 (status_callback, resumed_callback, resume_clear_callback)
13171 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13172 data parameter.
13173 (linux_nat_target::detach, linux_nat_target::resume)
13174 (linux_stop_and_wait_all_lwps, select_event_lwp)
13175 (linux_nat_filter_event, linux_nat_wait_1)
13176 (linux_nat_target::kill, linux_nat_target::stop)
13177 (linux_nat_target::stop): Update.
13178 (linux_nat_resume_callback): Change type.
13179 (resume_stopped_resumed_lwps, count_events_callback)
13180 (select_event_lwp_callback): Likewise.
13181 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13182 * arm-linux-nat.c (struct update_registers_data): Remove.
13183 (update_registers_callback): Change type.
13184 (arm_linux_insert_hw_breakpoint1): Update.
13185 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13186 parameter.
13187 (x86_linux_dr_set_addr): Update.
13188 (x86_linux_dr_set_control): Update.
13189 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13190 (iterate_over_lwps): Use gdb::function_view.
13191 * nat/aarch64-linux-hw-point.c (struct
13192 aarch64_dr_update_callback_param): Remove.
13193 (debug_reg_change_callback): Change type.
13194 (aarch64_notify_debug_reg_change): Update.
13195 * s390-linux-nat.c (s390_refresh_per_info): Update.
13196
131972019-03-11 Tom Tromey <tromey@adacore.com>
13198
13199 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13200 redundant assignment to "this_cu".
13201
132022019-03-08 Simon Marchi <simon.marchi@efficios.com>
13203
13204 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13205
132062019-03-08 Simon Marchi <simon.marchi@efficios.com>
13207
13208 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13209 from...
13210 (rank_one_type): ... this.
13211
132122019-03-08 Simon Marchi <simon.marchi@efficios.com>
13213
13214 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13215 from...
13216 (rank_one_type): ... this.
13217
132182019-03-08 Simon Marchi <simon.marchi@efficios.com>
13219
13220 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13221 from...
13222 (rank_one_type): ... this.
13223
132242019-03-08 Simon Marchi <simon.marchi@efficios.com>
13225
13226 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13227 from...
13228 (rank_one_type): ... this.
13229
132302019-03-08 Simon Marchi <simon.marchi@efficios.com>
13231
13232 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13233 from...
13234 (rank_one_type): ... this.
13235
132362019-03-08 Simon Marchi <simon.marchi@efficios.com>
13237
13238 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13239 from...
13240 (rank_one_type): ... this.
13241
132422019-03-08 Simon Marchi <simon.marchi@efficios.com>
13243
13244 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13245 from...
13246 (rank_one_type): ... this.
13247
132482019-03-08 Simon Marchi <simon.marchi@efficios.com>
13249
13250 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13251 from...
13252 (rank_one_type): ... this.
13253
132542019-03-08 Simon Marchi <simon.marchi@efficios.com>
13255
13256 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13257 from...
13258 (rank_one_type): ... this.
13259
132602019-03-08 Simon Marchi <simon.marchi@efficios.com>
13261
13262 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13263 from...
13264 (rank_one_type): ... this.
13265
132662019-03-08 Simon Marchi <simon.marchi@efficios.com>
13267
13268 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13269 from...
13270 (rank_one_type): ... this.
13271
132722019-03-08 Simon Marchi <simon.marchi@efficios.com>
13273
13274 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13275 from...
13276 (rank_one_type): ... this.
13277
132782019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13279
13280 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13281 inferior-events' shows the example events.
13282
132832019-03-08 Eli Zaretskii <eliz@gnu.org>
13284
13285 Support styling on native MS-Windows console
13286
13287 PR/24315
13288 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13289 on MS-Windows if $TERM is not defined.
13290
13291 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13292
13293 * posix-hdep.c (gdb_console_fputs):
13294 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13295 functions.
13296 * ui-file.h (gdb_console_fputs): Add prototype.
13297
13298 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13299 back to fputs only if the former returns zero.
13300
133012019-03-07 Tom Tromey <tom@tromey.com>
13302
13303 * symmisc.c (print_symbol_bcache_statistics): Update.
13304 (print_objfile_statistics): Update.
13305 * symfile.c (allocate_symtab): Update.
13306 * stabsread.c: Don't include bcache.h.
13307 * psymtab.h (struct psymbol_bcache): Don't declare.
13308 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13309 (psymbol_bcache_init, psymbol_bcache_free)
13310 (psymbol_bcache_get_bcache): Don't declare.
13311 * psymtab.c (struct psymbol_bcache): Remove.
13312 (psymtab_storage::psymtab_storage): Update.
13313 (psymtab_storage::~psymtab_storage): Update.
13314 (psymbol_bcache_init, psymbol_bcache_free)
13315 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13316 (add_psymbol_to_bcache): Update.
13317 (allocate_psymtab): Update.
13318 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13319 macro_cache>: No longer pointers.
13320 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13321 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13322 * macrotab.c (macro_bcache): Update.
13323 * macroexp.c: Don't include bcache.h.
13324 * gdbtypes.c (check_types_worklist): Update.
13325 (types_deeply_equal): Remove TRY/CATCH. Update.
13326 * elfread.c (elf_symtab_read): Update.
13327 * dwarf2read.c: Don't include bcache.h.
13328 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13329 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13330 (print_bcache_statistics, bcache_memory_used): Don't declare.
13331 (struct bcache): Move from bcache.c. Add constructor, destructor,
13332 methods. Rename all data members.
13333 * bcache.c (struct bcache): Move to bcache.h.
13334 (bcache::expand_hash_table): Rename from expand_hash_table.
13335 (bcache): Remove.
13336 (bcache::insert): Rename from bcache_full.
13337 (bcache::compare): Rename from bcache_compare.
13338 (bcache_xmalloc): Remove.
13339 (bcache::~bcache): Rename from bcache_xfree.
13340 (bcache::print_statistics): Rename from print_bcache_statistics.
13341 (bcache::memory_used): Rename from bcache_memory_used.
13342
133432019-03-07 Pedro Alves <palves@redhat.com>
13344
13345 * infrun.c (normal_stop): Also check for
13346 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13347
133482019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13349
13350 * f-lang.c (value_from_host_double): Moved to...
13351 * value.c (value_from_host_double): ...here.
13352 * value.h (value_from_host_double): Declare.
13353 * guile/scm-math.c (vlscm_convert_typed_number): Use
13354 value_from_host_double.
13355 (vlscm_convert_number): Likewise.
13356 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13357 * python/py-value.c (convert_value_from_python): Likewise.
13358
133592019-03-06 Tom Tromey <tom@tromey.com>
13360
13361 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13362
133632019-03-06 Tom Tromey <tom@tromey.com>
13364
13365 * utils.h (free_current_contents): Don't declare.
13366 * utils.c (free_current_contents): Remove.
13367
133682019-03-06 Tom Tromey <tom@tromey.com>
13369
13370 * top.c (quit_force): Update.
13371 * main.c (captured_command_loop): Update.
13372 * common/new-op.c (operator new): Update.
13373 * common/common-exceptions.c (struct catcher)
13374 <save_cleanup_chain>: Remove member.
13375 (exceptions_state_mc_init): Update.
13376 (exception_try_scope_entry): Return nullptr.
13377 (exception_try_scope_exit, exception_rethrow)
13378 (throw_exception_sjlj, throw_exception_cxx): Update.
13379 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13380 (all_cleanups, do_cleanups, discard_cleanups)
13381 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13382 (restore_cleanups, restore_final_cleanups): Don't declare.
13383 (do_final_cleanups): Remove parameter.
13384 * common/cleanups.c (cleanup_chain, make_cleanup)
13385 (make_cleanup_dtor, all_cleanups, do_cleanups)
13386 (discard_my_cleanups, discard_cleanups)
13387 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13388 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13389 (null_cleanup): Remove.
13390 (do_final_cleanups): Remove parameter.
13391
133922019-03-06 Tom Tromey <tom@tromey.com>
13393
13394 * remote.c (remote_target::remote_parse_stop_reply): Use
13395 unique_xmalloc_ptr.
13396
133972019-03-06 Tom Tromey <tom@tromey.com>
13398
13399 * stabsread.c (struct stabs_field_info): Rename from field_info.
13400 <list, fnlist>: Add initializers.
13401 <obstack>: New member.
13402 (read_member_functions, read_struct_fields, read_baseclasses):
13403 Allocate on obstack. Don't use cleanups.
13404 (read_one_struct_field, read_member_functions, read_struct_fields)
13405 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13406 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13407 (read_struct_type): Update.
13408
134092019-03-06 Tom Tromey <tom@tromey.com>
13410
13411 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13412 * common/filestuff.h (make_cleanup_close): Don't declare.
13413 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13414 Remove.
13415
134162019-03-06 Tom Tromey <tom@tromey.com>
13417
13418 * solib-aix.c: Use make_scope_exit.
13419
134202019-03-06 Tom Tromey <tom@tromey.com>
13421
13422 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13423 Use make_scope_exit.
13424
134252019-03-06 Tom Tromey <tom@tromey.com>
13426
13427 * solib-svr4.c (disable_probes_interface): Remove parameter.
13428 (svr4_handle_solib_event): Use make_scope_exit.
13429
134302019-03-06 Tom Tromey <tom@tromey.com>
13431
13432 * remote.c (struct stop_reply_deleter): Remove.
13433 (stop_reply_up): Update.
13434 (struct stop_reply): Derive from notif_event. Don't typedef.
13435 <regcache>: Now a std::vector.
13436 (stop_reply_xfree): Remove.
13437 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13438 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13439 (remote_target::discard_pending_stop_replies): Use delete.
13440 (remote_target::remote_parse_stop_reply): Update.
13441 (remote_target::process_stop_reply): Update.
13442 * remote-notif.h (struct notif_event): Add virtual destructor.
13443 Remove "dtr" member.
13444 (struct notif_client) <alloc_event>: Return a unique_ptr.
13445 (notif_event_xfree): Don't declare.
13446 (notif_event_up): New typedef.
13447 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13448 (notif_event_xfree, do_notif_event_xfree): Remove.
13449 (remote_notif_state_xfree): Update.
13450
134512019-03-06 Tom Tromey <tom@tromey.com>
13452
13453 * infrun.c (displaced_step_clear_cleanup): Now a
13454 forward_scope_exit type.
13455 (displaced_step_prepare_throw): Update.
13456 (displaced_step_fixup): Update.
13457
134582019-03-06 Tom Tromey <tom@tromey.com>
13459
13460 * inferior.h (class inferior): Update comment.
13461 * gdbthread.h (class thread_info): Update comment.
13462
134632019-03-06 Joel Brobecker <brobecker@adacore.com>
13464 Tom Tromey <tom@tromey.com>
13465
13466 * stabsread.h (struct stab_section_list): Remove.
13467 (coffstab_build_psymtabs): Update.
13468 * dbxread.c (symbuf_sections): Now a std::vector.
13469 (sect_idx): New global.
13470 (fill_symbuf): Update.
13471 (coffstab_build_psymtabs): Change type of stabsects parameter.
13472 Update.
13473 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13474 std::vector.
13475 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13476 (coff_locate_sections): Update.
13477 (coff_symfile_read): Remove cleanups. Update.
13478 (init_stringtab): Add storage parameter.
13479 (free_stringtab, free_stringtab_cleanup): Remove.
13480 (init_lineno): Add storage parameter.
13481 (free_linetab, free_linetab_cleanup): Remove.
13482
134832019-03-06 Pedro Alves <palves@redhat.com>
13484
13485 * linux-fork.c (fork_info::clobber_regs): Delete.
13486 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13487 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13488 comment. Adjust.
13489 (scoped_switch_fork_info::scoped_switch_fork_info)
13490 (checkpoint_command, linux_fork_context): Adjust
13491 fork_save_infrun_state calls.
13492
134932019-03-06 Pedro Alves <palves@redhat.com>
13494
13495 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13496 (inf_has_multiple_threads): Return 'bool' and rewrite using
13497 inferior_info::threads().
13498
134992019-03-06 Pedro Alves <palves@redhat.com>
13500
13501 * linux-fork.c: Include <list>.
13502 (fork_list): Now a std::list instance.
13503 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13504 (forks_exist_p, find_last_fork): Adjust.
13505 (new_fork): Delete.
13506 (one_fork_p): New.
13507 (add_fork): Adjust.
13508 (free_fork): Delete, folded into fork_info::~fork_info().
13509 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13510 Adjust.
13511 (init_fork_list): Delete.
13512 (linux_fork_killall, linux_fork_mourn_inferior)
13513 (linux_fork_detach, info_checkpoints_command): Adjust.
13514 (_initialize_linux_fork): No longer call init_fork_list.
13515
135162019-03-06 Pedro Alves <palves@redhat.com>
13517
13518 * linux-fork.c (new_fork): New, split out of ...
13519 (add_fork): ... this. Return void. Move "first fork" special
13520 case from here, to ...
13521 (checkpoint_command): ... here.
13522 * linux-linux.h (add_fork): Return void.
13523
135242019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13525
13526 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13527
135282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13529 Chris January <chris.january@arm.com>
13530 David Lecomber <david.lecomber@arm.com>
13531
13532 * f-exp.y: New token, UNOP_INTRINSIC.
13533 (exp): New pattern using UNOP_INTRINSIC token.
13534 (f77_keywords): Add 'abs' keyword.
13535 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13536 (value_from_host_double): New function.
13537 (evaluate_subexp_f): Support UNOP_ABS.
13538
135392019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13540
13541 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13542 types.
13543
135442019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13545
13546 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13547 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13548 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13549
135502019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13551
13552 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13553
135542019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13555 Chris January <chris.january@arm.com>
13556
13557 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13558 * f-exp.y: Define 'KIND' token.
13559 (exp): New pattern for KIND expressions.
13560 (ptype): Handle types with a kind extension.
13561 (direct_abs_decl): Extend to spot kind extensions.
13562 (f77_keywords): Add 'kind' to the list.
13563 (push_kind_type): New function.
13564 (convert_to_kind_type): New function.
13565 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13566 * parse.c (operator_length_standard): Likewise.
13567 * parser-defs.h (enum type_pieces): Add tp_kind.
13568 * std-operator.def: Add UNOP_KIND.
13569
135702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13571
13572 * f-exp.y (f_parse): Set yydebug.
13573
135742019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13575
13576 * f-lang.c (evaluate_subexp_f): New function.
13577 (exp_descriptor_f): New global.
13578 (f_language_defn): Use exp_descriptor_f instead of
13579 exp_descriptor_standard.
13580
135812019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13582
13583 * f-exp.y (struct token): Add comments.
13584 (dot_ops): Remove uppercase versions and the end marker.
13585 (f77_keywords): Likewise.
13586 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13587 entries in the dot_ops array are case insensitive, and use
13588 strncasecmp to compare strings. Also some whitespace cleanup in
13589 this area. Similar for the f77_keywords array, except entries in
13590 this list might be case sensitive.
13591
135922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13593
13594 * f-exp.y (struct f77_boolean_val): Add comments.
13595 (boolean_values): Remove uppercase versions, and end marker.
13596 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13597 and use strncasecmp to achieve case insensitivity. Additionally,
13598 perform whitespace cleanup around this code.
13599
136002019-03-06 Tom Tromey <tromey@adacore.com>
13601
13602 * remote-sim.c (gdbsim_target_open): Use result of
13603 gdb_argv::release.
13604
136052019-03-06 Richard Bunt <richard.bunt@arm.com>
13606 Dirk Schubert <dirk.schubert@arm.com>
13607 Chris January <chris.january@arm.com>
13608
13609 * eval.c (evaluate_subexp_standard): Call Fortran argument
13610 wrapping logic.
13611 * f-lang.c (struct value): A value which can be passed into a
13612 Fortran function call.
13613 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13614 where appropriate.
13615 (struct type): Value ready for a Fortran function call.
13616 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13617 is needed.
13618 * f-lang.h (fortran_argument_convert): Declaration.
13619 (fortran_preserve_arg_pointer): Declaration.
13620 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13621
136222019-03-05 Tom Tromey <tromey@adacore.com>
13623
13624 * python/py-prettyprint.c (print_string_repr): Remove #if.
13625 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13626
136272019-03-05 Tom Tromey <tromey@adacore.com>
13628
13629 * target.c (the_dummy_target): Move later. Change type to
13630 "dummy_target".
13631 (initialize_targets): Don't initialize the_dummy_target.
13632
136332019-03-05 Tom Tromey <tromey@adacore.com>
13634
13635 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13636 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13637
136382019-03-05 Tom Tromey <tromey@adacore.com>
13639
13640 * windows-nat.c (windows_nat_target::attach)
13641 (windows_nat_target::detach): Don't call gdb_flush.
13642 * valprint.c (generic_val_print, val_print, val_print_string):
13643 Don't call gdb_flush.
13644 * utils.c (defaulted_query): Don't call gdb_flush.
13645 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13646 * target.c (target_announce_detach): Don't call gdb_flush.
13647 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13648 * remote.c (extended_remote_target::attach): Don't call
13649 gdb_flush.
13650 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13651 * printcmd.c (do_examine): Don't call gdb_flush.
13652 (info_display_command): Don't call gdb_flush.
13653 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13654 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13655 * memattr.c (info_mem_command): Don't call gdb_flush.
13656 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13657 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13658 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13659 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13660 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13661 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13662 (gnu_nat_target::detach): Don't call gdb_flush.
13663 * f-valprint.c (f_val_print): Don't call gdb_flush.
13664 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13665 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13666 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13667 gdb_flush.
13668 * c-valprint.c (c_val_print): Don't call gdb_flush.
13669 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13670
136712019-03-05 Tom Tromey <tromey@adacore.com>
13672
13673 * varobj.c (update_dynamic_varobj_children): Update.
13674 (install_default_visualizer): Use reset, not release.
13675 * value.c (set_internalvar): Update.
13676 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13677 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13678 ATTRIBUTE_UNUSED_RESULT.
13679
136802019-03-05 Tom Tromey <tromey@adacore.com>
13681
13682 * remote.c (class scoped_remote_fd) <release>: Add
13683 ATTRIBUTE_UNUSED_RESULT.
13684
136852019-03-05 Tom Tromey <tromey@adacore.com>
13686
13687 * macroexp.c (struct macro_buffer) <release>: Add
13688 ATTRIBUTE_UNUSED_RESULT.
13689
136902019-03-05 Tom Tromey <tromey@adacore.com>
13691
13692 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13693 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13694 ATTRIBUTE_UNUSED_RESULT.
13695
136962019-03-05 Tom Tromey <tromey@adacore.com>
13697
13698 * common/scoped_fd.h (class scoped_fd) <release>: Add
13699 ATTRIBUTE_UNUSED_RESULT.
13700
137012019-03-05 Tom Tromey <tromey@adacore.com>
13702
13703 * parser-defs.h (struct parser_state) <release>: Add
13704 ATTRIBUTE_UNUSED_RESULT.
13705
137062019-03-05 Tom Tromey <tromey@adacore.com>
13707
13708 * utils.h (class gdb_argv) <release>: Add
13709 ATTRIBUTE_UNUSED_RESULT.
13710 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13711
137122019-03-02 Eli Zaretskii <eliz@gnu.org>
13713
13714 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13715 for-loop range, to avoid compiler warnings.
13716
13717 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13718 avoid compiler warnings about unused variables.
13719
13720 * NEWS: Mention end of support for native debugging on MS-Windows
13721 before XP.
13722
13723 PR gdb/24292
13724 * common/netstuff.c:
13725 * gdbserver/gdbreplay.c
13726 * gdbserver/remote-utils.c:
13727 * ser-tcp.c:
13728 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13729 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13730 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13731 'getaddrinfo' and 'freeaddrinfo' were not available before
13732 Windows XP, and mingw.org's MinGW headers by default define
13733 _WIN32_WINNT to 0x500.
13734
137352019-03-01 Gary Benson <gbenson@redhat.com>
13736
13737 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13738
137392019-02-28 Brian Vandenberg <phantall@gmail.com>
13740 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13741
13742 PR gdb/8527
13743 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13744 set_sigint_trap, clear_sigint_trap.
13745
137462019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13747
13748 * target.c (target_detach): Clear the regcache and the
13749 frame cache.
13750
137512019-02-27 Pedro Alves <palves@redhat.com>
13752
13753 * utils.c (set_screen_size): When we cap the height/width sizes,
13754 tweak the corresponding command variable to show "unlimited":
13755
137562019-02-27 Saagar Jha <saagar@saagarjha.com>
13757 Pedro Alves <palves@redhat.com>
13758
13759 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13760 before calling rl_set_screen_size.
13761
137622019-02-27 Tom Tromey <tromey@adacore.com>
13763
13764 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13765 define.
13766 * python/py-value.c: Remove Python 2.4 workaround.
13767 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13768 workaround.
13769 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13770 Python 2.4 workaround.
13771 * python/python-internal.h: Remove Python 2.4 comment.
13772 (Py_ssize_t): Don't define.
13773 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13774 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13775 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13776 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13777 * python/python.c (do_start_initialization): Remove Python 2.4
13778 workaround.
13779 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13780 (print_children): Remove Python 2.4 workaround.
13781 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13782 workaround.
13783 (CHARBUFFERPROC_NAME): Remove.
13784 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13785 Python 2.4 workaround.
13786
137872019-02-27 Kevin Buettner <kevinb@redhat.com>
13788
13789 * NEWS: Note minimum Python version.
13790
137912019-02-27 Kevin Buettner <kevinb@redhat.com>
13792
13793 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13794 code from these functions. Remove corresponding ifdefs. Use
13795 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13796 Remove gotos and target of gotos.
13797 (infpy_search_memory): Likewise.
13798
137992019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13800
13801 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13802 (hppa_gdbarch_init): Don't register deleted functions with
13803 gdbarch.
13804
138052019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13806
13807 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13808 (h8300_unwind_sp): Delete.
13809 (h8300_dummy_id): Delete.
13810 (h8300_gdbarch_init): Don't register deleted functions with
13811 gdbarch.
13812
138132019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13814
13815 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13816 (ft32_unwind_pc): Delete.
13817 (ft32_unwind_sp): Delete.
13818 (ft32_gdbarch_init): Don't register deleted functions with
13819 gdbarch.
13820
138212019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13822
13823 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13824 (frv_unwind_pc): Delete.
13825 (frv_unwind_sp): Delete.
13826 (frv_gdbarch_init): Don't register deleted functions with
13827 gdbarch.
13828
138292019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13830
13831 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13832 (riscv_unwind_pc): Delete.
13833 (riscv_unwind_sp): Delete.
13834 (riscv_gdbarch_init): Don't register deleted functions with
13835 gdbarch.
13836
138372019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13838
13839 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13840 (csky_unwind_pc): Delete.
13841 (csky_unwind_sp): Delete.
13842 (csky_gdbarch_init): Don't register deleted functions with
13843 gdbarch.
13844
138452019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13846
13847 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13848 (cris_unwind_pc): Delete.
13849 (cris_unwind_sp): Delete.
13850 (cris_gdbarch_init): Don't register deleted functions with
13851 gdbarch.
13852
138532019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13854
13855 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13856 (bfin_unwind_pc): Delete.
13857 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13858
138592019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13860
13861 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13862 (arm_unwind_pc): Delete.
13863 (arm_unwind_sp): Delete.
13864 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13865
138662019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13867
13868 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13869 (arc_unwind_pc): Delete.
13870 (arc_unwind_sp): Delete.
13871 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13872
138732019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13874
13875 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13876 (alpha_unwind_pc): Delete.
13877 (alpha_gdbarch_init): Don't register deleted functions with
13878 gdbarch.
13879
138802019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13881
13882 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13883 (aarch64_unwind_pc): Delete.
13884 (aarch64_unwind_sp): Delete.
13885 (aarch64_gdbarch_init): Don't register deleted functions with
13886 gdbarch.
13887
138882019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13889
13890 * gdbtypes.c (type_align): Don't consider static members when
13891 computing structure alignment.
13892
138932019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13894
13895 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13896 return 0 for other types.
13897 * arch-utils.c (default_type_align): Always return 0.
13898 * gdbarch.h: Regenerate.
13899 * gdbarch.sh (type_align): Extend comment.
13900 * gdbtypes.c (type_align): Add additional comments, always call
13901 gdbarch_type_align before applying the default rules.
13902 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13903 generic code will then apply a suitable default.
13904 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13905 types, return 0 for other types.
13906
139072019-02-27 Joel Brobecker <brobecker@adacore.com>
13908
13909 * NEWS: Create a new section for the next release branch.
13910 Rename the section of the current branch, now that it has
13911 been cut.
13912
139132019-02-27 Joel Brobecker <brobecker@adacore.com>
13914
13915 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13916 * version.in: Bump version to 8.3.50.DATE-git.
13917
139182019-02-26 Simon Marchi <simon.marchi@efficios.com>
13919
13920 * aix-thread.c (ptid_cmp): Remove unused variable.
13921 (get_signaled_thread): Likewise.
13922 (store_regs_user_thread): Likewise.
13923 (store_regs_kernel_thread): Likewise.
13924 (fetch_regs_kernel_thread): Remove shadowed variable.
13925
139262019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13927
13928 * features/riscv/32bit-cpu.xml: Add register numbers.
13929 * features/riscv/32bit-fpu.c: Regenerate.
13930 * features/riscv/32bit-fpu.xml: Add register numbers.
13931 * features/riscv/64bit-cpu.xml: Add register numbers.
13932 * features/riscv/64bit-fpu.c: Regenerate.
13933 * features/riscv/64bit-fpu.xml: Add register numbers.
13934
139352019-02-26 Kevin Buettner <kevinb@redhat.com>
13936
13937 * NEWS: Mention two argument form of gdb.Value constructor.
13938 * python/py-value.c (convert_buffer_and_type_to_value): New
13939 function.
13940 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
13941 Add support for handling an optional second argument. Call
13942 convert_buffer_and_type_to_value as appropriate.
13943 * python/python-internal.h (Py_buffer_deleter): New struct.
13944 (Py_buffer_up): New typedef.
13945
139462019-02-25 John Baldwin <jhb@FreeBSD.org>
13947
13948 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
13949 instead of releasing ownership.
13950
139512019-02-25 Jordan Rupprecht <rupprecht@google.com>
13952
13953 * dwarf2read.c (open_and_init_dwp_file): Call
13954 elf_numsections instead of bfd_count_sections to initialize
13955 dwp_file->num_sections.
13956
139572019-02-25 Tom Tromey <tromey@adacore.com>
13958
13959 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
13960
139612019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
13962
13963 * gcore.in: Add '--readnever' option when invoking GDB.
13964
139652019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13966
13967 * MAINTAINERS: Update my email address.
13968
139692019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13970
13971 * build-id.c (build_id_to_debug_bfd_1): New function.
13972 (build_id_to_debug_bfd): Look for separate debug file in
13973 sysroot.
13974
139752019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
13976
13977 * gdbarch.sh: Update the copyright year range that is placed into
13978 generated files.
13979
139802019-02-22 Keith Seitz <keiths@redhat.com>
13981
13982 PR symtab/23853
13983 * linespec.c (create_sals_line_offset): Search for the default
13984 symtab's filename instead of its fullname.
13985
139862019-02-21 Alan Hayward <alan.hayward@arm.com>
13987
13988 * NEWS: Update style defaults.
13989
139902019-02-21 Alan Hayward <alan.hayward@arm.com>
13991
13992 * main.c (captured_main_1): Disable styling in batch mode.
13993
139942019-02-20 Tom Tromey <tom@tromey.com>
13995
13996 * symtab.c (symtab_symbol_info): Fix typos.
13997
139982019-02-20 Tom Tromey <tromey@adacore.com>
13999
14000 * findcmd.c (_initialize_mem_search): Use upper case for
14001 metasyntactic variables.
14002
140032019-02-20 Alan Hayward <alan.hayward@arm.com>
14004
14005 * aarch64-tdep.c (aarch64_add_reggroups): New function.
14006 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
14007
140082019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
14009
14010 * top.h (source_file_name): Change to std::string.
14011 * top.c (source_file_name): Likewise.
14012 (command_line_input): Adjust.
14013 * cli/cli-script.c (script_from_file): Adjust.
14014
140152019-02-19 Tom Tromey <tromey@adacore.com>
14016
14017 * ravenscar-thread.c
14018 (ravenscar_thread_target::update_thread_list): Don't call
14019 ada_build_task_list.
14020 * ada-lang.h (ada_build_task_list): Don't declare.
14021 * ada-tasks.c (struct ada_tasks_inferior_data)
14022 <task_list_valid_p>: Now bool.
14023 (read_known_tasks, ada_task_list_changed)
14024 (ada_tasks_invalidate_inferior_data): Update.
14025 (read_known_tasks_array): Return bool.
14026 (read_known_tasks_list): Likewise.
14027 (read_known_tasks): Return void.
14028 (ada_build_task_list): Now static.
14029
140302019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
14031
14032 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
14033 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
14034
140352019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14036
14037 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
14038 variant for ada_tasks_pspace_data_handle and
14039 ada_tasks_inferior_data_handle.
14040 (ada_tasks_pspace_data_cleanup): New function.
14041 (ada_tasks_inferior_data_cleanup): New function.
14042
140432019-02-17 Tom Tromey <tom@tromey.com>
14044
14045 * macrotab.h (macro_source_fullname): Return a std::string.
14046 * macrotab.c (macro_include, check_for_redefinition)
14047 (macro_undef, macro_lookup_definition, foreach_macro)
14048 (foreach_macro_in_scope): Update.
14049 (macro_source_fullname): Return a std::string.
14050 * macrocmd.c (show_pp_source_pos): Update.
14051
140522019-02-17 Tom Tromey <tom@tromey.com>
14053
14054 * macrocmd.c (show_pp_source_pos): Style the file names.
14055
140562019-02-17 Tom Tromey <tom@tromey.com>
14057
14058 PR tui/24197:
14059 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
14060
140612019-02-17 Tom Tromey <tom@tromey.com>
14062
14063 * ada-lang.c (user_select_syms): Use filtered printing.
14064 * utils.c (wrap_style): New global.
14065 (desired_style): Remove.
14066 (emit_style_escape): Add stream parameter.
14067 (set_output_style, reset_terminal_style, prompt_for_continue):
14068 Update.
14069 (flush_wrap_buffer): Only flush gdb_stdout.
14070 (wrap_here): Set wrap_style.
14071 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14072 treat escape sequences as a character. Change when wrap buffer is
14073 flushed.
14074 (fputs_styled): Do not set the output style when the default is
14075 requested.
14076 * ui-style.h (struct ui_file_style) <is_default>: New method.
14077 * source.c (print_source_lines_base): Emit escape sequences in one
14078 piece.
14079
140802019-02-17 Joel Brobecker <brobecker@adacore.com>
14081
14082 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14083 integers and enumeration types.
14084
140852019-02-17 Joel Brobecker <brobecker@adacore.com>
14086
14087 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14088 instead of lookup_symbol_in_language
14089 (do_exact_match): New function.
14090 (ada_get_symbol_name_matcher): Return do_exact_match when
14091 doing a verbatim match.
14092
140932019-02-15 Tom Tromey <tromey@adacore.com>
14094
14095 * ravenscar-thread.c (ravenscar_thread_target::resume)
14096 (ravenscar_thread_target::wait): Special case wildcard requests.
14097
140982019-02-15 Tom Tromey <tromey@adacore.com>
14099
14100 * ravenscar-thread.c (base_ptid): Remove.
14101 (struct ravenscar_thread_target) <close>: New method.
14102 <m_base_ptid>: New member.
14103 <update_inferior_ptid, active_task, task_is_currently_active,
14104 runtime_initialized>: Declare methods.
14105 <ravenscar_thread_target>: Add constructor.
14106 (ravenscar_thread_target::task_is_currently_active)
14107 (ravenscar_thread_target::update_inferior_ptid)
14108 (ravenscar_runtime_initialized): Rename. Now methods.
14109 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14110 (ravenscar_thread_target::update_thread_list): Update.
14111 (ravenscar_thread_target::active_task): Now method.
14112 (ravenscar_thread_target::store_registers)
14113 (ravenscar_thread_target::prepare_to_store)
14114 (ravenscar_thread_target::prepare_to_store)
14115 (ravenscar_thread_target::mourn_inferior): Update.
14116 (ravenscar_inferior_created): Use "new" to create target.
14117 (ravenscar_thread_target::get_ada_task_ptid): Update.
14118 (_initialize_ravenscar): Don't initialize base_ptid.
14119 (ravenscar_ops): Remove global.
14120
141212019-02-15 Tom Tromey <tromey@adacore.com>
14122
14123 * target.h (push_target): Declare new overload.
14124 * target.c (push_target): New overload, taking an rvalue reference.
14125 * remote.c (remote_target::open_1): Use push_target overload.
14126 * corelow.c (core_target_open): Use push_target overload.
14127
141282019-02-15 Tom Tromey <tromey@adacore.com>
14129
14130 * ravenscar-thread.c (is_ravenscar_task)
14131 (ravenscar_task_is_currently_active): Return bool.
14132 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14133 (_initialize_ravenscar): Remove "(void)".
14134 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14135 Return bool.
14136
141372019-02-15 Tom Tromey <tromey@adacore.com>
14138
14139 * ravenscar-thread.c (ravenscar_runtime_initializer)
14140 (has_ravenscar_runtime, get_running_thread_id)
14141 (ravenscar_thread_target::resume): Fix indentation.
14142
141432019-02-15 Tom Tromey <tromey@adacore.com>
14144
14145 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14146 from ravenscar_arch_ops.
14147 (sparc_ravenscar_ops::fetch_registers)
14148 (sparc_ravenscar_ops::store_registers): Now methods.
14149 (sparc_ravenscar_prepare_to_store): Remove.
14150 (sparc_ravenscar_ops): Redefine.
14151 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14152 methods and destructor. Remove members.
14153 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14154 (ravenscar_thread_target::store_registers)
14155 (ravenscar_thread_target::prepare_to_store): Update.
14156 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14157 Remove.
14158 (struct ppc_ravenscar_powerpc_ops): Derive from
14159 ravenscar_arch_ops.
14160 (ppc_ravenscar_powerpc_ops::fetch_registers)
14161 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14162 (ppc_ravenscar_powerpc_ops): Redefine.
14163 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14164 (ppc_ravenscar_e500_ops::fetch_registers)
14165 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14166 (ppc_ravenscar_e500_ops): Redefine.
14167 * aarch64-ravenscar-thread.c
14168 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14169 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14170 (aarch64_ravenscar_fetch_registers)
14171 (aarch64_ravenscar_store_registers): Now methods.
14172 (aarch64_ravenscar_ops): Redefine.
14173
141742019-02-15 Tom Tromey <tromey@adacore.com>
14175
14176 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14177 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14178 (ravenscar_thread_target::stopped_by_watchpoint)
14179 (ravenscar_thread_target::stopped_data_address)
14180 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14181
141822019-02-15 Tom Tromey <tromey@adacore.com>
14183
14184 * ravenscar-thread.c: Fix some typos.
14185
141862019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14187 Tom Tromey <tromey@adacore.com>
14188
14189 * ada-lang.c (ada_exception_sal): Change addr_string to a
14190 std::string.
14191 (create_ada_exception_catchpoint): Update.
14192
141932019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14194 Tom Tromey <tromey@adacore.com>
14195
14196 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14197 (bp_location_ops): Remove.
14198 (base_breakpoint_allocate_location): Update.
14199 (free_bp_location): Update.
14200 * ada-lang.c (class ada_catchpoint_location)
14201 <ada_catchpoint_location>: Remove ops parameter.
14202 (ada_catchpoint_location_dtor): Remove.
14203 (ada_catchpoint_location_ops): Remove.
14204 (allocate_location_exception): Update.
14205 * breakpoint.h (struct bp_location_ops): Remove.
14206 (class bp_location) <bp_location>: Remove bp_location_ops
14207 parameter.
14208 <~bp_location>: Add destructor.
14209 <ops>: Remove.
14210
142112019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14212 Pedro Alves <palves@redhat.com>
14213
14214 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14215 'PATH_MAX'.
14216
142172019-02-14 David Michael <fedora.dm0@gmail.com>
14218 Samuel Thibault <samuel.thibault@gnu.org>
14219 Thomas Schwinge <thomas@codesourcery.com>
14220
14221 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14222 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14223
142242019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14225
14226 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14227 (check_empty): Use "const char *".
14228
14229 * gnu-nat.c (gnu_nat_target::detach): Instead of
14230 'detach_inferior (pid)' call
14231 'detach_inferior (find_inferior_pid (pid))'.
14232
14233 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14234 'nat/fork-inferior.o'.
14235 * gnu-nat.c: #include "nat/fork-inferior.h".
14236
14237 * gnu-nat.c (gnu_nat_target::detach): Instead of
14238 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14239 * gnu-nat.h: #include "inf-child.h".
14240 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14241 'i386_gnu_nat_target::fetch_registers'.
14242 (gnu_store_registers): Rename/move to
14243 'i386_gnu_nat_target::store_registers'.
14244
14245 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14246 * gnu-nat.h (mach_thread_info): New function.
14247 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14248
14249 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14250
142512019-02-14 Frederic Konrad <konrad@adacore.com>
14252
14253 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14254
142552019-02-14 Joel Brobecker <brobecker@adacore.com>
14256
14257 * windows-nat.c (windows_add_thread): Add new parameter
14258 "main_thread_p" with default value set to false. Update
14259 function documentation as well as all callers.
14260 (windows_delete_thread): Likewise.
14261 (fake_create_process): Update call to windows_add_thread.
14262 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14263 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14264 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14265 call to windows_delete_thread.
14266
142672019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14268
14269 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14270
142712019-02-12 John Baldwin <jhb@FreeBSD.org>
14272
14273 * symfile.c (find_separate_debug_file): Use canonical path of
14274 sysroot with child_path instead of gdb_sysroot if it is valid.
14275
142762019-02-12 John Baldwin <jhb@FreeBSD.org>
14277
14278 * symfile.c (find_separate_debug_file): Use child_path to
14279 determine if an object file is under a sysroot.
14280
142812019-02-12 John Baldwin <jhb@FreeBSD.org>
14282
14283 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14284 unittests/child-path-selftests.c.
14285 * common/pathstuff.c (child_path): New function.
14286 * common/pathstuff.h (child_path): New prototype.
14287 * unittests/child-path-selftests.c: New file.
14288
142892019-02-12 John Baldwin <jhb@FreeBSD.org>
14290
14291 * symfile.c (find_separate_debug_file): Look for separate debug
14292 files in debug directories under the sysroot.
14293
142942019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14295
14296 * symtab.h (struct minimal_symbol data_p): New const method.
14297 (struct minimal_symbol text_p): Likewise.
14298 * symtab.c (output_source_filename): Use file name style
14299 to print file name.
14300 (print_symbol_info): Likewise.
14301 (print_msymbol_info): Use address style to print addresses.
14302 Use function name style to print executable text symbols.
14303 (expand_symtab_containing_pc): Use data_p.
14304 (find_pc_sect_compunit_symtab): Likewise.
14305
143062019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14307
14308 * breakpoint.c (describe_other_breakpoints): Use address style
14309 to print addresses.
14310 (say_where): Likewise.
14311
143122019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14313
14314 * ada-typeprint.c (print_func_type): Print function name
14315 style to print function name.
14316 * c-typeprint.c (c_print_type_1): Likewise.
14317
143182019-02-11 Alan Hayward <alan.hayward@arm.com>
14319
14320 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14321 for execve.
14322
143232019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14324
14325 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14326 type_stack.
14327
143282019-02-10 Joel Brobecker <brobecker@adacore.com>
14329
14330 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14331 TYPE_CODE_REF types.
14332
143332019-02-08 Jim Wilson <jimw@sifive.com>
14334
14335 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14336 (riscv_linux_fregset): New.
14337 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14338
143392019-02-07 Tom Tromey <tom@tromey.com>
14340
14341 * thread.c (thread_cancel_execution_command): Update.
14342 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14343 methods.
14344 (struct thread_fsm_ops): Remove.
14345 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14346 (thread_fsm_should_stop, thread_fsm_return_value)
14347 (thread_fsm_set_finished, thread_fsm_finished_p)
14348 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14349 Don't declare.
14350 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14351 * infrun.c (clear_proceed_status_thread)
14352 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14353 (print_stop_event): Update.
14354 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14355 Add constructor.
14356 (step_command_fsm_ops): Remove.
14357 (new_step_command_fsm): Remove.
14358 (step_1): Update.
14359 (step_command_fsm::should_stop): Rename from
14360 step_command_fsm_should_stop.
14361 (step_command_fsm::clean_up): Rename from
14362 step_command_fsm_clean_up.
14363 (step_command_fsm::do_async_reply_reason): Rename from
14364 step_command_fsm_async_reply_reason.
14365 (struct until_next_fsm): Inherit from thread_fsm. Add
14366 constructor.
14367 (until_next_fsm_ops): Remove.
14368 (new_until_next_fsm): Remove.
14369 (until_next_fsm::should_stop): Rename from
14370 until_next_fsm_should_stop.
14371 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14372 (until_next_fsm::do_async_reply_reason): Rename from
14373 until_next_fsm_async_reply_reason.
14374 (struct finish_command_fsm): Inherit from thread_fsm. Add
14375 constructor. Change type of breakpoint.
14376 (finish_command_fsm_ops): Remove.
14377 (new_finish_command_fsm): Remove.
14378 (finish_command_fsm::should_stop): Rename from
14379 finish_command_fsm_should_stop.
14380 (finish_command_fsm::clean_up): Rename from
14381 finish_command_fsm_clean_up.
14382 (finish_command_fsm::return_value): Rename from
14383 finish_command_fsm_return_value.
14384 (finish_command_fsm::do_async_reply_reason): Rename from
14385 finish_command_fsm_async_reply_reason.
14386 (finish_command): Update.
14387 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14388 Add constructor.
14389 (call_thread_fsm_ops): Remove.
14390 (call_thread_fsm::call_thread_fsm): Rename from
14391 new_call_thread_fsm.
14392 (call_thread_fsm::should_stop): Rename from
14393 call_thread_fsm_should_stop.
14394 (call_thread_fsm::should_notify_stop): Rename from
14395 call_thread_fsm_should_notify_stop.
14396 (run_inferior_call, call_function_by_hand_dummy): Update.
14397 * cli/cli-interp.c (should_print_stop_to_console): Update.
14398 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14399 Add constructor. Change type of location_breakpoint,
14400 caller_breakpoint.
14401 (until_break_fsm_ops): Remove.
14402 (new_until_break_fsm): Remove.
14403 (until_break_fsm::should_stop): Rename from
14404 until_break_fsm_should_stop.
14405 (until_break_fsm::clean_up): Rename from
14406 until_break_fsm_clean_up.
14407 (until_break_fsm::do_async_reply_reason): Rename from
14408 until_break_fsm_async_reply_reason.
14409 (until_break_command): Update.
14410 * thread-fsm.c: Remove.
14411 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14412
144132019-02-07 Tom Tromey <tom@tromey.com>
14414
14415 * yy-remap.h: Add include guard.
14416 * xtensa-tdep.h: Add include guard.
14417 * xcoffread.h: Rename include guard.
14418 * varobj-iter.h: Add include guard.
14419 * tui/tui.h: Rename include guard.
14420 * tui/tui-winsource.h: Rename include guard.
14421 * tui/tui-wingeneral.h: Rename include guard.
14422 * tui/tui-windata.h: Rename include guard.
14423 * tui/tui-win.h: Rename include guard.
14424 * tui/tui-stack.h: Rename include guard.
14425 * tui/tui-source.h: Rename include guard.
14426 * tui/tui-regs.h: Rename include guard.
14427 * tui/tui-out.h: Rename include guard.
14428 * tui/tui-layout.h: Rename include guard.
14429 * tui/tui-io.h: Rename include guard.
14430 * tui/tui-hooks.h: Rename include guard.
14431 * tui/tui-file.h: Rename include guard.
14432 * tui/tui-disasm.h: Rename include guard.
14433 * tui/tui-data.h: Rename include guard.
14434 * tui/tui-command.h: Rename include guard.
14435 * tic6x-tdep.h: Add include guard.
14436 * target/waitstatus.h: Rename include guard.
14437 * target/wait.h: Rename include guard.
14438 * target/target.h: Rename include guard.
14439 * target/resume.h: Rename include guard.
14440 * target-float.h: Rename include guard.
14441 * stabsread.h: Add include guard.
14442 * rs6000-tdep.h: Add include guard.
14443 * riscv-fbsd-tdep.h: Add include guard.
14444 * regformats/regdef.h: Rename include guard.
14445 * record.h: Rename include guard.
14446 * python/python.h: Rename include guard.
14447 * python/python-internal.h: Rename include guard.
14448 * python/py-stopevent.h: Rename include guard.
14449 * python/py-ref.h: Rename include guard.
14450 * python/py-record.h: Rename include guard.
14451 * python/py-record-full.h: Rename include guard.
14452 * python/py-record-btrace.h: Rename include guard.
14453 * python/py-instruction.h: Rename include guard.
14454 * python/py-events.h: Rename include guard.
14455 * python/py-event.h: Rename include guard.
14456 * procfs.h: Add include guard.
14457 * proc-utils.h: Add include guard.
14458 * p-lang.h: Add include guard.
14459 * or1k-tdep.h: Rename include guard.
14460 * observable.h: Rename include guard.
14461 * nto-tdep.h: Rename include guard.
14462 * nat/x86-linux.h: Rename include guard.
14463 * nat/x86-linux-dregs.h: Rename include guard.
14464 * nat/x86-gcc-cpuid.h: Add include guard.
14465 * nat/x86-dregs.h: Rename include guard.
14466 * nat/x86-cpuid.h: Rename include guard.
14467 * nat/ppc-linux.h: Rename include guard.
14468 * nat/mips-linux-watch.h: Rename include guard.
14469 * nat/linux-waitpid.h: Rename include guard.
14470 * nat/linux-ptrace.h: Rename include guard.
14471 * nat/linux-procfs.h: Rename include guard.
14472 * nat/linux-osdata.h: Rename include guard.
14473 * nat/linux-nat.h: Rename include guard.
14474 * nat/linux-namespaces.h: Rename include guard.
14475 * nat/linux-btrace.h: Rename include guard.
14476 * nat/glibc_thread_db.h: Rename include guard.
14477 * nat/gdb_thread_db.h: Rename include guard.
14478 * nat/gdb_ptrace.h: Rename include guard.
14479 * nat/fork-inferior.h: Rename include guard.
14480 * nat/amd64-linux-siginfo.h: Rename include guard.
14481 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14482 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14483 * nat/aarch64-linux.h: Rename include guard.
14484 * nat/aarch64-linux-hw-point.h: Rename include guard.
14485 * mn10300-tdep.h: Add include guard.
14486 * mips-linux-tdep.h: Add include guard.
14487 * mi/mi-parse.h: Rename include guard.
14488 * mi/mi-out.h: Rename include guard.
14489 * mi/mi-main.h: Rename include guard.
14490 * mi/mi-interp.h: Rename include guard.
14491 * mi/mi-getopt.h: Rename include guard.
14492 * mi/mi-console.h: Rename include guard.
14493 * mi/mi-common.h: Rename include guard.
14494 * mi/mi-cmds.h: Rename include guard.
14495 * mi/mi-cmd-break.h: Rename include guard.
14496 * m2-lang.h: Add include guard.
14497 * location.h: Rename include guard.
14498 * linux-record.h: Rename include guard.
14499 * linux-nat.h: Add include guard.
14500 * linux-fork.h: Add include guard.
14501 * i386-darwin-tdep.h: Rename include guard.
14502 * hppa-linux-offsets.h: Add include guard.
14503 * guile/guile.h: Rename include guard.
14504 * guile/guile-internal.h: Rename include guard.
14505 * gnu-nat.h: Rename include guard.
14506 * gdb-stabs.h: Rename include guard.
14507 * frv-tdep.h: Add include guard.
14508 * f-lang.h: Add include guard.
14509 * event-loop.h: Add include guard.
14510 * darwin-nat.h: Rename include guard.
14511 * cp-abi.h: Rename include guard.
14512 * config/sparc/nm-sol2.h: Rename include guard.
14513 * config/nm-nto.h: Rename include guard.
14514 * config/nm-linux.h: Add include guard.
14515 * config/i386/nm-i386gnu.h: Rename include guard.
14516 * config/djgpp/nl_types.h: Rename include guard.
14517 * config/djgpp/langinfo.h: Rename include guard.
14518 * compile/gcc-cp-plugin.h: Add include guard.
14519 * compile/gcc-c-plugin.h: Add include guard.
14520 * compile/compile.h: Rename include guard.
14521 * compile/compile-object-run.h: Rename include guard.
14522 * compile/compile-object-load.h: Rename include guard.
14523 * compile/compile-internal.h: Rename include guard.
14524 * compile/compile-cplus.h: Rename include guard.
14525 * compile/compile-c.h: Rename include guard.
14526 * common/xml-utils.h: Rename include guard.
14527 * common/x86-xstate.h: Rename include guard.
14528 * common/version.h: Rename include guard.
14529 * common/vec.h: Rename include guard.
14530 * common/tdesc.h: Rename include guard.
14531 * common/selftest.h: Rename include guard.
14532 * common/scoped_restore.h: Rename include guard.
14533 * common/scoped_mmap.h: Rename include guard.
14534 * common/scoped_fd.h: Rename include guard.
14535 * common/safe-iterator.h: Rename include guard.
14536 * common/run-time-clock.h: Rename include guard.
14537 * common/refcounted-object.h: Rename include guard.
14538 * common/queue.h: Rename include guard.
14539 * common/ptid.h: Rename include guard.
14540 * common/print-utils.h: Rename include guard.
14541 * common/preprocessor.h: Rename include guard.
14542 * common/pathstuff.h: Rename include guard.
14543 * common/observable.h: Rename include guard.
14544 * common/netstuff.h: Rename include guard.
14545 * common/job-control.h: Rename include guard.
14546 * common/host-defs.h: Rename include guard.
14547 * common/gdb_wait.h: Rename include guard.
14548 * common/gdb_vecs.h: Rename include guard.
14549 * common/gdb_unlinker.h: Rename include guard.
14550 * common/gdb_unique_ptr.h: Rename include guard.
14551 * common/gdb_tilde_expand.h: Rename include guard.
14552 * common/gdb_sys_time.h: Rename include guard.
14553 * common/gdb_string_view.h: Rename include guard.
14554 * common/gdb_splay_tree.h: Rename include guard.
14555 * common/gdb_setjmp.h: Rename include guard.
14556 * common/gdb_ref_ptr.h: Rename include guard.
14557 * common/gdb_optional.h: Rename include guard.
14558 * common/gdb_locale.h: Rename include guard.
14559 * common/gdb_assert.h: Rename include guard.
14560 * common/filtered-iterator.h: Rename include guard.
14561 * common/filestuff.h: Rename include guard.
14562 * common/fileio.h: Rename include guard.
14563 * common/environ.h: Rename include guard.
14564 * common/common-utils.h: Rename include guard.
14565 * common/common-types.h: Rename include guard.
14566 * common/common-regcache.h: Rename include guard.
14567 * common/common-inferior.h: Rename include guard.
14568 * common/common-gdbthread.h: Rename include guard.
14569 * common/common-exceptions.h: Rename include guard.
14570 * common/common-defs.h: Rename include guard.
14571 * common/common-debug.h: Rename include guard.
14572 * common/cleanups.h: Rename include guard.
14573 * common/buffer.h: Rename include guard.
14574 * common/btrace-common.h: Rename include guard.
14575 * common/break-common.h: Rename include guard.
14576 * cli/cli-utils.h: Rename include guard.
14577 * cli/cli-style.h: Rename include guard.
14578 * cli/cli-setshow.h: Rename include guard.
14579 * cli/cli-script.h: Rename include guard.
14580 * cli/cli-interp.h: Rename include guard.
14581 * cli/cli-decode.h: Rename include guard.
14582 * cli/cli-cmds.h: Rename include guard.
14583 * charset-list.h: Add include guard.
14584 * buildsym-legacy.h: Rename include guard.
14585 * bfin-tdep.h: Add include guard.
14586 * ax.h: Rename include guard.
14587 * arm-linux-tdep.h: Add include guard.
14588 * arm-fbsd-tdep.h: Add include guard.
14589 * arch/xtensa.h: Rename include guard.
14590 * arch/tic6x.h: Add include guard.
14591 * arch/i386.h: Add include guard.
14592 * arch/arm.h: Rename include guard.
14593 * arch/arm-linux.h: Rename include guard.
14594 * arch/arm-get-next-pcs.h: Rename include guard.
14595 * arch/amd64.h: Add include guard.
14596 * arch/aarch64-insn.h: Rename include guard.
14597 * arch-utils.h: Rename include guard.
14598 * annotate.h: Add include guard.
14599 * amd64-darwin-tdep.h: Rename include guard.
14600 * aarch64-linux-tdep.h: Add include guard.
14601 * aarch64-fbsd-tdep.h: Add include guard.
14602 * aarch32-linux-nat.h: Add include guard.
14603
146042019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14605
14606 * macrotab.c (macro_define_internal): New function that
14607 factorizes macro_define_object_internal and macro_define_function
14608 code.
14609 (macro_define_object_internal): Use macro_define_internal.
14610 (macro_define_function): Likewise.
14611
146122019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14613
14614 * macrocmd.c (extract_identifier): Return
14615 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14616 callers.
14617
146182019-02-06 John Baldwin <jhb@FreeBSD.org>
14619
14620 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14621
146222019-02-05 Tom Tromey <tom@tromey.com>
14623
14624 * target.c (target_stack::unpush): Move assertion earlier.
14625
146262019-01-30 Tom Tromey <tom@tromey.com>
14627
14628 PR python/23615:
14629 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14630 (gdbpy_parse_and_eval): Likewise.
14631 * python/python-internal.h (gdbpy_allow_threads): New class.
14632
146332019-01-28 John Baldwin <jhb@FreeBSD.org>
14634
14635 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14636 (aarch64_fbsd_fpregmap): Move earlier.
14637 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14638 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14639 instead of individual calls to trad_frame_set_reg_addr.
14640 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14641 earlier.
14642 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14643 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14644 instead of individual calls to trad_frame_set_reg_addr.
14645
146462019-01-28 Alan Hayward <alan.hayward@arm.com>
14647
14648 * CONTRIBUTE: Replace contribution list with wiki link.
14649
146502019-01-25 Tom Tromey <tom@tromey.com>
14651
14652 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14653
146542019-01-25 Tom Tromey <tom@tromey.com>
14655
14656 * xtensa-linux-nat.c: Fix common/ includes.
14657 * xml-support.h: Fix common/ includes.
14658 * xml-support.c: Fix common/ includes.
14659 * x86-linux-nat.c: Fix common/ includes.
14660 * windows-nat.c: Fix common/ includes.
14661 * varobj.h: Fix common/ includes.
14662 * varobj.c: Fix common/ includes.
14663 * value.c: Fix common/ includes.
14664 * valops.c: Fix common/ includes.
14665 * utils.c: Fix common/ includes.
14666 * unittests/xml-utils-selftests.c: Fix common/ includes.
14667 * unittests/utils-selftests.c: Fix common/ includes.
14668 * unittests/unpack-selftests.c: Fix common/ includes.
14669 * unittests/tracepoint-selftests.c: Fix common/ includes.
14670 * unittests/style-selftests.c: Fix common/ includes.
14671 * unittests/string_view-selftests.c: Fix common/ includes.
14672 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14673 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14674 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14675 * unittests/rsp-low-selftests.c: Fix common/ includes.
14676 * unittests/parse-connection-spec-selftests.c: Fix common/
14677 includes.
14678 * unittests/optional-selftests.c: Fix common/ includes.
14679 * unittests/offset-type-selftests.c: Fix common/ includes.
14680 * unittests/observable-selftests.c: Fix common/ includes.
14681 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14682 * unittests/memrange-selftests.c: Fix common/ includes.
14683 * unittests/memory-map-selftests.c: Fix common/ includes.
14684 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14685 * unittests/function-view-selftests.c: Fix common/ includes.
14686 * unittests/environ-selftests.c: Fix common/ includes.
14687 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14688 * unittests/common-utils-selftests.c: Fix common/ includes.
14689 * unittests/cli-utils-selftests.c: Fix common/ includes.
14690 * unittests/array-view-selftests.c: Fix common/ includes.
14691 * ui-file.c: Fix common/ includes.
14692 * tui/tui-io.c: Fix common/ includes.
14693 * tracepoint.h: Fix common/ includes.
14694 * tracepoint.c: Fix common/ includes.
14695 * tracefile-tfile.c: Fix common/ includes.
14696 * top.h: Fix common/ includes.
14697 * top.c: Fix common/ includes.
14698 * thread.c: Fix common/ includes.
14699 * target/waitstatus.h: Fix common/ includes.
14700 * target/waitstatus.c: Fix common/ includes.
14701 * target.h: Fix common/ includes.
14702 * target.c: Fix common/ includes.
14703 * target-memory.c: Fix common/ includes.
14704 * target-descriptions.c: Fix common/ includes.
14705 * symtab.h: Fix common/ includes.
14706 * symfile.c: Fix common/ includes.
14707 * stap-probe.c: Fix common/ includes.
14708 * spu-linux-nat.c: Fix common/ includes.
14709 * sparc-nat.c: Fix common/ includes.
14710 * source.c: Fix common/ includes.
14711 * solib.c: Fix common/ includes.
14712 * solib-target.c: Fix common/ includes.
14713 * ser-unix.c: Fix common/ includes.
14714 * ser-tcp.c: Fix common/ includes.
14715 * ser-pipe.c: Fix common/ includes.
14716 * ser-base.c: Fix common/ includes.
14717 * selftest-arch.c: Fix common/ includes.
14718 * s12z-tdep.c: Fix common/ includes.
14719 * rust-exp.y: Fix common/ includes.
14720 * rs6000-aix-tdep.c: Fix common/ includes.
14721 * riscv-tdep.c: Fix common/ includes.
14722 * remote.c: Fix common/ includes.
14723 * remote-notif.h: Fix common/ includes.
14724 * remote-fileio.h: Fix common/ includes.
14725 * remote-fileio.c: Fix common/ includes.
14726 * regcache.h: Fix common/ includes.
14727 * regcache.c: Fix common/ includes.
14728 * record-btrace.c: Fix common/ includes.
14729 * python/python.c: Fix common/ includes.
14730 * python/py-type.c: Fix common/ includes.
14731 * python/py-inferior.c: Fix common/ includes.
14732 * progspace.h: Fix common/ includes.
14733 * producer.c: Fix common/ includes.
14734 * procfs.c: Fix common/ includes.
14735 * proc-api.c: Fix common/ includes.
14736 * printcmd.c: Fix common/ includes.
14737 * ppc-linux-nat.c: Fix common/ includes.
14738 * parser-defs.h: Fix common/ includes.
14739 * osdata.c: Fix common/ includes.
14740 * obsd-nat.c: Fix common/ includes.
14741 * nat/x86-linux.c: Fix common/ includes.
14742 * nat/x86-linux-dregs.c: Fix common/ includes.
14743 * nat/x86-dregs.h: Fix common/ includes.
14744 * nat/x86-dregs.c: Fix common/ includes.
14745 * nat/ppc-linux.c: Fix common/ includes.
14746 * nat/mips-linux-watch.h: Fix common/ includes.
14747 * nat/mips-linux-watch.c: Fix common/ includes.
14748 * nat/linux-waitpid.c: Fix common/ includes.
14749 * nat/linux-ptrace.h: Fix common/ includes.
14750 * nat/linux-ptrace.c: Fix common/ includes.
14751 * nat/linux-procfs.c: Fix common/ includes.
14752 * nat/linux-personality.c: Fix common/ includes.
14753 * nat/linux-osdata.c: Fix common/ includes.
14754 * nat/linux-namespaces.c: Fix common/ includes.
14755 * nat/linux-btrace.h: Fix common/ includes.
14756 * nat/linux-btrace.c: Fix common/ includes.
14757 * nat/fork-inferior.c: Fix common/ includes.
14758 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14759 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14760 * nat/aarch64-linux.c: Fix common/ includes.
14761 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14762 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14763 * namespace.h: Fix common/ includes.
14764 * mips-linux-tdep.c: Fix common/ includes.
14765 * minsyms.c: Fix common/ includes.
14766 * mi/mi-parse.h: Fix common/ includes.
14767 * mi/mi-main.c: Fix common/ includes.
14768 * mi/mi-cmd-env.c: Fix common/ includes.
14769 * memrange.h: Fix common/ includes.
14770 * memattr.c: Fix common/ includes.
14771 * maint.h: Fix common/ includes.
14772 * maint.c: Fix common/ includes.
14773 * main.c: Fix common/ includes.
14774 * machoread.c: Fix common/ includes.
14775 * location.c: Fix common/ includes.
14776 * linux-thread-db.c: Fix common/ includes.
14777 * linux-nat.c: Fix common/ includes.
14778 * linux-fork.c: Fix common/ includes.
14779 * inline-frame.c: Fix common/ includes.
14780 * infrun.c: Fix common/ includes.
14781 * inflow.c: Fix common/ includes.
14782 * inferior.h: Fix common/ includes.
14783 * inferior.c: Fix common/ includes.
14784 * infcmd.c: Fix common/ includes.
14785 * inf-ptrace.c: Fix common/ includes.
14786 * inf-child.c: Fix common/ includes.
14787 * ia64-linux-nat.c: Fix common/ includes.
14788 * i387-tdep.c: Fix common/ includes.
14789 * i386-tdep.c: Fix common/ includes.
14790 * i386-linux-tdep.c: Fix common/ includes.
14791 * i386-linux-nat.c: Fix common/ includes.
14792 * i386-go32-tdep.c: Fix common/ includes.
14793 * i386-fbsd-tdep.c: Fix common/ includes.
14794 * i386-fbsd-nat.c: Fix common/ includes.
14795 * guile/scm-type.c: Fix common/ includes.
14796 * guile/guile.c: Fix common/ includes.
14797 * go32-nat.c: Fix common/ includes.
14798 * gnu-nat.c: Fix common/ includes.
14799 * gdbthread.h: Fix common/ includes.
14800 * gdbarch-selftests.c: Fix common/ includes.
14801 * gdb_usleep.c: Fix common/ includes.
14802 * gdb_select.h: Fix common/ includes.
14803 * gdb_bfd.c: Fix common/ includes.
14804 * gcore.c: Fix common/ includes.
14805 * fork-child.c: Fix common/ includes.
14806 * findvar.c: Fix common/ includes.
14807 * fbsd-nat.c: Fix common/ includes.
14808 * event-top.c: Fix common/ includes.
14809 * event-loop.c: Fix common/ includes.
14810 * dwarf2read.c: Fix common/ includes.
14811 * dwarf2loc.c: Fix common/ includes.
14812 * dwarf2-frame.c: Fix common/ includes.
14813 * dwarf-index-cache.c: Fix common/ includes.
14814 * dtrace-probe.c: Fix common/ includes.
14815 * disasm-selftests.c: Fix common/ includes.
14816 * defs.h: Fix common/ includes.
14817 * csky-tdep.c: Fix common/ includes.
14818 * cp-valprint.c: Fix common/ includes.
14819 * cp-support.h: Fix common/ includes.
14820 * cp-support.c: Fix common/ includes.
14821 * corelow.c: Fix common/ includes.
14822 * completer.h: Fix common/ includes.
14823 * completer.c: Fix common/ includes.
14824 * compile/compile.c: Fix common/ includes.
14825 * compile/compile-loc2c.c: Fix common/ includes.
14826 * compile/compile-cplus-types.c: Fix common/ includes.
14827 * compile/compile-cplus-symbols.c: Fix common/ includes.
14828 * command.h: Fix common/ includes.
14829 * cli/cli-dump.c: Fix common/ includes.
14830 * cli/cli-cmds.c: Fix common/ includes.
14831 * charset.c: Fix common/ includes.
14832 * build-id.c: Fix common/ includes.
14833 * btrace.h: Fix common/ includes.
14834 * btrace.c: Fix common/ includes.
14835 * breakpoint.h: Fix common/ includes.
14836 * breakpoint.c: Fix common/ includes.
14837 * ax.h:
14838 (enum agent_op): Fix common/ includes.
14839 * ax-general.c (struct aop_map): Fix common/ includes.
14840 * ax-gdb.c: Fix common/ includes.
14841 * auxv.c: Fix common/ includes.
14842 * auto-load.c: Fix common/ includes.
14843 * arm-tdep.c: Fix common/ includes.
14844 * arch/riscv.c: Fix common/ includes.
14845 * arch/ppc-linux-common.c: Fix common/ includes.
14846 * arch/i386.c: Fix common/ includes.
14847 * arch/arm.c: Fix common/ includes.
14848 * arch/arm-linux.c: Fix common/ includes.
14849 * arch/arm-get-next-pcs.c: Fix common/ includes.
14850 * arch/amd64.c: Fix common/ includes.
14851 * arch/aarch64.c: Fix common/ includes.
14852 * arch/aarch64-insn.c: Fix common/ includes.
14853 * arch-utils.c: Fix common/ includes.
14854 * amd64-windows-tdep.c: Fix common/ includes.
14855 * amd64-tdep.c: Fix common/ includes.
14856 * amd64-sol2-tdep.c: Fix common/ includes.
14857 * amd64-obsd-tdep.c: Fix common/ includes.
14858 * amd64-nbsd-tdep.c: Fix common/ includes.
14859 * amd64-linux-tdep.c: Fix common/ includes.
14860 * amd64-linux-nat.c: Fix common/ includes.
14861 * amd64-fbsd-tdep.c: Fix common/ includes.
14862 * amd64-fbsd-nat.c: Fix common/ includes.
14863 * amd64-dicos-tdep.c: Fix common/ includes.
14864 * amd64-darwin-tdep.c: Fix common/ includes.
14865 * agent.c: Fix common/ includes.
14866 * ada-lang.h: Fix common/ includes.
14867 * ada-lang.c: Fix common/ includes.
14868 * aarch64-tdep.c: Fix common/ includes.
14869
148702019-01-25 Tom Tromey <tom@tromey.com>
14871
14872 * common/create-version.sh: Use common/version.h.
14873
148742019-01-24 Pedro Alves <palves@redhat.com>
14875
14876 * infrun.c (signal_stop, signal_print, signal_program)
14877 (signal_catch, signal_pass): Now arrays instead of pointers.
14878 (update_signals_program_target, do_target_resume)
14879 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14880 * linux-nat.c (linux_nat_target::pass_signals)
14881 (linux_nat_target::create_inferior, linux_nat_target::attach):
14882 Adjust.
14883 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14884 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14885 * procfs.c (procfs_target::pass_signals): Adjust.
14886 * record-full.c (record_full_target::resume): Adjust.
14887 * remote.c (remote_target::pass_signals)
14888 (remote_target::program_signals): Adjust.
14889 * target-debug.h (target_debug_print_signals): Now takes a
14890 gdb::array_view as parameter. Adjust.
14891 * target.h (target_ops) <pass_signals, program_signals>: Replace
14892 pointer and length parameters with gdb::array_view.
14893 (target_pass_signals, target_program_signals): Likewise.
14894 * target-delegates.c: Regenerate.
14895
148962019-01-24 Pedro Alves <palves@redhat.com>
14897
14898 * common/forward-scope-exit.h
14899 (forward_scope_exit::forward_scope_exit): Pass arguments to
14900 m_bind_function directly, instead of creating a std::bind and
14901 copying that.
14902
149032019-01-24 Alan Hayward <alan.hayward@arm.com>
14904
14905 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14906 for static members.
14907 (pass_in_v_vfp_candidate): Likewise.
14908
149092019-01-23 Tom Tromey <tom@tromey.com>
14910 Pedro Alves <palves@redhat.com>
14911
14912 * regcache.c (class regcache_invalidator): Remove.
14913 (regcache::raw_write): Use make_scope_exit.
14914
149152019-01-23 Tom Tromey <tom@tromey.com>
14916
14917 * ui-out.h (class ui_out_emit_type): Update comment.
14918
149192019-01-23 Tom Tromey <tom@tromey.com>
14920
14921 * infrun.c (fetch_inferior_event): Update comment.
14922
149232019-01-23 Tom Tromey <tom@tromey.com>
14924 Pedro Alves <palves@redhat.com>
14925
14926 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14927 parameter.
14928 (fetch_inferior_event): Use SCOPE_EXIT.
14929
14930
149312019-01-23 Tom Tromey <tom@tromey.com>
14932 Pedro Alves <palves@redhat.com>
14933
14934 * infrun.c (disable_thread_events): Delete.
14935 (stop_all_threads): Use SCOPE_EXIT.
14936
149372019-01-23 Tom Tromey <tom@tromey.com>
14938 Pedro Alves <palves@redhat.com>
14939
14940 * symfile.c: Include forward-scope-exit.h.
14941 (clear_symtab_users_cleanup): Replace forward declaration with
14942 a FORWARD_SCOPE_EXIT.
14943 (syms_from_objfile_1): Use the forward_scope_exit and
14944 gdb::optional instead of cleanup_function.
14945 (reread_symbols): Use the forward_scope_exit instead of
14946 cleanup_function.
14947 (clear_symtab_users_cleanup): Remove function.
14948
149492019-01-23 Tom Tromey <tom@tromey.com>
14950 Pedro Alves <palves@redhat.com>
14951
14952 * linux-nat.c: Include scope-exit.h.
14953 (cleanup_target_stop): Remove.
14954 (linux_nat_target::static_tracepoint_markers_by_strid): Use
14955 SCOPE_EXIT.
14956
149572019-01-23 Tom Tromey <tom@tromey.com>
14958 Pedro Alves <palves@redhat.com>
14959
14960 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
14961 (call_function_by_hand_dummy): Use SCOPE_EXIT.
14962
149632019-01-23 Tom Tromey <tom@tromey.com>
14964 Andrew Burgess <andrew.burgess@embecosm.com>
14965 Pedro Alves <palves@redhat.com>
14966
14967 * infrun.c (fetch_inferior_event): Use scope_exit.
14968 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
14969 * top.c (execute_command): Use scope_exit.
14970 * breakpoint.c (bpstat_do_actions): Use scope_exit.
14971 * utils.c (do_bpstat_clear_actions_cleanup)
14972 (make_bpstat_clear_actions_cleanup): Remove.
14973
149742019-01-23 Tom Tromey <tom@tromey.com>
14975 Pedro Alves <palves@redhat.com>
14976
14977 * infrun.c: Include "common/scope-exit.h"
14978 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
14979 (wait_for_inferior): Use SCOPE_EXIT.
14980 (fetch_inferior_event): Use scope_exit.
14981
149822019-01-23 Tom Tromey <tom@tromey.com>
14983 Pedro Alves <palves@redhat.com>
14984
14985 * breakpoint.c (create_breakpoint): Remove cleanup.
14986
149872019-01-23 Tom Tromey <tom@tromey.com>
14988 Andrew Burgess <andrew.burgess@embecosm.com>
14989 Pedro Alves <palves@redhat.com>
14990
149912019-01-23 Pedro Alves <palves@redhat.com>
14992
14993 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
14994
149952019-01-23 Pedro Alves <palves@redhat.com>
14996 Andrew Burgess <andrew.burgess@embecosm.com>
14997
14998 * gdbthread.h: Include "common/forward-scope-exit.h".
14999 (scoped_finish_thread_state): Redefine custom class in terms of
15000 forward_scope_exit.
15001
150022019-01-23 Pedro Alves <palves@redhat.com>
15003 Andrew Burgess <andrew.burgess@embecosm.com>
15004
15005 * common/forward-scope-exit.h: New file.
15006
150072019-01-23 Pedro Alves <palves@redhat.com>
15008 Andrew Burgess <andrew.burgess@embecosm.com>
15009 Tom Tromey <tom@tromey.com>
15010
15011 * common/scope-exit.h: New file.
15012
150132019-01-23 Pedro Alves <palves@redhat.com>
15014
15015 * common/preprocessor.h (ESC): Rename to ...
15016 (ESC_PARENS): ... this.
15017 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
15018 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
15019
150202019-01-23 Tom Tromey <tom@tromey.com>
15021
15022 * language.h (class scoped_switch_to_sym_language_if_auto):
15023 Initialize m_lang in both cases.
15024
150252019-01-23 Alan Hayward <alan.hayward@arm.com>
15026
15027 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
15028 with XCNEW.
15029
150302019-01-22 Tom Tromey <tom@tromey.com>
15031
15032 * corelow.c: Do not include sys/file.h.
15033
150342019-01-22 Tom Tromey <tom@tromey.com>
15035
15036 * tui/tui-wingeneral.h: Include gdb_curses.h.
15037
150382019-01-22 Tom Tromey <tom@tromey.com>
15039
15040 * source-cache.h (class source_cache) <get_source_lines,
15041 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
15042
150432019-01-22 Tom Tromey <tom@tromey.com>
15044
15045 * remote-fileio.h (struct remote_target): Declare.
15046
150472019-01-22 Tom Tromey <tom@tromey.com>
15048
15049 * python/py-arch.c: Do not include py-ref.h.
15050 * python/py-bpevent.c: Do not include py-ref.h.
15051 * python/py-cmd.c: Do not include py-ref.h.
15052 * python/py-continueevent.c: Do not include py-ref.h.
15053 * python/py-event.h: Do not include py-ref.h.
15054 * python/py-evtregistry.c: Do not include py-ref.h.
15055 * python/py-finishbreakpoint.c: Do not include py-ref.h.
15056 * python/py-frame.c: Do not include py-ref.h.
15057 * python/py-framefilter.c: Do not include py-ref.h.
15058 * python/py-function.c: Do not include py-ref.h.
15059 * python/py-infevents.c: Do not include py-ref.h.
15060 * python/py-linetable.c: Do not include py-ref.h.
15061 * python/py-objfile.c: Do not include py-ref.h.
15062 * python/py-param.c: Do not include py-ref.h.
15063 * python/py-prettyprint.c: Do not include py-ref.h.
15064 * python/py-progspace.c: Do not include py-ref.h.
15065 * python/py-symbol.c: Do not include py-ref.h.
15066 * python/py-symtab.c: Do not include py-ref.h.
15067 * python/py-type.c: Do not include py-ref.h.
15068 * python/py-unwind.c: Do not include py-ref.h.
15069 * python/py-utils.c: Do not include py-ref.h.
15070 * python/py-value.c: Do not include py-ref.h.
15071 * python/py-varobj.c: Do not include py-ref.h.
15072 * python/py-xmethods.c: Do not include py-ref.h.
15073 * python/python.c: Do not include py-ref.h.
15074 * varobj.c: Do not include py-ref.h.
15075
150762019-01-22 Tom Tromey <tom@tromey.com>
15077
15078 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15079 keyword for bcache.
15080
150812019-01-22 Tom Tromey <tom@tromey.com>
15082
15083 * compile/compile-cplus-types.c: Remove a comment by #include.
15084
150852019-01-22 Tom Tromey <tom@tromey.com>
15086
15087 * compile/gcc-c-plugin.h: Include compile-internal.h.
15088
150892019-01-22 Tom Tromey <tom@tromey.com>
15090
15091 * stabsread.c (EXTERN): Do not define.
15092 (symnum, next_symbol_text_func, processing_gcc_compilation)
15093 (within_function, global_sym_chain, global_stabs)
15094 (previous_stab_code, this_object_header_files)
15095 (n_this_object_header_files)
15096 (n_allocated_this_object_header_files): Define.
15097 * stabsread.h (EXTERN): Never define. Use "extern".
15098
150992019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15100
15101 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15102 history_value.
15103
151042019-01-21 Tom Tromey <tom@tromey.com>
15105
15106 * ui-out.c: Fix includes.
15107 * tui/tui-source.c: Fix includes.
15108 * target.c: Fix includes.
15109 * remote.c: Fix includes.
15110 * regcache.c: Fix includes.
15111 * python/py-block.c: Fix includes.
15112 * printcmd.c: Fix includes.
15113 * or1k-tdep.c: Fix includes.
15114 * mi/mi-main.c: Fix includes.
15115 * m32r-tdep.c: Fix includes.
15116 * csky-tdep.c: Fix includes.
15117 * compile/compile-cplus-types.c: Fix includes.
15118 * cli/cli-interp.c: Fix includes.
15119
151202019-01-21 Alan Hayward <alan.hayward@arm.com>
15121
15122 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15123 for padding.
15124
151252019-01-16 Tom Tromey <tom@tromey.com>
15126
15127 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15128 earlier.
15129 (struct objfile) <msymbols_range>: Move from top level.
15130 <msymbols>: New method.
15131 (class objfile_msymbols): Remove.
15132 * symtab.c (default_collect_symbol_completion_matches_break_on):
15133 Update.
15134 * symmisc.c (dump_msymbols): Update.
15135 * stabsread.c (scan_file_globals): Update.
15136 * objc-lang.c (info_selectors_command, info_classes_command)
15137 (find_methods): Update.
15138 * minsyms.c (find_solib_trampoline_target): Update.
15139 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15140 * coffread.c (coff_symfile_read): Update.
15141 * ada-lang.c (ada_lookup_simple_minsym)
15142 (ada_collect_symbol_completion_matches): Update.
15143
151442019-01-16 Tom Tromey <tom@tromey.com>
15145
15146 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15147 type. Remove no-argument constructor.
15148 <iterator::operator++>: Simplify.
15149 <begin>: Update.
15150 <end>: Use minimal_symbol_count.
15151
151522019-01-16 Tom Tromey <tom@tromey.com>
15153
15154 * objfiles.h (struct objfile) <psymtabs>: New method.
15155 (class objfile_psymtabs): Remove.
15156 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15157 typedef.
15158 <range>: New method.
15159 (require_partial_symbols): Change return type.
15160 * psymtab.c (require_partial_symbols)
15161 (psym_expand_symtabs_matching): Update.
15162 * mdebugread.c (parse_partial_symbols): Update.
15163 * dbxread.c (dbx_end_psymtab): Update.
15164
151652019-01-15 Tom Tromey <tom@tromey.com>
15166
15167 * symtab.c (lookup_objfile_from_block)
15168 (lookup_symbol_in_objfile_symtabs)
15169 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15170 (find_line_symtab, info_sources_command)
15171 (default_collect_symbol_completion_matches_break_on)
15172 (make_source_files_completion_list): Update.
15173 * symmisc.c (print_objfile_statistics, dump_objfile)
15174 (maintenance_print_symbols, maintenance_info_symtabs)
15175 (maintenance_check_symtabs, maintenance_info_line_tables):
15176 Update.
15177 * source.c (select_source_symtab)
15178 (forget_cached_source_info_for_objfile): Update.
15179 * objfiles.h (class objfile_compunits): Remove.
15180 (struct objfile) <compunits_range>: New typedef.
15181 (compunits): New method.
15182 * objfiles.c (objfile_relocate1): Update.
15183 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15184 * maint.c (count_symtabs_and_blocks): Update.
15185 * linespec.c (iterate_over_all_matching_symtabs): Update.
15186 * cp-support.c (add_symbol_overload_list_qualified): Update.
15187 * coffread.c (coff_symtab_read): Update.
15188 * ada-lang.c (add_nonlocal_symbols)
15189 (ada_collect_symbol_completion_matches)
15190 (ada_add_global_exceptions): Update.
15191
151922019-01-15 Tom Tromey <tom@tromey.com>
15193
15194 * progspace.h (program_space) <objfiles_safe_range>: New
15195 typedef.
15196 <objfiles_safe>: New method.
15197 * objfiles.h (class all_objfiles_safe): Remove.
15198 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15199 * jit.c (jit_inferior_exit_hook): Update.
15200
152012019-01-17 Tom Tromey <tom@tromey.com>
15202
15203 * progspace.h (program_space) <objfiles_range>: New typedef.
15204 <objfiles>: New method.
15205 <objfiles_head>: Rename from objfiles.
15206 (object_files): Update.
15207 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15208 * guile/scm-pretty-print.c
15209 (ppscm_find_pretty_printer_from_objfiles): Update.
15210 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15211 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15212 Update.
15213 * python/py-progspace.c (pspy_get_objfiles): Update.
15214 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15215 Update.
15216 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15217 (objfpy_lookup_objfile_by_build_id): Update.
15218 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15219 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15220 Update.
15221 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15222 (expand_symtab_containing_pc, lookup_objfile_from_block)
15223 (lookup_static_symbol, basic_lookup_transparent_type)
15224 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15225 (find_line_symtab, info_sources_command)
15226 (default_collect_symbol_completion_matches_break_on)
15227 (make_source_files_completion_list, find_main_name): Update.
15228 * symmisc.c (print_symbol_bcache_statistics)
15229 (print_objfile_statistics, maintenance_print_symbols)
15230 (maintenance_print_msymbols, maintenance_print_objfiles)
15231 (maintenance_info_symtabs, maintenance_check_symtabs)
15232 (maintenance_expand_symtabs, maintenance_info_line_tables):
15233 Update.
15234 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15235 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15236 (map_overlay_command, unmap_overlay_command)
15237 (simple_overlay_update, expand_symtabs_matching)
15238 (map_symbol_filenames): Update.
15239 * symfile-debug.c (set_debug_symfile): Update.
15240 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15241 Update.
15242 * source.c (select_source_symtab, forget_cached_source_info):
15243 Update.
15244 * solib.c (solib_read_symbols): Update.
15245 * solib-spu.c (append_ocl_sos): Update.
15246 * psymtab.c (maintenance_print_psymbols)
15247 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15248 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15249 * printcmd.c (info_symbol_command): Update.
15250 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15251 Update.
15252 * objfiles.h (class all_objfiles): Remove.
15253 * objfiles.c (have_partial_symbols, have_full_symbols)
15254 (have_minimal_symbols, qsort_cmp, update_section_map)
15255 (shared_objfile_contains_address_p)
15256 (default_iterate_over_objfiles_in_search_order): Update.
15257 * objc-lang.c (info_selectors_command, info_classes_command)
15258 (find_methods): Update.
15259 * minsyms.c (find_solib_trampoline_target): Update.
15260 * maint.c (maintenance_info_sections)
15261 (maintenance_translate_address, count_symtabs_and_blocks):
15262 Update.
15263 * main.c (captured_main_1): Update.
15264 * linux-thread-db.c (try_thread_db_load_from_pdir)
15265 (has_libpthread): Update.
15266 * linespec.c (iterate_over_all_matching_symtabs)
15267 (search_minsyms_for_name): Update.
15268 * jit.c (jit_find_objf_with_entry_addr): Update.
15269 * hppa-tdep.c (find_unwind_entry)
15270 (hppa_lookup_stub_minimal_symbol): Update.
15271 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15272 Update.
15273 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15274 (elf_gnu_ifunc_resolve_by_got): Update.
15275 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15276 * dwarf-index-write.c (save_gdb_index_command): Update.
15277 * cp-support.c (add_symbol_overload_list_qualified): Update.
15278 * breakpoint.c (create_overlay_event_breakpoint)
15279 (create_longjmp_master_breakpoint)
15280 (create_std_terminate_master_breakpoint)
15281 (create_exception_master_breakpoint): Update.
15282 * blockframe.c (find_pc_partial_function): Update.
15283 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15284 (ada_collect_symbol_completion_matches)
15285 (ada_add_global_exceptions): Update.
15286
152872019-01-17 Tom Tromey <tom@tromey.com>
15288
15289 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15290 declare VEC.
15291 (solib_target_parse_libraries): Change return type.
15292 (library_list_start_segment, library_list_start_section)
15293 (library_list_end_library, library_list_start_library); Update.
15294 (solib_target_free_library_list): Remove.
15295 (solib_target_parse_libraries): Remove cleanup. Change return
15296 type.
15297 (solib_target_current_sos): Update.
15298
152992019-01-17 Tom Tromey <tromey@bapiya>
15300
15301 * valprint.c: Replace "the the" with "the".
15302 * symtab.c: Replace "the the" with "the".
15303 * solib.c: Replace "the the" with "the".
15304 * solib-dsbt.c: Replace "the the" with "the".
15305 * linespec.c: Replace "the the" with "the".
15306 * dwarf2loc.h: Replace "the the" with "the".
15307 * amd64-windows-tdep.c: Replace "the the" with "the".
15308 * aarch64-tdep.c: Replace "the the" with "the".
15309
153102019-01-16 Keith Seitz <keiths@redhat.com>
15311
15312 PR gdb/23773
15313 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15314 <builder>: Rename to ..
15315 <m_builder>: ... this and make private.
15316 (dwarf2_cu::get_builder): New method. Change all users of
15317 `builder' to use this method.
15318 (dwarf2_start_symtab): Move to ...
15319 (dwarf2_cu::start_symtab): ... here. Update all callers
15320 (setup_type_unit_groups): Move to ...
15321 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15322 callers.
15323 (dwarf2_cu::reset_builder): New method.
15324 (process_full_compunit, process_full_type_unit): Use
15325 dwarf2_cu::reset_builder.
15326 (follow_die_offset): Record the ancestor CU if it is different
15327 from the followed DIE's CU.
15328 (follow_die_sig_1): Likewise.
15329
153302019-01-15 Tom Tromey <tom@tromey.com>
15331
15332 * remote.c (class remote_state) <buf>: Now a char_vector.
15333 <buf_size>: Remove.
15334 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15335 parameter.
15336 (remote_target::getpkt_or_notif_sane_1)
15337 (remote_target::getpkt_sane)
15338 (remote_target::getpkt_or_notif_sane): Likewise.
15339 (class remote_target) <putpkt>: New overload.
15340 (remote_target::read_frame): Change type of "buf_p". Remove
15341 sizeof_p parameter.
15342 (packet_ok): New overload.
15343 (packet_check_result): New overload.
15344 Update all uses.
15345
153462019-01-14 Tom Tromey <tom@tromey.com>
15347
15348 * remote-notif.c (handle_notification, remote_notif_ack)
15349 (remote_notif_parse): Make "buf" const.
15350 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15351 const.
15352 (remote_notif_parse, remote_notif_ack, handle_notification):
15353 Likewise.
15354 * remote.c (remote_notif_stop_parse): Make "buf" const.
15355 (remote_target::remote_parse_stop_reply): Make "buf" const.
15356 (remote_notif_stop_ack): Make "buf" const.
15357
153582019-01-14 Tom Tromey <tom@tromey.com>
15359
15360 * remote.c (remote_console_output): Make parameter const.
15361
153622019-01-14 Tom Tromey <tom@tromey.com>
15363
15364 * target-debug.h (target_debug_print_signals): Constify.
15365 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15366 * procfs.c (procfs_target::pass_signals): Update.
15367 * linux-nat.c (linux_nat_target::pass_signals): Update.
15368 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15369 * target-delegates.c: Rebuild.
15370 * remote.c (remote_target::program_signals): Update.
15371 (remote_target::pass_signals): Update.
15372 * target.c (target_pass_signals): Constify argument.
15373 (target_program_signals): Likewise.
15374 * target.h (struct target_ops) <pass_signals, program_signals>:
15375 Constify argument.
15376 (target_pass_signals, target_program_signals): Constify argument.
15377
153782019-01-14 Tom Tromey <tom@tromey.com>
15379
15380 PR tui/28819:
15381 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15382
153832019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15384
15385 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15386 field.
15387 * rs6000-tdep.c: Include reggroups.h.
15388 (IS_V_ALIAS_PSEUDOREG): Define.
15389 (rs6000_register_name): Return names for the "vX" aliases.
15390 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15391 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15392 aliases. Call default_register_reggroup_p for all other
15393 pseudo-registers.
15394 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15395 New functions.
15396 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15397 Handle "vX" aliases.
15398 (v_alias_pseudo_register_collect): New function.
15399 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15400 (rs6000_gdbarch_init): Initialize "vX" aliases as
15401 pseudo-registers. Restore registration of
15402 rs6000_pseudo_register_reggroup_p with
15403 set_tdesc_pseudo_register_reggroup_p.
15404
154052019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15406
15407 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15408 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15409 set_gdbarch_num_pseudo_regs.
15410
154112019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15412
15413 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15414 Remove arg prefixname, add do_set and do_show.
15415 Add member functions set_list and show_list.
15416 * cli/cli-style.c (class cli_style_option): Update accordingly.
15417 (style_set_list): Move to file scope.
15418 (style_show_list): Likewise.
15419 (set_style): Call help_list.
15420 (show_style): Call cmd_show_list.
15421 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15422 Update to use the new macro.
15423
154242019-10-12 Joel Brobecker <brobecker@adacore.com>
15425
15426 * ada-lang.c (_initialize_ada_language): Expand the help text
15427 for the "catch exception" command.
15428
154292019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15430
15431 * symtab.c (matching_obj_sections): Initialize obj,
15432 declare it closer to its usage.
15433
154342019-01-10 Tom Tromey <tom@tromey.com>
15435
15436 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15437 (basic_inf_threads_range): Remove.
15438 (inf_threads_range, inf_non_exited_threads_range)
15439 (safe_inf_threads_range): Use next_adapter.
15440
154412019-01-10 Keith Seitz <keiths@redhat.com>
15442
15443 PR gdb/23712
15444 PR symtab/23010
15445 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15446 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15447
154482019-01-10 Keith Seitz <keiths@redhat.com>
15449
15450 PR gdb/23712
15451 PR symtab/23010
15452 * dictionary.c (pending_to_vector): Remove.
15453 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15454 Remove _1 suffix, replacing functions of the same name. Update
15455 all callers.
15456 (dict_create_hashed, dict_create_hashed_expandable)
15457 (dict_create_linear, dict_create_linear_expandable, dict_free)
15458 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15459 Make functions static.
15460
154612019-01-10 Keith Seitz <keiths@redhat.com>
15462
15463 PR gdb/23712
15464 PR symtab/23010
15465 * dictionary.h (struct dictionary): Replace declaration with
15466 multidictionary.
15467 (dict_create_hashed, dict_create_hashed_expandable)
15468 (dict_create_linear, dict_create_linear_expandable)
15469 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15470 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15471 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15472 taking multidictionary argument.
15473 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15474 * block.h (struct block) <dict>: Change to multidictionary
15475 and rename `multidict'.
15476 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15477 symmisc.c: Update all dictionary references to multidictionary.
15478
154792019-01-10 Keith Seitz <keiths@redhat.com>
15480
15481 PR gdb/23712
15482 PR symtab/23010
15483 * dictionary.c: Include unordered_map.
15484 (pending_to_vector): New function.
15485 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15486 Rewrite the non-"_1" functions to take vector instead
15487 of linked list.
15488 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15489 "new" _1 versions of the same name.
15490 (multidictionary): Define.
15491 (std::hash<enum language): New definition.
15492 (collate_pending_symbols_by_language, mdict_create_hashed)
15493 (mdict_create_hashed_expandable, mdict_create_linear)
15494 (mdict_create_linear_expandable, mdict_free)
15495 (find_language_dictionary, create_new_language_dictionary)
15496 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15497 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15498 (mdict_size, mdict_empty): New functions.
15499 * dictionary.h (mdict_iterator): Define.
15500
155012019-01-10 Pedro Alves <palves@redhat.com>
15502
15503 * breakpoint.c (read_uploaded_action)
15504 (create_tracepoint_from_upload): Adjust to use
15505 gdb::unique_xmalloc_ptr.
15506 * ctf.c (ctf_write_uploaded_tp):
15507 (SET_ARRAY_FIELD): Use emplace_back.
15508 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15509 * tracefile-tfile.c (tfile_write_uploaded_tp):
15510 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15511 gdb::unique_xmalloc_ptr.
15512 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15513 at_string, cond_string, cmd_strings>: Replace char pointers
15514 with gdb::unique_xmalloc_ptr.
15515
155162019-01-10 Pedro Alves <palves@redhat.com>
15517
15518 * solib-target.c (library_list_start_library): Don't xstrdup name.
15519
155202019-01-10 Pedro Alves <palves@redhat.com>
15521
15522 * mdebugread.c (parse_partial_symbols): Use
15523 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15524
155252019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15526
15527 * linux-fork.c (scoped_switch_fork_info)
15528 <~scoped_switch_fork_info>: Fix incorrect variable name.
15529
155302019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15531
15532 * linux-fork.c (scoped_switch_fork_info)
15533 <scoped_switch_fork_info>: Make explicit.
15534 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15535
155362019-01-10 Tom Tromey <tom@tromey.com>
15537
15538 * objfiles.h (objfile::reset_psymtabs): Update.
15539 * objfiles.c (objfile::objfile): Update.
15540 * psymtab.h (psymtab_storage::obstack): Update.
15541 (psymtab_storage::m_obstack): Use gdb::optional.
15542 (class psymtab_storage): Update comment. Remove objfile
15543 parameter.
15544 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15545
155462019-01-10 Tom Tromey <tom@tromey.com>
15547
15548 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15549 <free_psymtabs>: Now private.
15550 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15551 (allocate_psymtab): Use new method.
15552
155532019-01-10 Tom Tromey <tom@tromey.com>
15554
15555 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15556 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15557 * mdebugread.c (parse_partial_symbols): Use
15558 allocate_dependencies.
15559 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15560 allocate_dependencies.
15561 (process_psymtab_comp_unit_reader)
15562 (build_type_psymtab_dependencies): Likewise.
15563 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15564
155652019-01-10 Tom Tromey <tom@tromey.com>
15566
15567 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15568 PSYMBOL_SET_LANGUAGE.
15569 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15570
155712019-01-10 Tom Tromey <tom@tromey.com>
15572
15573 * psymtab.h (psymtab_storage::obstack): New method.
15574 <m_obstack>: Rename from obstack; now private.
15575 * psymtab.c (psymtab_storage): Update.
15576 * dwarf2read.c (create_addrmap_from_index)
15577 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15578 Update.
15579
155802019-01-10 Tom Tromey <tom@tromey.com>
15581
15582 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15583 * objfiles.h (objfile::reset_psymtabs): New method.
15584
155852019-01-10 Tom Tromey <tom@tromey.com>
15586
15587 * symmisc.c (print_symbol_bcache_statistics): Update.
15588 (print_objfile_statistics): Update.
15589 * symfile.c (reread_symbols): Update.
15590 * psymtab.h (class psymtab_storage): New.
15591 * psymtab.c (psymtab_storage): New constructor.
15592 (~psymtab_storage): New destructor.
15593 (require_partial_symbols): Update.
15594 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15595 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15596 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15597 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15598 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15599 (start_psymtab_common, end_psymtab_common)
15600 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15601 (allocate_psymtab): Update.
15602 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15603 Update.
15604 (dump_psymtab_addrmap, maintenance_print_psymbols)
15605 (maintenance_check_psymtabs): Update.
15606 (class objfile_psymtabs): Move to objfiles.h.
15607 * psympriv.h (discard_psymtab): Now inline.
15608 (psymtab_discarder::psymtab_discarder): Update.
15609 (psymtab_discarder::~psymtab_discarder): Update.
15610 (ALL_OBJFILE_PSYMTABS): Rewrite.
15611 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15612 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15613 Remove fields.
15614 <partial_symtabs>: New field.
15615 (class objfile_psymtabs): Move from psymtab.h. Update.
15616 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15617 psymbol_cache.
15618 (objfile::~objfile): Don't destroy psymbol_cache.
15619 * mdebugread.c (parse_partial_symbols): Update.
15620 * dwarf2read.c (create_addrmap_from_index)
15621 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15622 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15623 (add_partial_subprogram, dwarf2_ranges_read): Update.
15624 * dwarf-index-write.c (write_address_map)
15625 (write_one_signatured_type, recursively_write_psymbols)
15626 (class debug_names, class debug_names, write_psymtabs_to_index):
15627 Update.
15628
156292019-01-10 Tom Tromey <tom@tromey.com>
15630
15631 * symtab.h (SYMBOL_SET_NAMES): Update.
15632 (symbol_set_names): Update.
15633 (MSYMBOL_SET_NAMES): Update.
15634 * symtab.c (symbol_set_names): Change argument to be an
15635 objfile_per_bfd_storage.
15636 * psymtab.c (add_psymbol_to_bcache): Update.
15637 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15638
156392019-01-10 Tom Tromey <tom@tromey.com>
15640
15641 * symtab.c (create_demangled_names_hash): Change argument to be an
15642 objfile_per_bfd_storage.
15643 (symbol_set_names): Update.
15644
156452019-01-10 Tom Tromey <tom@tromey.com>
15646
15647 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15648 init_psymbol_list.
15649 * psymtab.c (init_psymbol_list): Do nothing if already called.
15650 * psympriv.h (init_psymbol_list): Add comment.
15651 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15652 init_psymbol_list.
15653 * dbxread.c (dbx_symfile_read): Unconditionally call
15654 init_psymbol_list.
15655
156562019-01-10 Tom Tromey <tom@tromey.com>
15657
15658 * xcoffread.c (scan_xcoff_symtab): Update.
15659 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15660 "where".
15661 * mdebugread.c (parse_partial_symbols)
15662 (handle_psymbol_enumerators): Update.
15663 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15664 * dbxread.c (read_dbx_symtab): Update.
15665 * psympriv.h (psymbol_placement): New enum.
15666 (add_psymbol_to_list): Update.
15667
156682019-01-10 Tom Tromey <tom@tromey.com>
15669
15670 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15671 static_psymbols parameters.
15672 (scan_xcoff_symtab): Update.
15673 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15674 static_psymbols parameters.
15675 * psympriv.h (start_psymtab_common): Update.
15676 * mdebugread.c (parse_partial_symbols): Update.
15677 * dwarf2read.c (create_partial_symtab): Update.
15678 * dbxread.c (read_dbx_symtab): Update.
15679 (start_psymtab): Remove global_psymbols and static_psymbols
15680 parameters.
15681
156822019-01-10 Tom Tromey <tom@tromey.com>
15683
15684 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15685 * psymtab.c (allocate_psymtab): Add comment.
15686 * psympriv.h (allocate_psymtab): Add comment.
15687 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15688 initializations.
15689 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15690
156912019-01-10 Tom Tromey <tom@tromey.com>
15692
15693 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15694 Don't declare.
15695 * mipsread.c: Include mdebugread.h.
15696 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15697 Declare.
15698 * elfread.c: Include mdebugread.h.
15699
157002019-01-09 Tom Tromey <tom@tromey.com>
15701
15702 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15703 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15704 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15705 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15706 (psym_lookup_symbol, psym_find_last_source_symtab)
15707 (psym_forget_cached_source_info, psym_print_stats)
15708 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15709 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15710 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15711 (psym_find_compunit_symtab_by_address)
15712 (maintenance_print_psymbols, maintenance_info_psymtabs)
15713 (maintenance_check_psymtabs): Use ranged for.
15714 * psymtab.h (class objfile_psymtabs): New.
15715 (require_partial_symbols): Return objfile_psymtabs.
15716 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15717
157182019-01-09 Tom Tromey <tom@tromey.com>
15719
15720 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15721 (find_pc_mapped_section, list_overlays_command)
15722 (map_overlay_command, unmap_overlay_command)
15723 (simple_overlay_update): Use all_objfiles.
15724 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15725 * printcmd.c (info_symbol_command): Use all_objfiles.
15726 * objfiles.h (ALL_OBJSECTIONS): Remove.
15727 * maint.c (maintenance_translate_address): Use all_objfiles.
15728 * gcore.c (gcore_create_callback): Use all_objfiles.
15729 (objfile_find_memory_regions): Likewise.
15730
157312019-01-09 Tom Tromey <tom@tromey.com>
15732
15733 * symtab.c (find_line_symtab, info_sources_command)
15734 (make_source_files_completion_list): Use objfile_compunits.
15735 * source.c (select_source_symtab): Use objfile_compunits.
15736 * objfiles.h (struct objfile): Update comment.
15737 (ALL_OBJFILES): Remove.
15738 (ALL_FILETABS): Remove.
15739 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15740 objfile_compunits.
15741
157422019-01-09 Tom Tromey <tom@tromey.com>
15743
15744 * symmisc.c (print_objfile_statistics, dump_objfile)
15745 (maintenance_print_symbols): Use compunit_filetabs.
15746 * source.c (forget_cached_source_info_for_objfile): Use
15747 compunit_filetabs.
15748 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15749 (ALL_FILETABS): Use compunit_filetabs.
15750 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15751 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15752
157532019-01-09 Tom Tromey <tom@tromey.com>
15754
15755 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15756 (compunit_filetabs): New.
15757 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15758 compunit_filetabs.
15759 (info_sources_command, make_source_files_completion_list): Remove
15760 declaration.
15761 * symmisc.c (print_objfile_statistics, dump_objfile)
15762 (maintenance_print_symbols): Remove declaration.
15763 (maintenance_info_symtabs): Use compunit_filetabs.
15764 (maintenance_info_line_tables): Likewise.
15765 * source.c (select_source_symtab): Change local variable name.
15766 (forget_cached_source_info_for_objfile): Remove declaration.
15767 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15768 * objfiles.c (objfile_relocate1): Remove declaration.
15769 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15770 declaration.
15771 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15772 * coffread.c (coff_symtab_read): Remove declaration.
15773 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15774 compunit_filetabs.
15775
157762019-01-09 Tom Tromey <tom@tromey.com>
15777
15778 * symtab.c (lookup_objfile_from_block)
15779 (find_pc_sect_compunit_symtab, search_symbols)
15780 (default_collect_symbol_completion_matches_break_on): Use
15781 objfile_compunits.
15782 * objfiles.h (ALL_COMPUNITS): Remove.
15783 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15784 * cp-support.c (add_symbol_overload_list_qualified): Use
15785 objfile_compunits.
15786 * ada-lang.c (ada_collect_symbol_completion_matches)
15787 (ada_add_global_exceptions): Use objfile_compunits.
15788
157892019-01-09 Tom Tromey <tom@tromey.com>
15790
15791 * source.c (select_source_symtab)
15792 (forget_cached_source_info_for_objfile): Remove declaration.
15793 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15794 declaration.
15795 * maint.c (count_symtabs_and_blocks): Remove declaration.
15796 * cp-support.c (add_symbol_overload_list_qualified): Remove
15797 declaration.
15798 * coffread.c (coff_symtab_read): Remove declaration.
15799 * symtab.c (lookup_symbol_in_objfile_symtabs)
15800 (basic_lookup_transparent_type_1): Use objfile_compunits.
15801 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15802 (info_sources_command, search_symbols)
15803 (default_collect_symbol_completion_matches_break_on)
15804 (make_source_files_completion_list): Remove declaration.
15805 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15806 (ada_collect_symbol_completion_matches)
15807 (ada_add_global_exceptions): Remove declaration.
15808 * linespec.c (iterate_over_all_matching_symtabs): Use
15809 objfile_compunits.
15810 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15811 (class objfile_compunits): New.
15812 (ALL_COMPUNITS): Use objfile_compunits.
15813 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15814 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15815 objfile_compunits.
15816 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15817
158182019-01-09 Tom Tromey <tom@tromey.com>
15819
15820 * symtab.c (search_symbols)
15821 (default_collect_symbol_completion_matches_break_on): Use
15822 objfile_msymbols.
15823 * ada-lang.c (ada_lookup_simple_minsym)
15824 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15825 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15826 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15827 objfile_msymbols.
15828 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15829 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15830 * objc-lang.c (find_methods): Use objfile_msymbols.
15831 (info_selectors_command, info_classes_command): Likewise.
15832 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15833 * objfiles.h (class objfile_msymbols): New.
15834 (ALL_OBJFILE_MSYMBOLS): Remove.
15835 (ALL_MSYMBOLS): Remove.
15836
158372019-01-09 Tom Tromey <tom@tromey.com>
15838
15839 * common/next-iterator.h (next_adapter): Add Iterator template
15840 parameter.
15841 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15842 (class all_objfiles_safe): New.
15843 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15844 * objfiles.c (put_objfile_before): Update comment.
15845 (add_separate_debug_objfile): Likewise.
15846 (free_all_objfiles): Use all_objfiles_safe.
15847 (objfile_purge_solibs): Likewise.
15848
158492019-01-09 Tom Tromey <tom@tromey.com>
15850
15851 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15852 (expand_symtab_containing_pc, lookup_static_symbol)
15853 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15854 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15855 all_objfiles.
15856 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15857 * breakpoint.c (create_overlay_event_breakpoint)
15858 (create_longjmp_master_breakpoint)
15859 (create_std_terminate_master_breakpoint)
15860 (create_exception_master_breakpoint): Use all_objfiles.
15861 * linux-thread-db.c (try_thread_db_load_from_pdir)
15862 (has_libpthread): Use all_objfiles.
15863 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15864 * linespec.c (iterate_over_all_matching_symtabs)
15865 (search_minsyms_for_name): Use all_objfiles.
15866 * maint.c (maintenance_info_sections): Use all_objfiles.
15867 * main.c (captured_main_1): Use all_objfiles.
15868 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15869 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15870 * guile/scm-pretty-print.c
15871 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15872 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15873 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15874 (maintenance_print_msymbols): Use all_objfiles.
15875 * source.c (select_source_symtab): Use all_objfiles.
15876 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15877 * symfile.c (remove_symbol_file_command)
15878 (expand_symtabs_matching, map_symbol_filenames): Use
15879 all_objfiles.
15880 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15881 all_objfiles.
15882 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15883 * objc-lang.c (find_methods): Use all_objfiles.
15884 * objfiles.c (have_partial_symbols, have_full_symbols)
15885 (have_minimal_symbols, qsort_cmp)
15886 (default_iterate_over_objfiles_in_search_order): Use
15887 all_objfiles.
15888 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15889 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15890 (maintenance_check_psymtabs): Use all_objfiles.
15891 (ALL_PSYMTABS): Remove.
15892 * compile/compile-object-run.c (do_module_cleanup): Use
15893 all_objfiles.
15894 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15895 * cp-support.c (add_symbol_overload_list_qualified): Use
15896 all_objfiles.
15897 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15898 Use all_objfiles.
15899 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15900 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15901 all_objfiles.
15902 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15903 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15904 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15905 Uses all_objfiles.
15906 * solib.c (solib_read_symbols): Use all_objfiles
15907
159082019-01-09 Tom Tromey <tom@tromey.com>
15909
15910 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15911 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15912 all_objfiles.
15913 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15914 * symmisc.c (print_symbol_bcache_statistics)
15915 (print_objfile_statistics, maintenance_print_objfiles)
15916 (maintenance_info_symtabs, maintenance_check_symtabs)
15917 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15918 all_objfiles.
15919 * source.c (forget_cached_source_info): Use all_objfiles.
15920 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15921 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15922 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15923 * objfiles.c (update_section_map): Use all_objfiles.
15924 (shared_objfile_contains_address_p): Likewise.
15925 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15926 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15927
159282019-01-09 Tom Tromey <tom@tromey.com>
15929
15930 * common/next-iterator.h: New file.
15931 * objfiles.h (class all_objfiles): New.
15932 (struct objfile_iterator): New.
15933
159342019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15935
15936 * NEWS: Move the description of the changed "frame", "select-frame",
15937 and "info frame" commands to the Changed commands section.
15938
159392019-01-09 Simon Marchi <simon.marchi@ericsson.com>
15940
15941 * gdbtypes.c (check_stub_method_group): Remove handling of old
15942 mangling schemes.
15943 * linespec.c (find_methods): Likewise.
15944 * stabsread.c (read_member_functions): Likewise.
15945 * valops.c (search_struct_method): Likewise.
15946 (value_struct_elt_for_reference): Likewise.
15947 * NEWS: Mention this change.
15948
159492019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15950
15951 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
15952 print_source_lines.
15953 * source.c (print_source_lines_base): Update line number check.
15954 (print_source_lines): New function.
15955 (source_lines_range::source_lines_range): New function.
15956 * source.h (class source_lines_range): New class.
15957 (print_source_lines): New declaration.
15958
159592019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15960
15961 * linespec.c (linespec_state_destructor): Free self->canonical_names.
15962
159632019-01-08 Tom Tromey <tom@tromey.com>
15964 Simon Marchi <simon.marchi@ericsson.com>
15965
15966 PR gdb/24060
15967 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
15968 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
15969 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15970 * f-exp.y (DOLLAR_VARIABLE): Likewise.
15971 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
15972 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15973
159742019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15975
15976 * source.c (select_source_symtab): Move header comment to
15977 declaration in source.h.
15978 (forget_cached_source_info_for_objfile): Likewise.
15979 (forget_cached_source_info): Likewise.
15980 (identify_source_line): Likewise.
15981 * source.h (identify_source_line): Move declaration from symtab.h
15982 and add comment from source.c
15983 (print_source_lines): Likewise.
15984 (forget_cached_source_info_for_objfile): Likewise.
15985 (forget_cached_source_info): Likewise.
15986 (select_source_symtab): Likewise.
15987 (enum print_source_lines_flag): Move definition from symtab.h.
15988 * symtab.h (identify_source_line): Move declaration to source.h.
15989 (print_source_lines): Likewise.
15990 (forget_cached_source_info_for_objfile): Likewise.
15991 (forget_cached_source_info): Likewise.
15992 (select_source_symtab): Likewise.
15993 (enum print_source_lines_flag): Move definition to source.h.
15994 * tui/tui-hooks.c: Add 'source.h' include.
15995
159962019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15997
15998 * source.c (print_source_lines_base): Handle requests to print
15999 reverse line number sequences, and guard against empty lines
16000 string.
16001
160022019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16003
16004 * source.c (print_source_lines_base): Fix skip of '\r' if next
16005 character is '\n'.
16006
160072019-01-06 Tom Tromey <tom@tromey.com>
16008
16009 * c-exp.y (struct c_parse_state) <macro_original_text,
16010 expansion_obstack>: New member.
16011 (macro_original_text, expansion_obstack): Remove globals.
16012 (scan_macro_expansion, scanning_macro_expansion)
16013 (finished_macro_expansion): Update.
16014 (scan_macro_cleanup): Remove.
16015 (yylex, c_parse): Update.
16016
160172019-01-06 Tom Tromey <tom@tromey.com>
16018
16019 * c-exp.y (struct c_parse_state) <strings>: New member.
16020 (operator_stoken): Update.
16021
160222019-01-06 Tom Tromey <tom@tromey.com>
16023
16024 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
16025 (union type_stack_elt) <typelist_val>: Now a pointer to
16026 std::vector.
16027 (type_stack_cleanup): Don't declare.
16028 (push_typelist): Update.
16029 * parse.c (pop_typelist): Return a std::vector.
16030 (push_typelist): Take a std::vector.
16031 (follow_types): Update. Do not free args.
16032 (type_stack_cleanup): Remove.
16033 * c-exp.y (struct c_parse_state): New.
16034 (cpstate): New global.
16035 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
16036 (nonempty_typelist): Update.
16037 (func_mod): Create a new vector.
16038 (c_parse): Create a c_parse_state.
16039 (check_parameter_typelist): Do not delete params.
16040 (function_method): Update. Do not delete type_list.
16041
160422019-01-06 Tom Tromey <tom@tromey.com>
16043
16044 PR gdb/28155:
16045 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
16046 check_typedef.
16047 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
16048 (print_return_value): Likewise.
16049
160502019-01-05 Tom Tromey <tom@tromey.com>
16051
16052 * contrib/cleanup_check.py: Remove.
16053 * contrib/gcc-with-excheck: Remove.
16054 * contrib/exsummary.py: Remove.
16055 * contrib/excheck.py: Remove.
16056
160572019-01-05 Joel Brobecker <brobecker@adacore.com>
16058
16059 * thread.c (delete_thread_1): Add gdb_assert that THR is not
16060 NULL. Initialize tpprev to NULL instead of assigning it
16061 to NULL on the next statement.
16062 * windows-nat.c (windows_delete_thread): Remove check for
16063 main_thread_id before printing thread exit notifications.
16064 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16065 Remove thread ID check against main_thread_id.
16066 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16067 windows_delete_thread.
16068 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16069
160702019-01-04 Tom Tromey <tom@tromey.com>
16071
16072 * compile/compile.c (_initialize_compile): Use upper case for
16073 metasyntactic variables.
16074 * symmisc.c (_initialize_symmisc): Use upper case for
16075 metasyntactic variables.
16076 * psymtab.c (_initialize_psymtab): Use upper case for
16077 metasyntactic variables.
16078 * demangle.c (demangle_command): Use upper case for metasyntactic
16079 variables.
16080 (_initialize_demangler): Likewise.
16081 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16082 variables.
16083
160842019-01-03 Tom Tromey <tom@tromey.com>
16085
16086 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16087
160882019-01-03 Tom Tromey <tom@tromey.com>
16089
16090 * python/py-symtab.c (salpy_str): Update.
16091 (struct salpy_sal_object) <symtab>: Now a PyObject.
16092 (salpy_dealloc): Update.
16093 (del_objfile_sal): Use gdbpy_ref.
16094
160952019-01-03 Tom Tromey <tom@tromey.com>
16096
16097 * python/py-type.c (convert_field): Use new_reference. Return
16098 gdbpy_ref.
16099 (make_fielditem): Return gdbpy_ref.
16100 (typy_fields): Update.
16101 (typy_getitem): Update.
16102 (field_name): Return gdbpy_ref. Use new_reference.
16103 (typy_iterator_iternext): Update.
16104
161052019-01-03 Tom Tromey <tom@tromey.com>
16106
16107 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16108
161092019-01-03 Tom Tromey <tom@tromey.com>
16110
16111 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16112 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16113 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16114 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16115 (pspy_set_type_printers): Likewise.
16116 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16117 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16118 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16119 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16120 (objfpy_set_type_printers): Likewise.
16121
161222019-01-03 Tom Tromey <tom@tromey.com>
16123
16124 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16125 (gdbpy_print_stack): Use gdbpy_err_fetch.
16126 * python/python-internal.h (class gdbpy_err_fetch): New class.
16127 (class gdbpy_enter) <m_error_type, m_error_value,
16128 m_error_traceback>: Remove.
16129 <m_error>: New member.
16130 (gdbpy_exception_to_string): Don't declare.
16131 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16132 * python/py-value.c (convert_value_from_python): Use
16133 gdbpy_err_fetch.
16134 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16135 gdbpy_exception_to_string.
16136 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16137 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16138 gdbpy_err_fetch.
16139
161402019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16141
16142 * linux-nat.c (delete_lwp_cleanup): Delete.
16143 (struct lwp_deleter): New struct.
16144 (lwp_info_up): New typedef.
16145 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16146 lwp_info_up.
16147
161482019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16149
16150 * linux-fork.c (class scoped_switch_fork_info): New class.
16151 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16152
161532019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16154
16155 * valops.c (find_overload_match): Remove use of null_cleanup, and
16156 calls to do_cleanups.
16157
161582019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16159
16160 * compile/compile-cplus-types.c
16161 (compile_cplus_instance::decl_name): Handle changes to
16162 cp_func_name.
16163 * cp-support.c (cp_func_name): Update header comment, update
16164 return type.
16165 * cp-support.h (cp_func_name): Update return type in declaration.
16166 * valops.c (find_overload_match): Move temp_func local to top
16167 level of function and change its type. Use temp_func to hold and
16168 delete temporary string obtained from cp_func_name.
16169
161702019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16171
16172 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16173 gdb::char_vector, remove cleanup, and update uses of `msg`.
16174
161752019-01-03 Jim Wilson <jimw@sifive.com>
16176
16177 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16178
161792019-01-02 Tom Tromey <tom@tromey.com>
16180
16181 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16182 (tdesc_parse_xml): Remove cleanups.
16183 * target-descriptions.h (make_cleanup_free_target_description):
16184 Don't declare.
16185 (target_desc_deleter): New struct.
16186 (target_desc_up): New typedef.
16187 * target-descriptions.c (target_desc_deleter::operator()): Rename
16188 from free_target_description.
16189 (make_cleanup_free_target_description): Remove.
16190
161912019-01-02 Tom Tromey <tom@tromey.com>
16192
16193 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16194 constructor, destructor.
16195 (linespec_parser): Remove typedef.
16196 (~linespec_parser): Rename from linespec_parser_delete.
16197 (linespec_lex_to_end, linespec_complete_label)
16198 (linespec_complete): Update.
16199 (decode_line_full): Remove cleanups.
16200 (decode_line_1): Update.
16201
162022019-01-02 Tom Tromey <tom@tromey.com>
16203
16204 * python/python-internal.h (inferior_to_inferior_object): Change
16205 return type.
16206 * python/py-exitedevent.c (create_exited_event_object): Update.
16207 * python/py-inferior.c (inferior_to_inferior_object): Return
16208 gdbpy_ref.
16209 (python_new_inferior, python_inferior_deleted)
16210 (thread_to_thread_object, delete_thread_object)
16211 (build_inferior_list, gdbpy_selected_inferior): Update.
16212 * python/py-infthread.c (create_thread_object): Update. Also fail
16213 if inferior_to_inferior_object fails.
16214
162152019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16216
16217 * inferior.h (class inferior) <displaced_step_state>: New field.
16218 * infrun.h (struct displaced_step_state): Move here from
16219 infrun.c. Initialize fields, add constructor.
16220 <inf>: Remove field.
16221 <reset>: New method.
16222 * infrun.c (struct displaced_step_inferior_state): Move to
16223 infrun.h.
16224 (displaced_step_inferior_states): Remove.
16225 (get_displaced_stepping_state): Adust.
16226 (displaced_step_in_progress_any_inferior): Adjust.
16227 (displaced_step_in_progress_thread): Adjust.
16228 (displaced_step_in_progress): Adjust.
16229 (add_displaced_stepping_state): Remove.
16230 (get_displaced_step_closure_by_addr): Adjust.
16231 (remove_displaced_stepping_state): Remove.
16232 (infrun_inferior_exit): Call displaced_step_state.reset.
16233 (use_displaced_stepping): Don't check for NULL.
16234 (displaced_step_prepare_throw): Call
16235 get_displaced_stepping_state.
16236 (displaced_step_fixup): Don't check for NULL.
16237 (prepare_for_detach): Don't check for NULL.
16238
162392019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16240
16241 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16242 in case of call that did not complete.
16243
162442019-01-02 Andrey Utkin <autkin@undo.io>
16245
16246 * symfile.c (find_separate_debug_file): Fix search of debug files for
16247 remote debuggee.
16248
162492019-01-02 Tom Tromey <tom@tromey.com>
16250
16251 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16252 indentation.
16253 * python/py-frame.c (frapy_older): Remove cast.
16254 (frapy_newer): Likewise.
16255 * python/py-breakpoint.c (local_setattro): Remove cast.
16256 * python/py-arch.c (archpy_name): Remove local variable.
16257 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16258
162592019-01-02 Joel Brobecker <brobecker@adacore.com>
16260
16261 * unittests/basic_string_view/element_access/char/empty.cc:
16262 Fix year range in copyright header.
16263
162642019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16265
16266 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16267 Delete.
16268 <operator==>: Update with for removed field.
16269 <hash>: Likewise.
16270 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16271 <isa_features>: ...this.
16272 <abi_features>: New field.
16273 (riscv_isa_flen): Update comment.
16274 (riscv_abi_xlen): New declaration.
16275 (riscv_abi_flen): New declaration.
16276 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16277 isa_features.
16278 (riscv_abi_xlen): New function.
16279 (riscv_isa_flen): Update to get answer from isa_features.
16280 (riscv_abi_flen): New function.
16281 (riscv_has_fp_abi): Update to get answer from abi_features.
16282 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16283 xlen and flen.
16284 (riscv_call_info) <xlen, flen>: Update comment.
16285 (riscv_call_arg_struct): Remove invalid assertions
16286 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16287 is removed.
16288 (riscv_gdbarch_init): Gather isa features and abi features
16289 separately, ensure both match on the gdbarch when reusing an old
16290 gdbarch. Relax an error check to allow 32-bit abi float to run on
16291 a target with 64-bit float hardware.
16292
162932019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16294
16295 * source.c (search_command_helper): Stop reverse search
16296 when line 1 has been searched.
16297
162982019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16299
16300 * record-full.c (record_full_base_target::close): Rewrite
16301 record_full_core_buf_list free logic.
16302
163032019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16304
16305 * break-catch-syscall.c (print_one_catch_syscall): xfree
16306 the last text.
16307
163082019-01-01 Joel Brobecker <brobecker@adacore.com>
16309
16310 * top.c (print_gdb_version): Update Copyright year in version
16311 message.
16312
163132019-01-01 Joel Brobecker <brobecker@adacore.com>
16314
16315 Update copyright year range in all GDB files.
16316
163172019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
16318
16319 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
16320
16321For older changes see ChangeLog-2018.
16322\f
16323Local Variables:
16324mode: change-log
16325left-margin: 8
16326fill-column: 74
16327version-control: never
16328coding: utf-8
16329End:
16330
This page took 0.109025 seconds and 4 git commands to generate.