f06ad13870afe0166a08152afd14a9d74917160b
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-12-06 Christian Biesinger <cbiesinger@google.com>
2
3 * bcache.c: Put in namespace gdb.
4 * bcache.h: Likewise.
5 * gdbtypes.c (check_types_worklist): Update.
6 (types_deeply_equal): Update.
7 * macrotab.c (struct macro_table) <bcache>: Update.
8 (new_macro_table): Update.
9 * macrotab.h (struct bcache): Put this forward declaration
10 inside namespace gdb.
11 (new_macro_table): Update.
12 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache>:
13 Update.
14 <macro_cache>: Update.
15 * psymtab.h: (psymtab_storage) <psymbol_cache>: Update.
16
17 2019-12-06 Tom de Vries <tdevries@suse.de>
18
19 PR symtab/24971
20 * block.c (best_symbol, better_symbol): New function.
21 (block_lookup_symbol_primary, block_lookup_symbol): Prefer def over
22 decl.
23
24 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
25
26 * gdbtypes.h: Define the REFERENCE_SEE_THROUGH_BADNESS value.
27 * gdbtypes.c (rank_one_type): Use REFERENCE_SEE_THROUGH_BADNESS
28 for ranking see-through reference cases.
29
30 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
31 * stack.c (faas_command): Check a command is provided.
32 * thread.c (taas_command, tfaas_command): Likewise.
33
34 2019-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
35 * inferior.c (prune_inferiors): Only call delete_inferior,
36 Do not modify the inferior list.
37
38 2019-12-05 Simon Marchi <simon.marchi@polymtl.ca>
39
40 * c-exp.y: Update calls to lookup_typename,
41 lookup_signed_typename and lookup_unsigned_typename.
42 * c-lang.c (evaluate_subexp_c): Likewise.
43 * cp-namespace.c (cp_lookup_symbol_imports_or_template):
44 Likewise.
45 * eval.c (binop_promote): Likewise.
46 * gdbtypes.c (lookup_typename): Remove gdbarch parameter.
47 (lookup_unsigned_typename): Likewise.
48 (lookup_signed_typename): Likewise.
49 * gdbtypes.h (lookup_unsigned_typename): Likewise.
50 (lookup_signed_typename): Likewise.
51 (lookup_typename): Likewise.
52 * guile/scm-type.c (tyscm_lookup_typename): Update calls to
53 lookup_typename, lookup_signed_typename,
54 lookup_unsigned_typename.
55 * m2-exp.y: Likewise.
56 * printcmd.c (printf_wide_c_string): Likewise.
57 (ui_printf): Likewise.
58 * python/py-type.c (typy_lookup_typename): Likewise.
59 * python/py-xmethods.c (python_xmethod_worker::invoke):
60 Likewise.
61 * rust-exp.y: Likewise.
62
63 2019-12-04 Christian Biesinger <cbiesinger@google.com>
64
65 * configure.nat (obsd64): Add missing files x86-nat.o and
66 nat/x86-dregs.o.
67
68 2019-12-04 Tom Tromey <tom@tromey.com>
69
70 * valprint.c (val_print_string): Use metadata_style.
71 * go-valprint.c (print_go_string): Use metadata style.
72 * p-valprint.c (pascal_object_print_static_field): Use metadata
73 style.
74 * cp-valprint.c (cp_print_static_field): Use metadata style.
75
76 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
77 Chris January <chris.january@arm.com>
78
79 * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New
80 tokens.
81 (typebase): New patterns for complex, single/double precision, and
82 single/double complex.
83 (f77_keywords): Change token for complex keyword, and add single,
84 double, and precision keywords.
85
86 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
87
88 * avr-tdep.c (_initialize_avr_tdep): Improve help of command
89 "info io_registers".
90
91 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
92
93 * regcache.c (cooked_read_test): Initialize thread list of
94 mock_inferior.
95
96 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
97
98 * aarch64-linux-tdep.c: Remove includes.
99
100 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
101
102 * aarch64-tdep.c: Remove includes.
103
104 2019-12-04 Simon Marchi <simon.marchi@efficios.com>
105
106 * filtered-iterator.h (filtered_iterator) <operator==,
107 operator!=>: Compare wrapped iterators, not wrapped pointers.
108 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
109 unittests/filtered_iterator-selftests.c.
110 * unittests/filtered_iterator-selftests.c: New file.
111
112 2019-12-04 Tom Tromey <tromey@adacore.com>
113
114 * gdbtypes.c (create_range_type): Inherit endianity
115 from base type.
116
117 2019-12-04 Tom Tromey <tromey@adacore.com>
118
119 * ada-lang.c (decode_constrained_packed_array)
120 (ada_value_assign, value_assign_to_component): Update.
121 * dwarf2loc.c (rw_pieced_value, access_memory)
122 (dwarf2_compile_expr_to_ax): Update.
123 * dwarf2read.c (dwarf2_add_field): Update.
124 * eval.c (evaluate_subexp_standard): Update.
125 * gdbarch.c, gdbarch.h: Rebuild.
126 * gdbarch.sh (bits_big_endian): Remove.
127 * gdbtypes.h (union field_location): Update comment.
128 * target-descriptions.c (make_gdb_type): Update.
129 * valarith.c (value_bit_index): Update.
130 * value.c (struct value) <bitpos>: Update comment.
131 (unpack_bits_as_long, modify_field): Update.
132 * value.h (value_bitpos): Update comment.
133
134 2019-12-04 Tom Tromey <tromey@adacore.com>
135
136 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
137 endian-ness.
138
139 2019-12-04 Tom Tromey <tromey@adacore.com>
140
141 * dwarf2read.c (dwarf2_init_float_type)
142 (dwarf2_init_complex_target_type): Add byte_order parameter.
143 (read_base_type): Compute byte order earlier.
144 * gdbtypes.c (init_float_type): Add byte_order parameter.
145 * gdbtypes.h (init_float_type): Add byte_order parameter.
146
147 2019-12-04 Tom Tromey <tromey@adacore.com>
148
149 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
150
151 2019-12-04 Tom Tromey <tromey@adacore.com>
152
153 * dwarf2read.c (process_structure_scope): Initialize
154 "discr_offset".
155
156 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
159 add it into the search spec.
160 (parse_max_results_option): New function.
161 (mi_info_functions_or_variables): Parse -max-results flag and pass
162 it to mi_symbol_info.
163 (mi_cmd_symbol_info_modules): Likewise.
164 (mi_cmd_symbol_info_types): Likewise.
165 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
166 return type to bool, change result container into a set, and don't
167 add new results if we have enough already.
168 (global_symbol_searcher::add_matching_msymbols): Change return
169 type to bool, and don't add new results if we have enough already.
170 (sort_search_symbols_remove_dups): Delete.
171 (global_symbol_searcher::search): Early exit from search loop when
172 we have enough results. Use a std::set to collect the results
173 from calling add_matching_symbols.
174 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
175 member function.
176 (global_symbol_searcher) <m_max_search_results>: New member
177 variable.
178 (global_symbol_searcher) <add_matching_symbols>: Update header
179 comment and change return type to bool.
180 (global_symbol_searcher) <add_matching_msymbols>: Update header
181 comment and change return type to bool.
182
183 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
184
185 * symtab.c (symbol_search::compare_search_syms): Update header
186 comment.
187 (global_symbol_searcher::is_suitable_msymbol): New function.
188 (global_symbol_searcher::expand_symtabs): New function.
189 (global_symbol_searcher::add_matching_symbols): New function.
190 (global_symbol_searcher::add_matching_msymbols): New function.
191 (global_symbol_searcher::search): Move most of the content
192 into the new functions above, and call them as needed.
193 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
194 function.
195 (global_symbol_searcher) <add_matching_symbols>: New member
196 function.
197 (global_symbol_searcher) <add_matching_msymbols>: New member
198 function.
199 (global_symbol_searcher) <is_suitable_msymbol>: New member
200 function.
201
202 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
203
204 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
205 -symbol-info-module-variables entries.
206 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
207 (mi_cmd_symbol_info_module_variables): Declare.
208 * mi/mi-symbol-cmds.c
209 (module_symbol_search_iterator): New typedef.
210 (output_module_symbols_in_single_module_and_file): New function.
211 (output_module_symbols_in_single_module): New function.
212 (mi_info_module_functions_or_variables): New function.
213 (mi_cmd_symbol_info_module_functions): New function.
214 (mi_cmd_symbol_info_module_variables): New function.
215 * NEWS: Mention new MI command.
216
217 2019-12-03 Christian Biesinger <cbiesinger@google.com>
218
219 * bcache.c (hash): Remove.
220 (hash_continue): Remove.
221 * bcache.h (hash): Remove.
222 (hash_continue): Remove.
223 (struct bcache) <ctor>: Update.
224 * psymtab.c (psymbol_hash): Update.
225 * stabsread.c (hashname): Update.
226 * utils.h (fast_hash): Add an argument for a start value,
227 defaulting to zero.
228
229 2019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
230 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
231 (destroy_block_symbol_cache): New function.
232 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
233 (resize_symbol_cache): Likewise.
234
235 2019-12-02 Tom Tromey <tom@tromey.com>
236
237 * unittests/tui-selftests.c (run_tests): Make conditional.
238 (_initialize_tui_selftest): Make conditional.
239
240 2019-12-02 Christian Biesinger <cbiesinger@google.com>
241
242 * aix-thread.c (debug_aix_thread): Change type to bool.
243
244 2019-12-02 Luis Machado <luis.machado@linaro.org>
245
246 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
247
248 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * dwarf2read.c (read_tag_string_type): Read the fields required to
251 make a dynamic string, and possibly create a dynamic range for the
252 string.
253 (attr_to_dynamic_prop): Setup is_reference based on the type of
254 attribute being processed.
255 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
256 (resolve_dynamic_array): Rename to...
257 (resolve_dynamic_array_or_string): ...this, update header comment,
258 and accept TYPE_CODE_STRING.
259 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
260
261 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
262
263 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
264 of its implementation from...
265 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
266 the new function.
267
268 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
269
270 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
271 create a range with stride where appropriate.
272 * f-valprint.c: Include 'gdbarch.h'.
273 (f77_print_array_1): Take the stride into account when walking the
274 array. Also convert the stride into addressable units.
275 * gdbtypes.c (create_range_type): Initialise the stride to
276 constant zero.
277 (create_range_type_with_stride): New function, initialise the
278 range as normal, and then setup the stride.
279 (has_static_range): Include the stride here. Also change the
280 return type to bool.
281 (create_array_type_with_stride): Consider the range stride if the
282 array isn't given its own stride.
283 (resolve_dynamic_range): Resolve the stride if needed.
284 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
285 (struct range_bounds) <flag_is_byte_stride>: New member variable.
286 (TYPE_BIT_STRIDE): Define.
287 (TYPE_ARRAY_BIT_STRIDE): Define.
288 (create_range_type_with_stride): Declare.
289 * valarith.c (value_subscripted_rvalue): Take range stride into
290 account when walking the array.
291
292 2019-12-01 Tom Tromey <tom@tromey.com>
293
294 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
295 specially.
296
297 2019-12-01 Tom Tromey <tom@tromey.com>
298
299 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
300 \0.
301 * unittests/tui-selftests.c: New file.
302 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
303
304 2019-12-01 Tom Tromey <tom@tromey.com>
305
306 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
307
308 2019-12-01 Tom Tromey <tom@tromey.com>
309
310 * NEWS: Document new settings.
311 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
312 * tui/tui-win.c (_initialize_tui_win): Add border style
313 observers.
314 * tui/tui-io.h (tui_apply_style): Declare.
315 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
316 longer static.
317 (apply_ansi_escape, tui_set_reverse_mode): Update.
318 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
319 Add "skip_intensity" parameter.
320 <changed>: New member.
321 <do_set_value>: Declare.
322 (tui_border_style, tui_active_border_style): Declare.
323 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
324 globals.
325 (cli_style_option): Initialize "changed".
326 (cli_style_option::do_set_value): New function.
327 (cli_style_option::add_setshow_commands): Add "skip_intensity"
328 parameter. Update.
329 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
330 (_initialize_cli_style): Update. Create TUI border style
331 commands.
332
333 2019-12-01 Tom Tromey <tom@tromey.com>
334
335 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
336 parameter.
337 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
338 parameter.
339 * tui/tui-win.h (compact_source): Declare.
340 * tui/tui-win.c (compact_source): New global.
341 (tui_set_compact_source, tui_show_compact_source): New functions.
342 (_initialize_tui_win): Add "compact-source" setting.
343 * tui/tui-source.c (tui_source_window::set_contents): Handle
344 compact_source setting.
345 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
346 * NEWS: Document new setting.
347
348 2019-11-30 Tom Tromey <tom@tromey.com>
349
350 * dwarf2read.c (dwarf2_add_field): Include field offset when
351 computing variant part length.
352
353 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
354 * NEWS: Mention define-prefix. Tell that command names can now
355 contain a . character.
356
357 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
358
359 * command.h (valid_cmd_char_p): Declare.
360 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
361 the check of valid command char.
362 (find_command_name_length, valid_user_defined_cmd_name_p): Use
363 valid_cmd_char_p.
364 * cli/cli-script.c (validate_comname): Likewise.
365 * completer.c (gdb_completer_command_word_break_characters):
366 Do not remove . from the word break char, update comments.
367 (complete_line_internal_1): Use valid_cmd_char_p.
368 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
369 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
370
371 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
372
373 * cli/cli-script.c (do_define_command): Ensure a redefined
374 prefix command is kept as a prefix command.
375 (define_prefix_command): New function.
376 (show_user_1): Report user defined prefixes.
377 (_initialize_cli_script): Create the new 'define-prefix' command.
378 Add completers for 'define' and 'document'.
379 * top.c (execute_command): If command is a user-defined prefix only
380 command, report the list of commands for this prefix command.
381
382 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
383
384 * valops.c (find_oload_champ): Improve debug output.
385
386 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
387
388 * valops.c (find_oload_champ): Print part of debug messages
389 before the badness vector is std::move'd.
390
391 2019-11-28 Tom Tromey <tom@tromey.com>
392
393 * value.c (creal_internal_fn): Fix comment.
394
395 2019-11-28 Tom Tromey <tom@tromey.com>
396
397 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
398 flag_bound_evaluated>: Now unsigned.
399
400 2019-11-28 Tom Tromey <tom@tromey.com>
401
402 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
403 declare.
404
405 2019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
406
407 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
408 debug output.
409 * jit.c (jit_unregister_code): Add debug print to match
410 `jit_register_code`.
411
412 2019-11-27 Christian Biesinger <cbiesinger@google.com>
413
414 * NEWS: Mention the new multithreaded symbol loading.
415
416 2019-11-27 Christian Biesinger <cbiesinger@google.com>
417
418 * maint.c (n_worker_threads): Default to 0.
419 (worker_threads_disabled): New function.
420 * maint.h (worker_threads_disabled): New function.
421 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
422 here if worker_threads_disabled () is true.
423 (minimal_symbol_reader::install): Skip all threading if
424 worker_threads_disabled () is true.
425
426 2019-11-27 Christian Biesinger <cbiesinger@google.com>
427
428 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
429 hash code if possible.
430 (add_minsym_to_demangled_hash_table): Likewise.
431 (minimal_symbol_reader::install): Compute the hash codes for msymbol
432 on the background thread.
433 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
434 Add these fields.
435
436 2019-11-27 Christian Biesinger <cbiesinger@google.com>
437
438 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
439 of the mangled name on the background thread.
440 * symtab.c (symbol_set_names): Allow passing in the hash of the
441 linkage_name.
442 * symtab.h (symbol_set_names): Likewise.
443
444 2019-11-27 Kevin Buettner <kevinb@redhat.com>
445
446 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
447 physnames are computed for inherited DIEs.
448
449 2019-11-27 Tom Tromey <tromey@adacore.com>
450
451 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
452 backslashes.
453 * cp-support.c: Remove unnecessary backslashes.
454
455 2019-11-27 Christian Biesinger <cbiesinger@google.com>
456
457 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
458 with sym->set_linkage_name.
459 * coffread.c (coff_read_enum_type): Likewise.
460 * mdebugread.c (parse_symbol): Likewise.
461 * stabsread.c (patch_block_stabs): Likewise.
462 (define_symbol): Likewise.
463 (read_enum_type): Likewise.
464 (common_block_end): Likewise.
465 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
466 function.
467 (SYMBOL_SET_LINKAGE_NAME): Remove.
468 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
469 with sym->set_linkage_name.
470
471 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
472
473 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
474 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
475 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
476 * NEWS: Mention new MI command.
477
478 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
479
480 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
481 '-symbol-info-types', and '-symbol-info-variables'.
482 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
483 (mi_cmd_symbol_info_types): Declare.
484 (mi_cmd_symbol_info_variables): Declare.
485 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
486 (output_debug_symbol): New function.
487 (output_nondebug_symbol): New function.
488 (mi_symbol_info): New function.
489 (mi_info_functions_or_variables): New function.
490 (mi_cmd_symbol_info_functions): New function.
491 (mi_cmd_symbol_info_types): New function.
492 (mi_cmd_symbol_info_variables): New function.
493 * NEWS: Mention new commands.
494
495 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
496
497 * symtab.c (symbol_to_info_string): New function, most content
498 moved from print_symbol_info, but updated to return a std::string.
499 (print_symbol_info): Update to use symbol_to_info_string and print
500 returned string.
501 * symtab.h (symbol_to_info_string): Declare new function.
502
503 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
504
505 * python/python.c (gdbpy_rbreak): Convert to using
506 global_symbol_searcher.
507 * symtab.c (file_matches): Convert return type to bool, change
508 file list to std::vector, update header comment.
509 (search_symbols): Rename to...
510 (global_symbol_searcher::search): ...this and update now its
511 a member function of global_symbol_searcher. Take account of the
512 changes to file_matches.
513 (symtab_symbol_info): Convert to using global_symbol_searcher.
514 (rbreak_command): Likewise.
515 (search_module_symbols): Likewise.
516 * symtab.h (enum symbol_search): Update comment.
517 (search_symbols): Remove declaration.
518 (class global_symbol_searcher): New class.
519
520 2019-11-26 Tom Tromey <tromey@adacore.com>
521
522 * cp-support.c (_initialize_cp_support): Conditionally initialize
523 gdb_demangle_attempt_core_dump.
524
525 2019-11-26 Tom Tromey <tom@tromey.com>
526
527 * python/py-function.c (fnpy_init): Update.
528 * value.h (add_internal_function): Adjust declaration.
529 * value.c (function_destroyer): Remove.
530 (do_add_internal_function): Don't set destroyer or copy name.
531 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
532 Set name_allocated.
533 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
534 (cmdpy_init): Set name_allocated.
535 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
536 member.
537 (~cmd_list_element): Free "name" if needed.
538
539 2019-11-26 Tom Tromey <tom@tromey.com>
540
541 * value.h (add_internal_function): Add new overload. Move
542 documentation from value.h.
543 * value.c (do_add_internal_function): New function.
544 (add_internal_function): Use it. Add new overload.
545 (function_destroyer): Don't free doc.
546 * python/py-function.c (fnpy_init): Update.
547
548 2019-11-26 Tom Tromey <tom@tromey.com>
549
550 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
551 (cmdpy_init): Set "doc_allocated".
552
553 2019-11-26 Tom Tromey <tom@tromey.com>
554
555 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
556 name of worker thread.
557 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
558 pthread_setname_np.
559 * configure, config.in: Rebuild.
560
561 2019-11-26 Tom Tromey <tom@tromey.com>
562
563 * python/python.c (class gdbpy_gil): New.
564 (struct gdbpy_event): Add constructor, destructor, operator().
565 (gdbpy_post_event): Use run_on_main_thread.
566 (gdbpy_initialize_events): Remove.
567 (do_start_initialization): Update.
568
569 2019-11-26 Tom Tromey <tom@tromey.com>
570
571 * NEWS: Add entry.
572 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
573 commands. Call update_thread_pool_size.
574 (update_thread_pool_size, maintenance_set_worker_threads): New
575 functions.
576 (n_worker_threads): New global.
577
578 2019-11-26 Christian Biesinger <cbiesinger@google.com>
579 Tom Tromey <tom@tromey.com>
580
581 * minsyms.c (minimal_symbol_reader::install): Use
582 parallel_for_each.
583 * gdbsupport/parallel-for.h: New file.
584 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
585
586 2019-11-26 Christian Biesinger <cbiesinger@google.com>
587 Tom Tromey <tom@tromey.com>
588
589 * gdbsupport/thread-pool.h: New file.
590 * gdbsupport/thread-pool.c: New file.
591 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
592 (HFILES_NO_SRCDIR): Add thread-pool.h.
593
594 2019-11-26 Tom Tromey <tom@tromey.com>
595
596 * event-top.h (thread_local_segv_handler): Declare.
597 * event-top.c (thread_local_segv_handler): New global.
598 (install_handle_sigsegv, handle_sigsegv): New functions.
599 (async_init_signals): Install SIGSEGV handler.
600 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
601 thread-local.
602 (report_failed_demangle): New function.
603 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
604 handler-setting code, instead use segv_handler. Run warning code
605 on main thread.
606
607 2019-11-26 Tom Tromey <tom@tromey.com>
608
609 * run-on-main-thread.c: New file.
610 * run-on-main-thread.h: New file.
611 * unittests/main-thread-selftests.c: New file.
612 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
613 main-thread-selftests.c.
614 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
615 (COMMON_SFILES): Add run-on-main-thread.c.
616
617 2019-11-26 Tom Tromey <tom@tromey.com>
618
619 * main.c (setup_alternate_signal_stack): Remove.
620 (captured_main_1): Use gdb::alternate_signal_stack.
621 * gdbsupport/alt-stack.h: New file.
622
623 2019-11-26 Tom Tromey <tom@tromey.com>
624
625 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
626 Remove comment.
627 (save_original_signals_state, restore_original_signals_state): Use
628 gdb_sigmask.
629 * linux-nat.c (block_child_signals, restore_child_signals_mask)
630 (_initialize_linux_nat): Use gdb_sigmask.
631 * guile/guile.c (_initialize_guile): Use block_signals.
632 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
633 * gdbsupport/gdb-sigmask.h: New file.
634 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
635 * cp-support.c (gdb_demangle): Use gdb_sigmask.
636 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
637 pthread_sigmask.
638 * configure, config.in: Rebuild.
639 * gdbsupport/block-signals.h: New file.
640
641 2019-11-26 Tom Tromey <tom@tromey.com>
642
643 * acinclude.m4: Include ax_pthread.m4.
644 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
645 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
646 (CLIBS): Use PTHREAD_LIBS.
647 (aclocal_m4_deps): Add ax_pthread.m4.
648 * config.in, configure: Rebuild.
649 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
650
651 2019-11-26 Tom Tromey <tom@tromey.com>
652
653 * symtab.h (struct minimal_symbol) <name_set>: New member.
654 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
655 Don't call symbol_set_names.
656 (minimal_symbol_reader::install): Call symbol_set_names.
657
658 2019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
659
660 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
661 restore_active_ext_lang, as GIL is needed for (indirectly)
662 called PyOS_InterruptOccurred.
663
664 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
665
666 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
667 definition.
668
669 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
670
671 * remote-sim.c (simulator_command): Make static, remove
672 declaration.
673
674 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
675
676 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
677 static.
678 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
679 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
680 (main): Likewise.
681 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
682 (main): Likewise.
683 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
684 (main): Likewise.
685 * unittests/basic_string_view/element_access/char/1.cc (test01):
686 Likewise.
687 (main): Likewise.
688 * unittests/basic_string_view/element_access/char/empty.cc (main):
689 Likewise.
690 * unittests/basic_string_view/element_access/char/front_back.cc
691 (test01): Likewise.
692 (main): Likewise.
693 * unittests/basic_string_view/inserters/char/2.cc (test05):
694 Likewise.
695 (main): Likewise.
696 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
697 (test01): Likewise.
698 (main): Likewise.
699 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
700 (test01): Likewise.
701 (main): Likewise.
702 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
703 Likewise.
704 * unittests/basic_string_view/operations/compare/char/1.cc
705 (test01): Likewise.
706 (main): Likewise.
707 * unittests/basic_string_view/operations/compare/char/13650.cc
708 (test01): Likewise.
709 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
710 Likewise.
711 (main): Likewise.
712 * unittests/basic_string_view/operations/data/char/1.cc (test01):
713 Likewise.
714 (main): Likewise.
715 * unittests/basic_string_view/operations/find/char/1.cc (test01):
716 Likewise.
717 (main): Likewise.
718 * unittests/basic_string_view/operations/find/char/2.cc (test02):
719 Likewise.
720 (main): Likewise.
721 * unittests/basic_string_view/operations/find/char/3.cc (test03):
722 Likewise.
723 (main): Likewise.
724 * unittests/basic_string_view/operations/find/char/4.cc (main):
725 Likewise.
726 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
727 Likewise.
728 (main): Likewise.
729 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
730 Likewise.
731 (main): Likewise.
732 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
733 Likewise.
734 (main): Likewise.
735 * unittests/basic_string_view/operations/substr/char/1.cc
736 (test01): Likewise.
737 (main): Likewise.
738 * unittests/basic_string_view/operators/char/2.cc (main):
739 Likewise.
740 * unittests/optional/assignment/1.cc (test): Likewise.
741 * unittests/optional/assignment/2.cc (test): Likewise.
742 * unittests/optional/assignment/3.cc (test): Likewise.
743 * unittests/optional/assignment/4.cc (test): Likewise.
744 * unittests/optional/assignment/5.cc (test): Likewise.
745 * unittests/optional/assignment/6.cc (test): Likewise.
746 * unittests/optional/assignment/7.cc (test): Likewise.
747 * unittests/optional/cons/copy.cc (test): Likewise.
748 * unittests/optional/cons/default.cc (test): Likewise.
749 * unittests/optional/cons/move.cc (test): Likewise.
750 * unittests/optional/cons/value.cc (test): Likewise.
751 * unittests/optional/in_place.cc (test): Likewise.
752 * unittests/optional/observers/1.cc (test): Likewise.
753 * unittests/optional/observers/2.cc (test): Likewise.
754
755 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
756
757 * tui-win.h (tui_set_var_cmd): Remove.
758 * tui-win.c (tui_set_var_cmd): Make static.
759
760 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
761
762 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
763 rbreak_command_wrapper): Remove.
764 * symtab.c (rbreak_command_wrapper): Remove.
765
766 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
767
768 * inferior.h (info_terminal_command): Remove declaration.
769 * inflow.c (info_terminal_command): Make static.
770
771 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
772
773 * inferior.c (exit_inferior_silent): Remove.
774
775 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
776
777 * dictionary.c (dict_empty, mdict_empty): Remove.
778 * dictionary.c (mdict_empty): Remove.
779
780 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
781
782 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
783 (arc_insn_get_memory_offset): Likewise.
784 (arc_insn_dump): Likewise.
785 * cp-support.c (test_cp_symbol_name_matches): Likewise.
786 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
787 * dictionary.c (dict_iterator_next): Likewise.
788 (dict_iter_match_first): Likewise.
789 (dict_iter_match_next): Likewise.
790 * f-lang.c (evaluate_subexp_f): Likewise.
791 * hppa-tdep.c (hppa_read_pc): Likewise.
792 * i386-tdep.c (i386_floatformat_for_type): Likewise.
793 * parse.c (write_exp_elt_msym): Likewise.
794 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
795 * remote.c (remote_packet_size): Likewise.
796 (remote_notif_stop_parse): Likewise.
797 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
798 * s12z-tdep.c (s12z_disassemble_info): Likewise.
799 * source.c (prepare_path_for_appending): Likewise.
800 * sparc64-linux-tdep.c
801 (sparc64_linux_handle_segmentation_fault); Likewise.
802 * stack.c (frame_selection_by_function_completer): Likewise.
803
804 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
805
806 * completer.c (set_gdb_completion_word_break_characters):
807 Remove.
808
809 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
810
811 * dwarf-index-write.c: Include dwarf-index-write.h.
812 * mi/mi-interp.c: Include mi/mi-interp.h.
813
814 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
815
816 * aarch32-tdep.c: Include aarch32-tdep.h.
817 * aarch32-tdep.h: Forward-declare struct target_desc.
818
819 2019-11-26 Christian Biesinger <cbiesinger@google.com>
820
821 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
822 strerror.
823 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
824 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
825
826 2019-11-25 Tom de Vries <tdevries@suse.de>
827
828 * contrib/words.sh: Add -c option.
829
830 2019-11-25 Christian Biesinger <cbiesinger@google.com>
831
832 * solib.c (solib_find_1): Change int to bool.
833 (exec_file_find): Change int to bool.
834 (solib_find): Change int to bool.
835 (solib_read_symbols): Change int to bool.
836 (solib_used): Change int to bool.
837 (solib_add): Change int to bool.
838 (info_sharedlibrary_command): Change int to bool.
839 (solib_contains_address_p): Change int to bool.
840 (solib_keep_data_in_core): Change int to bool.
841 (in_solib_dynsym_resolve_code): Change int to bool.
842 (reload_shared_libraries_1): Change int to bool.
843 (gdb_sysroot_changed): Change int to bool.
844 * solib.h (solib_read_symbols): Change int to bool.
845 (solib_contains_address_p): Change int to bool.
846 (solib_keep_data_in_core): Change int to bool.
847 (in_solib_dynsym_resolve_code): Change int to bool.
848 (libpthread_name_p): Change int to bool.
849
850 2019-11-25 Luis Machado <luis.machado@linaro.org>
851
852 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
853 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
854 (remote_packet_max_chars): New static global.
855 (show_remote_packet_max_chars): New function.
856 (remote_target::putpkt_binary): Adjust to use new
857 remote_packet_max_chars option.
858 (remote_target::getpkt_or_notif_sane_1): Likewise.
859 (_initialize_remote): Register new remote-packet-max-chars option.
860
861 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
862
863 * m68k-linux-nat.c: Include gdbarch.h.
864
865 2019-11-24 Tom Tromey <tom@tromey.com>
866
867 * symfile.c (read_symbols): Update.
868 * psymtab.c (require_partial_symbols): Change type of "verbose" to
869 bool.
870 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
871 (psym_lookup_symbol, psym_find_last_source_symtab)
872 (psym_forget_cached_source_info, psym_print_stats)
873 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
874 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
875 (psym_map_matching_symbols, psym_expand_symtabs_matching)
876 (psym_find_compunit_symtab_by_address)
877 (maintenance_print_psymbols, maintenance_info_psymtabs)
878 (maintenance_check_psymtabs): Update.
879 * psymtab.h (require_partial_symbols): Change type of "verbose" to
880 bool.
881
882 2019-11-22 Tom Tromey <tom@tromey.com>
883
884 * observable.h: Update comments.
885
886 2019-11-22 Tom Tromey <tromey@adacore.com>
887
888 * ada-tasks.c (ada_task_is_alive): Make parameter const.
889 (print_ada_task_info): Don't try to fetch thread id if task is not
890 alive.
891
892 2019-11-22 Christian Biesinger <cbiesinger@google.com>
893
894 * ada-exp.y: Update.
895 * ada-lang.c (sort_choices): Update.
896 (ada_print_symbol_signature): Update.
897 (resolve_subexp): Update.
898 (ada_parse_renaming): Update.
899 (ada_read_renaming_var_value): Update.
900 (lesseq_defined_than): Update.
901 (remove_extra_symbols): Update.
902 (remove_irrelevant_renamings): Update.
903 (ada_add_block_symbols): Update.
904 (ada_collect_symbol_completion_matches): Update.
905 (ada_is_renaming_symbol): Update.
906 (aggregate_assign_from_choices): Update.
907 (ada_evaluate_subexp): Update.
908 (ada_has_this_exception_support): Update.
909 (ada_is_non_standard_exception_sym): Update.
910 (ada_add_exceptions_from_frame): Update.
911 (ada_add_global_exceptions): Update.
912 (ada_print_subexp): Update.
913 * ax-gdb.c (gen_var_ref): Update.
914 (gen_maybe_namespace_elt): Update.
915 (gen_expr_for_cast): Update.
916 (gen_expr): Update.
917 * block.h: Update.
918 * blockframe.c (find_pc_partial_function): Update.
919 * breakpoint.c (print_breakpoint_location): Update.
920 (update_static_tracepoint): Update.
921 * btrace.c (ftrace_print_function_name): Update.
922 (ftrace_function_switched): Update.
923 * buildsym.c (find_symbol_in_list): Update.
924 * c-exp.y: Update.
925 * c-typeprint.c (c_print_typedef): Update.
926 (c_type_print_template_args): Update.
927 * cli/cli-cmds.c (edit_command): Update.
928 (list_command): Update.
929 (print_sal_location): Update.
930 * coffread.c (patch_opaque_types): Update.
931 (process_coff_symbol): Update.
932 (coff_read_enum_type): Update.
933 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
934 (convert_one_symbol): Update.
935 (hash_symname): Update.
936 (eq_symname): Update.
937 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
938 * compile/compile-cplus-types.c (debug_print_scope): Update.
939 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
940 * compile/compile-object-load.c (get_out_value_type): Update.
941 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
942 (search_symbol_list): Update.
943 (cp_lookup_symbol_imports_or_template): Update.
944 * cp-support.c (overload_list_add_symbol): Update.
945 * ctfread.c (psymtab_to_symtab): Update.
946 * dbxread.c (cp_set_block_scope): Update.
947 * dictionary.c (iter_match_first_hashed): Update.
948 (iter_match_next_hashed): Update.
949 (insert_symbol_hashed): Update.
950 (iter_match_next_linear): Update.
951 * dictionary.h: Update.
952 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
953 (locexpr_describe_location_piece): Update.
954 (locexpr_describe_location_1): Update.
955 (locexpr_generate_c_location): Update.
956 (loclist_describe_location): Update.
957 (loclist_generate_c_location): Update.
958 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
959 (read_func_scope): Update.
960 (process_enumeration_scope): Update.
961 (new_symbol): Update.
962 (dwarf2_const_value): Update.
963 (dwarf2_symbol_mark_computed): Update.
964 * eval.c (evaluate_funcall): Update.
965 (evaluate_subexp_standard): Update.
966 * expprint.c (print_subexp_standard): Update.
967 (dump_subexp_body_standard): Update.
968 * f-valprint.c (info_common_command_for_block): Update.
969 * findvar.c (get_hosting_frame): Update.
970 (default_read_var_value): Update.
971 * go-lang.c (go_symbol_package_name): Update.
972 * guile/scm-block.c (bkscm_print_block_smob): Update.
973 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
974 (gdbscm_symbol_name): Update.
975 (gdbscm_symbol_linkage_name): Update.
976 (gdbscm_symbol_print_name): Update.
977 * infcall.c (get_function_name): Update.
978 * infcmd.c (jump_command): Update.
979 (finish_command): Update.
980 * infrun.c (insert_exception_resume_breakpoint): Update.
981 * linespec.c (canonicalize_linespec): Update.
982 (create_sals_line_offset): Update.
983 (convert_linespec_to_sals): Update.
984 (complete_label): Update.
985 (find_label_symbols_in_block): Update.
986 * m2-typeprint.c (m2_print_typedef): Update.
987 * mdebugread.c (mdebug_reg_to_regnum): Update.
988 (parse_symbol): Update.
989 (mylookup_symbol): Update.
990 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
991 (list_args_or_locals): Update.
992 * objc-lang.c (compare_selectors): Update.
993 (info_selectors_command): Update.
994 (compare_classes): Update.
995 (info_classes_command): Update.
996 (find_imps): Update.
997 * p-typeprint.c (pascal_print_typedef): Update.
998 * printcmd.c (build_address_symbolic): Update.
999 (info_address_command): Update.
1000 (print_variable_and_value): Update.
1001 * python/py-framefilter.c (extract_sym): Update.
1002 (py_print_single_arg): Update.
1003 * python/py-symbol.c (sympy_str): Update.
1004 (sympy_get_name): Update.
1005 (sympy_get_linkage_name): Update.
1006 * python/python.c (gdbpy_rbreak): Update.
1007 * record-btrace.c (btrace_get_bfun_name): Update.
1008 (btrace_call_history): Update.
1009 * rust-lang.c (rust_print_typedef): Update.
1010 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
1011 * stabsread.c (stab_reg_to_regnum): Update.
1012 (define_symbol): Update.
1013 (read_enum_type): Update.
1014 (common_block_end): Update.
1015 (cleanup_undefined_types_1): Update.
1016 (scan_file_globals): Update.
1017 * stack.c (print_frame_arg): Update.
1018 (print_frame_args): Update.
1019 (find_frame_funname): Update.
1020 (info_frame_command_core): Update.
1021 (iterate_over_block_locals): Update.
1022 (print_block_frame_labels): Update.
1023 (do_print_variable_and_value): Update.
1024 (iterate_over_block_arg_vars): Update.
1025 (return_command): Update.
1026 * symmisc.c (dump_symtab_1): Update.
1027 (print_symbol): Update.
1028 * symtab.c (eq_symbol_entry): Update.
1029 (symbol_cache_dump): Update.
1030 (lookup_language_this): Update.
1031 (find_pc_sect_line): Update.
1032 (skip_prologue_sal): Update.
1033 (symbol_search::compare_search_syms): Update.
1034 (treg_matches_sym_type_name): Update.
1035 (search_symbols): Update.
1036 (print_symbol_info): Update.
1037 (rbreak_command): Update.
1038 (completion_list_add_symbol): Update.
1039 (find_gnu_ifunc): Update.
1040 (get_symbol_address): Update.
1041 (search_module_symbols): Update.
1042 (info_module_subcommand): Update.
1043 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
1044 (SYMBOL_LINKAGE_NAME): Remove.
1045 (SYMBOL_DEMANGLED_NAME): Remove.
1046 (SYMBOL_PRINT_NAME): Remove.
1047 (SYMBOL_SEARCH_NAME): Remove.
1048 * tracepoint.c (set_traceframe_context): Update.
1049 (validate_actionline): Update.
1050 (collection_list::collect_symbol): Update.
1051 (encode_actions_1): Update.
1052 (info_scope_command): Update.
1053 (print_one_static_tracepoint_marker): Update.
1054 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
1055 * valops.c (address_of_variable): Update.
1056 (find_overload_match): Update.
1057 (find_oload_champ): Update.
1058
1059 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1060
1061 * ada-lang.c (ada_lookup_simple_minsym): Update.
1062 (ada_collect_symbol_completion_matches): Update.
1063 * ada-tasks.c (read_atcb): Update.
1064 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
1065 (amd64_windows_skip_trampoline_code): Update.
1066 * arm-tdep.c (skip_prologue_function): Update.
1067 (arm_skip_stack_protector): Update.
1068 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
1069 (arm_wince_skip_main_prologue): Update.
1070 * ax-gdb.c (gen_expr): Update.
1071 * block.c (call_site_for_pc): Update.
1072 * blockframe.c (find_pc_partial_function): Update.
1073 * breakpoint.c (set_breakpoint_location_function): Update.
1074 * btrace.c (ftrace_print_function_name): Update.
1075 (ftrace_function_switched): Update.
1076 * c-valprint.c (print_unpacked_pointer): Update.
1077 * coffread.c (coff_symfile_read): Update.
1078 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
1079 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
1080 * dwarf-index-write.c (write_psymbols): Update.
1081 * dwarf2loc.c (call_site_to_target_addr): Update.
1082 (func_verify_no_selftailcall): Update.
1083 (tailcall_dump): Update.
1084 (call_site_find_chain_1): Update.
1085 (dwarf_expr_reg_to_entry_parameter): Update.
1086 * elfread.c (elf_gnu_ifunc_record_cache): Update.
1087 * eval.c (evaluate_funcall): Update.
1088 (evaluate_subexp_standard): Update.
1089 (evaluate_subexp_for_sizeof): Update.
1090 * expprint.c (print_subexp_standard): Update.
1091 (dump_subexp_body_standard): Update.
1092 * frame.c (get_prev_frame_always_1): Update.
1093 * frv-tdep.c (frv_skip_main_prologue): Update.
1094 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
1095 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
1096 (gnuv3_get_typename_from_type_info): Update.
1097 (gnuv3_skip_trampoline): Update.
1098 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1099 * i386-tdep.c (i386_skip_main_prologue): Update.
1100 (i386_pe_skip_trampoline_code): Update.
1101 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1102 * infcall.c (get_function_name): Update.
1103 * linespec.c (minsym_found): Update.
1104 * linux-fork.c (info_checkpoints_command): Update.
1105 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1106 (m32c_m16c_pointer_to_address): Update.
1107 * maint.c (maintenance_translate_address): Update.
1108 * minsyms.c (add_minsym_to_hash_table): Update.
1109 (add_minsym_to_demangled_hash_table): Update.
1110 (lookup_minimal_symbol_mangled): Update.
1111 (lookup_minimal_symbol_demangled): Update.
1112 (lookup_minimal_symbol_linkage): Update.
1113 (lookup_minimal_symbol_text): Update.
1114 (lookup_minimal_symbol_by_pc_name): Update.
1115 (minimal_symbol_is_less_than): Update.
1116 (compact_minimal_symbols): Update.
1117 (build_minimal_symbol_hash_tables): Update.
1118 (find_solib_trampoline_target): Update.
1119 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1120 (mips_skip_pic_trampoline_code): Update.
1121 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1122 * objc-lang.c (info_selectors_command): Update.
1123 (info_classes_command): Update.
1124 (find_methods): Update.
1125 (find_imps): Update.
1126 * p-valprint.c (pascal_val_print): Update.
1127 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1128 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1129 * printcmd.c (build_address_symbolic): Update.
1130 (info_symbol_command): Update.
1131 * psymtab.c (psymbol_name_matches): Update.
1132 (match_partial_symbol): Update.
1133 (lookup_partial_symbol): Update.
1134 (print_partial_symbols): Update.
1135 (sort_pst_symbols): Update.
1136 (maintenance_check_psymtabs): Update.
1137 * python/py-framefilter.c (py_print_frame): Update.
1138 * python/python.c (gdbpy_rbreak): Update.
1139 * record-btrace.c (btrace_get_bfun_name): Update.
1140 (btrace_call_history): Update.
1141 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1142 (rs6000_skip_trampoline_code): Update.
1143 * sol-thread.c (info_cb): Update.
1144 * stabsread.c (scan_file_globals): Update.
1145 * stack.c (find_frame_funname): Update.
1146 (info_frame_command_core): Update.
1147 * symmisc.c (dump_msymbols): Update.
1148 * symtab.c (symbol_natural_name): Rename to..,
1149 (general_symbol_info::natural_name): ...this.
1150 (symbol_demangled_name): Rename to...
1151 (general_symbol_info::demangled_name): ...this.
1152 (symbol_search_name): Rename to...
1153 (general_symbol_info::search_name): ...this.
1154 (symbol_matches_search_name): Update.
1155 (find_pc_sect_line): Update.
1156 (skip_prologue_sal): Update.
1157 (search_symbols): Update.
1158 (print_msymbol_info): Update.
1159 (rbreak_command): Update.
1160 (completion_list_add_msymbol): Update.
1161 (completion_list_objc_symbol): Update.
1162 (get_msymbol_address): Update.
1163 * symtab.h (struct general_symbol_info): Add member functions
1164 natural_name (), linkage_name (), print_name (), demangled_name (),
1165 and search_name ().
1166 (SYMBOL_NATURAL_NAME): Update.
1167 (symbol_natural_name): Move to a member function on general_symbol_info.
1168 (SYMBOL_DEMANGLED_NAME): Update.
1169 (symbol_demangled_name): Move to a member function on
1170 general_symbol_info.
1171 (SYMBOL_SEARCH_NAME): Update.
1172 (symbol_search_name): Move to a member function on general_symbol_info.
1173 (MSYMBOL_NATURAL_NAME): Remove.
1174 (MSYMBOL_LINKAGE_NAME): Remove.
1175 (MSYMBOL_PRINT_NAME): Remove.
1176 (MSYMBOL_DEMANGLED_NAME): Remove.
1177 (MSYMBOL_SEARCH_NAME): Remove.
1178 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1179
1180 2019-11-22 Christian Biesinger <cbiesinger@google.com>
1181
1182 * symtab.c (create_demangled_names_hash): Use per_bfd->
1183 minimal_symbol_count for computing the initial size, if greater
1184 than our default size.
1185
1186 2019-11-22 Tom de Vries <tdevries@suse.de>
1187
1188 * contrib/words.sh: Improve words extraction.
1189
1190 2019-11-22 Tom de Vries <tdevries@suse.de>
1191
1192 * contrib/words.sh: Combine sed invocations.
1193
1194 2019-11-21 Christian Biesinger <cbiesinger@google.com>
1195
1196 * Makefile.in: Update.
1197 * demangle.c: Rename to...
1198 * gdb-demangle.c: ..this.
1199 (is_cplus_marker): Change return type to bool.
1200 (_initialize_demangler): Rename to...
1201 (_initialize_gdb_demangle): ...this.
1202 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1203 * symtab.h (demangle): Remove declaration; instead include
1204 gdb-demangle.h.
1205
1206 2019-11-21 Tom Tromey <tromey@adacore.com>
1207
1208 * gdbsupport/format.c (format_pieces): Parse %I64d.
1209 * unittests/format_pieces-selftests.c (test_windows_formats): New
1210 function.
1211 (run_tests): Call it.
1212
1213 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1214
1215 Byte reverse display of variables with DW_END_big, DW_END_little
1216 (DW_AT_endianity) dwarf attributes if different than the native
1217 byte order.
1218 * ada-lang.c (ada_value_binop):
1219 Use type_byte_order instead of gdbarch_byte_order.
1220 * ada-valprint.c (printstr):
1221 (ada_val_print_string):
1222 * ada-lang.c (value_pointer):
1223 (ada_value_binop):
1224 Use type_byte_order instead of gdbarch_byte_order.
1225 * c-lang.c (c_get_string):
1226 Use type_byte_order instead of gdbarch_byte_order.
1227 * c-valprint.c (c_val_print_array):
1228 Use type_byte_order instead of gdbarch_byte_order.
1229 * cp-valprint.c (cp_print_class_member):
1230 Use type_byte_order instead of gdbarch_byte_order.
1231 * dwarf2loc.c (rw_pieced_value):
1232 Use type_byte_order instead of gdbarch_byte_order.
1233 * dwarf2read.c (read_base_type): Handle DW_END_big,
1234 DW_END_little
1235 * f-lang.c (f_get_encoding):
1236 Use type_byte_order instead of gdbarch_byte_order.
1237 * findvar.c (default_read_var_value):
1238 Use type_byte_order instead of gdbarch_byte_order.
1239 * gdbtypes.c (check_types_equal):
1240 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1241 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1242 and TYPE_ENDIANITY_LITTLE if set.
1243 (type_byte_order): new function.
1244 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1245 (struct main_type) <flag_endianity_not_default>:
1246 New field.
1247 (type_byte_order): New function.
1248 * infcmd.c (default_print_one_register_info):
1249 Use type_byte_order instead of gdbarch_byte_order.
1250 * p-lang.c (pascal_printstr):
1251 Use type_byte_order instead of gdbarch_byte_order.
1252 * p-valprint.c (pascal_val_print):
1253 Use type_byte_order instead of gdbarch_byte_order.
1254 * printcmd.c (print_scalar_formatted):
1255 Use type_byte_order instead of gdbarch_byte_order.
1256 * solib-darwin.c (darwin_current_sos):
1257 Use type_byte_order instead of gdbarch_byte_order.
1258 * solib-svr4.c (solib_svr4_r_ldsomap):
1259 Use type_byte_order instead of gdbarch_byte_order.
1260 * stap-probe.c (stap_modify_semaphore):
1261 Use type_byte_order instead of gdbarch_byte_order.
1262 * target-float.c (target_float_same_format_p):
1263 Use type_byte_order instead of gdbarch_byte_order.
1264 * valarith.c (scalar_binop):
1265 (value_bit_index):
1266 Use type_byte_order instead of gdbarch_byte_order.
1267 * valops.c (value_cast):
1268 Use type_byte_order instead of gdbarch_byte_order.
1269 * valprint.c (generic_emit_char):
1270 (generic_printstr):
1271 (val_print_string):
1272 Use type_byte_order instead of gdbarch_byte_order.
1273 * value.c (unpack_long):
1274 (unpack_bits_as_long):
1275 (unpack_value_bitfield):
1276 (modify_field):
1277 (pack_long):
1278 (pack_unsigned_long):
1279 Use type_byte_order instead of gdbarch_byte_order.
1280 * findvar.c (unsigned_pointer_to_address):
1281 (signed_pointer_to_address):
1282 (unsigned_address_to_pointer):
1283 (address_to_signed_pointer):
1284 (default_read_var_value):
1285 (default_value_from_register):
1286 Use type_byte_order instead of gdbarch_byte_order.
1287 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1288 Use type_byte_order instead of gdbarch_byte_order.
1289 * riscv-tdep.c (riscv_print_one_register_info):
1290 Use type_byte_order instead of gdbarch_byte_order.
1291
1292 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1293
1294 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1295 (current_ui_gdb_stdin_ptr): Likewise.
1296 (current_ui_gdb_stderr_ptr): Likewise.
1297 (current_ui_gdb_stdlog_ptr): Likewise.
1298 (current_ui_current_uiout_ptr): Likewise.
1299 (gen_ret_current_ui_field_ptr): Remove.
1300
1301 2019-11-21 Tom de Vries <tdevries@suse.de>
1302
1303 PR gdb/24956
1304 * cli/cli-script.c (execute_control_command): Only switch to
1305 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1306
1307 2019-11-19 Tom Tromey <tom@tromey.com>
1308
1309 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1310 Now static. Change type of "name".
1311 (tui_set_win_height_command): Don't copy "arg".
1312 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1313 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1314
1315 2019-11-19 Ali Tamur <tamur@google.com>
1316
1317 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1318 "if (attr != nullptr)".
1319 (dwarf2_find_base_address): Likewise.
1320 (dwarf2_build_include_psymtabs): Likewise.
1321 (read_cutu_die_from_dwo): Likewise.
1322 (read_func_scope): Likewise.
1323 (read_call_site_scope): Likewise.
1324 (dwarf2_get_pc_bounds): Likewise.
1325 (dwarf2_record_block_ranges): Likewise.
1326 (dwarf2_add_field): Likewise.
1327 (dwarf2_add_member_fn): Likewise.
1328 (read_structure_type): Likewise.
1329 (read_enumeration_type): Likewise.
1330 (read_array_type): Likewise.
1331 (read_array_order): Likewise.
1332 (read_set_type): Likewise.
1333 (read_common_block): Likewise.
1334 (read_tag_reference_type): Likewise.
1335 (read_tag_string_type): Likewise.
1336 (read_subroutine_type): Likewise.
1337 (read_base_type): Likewise.
1338 (read_subrange_type): Likewise.
1339 (new_symbol): Likewise.
1340 (prepare_one_comp_unit): Likewise.
1341
1342 2019-11-19 Tom Tromey <tromey@adacore.com>
1343
1344 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1345 result in error when DebugActiveProcess fails.
1346
1347 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1348 Pedro Alves <palves@redhat.com>
1349
1350 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1351 * target.c (target_stack::push): Call 'unpush' if there's a
1352 target on top of the stack.
1353
1354 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1355
1356 * python/py-block.c (blpy_dealloc): Call tp_free.
1357 (blpy_block_syms_dealloc): Likewise.
1358 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1359 * python/py-inferior.c (infpy_dealloc): Likewise.
1360 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1361 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1362 * python/py-symbol.c (sympy_dealloc): Likewise.
1363 * python/py-symtab.c (stpy_dealloc): Likewise.
1364 * python/py-type.c (typy_iterator_dealloc): Likewise.
1365
1366 2019-11-18 Christian Biesinger <cbiesinger@google.com>
1367
1368 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1369 constructor instead of using a class initializer.
1370
1371 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1372
1373 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1374 * configure: Regenerate.
1375 * configure.ac: Don't source common.host.
1376 * gdbsupport/common.host: Remove.
1377 * gdbsupport/mingw-strerror.c: Remove.
1378 * gdbsupport/posix-strerror.c: Rename to...
1379 * gdbsupport/safe-strerror.c: ...this.
1380
1381 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1382
1383 * maint.c (scoped_command_stats::print_time): Use localtime_r
1384 instead of localtime (provided through gnulib if necessary).
1385 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1386 of ctime.
1387
1388 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1389
1390 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1391 avoid compile errors.
1392
1393 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1394
1395 * config.in: Regenerate.
1396 * configure: Regenerate.
1397 * gdbsupport/common.m4: No longer check for strerror_r.
1398 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1399 POSIX version of strerror_r, now that gnulib provides it if
1400 necessary.
1401
1402 2019-11-14 Christian Biesinger <cbiesinger@google.com>
1403
1404 * README (`configure' options): Update.
1405
1406 2019-11-14 Tom Tromey <tromey@adacore.com>
1407
1408 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1409 expected type for the RHS if the LHS is a convenience variable.
1410
1411 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1412
1413 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1414 Provide explicit default and copy constructor.
1415
1416 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1417
1418 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1419 only call Py_INCREF (newbp) in the bppy_pending_object case.
1420
1421 2019-11-13 Tom Tromey <tromey@adacore.com>
1422
1423 PR build/25182:
1424 * psympriv.h (partial_symbol): Remove static assert.
1425 * symtab.h (general_symbol_info, symbol): Remove static assert.
1426
1427 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1428
1429 * gdbsupport/format.c (format_pieces::format_pieces): Support
1430 printf 'z' size modifier.
1431 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1432 * printcmd.c (ui_printf): Handle size_t_arg.
1433 * ui-out.c (ui_out::vmessage): Likewise.
1434 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1435 function.
1436 (run_tests): Call test_format_int_sizes.
1437
1438 2019-11-12 Christian Biesinger <cbiesinger@google.com>
1439
1440 * ada-exp.y (write_ambiguous_var): Update.
1441 * buildsym.c (add_symbol_to_list): Update.
1442 * dwarf2read.c (read_variable): Update.
1443 (new_symbol): Update.
1444 * jit.c (finalize_symtab): Update.
1445 * language.c (language_alloc_type_symbol): Update.
1446 * symtab.c (fixup_symbol_section): Update.
1447 (initialize_objfile_symbol_1): Move code to...
1448 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1449 (allocate_symbol): Update.
1450 (allocate_template_symbol): Update.
1451 (get_symbol_address): Update.
1452 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1453 of having as a field, and add a constructor.
1454 (SYMBOL_VALUE): Update.
1455 (SYMBOL_VALUE_ADDRESS): Update.
1456 (SET_SYMBOL_VALUE_ADDRESS): Update.
1457 (SYMBOL_VALUE_BYTES): Update.
1458 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1459 (SYMBOL_BLOCK_VALUE): Update.
1460 (SYMBOL_VALUE_CHAIN): Update.
1461 (SYMBOL_LANGUAGE): Update.
1462 (SYMBOL_SECTION): Update.
1463 (SYMBOL_OBJ_SECTION): Update.
1464 (SYMBOL_SET_LANGUAGE): Update.
1465 (SYMBOL_SET_LINKAGE_NAME): Update.
1466 (SYMBOL_SET_NAMES): Update.
1467 (SYMBOL_NATURAL_NAME): Update.
1468 (SYMBOL_LINKAGE_NAME): Update.
1469 (SYMBOL_DEMANGLED_NAME): Update.
1470 (SYMBOL_SEARCH_NAME): Update.
1471 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1472 (struct symbol): Update.
1473 (struct template_symbol): Update.
1474 (struct rust_vtable_symbol): Update.
1475 * xcoffread.c (SYMBOL_DUP): Update.
1476
1477 2019-11-12 Tom Tromey <tom@tromey.com>
1478
1479 * tui/tui-layout.c (show_layout): Set current_layout.
1480 (show_source_disasm_command, show_data)
1481 (show_source_or_disasm_and_command): Don't set current_layout.
1482
1483 2019-11-12 Tom Tromey <tom@tromey.com>
1484
1485 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1486
1487 2019-11-12 Tom Tromey <tom@tromey.com>
1488
1489 * tui/tui-win.c (resize_message): New global.
1490 (show_tui_resize_message): New function.
1491 (tui_async_resize_screen): Print message if requested.
1492 (_initialize_tui_win): Add tui-resize-message setting.
1493 * NEWS: Add entry for new commands.
1494
1495 2019-11-11 Tom Tromey <tom@tromey.com>
1496
1497 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1498 functions.
1499
1500 2019-11-11 Christian Biesinger <cbiesinger@google.com>
1501
1502 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1503
1504 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1505
1506 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1507 function.
1508 * python/python-internal.h (gdbpy_lookup_static_symbols):
1509 Declare new function.
1510 * python/python.c (python_GdbMethods): Add
1511 gdb.lookup_static_symbols method.
1512 * NEWS: Mention gdb.lookup_static_symbols.
1513
1514 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1515
1516 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1517 static block of current object file first. Also fix typo in
1518 header comment.
1519
1520 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1521
1522 * stack.c (set_last_displayed_sal): Delete.
1523 (last_displayed_sal_valid): Delete.
1524 (last_displayed_pspace): Delete.
1525 (last_displayed_addr): Delete.
1526 (last_displayed_symtab): Delete.
1527 (last_displayed_line): Delete.
1528 (class last_displayed_symtab_info_type): New.
1529 (last_displayed_symtab_info): New static global variable.
1530 (print_frame_info): Call methods on last_displayed_symtab_info.
1531 (clear_last_displayed_sal): Update header comment, and make use of
1532 last_displayed_symtab_info.
1533 (last_displayed_sal_is_valid): Likewise.
1534 (get_last_displayed_pspace): Likewise.
1535 (get_last_displayed_addr): Likewise.
1536 (get_last_displayed_symtab): Likewise.
1537 (get_last_displayed_line): Likewise.
1538 (get_last_displayed_sal): Likewise.
1539 * stack.h (clear_last_displayed_sal): Update header comment.
1540 (last_displayed_sal_is_valid): Likewise.
1541 (get_last_displayed_pspace): Likewise.
1542 (get_last_displayed_addr): Likewise.
1543 (get_last_displayed_symtab): Likewise.
1544 (get_last_displayed_line): Likewise.
1545 (get_last_displayed_sal): Likewise.
1546
1547 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1548
1549 * stack.c (frame_show_address): Convert return type to bool.
1550 * stack.h (frame_show_address): Likewise, and update header
1551 comment.
1552
1553 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1554
1555 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1556 * unittests/vec-utils-selftests.c: New file.
1557 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1558
1559 2019-11-10 Tom Tromey <tom@tromey.com>
1560
1561 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1562 (tui_highlight_win): Likewise.
1563 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1564 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1565 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1566 Don't set can_highlight.
1567
1568 2019-11-10 Tom Tromey <tom@tromey.com>
1569
1570 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1571 Remove unused declaration.
1572
1573 2019-11-08 Tom Tromey <tromey@adacore.com>
1574
1575 * top.c (read_command_file): Update.
1576 (command_line_input): Make return type const.
1577 * python/py-gdb-readline.c: Update.
1578 * linespec.c (decode_line_2): Update.
1579 * defs.h (command_line_input): Make return type const.
1580 * cli/cli-script.c (read_next_line): Make return type const.
1581 * ada-lang.c (get_selections): Update.
1582
1583 2019-11-06 Christian Biesinger <cbiesinger@google.com>
1584
1585 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1586 * mi/mi-main.c (output_cores): Likewise.
1587 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1588 (linux_xfer_osdata_modules): Likewise.
1589 * remote.c (register_remote_support_xml): Likewise.
1590 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1591 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1592
1593 2019-11-06 Tom Tromey <tom@tromey.com>
1594
1595 * tui/tui-interp.c: Don't include readline.h.
1596 * tui/tui-hooks.c: Don't include readline.h.
1597 * symmisc.c: Include tilde.h, not readline.h.
1598 * symfile.c: Include tilde.h, not readline.h.
1599 * source.c: Include tilde.h, not readline.h.
1600 * solib.c: Include tilde.h, not readline.h.
1601 * psymtab.c: Include tilde.h, not readline.h.
1602 * exec.c: Include tilde.h, not readline.h.
1603 * corelow.c: Include tilde.h, not readline.h.
1604 * cli/cli-dump.c: Include tilde.h, not readline.h.
1605 * cli/cli-cmds.c: Don't include readline.h.
1606
1607 2019-11-05 Tom Tromey <tom@tromey.com>
1608
1609 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1610 (tui_disassemble): Set addr_size.
1611 (tui_disasm_window::set_contents): Use addr_size.
1612
1613 2019-11-05 Tom Tromey <tom@tromey.com>
1614
1615 * rust-lang.c (rust_language_defn): Update.
1616 * python/py-value.c (valpy_string): Call c_get_string.
1617 * p-lang.c (pascal_language_defn): Update.
1618 * opencl-lang.c (opencl_language_defn): Update.
1619 * objc-lang.c (objc_language_defn): Update.
1620 * m2-lang.c (m2_language_defn): Update.
1621 * language.c (unknown_language_defn, auto_language_defn): Update.
1622 (default_get_string): Remove.
1623 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1624 * go-lang.c (go_language_defn): Update.
1625 * f-lang.c (f_language_defn): Update.
1626 * d-lang.c (d_language_defn): Update.
1627 * c-lang.c (c_language_defn, cplus_language_defn)
1628 (asm_language_defn, minimal_language_defn): Update.
1629 * ada-lang.c (ada_language_defn): Update.
1630 * language.h (struct language_defn) <la_get_string>: Remove.
1631 (LA_GET_STRING): Remove.
1632 (default_get_string): Don't declare.
1633
1634 2019-11-05 Tom Tromey <tom@tromey.com>
1635
1636 * tui/tui-source.h (struct tui_source_window): Inline
1637 constructor. Remove destructor.
1638 <style_changed, m_observable>: Move to superclass.
1639 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1640 (struct tui_source_window_base): Move private members to end.
1641 <style_changed, m_observable>: Move from tui_source_window.
1642 * tui/tui-winsource.c (tui_copy_source_line): Move from
1643 tui-source.c. Rename from copy_source_line. Add special handling
1644 for negative line number.
1645 (tui_source_window_base::style_changed): Move from
1646 tui_source_window.
1647 (tui_source_window_base): Register observer.
1648 (~tui_source_window_base): New.
1649 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1650 rename.
1651 (tui_source_window::set_contents): Use tui_copy_source_line.
1652 (tui_source_window::tui_source_window): Move to tui-source.h.
1653 (tui_source_window::~tui_source_window): Remove.
1654 (tui_source_window::style_changed): Move to superclass.
1655 * tui/tui-disasm.c (tui_disassemble): Create string file with
1656 styling, when possible. Add "addr_size" parameter.
1657 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1658 Don't compute maximum size.
1659 (len_without_escapes): New function
1660
1661 2019-11-05 Tom Tromey <tom@tromey.com>
1662
1663 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1664 std::string.
1665 * tui/tui-winsource.c (tui_show_source_line): Update.
1666 * tui/tui-source.c (tui_source_window::set_contents): Update.
1667 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1668
1669 2019-11-05 Christian Biesinger <cbiesinger@google.com>
1670
1671 * symtab.h (gdb_static_assert): Put && operator at the beginning
1672 of the line instead of the end.
1673
1674 2019-11-04 Christian Biesinger <cbiesinger@google.com>
1675
1676 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1677 and sizeof (symbol).
1678 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1679
1680 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1681
1682 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1683 * configure.host: Mark *-*-solaris2.10* obsolete.
1684 * configure.tgt: Mark Solaris < 11 obsolete.
1685 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1686 Update target triplet.
1687
1688 2019-11-01 Tom Tromey <tromey@adacore.com>
1689
1690 * utils.c (print_sys_errmsg): Simplify.
1691
1692 2019-11-01 Tom Tromey <tromey@adacore.com>
1693
1694 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1695
1696 2019-11-01 Christian Biesinger <cbiesinger@google.com>
1697
1698 * configure: Regenerate.
1699 * configure.ac: Remove check for strerror_r.
1700 * gdbsupport/common.m4: Check for strerror_r.
1701
1702 2019-11-01 Luis Machado <luis.machado@linaro.org>
1703
1704 PR gdb/25124
1705
1706 * arm-tdep.c (arm_per_objfile): Rename to ...
1707 (arm_per_bfd): ... this.
1708 (arm_objfile_data_key): Rename to ...
1709 (arm_bfd_data_key): ... this.
1710 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1711 data.
1712 (arm_record_special_symbol): Likewise.
1713
1714 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1715
1716 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1717 end.
1718 * c-typeprint.c (c_print_typedef): Likewise.
1719 * f-typeprint.c (f_print_typedef): Likewise.
1720 * m2-typeprint.c (m2_print_typedef): Likewise.
1721 * p-typeprint.c (pascal_print_typedef): Likewise.
1722 * rust-lang.c (rust_print_typedef): Likewise.
1723 * symtab.c (print_symbol_info): Print a newline after calling
1724 typedef_print.
1725
1726 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1727
1728 * symtab.c (info_module_cmdlist): New variable.
1729 (info_module_command): New function.
1730 (search_module_symbols): New function.
1731 (info_module_subcommand): New function.
1732 (struct info_modules_var_func_options): New struct.
1733 (info_modules_var_func_options_defs): New variable.
1734 (make_info_modules_var_func_options_def_group): New function.
1735 (info_module_functions_command): New function.
1736 (info_module_variables_command): New function.
1737 (info_module_var_func_command_completer): New function.
1738 (_initialize_symtab): Register new 'info module functions' and
1739 'info module variables' commands.
1740 * symtab.h (typedef symbol_search_in_module): New typedef.
1741 (search_module_symbols): Declare new function.
1742 * NEWS: Mention new commands.
1743
1744 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1745
1746 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1747 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1748 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1749 MODULES_DOMAIN.
1750 (scan_partial_symbols): Only create partial module symbols for non
1751 declarations.
1752 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1753 and MODULES_DOMAIN.
1754 * symtab.c (search_domain_name): Likewise.
1755 (search_symbols): Likewise.
1756 (print_symbol_info): Likewise.
1757 (symtab_symbol_info): Likewise.
1758 (info_modules_command): New function.
1759 (_initialize_symtab): Register 'info modules' command.
1760 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1761 * NEWS: Mention new 'info modules' command.
1762
1763 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1764
1765 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1766 and $_gdb_maint_setting_str.
1767
1768 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1769
1770 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1771 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1772 (str_value_from_setting, gdb_setting_str_internal_fn)
1773 (gdb_maint_setting_str_internal_fn): New functions.
1774 (_initialize_cli_cmds): Define the new convenience functions.
1775 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1776 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1777
1778 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1779
1780 * agent.c (set_can_use_agent): When the setting is turned on,
1781 look up agent symbols if we don't have them yet.
1782 (agent_new_objfile): Don't look up agent symbols when the agent
1783 setting is off.
1784
1785 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1786
1787 * config.in: Regenerate.
1788
1789 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1790
1791 * configure: Regenerate.
1792 * configure.ac: Check for strerror_r.
1793 * gdbsupport/common-utils.h (safe_strerror): Change return value
1794 to const char * and document that this function is now threadsafe.
1795 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1796 thread_local and call strerror_r, if available.
1797 * utils.c (perror_string): Update.
1798 (print_sys_errmsg): Update.
1799
1800 2019-10-31 Luis Machado <luis.machado@linaro.org>
1801
1802 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1803 objfile_key.
1804 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1805 objfile to fetch per-bfd data.
1806 (arm_find_exidx_entry): Likewise.
1807
1808 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1809
1810 * gdbsupport/agent.c (debug_agent): Change type to bool.
1811 (use_agent): Likewise.
1812 (all_agent_symbols_look_up): Likewise.
1813 (agent_loaded_p): Change return value to bool.
1814 (agent_look_up_symbols): Update.
1815 (agent_capability_check): Change return value to bool.
1816 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1817 (debug_agent): Change type to bool.
1818 (use_agent): Likewise.
1819 (agent_capability_check): Change return value to bool.
1820
1821 2019-10-30 Christian Biesinger <cbiesinger@google.com>
1822
1823 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1824 (build_minimal_symbol_hash_tables): Code to clear the table moved
1825 to clear_minimal_symbol_hash_tables.
1826 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1827 when needed.
1828
1829 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1830
1831 * infcmd.c: Remove includes.
1832 * infrun.c: Remove includes.
1833
1834 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1835
1836 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1837 (grow_vect): Remove declaration.
1838 (ada_type_of_array): Remove declaration.
1839 (ada_update_initial_language): Remove declaration.
1840 (ada_fold_name): Remove declaration.
1841 (ada_fill_in_ada_prototype): Remove declaration.
1842 (user_select_syms): Remove declaration.
1843 (get_selections): Remove declaration.
1844 (ada_tag_type): Remove declaration.
1845 (ada_value_tag): Remove declaration.
1846 (ada_is_others_clause): Remove declaration.
1847 (ada_in_variant): Remove declaration.
1848 (ada_value_struct_elt): Remove declaration.
1849 (ada_attribute_name): Remove declaration.
1850 (ada_system_address_type): Remove declaration.
1851 * ada-lang.c (ada_watch_location_expression): Make static.
1852 (GROW_VECT): Move here from ada-lang.h.
1853 (grow_vect): Make static.
1854 (ada_update_initial_language): Make static.
1855 (ada_fold_name): Make static.
1856 (ada_type_of_array): Make static.
1857 (encoded_ordered_before): Move up.
1858 (sort_choices): Move up.
1859 (print_signatures): Move up.
1860 (ada_print_symbol_signature): Move up.
1861 (get_selections): Move up and make static.
1862 (user_select_syms): Move up and make static.
1863 (ada_value_struct_elt): Move up and make static.
1864 (ada_tag_type): Make static.
1865 (ada_value_tag): Make static.
1866 (ada_is_others_clause): Make static.
1867 (ada_in_variant): Make static.
1868 (ada_attribute_name): Make static.
1869
1870 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1871
1872 * ada-lang.c: Remove includes.
1873 * ada-typeprint.c: Remove includes.
1874 * ada-valprint.c: Remove includes.
1875
1876 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
1877
1878 * addrmap.c: Add static assertions of type size, moved from
1879 _initialize_addrmap.
1880 (_initialize_addrmap): Remove.
1881
1882 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1883
1884 * coffread.c (record_minimal_symbol): Update.
1885 (process_coff_symbol): Update.
1886 * dbxread.c (read_dbx_symtab): Update.
1887 * dwarf2read.c (add_partial_symbol): Update.
1888 (fixup_go_packaging): Update.
1889 (load_partial_dies): Update.
1890 (new_symbol): Update.
1891 * elfread.c (record_minimal_symbol): Change signature to use
1892 gdb::string_view instead of name+len.
1893 (elf_symtab_read): Update.
1894 (elf_rel_plt_read): Update.
1895 * mdebugread.c (parse_partial_symbols): Update.
1896 (handle_psymbol_enumerators): Update.
1897 (new_symbol): Update.
1898 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1899 to use gdb::string_view instead of name+len.
1900 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1901 * psympriv.h (add_psymbol_to_list): Likewise.
1902 * psymtab.c (add_psymbol_to_bcache): Likewise.
1903 (add_psymbol_to_list): Likewise.
1904 * stabsread.c (define_symbol): Update.
1905 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1906 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1907 (symbol_set_names): Likewise.
1908 * xcoffread.c (scan_xcoff_symtab): Update.
1909
1910 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1911
1912 * symtab.h (symbol_set_names): Document that copy_name must be
1913 set to true for non-nullterminated strings.
1914 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1915 linkage_name if the entry was not found and we need to demangle.
1916
1917 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1918
1919 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1920 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1921 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1922 * gdbsupport/gdb_binary_search.h: New file.
1923
1924 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1925
1926 * NEWS: Mention new --with-system-gdbinit-dir option.
1927 * config.in: Regenerate.
1928 * configure: Regenerate.
1929 * configure.ac: Add new option --with-system-gdbinit-dir.
1930 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1931 for a ".gdb" suffix.
1932 * main.c (get_init_files): Change system_gdbinit argument to
1933 a vector and return the files in SYSTEM_GDBINIT_DIR in
1934 addition to SYSTEM_GDBINIT.
1935 (captured_main_1): Update.
1936 (print_gdb_help): Update.
1937 * top.c (print_gdb_configuration): Also print the value of
1938 SYSTEM_GDBINIT_DIR.
1939
1940 2019-10-28 Christian Biesinger <cbiesinger@google.com>
1941
1942 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1943 that takes gdb::string_view arguments.
1944
1945 2019-10-26 Tom de Vries <tdevries@suse.de>
1946
1947 * aarch64-linux-tdep.c: Fix typos in comments.
1948 * aarch64-tdep.c: Same.
1949 * ada-lang.c: Same.
1950 * amd64-nat.c: Same.
1951 * arc-tdep.c: Same.
1952 * arch/aarch64-insn.c: Same.
1953 * block.c: Same.
1954 * breakpoint.h: Same.
1955 * btrace.h: Same.
1956 * c-varobj.c: Same.
1957 * cli/cli-decode.c: Same.
1958 * cli/cli-script.c: Same.
1959 * cli/cli-utils.h: Same.
1960 * coff-pe-read.c: Same.
1961 * coffread.c: Same.
1962 * compile/compile-cplus-symbols.c: Same.
1963 * compile/compile-object-run.c: Same.
1964 * completer.c: Same.
1965 * corelow.c: Same.
1966 * cp-support.c: Same.
1967 * demangle.c: Same.
1968 * dwarf-index-write.c: Same.
1969 * dwarf2-frame.c: Same.
1970 * dwarf2-frame.h: Same.
1971 * eval.c: Same.
1972 * frame-base.h: Same.
1973 * frame.h: Same.
1974 * gdbcmd.h: Same.
1975 * gdbtypes.h: Same.
1976 * gnu-nat.c: Same.
1977 * guile/scm-objfile.c: Same.
1978 * i386-tdep.c: Same.
1979 * i386-tdep.h: Same.
1980 * infcall.c: Same.
1981 * infcall.h: Same.
1982 * linux-nat.c: Same.
1983 * m68k-tdep.c: Same.
1984 * macroexp.c: Same.
1985 * memattr.c: Same.
1986 * mi/mi-cmd-disas.c: Same.
1987 * mi/mi-getopt.h: Same.
1988 * mi/mi-main.c: Same.
1989 * minsyms.c: Same.
1990 * nat/aarch64-sve-linux-sigcontext.h: Same.
1991 * objfiles.h: Same.
1992 * ppc-linux-nat.c: Same.
1993 * ppc-linux-tdep.c: Same.
1994 * ppc-tdep.h: Same.
1995 * progspace.h: Same.
1996 * prologue-value.h: Same.
1997 * python/py-evtregistry.c: Same.
1998 * python/py-instruction.h: Same.
1999 * record-btrace.c: Same.
2000 * record-full.c: Same.
2001 * remote.c: Same.
2002 * rs6000-tdep.c: Same.
2003 * ser-tcp.c: Same.
2004 * sol-thread.c: Same.
2005 * sparc-sol2-tdep.c: Same.
2006 * sparc64-tdep.c: Same.
2007 * stabsread.c: Same.
2008 * symfile.c: Same.
2009 * symtab.h: Same.
2010 * target.c: Same.
2011 * tracepoint.c: Same.
2012 * tui/tui-data.h: Same.
2013 * tui/tui-io.c: Same.
2014 * tui/tui-win.c: Same.
2015 * tui/tui.c: Same.
2016 * unittests/rsp-low-selftests.c: Same.
2017 * user-regs.h: Same.
2018 * utils.c: Same.
2019 * utils.h: Same.
2020 * valarith.c: Same.
2021 * valops.c: Same.
2022 * valprint.c: Same.
2023 * valprint.h: Same.
2024 * value.c: Same.
2025 * value.h: Same.
2026 * varobj.c: Same.
2027 * x86-nat.h: Same.
2028 * xtensa-tdep.c: Same.
2029
2030 2019-10-25 Ali Tamur <tamur@google.com>
2031
2032 * charset.c (find_charset_names): Reflect API change.
2033
2034 2019-10-25 Christian Biesinger <cbiesinger@google.com>
2035
2036 * symtab.c (struct demangled_name_entry): Change demangled name
2037 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
2038 part of the struct anymore.
2039 (symbol_set_names): No longer obstack allocate + copy the demangled
2040 name, just store the allocated name from bfd.
2041
2042 2019-10-25 Tom Tromey <tromey@adacore.com>
2043
2044 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
2045 (bsearch_cie_cmp, add_cie): Remove.
2046 (find_cie): Reimplement.
2047 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
2048 (dwarf2_build_frame_info): Update.
2049
2050 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
2051
2052 PR gdb/25126
2053 * symfile.c (reread_symbols): Call forget_cached_source_info to
2054 clear the stale source cache.
2055
2056 2019-10-24 Christian Biesinger <cbiesinger@google.com>
2057
2058 * configure: Regenerate.
2059 * configure.ac: Remove code that sets python_has_threads.
2060
2061 2019-10-24 Christian Biesinger <cbiesinger@google.com>
2062
2063 * config.in: Regenerate.
2064 * configure: Regenerate.
2065 * configure.ac: Remove the code that uses sed to get the python
2066 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
2067
2068 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2069
2070 * python/py-progspace.c (pspy_block_for_pc): Return None for all
2071 error paths.
2072
2073 2019-10-23 Tom Tromey <tom@tromey.com>
2074
2075 * arc-tdep.c: Remove ".." from include.
2076 * frv-tdep.c: Remove ".." from include.
2077 * lm32-tdep.c: Remove ".." from include.
2078 * microblaze-tdep.c: Remove ".." from include.
2079 * or1k-tdep.h: Remove ".." from include.
2080 * s12z-tdep.c: Remove ".." from include.
2081 * Makefile.in (OPCODES_CFLAGS): Add comment.
2082 (TOP_CFLAGS): New variable.
2083 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
2084
2085 2019-10-23 Tom Tromey <tom@tromey.com>
2086
2087 * Makefile.in (READLINE_DIR): Update.
2088
2089 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2090
2091 * infcall.c (call_function_by_hand_dummy): Fix the function
2092 comment. And extract out a code section into...
2093 (reserve_stack_space): ...this new function.
2094
2095 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2096
2097 * infcall.c (value_arg_coerce): Remove an unused parameter.
2098 (call_function_by_hand_dummy): Update the call to
2099 'value_arg_coerce'.
2100
2101 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2102
2103 * infcall.c (call_function_by_hand_dummy): Refactor.
2104
2105 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2106
2107 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2108
2109 2019-10-23 Tom Tromey <tom@tromey.com>
2110
2111 * configure: Rebuild.
2112 * configure.ac: Don't check for sigprocmask.
2113 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2114
2115 2019-10-23 Tom Tromey <tom@tromey.com>
2116
2117 * configure: Rebuild.
2118 * acinclude.m4: Use m4_include, not sinclude.
2119
2120 2019-10-23 Tom de Vries <tdevries@suse.de>
2121
2122 PR breakpoints/24687
2123 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2124
2125 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2126
2127 * symtab.c (struct demangled_name_entry) <language>: Change from
2128 bitfield to regular variable.
2129
2130 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2131
2132 * symtab.c (struct demangled_name_entry): Add a constructor.
2133 (free_demangled_name_entry): New function to call the destructor
2134 for demangled_name_entry.
2135 (create_demangled_names_hash): Pass free_demangled_name_entry to
2136 htab_create_alloc.
2137 (symbol_set_names): Call placement new for demangled_name_entry.
2138 * utils.c: No longer include xxhash.h here, now that fast_hash
2139 is inlined in the header.
2140 * utils.h: Instead, include it here.
2141
2142 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2143
2144 * Makefile.in: Link with libxxhash.
2145 * config.in: Regenerate.
2146 * configure: Regenerate.
2147 * configure.ac: Search for libxxhash.
2148 * utils.c (fast_hash): Use xxhash if present.
2149
2150 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2151
2152 * utils.h (fast_hash): New function.
2153 * symtab.c (hash_demangled_name_entry): Call new function
2154 fast_hash.
2155
2156 2019-10-22 Christian Biesinger <cbiesinger@google.com>
2157
2158 * symtab.c (struct demangled_name_entry): Change type of mangled
2159 to gdb::string_view. Also adds a constructor that takes the
2160 mangled name.
2161 (hash_demangled_name_entry): Update.
2162 (eq_demangled_name_entry): Update.
2163 (free_demangled_name_entry): New function to call the destructor
2164 now that this is not a POD anymore.
2165 (create_demangled_names_hash): Pass free_demangled_name_entry to
2166 htab_create_alloc.
2167 (symbol_set_names): Update.
2168
2169 2019-10-21 Ali Tamur <tamu@google.com>
2170
2171 * dwarf2read.c (dir_index): Change type.
2172 (file_name_index): Likewise.
2173 (line_header::include_dir_at): Change comment and implementation on
2174 whether it is DWARF 5.
2175 (line_header::is_valid_file_index): New function.
2176 (line_header::file_name_at): Change comment and implementation on
2177 whether it is DWARF 5.
2178 (line_header::file_names): Change to private field renamed as
2179 m_file_names and introduce a new accessor method.
2180 (line_header::file_names_size): New method.
2181 (line_header::include_dirs): Change to private field and rename as
2182 m_include_dirs.
2183 (dw2_get_file_names_reader): Define local var at a smaller scope and
2184 reflect API change.
2185 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2186 (process_structure_scope): Likewise.
2187 (line_header::add_include_dir): Change message and reflect renaming.
2188 (line_header::add_file_name): Likewise.
2189 (read_formatted_entries): Handle DW_FORM_data16.
2190 (dwarf_decode_line_header): Fix line header length calculation.
2191 (psymtab_include_file_name): Change comment and API.
2192 (lnp_state_machine::m_file): Update comment and reflect type change.
2193 (lnp_state_machine::record_line): Reflect type change.
2194 (dwarf_decode_lines): Reflect API change.
2195 (file_file_name): Likewise.
2196 (file_full_name): Likewise.
2197
2198 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2199
2200 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2201
2202 2019-10-21 Tom Tromey <tom@tromey.com>
2203
2204 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2205
2206 2019-10-21 Tom Tromey <tom@tromey.com>
2207
2208 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2209 NM_H. Use AC_CONFIG_LINKS.
2210 * configure: Rebuild.
2211 * Makefile.in (NM_H): New variable.
2212 (generated_files): Add NM_H. Remove gcore.
2213 (nm.h, stamp-nmh): New targets.
2214
2215 2019-10-20 Tom Tromey <tom@tromey.com>
2216
2217 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2218 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2219 obsolete comment.
2220 (put_objfile_before): Now static.
2221
2222 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2223
2224 * gdbsupport/common-utils.h (startswith): Change return type to
2225 bool.
2226
2227 2019-10-19 Christian Biesinger <cbiesinger@google.com>
2228
2229 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2230 * breakpoint.c (bp_locations_compare): Rename to...
2231 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2232 (update_global_location_list): Use std::sort instead of qsort.
2233 * buildsym.c (compare_line_numbers): Rename to...
2234 (lte_is_less_than): ...this, and change to std::sort semantics.
2235 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2236 instead of qsort.
2237 * disasm.c (compare_lines): Rename to...
2238 (line_is_less_than): ...this, and change to std::sort semantics.
2239 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2240 of qsort.
2241 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2242 (fde_is_less_than): ...this, and change to std::sort semantics.
2243 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2244 * mdebugread.c (compare_blocks):
2245 (block_is_less_than): ...this, and change to std::sort semantics.
2246 (sort_blocks): Call std::sort instead of qsort.
2247 * objfiles.c (qsort_cmp): Rename to...
2248 (sort_cmp): ...this, and change to std::sort semantics.
2249 (update_section_map): Call std::sort instead of qsort.
2250 * remote.c (compare_pnums): Remove.
2251 (map_regcache_remote_table): Call std::sort instead of qsort.
2252 * utils.c (compare_positive_ints): Remove.
2253 * utils.h (compare_positive_ints): Remove.
2254 * xcoffread.c (compare_lte): Remove.
2255 (arrange_linetable): Call std::sort instead of qsort.
2256
2257 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2258
2259 * symfile.c (init_entry_point_info): Fix typo.
2260 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2261
2262 2019-10-18 Tom de Vries <tdevries@suse.de>
2263
2264 * aarch64-tdep.c: Fix typos in comments.
2265 * ada-lang.c: Same.
2266 * ada-tasks.c: Same.
2267 * alpha-tdep.c: Same.
2268 * alpha-tdep.h: Same.
2269 * amd64-nat.c: Same.
2270 * amd64-windows-tdep.c: Same.
2271 * arc-tdep.c: Same.
2272 * arc-tdep.h: Same.
2273 * arch-utils.c: Same.
2274 * arm-nbsd-tdep.c: Same.
2275 * arm-tdep.c: Same.
2276 * ax-gdb.c: Same.
2277 * blockframe.c: Same.
2278 * btrace.c: Same.
2279 * c-varobj.c: Same.
2280 * coff-pe-read.c: Same.
2281 * coffread.c: Same.
2282 * cris-tdep.c: Same.
2283 * darwin-nat.c: Same.
2284 * dbxread.c: Same.
2285 * dcache.c: Same.
2286 * disasm.c: Same.
2287 * dtrace-probe.c: Same.
2288 * dwarf-index-write.c: Same.
2289 * dwarf2-frame-tailcall.c: Same.
2290 * dwarf2-frame.c: Same.
2291 * dwarf2read.c: Same.
2292 * eval.c: Same.
2293 * exceptions.c: Same.
2294 * fbsd-tdep.c: Same.
2295 * findvar.c: Same.
2296 * frame.c: Same.
2297 * frv-tdep.c: Same.
2298 * gnu-v3-abi.c: Same.
2299 * go32-nat.c: Same.
2300 * h8300-tdep.c: Same.
2301 * hppa-tdep.c: Same.
2302 * i386-linux-tdep.c: Same.
2303 * i386-tdep.c: Same.
2304 * ia64-libunwind-tdep.c: Same.
2305 * ia64-tdep.c: Same.
2306 * infcmd.c: Same.
2307 * infrun.c: Same.
2308 * linespec.c: Same.
2309 * linux-nat.c: Same.
2310 * linux-thread-db.c: Same.
2311 * machoread.c: Same.
2312 * mdebugread.c: Same.
2313 * mep-tdep.c: Same.
2314 * mn10300-tdep.c: Same.
2315 * namespace.c: Same.
2316 * objfiles.c: Same.
2317 * opencl-lang.c: Same.
2318 * or1k-tdep.c: Same.
2319 * osabi.c: Same.
2320 * ppc-linux-nat.c: Same.
2321 * ppc-linux-tdep.c: Same.
2322 * ppc-sysv-tdep.c: Same.
2323 * printcmd.c: Same.
2324 * procfs.c: Same.
2325 * record-btrace.c: Same.
2326 * record-full.c: Same.
2327 * remote-fileio.c: Same.
2328 * remote.c: Same.
2329 * rs6000-tdep.c: Same.
2330 * s12z-tdep.c: Same.
2331 * score-tdep.c: Same.
2332 * ser-base.c: Same.
2333 * ser-go32.c: Same.
2334 * skip.c: Same.
2335 * sol-thread.c: Same.
2336 * solib-svr4.c: Same.
2337 * solib.c: Same.
2338 * source.c: Same.
2339 * sparc-nat.c: Same.
2340 * sparc-sol2-tdep.c: Same.
2341 * sparc-tdep.c: Same.
2342 * sparc64-tdep.c: Same.
2343 * stabsread.c: Same.
2344 * stack.c: Same.
2345 * symfile.c: Same.
2346 * symtab.c: Same.
2347 * target-descriptions.c: Same.
2348 * target-float.c: Same.
2349 * thread.c: Same.
2350 * utils.c: Same.
2351 * valops.c: Same.
2352 * valprint.c: Same.
2353 * value.c: Same.
2354 * varobj.c: Same.
2355 * windows-nat.c: Same.
2356 * xcoffread.c: Same.
2357 * xstormy16-tdep.c: Same.
2358 * xtensa-tdep.c: Same.
2359
2360 2019-10-17 Tom Tromey <tromey@adacore.com>
2361
2362 * configure: Rebuild.
2363 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2364 in AC_CONFIG_FILES invocation.
2365 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2366 new-style config.status invocation.
2367
2368 2019-10-17 Tom de Vries <tdevries@suse.de>
2369
2370 * arm-nbsd-nat.c: Fix typos in comments.
2371 * arm-tdep.c: Same.
2372 * darwin-nat-info.c: Same.
2373 * dwarf2read.c: Same.
2374 * elfread.c: Same.
2375 * event-top.c: Same.
2376 * findvar.c: Same.
2377 * gdbtypes.c: Same.
2378 * hppa-tdep.c: Same.
2379 * i386-tdep.c: Same.
2380 * jit.c: Same.
2381 * main.c: Same.
2382 * mdebugread.c: Same.
2383 * moxie-tdep.c: Same.
2384 * nto-procfs.c: Same.
2385 * osabi.c: Same.
2386 * ppc-linux-tdep.c: Same.
2387 * remote.c: Same.
2388 * riscv-tdep.c: Same.
2389 * s390-tdep.c: Same.
2390 * sh-tdep.c: Same.
2391 * sparc-linux-tdep.c: Same.
2392 * sparc-nat.c: Same.
2393 * stack.c: Same.
2394 * target-descriptions.c: Same.
2395 * top.c: Same.
2396 * varobj.c: Same.
2397
2398 2019-10-16 Tom Tromey <tom@tromey.com>
2399
2400 * objfiles.h (struct objfile) <original_name>: Now const.
2401
2402 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2403
2404 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2405 pass on to sigsetjmp's second argument.
2406 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2407
2408 2019-10-16 Keith Seitz <keiths@redhat.com>
2409
2410 PR gdb/23567
2411 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2412 sections whose size is greater than the file size.
2413
2414 2019-10-16 Jim Wilson <jimw@sifive.com>
2415
2416 * riscv-tdep.c (riscv_gcc_target_options): New.
2417 (riscv_gnu_triplet_regexp): New.
2418 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2419 set_gdbarch_gnu_triplet_regexp.
2420
2421 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2422
2423 * Makefile.in: Add xml-builtin.h.
2424 * features/feature_to_c.sh: Add an include for xml-builtin.h
2425 to ensure that the compiler checks that the types match.
2426 * xml-builtin.h: New file.
2427 * xml-support.c (fetch_xml_builtin): Add missing const.
2428 * xml-support.h: Remove declaration of xml_builtins.
2429
2430 2019-10-16 Tom de Vries <tdevries@suse.de>
2431
2432 PR tdep/25096
2433 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2434 (amd64_classify_aggregate): ... here.
2435 (amd64_classify_aggregate_field): Handled fiels of nested structs
2436 recursively.
2437
2438 2019-10-16 Tom de Vries <tdevries@suse.de>
2439
2440 PR tdep/24104
2441 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2442 that handles 'theclass'.
2443
2444 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2445
2446 * linespec.c (decode_digits_ordinary): Update comment.
2447 * make-target-delegates: No longer need to handle VEC case.
2448 * memrange.c (normalize_mem_ranges): Update comment.
2449 * namespace.c (add_using_directive): Update comment.
2450 * objc-lang.c (uniquify_strings): Update comment.
2451 * ppc-linux-nat.c (struct thread_points): Update comment.
2452 * probe.h (find_probes_in_objfile): Update comment.
2453 * target.h (enum flash_preserve_mode): Update comment.
2454 * varobj.c (varobj_restrict_range): Update comment.
2455 * varobj.h (varobj_list_children): Update comment.
2456
2457 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2458
2459 * Makefile.in: Remove references to vec.h and vec.c.
2460 * aarch64-tdep.c: No longer include vec.h.
2461 * ada-lang.c: Likewise.
2462 * ada-lang.h: Likewise.
2463 * arm-tdep.c: Likewise.
2464 * ax.h: Likewise.
2465 * breakpoint.h: Likewise.
2466 * charset.c: Likewise.
2467 * cp-support.h: Likewise.
2468 * dtrace-probe.c: Likewise.
2469 * dwarf2read.c: Likewise.
2470 * extension.h: Likewise.
2471 * gdb_bfd.c: Likewise.
2472 * gdbsupport/gdb_vecs.h: Likewise.
2473 * gdbsupport/vec.c: Remove.
2474 * gdbsupport/vec.h: Remove.
2475 * gdbthread.h: Likewise.
2476 * guile/scm-type.c: Likewise.
2477 * inline-frame.c: Likewise.
2478 * machoread.c: Likewise.
2479 * memattr.c: Likewise.
2480 * memrange.h: Likewise.
2481 * namespace.h: Likewise.
2482 * nat/linux-btrace.h: Likewise.
2483 * osdata.c: Likewise.
2484 * parser-defs.h: Likewise.
2485 * progspace.h: Likewise.
2486 * python/py-type.c: Likewise.
2487 * record-btrace.c: Likewise.
2488 * rust-exp.y: Likewise.
2489 * solib-target.c: Likewise.
2490 * stap-probe.c: Likewise.
2491 * target-descriptions.c: Likewise.
2492 * target-memory.c: Likewise.
2493 * target.h: Likewise.
2494 * varobj.c: Likewise.
2495 * varobj.h: Likewise.
2496 * xml-support.h: Likewise.
2497
2498 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2499
2500 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2501 Update for new std::vector based implementation.
2502 (process_psymtab_comp_unit_reader): Likewise.
2503 (scan_partial_symbols): Likewise.
2504 (recursively_compute_inclusions): Likewise.
2505 (compute_compunit_symtab_includes): Likewise.
2506 (process_imported_unit_die): Likewise.
2507 (queue_and_load_dwo_tu): Likewise.
2508 (follow_die_sig_1): Likewise.
2509 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2510 (typedef dwarf2_per_cu_ptr): Remove.
2511 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2512 function.
2513 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2514 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2515 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2516 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2517 std::vector.
2518
2519 2019-10-15 Tom Tromey <tromey@adacore.com>
2520
2521 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2522 TID.
2523
2524 2019-10-15 Tom Tromey <tromey@adacore.com>
2525
2526 * windows-nat.c (windows_nat_target::fetch_registers)
2527 (windows_nat_target::store_registers): Rename "pid" to "tid".
2528
2529 2019-10-15 Tom Tromey <tromey@adacore.com>
2530
2531 * gdbarch.h, gdbarch.c: Rebuild.
2532 * gdbarch.sh (gcc_target_options): Change return type to
2533 std::string.
2534 * compile/compile.c (get_args): Update.
2535 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2536 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2537 std::string.
2538 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2539 std::string.
2540 * arch-utils.c (default_gcc_target_options): Return std::string.
2541 * arch-utils.h (default_gcc_target_options): Return std::string.
2542 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2543
2544 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2545
2546 * breakpoint.c (breakpoint_chain): Make static.
2547 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2548 of accessing breakpoint_chain.
2549
2550 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2551
2552 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2553 to a gdb::function_view and return value to bool.
2554 * breakpoint.h (iterate_over_breakpoints): Likewise.
2555 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2556 (pop_dummy_frame): Update.
2557 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2558 (gdbscm_breakpoints): Update.
2559 * python/py-breakpoint.c (build_bp_list): Update.
2560 (gdbpy_breakpoints): Update.
2561 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2562 Update.
2563 (bpfinishpy_handle_stop): Update.
2564 (bpfinishpy_handle_exit): Update.
2565 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2566 (svr4_update_solib_event_breakpoints): Update.
2567
2568 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2569
2570 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2571 when unwrapping single-field structs.
2572
2573 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2574
2575 * dwarf2read.c: Remove includes.
2576
2577 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2578
2579 * ui-out.c (ui_out::call_do_message): Silence
2580 -Wformat-nonliteral warning.
2581
2582 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2583
2584 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2585 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2586 include: readline/tilde.h.
2587
2588 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2589
2590 * remote.c (remote_target::get_trace_status): Remove declaration of
2591 trace_regblock_size.
2592
2593 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2594
2595 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2596 (show_user): Remove declaration of cmdlist.
2597 * cli/cli-cmds.h (max_user_call_depth): Declare.
2598 * cli/cli-script.c (execute_user_command): Remove declaration
2599 of max_user_call_depth.
2600
2601 2019-10-11 Jim Wilson <jimw@sifive.com>
2602
2603 * gdbsupport/print-utils.h (pulongest): Fix comment.
2604 (plongest): Likewise.
2605 (phex): Add missing comment, mention leading zeros.
2606 (phex_nz): Add mention of no leading zeros to comment.
2607
2608 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2609 plongest instead of unsigned long long cast.
2610
2611 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2612
2613 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2614 for external_editor_command and gdbtk_test.
2615
2616 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2617
2618 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2619 * varobj.c (varobjdebug): Move comment to...
2620 * varobj.h (varobjdebug): ...here, and declare.
2621
2622 2019-10-09 Tom Tromey <tom@tromey.com>
2623
2624 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2625 erase_data_content.
2626
2627 2019-10-09 Tom Tromey <tom@tromey.com>
2628
2629 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2630 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2631 * tui/tui-command.c (tui_cmd_window::resize)
2632 (tui_refresh_cmd_win): Update.
2633 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2634 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2635 * tui/tui-data.c (~tui_gen_win_info): Remove.
2636 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2637 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2638 (tui_redisplay_readline, tui_mld_flush)
2639 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2640 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2641 (tui_data_window::erase_data_content)
2642 (tui_data_item_window::rerender)
2643 (tui_data_item_window::refresh_window): Update.
2644 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2645 (box_win, tui_gen_win_info::make_window)
2646 (tui_gen_win_info::make_visible): Update.
2647 (tui_delete_win): Remove.
2648 * tui/tui-winsource.c
2649 (tui_source_window_base::do_erase_source_content): Update.
2650 (tui_show_source_line, tui_source_window_base::update_tab_width)
2651 (tui_source_window_base::update_exec_info): Update.
2652 * tui/tui-data.h (struct curses_deleter): New.
2653 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2654 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2655
2656 2019-10-09 Tom Tromey <tom@tromey.com>
2657
2658 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2659
2660 2019-10-09 Tom Tromey <tom@tromey.com>
2661
2662 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2663 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2664
2665 2019-10-09 Tom Tromey <tom@tromey.com>
2666
2667 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2668 window height directly.
2669 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2670 declare.
2671 * tui/tui-layout.c (tui_default_win_height): Remove.
2672 (tui_default_win_viewport_height): Remove.
2673
2674 2019-10-09 Tom Tromey <tom@tromey.com>
2675
2676 * tui/tui.h: Remove comments.
2677
2678 2019-10-09 Tom de Vries <tdevries@suse.de>
2679
2680 * python/lib/gdb/printer/bound_registers.py: Use
2681 '^builtin_type_bound128' as regexp argument for
2682 add_builtin_pretty_printer.
2683
2684 2019-10-09 Christian Biesinger <cbiesinger@google.com>
2685
2686 * guile/guile.c (guile_extension_script_ops): Remove forward
2687 declaration and mark as static.
2688 (guile_script_ops): Likewise.
2689 (extension_language_guile): Move further down in the file so
2690 it can reference the definitions for guile_{extension_,}script_ops.
2691
2692 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2693
2694 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2695 except SORTL, DFLTCC, and KDSA.
2696
2697 2019-10-08 Tom Tromey <tromey@adacore.com>
2698
2699 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2700 (struct safe_symbol_file_add_args): Remove.
2701
2702 2019-10-08 Tom Tromey <tromey@adacore.com>
2703
2704 * windows-nat.c: Don't include buildsym-legacy.h.
2705
2706 2019-10-08 Tom Tromey <tromey@adacore.com>
2707
2708 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2709
2710 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2711
2712 * gdbtypes.c (overload_debug): Move comment to header.
2713 * gdbtypes.h (overload_debug): Declare.
2714 * valops.c: Remove declaration of overload_debug, instead
2715 include gdbtypes.h.
2716
2717 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2718
2719 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2720 through _().
2721 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2722 move comment...
2723 * language.h (lang_frame_mismatch_warn): ... here. Also add
2724 declaration.
2725 * top.c (lang_frame_mismatch_warn): Remove declaration.
2726 (check_frame_language_change): Pass lang_frame_mismatch_warn
2727 through _().
2728
2729 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2730
2731 * c-lang.h (vtbl_ptr_name): Declare.
2732 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2733 it from the header.
2734 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2735
2736 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2737
2738 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2739 gdb_static_assert.
2740
2741 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2742
2743 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2744 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
2745 * ctfread.c: New file.
2746 * ctfread.h: New file.
2747 * elfread.c: Include ctfread.h.
2748 (struct elfinfo text_p): New member ctfsect.
2749 (elf_locate_sections): Mark CTF section.
2750 (elf_symfile_read): Call elfctf_build_psymtabs.
2751 * Makefile.in (LIBCTF): Add.
2752 (CLIBS): Use it.
2753 (CDEPS): Likewise.
2754 (DIST): Add ctfread.c.
2755
2756 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2757
2758 * ctfread.c (struct nextfield): Renamed to ...
2759 (struct ctf_nextfield): ... this.
2760 (struct field_info): Renamed to ...
2761 (strut ctf_field_info): ... this.
2762 (attach_fields_to_type): Update for renamed structures.
2763 (ctf_add_member_cb): Likewise.
2764 (ctf_add_enum_member_cb): Likewise.
2765 (process_struct_members): Likewise.
2766 (process_enum_type): Likewise.
2767
2768 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2769
2770 * tracectf.h: Rename, was ctf.h.
2771 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2772 * tracefile.c: Likewise.
2773 * tracepoint.c: Remove unused include ctf.h.
2774 * mi/mi-main.c: Likewise.
2775 * Makefile.in Replace ctf.c with tracectf.c.
2776
2777 2019-10-06 Joel Brobecker <brobecker@adacore.com>
2778
2779 * version.in: Change version number to "9.0.50.DATE-git".
2780
2781 2019-10-03 Tom Tromey <tom@tromey.com>
2782
2783 PR rust/24976:
2784 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2785
2786 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2787
2788 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2789 cp_search_name_hash.
2790 * NEWS: Add entry about nested function support.
2791
2792 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2793 Andrew Burgess <andrew.burgess@embecosm.com>
2794
2795 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2796 for nested static variables when searchin VAR_DOMAIN.
2797 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2798 global scope, update comment.
2799 (add_partial_subprogram): Call add_partial_subprogram recursively
2800 for nested subroutines when processinng Fortran.
2801 (load_partial_dies): Process the child entities of a subprogram
2802 when processing Fortran.
2803 (partial_die_parent_scope): Handle building scope
2804 for Fortran nested functions.
2805 (process_die): Record that nested functions have a scope.
2806 (new_symbol): Always record Fortran subprograms on the global
2807 symbol list.
2808 (determine_prefix): How to build the prefix for Fortran
2809 subprograms.
2810
2811 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2812
2813 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2814 have just sent the thread a SIGSTOP and are waiting for it to
2815 arrive.
2816
2817 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2818
2819 * btrace.c (btrace_add_pc): Remove whitespace before the template
2820 parameter in 'std::vector <...>'.
2821 (parse_xml_btrace_block): Likewise.
2822 (btrace_maint_decode_pt): Likewise.
2823 (btrace_maint_update_packets): Likewise.
2824 (btrace_maint_print_packets): Likewise.
2825 * btrace.h (struct btrace_maint_info): Likewise.
2826 * dwarf2read.c (struct type_unit_group): Likewise.
2827 (build_type_psymtabs_reader): Likewise.
2828 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2829 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2830 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2831
2832 2019-10-03 Tom de Vries <tdevries@suse.de>
2833
2834 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2835 the first line of the help text for set/show style metadata.
2836
2837 2019-10-02 Tom Tromey <tromey@adacore.com>
2838
2839 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2840 * gdbsupport/common-inferior.c: New file.
2841 * infcmd.c (startup_with_shell): Don't define.
2842 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2843 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2844 * inferior.h (startup_with_shell): Don't declare.
2845
2846 2019-10-02 Christian Biesinger <cbiesinger@google.com>
2847
2848 * gdbsupport/gdb_assert.h: Include errors.h.
2849 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2850
2851 2019-10-02 Tom Tromey <tromey@adacore.com>
2852
2853 * NEWS: Add $_ada_exception entry.
2854 * ada-lang.c (struct ada_catchpoint): Add constructor.
2855 <m_kind>: New member.
2856 (allocate_location_exception, re_set_exception): Remove
2857 "ex" parameter.
2858 (should_stop_exception): Compute $_ada_exception.
2859 (check_status_exception, print_it_exception)
2860 (print_one_exception, print_mention_exception): Remove
2861 "ex" parameter.
2862 (allocate_location_catch_exception, re_set_catch_exception)
2863 (check_status_exception, print_it_catch_exception)
2864 (print_one_catch_exception, print_mention_catch_exception)
2865 (print_recreate_catch_exception)
2866 (allocate_location_catch_exception_unhandled)
2867 (re_set_catch_exception_unhandled)
2868 (check_status_exception, print_it_catch_exception_unhandled)
2869 (print_one_catch_exception_unhandled)
2870 (print_mention_catch_exception_unhandled)
2871 (print_recreate_catch_exception_unhandled)
2872 (allocate_location_catch_assert, re_set_catch_assert)
2873 (check_status_assert, print_it_catch_assert)
2874 (print_one_catch_assert, print_mention_catch_assert)
2875 (print_recreate_catch_assert)
2876 (allocate_location_catch_handlers, re_set_catch_handlers)
2877 (check_status_handlers, print_it_catch_handlers)
2878 (print_one_catch_handlers, print_mention_catch_handlers)
2879 (print_recreate_catch_handlers): Remove.
2880 (create_ada_exception_catchpoint): Update.
2881 (initialize_ada_catchpoint_ops): Update.
2882
2883 2019-10-02 Tom Tromey <tromey@adacore.com>
2884
2885 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2886 (create_excep_cond_exprs): Simplify exception string computation.
2887 (ada_exception_catchpoint_cond_string): Likewise.
2888
2889 2019-10-02 Tom Tromey <tromey@adacore.com>
2890
2891 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2892 * ada-lang.c (lesseq_defined_than): Handle
2893 LOC_STATIC.
2894 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2895 parameter.
2896 (dwarf2_has_info): Likewise.
2897 (new_symbol): Set maybe_copied on symbol when
2898 appropriate.
2899 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2900 parameter.
2901 <can_copy>: New member.
2902 * elfread.c (record_minimal_symbol): Set maybe_copied
2903 on symbol when appropriate.
2904 (elf_symfile_read): Update call to dwarf2_has_info.
2905 * minsyms.c (lookup_minimal_symbol_linkage): New
2906 function.
2907 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2908 * symtab.c (get_symbol_address, get_msymbol_address):
2909 New functions.
2910 * symtab.h (get_symbol_address, get_msymbol_address):
2911 Declare.
2912 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2913 maybe_copied.
2914 (struct symbol, struct minimal_symbol) <maybe_copied>:
2915 New member.
2916
2917 2019-10-02 Tom Tromey <tromey@adacore.com>
2918
2919 * source.c (struct current_source_location): New.
2920 (current_source_key): New global.
2921 (current_source_symtab, current_source_line)
2922 (current_source_pspace): Remove.
2923 (get_source_location): New function.
2924 (get_current_source_symtab_and_line)
2925 (set_default_source_symtab_and_line)
2926 (set_current_source_symtab_and_line)
2927 (clear_current_source_symtab_and_line, select_source_symtab)
2928 (info_source_command, print_source_lines_base)
2929 (info_line_command, search_command_helper, _initialize_source):
2930 Update.
2931
2932 2019-10-02 Tom Tromey <tromey@adacore.com>
2933
2934 * source.c (select_source_symtab): Don't call
2935 decode_line_with_current_source.
2936
2937 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2938
2939 * symtab.c (lookup_global_symbol): Search global block.
2940
2941 2019-10-02 Tom Tromey <tromey@adacore.com>
2942
2943 * coffread.c (process_coff_symbol): Update.
2944 * dwarf2read.c (var_decode_location, new_symbol): Update.
2945 * mdebugread.c (parse_symbol): Update.
2946 * objfiles.c (relocate_one_symbol): Update.
2947 * stabsread.c (define_symbol, fix_common_block)
2948 (scan_file_globals): Update.
2949 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2950 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2951 * xcoffread.c (process_xcoff_symbol): Update.
2952
2953 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2954
2955 * MAINTAINERS: Update my email address.
2956
2957 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2960 std::vector.
2961 (build_type_psymtabs_reader): Update for std::vector.
2962 (build_type_psymtab_dependencies): Likewise.
2963 * dwarf2read.h: Remove use of DEF_VEC_P.
2964 (typedef sig_type_ptr): Delete.
2965
2966 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2967
2968 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2969 to std::vector.
2970 (btrace_maint_decode_pt): Likewise, and move allocation of the
2971 vector outside of the loop.
2972 (btrace_maint_update_packets): Update to handle change from VEC to
2973 std::vector.
2974 (btrace_maint_print_packets): Likewise.
2975 (maint_info_btrace_cmd): Likewise.
2976 * btrace.h: Remove use of DEF_VEC_O.
2977 (typedef btrace_pt_packet_s): Delete.
2978 (struct btrace_maint_info) <packets>: Change fromm VEC to
2979 std::vector.
2980 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
2981
2982 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2983
2984 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
2985 make accesses into the vector constant references.
2986 (btrace_add_pc): Update for std::vector.
2987 (btrace_stitch_bts): Likewise.
2988 (parse_xml_btrace_block): Likewise.
2989 (btrace_maint_update_packets): Likewise.
2990 (btrace_maint_print_packets): Likewise.
2991 (maint_info_btrace_cmd): Likewise.
2992 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
2993 std::vector.
2994 (btrace_data::empty): Likewise.
2995 (btrace_data_append): Likewise.
2996 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
2997 (typedef btrace_block_s): Delete.
2998 (struct btrace_block): Add constructor.
2999 (struct btrace_data_bts) <blocks>: Change to std::vector.
3000 * nat/linux-btrace.c (perf_event_read_bts): Update for
3001 std::vector.
3002 (linux_read_bts): Likewise.
3003
3004 2019-10-01 Tom Tromey <tom@tromey.com>
3005
3006 * cli/cli-logging.c (show_logging_filename): Use styled_string.
3007
3008 2019-10-01 Tom Tromey <tom@tromey.com>
3009
3010 * stack.c (print_frame, info_frame_command_core): Use
3011 styled_string.
3012 * linux-thread-db.c (try_thread_db_load_1)
3013 (try_thread_db_load_from_pdir_1): Use styled_string.
3014 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
3015 (auto_load_section_scripts, info_auto_load_local_gdbinit)
3016 (maybe_print_unsupported_script_warning)
3017 (maybe_print_script_not_found_warning): Use styled_string.
3018 * ada-lang.c (user_select_syms): Use styled_string.
3019
3020 2019-10-01 Tom Tromey <tom@tromey.com>
3021
3022 * p-lang.c (pascal_printstr): Use metadata style.
3023 * value.c (show_convenience): Use metadata style.
3024 * valprint.c (valprint_check_validity, val_print_optimized_out)
3025 (val_print_not_saved, val_print_unavailable)
3026 (val_print_invalid_address, generic_val_print, val_print)
3027 (value_check_printable, val_print_array_elements): Use metadata
3028 style.
3029 * ui-out.h (class ui_out) <field_fmt>: New overload.
3030 <do_field_fmt>: Add style parameter.
3031 * ui-out.c (ui_out::field_fmt): New overload.
3032 * typeprint.c (type_print_unknown_return_type)
3033 (val_print_not_allocated, val_print_not_associated): Use metadata
3034 style.
3035 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
3036 parameter.
3037 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
3038 * tracepoint.c (tvariables_info_1): Use metadata style.
3039 * stack.c (print_frame_arg, print_frame_info, print_frame)
3040 (info_frame_command_core): Use metadata style.
3041 * skip.c (info_skip_command): Use metadata style.
3042 * rust-lang.c (rust_print_enum): Use metadata style.
3043 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
3044 metadata style.
3045 * python/py-framefilter.c (py_print_single_arg): Use metadata
3046 style.
3047 * printcmd.c (do_one_display, print_variable_and_value): Use
3048 metadata style.
3049 * p-valprint.c (pascal_val_print)
3050 (pascal_object_print_value_fields): Use metadata style.
3051 * p-typeprint.c (pascal_type_print_base): Use metadata style.
3052 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
3053 parameter.
3054 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
3055 * m2-valprint.c (m2_print_long_set): Use metadata style.
3056 * m2-typeprint.c (m2_print_type): Use metadata style.
3057 * infcmd.c (print_return_value_1): Use metadata style.
3058 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
3059 * f-valprint.c (info_common_command_for_block): Use metadata
3060 style.
3061 * f-typeprint.c (f_type_print_base): Use metadata style.
3062 * expprint.c (print_subexp_standard): Use metadata style.
3063 * cp-valprint.c (cp_print_value_fields): Use metadata style.
3064 * cli/cli-style.h (class cli_style_option): Add constructor.
3065 (metadata_style): Declare.
3066 * cli/cli-style.c (metadata_style): New global.
3067 (_initialize_cli_style): Register metadata style.
3068 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
3069 parameter.
3070 * cli-out.c (cli_ui_out::do_field_fmt): Update.
3071 * c-typeprint.c (c_type_print_base_struct_union)
3072 (c_type_print_base_1): Use metadata style.
3073 * breakpoint.c (watchpoint_value_print)
3074 (print_one_breakpoint_location): Use metadata style.
3075 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
3076 style.
3077 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
3078 style.
3079 * ada-valprint.c (val_print_packed_array_elements, printstr)
3080 (print_field_values, ada_val_print_ref, ada_val_print): Use
3081 metadata style.
3082 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
3083 style.
3084 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
3085 style.
3086 * ada-lang.c (user_select_syms): Use metadata style.
3087
3088 2019-10-01 Tom Tromey <tom@tromey.com>
3089
3090 * cli/cli-cmds.c (pwd_command): Style output.
3091
3092 2019-10-01 Pedro Alves <palves@redhat.com>
3093 Tom Tromey <tom@tromey.com>
3094
3095 * symtab.c (print_symbol_info): Use %ps.
3096 (print_msymbol_info): Use %ps.
3097 * symfile.c (symbol_file_add_with_addrs): Use %ps.
3098 * printcmd.c (print_variable_and_value): Use %ps.
3099 * macrocmd.c (show_pp_source_pos): Use %ps.
3100 * infrun.c (print_exited_reason): Use ui_out::message.
3101 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3102 (describe_other_breakpoints): Use ui_out::message and new
3103 formats.
3104 (say_where): Use new formats.
3105 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3106 and new formats.
3107
3108 2019-10-01 Pedro Alves <palves@redhat.com>
3109 Tom Tromey <tom@tromey.com>
3110
3111 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3112 (test_gdb_formats): New function.
3113 (run_tests): Call it.
3114 (test_format_specifier): Update.
3115 * utils.h (fputs_filtered): Update comment.
3116 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3117 (fputs_styled_unfiltered): Declare.
3118 * utils.c (fputs_styled_unfiltered): New function.
3119 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3120 (vfprintf_filtered): Update.
3121 (vfprintf_unfiltered, vprintf_filtered): Update.
3122 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3123 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3124 disallow_ui_out_field>: New constants.
3125 (enum class field_kind): New.
3126 (struct base_field_s, struct signed_field_s): New.
3127 (signed_field): New function.
3128 (struct string_field_s): New.
3129 (string_field): New function.
3130 (struct styled_string_s): New.
3131 (styled_string): New function.
3132 (class ui_out) <message>: Add comment.
3133 <vmessage, call_do_message>: New methods.
3134 <do_message>: Add style parameter.
3135 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3136 methods.
3137 (ui_out::message): Rewrite.
3138 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3139 parameter.
3140 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3141 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3142 gdb_extensions parameter.
3143 (class format_piece): Add parameter to constructor.
3144 (n_int_args): New field.
3145 * gdbsupport/format.c (format_pieces::format_pieces): Add
3146 gdb_extensions parameter. Handle '*'.
3147 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3148 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3149 vfprintf_styled_no_gdbfmt.
3150 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3151 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3152 unfiltered output.
3153 * ui-style.h (struct ui_file_style) <ptr>: New method.
3154
3155 2019-10-01 Tom Tromey <tom@tromey.com>
3156
3157 * unittests/format_pieces-selftests.c: Update. Add final format.
3158 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3159 empty literal pieces.
3160
3161 2019-10-01 Tom Tromey <tom@tromey.com>
3162
3163 * ui-out.h (enum class ui_out_style_kind): Remove.
3164 (class ui_out) <field_string, field_stsream, do_field_string>:
3165 Change type of "style".
3166 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3167 (ui_out::field_string): Update.
3168 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3169 of "style".
3170 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3171 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3172 * stack.c (print_frame_arg, print_frame_info, print_frame):
3173 Update.
3174 * source.c (print_source_lines_base): Update.
3175 * solib.c (info_sharedlibrary_command): Update.
3176 * skip.c (info_skip_command): Update.
3177 * record-btrace.c (btrace_call_history_src_line)
3178 (btrace_call_history): Update.
3179 * python/py-framefilter.c (py_print_frame): Update.
3180 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3181 "style".
3182 * mi/mi-out.c (mi_ui_out::do_table_header)
3183 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3184 (mi_ui_out::do_field_string): Update.
3185 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3186 Update.
3187 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3188 "style".
3189 * cli-out.c (cli_ui_out::do_table_header)
3190 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3191 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3192 (cli_ui_out::do_field_fmt): Update.
3193 * breakpoint.c (print_breakpoint_location): Update.
3194 (update_static_tracepoint): Update.
3195
3196 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3197
3198 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3199 conversion of gdb_datadir.
3200 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3201 remove not needed c_str ().
3202
3203 2019-09-30 Ali Tamur <tamur@google.com>
3204
3205 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3206 (dwarf2_string_attr): Likewise.
3207
3208 2019-09-30 Ali Tamur <tamur@google.com>
3209
3210 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3211 (process_full_type_unit): Likewise.
3212 (dump_die_shallow): Likewise.
3213 (cu_debug_loc_section): Likewise.
3214
3215 2019-09-28 Christian Biesinger <cbiesinger@google.com>
3216
3217 * minsyms.c (compare_minimal_symbols): Rename to...
3218 (minimal_symbol_is_less_than): ...this, and adjust to STL
3219 conventions (return bool, take arguments as references)
3220 (minimal_symbol_reader::install): Call std::sort instead
3221 of qsort.
3222
3223 2019-09-29 Christian Biesinger <cbiesinger@google.com>
3224
3225 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3226 hash and why.
3227 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3228 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3229
3230 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3231
3232 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3233 * psympriv.h (add_psymbol_to_list): Move comment here and update
3234 it.
3235
3236 2019-09-29 Tom de Vries <tdevries@suse.de>
3237
3238 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3239 Use $tmpdir/$(basename "$output_file").dwz instead of
3240 "${output_file}.dwz".
3241
3242 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3243
3244 PR gdb/25045
3245 * hppa-linux-nat.c: Include gdbarch.h.
3246
3247 2019-09-26 Christian Biesinger <cbiesinger@google.com>
3248
3249 * blockframe.c (find_pc_partial_function): Change return type to bool.
3250 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3251 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3252 (stub_gnu_ifunc_resolve_name): Likewise.
3253 * symtab.c (compare_filenames_for_search): Likewise.
3254 (compare_glob_filenames_for_search): Likewise.
3255 (matching_obj_sections): Likewise.
3256 (symbol_matches_domain): Likewise.
3257 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3258 (find_line_pc): Change return type to bool.
3259 (find_line_pc_range): Likewise.
3260 (producer_is_realview): Likewise.
3261 * symtab.h (symbol_matches_domain): Likewise.
3262 (find_pc_partial_function): Likewise.
3263 (find_pc_line_pc_range): Likewise.
3264 (in_gnu_ifunc_stub): Likewise.
3265 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3266 (find_line_pc): Likewise.
3267 (find_line_pc_range): Likewise.
3268 (matching_obj_sections): Likewise.
3269 (find_line_symtab): Change out parameter to bool.
3270 (producer_is_realview): Change return type to bool.
3271 (compare_filenames_for_search): Likewise.
3272 (compare_glob_filenames_for_search): Likewise.
3273
3274 2019-09-26 Tom Tromey <tom@tromey.com>
3275
3276 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3277 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3278 * gdb_usleep.h: Remove.
3279 * gdb_usleep.c: Remove.
3280 * utils.c: Don't include gdb_usleep.h.
3281
3282 2019-09-26 Tom Tromey <tromey@adacore.com>
3283
3284 * python/py-type.c (type_to_type_object): Call check_typedef
3285 for stub types.
3286
3287 2019-09-26 Tom Tromey <tom@tromey.com>
3288
3289 * utils.h (initialize_utils): Don't declare.
3290 * top.c (gdb_init): Don't call initialize_utils.
3291 * utils.c (initialize_utils): Remove. Move contents...
3292 (_initialize_utils): ... here.
3293
3294 2019-09-25 Tom Tromey <tom@tromey.com>
3295
3296 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3297 * utils.h (make_hex_string): Don't declare.
3298 * utils.c (make_hex_string): Remove.
3299
3300 2019-09-24 Tom de Vries <tdevries@suse.de>
3301
3302 PR gdb/23815
3303 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3304 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3305
3306 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3307
3308 * NEWS: Mention new simulator port for PRU.
3309
3310 2019-09-23 Christian Biesinger <cbiesinger@google.com>
3311
3312 * ada-exp.y (write_object_remaining): Update.
3313 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3314 and eliminate the static buffer.
3315 (ada_decode_symbol): Update.
3316 (ada_la_decode): Update.
3317 (ada_sniff_from_mangled_name): Update.
3318 (is_valid_name_for_wild_match): Update.
3319 (ada_lookup_name_info::matches): Update and simplify.
3320 (name_matches_regex): Update.
3321 (ada_add_global_exceptions): Update.
3322 * ada-lang.h (ada_decode): Update signature.
3323 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3324 * dwarf-index-write.c (debug_names::insert): Update.
3325
3326 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3327
3328 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3329 formatting.
3330
3331 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3332
3333 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3334 Change "nonzero" to "true" in documentation.
3335
3336 2019-09-20 Christian Biesinger <cbiesinger@google.com>
3337
3338 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3339 (_initialize_darwin_solib): Don't set
3340 darwin_so_ops.lookup_lib_global_symbol.
3341 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3342 set_gdbarch_iterate_over_objfiles_in_search_order.
3343 (elf_lookup_lib_symbol): Rename to...
3344 (svr4_iterate_over_objfiles_in_search_order): this, and update
3345 to iterate semantics.
3346 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3347 * solib.c (solib_global_lookup): Remove.
3348 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3349 (solib_global_lookup): Remove.
3350 * symtab.c (lookup_global_or_static_symbol): Remove call to
3351 solib_global_lookup.
3352
3353 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3354
3355 * NEWS: Move entries about default MI version now being
3356 version 3, and about the GDB/MI fix for multi-location
3357 breakpoints to the "since GDB 8.3" section.
3358
3359 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3360
3361 GDB 8.3.1 released.
3362
3363 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3364
3365 * NEWS: Mention that Cell/B.E. debugging support was removed.
3366 * MAINTAINERS: Remove spu target.
3367
3368 * config/djgpp/fnchange.lst: Remove entries for removed files.
3369
3370 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3371 spu-multiarch.o, and spu-tdep.o.
3372 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3373 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3374 spu-multiarch.c, and spu-tdep.c.
3375 * spu-linux-nat.c: Remove file.
3376 * spu-multiarch.c: Remove file.
3377 * spu-tdep.c: Remove file.
3378 * spu-tdep.h: Remove file.
3379 * solib-spu.c: Remove file.
3380 * solib-spu.h: Remove file.
3381
3382 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3383 * configure.nat (spu-linux): Remove.
3384 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3385 solib-multiarch.o from gdb_target_obs.
3386 (spu*-*-*): Remove.
3387
3388 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3389 feature flag.
3390 (ppc_linux_no_features): Update.
3391 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3392 Cell/B.E. support.
3393 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3394 (tdesc_powerpc_cell64l): Likewise.
3395 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3396 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3397 Cell/B.E. support.
3398 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3399 Do not include "features/rs6000/powerpc-cell32l.c" or
3400 "features/rs6000/powerpc-cell64l.c".
3401 (ppc_linux_spu_section): Remove.
3402 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3403 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3404 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3405 (ppc_linux_spe_context_lookup): Remove.
3406 (ppc_linux_spe_context_inferior_created): Remove.
3407 (ppc_linux_spe_context_solib_loaded): Remove.
3408 (ppc_linux_spe_context_solib_unloaded): Remove.
3409 (ppc_linux_spe_context): Remove.
3410 (struct ppu2spu_cache): Remove.
3411 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3412 (struct ppu2spu_data): Remove.
3413 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3414 ppu2spu_unwind): Remove.
3415 (ppc_linux_init_abi): Remove Cell/B.E. support.
3416 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3417
3418 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3419 (rs6000/powerpc-cell64l-expedite): Likewise
3420 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3421 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3422 rs6000/powerpc-cell64l.xml.
3423 * features/rs6000/powerpc-cell32l.xml: Remove.
3424 * features/rs6000/powerpc-cell64l.xml: Likewise.
3425 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3426 * features/rs6000/powerpc-cell64l.c: Likewise.
3427 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3428 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3429 * regformats/reg-spu.dat: Remove.
3430
3431 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3432 * corelow.c (struct spuid_list): Remove.
3433 (add_to_spuid_list): Remove.
3434 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3435 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3436 (remote_protocol_features): Remove associated entries.
3437 (_initialize_remote): No longer initialize them.
3438 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3439 * linux-nat.c (SPUFS_MAGIC): Remove.
3440 (linux_proc_xfer_spu): Remove.
3441 (spu_enumerate_spu_ids): Remove.
3442 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3443 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3444 (linux_make_corefile_notes): No longer call it.
3445
3446 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3447 (cooked_write_test): Likewise.
3448
3449 2019-09-20 Tom Tromey <tom@tromey.com>
3450
3451 * NEWS: Mention case-sensitivity of TUI commands.
3452 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3453 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3454 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3455
3456 2019-09-20 Tom Tromey <tom@tromey.com>
3457
3458 * tui/tui-source.c (tui_source_window::set_contents): Use
3459 make_unique_xstrdup.
3460 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3461 make_unique_xstrdup.
3462
3463 2019-09-20 Tom Tromey <tom@tromey.com>
3464
3465 * tui/tui-data.c: Remove separator comments.
3466 * tui/tui-layout.c: Remove separator comments.
3467 * tui/tui-win.c: Remove separator comments.
3468 * tui/tui-wingeneral.c: Remove separator comments.
3469
3470 2019-09-20 Tom Tromey <tom@tromey.com>
3471
3472 * tui/tui.h (strcat_to_buf): Don't declare.
3473 * tui/tui.c (strcat_to_buf): Remove.
3474
3475 2019-09-20 Tom Tromey <tom@tromey.com>
3476
3477 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3478 from "fullname".
3479 * tui/tui-source.c (tui_source_window::set_contents)
3480 (tui_source_window::location_matches_p)
3481 (tui_source_window::maybe_update): Update.
3482
3483 2019-09-20 Tom Tromey <tom@tromey.com>
3484
3485 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3486 Update.
3487 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3488 prefix.
3489 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3490 (tui_data_window::line_from_reg_element_no)
3491 (tui_data_window::first_reg_element_no_inline)
3492 (tui_data_window::show_registers)
3493 (tui_data_window::show_register_group)
3494 (tui_data_window::display_registers_from)
3495 (tui_data_window::display_registers_from_line)
3496 (tui_data_window::first_data_item_displayed)
3497 (tui_data_window::delete_data_content_windows)
3498 (tui_data_window::erase_data_content)
3499 (tui_data_window::do_scroll_vertical)
3500 (tui_data_window::refresh_window)
3501 (tui_data_window::check_register_values): Update.
3502
3503 2019-09-20 Tom Tromey <tom@tromey.com>
3504
3505 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3506 (struct tui_locator_window) <full_name, proc_name>: Now
3507 std::string.
3508 * tui/tui-stack.c (tui_locator_window::make_status_line)
3509 (tui_locator_window::set_locator_fullname)
3510 (tui_locator_window::set_locator_info): Update.
3511 * tui/tui-source.c (tui_source_window::set_contents)
3512 (tui_source_window::showing_source_p): Update.
3513
3514 2019-09-20 Tom Tromey <tom@tromey.com>
3515
3516 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3517 Don't call tui_locator_win_info_ptr.
3518
3519 2019-09-20 Tom Tromey <tom@tromey.com>
3520
3521 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3522
3523 2019-09-20 Tom Tromey <tom@tromey.com>
3524
3525 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3526 height for locator.
3527 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3528 * tui/tui-layout.c (show_source_disasm_command, show_data)
3529 (show_source_or_disasm_and_command): Use 1 as height for locator.
3530
3531 2019-09-20 Tom Tromey <tom@tromey.com>
3532
3533 * tui/tui.c (tui_enable): Update.
3534 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3535 Update.
3536 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3537 Update.
3538 * tui/tui-data.c (win_resized): Now bool.
3539 (tui_win_resized): Return bool.
3540 (tui_set_win_resized_to): Accept a bool.
3541
3542 2019-09-20 Tom Tromey <tom@tromey.com>
3543
3544 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3545 Change type of "refresh_values_only".
3546 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3547 type of "refresh_values_only".
3548
3549 2019-09-20 Tom Tromey <tom@tromey.com>
3550
3551 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3552 std::string.
3553 (tui_disassemble): Add "pos" parameter.
3554 (tui_disasm_window::set_contents): Simplify.
3555
3556 2019-09-20 Tom Tromey <tom@tromey.com>
3557
3558 * tui/tui-winsource.h (struct tui_source_window_base)
3559 <show_source_content>: Now private.
3560 * tui/tui-winsource.c
3561 (tui_source_window_base::show_source_content): Don't handle empty
3562 content case.
3563
3564 2019-09-20 Tom Tromey <tom@tromey.com>
3565
3566 * tui/tui-layout.c (show_source_disasm_command)
3567 (show_source_or_disasm_and_command): Don't call
3568 show_source_content.
3569
3570 2019-09-20 Tom Tromey <tom@tromey.com>
3571
3572 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3573 Declare.
3574 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3575 from tui_make_status_line.
3576 (tui_locator_window::rerender): Update.
3577
3578 2019-09-20 Tom Tromey <tom@tromey.com>
3579
3580 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3581 (tui_locator_window::rerender): Update.
3582
3583 2019-09-20 Tom Tromey <tom@tromey.com>
3584
3585 * tui/tui-winsource.h (struct tui_source_window_base)
3586 <~tui_source_window_base>: Don't declare.
3587 <fullname>: Remove.
3588 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3589 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3590 member.
3591 * tui/tui-source.c (tui_source_window::set_contents): Update.
3592 (tui_source_window::location_matches_p)
3593 (tui_source_window::maybe_update): Update.
3594
3595 2019-09-20 Tom Tromey <tom@tromey.com>
3596
3597 * tui/tui-winsource.h (~tui_source_element): Remove.
3598 (tui_source_element): Update.
3599 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3600 * tui/tui-winsource.c (tui_show_source_line): Update.
3601 * tui/tui-source.c (tui_source_window::set_contents): Update.
3602 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3603
3604 2019-09-20 Tom Tromey <tom@tromey.com>
3605
3606 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3607 declare.
3608 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3609 tui_clear_source_windows_detail.
3610 * tui/tui-winsource.h (struct tui_source_window_base)
3611 <clear_detail>: Don't declare.
3612 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3613 Remove.
3614 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3615
3616 2019-09-20 Tom Tromey <tromey@adacore.com>
3617
3618 PR ada/24919:
3619 * block.c (contained_in): Fix final return value.
3620
3621 2019-09-20 Alan Modra <amodra@gmail.com>
3622
3623 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3624 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3625 (read_indirect_string_from_dwz): Use bfd accessor.
3626 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3627 * machoread.c (macho_symfile_read_all_oso): Likewise.
3628 * solib.c (solib_bfd_open): Likewise.
3629
3630 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3631
3632 * eval.c: Move declaration of overload_resolution to...
3633 * value.h: ...here.
3634
3635 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3636
3637 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3638 * arm-linux-tdep.c: Likewise.
3639 * arm-nbsd-nat.c: Likewise.
3640 * arm-tdep.h: Declare arm_apcs_32.
3641 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3642
3643 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3644
3645 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3646 * dwarf2read.h: Declare dwarf_always_disassemble.
3647
3648 2019-09-19 Tom de Vries <tdevries@suse.de>
3649
3650 PR gdb/25009
3651 * source-cache.c (source_cache::ensure): Catch exception thrown during
3652 construction of the highlighter.
3653
3654 2019-09-18 Alan Modra <amodra@gmail.com>
3655
3656 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3657 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3658 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3659 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3660 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3661 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3662 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3663 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3664 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3665 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3666 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3667 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3668 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3669 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3670 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3671 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3672 * mi/mi-interp.c: Update throughout for bfd section macro and
3673 function changes.
3674 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3675 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3676
3677 2019-09-18 Tom Tromey <tom@tromey.com>
3678
3679 * NEWS: Add entry.
3680 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3681 call rl_initialize.
3682 (tui_enable): Do not call rl_initialize.
3683
3684 2019-09-18 Christian Groessler <chris@groessler.org>
3685
3686 * alpha-linux-nat.c: Include gdbarch.h.
3687
3688 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3689
3690 * ui-file.c: Include cli/cli-style.h.
3691 (term_cli_styling): Remove cli_styling declaration.
3692
3693 2019-09-18 Alan Modra <amodra@gmail.com>
3694
3695 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3696 to bfd_asymbol_section.
3697
3698 2019-09-18 Alan Modra <amodra@gmail.com>
3699
3700 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3701 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3702 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3703
3704 2019-09-18 Alan Modra <amodra@gmail.com>
3705
3706 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3707 * spu-linux-nat.c (spu_bfd_open): Likewise.
3708
3709 2019-09-18 Christian Biesinger <cbiesinger@google.com>
3710
3711 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3712 to bool to match definition in dwarf2read.c.
3713
3714 2019-09-17 Christian Biesinger <cbiesinger@google.com>
3715
3716 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3717 (print_signatures): Likewise.
3718 (trust_pad_over_xvs): Likewise.
3719 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3720 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3721 * arm-linux-nat.c (arm_apcs_32): Likewise.
3722 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3723 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3724 * arm-tdep.c (arm_debug): Likewise.
3725 (arm_apcs_32): Likewise.
3726 * auto-load.c (debug_auto_load): Likewise.
3727 (auto_load_gdb_scripts): Likewise.
3728 (global_auto_load): Likewise.
3729 (auto_load_local_gdbinit): Likewise.
3730 (auto_load_local_gdbinit_loaded): Likewise.
3731 * auto-load.h (global_auto_load): Likewise.
3732 (auto_load_local_gdbinit): Likewise.
3733 (auto_load_local_gdbinit_loaded): Likewise.
3734 * breakpoint.c (disconnected_dprintf): Likewise.
3735 (breakpoint_proceeded): Likewise.
3736 (automatic_hardware_breakpoints): Likewise.
3737 (always_inserted_mode): Likewise.
3738 (target_exact_watchpoints): Likewise.
3739 (_initialize_breakpoint): Update.
3740 * breakpoint.h (target_exact_watchpoints): Change to bool.
3741 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3742 * cli/cli-cmds.c (trace_commands): Likewise.
3743 * cli/cli-cmds.h (trace_commands): Likewise.
3744 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3745 to bool*.
3746 * cli/cli-logging.c (logging_overwrite): Change to bool.
3747 (logging_redirect): Likewise.
3748 (debug_redirect): Likewise.
3749 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3750 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3751 to bool.
3752 <boolean_option_def>: Update.
3753 (struct flag_option_def): Change default type of Context to bool
3754 from int.
3755 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3756 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3757 (get_setshow_command_value_string): Likewise.
3758 * cli/cli-style.c (cli_styling): Change to bool.
3759 (source_styling): Likewise.
3760 * cli/cli-style.h (source_styling): Likewise.
3761 (cli_styling): Likewise.
3762 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3763 to bool.
3764 * command.h (var_types): Update comment.
3765 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3766 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3767 bool.
3768 (debug_compile_cplus_scopes): Likewise.
3769 * compile/compile-internal.h (compile_debug): Likewise.
3770 * compile/compile.c (compile_debug): Likewise.
3771 (struct compile_options) <raw>: Likewise.
3772 * cp-support.c (catch_demangler_crashes): Likewise.
3773 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3774 (usr_cmd_cris_dwarf2_cfi): Likewise.
3775 * csky-tdep.c (csky_debug): Likewise.
3776 * darwin-nat.c (enable_mach_exceptions): Likewise.
3777 * dcache.c (dcache_enabled_p): Likewise.
3778 * defs.h (info_verbose): Likewise.
3779 * demangle.c (demangle): Likewise.
3780 (asm_demangle): Likewise.
3781 * dwarf-index-cache.c (debug_index_cache): Likewise.
3782 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3783 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3784 * dwarf2read.c (check_physname): Likewise.
3785 (use_deprecated_index_sections): Likewise.
3786 (dwarf_always_disassemble): Likewise.
3787 * eval.c (overload_resolution): Likewise.
3788 * event-top.c (set_editing_cmd_var): Likewise.
3789 (exec_done_display_p): Likewise.
3790 * event-top.h (set_editing_cmd_var): Likewise.
3791 (exec_done_display_p): Likewise.
3792 * exec.c (write_files): Likewise.
3793 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3794 (debug_fbsd_nat): Likewise.
3795 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3796 Likewise.
3797 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3798 <backtrace_past_entry> Likewise.
3799 * gdb-demangle.h (demangle): Likewise.
3800 (asm_demangle): Likewise.
3801 * gdb_bfd.c (bfd_sharing): Likewise.
3802 * gdbcore.h (write_files): Likewise.
3803 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3804 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3805 * gdbthread.h (print_thread_events): Likewise.
3806 * gdbtypes.c (opaque_type_resolution): Likewise.
3807 (strict_type_checking): Likewise.
3808 * gnu-nat.c (gnu_debug_flag): Likewise.
3809 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3810 * guile/scm-param.c (pascm_variable): Add boolval.
3811 (add_setshow_generic): Update.
3812 (pascm_param_value): Update.
3813 (pascm_set_param_value_x): Update.
3814 * hppa-tdep.c (hppa_debug): Change to bool..
3815 * infcall.c (may_call_functions_p): Likewise.
3816 (coerce_float_to_double_p): Likewise.
3817 (unwind_on_signal_p): Likewise.
3818 (unwind_on_terminating_exception_p): Likewise.
3819 * infcmd.c (startup_with_shell): Likewise.
3820 * inferior.c (print_inferior_events): Likewise.
3821 * inferior.h (startup_with_shell): Likewise.
3822 (print_inferior_events): Likewise.
3823 * infrun.c (step_stop_if_no_debug): Likewise.
3824 (detach_fork): Likewise.
3825 (debug_displaced): Likewise.
3826 (disable_randomization): Likewise.
3827 (non_stop): Likewise.
3828 (non_stop_1): Likewise.
3829 (observer_mode): Likewise.
3830 (observer_mode_1): Likewise.
3831 (set_observer_mode): Update.
3832 (sched_multi): Change to bool.
3833 * infrun.h (debug_displaced): Likewise.
3834 (sched_multi): Likewise.
3835 (step_stop_if_no_debug): Likewise.
3836 (non_stop): Likewise.
3837 (disable_randomization): Likewise.
3838 * linux-tdep.c (use_coredump_filter): Likewise.
3839 (dump_excluded_mappings): Likewise.
3840 * linux-thread-db.c (auto_load_thread_db): Likewise.
3841 (check_thread_db_on_load): Likewise.
3842 * main.c (captured_main_1): Update.
3843 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3844 xx2_opt, boolean_opt>: Change to bool.
3845 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3846 * maint.c (maintenance_profile_p): Likewise.
3847 (per_command_time): Likewise.
3848 (per_command_space): Likewise.
3849 (per_command_symtab): Likewise.
3850 * memattr.c (inaccessible_by_default): Likewise.
3851 * mi/mi-main.c (mi_async): Likewise.
3852 (mi_async_1): Likewise.
3853 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3854 * nat/fork-inferior.h (startup_with_shell): Likewise.
3855 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3856 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3857 * nios2-tdep.c (nios2_debug): Likewise.
3858 * or1k-tdep.c (or1k_debug): Likewise.
3859 * parse.c (parser_debug): Likewise.
3860 * parser-defs.h (parser_debug): Likewise.
3861 * printcmd.c (print_symbol_filename): Likewise.
3862 * proc-api.c (procfs_trace): Likewise.
3863 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3864 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3865 (set_parameter_value): Update.
3866 (add_setshow_generic): Update.
3867 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3868 to bool*.
3869 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3870 int*.
3871 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3872 * record-btrace.c (record_btrace_target::store_registers): Update.
3873 * record-full.c (record_full_memory_query): Change to bool.
3874 (record_full_stop_at_limit): Likewise.
3875 * record-full.h (record_full_memory_query): Likewise.
3876 * remote-notif.c (notif_debug): Likewise.
3877 * remote-notif.h (notif_debug): Likewise.
3878 * remote.c (use_range_stepping): Likewise.
3879 (interrupt_on_connect): Likewise.
3880 (remote_break): Likewise.
3881 * ser-tcp.c (tcp_auto_retry): Likewise.
3882 * ser-unix.c (serial_hwflow): Likewise.
3883 * skip.c (debug_skip): Likewise.
3884 * solib-aix.c (solib_aix_debug): Likewise.
3885 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3886 (spu_auto_flush_cache_p): Likewise.
3887 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3888 Likewise.
3889 (struct info_print_options) <quiet>: Likewise.
3890 * symfile-debug.c (debug_symfile): Likewise.
3891 * symfile.c (auto_solib_add): Likewise.
3892 (separate_debug_file_debug): Likewise.
3893 * symfile.h (auto_solib_add): Likewise.
3894 (separate_debug_file_debug): Likewise.
3895 * symtab.c (basenames_may_differ): Likewise.
3896 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3897 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3898 (struct info_types_options) <quiet>: Likewise.
3899 * symtab.h (demangle): Likewise.
3900 (basenames_may_differ): Likewise.
3901 * target-dcache.c (stack_cache_enabled_1): Likewise.
3902 (code_cache_enabled_1): Likewise.
3903 * target.c (trust_readonly): Likewise.
3904 (may_write_registers): Likewise.
3905 (may_write_memory): Likewise.
3906 (may_insert_breakpoints): Likewise.
3907 (may_insert_tracepoints): Likewise.
3908 (may_insert_fast_tracepoints): Likewise.
3909 (may_stop): Likewise.
3910 (auto_connect_native_target): Likewise.
3911 (target_stop_and_wait): Update.
3912 (target_async_permitted): Change to bool.
3913 (target_async_permitted_1): Likewise.
3914 (may_write_registers_1): Likewise.
3915 (may_write_memory_1): Likewise.
3916 (may_insert_breakpoints_1): Likewise.
3917 (may_insert_tracepoints_1): Likewise.
3918 (may_insert_fast_tracepoints_1): Likewise.
3919 (may_stop_1): Likewise.
3920 * target.h (target_async_permitted): Likewise.
3921 (may_write_registers): Likewise.
3922 (may_write_memory): Likewise.
3923 (may_insert_breakpoints): Likewise.
3924 (may_insert_tracepoints): Likewise.
3925 (may_insert_fast_tracepoints): Likewise.
3926 (may_stop): Likewise.
3927 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3928 (make_thread_apply_all_options_def_group): Change argument from int*
3929 to bool*.
3930 (thread_apply_all_command): Update.
3931 (print_thread_events): Change to bool.
3932 * top.c (confirm): Likewise.
3933 (command_editing_p): Likewise.
3934 (history_expansion_p): Likewise.
3935 (write_history_p): Likewise.
3936 (info_verbose): Likewise.
3937 * top.h (confirm): Likewise.
3938 (history_expansion_p): Likewise.
3939 * tracepoint.c (disconnected_tracing): Likewise.
3940 (circular_trace_buffer): Likewise.
3941 * typeprint.c (print_methods): Likewise.
3942 (print_typedefs): Likewise.
3943 * utils.c (debug_timestamp): Likewise.
3944 (sevenbit_strings): Likewise.
3945 (pagination_enabled): Likewise.
3946 * utils.h (sevenbit_strings): Likewise.
3947 (pagination_enabled): Likewise.
3948 * valops.c (overload_resolution): Likewise.
3949 * valprint.h (struct value_print_options) <prettyformat_arrays,
3950 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3951 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3952 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3953 Likewise.
3954 * windows-nat.c (new_console): Likewise.
3955 (cygwin_exceptions): Likewise.
3956 (new_group): Likewise.
3957 (debug_exec): Likewise.
3958 (debug_events): Likewise.
3959 (debug_memory): Likewise.
3960 (debug_exceptions): Likewise.
3961 (useshell): Likewise.
3962 * windows-tdep.c (maint_display_all_tib): Likewise.
3963 * xml-support.c (debug_xml): Likewise.
3964
3965 2019-09-17 Mike Gulick <mgulick@mathworks.com>
3966
3967 * source.c (prepare_path_for_appending): New function.
3968 (openp): Make use of new function.
3969 (find_and_open_source): Search for the compilation directory and
3970 source file as a relative path beneath the directory search path.
3971
3972 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3973
3974 * source-cache.c (source_cache::get_line_charpos): Catch
3975 exceptions and return false, this matches the behaviour documented
3976 in the header file.
3977
3978 2019-09-17 Joel Brobecker <brobecker@adacore.com>
3979
3980 * ada-tasks.c (info_task): Remove quoting of the task's name.
3981
3982 2019-09-16 Christian Biesinger <cbiesinger@google.com>
3983
3984 * symfile.c (auto_solib_add): Replace comment with a reference
3985 to the header file.
3986
3987 2019-09-14 Christian Biesinger <cbiesinger@google.com>
3988
3989 * NEWS: Mention that gdb can now be compiled with Python 3
3990 on Windows.
3991
3992 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3993
3994 * maint.c (maint_print_section_data::maint_print_section_data):
3995 Force use of 'float log10 (float)' by casting the argument to
3996 float.
3997
3998 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3999
4000 * maint.c: Add 'cmath' include.
4001 (struct maint_print_section_data): New structure.
4002 (print_section_index): New function.
4003 (print_bfd_section_info): Add header comment, small whitespace
4004 cleanup, and update to call new print_section_index function.
4005 (print_objfile_section_info): Likewise.
4006 (maint_obj_section_from_bfd_section): New function.
4007 (print_bfd_section_info_maybe_relocated): New function.
4008 (maintenance_info_sections): Add header comment, always use
4009 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
4010
4011 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4012
4013 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
4014 inner scope, add check that the objfile has psymtabs before
4015 checking psymtabs_addrmap.
4016 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
4017
4018 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4019
4020 * NEWS: Announce that Ada task names are now shown at more places,
4021 and between quotes (except in info task output).
4022 * gdb/ada-tasks.c (task_to_str): New function.
4023 (display_current_task_id): Call task_to_str.
4024 (task_command_1): Likewise.
4025 (print_ada_task_info): In non-mi mode, Properly align headers and data
4026 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
4027
4028 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4029
4030 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
4031 prstatus.pr_lwp.pr_info instead of making it up.
4032
4033 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4034
4035 * auto-load.c (auto_load_expand_dir_vars): Update.
4036 * defs.h (gdb_datadir): Change to std::string.
4037 (python_libdir): Likewise.
4038 (relocate_gdb_directory): Change return type to std::string.
4039 * guile/guile.c (gdbscm_data_directory): Update.
4040 (initialize_scheme_side): Update.
4041 * jit.c (jit_reader_dir): Change to std::string.
4042 (jit_reader_load_command): Update.
4043 * main.c (gdb_datadir): Change to std::string.
4044 (python_libdir): Likewise.
4045 (set_gdb_data_directory): Update.
4046 (relocate_path): Change to return std::string.
4047 (relocate_gdb_directory): Change to return std::string.
4048 (relocate_gdbinit_path_maybe_in_datadir): Update.
4049 (captured_main_1): Update.
4050 * python/python.c (do_start_initialization): Update.
4051 * top.c (show_gdb_datadir): Update.
4052 * xml-syscall.c (xml_init_syscalls_info): Update.
4053 (init_syscalls_info): Update.
4054
4055 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4056
4057 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
4058 out of get_init_files.
4059 (get_init_files): Update.
4060
4061 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4062
4063 * main.c (get_init_files): Change to use std::string.
4064 (captured_main_1): Update.
4065 (print_gdb_help): Update.
4066
4067 2019-09-11 Ali Tamur <tamur@google.com>
4068
4069 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
4070 implementation.
4071
4072 2019-09-11 Christian Biesinger <cbiesinger@google.com>
4073
4074 * dbxread.c (read_dbx_symtab): Update.
4075 * dwarf2read.c (load_partial_dies): Update.
4076 * mdebugread.c (parse_partial_symbols): Update.
4077 (handle_psymbol_enumerators): Update.
4078 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
4079 * psymtab.c (add_psymbol_to_bcache): Likewise.
4080 (add_psymbol_to_list): Likewise.
4081 * symtab.c (symbol_set_names): Likewise.
4082 * symtab.h (symbol_set_names): Likewise.
4083 * xcoffread.c (scan_xcoff_symtab): Update.
4084
4085 2019-09-11 Tom Tromey <tom@tromey.com>
4086
4087 * symfile-mem.c (symbol_file_add_from_memory): Use
4088 bfd_set_filename.
4089 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
4090 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
4091
4092 2019-09-10 Tom Tromey <tromey@adacore.com>
4093
4094 * dwarf-index-write.c (write_psymbols): Extend error message.
4095 (debug_names::insert): Add Ada code.
4096 (debug_names::write_psymbols): Remove Ada check.
4097 (debug_names) <m_string_obstack>: New member.
4098 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4099 (gdb_index_symbol_name_matcher::matches): Remove.
4100 (mapped_index_base::find_name_components_bounds): Add "lang"
4101 parameter.
4102 (mapped_index_base::build_name_components): Also split names
4103 according to Ada syntax.
4104 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4105 type of "match_callback".
4106 (check_match, check_find_bounds_finds)
4107 (dw2_expand_symtabs_matching): Update.
4108 (dw2_debug_names_iterator): Add new constructor.
4109 (dw2_debug_names_map_matching_symbols): New function.
4110 (dw2_debug_names_expand_symtabs_matching): Update.
4111 (dwarf2_debug_names_functions): Use
4112 dw2_debug_names_map_matching_symbols.
4113
4114 2019-09-10 Tom Tromey <tromey@adacore.com>
4115
4116 * dwarf2read.c (dw2_get_file_names_reader): Add the
4117 CU's file name to the results.
4118
4119 2019-09-10 Tom Tromey <tromey@adacore.com>
4120
4121 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4122 map_matching_symbols. Update.
4123 * dwarf2read.c (dw2_map_matching_symbols): Update.
4124 * psymtab.c (match_partial_symbol): Change type; update.
4125 (psym_map_matching_symbols): Likewise.
4126 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4127 type; update.
4128 * symfile.h (struct quick_symbol_functions)
4129 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4130 Remove "match".
4131
4132 2019-09-10 Tom Tromey <tromey@adacore.com>
4133
4134 * psymtab.c (map_block): Remove.
4135 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4136 * symtab.c (iterate_over_symbols_terminated): New function.
4137 * symtab.c (iterate_over_symbols_terminated): Declare.
4138
4139 2019-09-10 Tom Tromey <tromey@adacore.com>
4140
4141 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4142 * language.h (struct language_defn) <la_iterate_over_symbols>:
4143 Return bool.
4144 * symtab.c (iterate_over_symbols): Return bool.
4145 * symtab.h (iterate_over_symbols): Return bool.
4146
4147 2019-09-10 Tom Tromey <tromey@adacore.com>
4148
4149 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4150 (add_nonlocal_symbols): Update.
4151 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4152 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4153 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4154 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4155 Change type of "callback". Remove "data".
4156
4157
4158 2019-09-09 Ali Tamur <tamur@google.com>
4159
4160 * dwarf2read.c (comp_unit_head): Update comment.
4161 (dwarf2_dwo_name): New function declaration.
4162 (dwarf_unit_type_name): New function declaration.
4163 (read_comp_unit_head): Add support for new compilation units,
4164 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4165 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4166 (currently named as "signature") in their header. Also clarify error
4167 messages.
4168 (lookup_dwo_id): New function. Returns the dwo id of the given
4169 compile unit.
4170 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4171 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4172 functions.
4173 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4174 (dwarf2_dwo_name): Get the dwo name if present.
4175 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4176 purposes.
4177
4178 2019-09-09 Tom Tromey <tom@tromey.com>
4179
4180 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4181
4182 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4183
4184 * python/python.c (do_start_initialization): Make progname_copy static,
4185 to avoid a leak report.
4186
4187 2019-09-08 Tom Tromey <tom@tromey.com>
4188
4189 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4190
4191 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
4192
4193 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4194 Change type to gdb::optional<block_enum>.
4195 (dw2_symtab_iter_init): Change block_index parameter type
4196 to gdb::optional<block_enum>.
4197 (dw2_lookup_symbol): Change block_index parameter
4198 type to block_enum.c
4199 (dw2_debug_names_lookup_symbol): Likewise.
4200 * psymtab.c (psym_lookup_symbol): Likewise.
4201 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4202 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4203 Likewise.
4204
4205 2019-09-06 Christian Biesinger <cbiesinger@google.com>
4206
4207 * defs.h (relocate_gdb_directory): Change int to bool in
4208 signature and rename flag to relocatable.
4209 * main.c (relocate_path): Likewise.
4210 (relocate_gdb_directory): Likewise.
4211
4212 2019-09-06 Alan Modra <amodra@gmail.com>
4213
4214 * coffread.c (coff_symfile_read): Constify filename variable.
4215 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4216 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4217 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4218 * solib.c (reload_shared_libraries_1): Likewise.
4219 * symfile.c (reread_symbols): Likewise.
4220 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4221 * solib-darwin.c (darwin_bfd_open): Likewise.
4222 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4223
4224 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4225
4226 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4227 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4228
4229 2019-09-03 Tom Tromey <tromey@adacore.com>
4230
4231 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4232 types.
4233 (has_negatives): Unbias a range type bound.
4234 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4235 * gdbtypes.c (operator==): Handle new field.
4236 (create_range_type): Add "bias" parameter.
4237 (create_static_range_type, resolve_dynamic_range): Update.
4238 * gdbtypes.h (struct range_bounds) <bias>: New member.
4239 (create_range_type): Add bias parameter.
4240 * printcmd.c (print_scalar_formatted): Unbias range types.
4241 * value.c (unpack_long): Unbias range types.
4242 (pack_long): Bias range types.
4243
4244 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4245
4246 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4247 probe arguments.
4248
4249 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4250
4251 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4252 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4253 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4254 (compile_probe_arg): Likewise.
4255 * probe.h (get_argument_count): Likewise.
4256 * solib-svr4.c (solib_event_probe_action): Likewise.
4257 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4258
4259 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4260
4261 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4262 code to here...
4263 (svr4_create_solib_event_breakpoints): ...from here.
4264
4265 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4266
4267 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4268 suffix from warning message.
4269
4270 2019-08-30 Tom Tromey <tom@tromey.com>
4271
4272 * tui/tui-winsource.h (struct tui_source_window_base)
4273 <refresh_all>: Don't declare.
4274 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4275 Remove.
4276 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4277 tui_show_locator_content.
4278 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4279 declare.
4280 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4281 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4282 declare.
4283
4284 2019-08-30 Tom Tromey <tom@tromey.com>
4285
4286 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4287
4288 2019-08-30 Tom Tromey <tom@tromey.com>
4289
4290 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4291 Remove unnecessary forward declarations.
4292
4293 2019-08-30 Tom Tromey <tom@tromey.com>
4294
4295 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4296 rerender.
4297 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4298 tui_show_locator_content.
4299
4300 2019-08-30 Tom Tromey <tom@tromey.com>
4301
4302 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4303 (tui_locator_window::rerender): Rewrite using body of previous
4304 tui_show_locator_content.
4305
4306 2019-08-30 Tom Tromey <tom@tromey.com>
4307
4308 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4309 set_locator_fullname>: New methods.
4310 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4311 Rename from tui_set_locator_fullname.
4312 (tui_locator_window::set_locator_info): Rename from
4313 tui_set_locator_info. Return bool.
4314 (tui_update_locator_fullname, tui_show_frame_info): Update.
4315
4316 2019-08-30 Tom Tromey <tom@tromey.com>
4317
4318 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4319
4320 2019-08-30 Tom Tromey <tom@tromey.com>
4321
4322 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4323 call touchwin.
4324
4325 2019-08-30 Tom Tromey <tom@tromey.com>
4326
4327 * tui/tui-wingeneral.c (box_win): Assume win_info and
4328 win_info->handle cannot be NULL.
4329
4330 2019-08-30 Tom Tromey <tom@tromey.com>
4331
4332 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4333 refresh_window>: Declare.
4334 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4335 resize.
4336 (tui_data_item_window::rerender): Rename from
4337 tui_display_register.
4338 (tui_data_item_window::refresh_window): New method.
4339 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4340 no-op.
4341
4342 2019-08-30 Tom Tromey <tom@tromey.com>
4343
4344 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4345 regs_column_count, current_group>: Move later. Now private.
4346 <get_current_group>: New method.
4347 * tui/tui-regs.c (tui_reg_command): Update.
4348 * tui/tui-layout.c (tui_set_layout): Update.
4349
4350 2019-08-30 Tom Tromey <tom@tromey.com>
4351
4352 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4353 (tui_data_window::rerender): Don't call
4354 check_and_display_highlight_if_needed.
4355 (tui_data_window::refresh_all): Remove call to
4356 erase_data_content.
4357
4358 2019-08-30 Tom Tromey <tom@tromey.com>
4359
4360 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4361 (tui_data_window::display_registers_from)
4362 (tui_data_window::display_reg_element_at_line)
4363 (tui_data_window::display_registers_from_line): Remove checks of
4364 "empty".
4365
4366 2019-08-30 Tom Tromey <tom@tromey.com>
4367
4368 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4369 Don't declare.
4370 * tui/tui-regs.c (tui_data_window::show_registers): Call
4371 rerender.
4372 (tui_data_window::rerender): Rename from display_all_data.
4373 (tui_data_window::rerender): Remove old implementation.
4374
4375 2019-08-30 Tom Tromey <tom@tromey.com>
4376
4377 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4378 text.
4379 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4380
4381 2019-08-29 Bernhard Wodok <barto@gmx.net>
4382 Sergio Durigan Junior <sergiodj@redhat.com>
4383
4384 PR win32/24284
4385 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4386
4387 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4388
4389 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4390 when searching for types.
4391
4392 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4393
4394 * f-lang.c (f_language_defn): Use f_print_typedef.
4395 * f-lang.h (f_print_typedef): Declare.
4396 * f-typeprint.c (f_print_typedef): Define.
4397
4398 2019-08-27 Christian Biesinger <cbiesinger@google.com>
4399
4400 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4401
4402 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4403
4404 * cli/cli-utils.c (info_print_options_defs): Delete.
4405 (make_info_print_options_def_group): Delete.
4406 (extract_info_print_options): Delete.
4407 (info_print_command_completer): Delete.
4408 (info_print_args_help): Add extra parameter, and optionally
4409 include text about -n flag.
4410 * cli/cli-utils.h (struct info_print_options): Delete.
4411 (extract_info_print_options): Delete declaration.
4412 (info_print_command_completer): Delete declaration.
4413 (info_print_args_help): Add extra parameter, extend header
4414 comment.
4415 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4416 search_symbols.
4417 * stack.c (struct info_print_options): New type.
4418 (info_print_options_defs): New file scoped variable.
4419 (make_info_print_options_def_group): New static function.
4420 (info_print_command_completer): New static function.
4421 (info_locals_command): Update to use new local functions.
4422 (info_args_command): Likewise.
4423 (_initialize_stack): Add extra parameter to calls to
4424 info_print_args_help.
4425 * symtab.c (search_symbols): Add extra parameter, use this to
4426 possibly excluse non-debug symbols.
4427 (symtab_symbol_info): Add extra parameter, which is passed on to
4428 search_symbols.
4429 (struct info_print_options): New type.
4430 (info_print_options_defs): New file scoped variable.
4431 (make_info_print_options_def_group): New static function.
4432 (info_print_command_completer): New static function.
4433 (info_variables_command): Update to use local functions, and pass
4434 extra parameter through to symtab_symbol_info.
4435 (info_functions_command): Likewise.
4436 (info_types_command): Pass additional argument through to
4437 symtab_symbol_info.
4438 (rbreak_command): Pass extra argument to search_symbols.
4439 (_initialize_symtab): Add extra arguments for calls to
4440 info_print_args_help, and update help text for 'info variables',
4441 'whereis', and 'info functions' commands.
4442 * symtab.h (search_symbols): Add extra argument to declaration.
4443 * NEWS: Mention new flags.
4444
4445 2019-08-26 Christian Biesinger <cbiesinger@google.com>
4446
4447 * symtab.c (lookup_static_symbol): Call the new function (and move
4448 it down to be next to lookup_global_symbol).
4449 (struct global_sym_lookup_data): Add block_enum member and rename to...
4450 (struct global_or_static_sym_lookup_data): ...this.
4451 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4452 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4453 (lookup_symbol_global_or_static_iterator_cb): ...this.
4454 (lookup_global_or_static_symbol): New function.
4455 (lookup_global_symbol): Call new function.
4456
4457 2019-08-26 Tom de Vries <tdevries@suse.de>
4458
4459 PR c++/24852
4460 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4461 when pc_probe.prob == NULL.
4462
4463 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4464
4465 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4466 variable symbol_linkage to symbol_linkage_.
4467
4468 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4469
4470 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4471 represent whether the symbol is static, dynamic, or we don't
4472 know.
4473
4474 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4475
4476 * gdb/rx-tdep.c (rx_register_names): New.
4477 (rx_register_name): Delete.
4478 (rx_psw_type): Delete.
4479 (rx_fpsw_type): Delete.
4480 (rx_register_type): Delete.
4481 (rx_gdbarch_init): Convert target-descriptions.
4482 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4483 * gdb/features/Makefile: Add rx.xml.
4484 * gdb/features/rx.xml: New.
4485 * gdb/features/rx.c: Generated.
4486 * gdb/NEWS: Mention target description support.
4487
4488 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4489
4490 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4491 *slot_ptr.
4492
4493 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4494
4495 * configure.ac: Don't check for 'dlfcn.h' (moved to
4496 gdbsupport/common.m4).
4497 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4498 'gdbsupport/'.
4499 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4500 * compile/compile-c-support.c: Include
4501 'gdbsupport/gdb-dlfcn.h'.
4502 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4503 * gdb-dlfcn.c: Move to...
4504 * gdbsupport/gdb-dlfcn.c: ... here.
4505 * gdb-dlfcn.h: Move to...
4506 * gdbsupport/gdb-dlfcn.h: ... here.
4507
4508 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4509
4510 * nios2-tdep.c (struct reg_value): Improve comments. Make
4511 the offset field signed.
4512
4513 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4514
4515 * python/lib/gdb/__init__.py (_execute_file): New function.
4516 * python/python.c (python_run_simple_file): Call gdb._execute_file
4517 on Windows.
4518
4519 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4520
4521 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4522 all uses as this was never set to anything but a zero value.
4523
4524 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4525
4526 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4527
4528 2019-08-21 Christian Biesinger <cbiesinger@google.com>
4529
4530 * tui/tui-data.h (tui_gen_win_info): Add an =default
4531 move constructor, required by some GCC versions.
4532
4533 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
4534
4535 * go32-nat.c (go32_sysinfo): Add hygon_p.
4536
4537 2019-08-20 Tom Tromey <tom@tromey.com>
4538
4539 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4540 line_from_reg_element_no, first_reg_element_no_inline,
4541 display_all_data, delete_data_content_windows,
4542 erase_data_content>: Now private.
4543
4544 2019-08-20 Tom Tromey <tom@tromey.com>
4545
4546 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4547 (tui_unhighlight_win, tui_highlight_win)
4548 (tui_win_info::make_window): Update.
4549 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4550
4551 2019-08-20 Tom Tromey <tom@tromey.com>
4552
4553 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4554 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4555 (MAX_PID_WIDTH): Move to tui-stack.c.
4556 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4557 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4558 (MAX_PID_WIDTH): Move from tui-data.h.
4559
4560 2019-08-20 Tom Tromey <tom@tromey.com>
4561
4562 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4563 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4564 (box_win): Update.
4565 (tui_gen_win_info::make_window): Rename from tui_make_window.
4566 (tui_win_info::make_window): New method.
4567 (tui_gen_win_info::make_visible): Update.
4568 * tui/tui-source.c (tui_source_window::set_contents): Update.
4569 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4570 (tui_data_window::display_registers_from): Update.
4571 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4572 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4573 Declare.
4574 <can_box>: Remove.
4575 <title>: Remove.
4576 (struct tui_win_info) <make_window>: Declare.
4577 <can_box>: Now virtual.
4578 <title>: New member.
4579 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4580 * tui/tui-command.c (tui_cmd_window::resize): Update.
4581
4582 2019-08-20 Tom Tromey <tom@tromey.com>
4583
4584 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4585 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4586 (tui_data_window::check_register_values): Update.
4587
4588 2019-08-20 Tom Tromey <tom@tromey.com>
4589
4590 * tui/tui-regs.h (struct tui_data_window): Use
4591 DISABLE_COPY_AND_ASSIGN.
4592 <regs_content>: Change type, removing unique_ptr.
4593 <tui_data_window>: Add move constructor.
4594 * tui/tui-regs.c (tui_data_window::show_registers)
4595 (tui_data_window::show_register_group)
4596 (tui_data_window::display_registers_from)
4597 (tui_data_window::display_registers_from)
4598 (tui_data_window::first_data_item_displayed)
4599 (tui_data_window::delete_data_content_windows)
4600 (tui_data_window::rerender, tui_data_window::refresh_window)
4601 (tui_data_window::check_register_values): Update.
4602
4603 2019-08-20 Tom Tromey <tom@tromey.com>
4604
4605 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4606 show_register_group>: Declare.
4607 (tui_show_register_group): Don't declare.
4608 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4609 tui_show_registers.
4610 (tui_data_window::show_register_group): Rename from
4611 tui_show_register_group.
4612 (tui_data_window::check_register_values, tui_reg_command):
4613 Update.
4614 * tui/tui-layout.c (tui_set_layout): Update.
4615
4616 2019-08-20 Tom Tromey <tom@tromey.com>
4617
4618 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4619 Declare.
4620 (tui_check_register_values): Don't declare.
4621 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4622 from tui_check_register_values.
4623 * tui/tui-hooks.c (tui_register_changed): Update.
4624
4625 2019-08-20 Tom Tromey <tom@tromey.com>
4626
4627 * tui/tui-regs.c (tui_reg_layout): Move later.
4628 (tui_show_registers): Don't enable TUI mode or change layout.
4629
4630 2019-08-20 Tom Tromey <tom@tromey.com>
4631
4632 * tui/tui-regs.h (struct tui_data_item_window)
4633 <~tui_data_item_window>: Remove.
4634 <content>: Now a unique_xmalloc_ptr.
4635 * tui/tui-regs.c (tui_register_format): Return a
4636 unique_xmalloc_ptr.
4637 (tui_get_register): Update.
4638 (~tui_data_item_window): Remove.
4639 (tui_data_window::display_registers_from, tui_display_register):
4640 Update.
4641 * tui/tui-io.h (tui_expand_tabs): Update.
4642 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4643 Remove "col" parameter.
4644
4645 2019-08-20 Tom Tromey <tom@tromey.com>
4646
4647 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4648 field.
4649 * tui/tui-regs.c (~tui_data_item_window): Update.
4650
4651 2019-08-20 Tom Tromey <tom@tromey.com>
4652
4653 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4654 earlier.
4655
4656 2019-08-20 Tom Tromey <tom@tromey.com>
4657
4658 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4659
4660 2019-08-20 Tom Tromey <tom@tromey.com>
4661
4662 * tui/tui-source.h (struct tui_source_window): Update.
4663 * tui/tui-regs.c (tui_show_registers): Update.
4664 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4665 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4666 (NO_REGS_STRING): Remove defines.
4667
4668 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
4669
4670 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4671 unnecessary thread walk if remote doesn't support the packet.
4672
4673 2019-08-19 Tom Tromey <tromey@adacore.com>
4674
4675 * python/py-value.c (value_has_field): Fix indentation.
4676
4677 2019-08-19 Tom Tromey <tromey@adacore.com>
4678
4679 * printcmd.c (do_one_display, info_display_command): Update.
4680 * block.h (contained_in): Return bool. Add allow_nested
4681 parameter.
4682 * block.c (contained_in): Return bool. Add allow_nested
4683 parameter.
4684
4685 2019-08-19 Tom Tromey <tom@tromey.com>
4686
4687 * configure: Rebuild.
4688 * configure.ac: Disallow the combination of -static-libstdc++ and
4689 source highlight.
4690 * source-cache.c (get_language_name): Handle rust.
4691 (source_cache::get_source_lines): Ignore highlighting exceptions.
4692
4693 2019-08-16 Tom Tromey <tom@tromey.com>
4694
4695 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4696 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4697 (struct tui_source_window_base) <make_visible, refresh_window,
4698 resize>: Remove methods.
4699 <execution_info>: Remove field.
4700 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4701 (tui_show_source_line, tui_source_window_base)
4702 (~tui_source_window_base): Update.
4703 (tui_source_window_base::resize)
4704 (tui_source_window_base::make_visible)
4705 (tui_source_window_base::refresh_window): Remove.
4706 (tui_source_window_base::update_exec_info): Update.
4707 * tui/tui-source.c (tui_source_window::set_contents): Update.
4708 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4709
4710 2019-08-16 Tom Tromey <tom@tromey.com>
4711
4712 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4713 deprecated_query_hook.
4714
4715 2019-08-16 Tom Tromey <tom@tromey.com>
4716
4717 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4718 (tui_update_source_windows_with_line): Update.
4719 * tui/tui-source.h (struct tui_source_window)
4720 <show_symtab_source>: Declare.
4721 (tui_show_symtab_source): Don't declare.
4722 * tui/tui-source.c (tui_show_symtab_source): Rename from
4723 tui_show_symtab_source.
4724
4725 2019-08-16 Tom Tromey <tom@tromey.com>
4726
4727 * tui/tui-winsource.h (struct tui_source_window_base)
4728 <set_contents>: Declare.
4729 * tui/tui-winsource.c
4730 (tui_source_window_base::update_source_window_as_is): Update.
4731 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4732 Declare.
4733 (tui_set_source_content): Don't declare.
4734 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4735 tui_set_source_content.
4736 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4737 Declare.
4738 (tui_set_disassem_content): Don't declare.
4739 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4740 tui_set_disassem_content.
4741
4742 2019-08-16 Tom Tromey <tom@tromey.com>
4743
4744 * tui/tui-winsource.h (struct tui_source_window_base)
4745 <update_breakpoint_info>: Declare.
4746 (tui_update_breakpoint_info): Don't declare.
4747 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4748 (tui_update_all_breakpoint_info): Update.
4749 (tui_source_window_base::update_breakpoint_info): Rename from
4750 tui_update_breakpoint_info.
4751 (tui_source_window_base::update_exec_info): Update.
4752
4753 2019-08-16 Tom Tromey <tom@tromey.com>
4754
4755 * tui/tui-winsource.h (struct tui_source_window_base)
4756 <update_source_window>: Declare.
4757 (tui_update_source_window): Don't declare.
4758 * tui/tui-winsource.c
4759 (tui_source_window_base::update_source_window): Rename from
4760 tui_update_source_window.
4761 (tui_source_window_base::rerender): Update.
4762 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4763 * tui/tui-disasm.c (tui_show_disassem)
4764 (tui_show_disassem_and_update_source)
4765 (tui_disasm_window::maybe_update): Update.
4766
4767 2019-08-16 Tom Tromey <tom@tromey.com>
4768
4769 * tui/tui-winsource.h (struct tui_source_window_base)
4770 <update_source_window_as_is>: Declare.
4771 (tui_update_source_window_as_is): Don't declare.
4772 * tui/tui-winsource.c (tui_update_source_window): Update
4773 (tui_source_window_base::update_source_window_as_is): Rename from
4774 tui_update_source_window_as_is.
4775 (tui_source_window_base::refill): Update.
4776 * tui/tui-source.c (tui_show_symtab_source): Update.
4777 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4778 Update.
4779
4780 2019-08-16 Tom Tromey <tom@tromey.com>
4781
4782 * tui/tui-winsource.h (tui_update_source_window)
4783 (tui_update_source_window_as_is): Remove "noerror" parameter.
4784 * tui/tui-winsource.c (tui_update_source_window)
4785 (tui_update_source_window_as_is): Remove "noerror" parameter.
4786 (tui_update_source_windows_with_addr)
4787 (tui_update_source_windows_with_line)
4788 (tui_source_window_base::rerender)
4789 (tui_source_window_base::refill): Update.
4790 * tui/tui-source.h (tui_set_source_content)
4791 (tui_show_symtab_source): Remove "noerror" parameter.
4792 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4793 parameter.
4794 (tui_show_symtab_source): Likewise.
4795 (tui_source_window::maybe_update): Update.
4796 * tui/tui-disasm.c (tui_show_disassem)
4797 (tui_show_disassem_and_update_source)
4798 (tui_disasm_window::do_scroll_vertical)
4799 (tui_disasm_window::maybe_update): Update.
4800
4801 2019-08-16 Tom Tromey <tom@tromey.com>
4802
4803 * tui/tui.c (tui_is_window_visible): Update.
4804 * tui/tui-wingeneral.c (tui_make_window)
4805 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4806 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4807 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4808 (tui_set_win_height_command, parse_scrolling_args): Update.
4809 * tui/tui-source.c (tui_source_window::style_changed): Update.
4810 * tui/tui-regs.c (tui_show_registers)
4811 (tui_data_window::first_data_item_displayed)
4812 (tui_data_window::delete_data_content_windows)
4813 (tui_check_register_values, tui_reg_command): Update.
4814 * tui/tui-disasm.c (tui_show_disassem): Update.
4815 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4816 method.
4817 <is_visible>: Remove field.
4818 * tui/tui-data.c (tui_next_win, tui_prev_win)
4819 (tui_delete_invisible_windows): Update.
4820
4821 2019-08-16 Tom Tromey <tom@tromey.com>
4822
4823 * tui/tui-winsource.h (struct tui_source_window_base)
4824 <m_has_locator>: Remove.
4825 * tui/tui-layout.c (show_source_disasm_command, show_data)
4826 (show_source_or_disasm_and_command): Update.
4827
4828 2019-08-16 Alan Hayward <alan.hayward@arm.com>
4829
4830 * NEWS (Other MI changes): New subsection.
4831 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4832 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4833 * arch-utils.c (default_get_pc_address_flags): New function.
4834 * arch-utils.h (default_get_pc_address_flags): New declaration.
4835 * gdbarch.sh: Add get_pc_address_flags.
4836 * gdbarch.c: Regenerate.
4837 * gdbarch.h: Likewise.
4838 * stack.c (print_pc): New function.
4839 (print_frame_info) (print_frame): Call print_pc.
4840
4841 2019-08-16 Tom de Vries <tdevries@suse.de>
4842
4843 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4844 print_objfile_section_info.
4845
4846 2019-08-15 Tom Tromey <tom@tromey.com>
4847
4848 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4849 calling update_cmdwin_start_line.
4850 * tui/tui-winsource.h (struct tui_source_window_base)
4851 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4852 <rerender>: Declare.
4853 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4854 Call rerender.
4855 (tui_source_window_base::set_new_height): Remove.
4856 (tui_source_window_base::rerender): Rename from
4857 do_make_visible_with_new_height.
4858 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4859 resize method.
4860 (tui_win_info::make_invisible_and_set_new_height)
4861 (tui_win_info::make_visible_with_new_height): Remove.
4862 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4863 Declare.
4864 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4865 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4866 do_make_visible_with_new_height>: Don't declare.
4867 <rerender>: Declare.
4868 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4869 set_new_height.
4870 (tui_data_window::do_make_visible_with_new_height): Remove.
4871 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4872 call tui_show_locator_content.
4873 (tui_gen_win_info::resize): Call rerender.
4874 (show_source_or_disasm_and_command): Don't call
4875 tui_show_locator_content.
4876 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4877 method.
4878 (struct tui_win_info) <rerender>: Declare.
4879 <set_new_height, make_invisible_and_set_new_height,
4880 make_visible_with_new_height>: Don't declare.
4881 * tui/tui-data.c (tui_win_list::rerender): New method.
4882 * tui/tui-command.h (struct tui_cmd_window)
4883 <do_make_visible_with_new_height>: Don't declare.
4884 * tui/tui-command.c
4885 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4886
4887 2019-08-15 Tom Tromey <tromey@adacore.com>
4888
4889 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4890 * ada-lang.c (ada_enum_name): Likewise.
4891
4892 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4893
4894 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4895 leading underscore.
4896 (GdbOutputErrorFile): Likewise.
4897 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4898 accordingly.
4899 (execute_unwinders): Rename to have a leading underscore.
4900 (auto_load_packages): Likewise.
4901 (global scope): Adjust call to auto_load_packages accordingly.
4902 (GdbSetPythonDirectory): Likewise.
4903 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4904 instead of execute_unwinders.
4905
4906 2019-08-15 Tom Tromey <tom@tromey.com>
4907
4908 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4909 (show_data): Don't change window visibility.
4910 (tui_gen_win_info::resize): Remove special case for command
4911 window. Use wresize, when available.
4912 (show_source_or_disasm_and_command): Don't change window
4913 visibility.
4914 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4915 <make_visible>: New method.
4916 * tui/tui-command.c (tui_cmd_window::resize): New method.
4917
4918 2019-08-15 Tom Tromey <tom@tromey.com>
4919
4920 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4921 (struct tui_source_windows): New.
4922 * tui/tui-winsource.c (tui_display_main): Update.
4923 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4924 (new_height_ok, parse_scrolling_args): Update.
4925 * tui/tui-layout.c (show_layout, show_data): Update.
4926 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4927 (tui_add_to_source_windows): Don't declare.
4928 * tui/tui-data.c (source_windows, tui_source_windows)
4929 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4930
4931 2019-08-15 Tom Tromey <tom@tromey.com>
4932
4933 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4934 Rename from reset.
4935 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4936 * tui/tui-layout.c (show_source_disasm_command, show_data):
4937 Update.
4938 (tui_gen_win_info::resize): Rename.
4939 (show_source_or_disasm_and_command): Update.
4940 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4941 reset.
4942
4943 2019-08-15 Tom Tromey <tom@tromey.com>
4944
4945 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4946 * tui/tui-interp.c (tui_interp::init): Don't call
4947 tui_initialize_static_data.
4948 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4949
4950 2019-08-15 Tom Tromey <tom@tromey.com>
4951
4952 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4953 examine tui_win_list.
4954
4955 2019-08-15 Tom Tromey <tom@tromey.com>
4956
4957 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4958 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4959 tui_clear_source_content.
4960 (tui_clear_source_content): Remove.
4961 (tui_source_window_base::do_erase_source_content): Hoist call to
4962 content.clear().
4963 * tui/tui-stack.c (tui_show_frame_info): Don't call
4964 tui_clear_source_content.
4965
4966 2019-08-15 Tom Tromey <tom@tromey.com>
4967
4968 * tui/tui-winsource.h (struct tui_source_window_base)
4969 <do_erase_source_content>: New method.
4970 <erase_source_content>: New method.
4971 (tui_erase_source_content): Don't declare.
4972 * tui/tui-winsource.c (tui_clear_source_content): Update.
4973 (tui_source_window_base::do_erase_source_content): Rename from
4974 tui_erase_source_content.
4975 (tui_source_window_base::show_source_content): Update.
4976 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4977 * tui/tui-source.h (struct tui_source_window)
4978 <erase_source_content>: New method.
4979 * tui/tui-disasm.h (struct tui_disasm_window)
4980 <erase_source_content>: New method.
4981
4982 2019-08-15 Tom Tromey <tom@tromey.com>
4983
4984 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
4985 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
4986 constructor.
4987 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
4988 * tui/tui-source.c (tui_set_source_content): Update.
4989 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4990
4991 2019-08-15 Tom Tromey <tom@tromey.com>
4992
4993 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
4994 * tui/tui-winsource.c (tui_line_is_displayed): Move to
4995 tui-source.c.
4996 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
4997 Declare.
4998 * tui/tui-source.c (tui_source_window::line_is_displayed): New
4999 method.
5000 (tui_source_window::maybe_update): Update.
5001
5002 2019-08-15 Tom Tromey <tom@tromey.com>
5003
5004 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
5005 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
5006 tui-disasm.c.
5007 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
5008 Declare.
5009 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
5010 method.
5011 (tui_disasm_window::maybe_update): Update.
5012
5013 2019-08-15 Tom Tromey <tom@tromey.com>
5014
5015 * tui/tui-winsource.h (struct tui_source_window_base)
5016 <maybe_update>: Declare.
5017 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
5018 method.
5019 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
5020 Declare.
5021 * tui/tui-source.c (tui_source_window::maybe_update): New method.
5022 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
5023 Declare.
5024 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
5025
5026 2019-08-15 Tom Tromey <tom@tromey.com>
5027
5028 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
5029
5030 2019-08-15 Tom Tromey <tom@tromey.com>
5031
5032 * tui/tui-wingeneral.c: Include tui-stack.h.
5033 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
5034 (struct tui_locator_window): Move from tui-data.h.
5035 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
5036 (tui_initialize_static_data): Move from tui-data.c.
5037 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
5038 (struct tui_locator_window): Move to tui-stack.c.
5039 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
5040 (tui_initialize_static_data): Move to tui-stack.c.
5041
5042 2019-08-15 Tom Tromey <tom@tromey.com>
5043
5044 * tui/tui-layout.c (show_source_disasm_command)
5045 (show_source_or_disasm_and_command): Use make_visible method, not
5046 tui_make_window.
5047 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
5048 Remove.
5049
5050 2019-08-15 Tom Tromey <tom@tromey.com>
5051
5052 * tui/tui-wingeneral.h (tui_make_window): Update.
5053 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
5054 parameter.
5055 (tui_gen_win_info::make_visible): Update.
5056 * tui/tui-regs.c (tui_data_window::display_registers_from):
5057 Update.
5058 * tui/tui-layout.c (show_source_disasm_command)
5059 (show_source_or_disasm_and_command): Update.
5060 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
5061 (enum tui_box): Remove.
5062 (struct tui_win_info) <can_box>: New method.
5063 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
5064 method.
5065
5066 2019-08-15 Tom de Vries <tdevries@suse.de>
5067
5068 * linux-nat-trad.c: Include gdbarch.h.
5069
5070 2019-08-14 Alan Hayward <alan.hayward@arm.com>
5071
5072 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
5073 register sizes.
5074
5075 2019-08-14 Tom Tromey <tromey@adacore.com>
5076
5077 * darwin-nat.c: Include gdbarch.h.
5078 * darwin-nat-info.c: Include gdbarch.h.
5079
5080 2019-08-13 Tom Tromey <tom@tromey.com>
5081
5082 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
5083 Remove.
5084 * tui/tui-data.c (tui_initialize_static_data): Update.
5085
5086 2019-08-13 Tom Tromey <tom@tromey.com>
5087
5088 * tui/tui-winsource.h (struct tui_exec_info_window)
5089 <~tui_exec_info_window, maybe_allocate_content, get_content,
5090 m_content>: Remove.
5091 (struct tui_source_window_base) <set_exec_info_content,
5092 show_exec_info_content>: Don't declare.
5093 * tui/tui-winsource.c
5094 (tui_exec_info_window::maybe_allocate_content): Remove.
5095 (tui_source_window_base::update_exec_info): Rename from
5096 set_exec_info_content.
5097 (tui_source_window_base::show_exec_info_content)
5098 (tui_source_window_base::update_exec_info): Remove.
5099
5100 2019-08-13 Tom Tromey <tom@tromey.com>
5101
5102 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5103 declare.
5104 * tui/tui-winsource.c (tui_update_source_window_as_is)
5105 (tui_update_source_windows_with_addr, tui_erase_source_content):
5106 Update.
5107 (tui_clear_exec_info_content): Remove.
5108
5109 2019-08-13 Tom Tromey <tom@tromey.com>
5110
5111 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5112 declare.
5113 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5114 call tui_erase_exec_info_content.
5115 (tui_clear_exec_info_content): Rename from
5116 tui_erase_exec_info_content.
5117 (tui_clear_exec_info_content): Delete.
5118
5119 2019-08-13 Tom Tromey <tom@tromey.com>
5120
5121 * tui/tui-winsource.h (struct tui_source_window_base)
5122 <show_exec_info_content>: Declare.
5123 (tui_show_exec_info_content): Don't declare.
5124 * tui/tui-winsource.c
5125 (tui_source_window_base::show_exec_info_content): Rename from
5126 tui_show_exec_info_content.
5127 (tui_source_window_base::update_exec_info): Update.
5128
5129 2019-08-13 Tom Tromey <tom@tromey.com>
5130
5131 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5132 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5133 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5134 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5135 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5136 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5137 ... here.
5138
5139 2019-08-13 Tom Tromey <tom@tromey.com>
5140
5141 * tui/tui-winsource.h (struct tui_source_window_base)
5142 <update_exec_info>: Declare.
5143 (tui_update_exec_info): Don't declare.
5144 * tui/tui-winsource.c (tui_update_source_window_as_is)
5145 (tui_source_window_base::refresh_all)
5146 (tui_update_all_breakpoint_info): Update.
5147 (tui_source_window_base::update_exec_info): Rename from
5148 tui_update_exec_info.
5149 * tui/tui-stack.c (tui_show_frame_info): Update.
5150
5151 2019-08-13 Tom Tromey <tom@tromey.com>
5152
5153 * tui/tui-winsource.h (struct tui_source_window_base)
5154 <set_exec_info_content>: Declare.
5155 (tui_set_exec_info_content): Don't declare.
5156 * tui/tui-winsource.c
5157 (tui_source_window_base::set_exec_info_content): Rename from
5158 tui_set_exec_info_content.
5159 (tui_update_exec_info): Update.
5160
5161 2019-08-13 Tom Tromey <tom@tromey.com>
5162
5163 * tui/tui-winsource.h (struct tui_source_window_base)
5164 <show_source_content>: Declare.
5165 (tui_show_source_content): Don't declare.
5166 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5167 (tui_source_window_base::show_source_content): Rename from
5168 tui_show_source_content.
5169 (tui_source_window_base::refresh_all): Update.
5170 * tui/tui-layout.c (show_source_disasm_command)
5171 (show_source_or_disasm_and_command): Update.
5172
5173 2019-08-13 Tom Tromey <tom@tromey.com>
5174
5175 * tui/tui-winsource.c (tui_erase_source_content)
5176 (tui_show_source_content, tui_source_window_base::refresh_all):
5177 Update.
5178 * tui/tui-wingeneral.h
5179 (tui_check_and_display_highlight_if_needed): Don't declare.
5180 * tui/tui-wingeneral.c
5181 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5182 check_and_display_highlight_if_needed.
5183 * tui/tui-win.c (tui_rehighlight_all)
5184 (tui_win_info::make_visible_with_new_height): Update.
5185 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5186 (tui_data_window::erase_data_content)
5187 (tui_data_window::display_all_data): Update.
5188 * tui/tui-data.h (struct tui_win_info)
5189 <check_and_display_highlight_if_needed>: Declare.
5190
5191 2019-08-13 Tom Tromey <tom@tromey.com>
5192
5193 * tui/tui-win.c (tui_resize_all): Call
5194 tui_delete_invisible_windows.
5195 * tui/tui-layout.c (show_layout): Call
5196 tui_delete_invisible_windows.
5197 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5198 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5199
5200 2019-08-13 Tom Tromey <tom@tromey.com>
5201
5202 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5203 tui_add_win_to_layout.
5204
5205 2019-08-13 Tom Tromey <tom@tromey.com>
5206
5207 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5208 * tui/tui-layout.c (tui_default_win_height): Now static.
5209
5210 2019-08-13 Tom Tromey <tom@tromey.com>
5211
5212 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5213 single switch.
5214 (show_source_disasm_command, show_source_or_disasm_and_command):
5215 Don't check current layout.
5216
5217 2019-08-13 Tom Tromey <tom@tromey.com>
5218
5219 * tui/tui-wingeneral.c (make_all_visible): Remove.
5220 (tui_make_all_invisible): Simplify.
5221 * tui/tui-layout.c (tui_make_all_invisible): Move from
5222 tui-wingeneral.c; simplify.
5223 (show_layout): Hoist call to tui_make_all_invisible.
5224 (show_data): Don't call tui_make_all_invisible.
5225
5226 2019-08-13 Tom Tromey <tom@tromey.com>
5227
5228 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5229 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5230
5231 2019-08-13 Tom Tromey <tom@tromey.com>
5232
5233 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5234 tui-data.c.
5235 (show_source_disasm_command, show_data)
5236 (show_source_or_disasm_and_command): Don't use
5237 tui_set_current_layout_to.
5238 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5239 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5240 tui-layout.c.
5241 (tui_set_current_layout_to): Remove.
5242
5243 2019-08-13 Tom Tromey <tom@tromey.com>
5244
5245 * tui/tui-layout.c (tui_set_layout): Update.
5246 * tui/tui-data.h (struct tui_layout_def): Remove.
5247 (tui_layout_def): Don't declare.
5248 * tui/tui-data.c (layout_def): Remove.
5249 (tui_layout_def): Remove.
5250
5251 2019-08-13 Tom Tromey <tom@tromey.com>
5252
5253 * tui/tui-winsource.h (struct tui_source_window_base)
5254 <clear_detail>: No longer "override".
5255 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5256 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5257 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5258 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5259 Remove.
5260 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5261
5262 2019-08-13 Tom Tromey <tromey@adacore.com>
5263
5264 * tracepoint.c: Don't include readline.h or history.h.
5265
5266 2019-08-12 Tom Tromey <tom@tromey.com>
5267
5268 * configure: Rebuild.
5269 * configure.ac: Check for readline 7.
5270 * NEWS: Mention readline 7 requirement.
5271 * README: Update.
5272
5273 2019-08-12 Tom Tromey <tom@tromey.com>
5274
5275 * mingw-hdep.c (gdb_select): Remove readline hack.
5276
5277 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5278
5279 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5280 when the function fails.
5281
5282 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5283
5284 * s390-tdep.c (s390_type_align): New function.
5285 (s390_gdbarch_init): Set it as type_align gdbarch method.
5286
5287 2019-08-09 Tom de Vries <tdevries@suse.de>
5288
5289 PR gdb/24591
5290 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5291 pc_low with relocation offset.
5292
5293 2019-08-07 Tom Tromey <tromey@adacore.com>
5294
5295 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5296 (print_frame_args): Update.
5297 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5298 Update.
5299 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5300 * frame.h (struct frame_arg): Add initializers.
5301 <error>: Now a unique_xmalloc_ptr.
5302
5303 2019-08-07 Alan Hayward <alan.hayward@arm.com>
5304
5305 * NEWS: Expand the Pointer Authentication entry.
5306 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5307 (aarch64_frame_unmask_lr): ... to this.
5308 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5309 Call aarch64_frame_unmask_lr.
5310 * frame.c (struct frame_info): Add "masked" variable.
5311 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5312 (fprint_frame): Check for masked pc.
5313 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5314 declarations.
5315 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5316 * stack.c (print_frame): Check for masked pc.
5317
5318 2019-08-06 Tom Tromey <tom@tromey.com>
5319
5320 * stabsread.c (patch_block_stabs, read_one_struct_field)
5321 (read_enum_type): Use obstack_strndup.
5322 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5323 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5324 * dwarf2read.c (guess_full_die_structure_name)
5325 (anonymous_struct_prefix): Use obstack_strndup.
5326 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5327 * c-exp.y (yylex): Use obstack_strndup.
5328 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5329 (write_var_or_type): Use obstack_strndup.
5330
5331 2019-08-06 Tom Tromey <tom@tromey.com>
5332
5333 * symfile.c (reread_symbols): Use obstack_strdup.
5334 * stabsread.c (read_type): Use obstack_strdup.
5335 * gdb_obstack.h (obstack_strdup): New overload.
5336 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5337 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5338 (dwarf2_canonicalize_name): Use obstack_strdup.
5339 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5340 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5341 Use obstack_strdup.
5342
5343 2019-08-06 Tom Tromey <tom@tromey.com>
5344
5345 * gdb_obstack.h (obstack_strdup): Define.
5346 * gdb_obstack.c (obstack_strdup): Don't define.
5347
5348 2019-08-06 Tom Tromey <tom@tromey.com>
5349
5350 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5351 obstack_strdup.
5352 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5353 obstack_strdup.
5354 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5355 * stabsread.c (common_block_start): Use obstack_strdup.
5356 * objfiles.c (set_objfile_main_name, objfile): Use
5357 obstack_strdup.
5358 * namespace.c (add_using_directive): Use obstack_strdup.
5359 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5360 * jit.c (finalize_symtab): Use obstack_strdup.
5361 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5362 (guess_partial_die_structure_name, partial_die_info::fixup)
5363 (dwarf2_name): Use obstack_strdup.
5364 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5365 obstack_strdup.
5366 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5367 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5368 obstack_strdup.
5369 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5370
5371 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5372
5373 * unittests/help-doc-selftests.c: New file.
5374 * Makefile.in: Add the new file.
5375
5376 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5377
5378 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5379 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5380 the full first line, except when FOR_VALUE_PREFIX. In this case,
5381 the trailing '.' is not output, and the first character is uppercased.
5382 (print_help_for_command): Update call to print_doc_line.
5383 (print_doc_of_command): Likewise.
5384 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5385 * cli/cli-option.c (append_indented_doc): Do not append newline.
5386 (build_help_option): Append newline after first appended_indented_doc
5387 only if a second call is done.
5388 (build_help): Append 2 new lines before each option, except the first
5389 one.
5390 * compile/compile.c (_initialize_compile): Add new lines after
5391 %OPTIONS%, when not at the end of the help.
5392 Change help doc or code
5393 producing the help doc to respect the invariants.
5394 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5395 Also removed the new line after 'Options:', as all other commands
5396 do not put an empty line between 'Options:' and the first option.
5397 * printcmd.c (_initialize_printcmd): Likewise.
5398 * stack.c (_initialize_stack): Likewise.
5399 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5400 incorrectly telling COMMAND is optional.
5401 * ada-lang.c (_initialize_ada_language): Change help doc or code
5402 producing the help doc to respect the invariants.
5403 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5404 * breakpoint.c (_initialize_breakpoint): Likewise.
5405 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5406 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5407 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5408 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5409 _initialize_cli_style): Likewise.
5410 * corelow.c (core_target_info): Likewise.
5411 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5412 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5413 * filesystem.c (_initialize_filesystem): Likewise.
5414 * frame.c (_initialize_frame): Likewise.
5415 * gnu-nat.c (add_task_commands): Likewise.
5416 * infcall.c (_initialize_infcall): Likewise.
5417 * infcmd.c (_initialize_infcmd): Likewise.
5418 * interps.c (_initialize_interpreter): Likewise.
5419 * language.c (_initialize_language): Likewise.
5420 * linux-fork.c (_initialize_linux_fork): Likewise.
5421 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5422 * maint.c (_initialize_maint_cmds): Likewise.
5423 * memattr.c (_initialize_mem): Likewise.
5424 * printcmd.c (_initialize_printcmd): Likewise.
5425 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5426 _RegEx): Likewise.
5427 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5428 * record-btrace.c (_initialize_record_btrace): Likewise.
5429 * record-full.c (_initialize_record_full): Likewise.
5430 * record.c (_initialize_record): Likewise.
5431 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5432 * regcache.c (_initialize_regcache): Likewise.
5433 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5434 _initialize_remote): Likewise.
5435 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5436 * serial.c (_initialize_serial): Likewise.
5437 * skip.c (_initialize_step_skip): Likewise.
5438 * source.c (_initialize_source): Likewise.
5439 * stack.c (_initialize_stack): Likewise.
5440 * symfile.c (_initialize_symfile): Likewise.
5441 * symtab.c (_initialize_symtab): Likewise.
5442 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5443 * top.c (init_main): Likewise.
5444 * tracefile-tfile.c (tfile_target_info): Likewise.
5445 * tracepoint.c (_initialize_tracepoint): Likewise.
5446 * tui/tui-win.c (_initialize_tui_win): Likewise.
5447 * utils.c (add_internal_problem_command): Likewise.
5448 * valprint.c (value_print_option_defs): Likewise.
5449
5450 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
5451
5452 PR build/24886
5453 * configure.ac: Drop enable-libmcheck support.
5454 * configure, config.in: Rebuild.
5455 * libmcheck.m4: Remove.
5456 * acinclude.m4: Don't include it.
5457 * Makefile.in: Don't distribute it.
5458 * top.c (print_gdb_configuration): Don't mention it.
5459
5460 2019-08-06 Tom Tromey <tom@tromey.com>
5461
5462 * utils.c (set_output_style): Sometimes pass stream to
5463 emit_style_escape.
5464 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5465 * record-btrace.c (btrace_insn_history): Update.
5466 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5467 method.
5468 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5469 Update initializers.
5470 <m_uiout>: New field.
5471 <m_di>: Move lower.
5472 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5473 Remove "uiout" parameter.
5474 (dump_insns): Update.
5475 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5476 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5477
5478 2019-08-06 Christian Biesinger <cbiesinger@google.com>
5479
5480 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5481 (error_in_psymtab_expansion): Likewise.
5482 (lookup_symbol_via_quick_fns): Likewise.
5483 (basic_lookup_transparent_type_quick): Likewise.
5484 (basic_lookup_transparent_type_1): Likewise.
5485
5486 2019-08-06 Tom Tromey <tromey@adacore.com>
5487
5488 * source.c (last_source_error): Now bool.
5489 (print_source_lines_base): Make "noprint" bool. Only open
5490 source file when last_source_visited changes.
5491
5492 2019-08-06 Tom Tromey <tromey@adacore.com>
5493
5494 * annotate.c (annotate_source_line): Use g_source_cache.
5495 * source-cache.c (source_cache::get_plain_source_lines): Change
5496 parameters. Populate m_offset_cache.
5497 (source_cache::ensure): New method.
5498 (source_cache::get_line_charpos): New method.
5499 (extract_lines): Move lower. Change parameters.
5500 (source_cache::get_source_lines): Move lower.
5501 * source-cache.h (class source_cache): Update comment.
5502 <get_line_charpos>: New method.
5503 <get_source_lines>: Update comment.
5504 <clear>: Clear m_offset_cache.
5505 <get_plain_source_lines>: Change parameters.
5506 <ensure>: New method
5507 <m_offset_cache>: New member.
5508 * source.c (forget_cached_source_info_for_objfile): Update.
5509 (info_source_command): Use g_source_cache.
5510 (find_source_lines, open_source_file_with_line_charpos): Remove.
5511 (print_source_lines_base, search_command_helper): Use g_source_cache.
5512 * source.h (open_source_file_with_line_charpos): Don't declare.
5513 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5514 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5515 Use g_source_cache.
5516
5517 2019-08-06 Tom Tromey <tromey@adacore.com>
5518
5519 * source-cache.c (source_cache::get_plain_source_lines):
5520 Remove "first_line" and "last_line" parameters.
5521 (source_cache::get_source_lines): Cache plain text.
5522 * source-cache.h (class source_cache)
5523 <get_plain_source_lines>: Update.
5524
5525 2019-08-06 Tom Tromey <tromey@adacore.com>
5526
5527 * source-cache.c (extract_lines): No longer a method.
5528 Changed type of parameter. Include final newline.
5529 (selftests::extract_lines_test): New function.
5530 (_initialize_source_cache): Likewise.
5531 * source-cache.h (class source_cache)
5532 <extract_lines>: Don't declare.
5533
5534 2019-08-06 Tom Tromey <tromey@adacore.com>
5535
5536 * breakpoint.c (init_breakpoint_sal): Update.
5537 (breakpoint): Update.
5538 * breakpoint.h (struct breakpoint) <filter>: Now a
5539 unique_xmalloc_ptr.
5540
5541 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5542
5543 * NEWS: Mention dictionary access on blocks.
5544 * python/py-block.c (blpy_getitem): New function.
5545 (block_object_as_mapping): New struct.
5546 (block_object_type): Use new struct for tp_as_mapping field.
5547
5548 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5549
5550 * objfiles.h (objfile): Add a comment describing partial symbols.
5551
5552 2019-08-05 Tom Tromey <tromey@adacore.com>
5553
5554 * compile/compile.c (_initialize_compile): Use _(), not N_().
5555 * thread.c (_initialize_thread): Use _(), not N_().
5556 * stack.c (_initialize_stack): Use _(), not N_().
5557 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5558
5559 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5560
5561 * dwarf2read.c (struct dw2_symtab_iterator):
5562 <want_specific_block>: Remove.
5563 <block_index>: Change type to gdb::optional.
5564 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5565 change type of BLOCK_INDEX parameter to gdb::optional.
5566 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5567 (dw2_lookup_symbol): Don't pass argument for
5568 WANT_SPECIFIC_BLOCK.
5569 (dw2_expand_symtabs_for_function): Don't pass argument for
5570 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5571 (class dw2_debug_names_iterator)
5572 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5573 parameter, change BLOCK_INDEX type to gdb::optional.
5574 <m_want_specific_block>: Remove.
5575 <m_block_index>: Change type to gdb::optional.
5576 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5577 gdb::optional. Re-write in function of gdb::optional.
5578 (dw2_debug_names_lookup_symbol): Don't pass argument for
5579 WANT_SPECIFIC_BLOCK.
5580 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5581 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5582 BLOCK_INDEX.
5583
5584 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5585
5586 * NEWS: Mention changes to "info sources" command.
5587
5588 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5589
5590 * symtab.c (filename_partial_match_opts): New struct type.
5591 (struct output_source_filename_data): New members
5592 regexp, c_regexp, partial_match.
5593 (output_source_filename): Use new members to decide to print file.
5594 (info_sources_option_defs): New variable.
5595 (make_info_sources_options_def_group, print_info_sources_header,
5596 info_sources_command_completer):
5597 New functions.
5598 (info_sources_command): Read new optional arguments.
5599 (_initialize_symtab): Update info sources help.
5600
5601 2019-08-02 Alexandre Oliva <oliva@adacore.com>
5602
5603 * ada-lang.c (exception_support_info_v0): Renamed from...
5604 (default_exception_support_info): ... this. Create new
5605 definition for v1.
5606 (ada_has_this_exception_support): Look up catch_handlers_sym.
5607 (ada_exception_support_info_sniffer): Try v0 after default.
5608
5609 2019-08-01 Tom Tromey <tromey@adacore.com>
5610
5611 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5612 gdbarch.h.
5613
5614 2019-08-01 Christian Biesinger <cbiesinger@google.com>
5615
5616 * s12z-tdep.c: Fix include path for s12z-opc.h.
5617
5618 2019-08-01 Alan Hayward <alan.hayward@arm.com>
5619
5620 * NEWS: Require GNU make 3.82.
5621
5622 2019-07-16 Tom Tromey <tom@tromey.com>
5623
5624 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5625 declare.
5626
5627 2019-07-30 Tom Tromey <tromey@adacore.com>
5628
5629 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5630
5631 2019-07-30 Kevin Buettner <kevinb@redhat.com>
5632
5633 * printcmd.c (print_address_symbolic): Print negative offsets.
5634 (build_address_symbolic): Force signed arithmetic when computing
5635 offset.
5636
5637 2019-07-30 Christian Biesinger <cbiesinger@google.com>
5638
5639 PR/24474: Add a function to lookup static variables.
5640 * NEWS: Mention this new function.
5641 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5642 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5643 * python/python.c (python_GdbMethods): Add new function.
5644
5645 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5646
5647 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5648 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5649 (objfpy_lookup_static_symbol): New function.
5650 (objfile_object_methods): Add new functions.
5651
5652 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5653
5654 * NEWS: Mention 'set|show print frame-info'. Mention new
5655 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5656 backtrace argument. Mention that python frame filtering code
5657 is now consistent with what 'backtrace' command prints.
5658
5659 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5660
5661 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5662 comments.
5663 (print_frame_info_auto, print_frame_info_source_line,
5664 print_frame_info_location, print_frame_info_source_and_location,
5665 print_frame_info_location_and_address, print_frame_info_short_location):
5666 New declarations.
5667 (struct frame_print_options): New member print_frame_info.
5668 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5669 * stack.h (get_user_print_what_frame_info): New declaration.
5670 (frame_show_address): New declaration.
5671 * stack.c (print_frame_arguments_choices): New value 'presence'.
5672 (print_frame_info_auto, print_frame_info_source_line,
5673 print_frame_info_location, print_frame_info_source_and_location,
5674 print_frame_info_location_and_address, print_frame_info_short_location,
5675 print_frame_info_choices, print_frame_info_print_what): New definitions.
5676 (print_frame_args): Only print dots for args if print frame-arguments
5677 is 'presence'.
5678 (frame_print_option_defs): New element for "frame-info".
5679 (get_user_print_what_frame_info): New function.
5680 (frame_show_address): Make non static. Move comment to stack.h.
5681 (print_frame_info_to_print_what): New function.
5682 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5683 to decide what to print.
5684 (backtrace_command_1): Handle the new print_frame_arguments_presence
5685 value.
5686 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5687 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5688 (py_print_frame): In non-mi mode, use LOCATION as default for
5689 print_what, similarly to frame information printed directly by
5690 backtrace command. Handle frame-info user option in non MI mode.
5691
5692 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5693
5694 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5695 Add case for debugging 32-bit target on 64-bit host. Revise
5696 comment.
5697
5698 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5699
5700 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5701 instead of find_function_entry_range_from_pc.
5702
5703 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5704
5705 * stack.c (find_frame_funname): Remove code which preferred
5706 minsym over symtab sym in "certain pathological cases".
5707
5708 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5709 parameter. Change type of "do_demangle" to bool.
5710 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5711 Pass suitable "prefer_sym_over_minsym" flag to
5712 build_address_symbolic(). Don't output "+" for negative offsets.
5713 * printcmd.c (print_address_symbolic): Update invocation of
5714 build_address_symbolic to include a "prefer_sym_over_minsym"
5715 flag.
5716 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5717 Restrict cases in which use of minimal symbol is preferred to that
5718 of a found symbol. Update comments.
5719
5720 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5721 for entry pc when entry pc is out of range for that FDE.
5722
5723 2019-07-26 Brian Callahan <bcallah@openbsd.org>
5724
5725 PR gdb/24839:
5726 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5727 type.
5728
5729 2019-07-25 Christian Biesinger <cbiesinger@google.com>
5730
5731 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5732 this function's Python signature.
5733
5734
5735 2019-07-24 Christian Biesinger <cbiesinger@google.com>
5736
5737 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5738 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5739 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5740 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5741 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5742
5743
5744 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5745
5746 * h8300-tdep.c (h8300_register_name_common): New.
5747 h8300_register_name): Use h8300_register_name_common.
5748 (h8300s_register_name): Likewise.
5749 (h8300sx_register_name): Likewise.
5750 (h8300h_register_nam): New.
5751 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5752
5753
5754 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5755
5756 * arm-tdep.c (arm_skip_cmse_entry): New function.
5757 (arm_is_sgstubs_section): New function.
5758 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5759
5760 2019-07-22 Tom Tromey <tom@tromey.com>
5761
5762 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5763 Don't self-assign.
5764
5765 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5766
5767 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5768 type_print.
5769
5770 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5771
5772 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5773 so that GDB doesn't match any msymbols when searching in the
5774 TYPES_DOMAIN.
5775 (print_symbol_info): Print using typedef_print or type_print based
5776 on the type of the symbol. Add updated FIXME comment moved from...
5777 (_initialize_symtab): ... move and update FIXME comment to above.
5778
5779 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5780
5781 * NEWS: Mention adding -q option to "info types".
5782 * symtab.c (struct info_types_options): New struct.
5783 (info_types_options_defs): New variable.
5784 (make_info_types_options_def_group): New function.
5785 (info_types_command): Use gdb::option framework to parse options.
5786 (info_types_command_completer): New function.
5787 (_initialize_symtab): Extend the help text on "info types" and
5788 register command completer.
5789
5790 2019-07-21 Christian Biesinger <cbiesinger@google.com>
5791
5792 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5793 (lookup_symbol_in_objfile): Change int to block_enum and add a
5794 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5795
5796 2019-07-20 Christian Biesinger <cbiesinger@google.com>
5797
5798 * MAINTAINERS (Write After Approval): Add self.
5799
5800 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5801
5802 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5803 instruction to the dummy code region.
5804
5805 2019-07-19 Tom Tromey <tromey@adacore.com>
5806
5807 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5808 (ARGSUSED, PARAMS, __func__): Remove rules.
5809
5810 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5811
5812 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5813 * features/arm/arm-with-iwmmxt.c: Remove.
5814 * features/arm/arm-with-iwmmxt.xml: Remove.
5815 * features/arm/arm-with-m-fpa-layout.c: Remove.
5816 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5817 * features/arm/arm-with-m-vfp-d16.c: Remove.
5818 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5819 * features/arm/arm-with-m.c: Remove.
5820 * features/arm/arm-with-m.xml: Remove.
5821 * features/arm/arm-with-neon.c: Remove.
5822 * features/arm/arm-with-neon.xml: Remove.
5823 * features/arm/arm-with-vfpv2.c: Remove.
5824 * features/arm/arm-with-vfpv2.xml: Remove.
5825 * features/arm/arm-with-vfpv3.c: Remove.
5826 * features/arm/arm-with-vfpv3.xml: Remove.
5827
5828 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5829
5830 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5831
5832 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5833
5834 * arch/aarch32.c (aarch32_create_target_description): Create
5835 target descriptions using features.
5836 * arch/arm.c (arm_create_target_description)
5837 (arm_create_mprofile_target_description): Likewise.
5838 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5839
5840 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5841
5842 * Makefile.in: Add new files.
5843 * aarch32-tdep.c: New file.
5844 * aarch32-tdep.h: New file.
5845 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5846 Call aarch32_read_description.
5847 * arch/aarch32.c: New file.
5848 * arch/aarch32.h: New file.
5849 * arch/arm.c (arm_create_target_description)
5850 (arm_create_mprofile_target_description): New function.
5851 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5852 (arm_create_target_description)
5853 (arm_create_mprofile_target_description): New declaration.
5854 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5855 read_description functions.
5856 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5857 Likewise.
5858 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5859 * arm-tdep.c (tdesc_arm_list): New variable.
5860 (arm_register_g_packet_guesses): Call create description functions.
5861 (arm_read_description) (arm_read_mprofile_description): New
5862 function.
5863 * arm-tdep.h (arm_read_description)
5864 (arm_read_mprofile_description): Add declaration.
5865 * configure.tgt: Add new files.
5866
5867 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5868
5869 * top.c (new_ui_command): Open specified terminal just once.
5870
5871 2019-07-18 Tom Tromey <tromey@adacore.com>
5872
5873 * symtab.c (main_name): Constify return type.
5874 * symfile.c (set_initial_language): Update.
5875 * symtab.h (main_name): Constify return type.
5876
5877 2019-07-17 Tom Tromey <tom@tromey.com>
5878
5879 * tui/tui-winsource.c (tui_update_source_window)
5880 (tui_update_source_window_as_is)
5881 (tui_update_source_windows_with_line): Remove return.
5882 * tui/tui-disasm.c (tui_show_disassem)
5883 (tui_show_disassem_and_update_source): Remove return.
5884 * tui/tui.c (tui_reset): Remove return.
5885 * tui/tui-wingeneral.c
5886 (tui_check_and_display_highlight_if_needed): Remove return.
5887
5888 2019-07-17 Tom Tromey <tom@tromey.com>
5889
5890 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5891
5892 2019-07-17 Tom Tromey <tom@tromey.com>
5893
5894 * tui/tui-winsource.h (struct tui_exec_info_window)
5895 (struct tui_source_window_base): Move from tui-data.h.
5896 * tui/tui-winsource.c: Move many method definitions from
5897 elsewhere. Remove "structuring" comments.
5898 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5899 (tui_source_window_base::refresh_window): Move to
5900 tui-winsource.c.
5901 * tui/tui-win.c (tui_source_window_base::refresh_all)
5902 (tui_source_window_base::update_tab_width)
5903 (tui_source_window_base::set_new_height)
5904 (tui_source_window_base::do_make_visible_with_new_height): Move to
5905 tui-winsource.c.
5906 * tui/tui-source.h: Update.
5907 * tui/tui-source.c (tui_source_window_base::reset): Move to
5908 tui-winsource.c.
5909 * tui/tui-disasm.h: Update.
5910 * tui/tui-data.h (struct tui_exec_info_window): Move to
5911 tui-winsource.h.
5912 (struct tui_source_window_base): Likewise.
5913 * tui/tui-data.c (tui_source_window_base::clear_detail)
5914 (tui_source_window_base, ~tui_source_window_base): Move to
5915 tui-winsource.c.
5916
5917 2019-07-17 Tom Tromey <tom@tromey.com>
5918
5919 * tui/tui-win.c (tui_resize_all)
5920 (tui_source_window_base::update_tab_width)
5921 (tui_adjust_win_heights): Update.
5922 (tui_win_info::make_invisible_and_set_new_height): Rename from
5923 make_invisible_and_set_new_height.
5924 * tui/tui-data.h (struct tui_win_info)
5925 <make_invisible_and_set_new_height>: New method.
5926
5927 2019-07-17 Tom Tromey <tom@tromey.com>
5928
5929 * tui/tui.c: Update.
5930 * tui/tui-source.h (struct tui_source_window): Move from
5931 tui-data.h.
5932 * tui/tui-layout.c: Update.
5933 * tui/tui-disasm.c: Update.
5934 * tui/tui-data.h (struct tui_source_window): Move to
5935 tui-source.h.
5936
5937 2019-07-17 Tom Tromey <tom@tromey.com>
5938
5939 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5940 tui-data.h.
5941 * tui/tui-data.h (struct tui_disasm_window): Move to
5942 tui-disasm.h.
5943
5944 2019-07-17 Tom Tromey <tom@tromey.com>
5945
5946 * tui/tui-regs.h (struct tui_data_item_window): Move from
5947 tui-data.h.
5948 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5949 * tui/tui-data.h (struct tui_data_item_window): Move to
5950 tui-regs.h.
5951 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5952
5953 2019-07-17 Tom Tromey <tom@tromey.com>
5954
5955 * tui/tui.c: Update.
5956 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5957 (tui_cmd_window::max_height): Move to tui-command.c.
5958 * tui/tui-layout.c: Update.
5959 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5960 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5961 tui-command.c.
5962 * tui/tui-command.h (struct tui_cmd_window): Move from
5963 tui-data.h.
5964 * tui/tui-command.c: Remove "structuring" comments.
5965 (tui_cmd_window::clear_detail)
5966 (tui_cmd_window::do_make_visible_with_new_height)
5967 (tui_cmd_window::max_height): Move from elsewhere.
5968
5969 2019-07-17 Tom Tromey <tom@tromey.com>
5970
5971 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5972 Now static.
5973 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5974 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5975
5976 2019-07-17 Tom Tromey <tom@tromey.com>
5977
5978 * tui/tui.c: Update.
5979 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
5980 tui-regs.c.
5981 * tui/tui-windata.h: Remove file.
5982 * tui/tui-windata.c: Remove file.
5983 * tui/tui-win.c (tui_data_window::set_new_height)
5984 (tui_data_window::do_make_visible_with_new_height): Move to
5985 tui-regs.c.
5986 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
5987 * tui/tui-regs.c: Remove "structuring" comments.
5988 (tui_data_window::first_data_item_displayed)
5989 (tui_data_window::delete_data_content_windows)
5990 (tui_data_window::erase_data_content)
5991 (tui_data_window::display_all_data)
5992 (tui_data_window::refresh_all)
5993 (tui_data_window::do_scroll_vertical)
5994 (tui_data_window::clear_detail, tui_data_window::set_new_height)
5995 (tui_data_window::do_make_visible_with_new_height)
5996 (tui_data_window::refresh_window): Move from elsewhere.
5997 (_initialize_tui_regs): Move to end of file.
5998 * tui/tui-layout.c: Update.
5999 * tui/tui-hooks.c: Update.
6000 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
6001 * tui/tui-data.c (tui_data_window::clear_detail): Move to
6002 tui-regs.c.
6003 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
6004
6005 2019-07-17 Tom Tromey <tom@tromey.com>
6006
6007 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
6008 seen.
6009
6010 2019-07-17 Tom Tromey <tom@tromey.com>
6011
6012 * tui/tui-win.c (tui_source_window_base::set_new_height)
6013 (tui_source_window_base::do_make_visible_with_new_height): Use
6014 m_has_locator field directly.
6015 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
6016 method.
6017 (struct tui_source_window_base) <has_locator>: Likewise.
6018
6019 2019-07-17 Tom Tromey <tom@tromey.com>
6020
6021 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
6022 Don't declare.
6023 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
6024 Remove.
6025 * tui/tui-win.c (tui_source_window_base::set_new_height)
6026 (tui_source_window_base::set_new_height)
6027 (make_invisible_and_set_new_height)
6028 (tui_source_window_base::do_make_visible_with_new_height)
6029 (tui_source_window_base::do_make_visible_with_new_height):
6030 Update.
6031 * tui/tui-layout.c (show_source_disasm_command, show_data)
6032 (show_source_or_disasm_and_command): Update.
6033 * tui/tui-layout.c (show_layout): Update.
6034
6035 2019-07-17 Tom Tromey <tom@tromey.com>
6036
6037 * tui/tui-layout.c (make_data_window): Remove.
6038 (show_data): Unify creation and re-initialization cases.
6039
6040 2019-07-17 Tom Tromey <tom@tromey.com>
6041
6042 * tui/tui-layout.c (make_source_window, make_disasm_window):
6043 Remove.
6044 (show_data): Unify creation and re-initialization cases.
6045
6046 2019-07-17 Tom Tromey <tom@tromey.com>
6047
6048 * tui/tui-layout.c (make_command_window): Remove.
6049 (show_source_disasm_command, show_source_or_disasm_and_command):
6050 Unify creation and re-initialization cases.
6051
6052 2019-07-17 Tom Tromey <tom@tromey.com>
6053
6054 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
6055 creation and re-initialization cases.
6056
6057 2019-07-17 Tom Tromey <tom@tromey.com>
6058
6059 * tui/tui-regs.c (tui_get_register): Return void.
6060
6061 2019-07-17 Tom Tromey <tom@tromey.com>
6062
6063 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
6064 Simplify.
6065
6066 2019-07-17 Tom Tromey <tom@tromey.com>
6067
6068 * tui/tui-layout.c (show_source_disasm_command): Simplify window
6069 resetting.
6070
6071 2019-07-17 Tom Tromey <tom@tromey.com>
6072
6073 * tui/tui.h (tui_set_layout_by_name): Don't declare.
6074 * tui/tui-regs.c (tui_reg_layout): New function.
6075 (tui_show_registers, tui_reg_command): Use it.
6076 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
6077 (tui_layout_command): Rename from tui_set_layout_by_name. Change
6078 parameters.
6079 (tui_layout_command): Remove.
6080
6081 2019-07-17 Tom Tromey <tom@tromey.com>
6082
6083 * tui/tui-layout.h (tui/tui-layout): Return void.
6084 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
6085
6086 2019-07-17 Tom Tromey <tom@tromey.com>
6087
6088 * tui/tui-layout.c (show_source_disasm_command, show_data):
6089 Update.
6090 (reset_locator): Remove.
6091 (show_source_or_disasm_and_command): Update.
6092
6093 2019-07-17 Tom Tromey <tom@tromey.com>
6094
6095 * tui/tui-source.c (tui_source_window_base::reset): Remove
6096 win_type parameter.
6097 * tui/tui-layout.c (make_command_window, make_source_window)
6098 (make_disasm_window, make_data_window)
6099 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6100 (reset_locator, show_source_or_disasm_and_command): Update.
6101 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6102 win_type parameter.
6103 (struct tui_source_window_base) <reset>: Likewise.
6104
6105 2019-07-17 Tom Tromey <tom@tromey.com>
6106
6107 * tui/tui-layout.c (show_source_disasm_command): Use
6108 reset_locator.
6109 (reset_locator): New function.
6110 (init_and_make_win): Remove.
6111 (show_source_or_disasm_and_command): Use reset_locator.
6112
6113 2019-07-17 Tom Tromey <tom@tromey.com>
6114
6115 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6116 condition.
6117 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6118 Remove condition.
6119 * tui/tui-source.c (tui_source_window_base::reset): New method.
6120 * tui/tui-layout.c (make_command_window): Don't call
6121 init_and_make_win.
6122 (make_source_window, make_disasm_window): Don't call
6123 make_source_or_disasm_window.
6124 (make_data_window): Don't call init_and_make_win. Change calling
6125 convention.
6126 (show_source_disasm_command, show_data): Simplify.
6127 (make_source_or_disasm_window): Remove.
6128 (show_source_or_disasm_and_command): Simplify.
6129 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6130 (struct tui_source_window_base) <reset>: Likewise.
6131 <execution_info>: Remove initializer.
6132 * tui/tui-data.c (tui_source_window_base): Initialize
6133 execution_info.
6134
6135 2019-07-17 Tom Tromey <tom@tromey.com>
6136
6137 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6138 variable.
6139
6140 2019-07-17 Tom Tromey <tom@tromey.com>
6141
6142 * tui/tui.c (tui_rl_other_window): Update.
6143 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6144 superclass method first. Always iterate over regs_content.
6145 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6146 method.
6147 * tui/tui-win.c (tui_set_focus_command): Update.
6148
6149 2019-07-17 Tom Tromey <tom@tromey.com>
6150
6151 * tui/tui-win.c (tui_set_focus_command): Rename from
6152 tui_set_focus. Call tui_enable.
6153 (tui_set_focus_command): Remove.
6154
6155 2019-07-17 Tom Tromey <tom@tromey.com>
6156
6157 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6158 refresh_window.
6159 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6160 touchwin.
6161 (tui_data_window::refresh_window): Call refresh_window on data
6162 items. Always call superclass refresh_window.
6163 (tui_win_info::refresh): Remove.
6164 (tui_source_window_base::refresh_window): Update.
6165 (tui_refresh_all): Update.
6166 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6167 refresh_window.
6168 (show_source_or_disasm_and_command): Likewise.
6169 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6170 (struct tui_source_window_base) <refresh>: Likewise.
6171
6172 2019-07-17 Tom Tromey <tom@tromey.com>
6173
6174 * tui/tui-winsource.c (tui_clear_source_content)
6175 (tui_show_source_content): Update.
6176 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6177 whether content is empty.
6178 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6179 Remove.
6180
6181 2019-07-17 Tom Tromey <tom@tromey.com>
6182
6183 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6184 window's contents.
6185 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6186 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6187
6188 2019-07-17 Tom Tromey <tom@tromey.com>
6189
6190 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6191 (struct tui_data_item_window): Update.
6192
6193 2019-07-17 Tom Tromey <tom@tromey.com>
6194
6195 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6196 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6197 defines.
6198
6199 2019-07-17 Tom Tromey <tom@tromey.com>
6200
6201 * tui/tui-winsource.h (tui_erase_source_content)
6202 (tui_clear_source_content): Remove "display_prompt" parameter.
6203 * tui/tui-winsource.c (tui_update_source_window_as_is)
6204 (tui_update_source_windows_with_addr): Update.
6205 (tui_clear_source_content): Remove "display_prompt" parameter.
6206 (tui_erase_source_content): Likewise. Simplify.
6207 (tui_show_source_content): Update.
6208 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6209 * tui/tui-stack.c (tui_show_frame_info): Update.
6210 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6211 Remove defines.
6212
6213 2019-07-17 Tom Tromey <tom@tromey.com>
6214
6215 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6216 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6217 parameter.
6218 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6219 parameter.
6220
6221 2019-07-17 Tom Tromey <tom@tromey.com>
6222
6223 * tui/tui-winsource.c (tui_clear_source_content)
6224 (tui_show_source_content, tui_show_exec_info_content)
6225 (tui_clear_exec_info_content): Update.
6226 * tui/tui-stack.c (tui_show_locator_content): Update.
6227 (tui_show_frame_info): Update.
6228 * tui/tui-source.h (tui_source_window): Don't declare.
6229 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6230 from tui_source_is_displayed.
6231 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6232 Remove field.
6233 (struct tui_source_window_base) <content_in_use>: New field. Now
6234 bool.
6235 (struct tui_source_window) <showing_source_p>: New method.
6236 (TUI_SRC_WIN): Change cast.
6237 * tui/tui-data.c (tui_initialize_static_data): Update.
6238
6239 2019-07-17 Tom Tromey <tom@tromey.com>
6240
6241 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6242 location_matches_p.
6243 * tui/tui-source.c (tui_source_window::location_matches_p): New
6244 method.
6245 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6246 method.
6247 * tui/tui-data.h (struct tui_source_window_base)
6248 <location_matches_p>: New method.
6249 (struct tui_source_window, struct tui_disasm_window)
6250 <location_matches_p>: Likewise.
6251
6252 2019-07-17 Tom Tromey <tom@tromey.com>
6253
6254 * tui/tui-win.c (tui_set_win_height_command): Rename from
6255 tui_set_win_height.
6256 (tui_set_win_height_command): Remove.
6257
6258 2019-07-17 Tom Tromey <tom@tromey.com>
6259
6260 * tui/tui-source.c (tui_source_window): New constructor. Add
6261 observer.
6262 (~tui_source_window): New destructor.
6263 (tui_source_window::style_changed): New method.
6264 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6265 (tui_attach_detach_observers): Update.
6266 * tui/tui-data.h (struct tui_source_window): Make constructor not
6267 inline. Add destructor.
6268 (struct tui_source_window) <style_changed>: New method.
6269 <m_observable>: New member.
6270
6271 2019-07-17 Tom Tromey <tom@tromey.com>
6272
6273 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6274 * tui/tui-win.c (tui_resize_all): Fix typo.
6275
6276 2019-07-17 Tom Tromey <tom@tromey.com>
6277
6278 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6279 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6280 (tui_refresh_all): Remove "list" parameter. Use foreach.
6281 * tui/tui-win.c (window_name_completer): Use foreach.
6282 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6283 (update_tab_width): Likewise.
6284 * tui/tui-layout.c (show_layout): Update.
6285 * tui/tui-data.h (class tui_window_iterator): New.
6286 (struct all_tui_windows): New.
6287 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6288
6289 2019-07-17 Tom Tromey <tom@tromey.com>
6290
6291 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6292 parameter. Don't reference globals.
6293 (tui_reg_command): Update.
6294
6295 2019-07-17 Tom Tromey <tom@tromey.com>
6296
6297 * tui/tui-regs.c (tui_show_registers): Simplify.
6298
6299 2019-07-17 Tom Tromey <tom@tromey.com>
6300
6301 * tui/tui-regs.c (tui_show_registers): Update.
6302 (tui_show_register_group): Add win_info parameter.
6303
6304 2019-07-17 Tom Tromey <tom@tromey.com>
6305
6306 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6307 Rename from tui_display_reg_element_at_line.
6308 (tui_data_window::display_registers_from_line): Update.
6309 * tui/tui-data.h (struct tui_data_window)
6310 <display_reg_element_at_line>: New method.
6311
6312 2019-07-17 Tom Tromey <tom@tromey.com>
6313
6314 * tui/tui-regs.h (tui_display_registers_from)
6315 (tui_display_registers_from_line): Don't declare.
6316 * tui/tui-windata.c (tui_data_window::display_all_data)
6317 (tui_data_window::refresh_all)
6318 (tui_data_window::do_scroll_vertical): Update.
6319 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6320 from tui_display_registers_from.
6321 (tui_display_reg_element_at_line): Update.
6322 (tui_data_window::display_registers_from_line): Rename from
6323 tui_display_registers_from_line.
6324 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6325 display_registers_from_line>: New methods.
6326
6327 2019-07-17 Tom Tromey <tom@tromey.com>
6328
6329 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6330 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6331 from tui_erase_data_content.
6332 (tui_data_window::display_all_data)
6333 (tui_data_window::refresh_all)
6334 (tui_data_window::do_scroll_vertical): Update.
6335 * tui/tui-regs.c (tui_show_registers): Update.
6336 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6337 New method.
6338
6339 2019-07-17 Tom Tromey <tom@tromey.com>
6340
6341 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6342 declare.
6343 * tui/tui-windata.c
6344 (tui_data_window::delete_data_content_windows): Rename from
6345 tui_delete_data_content_windows.
6346 (tui_data_window::display_all_data)
6347 (tui_data_window::do_scroll_vertical): Update.
6348 * tui/tui-data.h (struct tui_data_window)
6349 <delete_data_content_windows>: New method.
6350
6351 2019-07-17 Tom Tromey <tom@tromey.com>
6352
6353 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6354 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6355
6356 2019-07-17 Tom Tromey <tom@tromey.com>
6357
6358 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6359 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6360 from tui_display_all_data.
6361 * tui/tui-win.c
6362 (tui_data_window::do_make_visible_with_new_height): Update.
6363 * tui/tui-regs.c (tui_show_registers): Update.
6364 * tui/tui-layout.c (tui_set_layout): Update.
6365 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6366 method.
6367
6368 2019-07-17 Tom Tromey <tom@tromey.com>
6369
6370 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6371 * tui/tui-windata.c (tui_display_data_from): Remove.
6372 (tui_data_window::refresh_all): Update.
6373
6374 2019-07-17 Tom Tromey <tom@tromey.com>
6375
6376 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6377 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6378 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6379 tui_display_registers_from_line.
6380 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6381 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6382 "force_display" parameter.
6383
6384 2019-07-17 Tom Tromey <tom@tromey.com>
6385
6386 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6387 declare.
6388 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6389 Rename from tui_first_reg_element_no_inline.
6390 (tui_display_reg_element_at_line)
6391 (tui_display_registers_from_line): Update.
6392 * tui/tui-data.h (struct tui_data_window)
6393 <first_reg_element_no_inline>: New method.
6394
6395 2019-07-17 Tom Tromey <tom@tromey.com>
6396
6397 * tui/tui-windata.c (tui_display_data_from)
6398 (tui_data_window::do_scroll_vertical): Update.
6399 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6400 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6401 Rename from tui_line_from_reg_element_no.
6402 (tui_display_registers_from_line): Update.
6403 * tui/tui-data.h (struct tui_data_window)
6404 <line_from_reg_element_no>: New method.
6405
6406 2019-07-17 Tom Tromey <tom@tromey.com>
6407
6408 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6409 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6410 tui_last_regs_line_no.
6411 (tui_display_reg_element_at_line)
6412 (tui_display_registers_from_line): Update.
6413 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6414 method.
6415
6416 2019-07-17 Tom Tromey <tom@tromey.com>
6417
6418 PR tui/24722:
6419 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6420 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6421 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6422 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6423 (tui_update_breakpoint_info): Likewise.
6424 * tui/tui-hooks.c (tui_event_create_breakpoint)
6425 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6426 Update.
6427
6428 2019-07-17 Tom Tromey <tom@tromey.com>
6429
6430 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6431
6432 2019-07-17 Tom Tromey <tom@tromey.com>
6433
6434 * tui/tui-winsource.c (tui_update_source_window_as_is)
6435 (tui_update_source_windows_with_addr): Update.
6436 * tui/tui-source.h (tui_set_source_content)
6437 (tui_show_symtab_source): Add "win_info" parameter.
6438 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6439 parameter.
6440 (tui_show_symtab_source): Likewise.
6441
6442 2019-07-17 Tom Tromey <tom@tromey.com>
6443
6444 * tui/tui-wingeneral.c
6445 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6446
6447 2019-07-17 Tom Tromey <tom@tromey.com>
6448
6449 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6450 (struct tui_cmd_window) <can_scroll>: New method.
6451 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6452 method.
6453
6454 2019-07-17 Tom Tromey <tromey@adacore.com>
6455
6456 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6457 do_field_signed>: Rename. Change type of "value".
6458 * ui-out.c (ui_out::field_signed): Rename from field_int.
6459 Change type of "value".
6460 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6461 type of "value".
6462 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6463 do_field_int. Change type of "value".
6464 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6465 do_field_int. Change type of "value".
6466 * tracepoint.c (trace_status_mi, tfind_1)
6467 (print_one_static_tracepoint_marker): Update.
6468 * thread.c (print_thread_info_1, print_selected_thread_frame):
6469 Update.
6470 * stack.c (print_frame, print_frame_info): Update.
6471 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6472 Update.
6473 * source.c (print_source_lines_base): Update.
6474 * skip.c (info_skip_command): Update.
6475 * record-btrace.c (btrace_ui_out_decode_error)
6476 (btrace_call_history_src_line): Update.
6477 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6478 Update.
6479 * progspace.c (print_program_space): Update.
6480 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6481 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6482 do_field_int. Change type of "value".
6483 * mi/mi-out.c (mi_ui_out::do_table_begin)
6484 (mi_ui_out::do_table_header): Update.
6485 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6486 type of "value".
6487 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6488 (mi_cmd_data_list_changed_registers, output_register)
6489 (mi_cmd_data_read_memory, mi_load_progress)
6490 (mi_cmd_trace_frame_collected): Update.
6491 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6492 Update.
6493 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6494 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6495 (mi_cmd_var_list_children, varobj_update_one): Update.
6496 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6497 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6498 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6499 * inferior.c (print_inferior): Update.
6500 * gdb_bfd.c (print_one_bfd): Update.
6501 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6502 Update.
6503 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6504 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6505 do_field_int. Change type of "value".
6506 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6507 do_field_int. Change type of "value".
6508 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6509 (print_one_breakpoint_location, print_it_catch_fork)
6510 (print_one_catch_fork, print_it_catch_vfork)
6511 (print_one_catch_vfork, print_it_catch_solib)
6512 (print_it_catch_exec, print_it_ranged_breakpoint)
6513 (print_mention_watchpoint, print_mention_masked_watchpoint)
6514 (bkpt_print_it, update_static_tracepoint): Update.
6515 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6516 * break-catch-syscall.c (print_it_catch_syscall): Update.
6517 * ada-tasks.c (print_ada_task_info): Update.
6518 * ada-lang.c (print_it_exception, print_mention_exception):
6519 Update.
6520
6521 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6522
6523 PR breakpoints/24541
6524 * gdbarch.c: Regenerate.
6525 * gdbarch.h: Regenerate.
6526 * gdbarch.sh: Adjust return type and parameter types for
6527 'stap_adjust_register'.
6528 (i386_stap_adjust_register): Adjust signature and return new
6529 register name.
6530 * stap-probe.c (stap_parse_register_operand): Adjust use of
6531 'gdbarch_stap_adjust_register'.
6532
6533 2019-07-17 Tom Tromey <tromey@adacore.com>
6534
6535 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6536 declare VEC.
6537 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6538 std::vector.
6539 (struct s390_process_info): Add initializers.
6540 (s390_add_process): Use new.
6541 (s390_linux_nat_target::low_forget_process): Use delete.
6542 (s390_linux_nat_target::low_new_fork)
6543 (s390_linux_nat_target::stopped_by_watchpoint)
6544 (s390_linux_nat_target::low_prepare_to_resume)
6545 (s390_linux_nat_target::insert_watchpoint)
6546 (s390_linux_nat_target::insert_hw_breakpoint)
6547 (s390_linux_nat_target::remove_watchpoint)
6548 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6549
6550 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6551
6552 * aarch64-fbsd-nat.c: Include regcache.h.
6553 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6554 argument.
6555 (aarch64_fbsd_nat_target::fetch_registers)
6556 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6557 variable.
6558 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6559
6560 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6561
6562 * fbsd-nat.c: Include gdbarch.h.
6563
6564 2019-07-15 Tom Tromey <tromey@adacore.com>
6565
6566 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6567
6568 2019-07-15 Tom Tromey <tromey@adacore.com>
6569
6570 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6571 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6572 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6573 * cli-out.c (cli_ui_out::do_field_int): New method.
6574 * ui-out.c (ui_out::field_unsigned): New method.
6575 * symfile.c (generic_load): Use field_unsigned.
6576 (print_transfer_performance): Likewise.
6577 * record-btrace.c (ui_out_field_uint): Remove.
6578 (btrace_call_history_insn_range, btrace_call_history): Use
6579 field_unsigned.
6580 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6581 field_unsigned.
6582 * ui-out.h (class ui_out) <field_unsigned>: New method.
6583 <do_field_unsigned>: Likewise.
6584
6585 2019-07-15 Tom Tromey <tromey@adacore.com>
6586
6587 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6588 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6589 * target.c (flash_erase_command): Use field_string.
6590 * infrun.c (print_signal_received_reason): Use field_string.
6591 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6592 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6593 field_string.
6594 * ada-tasks.c (print_ada_task_info): Use field_string.
6595
6596 2019-07-15 Tom Tromey <tromey@adacore.com>
6597
6598 * target.c (flash_erase_command): Use field_core_addr.
6599 * symfile.c (generic_load): Use field_core_addr.
6600 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6601 Use field_core_addr.
6602 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6603 field_core_addr.
6604
6605 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6606
6607 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6608 value if its desired type is smaller than a CORE_ADDR and signed.
6609
6610 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6611
6612 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6613 of changes to field names, and use new is_reference field to
6614 decide if a property is a reference or not.
6615 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6616 field.
6617 (struct dwarf2_property_baton): Update header comment, rename
6618 'referenced_type' to 'property_type' and update comments.
6619 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6620 default property type, store in property baton, update to take
6621 accound of renamed field.
6622 (read_func_scope): Update call to attr_to_dynamic_prop.
6623 (read_array_type): Likewise.
6624 (dwarf2_per_cu_addr_sized_int_type): New function.
6625 (read_subrange_index_type): Move type finding code to
6626 dwarf2_per_cu_addr_sized_int_type.
6627 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6628 (dwarf2_per_cu_addr_type): New function.
6629 (set_die_type): Update calls to attr_to_dynamic_prop.
6630
6631 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6632
6633 * dwarf2read.c (read_subrange_index_type): New function.
6634 (read_subrange_type): Move code into new function and call it.
6635 * gdbtypes.c (create_range_type): Add some asserts.
6636
6637 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6638
6639 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6640 update return statements.
6641 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6642 declaration, and update comment to match.
6643 * gdbtypes.c (resolve_dynamic_array): Update call to
6644 dwarf2_evaluate_property to match new return type.
6645
6646 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6647
6648 * valarith.c (value_subscripted_rvalue): Change lowerbound
6649 parameter type from int to LONGEST.
6650 * value.h (value_subscripted_rvalue): Likewise in declaration.
6651
6652 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6653
6654 * cli/cli-utils.c (info_print_command_completer): New function.
6655 * cli/cli-utils.h: Add 'completer.h' include, and forward
6656 declaration for 'struct cmd_list_element'.
6657 (info_print_command_completer): Declare.
6658 * stack.c (_initialize_stack): Add completer for 'info locals' and
6659 'info args'.
6660 * symtab.c (_initialize_symtab): Add completer for 'info
6661 variables' and 'info functions'.
6662 * NEWS: Mention completion for additional info commands.
6663
6664 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6665
6666 * cli/cli-utils.c (extract_info_print_args): Delete.
6667 (extract_arg_maybe_quoted): Delete.
6668 (info_print_options_defs): New variable.
6669 (make_info_print_options_def_group): New function.
6670 (extract_info_print_options): Define new function.
6671 * cli/cli-utils.h (extract_info_print_args): Delete.
6672 (struct info_print_options): New structure.
6673 (extract_info_print_options): Declare new function.
6674 * stack.c (info_locals_command): Update to use new
6675 extract_info_print_options, also add a header comment.
6676 (info_args_command): Likewise.
6677 * symtab.c (info_variables_command): Likewise.
6678 (info_functions_command): Likewise.
6679
6680 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6681
6682 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6683 to extract string arguments.
6684 * common/common-utils.c (extract_string_maybe_quoted): New function.
6685 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6686
6687 2019-07-11 Tom Tromey <tromey@adacore.com>
6688
6689 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6690 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6691 * top.h (gdbinit): Don't declare.
6692 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6693 into...
6694 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6695 * top.c (gdb_init): Don't call init_cli_cmds.
6696 (gdbinit): Remove.
6697 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6698
6699 2019-07-11 Tom Tromey <tromey@adacore.com>
6700
6701 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6702 after it has been moved.
6703
6704 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6705
6706 * valops.c (value_must_coerce_to_target): Change return type to
6707 bool.
6708 * value.h (value_must_coerce_to_target): Likewise.
6709
6710 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
6711
6712 * breakpoint.c (is_hardware_watchpoint): Remove
6713 forward-declaration.
6714 (is_masked_watchpoint): Change return type to bool.
6715 (is_tracepoint): Likewise.
6716 (is_breakpoint): Likewise.
6717 (is_hardware_watchpoint): Likewise.
6718 (is_watchpoint): Likewise.
6719 (is_no_memory_software_watchpoint): Likewise.
6720 (is_catchpoint): Likewise.
6721 (breakpoint_1): Make FILTER parameter's return type bool.
6722 is_masked_watchpoint): Change return type to bool.
6723 (save_breakpoints): Make FILTER parameter's return type bool.
6724 * breakpoint.h (is_breakpoint): Change return type to bool.
6725 (is_watchpoint): Likewise.
6726 (is_catchpoint): Likewise.
6727 (is_tracepoint): Likewise.
6728
6729 2019-07-10 Tom Tromey <tom@tromey.com>
6730
6731 * defs.h: Don't include gdbarch.h.
6732 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6733 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6734 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6735 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6736 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6737 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6738 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6739 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6740 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6741 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6742 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6743 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6744 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6745 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6746 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6747 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6748 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6749 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6750 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6751 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6752 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6753 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6754 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6755 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6756 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6757 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6758 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6759
6760 2019-07-10 Tom Tromey <tromey@adacore.com>
6761
6762 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6763 * breakpoint.c (init_ada_exception_breakpoint): Register as
6764 bp_catchpoint.
6765 (print_one_breakpoint_location, print_one_breakpoint): Use
6766 is_ada_exception_catchpoint.
6767 * ada-lang.c (class ada_catchpoint_location): Pass
6768 bp_loc_software_breakpoint to bp_location constructor.
6769 (is_ada_exception_catchpoint): New function.
6770
6771 2019-07-10 Tom Tromey <tromey@adacore.com>
6772
6773 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6774 VEC.
6775 (struct arm_exidx_entry): New method operator<.
6776 (struct arm_exidx_data) <section_maps>: Change type.
6777 (arm_exidx_data_free): Remove.
6778 (arm_exidx_data_key): Change type. Move lower.
6779 (arm_exidx_new_objfile): Update.
6780 (arm_compare_exidx_entries): Remove.
6781 (arm_find_exidx_entry, _initialize_arm_tdep)
6782
6783 2019-07-10 Tom Tromey <tromey@adacore.com>
6784
6785 * solib-spu.c (ocl_program_data_key): Change type.
6786 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6787 Update.
6788
6789 2019-07-10 Tom Tromey <tromey@adacore.com>
6790
6791 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6792 (struct solib_aix_inferior_data) <library_list>: Change type.
6793 (solib_aix_inferior_data_handle): Change type.
6794 (get_solib_aix_inferior_data): Update.
6795 (solib_aix_free_library_list): Remove.
6796 (library_list_start_library): Update.
6797 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6798 return type.
6799 (solib_aix_get_library_list)
6800 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6801 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6802
6803 2019-07-10 Tom Tromey <tromey@adacore.com>
6804
6805 * solib-dsbt.c (struct dsbt_info): Add initializers.
6806 (solib_dsbt_pspace_data): Change type.
6807 (dsbt_pspace_data_cleanup): Remove.
6808 (get_dsbt_info, _initialize_dsbt_solib): Update.
6809
6810 2019-07-10 Tom Tromey <tromey@adacore.com>
6811
6812 * spu-tdep.c (spu_overlay_data): Change type.
6813 (spu_get_overlay_table, spu_overlay_new_objfile)
6814 (_initialize_spu_tdep): Update.
6815
6816 2019-07-10 Tom Tromey <tromey@adacore.com>
6817
6818 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6819 destructor.
6820 (dbx_objfile_data_key): Change type and declare later.
6821 (DBX_SYMFILE_INFO): Rewrite.
6822 * dbxread.c (dbx_objfile_data_key): Change type.
6823 (dbx_symfile_init): Update.
6824 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6825 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6826 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6827
6828 2019-07-10 Tom Tromey <tromey@adacore.com>
6829
6830 * jit.c (jit_program_space_key): Change type. Move lower.
6831 (get_jit_program_space_data): Update.
6832 (jit_program_space_data_cleanup): Remove.
6833 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6834 Update.
6835 (struct jit_program_space_data): Add initializers.
6836
6837 2019-07-10 Tom Tromey <tromey@adacore.com>
6838
6839 * solib-darwin.c (struct darwin_info): Add initializers.
6840 (solib_darwin_pspace_data): Change type.
6841 (darwin_pspace_data_cleanup): Remove.
6842 (get_darwin_info, _initialize_darwin_solib): Update.
6843
6844 2019-07-10 Tom Tromey <tromey@adacore.com>
6845
6846 * remote-sim.c (struct sim_inferior_data): Add initializers,
6847 constructor, and destructor.
6848 (sim_inferior_data_key): Change type. Move lower.
6849 (check_for_duplicate_sim_descriptor): Update.
6850 (get_sim_inferior_data): Use new. Update.
6851 (~sim_inferior_data_cleanup): Rename from
6852 sim_inferior_data_cleanup. Simplify.
6853 (gdbsim_close_inferior, simulator_command)
6854 (sim_command_completer, _initialize_remote_sim): Update.
6855 (next_pid, INITIAL_PID): Move earlier.
6856
6857 2019-07-10 Tom Tromey <tromey@adacore.com>
6858
6859 * python/python-internal.h (create_thread_object): Return
6860 gdbpy_ref.
6861 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6862 * python/py-inferior.c (struct threadlist_entry): Add
6863 constructor.
6864 <thread_obj>: Now a gdbpy_ref.
6865 (thread_to_thread_object): Update.
6866 (add_thread_object): Use new.
6867 (delete_thread_object): Use delete.
6868 (infpy_threads): Update.
6869 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6870 GIL.
6871
6872 2019-07-10 Tom Tromey <tromey@adacore.com>
6873
6874 * valops.c (value_cast): Specialize error message for Ada.
6875
6876 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6877
6878 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6879
6880 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6881
6882 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6883 bpstat_should_step): Return bool, adjust comments.
6884 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6885 bpstat_should_step): Likewise.
6886
6887 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6888
6889 * features/Makefile: Use feature target descriptions for Arm.
6890 * features/arm/arm-core.c: Generate new file.
6891 * features/arm/arm-fpa.c: Likewise.
6892 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6893 * features/arm/arm-m-profile.c: Likewise.
6894 * features/arm/arm-vfpv2.c: Likewise.
6895 * features/arm/arm-vfpv3.c: Likewise.
6896 * features/arm/xscale-iwmmxt.c: Likewise.
6897 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6898
6899 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6900
6901 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6902 ptrace earlier.
6903
6904 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6905
6906 * features/aarch64-pauth.c: Regenerate.
6907
6908 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6909
6910 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6911 bool.
6912 (bpstat_what): Use false instead of 0.
6913
6914 2019-07-09 Pedro Alves <palves@redhat.com>
6915
6916 * break-catch-throw.c (is_exception_catchpoint): New.
6917 * breakpoint.c (print_one_breakpoint_location): New parameter
6918 'raw_loc'. Handle it. Use
6919 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6920 looking at the breakpoint's type.
6921 (print_one_breakpoint): If handling "maint info breakpoints", also
6922 print locations of exception catchpoints.
6923 * breakpoint.h (is_exception_catchpoint): Declare.
6924
6925 2019-07-09 Pedro Alves <palves@redhat.com>
6926
6927 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6928 "addr" field.
6929 (allocate_location_exception_catchpoint): New.
6930 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6931 (initialize_throw_catchpoint_ops): Install
6932 allocate_location_exception_catchpoint as allocate_location
6933 method.
6934 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6935 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6936 bp_loc_other.
6937 (breakpoint_address_is_meaningful): Delete.
6938 (bl_address_is_meaningful): New.
6939 (breakpoint_locations_match): Adjust comment.
6940 (bp_location_from_bp_type): New, factored out of...
6941 (bp_location::bp_location(breakpoint *)): ... this.
6942 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6943 factored out of...
6944 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6945 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6946 breakpoint_address_is_meaningful.
6947 (bp_locations_compare): Adjust comment.
6948 (update_global_location_list): Use bl_address_is_meaningful
6949 instead of breakpoint_address_is_meaningful.
6950 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6951 explicit.
6952 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6953 * python/py-breakpoint.c (bppy_get_location): No longer check
6954 whether location is null.
6955
6956 2019-07-09 Pedro Alves <palves@redhat.com>
6957
6958 PR c++/15468
6959 * breakpoint.c (print_one_breakpoint_location): Remove
6960 single-location assert.
6961
6962 2019-07-09 Tom Tromey <tom@tromey.com>
6963
6964 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6965 * configure: Rebuild.
6966 * configure.ac: Change common to gdbsupport.
6967 * gdbsupport: Rename from common.
6968 * acinclude.m4: Change common to gdbsupport.
6969 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6970 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6971 gdbsupport.
6972 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6973 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6974 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6975 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6976 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
6977 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
6978 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
6979 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
6980 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
6981 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
6982 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
6983 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
6984 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
6985 coff-pe-read.c, command.h, compile/compile-c-support.c,
6986 compile/compile-c.h, compile/compile-cplus-symbols.c,
6987 compile/compile-cplus-types.c, compile/compile-cplus.h,
6988 compile/compile-loc2c.c, compile/compile.c, completer.c,
6989 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
6990 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
6991 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
6992 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
6993 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
6994 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
6995 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
6996 features/aarch64-core.c, features/aarch64-fpu.c,
6997 features/aarch64-pauth.c, features/aarch64-sve.c,
6998 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
6999 features/i386/32bit-core.c, features/i386/32bit-linux.c,
7000 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
7001 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
7002 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
7003 features/i386/64bit-core.c, features/i386/64bit-linux.c,
7004 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
7005 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
7006 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
7007 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
7008 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
7009 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
7010 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
7011 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
7012 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
7013 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
7014 go32-nat.c, guile/guile.c, guile/scm-ports.c,
7015 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
7016 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
7017 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
7018 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
7019 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
7020 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
7021 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
7022 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
7023 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
7024 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
7025 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
7026 minsyms.c, mips-linux-tdep.c, namespace.h,
7027 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
7028 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
7029 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
7030 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
7031 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
7032 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
7033 nat/linux-waitpid.c, nat/mips-linux-watch.c,
7034 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
7035 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
7036 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
7037 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
7038 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
7039 procfs.c, producer.c, progspace.h, psymtab.h,
7040 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
7041 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
7042 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
7043 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
7044 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
7045 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
7046 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
7047 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
7048 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
7049 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
7050 target-memory.c, target.c, target.h, target/waitstatus.c,
7051 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
7052 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
7053 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
7054 unittests/array-view-selftests.c,
7055 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
7056 unittests/common-utils-selftests.c,
7057 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
7058 unittests/format_pieces-selftests.c,
7059 unittests/function-view-selftests.c,
7060 unittests/lookup_name_info-selftests.c,
7061 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
7062 unittests/mkdir-recursive-selftests.c,
7063 unittests/observable-selftests.c,
7064 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
7065 unittests/parse-connection-spec-selftests.c,
7066 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
7067 unittests/scoped_fd-selftests.c,
7068 unittests/scoped_mmap-selftests.c,
7069 unittests/scoped_restore-selftests.c,
7070 unittests/string_view-selftests.c, unittests/style-selftests.c,
7071 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
7072 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
7073 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
7074 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
7075 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
7076 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
7077
7078 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7079
7080 * linespec.c (decode_digits_list_mode): Set explicit_line to a
7081 bool value.
7082 (decode_digits_ordinary): Set explicit_line field in sal.
7083 * symtab.c (skip_prologue_sal): Don't skip prologue for a
7084 symtab_and_line that was set on an explicit line number in
7085 assembler code. Do always update the recorded symtab and line if
7086 we do skip the prologue.
7087
7088 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7089
7090 * breakpoint.c (set_breakpoint_location_function): Remove
7091 explicit_loc parameter.
7092 (momentary_breakpoint_from_master): Update call to
7093 set_breakpoint_location_function.
7094 (add_location_to_breakpoint): Likewise.
7095
7096 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7097
7098 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7099 required features based on default bfd type when no specific bfd
7100 is present.
7101
7102 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7103
7104 * NEWS: Mention that GDB printf and eval commands can now print
7105 C-style and Ada-style convenience var strings without
7106 calling the inferior.
7107 * printcmd.c (printf_c_string): Locally print GDB internal var
7108 instead of transiting via the inferior.
7109 (printf_wide_c_string): Likewise.
7110
7111 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7112
7113 PR breakpoints/25011
7114 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7115
7116 2019-07-04 Tom Tromey <tom@tromey.com>
7117
7118 PR tui/24724:
7119 * tui/tui-winsource.c (tui_clear_source_content): Update.
7120 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7121 (tui_update_breakpoint_info): Update.
7122 (tui_set_exec_info_content): Update.
7123 * tui/tui-source.c (tui_set_source_content_nil): Update.
7124 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7125 has_break.
7126 * tui/tui-data.h (enum tui_bp_flag): New.
7127 (tui_bp_flags): New enum flags type.
7128 (struct tui_source_element) <break_mode>: Change type. Rename
7129 from has_break.
7130 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7131 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7132 constants.
7133 * tui/tui-winsource.h: Fix comment.
7134
7135 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7136
7137 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7138 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7139 (store_fpregs_to_thread)
7140 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7141 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7142 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7143 (IWMMXT_REGS_SIZE): Add define.
7144 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7145 (fetch_vfp_regs, store_vfp_regs)
7146 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7147 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7148
7149 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7150
7151 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7152 defines.
7153 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7154 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7155 (ARM_INT_REGISTER_SIZE): ...to this.
7156 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7157 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7158 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7159 (arm_linux_collect_gregset, supply_nwfpe_register)
7160 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7161 defines.
7162 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7163 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7164 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7165 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7166 (arm_return_in_memory, arm_store_return_value)
7167 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7168 (arm_record_ld_st_multiple): Likewise.
7169 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7170 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7171
7172 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7173
7174 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7175 AARCH64_DISPLACED_MODIFIED_INSNS.
7176 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7177 (aarch64_displaced_step_copy_insn): Likewise.
7178 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7179 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7180 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7181 ARM_DISPLACED_MODIFIED_INSNS.
7182 * arm-tdep.c (arm_gdbarch_init): Likewise.
7183 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7184 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7185 (struct arm_displaced_step_closure): Use
7186 ARM_DISPLACED_MODIFIED_INSNS.
7187
7188 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7189
7190 * features/Makefile: Remove unused xml files.
7191 * features/aarch64.xml: Remove.
7192 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7193 * features/i386/amd64-avx-avx512.xml: Remove.
7194 * features/i386/amd64-avx-linux.xml: Remove.
7195 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7196 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7197 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7198 * features/i386/amd64-avx-mpx.xml: Remove.
7199 * features/i386/amd64-avx.xml: Remove.
7200 * features/i386/amd64-linux.xml: Remove.
7201 * features/i386/amd64-mpx-linux.xml: Remove.
7202 * features/i386/amd64-mpx.xml: Remove.
7203 * features/i386/amd64.xml: Remove.
7204 * features/i386/i386-avx-avx512-linux.xml: Remove.
7205 * features/i386/i386-avx-avx512.xml: Remove.
7206 * features/i386/i386-avx-linux.xml: Remove.
7207 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7208 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7209 * features/i386/i386-avx-mpx-linux.xml: Remove.
7210 * features/i386/i386-avx-mpx.xml: Remove.
7211 * features/i386/i386-avx.xml: Remove.
7212 * features/i386/i386-linux.xml: Remove.
7213 * features/i386/i386-mmx-linux.xml: Remove.
7214 * features/i386/i386-mmx.xml: Remove.
7215 * features/i386/i386-mpx-linux.xml: Remove.
7216 * features/i386/i386-mpx.xml: Remove.
7217 * features/i386/i386.xml: Remove.
7218 * features/i386/x32-avx-avx512-linux.xml: Remove.
7219 * features/i386/x32-avx-linux.xml: Remove.
7220 * features/i386/x32-linux.xml: Remove.
7221
7222 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7223
7224 * regformats/aarch64.dat: Remove.
7225 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7226 * regformats/i386/amd64-avx-linux.dat: Remove.
7227 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7228 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7229 * regformats/i386/amd64-linux.dat: Remove.
7230 * regformats/i386/amd64-mpx-linux.dat: Remove.
7231 * regformats/i386/amd64.dat: Remove.
7232 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7233 * regformats/i386/i386-avx-linux.dat: Remove.
7234 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7235 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7236 * regformats/i386/i386-linux.dat: Remove.
7237 * regformats/i386/i386-mmx-linux.dat: Remove.
7238 * regformats/i386/i386-mpx-linux.dat: Remove.
7239 * regformats/i386/i386.dat: Remove.
7240 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7241 * regformats/i386/x32-avx-linux.dat: Remove.
7242 * regformats/i386/x32-linux.dat: Remove.
7243
7244 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7245
7246 * aarch64-tdep.c: Remove xml self tests.
7247 * amd64-linux-tdep.c: Likewise.
7248 * amd64-tdep.c: Likewise.
7249 * i386-linux-tdep.c: Likewise.
7250 * i386-tdep.c: Likewise.
7251
7252 2019-07-03 Pedro Alves <palves@redhat.com>
7253
7254 PR cli/24732
7255 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7256 (pipe_cmd_option_defs): New.
7257 (make_pipe_cmd_options_def_group): New.
7258 (pipe_command): Use gdb::option::process_options.
7259 (pipe_command_completer): New function.
7260 (_initialize_cli_cmds): Install completer for "pipe" command.
7261
7262 2019-07-03 Pedro Alves <palves@redhat.com>
7263
7264 * cli/cli-option.c (union option_value) <string>: New field.
7265 (struct option_def_and_value): Add ctor, move ctor, dtor and
7266 use DISABLE_COPY_AND_ASSIGN.
7267 (option_def_and_value::clear_value): New.
7268 (parse_option, save_option_value_in_ctx, get_val_type_str)
7269 (add_setshow_cmds_for_options): Handle var_string.
7270 * cli-option.h (union option_def::var_address) <string>: New
7271 field.
7272 (struct string_option_def): New.
7273 * maint-test-options.c (struct test_options_opts): Add default
7274 ctor and use DISABLE_COPY_AND_ASSIGN.
7275 <string_opt>: New field.
7276 (test_options_opts::~test_options_opts): New.
7277 (test_options_opts::dump): Also dump "-string".
7278 (test_options_option_defs): Install "string.
7279
7280 2019-07-03 Pedro Alves <palves@redhat.com>
7281
7282 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7283 option_value with a null enumeration.
7284 (complete_options): Save the option values in the context.
7285 (save_option_value_in_ctx): New, factored out from ...
7286 (process_options): ... here.
7287 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7288 of the function.
7289 * maint-test-options.c (test_options_opts::dump): New, factored
7290 out from ...
7291 (maintenance_test_options_command_mode): ... here.
7292 (maintenance_test_options_command_completion_result): Delete.
7293 (maintenance_test_options_command_completion_text): Update
7294 comment.
7295 (maintenance_show_test_options_completion_result): Change
7296 prototype. Just print
7297 maintenance_test_options_command_completion_text.
7298 (save_completion_result): New.
7299 (maintenance_test_options_completer_mode): Pass options context to
7300 complete_options, and then save a dump.
7301 (_initialize_maint_test_options): Use add_cmd to install "maint
7302 show test-options-completion-result".
7303
7304 2019-07-03 Pedro Alves <palves@redhat.com>
7305
7306 * NEWS (New commands): Mention "with" and "maint with".
7307 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7308 (with_command, with_command_completer): New.
7309 (pipe_command): Adjust to new repeat_previous
7310 interface.
7311 (_initialize_cli_cmds): Install the "with" command and its "w"
7312 alias.
7313 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7314 declarations.
7315 * cli/cli-setshow.c (parse_cli_var_uinteger)
7316 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7317 argument strings for all var_types.
7318 (get_setshow_command_value_string): New, factored out from ...
7319 (do_show_command): ... this.
7320 * cli/cli-setshow.h: Include <string>.
7321 (get_setshow_command_value_string): Declare.
7322 * command.h (repeat_previous): Now returns const char *. Adjust
7323 comment.
7324 * maint.c: Include "cli/cli-cmds.h".
7325 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7326 (_initialize_maint_cmds): Register the "maintenance with" command.
7327 * top.c (repeat_previous): Move bits from pipe_command here:
7328 Return the saved command line, if any; error out if there's no
7329 command to relaunch.
7330
7331 2019-07-03 Pedro Alves <palves@redhat.com>
7332
7333 * NEWS (New commands): Mention "maint set/show test-settings"
7334 instead of "maint test-settings".
7335 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7336 (maintenance_test_settings_set_list): Rename to ...
7337 (maintenance_set_test_settings_list): ... this.
7338 (maintenance_test_settings_show_list): Rename to ...
7339 (maintenance_show_test_settings_list): ... this.
7340 (maintenance_test_settings_cmd): Delete.
7341 (maintenance_test_settings_set_cmd): ...
7342 (maintenance_set_test_settings_cmd): ... this.
7343 (maintenance_test_settings_show_cmd): ...
7344 (maintenance_show_test_settings_cmd): ... this.
7345 (maintenance_test_settings_show_value_cmd):
7346 (maintenance_show_test_settings_value_cmd): ... this.
7347 (_initialize_maint_test_settings): No longer install the "maint
7348 test-settings" prefix command. Rename "maint test-settings set"
7349 to "maint set test-settings", and "maint test-settings show" to
7350 "maint show test-settings". Adjust all subcommands.
7351
7352 2019-07-03 Pedro Alves <palves@redhat.com>
7353
7354 * maint-test-settings.c: Fix file's intro comment. Replace all
7355 references to "test-options" with references to "test-settings",
7356 in comments.
7357
7358 2019-07-03 Pedro Alves <palves@redhat.com>
7359
7360 * maint-test-settings.c (maintenance_test_settings_xxx)
7361 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7362 New.
7363 (maintenance_test_settings_enums): Use them.
7364 (maintenance_test_settings_enum): Default to
7365 maintenance_test_settings_xxx.
7366 (_initialize_maint_test_settings): Initialize
7367 MAINTENANCE_TEST_SETTINGS_FILENAME.
7368
7369 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7370
7371 * breakpoint.h (remove_breakpoints_inf): Change return type to
7372 void, move function documentation here.
7373 * breakpoint.c (remove_breakpoints_inf): Change return type to
7374 void, move function documentation to header.
7375
7376 2019-07-02 Pedro Alves <palves@redhat.com>
7377
7378 * NEWS (Completion improvements): Mention "info threads".
7379 * thread.c (struct info_threads_opts, info_threads_option_defs)
7380 (make_info_threads_options_def_group): New.
7381 (info_threads_command): Use gdb::option::process_options.
7382 (info_threads_command_completer): New.
7383 (_initialize_thread): Use gdb::option::build_help to build the
7384 help text for "info threads".
7385
7386 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7387
7388 * defs.h (generic_load): Move from here...
7389 * symfile.h (generic_load): ... to here. Rename name parameter
7390 to args.
7391 * symfile.c (generic_load): Add comment.
7392
7393 2019-07-01 Tom Tromey <tromey@adacore.com>
7394
7395 * dwarf2read.c
7396 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7397 declaration of without_params. Fix formatting.
7398
7399 2019-07-01 Tom Tromey <tromey@adacore.com>
7400
7401 * ada-exp.y (find_primitive_type): Update.
7402 * ada-lang.h (ada_lookup_symbol): Update.
7403 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7404 parameter.
7405 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7406
7407 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7408
7409 PR breakpoints/24541
7410 * gdbarch.c: Regenerate.
7411 * gdbarch.h: Regenerate.
7412 * gdbarch.sh: Add 'stap_adjust_register'.
7413 * i386-tdep.c: Include '<unordered_set>'.
7414 (i386_stap_adjust_register): New function.
7415 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7416 * stap-probe.c (stap_parse_register_operand): Call
7417 'gdbarch_stap_adjust_register'.
7418
7419 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7420
7421 PR python/24742
7422 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7423 * python/python.c (do_start_initialization): Use 'xmalloc'
7424 instead of 'PyMem_Malloc'.
7425
7426 2019-06-28 Tom Tromey <tromey@adacore.com>
7427
7428 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7429 for Ada.
7430
7431 2019-06-27 Tom Tromey <tromey@adacore.com>
7432
7433 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7434 objfile_key.
7435 (arm_find_mapping_symbol, arm_record_special_symbol)
7436 (_initialize_arm_tdep): Update.
7437 (arm_objfile_data_free): Remove.
7438
7439 2019-06-27 Tom Tromey <tromey@adacore.com>
7440
7441 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7442 to cp_print_static_field.
7443
7444 2019-06-26 Tom Tromey <tromey@adacore.com>
7445
7446 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7447 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7448 declare.
7449
7450 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7451
7452 * features/aarch64-core.c (create_feature_aarch64_core):
7453 Regenerate.
7454 * features/aarch64-core.xml: Add cpsr flags.
7455
7456 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7457
7458 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7459 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7460
7461 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7462
7463 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7464 field.
7465 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7466 use.
7467 (arm_record_special_symbol): Don't insert new symbol in sorted
7468 position, push it at the end.
7469
7470 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7471
7472 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7473 (arm_mapping_symbol_s): Remove.
7474 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7475 (arm_mapping_symbol_vec): New typedef.
7476 (struct arm_per_objfile): Add constructor.
7477 <section_maps>: Change type to
7478 std::unique_ptr<arm_mapping_symbol_vec[]>.
7479 (arm_compare_mapping_symbols): Remove.
7480 (arm_find_mapping_symbol): Adjust to section_maps type change.
7481 (arm_objfile_data_free): Call delete on arm_per_objfile.
7482 (arm_record_special_symbol): Adjust to section_maps type change.
7483 Allocate arm_per_objfile with new.
7484
7485 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7486
7487 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7488 with the command prefix.
7489
7490 2019-06-25 Tom Tromey <tom@tromey.com>
7491
7492 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7493 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7494
7495 2019-06-25 Tom Tromey <tom@tromey.com>
7496
7497 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7498 type.
7499 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7500 protected.
7501
7502 2019-06-25 Tom Tromey <tom@tromey.com>
7503
7504 * tui/tui-winsource.c
7505 (tui_source_window_base::set_is_exec_point_at): Add check against
7506 LOA_ADDRESS.
7507
7508 2019-06-25 Tom Tromey <tom@tromey.com>
7509
7510 * tui/tui-source.c (tui_set_source_content): Don't check before
7511 xfree.
7512 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7513
7514 2019-06-25 Tom Tromey <tom@tromey.com>
7515
7516 * tui/tui-winsource.h (tui_update_source_window_as_is)
7517 (tui_alloc_source_buffer, tui_line_is_displayed)
7518 (tui_addr_is_displayed): Change type of win_info.
7519 * tui/tui-winsource.c (tui_update_source_window_as_is)
7520 (tui_clear_source_content, tui_show_source_line)
7521 (tui_show_source_content, tui_source_window_base::refill)
7522 (tui_source_window_base::set_is_exec_point_at)
7523 (tui_source_window_base::set_is_exec_point_at)
7524 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7525 (tui_alloc_source_buffer, tui_line_is_displayed)
7526 (tui_addr_is_displayed): Change type of win_info. Update.
7527 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7528 (tui_source_window_base::do_make_visible_with_new_height):
7529 Update.
7530 * tui/tui-source.c (tui_set_source_content)
7531 (tui_set_source_content_nil)
7532 (tui_source_window::do_scroll_vertical): Update.
7533 * tui/tui-layout.c (show_layout): Update.
7534 * tui/tui-disasm.c (tui_set_disassem_content)
7535 (tui_disasm_window::do_scroll_vertical): Update.
7536 * tui/tui-data.h (tui_win_content): Remove.
7537 (struct tui_gen_win_info) <content, content_size>: Remove.
7538 (struct tui_source_element): Add initializers and destructor.
7539 (union tui_which_element, struct tui_win_element): Remove.
7540 (struct tui_source_window_base) <content>: New field.
7541 (struct tui_data_window): Remove destructor.
7542 (tui_alloc_content, tui_free_win_content)
7543 (tui_free_all_source_wins_content): Don't declare.
7544 * tui/tui-data.c (tui_initialize_static_data): Update.
7545 (init_content_element, tui_alloc_content): Remove.
7546 (~tui_gen_win_info): Update.
7547 (~tui_data_window, tui_free_all_source_wins_content)
7548 (tui_free_win_content, free_content, free_content_elements):
7549 Remove.
7550
7551 2019-06-25 Tom Tromey <tom@tromey.com>
7552
7553 * tui/tui-winsource.h (tui_clear_source_content)
7554 (tui_erase_source_content, tui_show_source_content): Change type
7555 of win_info.
7556 * tui/tui-winsource.c (tui_clear_source_content)
7557 (tui_erase_source_content, tui_show_source_content): Change type
7558 of win_info.
7559 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7560 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7561 win_info.
7562 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7563 win_info.
7564 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7565
7566 2019-06-25 Tom Tromey <tom@tromey.com>
7567
7568 * tui/tui-winsource.c (tui_clear_source_content)
7569 (tui_source_window_base::set_is_exec_point_at): Update.
7570 * tui/tui-source.c (tui_set_source_content_nil): Update.
7571 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7572 a bool.
7573 * tui/tui-data.c (init_content_element): Update.
7574
7575 2019-06-25 Tom Tromey <tom@tromey.com>
7576
7577 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7578 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7579 * tui/tui-layout.c (init_and_make_win): Update.
7580 * tui/tui.h (enum tui_win_type): Update.
7581 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7582 tui_win_is_auxillary.
7583 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7584 tui_win_is_auxillary.
7585
7586 2019-06-25 Tom Tromey <tom@tromey.com>
7587
7588 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7589 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7590 (tui_delete_data_content_windows, tui_display_all_data)
7591 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7592 Update.
7593 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7594 * tui/tui-regs.c (tui_last_regs_line_no)
7595 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7596 (tui_show_registers): Update.
7597 (tui_show_register_group): Return void. Update.
7598 (tui_display_registers_from, tui_display_reg_element_at_line)
7599 (tui_display_registers_from_line, tui_check_register_values):
7600 Update.
7601 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7602 member.
7603 (struct tui_data_window) <regs_content>: Now a std::vector.
7604 <regs_content_count>: Remove.
7605 (tui_add_content_elements, tui_free_data_content): Don't declare.
7606 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7607 (init_content_element): Remove DATA_WIN case. Add assert.
7608 (tui_add_content_elements): Remove.
7609 (tui_data_window): Update.
7610 (tui_free_data_content): Remove.
7611 (free_content_elements): Remove DATA_WIN case.
7612
7613 2019-06-25 Tom Tromey <tom@tromey.com>
7614
7615 * tui/tui-data.c (tui_data_item_window): Update.
7616 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7617 * tui/tui-windata.c (tui_display_all_data)
7618 (tui_display_data_from_line): Update.
7619 (tui_check_data_values): Remove.
7620 * tui/tui-regs.c (tui_show_register_group)
7621 (tui_display_reg_element_at_line): Update.
7622 * tui/tui-hooks.c (tui_register_changed)
7623 (tui_refresh_frame_and_register_information): Call
7624 tui_check_register_values.
7625 * tui/tui-data.h (struct tui_data_window) <data_content,
7626 data_content_count, data_type>: Remove.
7627 (enum tui_data_type): Remove.
7628
7629 * tui/tui-data.c (tui_data_window::clear_detail)
7630 (~tui_data_window): Update.
7631
7632 2019-06-25 Tom Tromey <tom@tromey.com>
7633
7634 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7635 declare.
7636 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7637 Rename from tui_first_data_item_displayed. Update.
7638 (tui_data_window::refresh_all)
7639 (tui_data_window::do_scroll_vertical): Update.
7640 * tui/tui-data.h (struct tui_data_window)
7641 <first_data_item_displayed>: Declare new method.
7642
7643 2019-06-25 Tom Tromey <tom@tromey.com>
7644
7645 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7646 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7647 contents...
7648 (tui_initialize_static_data): ...here.
7649
7650 2019-06-25 Tom Tromey <tom@tromey.com>
7651
7652 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7653 (tui_display_registers_from, tui_check_register_values): Update.
7654 (tui_display_register): Remove win_info parameter; update.
7655 (tui_get_register): Change type of parameters.
7656 * tui/tui-data.h (struct tui_data_element): Remove.
7657 (union tui_which_element) <data>: Remove.
7658 <data_window>: Change type.
7659 (struct tui_data_item_window): New.
7660 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7661 case. Add assert.
7662 (~tui_data_item_window): New destructor.
7663 (free_content_elements): Remove DATA_ITEM_WIN case.
7664
7665 2019-06-25 Tom Tromey <tom@tromey.com>
7666
7667 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7668 Remove.
7669
7670 2019-06-25 Tom Tromey <tom@tromey.com>
7671
7672 * tui/tui-data.h (struct tui_command_element): Remove.
7673 (union tui_which_element) <command>: Remove.
7674 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7675 assert.
7676 (free_content_elements): Remove CMD_WIN case.
7677
7678 2019-06-25 Tom Tromey <tom@tromey.com>
7679
7680 * tui/tui-layout.c (tui_set_layout): Update.
7681 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7682 * tui/tui-data.c (layout_def): Update.
7683
7684 2019-06-25 Tom Tromey <tom@tromey.com>
7685
7686 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7687 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7688 (tui_source_window_base::set_new_height): Update.
7689 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7690 Update.
7691 (tui_set_locator_fullname, tui_set_locator_info)
7692 (tui_show_frame_info): Update.
7693 * tui/tui-source.c (tui_set_source_content)
7694 (tui_source_is_displayed): Update.
7695 * tui/tui-layout.c (show_source_disasm_command, show_data)
7696 (show_source_or_disasm_and_command): Update.
7697 * tui/tui-disasm.c (tui_set_disassem_content)
7698 (tui_get_begin_asm_address): Update.
7699 * tui/tui-data.h (struct tui_locator_element): Remove.
7700 (union tui_which_element) <locator>: Remove.
7701 (struct tui_locator_window): New.
7702 (tui_locator_win_info_ptr): Change return type.
7703 * tui/tui-data.c (_locator): Change type.
7704 (tui_locator_win_info_ptr): Change return type.
7705 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7706 (tui_alloc_content): Add assert.
7707
7708 2019-06-25 Tom Tromey <tom@tromey.com>
7709
7710 * tui/tui-winsource.c
7711 (tui_exec_info_window::maybe_allocate_content): New method.
7712 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7713 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7714 (make_source_or_disasm_window): Add cast.
7715 * tui/tui-data.h (union tui_which_element) <simple_string>:
7716 Remove.
7717 (struct tui_source_info): New.
7718 (struct tui_source_window_base) <execution_info>: Change type.
7719 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7720 case, and add assert.
7721 (tui_alloc_content): Add assert.
7722
7723 2019-06-25 Tom Tromey <tom@tromey.com>
7724
7725 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7726 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7727 * tui/tui-data.c (tui_alloc_win_info): Remove.
7728
7729 2019-06-25 Tom Tromey <tom@tromey.com>
7730
7731 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7732 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7733 can_highlight.
7734
7735 2019-06-25 Tom Tromey <tom@tromey.com>
7736
7737 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7738 make_visible_with_new_height method.
7739 (tui_win_info::make_visible_with_new_height): New method.
7740 (tui_source_window_base::do_make_visible_with_new_height)
7741 (tui_data_window::do_make_visible_with_new_height)
7742 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7743 (make_visible_with_new_height): Remove.
7744 (tui_resize_all, tui_adjust_win_heights): Use
7745 make_visible_with_new_height method.
7746 * tui/tui-data.h (struct tui_win_info)
7747 <do_make_visible_with_new_height, make_visible_with_new_height>:
7748 New methods.
7749 (struct tui_source_window_base, struct tui_data_window)
7750 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7751 methods.
7752
7753 2019-06-25 Tom Tromey <tom@tromey.com>
7754
7755 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7756 method.
7757 (update_tab_width): Call update_tab_width method.
7758 * tui/tui-data.h (struct tui_win_info)
7759 (struct tui_source_window_base) <update_tab_width>: New methods.
7760
7761 2019-06-25 Tom Tromey <tom@tromey.com>
7762
7763 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7764 parameter.
7765 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7766 parameter.
7767 (tui_gen_win_info::make_visible): Update.
7768 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7769 parameter.
7770 * tui/tui-data.h (enum tui_box): New enum.
7771 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7772
7773 2019-06-25 Tom Tromey <tom@tromey.com>
7774
7775 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7776 init_and_make_win for EXEC_INFO_WIN.
7777 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7778 longer inline.
7779 (struct tui_win_info) <~tui_win_info>: Inline.
7780 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7781 Don't declare.
7782 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7783 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7784 Remove.
7785 (tui_initialize_static_data): Update.
7786 (~tui_gen_win_info): Handle more cleanup here.
7787 (~tui_source_window_base): Delete "execution_info".
7788 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7789
7790 2019-06-25 Tom Tromey <tom@tromey.com>
7791
7792 * tui/tui-layout.c (make_command_window): Don't set
7793 can_highlight.
7794 (show_source_disasm_command): Call the reset method.
7795 (show_data): Don't set can_highlight. Call the reset method.
7796 (tui_gen_win_info::reset): Rename from init_gen_win_info
7797 (init_and_make_win): Simplify. Return tui_gen_win_info.
7798 (show_source_or_disasm_and_command): Call the reset method.
7799 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7800 (struct tui_cmd_window): Set can_highlight.
7801
7802 2019-06-25 Tom Tromey <tom@tromey.com>
7803
7804 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7805 from make_visible.
7806 (tui_make_visible, tui_make_invisible): Rewrite.
7807 (tui_win_info::make_visible): Remove.
7808 (tui_source_window_base::make_visible): Update.
7809 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7810 method. Moved from...
7811 (struct tui_win_info) <make_visible>: ...here.
7812
7813 2019-06-25 Tom Tromey <tom@tromey.com>
7814
7815 * tui/tui-winsource.c
7816 (tui_source_window_base::do_scroll_horizontal): Remove direction
7817 parameter.
7818 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7819 direction parameter.
7820 * tui/tui-win.c (tui_win_info::forward_scroll)
7821 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7822 (tui_win_info::right_scroll): Update.
7823 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7824 direction parameter.
7825 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7826 direction parameter.
7827 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7828 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7829 Remove direction parameter.
7830 (struct tui_source_window_base, struct tui_source_window)
7831 (struct tui_disasm_window, struct tui_data_window)
7832 (struct tui_cmd_window): Update.
7833
7834 2019-06-25 Tom Tromey <tom@tromey.com>
7835
7836 * tui/tui-winsource.h (tui_set_exec_info_content)
7837 (tui_show_exec_info_content, tui_erase_exec_info_content)
7838 (tui_clear_exec_info_content, tui_update_exec_info): Change
7839 argument to tui_source_window_base.
7840 * tui/tui-winsource.c (tui_set_exec_info_content)
7841 (tui_show_exec_info_content, tui_erase_exec_info_content)
7842 (tui_clear_exec_info_content, tui_update_exec_info): Change
7843 argument to tui_source_window_base.
7844
7845 2019-06-25 Tom Tromey <tom@tromey.com>
7846
7847 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7848 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7849
7850 2019-06-25 Tom Tromey <tom@tromey.com>
7851
7852 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7853 check.
7854
7855 2019-06-25 Tom Tromey <tom@tromey.com>
7856
7857 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7858 type to void.
7859 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7860 type to void.
7861 * tui/tui-source.c (tui_set_source_content): Update.
7862 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7863
7864 2019-06-25 Tom Tromey <tom@tromey.com>
7865
7866 * tui/tui-win.c (window_name_completer, tui_set_focus)
7867 (tui_all_windows_info): Use name method.
7868 * tui/tui-data.h (struct tui_gen_win_info)
7869 (struct tui_source_window, struct tui_disasm_window)
7870 (struct tui_data_window, struct tui_cmd_window) <name>: New
7871 method.
7872 (tui_win_name): Don't declare.
7873 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7874 (tui_win_name): Remove.
7875
7876 2019-06-25 Tom Tromey <tom@tromey.com>
7877
7878 * tui/tui-winsource.h (tui_update_source_window)
7879 (tui_update_source_window_as_is): Change parameter type.
7880 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7881 to be a tui_source_window_base.
7882 (tui_update_source_window_as_is): Likewise.
7883 * tui/tui-win.c (make_visible_with_new_height): Update.
7884
7885 2019-06-25 Tom Tromey <tom@tromey.com>
7886
7887 * tui/tui-winsource.c (tui_erase_source_content)
7888 (tui_show_source_content, tui_show_exec_info_content)
7889 (tui_erase_exec_info_content): Use refresh_window method.
7890 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7891 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7892 from tui_refresh_win.
7893 (tui_data_window::refresh_window): New method.
7894 (tui_win_info::refresh, tui_source_window_base::refresh)
7895 (tui_refresh_all): Use refresh_window method.
7896 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7897 method.
7898 * tui/tui-regs.c (tui_display_register): Call refresh_window
7899 method.
7900 * tui/tui-layout.c (show_source_disasm_command)
7901 (show_source_or_disasm_and_command): Call refresh_window method.
7902 * tui/tui-data.h (struct tui_gen_win_info)
7903 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7904 New method.
7905
7906 2019-06-25 Tom Tromey <tom@tromey.com>
7907
7908 * tui/tui.c (tui_rl_other_window, tui_enable)
7909 (tui_is_window_visible, tui_get_command_dimension): Update.
7910 * tui/tui-winsource.c (tui_update_source_window_as_is)
7911 (tui_clear_source_content, tui_erase_source_content)
7912 (tui_show_source_line, tui_source_window_base::refill)
7913 (tui_source_window_base::do_scroll_horizontal)
7914 (tui_source_window_base::set_is_exec_point_at)
7915 (tui_update_breakpoint_info, tui_set_exec_info_content)
7916 (tui_alloc_source_buffer, tui_line_is_displayed)
7917 (tui_addr_is_displayed): Update.
7918 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7919 (tui_check_and_display_highlight_if_needed)
7920 (tui_win_info::make_visible, tui_win_info::refresh)
7921 (tui_refresh_all): Update.
7922 * tui/tui-windata.c (tui_first_data_item_displayed)
7923 (tui_delete_data_content_windows, tui_erase_data_content)
7924 (tui_display_all_data, tui_data_window::refresh_all)
7925 (tui_check_data_values): Update.
7926 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7927 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7928 (tui_win_info::backward_scroll, tui_refresh_all_win)
7929 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7930 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7931 (tui_source_window_base::set_new_height)
7932 (tui_data_window::set_new_height)
7933 (make_invisible_and_set_new_height)
7934 (make_visible_with_new_height, new_height_ok)
7935 (parse_scrolling_args): Update.
7936 * tui/tui-stack.c (tui_show_frame_info): Update.
7937 * tui/tui-source.c (tui_set_source_content)
7938 (tui_set_source_content_nil, tui_source_is_displayed)
7939 (tui_source_window::do_scroll_vertical): Update.
7940 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7941 (tui_display_registers_from, tui_display_reg_element_at_line)
7942 (tui_check_register_values, tui_reg_command): Update.
7943 * tui/tui-layout.c (tui_default_win_height)
7944 (show_source_disasm_command, show_data, init_and_make_win)
7945 (show_source_or_disasm_and_command): Update.
7946 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7947 (tui_redisplay_readline, tui_mld_flush)
7948 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7949 (tui_getc): Update.
7950 * tui/tui-disasm.c (tui_set_disassem_content)
7951 (tui_disasm_window::do_scroll_vertical): Update.
7952 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7953 Now virtual.
7954 (struct tui_win_info): Derive from tui_gen_win_info.
7955 <~tui_win_info>: Mark as override.
7956 <generic>: Remove member.
7957 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7958 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7959 (~tui_data_window, ~tui_win_info)
7960 (tui_free_all_source_wins_content): Update.
7961 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7962
7963 2019-06-25 Tom Tromey <tom@tromey.com>
7964
7965 * tui/tui-layout.c (init_and_make_win): Use new.
7966 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7967 destructor, initializers.
7968 (tui_alloc_generic_win_info): Don't declare.
7969 * tui/tui-data.c (_locator): Add argument to constructor.
7970 (source_win, disasm_win): New globals.
7971 (exec_info): Remove.
7972 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7973 Update.
7974 (tui_alloc_generic_win_info): Remove.
7975 (init_content_element): Use new.
7976 (tui_win_info::tui_win_info): Update.
7977 (free_content_elements) <case DATA_WIN>: Use delete.
7978
7979 2019-06-25 Tom Tromey <tom@tromey.com>
7980
7981 * tui/tui-wingeneral.c (tui_refresh_win): Update.
7982 * tui/tui-windata.c (tui_first_data_item_displayed)
7983 (tui_delete_data_content_windows): Update.
7984 * tui/tui-win.c (tui_data_window::set_new_height): Update.
7985 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7986 (tui_display_registers_from, tui_check_register_values): Update.
7987 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
7988 pointer.
7989 * tui/tui-data.c (init_content_element): Update. Allocate the new
7990 window.
7991 (tui_free_data_content): Update.
7992 (free_content_elements) <case DATA_WIN>: Free the window.
7993
7994 2019-06-25 Tom Tromey <tom@tromey.com>
7995
7996 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
7997 Update.
7998 * tui/tui-layout.c (make_command_window)
7999 (show_source_disasm_command, show_data, init_and_make_win)
8000 (show_source_or_disasm_and_command): Update.
8001 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
8002 method.
8003 <can_highight, is_highlighted>: Now bool.
8004 (tui_set_win_highlight): Don't declare.
8005 * tui/tui-data.c (tui_set_win_highlight): Remove.
8006
8007 2019-06-25 Tom Tromey <tom@tromey.com>
8008
8009 * tui/tui-wingeneral.c (make_visible): Remove check of window
8010 type.
8011
8012 2019-06-25 Tom Tromey <tom@tromey.com>
8013
8014 * tui/tui-win.c (tui_win_info::max_height)
8015 (tui_cmd_window::max_height): New methods.
8016 (new_height_ok): Call max_height.
8017 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
8018 <max_height>: New method.
8019
8020 2019-06-25 Tom Tromey <tom@tromey.com>
8021
8022 * tui/tui-win.c (tui_source_window_base::set_new_height)
8023 (tui_data_window::set_new_height): New methods.
8024 (make_invisible_and_set_new_height): Call set_new_height method.
8025 * tui/tui-data.h (struct tui_win_info)
8026 (struct tui_source_window_base, struct tui_data_window)
8027 <set_new_height>: New method.
8028
8029 2019-06-25 Tom Tromey <tom@tromey.com>
8030
8031 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
8032 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
8033 tui_refresh_data_win.
8034 * tui/tui-win.c (tui_source_window_base::refresh_all): New
8035 method.
8036 (tui_refresh_all_win): Call the refresh_all method.
8037 (tui_set_focus): Likewise.
8038 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
8039 (struct tui_source_window_base, struct tui_data_window) <refresh>:
8040 Likewise.
8041
8042 2019-06-25 Tom Tromey <tom@tromey.com>
8043
8044 * tui/tui-winsource.h (tui_refill_source_window)
8045 (tui_set_is_exec_point_at): Don't declare.
8046 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
8047 (tui_source_window_base::refill): Rename from
8048 tui_refill_source_window.
8049 (tui_source_window_base::do_scroll_horizontal): Update.
8050 (tui_source_window_base::set_is_exec_point_at): Rename from
8051 tui_set_is_exec_point_at.
8052 (tui_update_all_breakpoint_info): Update.
8053 * tui/tui-stack.c (tui_show_frame_info): Update.
8054 * tui/tui-layout.c (show_data): Add cast.
8055 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
8056 * tui/tui-data.h (struct tui_source_window_base) <refill,
8057 set_is_exec_point_at>: New methods.
8058 (tui_source_windows, tui_add_to_source_windows): Update types.
8059 (tui_add_to_source_windows): Remove redundant declaration.
8060 * tui/tui-data.c (source_windows): Store tui_source_window_base.
8061 (tui_source_windows): Change return type.
8062 (tui_clear_source_windows_detail): Update.
8063 (tui_add_to_source_windows): Change type of parameter.
8064 (tui_free_all_source_wins_content): Update.
8065
8066 2019-06-25 Tom Tromey <tom@tromey.com>
8067
8068 * tui/tui-wingeneral.c (tui_win_info::refresh)
8069 (tui_source_window_base::refresh): New methods.
8070 (tui_refresh_all): Call the refresh method.
8071 * tui/tui-data.h (struct tui_win_info)
8072 (struct tui_source_window_base) <refresh>: New method.
8073
8074 2019-06-25 Tom Tromey <tom@tromey.com>
8075
8076 * tui/tui.h (tui_is_window_visible): Return bool.
8077 * tui/tui.c (tui_is_window_visible): Return bool.
8078 * tui/tui-wingeneral.c (tui_make_window, make_visible)
8079 (tui_make_visible, tui_make_invisible)
8080 (tui_win_info::make_visible)
8081 (tui_source_window_base::make_visible, make_all_visible)
8082 (tui_make_all_visible, tui_make_all_invisible): Update.
8083 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
8084 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
8085 bool.
8086 (struct tui_win_info, struct tui_source_window_base)
8087 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
8088 * tui/tui-data.c (tui_init_generic_part): Update.
8089
8090 2019-06-25 Tom Tromey <tom@tromey.com>
8091
8092 * tui/tui-wingeneral.c (tui_win_info::make_visible)
8093 (tui_source_window_base::make_visible): New methods.
8094 (make_all_visible): Make method call.
8095 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
8096 (struct tui_source_window_base, struct tui_cmd_window): Override
8097 make_visible.
8098 (tui_win_is_source_type): Don't declare.
8099 * tui/tui-data.c (tui_win_is_source_type): Remove.
8100
8101 2019-06-25 Tom Tromey <tom@tromey.com>
8102
8103 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8104 NULL check.
8105
8106 2019-06-25 Tom Tromey <tom@tromey.com>
8107
8108 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8109 Inline constructor. Add initializers for members.
8110 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8111 constructors; now inline in class.
8112
8113 2019-06-25 Tom Tromey <tom@tromey.com>
8114
8115 * tui/tui-regs.c (tui_show_registers): Update.
8116 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8117 bool.
8118 * tui/tui-data.c (tui_data_window::clear_detail)
8119 (tui_data_window): Update.
8120
8121 2019-06-25 Tom Tromey <tom@tromey.com>
8122
8123 * tui/tui-windata.c (tui_display_all_data)
8124 (tui_display_data_from_line, tui_display_data_from)
8125 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8126 Update.
8127 * tui/tui-regs.c (tui_last_regs_line_no)
8128 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8129 (tui_show_registers, tui_show_register_group)
8130 (tui_display_registers_from, tui_display_reg_element_at_line)
8131 (tui_display_registers_from_line, tui_check_register_values)
8132 (tui_reg_next, tui_reg_prev): Update.
8133 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8134 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8135 tui_data_window.
8136 (struct tui_win_info) <detail>: Remove. Add new fields from
8137 tui_data_info.
8138 (TUI_DATA_WIN): Add cast.
8139 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8140 (~tui_data_window): Simplify.
8141
8142 2019-06-25 Tom Tromey <tom@tromey.com>
8143
8144 * tui/tui-layout.c (show_source_disasm_command)
8145 (show_source_or_disasm_and_command): Update.
8146 * tui/tui-io.c (update_cmdwin_start_line)
8147 (tui_redisplay_readline): Update.
8148 * tui/tui-data.h (struct tui_command_info): Remove.
8149 (struct tui_win_info) <detail>: Remove command_info member.
8150 (struct tui_data_window) <start_line>: New member, from
8151 tui_command_info.
8152 (TUI_CMD_WIN): Add casts.
8153
8154 2019-06-25 Tom Tromey <tom@tromey.com>
8155
8156 * tui/tui-winsource.c (tui_update_source_window)
8157 (tui_refill_source_window)
8158 (tui_source_window_base::do_scroll_horizontal)
8159 (tui_update_breakpoint_info, tui_set_exec_info_content)
8160 (tui_show_exec_info_content, tui_erase_exec_info_content)
8161 (tui_clear_exec_info_content): Update.
8162 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8163 Update.
8164 * tui/tui-win.c (make_invisible_and_set_new_height)
8165 (make_visible_with_new_height): Update.
8166 * tui/tui-source.c (tui_set_source_content)
8167 (tui_show_symtab_source): Update.
8168 * tui/tui-layout.c (extract_display_start_addr)
8169 (show_source_disasm_command, show_data)
8170 (make_source_or_disasm_window)
8171 (show_source_or_disasm_and_command): Update.
8172 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8173 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8174 "gdbarch".
8175 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8176 to tui_source_window_base.
8177 (struct tui_win_info) <detail>: Remove source_info member.
8178 (struct tui_source_window_base) <has_locator>: Inline.
8179 Move contents from tui_source_info; rename has_locator member to
8180 m_has_locator.
8181 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8182 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8183 header file.
8184 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8185 Simplify.
8186 (tui_free_all_source_wins_content): Cast to
8187 tui_source_window_base.
8188
8189 2019-06-25 Tom Tromey <tom@tromey.com>
8190
8191 * tui/tui-win.c (make_invisible_and_set_new_height)
8192 (make_visible_with_new_height): Call has_locator method.
8193 * tui/tui-layout.c (show_source_disasm_command, show_data)
8194 (show_source_or_disasm_and_command): Update for bool change.
8195 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8196 (tui_win_info) <has_locator>: New method.
8197 (struct tui_source_window_base) <has_locator>: New method.
8198 (tui_win_has_locator): Don't declare.
8199 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8200 from tui_win_has_locator.
8201 (tui_source_window_base): Use false, not FALSE.
8202
8203 2019-06-25 Tom Tromey <tom@tromey.com>
8204
8205 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8206 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8207 clear_detail method directly.
8208 (tui_clear_win_detail): Remove.
8209
8210 2019-06-25 Tom Tromey <tom@tromey.com>
8211
8212 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8213 "this", not TUI_DISASM_WIN.
8214
8215 2019-06-25 Tom Tromey <tom@tromey.com>
8216
8217 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8218 declare.
8219 * tui/tui-winsource.c
8220 (tui_source_window_base::do_scroll_horizontal): Rename from
8221 tui_horizontal_source_scroll.
8222 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8223 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8224 from tui_vertical_data_scroll.
8225 * tui/tui-win.h (tui_scroll): Don't declare.
8226 * tui/tui-win.c (tui_win_info::forward_scroll)
8227 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8228 (tui_win_info::right_scroll): Rename and update.
8229 (tui_scroll_forward_command, tui_scroll_backward_command)
8230 (tui_scroll_left_command, tui_scroll_right_command): Update.
8231 (tui_scroll): Remove.
8232 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8233 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8234 from tui_vertical_source_scroll.
8235 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8236 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8237 from tui_vertical_disassem_scroll.
8238 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8239 do_scroll_horizontal>: New methods.
8240 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8241 Likewise.
8242 (struct tui_source_window_base): Add do_scroll_horizontal.
8243 (struct tui_source_window, struct tui_disasm_window): Add
8244 do_scroll_vertical.
8245 (struct tui_data_window, struct tui_cmd_window): Add
8246 do_scroll_horizontal and do_scroll_vertical.
8247 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8248
8249 2019-06-25 Tom Tromey <tom@tromey.com>
8250
8251 * tui/tui-data.h (struct tui_source_window_base): New struct.
8252 (struct tui_source_window): Derive from tui_source_window_base.
8253 (struct tui_disasm_window): New struct.
8254 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8255 from tui_source_window::clear_detail.
8256 (tui_source_window_base): Rename from tui_source_window.
8257 (~tui_source_window_base): Rename from ~tui_source_window.
8258 (tui_alloc_win_info): Create a tui_disasm_window.
8259
8260 2019-06-25 Tom Tromey <tom@tromey.com>
8261
8262 * tui/tui-data.h (struct tui_source_window)
8263 (struct tui_data_window): Declare destructors.
8264 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8265 destructors.
8266 (tui_win_info): Simplify.
8267
8268 2019-06-25 Tom Tromey <tom@tromey.com>
8269
8270 * tui/tui-winsource.c (tui_display_main)
8271 (tui_update_source_windows_with_addr)
8272 (tui_update_all_breakpoint_info): Update.
8273 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8274 (new_height_ok, parse_scrolling_args): Update.
8275 * tui/tui-stack.c (tui_show_frame_info): Update.
8276 * tui/tui-data.h (struct tui_list): Remove.
8277 (tui_source_windows): Return a reference to a std::vector.
8278 * tui/tui-data.c (source_windows): Now a std::vector.
8279 (tui_source_windows): Change return type.
8280 (tui_clear_source_windows): Rewrite.
8281 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8282 (tui_free_all_source_wins_content): Rewrite.
8283
8284 2019-06-25 Tom Tromey <tom@tromey.com>
8285
8286 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8287 (struct tui_data_window, struct tui_cmd_window): Declare
8288 clear_detail method.
8289 * tui/tui-data.c (tui_source_window::clear_detail)
8290 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8291 methods.
8292 (tui_clear_win_detail): Simplify.
8293
8294 2019-06-25 Tom Tromey <tom@tromey.com>
8295
8296 * tui/tui-layout.c (make_source_window, make_disasm_window)
8297 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8298 Return the new window.
8299 (show_source_disasm_command, show_data)
8300 (show_source_or_disasm_and_command): Update.
8301
8302 2019-06-25 Tom Tromey <tom@tromey.com>
8303
8304 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8305 parameter. Return the new window.
8306 (show_source_disasm_command): Update and remove NULL check.
8307 (show_source_or_disasm_and_command): Update.
8308
8309 2019-06-25 Tom Tromey <tom@tromey.com>
8310
8311 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8312
8313 2019-06-25 Tom Tromey <tom@tromey.com>
8314
8315 * tui/tui-data.h (struct tui_win_info): Make constructor
8316 protected. Make destructor virtual. Add initializers.
8317 (tui_source_window, tui_data_window, tui_cmd_window): New
8318 classes.
8319 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8320 constructor. Add "type" parameter.
8321 (tui_source_window, tui_data_window, tui_cmd_window): New
8322 constructors.
8323 (tui_alloc_win_info): Instantiate the appropriate subclass.
8324
8325 2019-06-25 Tom Tromey <tom@tromey.com>
8326
8327 * tui/tui-win.c (tui_resize_all): Use delete.
8328 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8329 destructor.
8330 (tui_free_window): Don't declare.
8331 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8332 Update.
8333
8334 2019-06-25 Tom Tromey <tom@tromey.com>
8335
8336 * tui/tui-data.h (struct tui_win_info): Add constructor.
8337 * tui/tui-data.c (tui_alloc_win_info): Use new.
8338 (tui_free_window): Use delete.
8339
8340 2019-06-22 Tom Tromey <tom@tromey.com>
8341
8342 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8343 declare.
8344 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8345
8346 2019-06-22 Tom Tromey <tom@tromey.com>
8347
8348 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8349 declare.
8350 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8351
8352 2019-06-22 Tom de Vries <tdevries@suse.de>
8353
8354 * dwarf2read.c (create_addrmap_from_aranges)
8355 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8356 instead of '%zu'.
8357
8358 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
8359
8360 * dwarf2read.h (dwarf2_section_info_def): Remove.
8361 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8362 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8363 std::vector<dwarf2_section_info>.
8364 (struct dwo_file) <~dwo_file>: Remove.
8365 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8366 types field.
8367 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8368 (dwarf2_read_debug_names): Likewise.
8369 (create_debug_types_hash_table): Change parameter type to
8370 array_view, adjust code accordingly.
8371 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8372 (partial_die_info::fixup): Likewise.
8373 (determine_prefix): Likewise.
8374 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8375
8376 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8377
8378 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8379 gdb_bfd_ref_ptr.
8380 <~dwo_file>: Remove call to gdb_bfd_unref.
8381 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8382 gdb_bfd_ref_ptr::get.
8383
8384 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8385
8386 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8387 type to htab_up.
8388 * dwarf2read.c (struct dwo_file): Initialize fields.
8389 <~dwo_file>: New.
8390 (free_dwo_file): Remove, move content to ~dwo_file.
8391 (struct dwo_file_deleter): Remove.
8392 (dwo_file_up>: Remove custom deleter.
8393 (free_dwo_files): Remove.
8394 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8395 dwo_files.
8396 (process_skeletonless_type_units): Call unique_ptr::get.
8397 (allocate_dwo_file_hash_table): Add deleter to created hash
8398 table. Change return type to htab_up.
8399 (lookup_dwo_file_slot): Don't memset dwo_file, call
8400 unique_ptr::get.
8401 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8402 (create_dwo_unit_in_dwp_v2): Likewise.
8403 (open_and_init_dwo_file): Likewise.
8404 (free_dwo_file_from_slot): Remove.
8405
8406 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8407
8408 * dwarf2read.h (struct dwarf2_section_info) <readin,
8409 is_virtual>: Change type to bool.
8410 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8411 true instead of 1.
8412
8413 2019-06-19 Tom Tromey <tom@tromey.com>
8414
8415 * tui/tui-data.h (tui_init_content_element): Don't declare.
8416
8417 2019-06-19 Tom Tromey <tom@tromey.com>
8418
8419 * tui/tui-data.h (tui_init_win_info): Don't declare.
8420
8421 2019-06-19 Tom de Vries <tdevries@suse.de>
8422
8423 * dwarf2read.h (abstract_to_concrete): Change type to
8424 std::unordered_map<sect_offset, std::vector<sect_offset>,
8425 gdb::hash_enum<sect_offset>>.
8426
8427 2019-06-19 Tom Tromey <tromey@adacore.com>
8428
8429 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8430 EVAL_AVOID_SIDE_EFFECTS specially.
8431
8432 2019-06-19 Tom Tromey <tromey@adacore.com>
8433
8434 * source-cache.c (highlighter): New global.
8435 (source_cache::get_source_lines): Create a highlighter on demand.
8436
8437 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8438
8439 * defs.h (deprecated_interactive_hook): Delete declaration.
8440 * interps.c (clear_interpreter_hooks): Remove use of
8441 deprecated_interactive_hook.
8442 * top.c (deprecated_interactive_hook): Delete definition.
8443 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8444
8445 2019-06-18 Tom de Vries <tdevries@suse.de>
8446
8447 PR gdb/24515
8448 * dwarf2read.h (abstract_to_concrete): Change type from
8449 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8450 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8451 * dwarf2read.c (read_variable): Update.
8452 (dwarf2_fetch_die_loc_sect_off): Update.
8453
8454 2019-06-17 Tom de Vries <tdevries@suse.de>
8455
8456 PR gdb/24617
8457 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8458 accessing parent[parent_len - 1].
8459
8460 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8461
8462 PR gdb/24364
8463 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8464 call dtrace_process_dof with NULL dof.
8465
8466 2019-06-16 Tom de Vries <tdevries@suse.de>
8467
8468 PR gdb/24445
8469 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8470
8471 2019-06-16 Tom Tromey <tom@tromey.com>
8472
8473 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8474 (make_all_visible): Use address of member.
8475
8476 2019-06-16 Tom Tromey <tom@tromey.com>
8477
8478 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8479 (tui_free_window, free_content, free_content_elements): Remove
8480 unnecessary cast.
8481 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8482 cast.
8483 * tui/tui-regs.c (tui_show_register_group)
8484 (tui_display_registers_from, tui_display_reg_element_at_line):
8485 Remove unnecessary cast.
8486
8487 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8488
8489 * linux-nat.c (normal_mask): Delete.
8490 (_initialize_linux_nat): Don't initialise normal_mask.
8491
8492 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8493
8494 PR gdb/24445
8495 * dwarf-index-write.h (write_psymtabs_to_index): Add
8496 dwz_basename parameter.
8497 * dwarf-index-write.c (write_gdbindex): Move file writing to
8498 write_gdbindex_1. Change return type void.
8499 (assert_file_size): Move up, remove filename parameter.
8500 (write_gdbindex_1): New function.
8501 (write_debug_names): Change return type to void, call
8502 assert_file_size.
8503 (struct index_wip_file): New struct.
8504 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8505 file logic to index_wip_file. Write index for dwz file if
8506 needed.
8507 (save_gdb_index_command): Pass basename of dwz file, if present.
8508 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8509 build-id of dwz file, if present.
8510 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8511 (dwarf2_get_dwz_file): Likewise.
8512 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8513 (dwarf2_get_dwz_file): Likewise.
8514
8515 2019-06-16 Tom Tromey <tom@tromey.com>
8516
8517 * coffread.c (process_coff_symbol): Use xstrdup.
8518 * value.c (create_internalvar): Use xstrdup.
8519
8520 2019-06-16 Tom Tromey <tom@tromey.com>
8521
8522 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8523 * breakpoint.c (stopin_command, stopat_command)
8524 (until_break_command, decode_location_default): Remove unnecessary
8525 cast.
8526 * utils.c (subset_compare): Remove unnecessary cast.
8527 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8528 cast.
8529 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8530 cast.
8531 * infcmd.c (path_command): Remove unnecessary cast.
8532 * coffread.c (decode_type): Remove unnecessary cast.
8533 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8534 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8535 * tui/tui-stack.c (tui_show_locator_content)
8536 (tui_show_frame_info): Remove unnecessary cast.
8537 * tui/tui-win.c (tui_scroll_forward_command)
8538 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8539 (parse_scrolling_args): Remove unnecessary cast.
8540 * tui/tui-data.c (init_win_info, tui_del_window)
8541 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8542 (free_content_elements): Remove unnecessary cast.
8543 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8544 unnecessary cast.
8545 * tui/tui-source.c (tui_set_source_content)
8546 (tui_vertical_source_scroll): Remove unnecessary cast.
8547 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8548 cast.
8549 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8550 * tui/tui-regs.c (tui_display_registers_from)
8551 (tui_display_register): Remove unnecessary cast.
8552 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8553 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8554 (make_visible): Remove unnecessary cast.
8555 * tui/tui-winsource.c (tui_erase_source_content)
8556 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8557 unnecessary cast.
8558 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8559 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8560 * stabsread.c (read_type, read_array_type, read_range_type):
8561 Remove unnecessary cast.
8562 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8563 (parse_symbol, parse_type, upgrade_type, parse_external)
8564 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8565 unnecessary cast.
8566 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8567
8568 2019-06-16 Tom Tromey <tom@tromey.com>
8569
8570 * tui/tui-data.c (tui_alloc_generic_win_info)
8571 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8572 checks.
8573
8574 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8575 Andrew Burgess <andrew.burgess@embecosm.com>
8576
8577 * f-typeprint.c (f_print_type): Don't return early for not
8578 associated or not allocated types.
8579 (f_type_print_varspec_suffix): Add print_rank parameter and print
8580 ranks of array types in case they dangling.
8581 (f_type_print_base): Add print_rank parameter.
8582
8583 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8584
8585 * NEWS: Mention new MI commands.
8586 * break-catch-throw.c (enum exception_event_kind): Move to
8587 breakpoint.h.
8588 (print_mention_exception_catchpoint): Output text as a single
8589 message.
8590 (catch_exception_command_1): Rename to...
8591 (catch_exception_event): ...this, make non-static, update header
8592 command, and change some parameter types.
8593 (catch_catch_command): Update for changes to
8594 catch_exception_command_1.
8595 (catch_throw_command): Likewise.
8596 (catch_rethrow_command): Likewise.
8597 * breakpoint.c (enum exception_event_kind): Delete.
8598 * breakpoint.h (enum exception_event_kind): Moved here from
8599 break-catch-throw.c.
8600 (catch_exception_event): Declare.
8601 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8602 (mi_cmd_catch_throw): New function.
8603 (mi_cmd_catch_rethrow): New function.
8604 (mi_cmd_catch_catch): New function.
8605 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8606 'catch-catch' entries.
8607 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8608 (mi_cmd_catch_rethrow): Declare.
8609 (mi_cmd_catch_catch): Declare.
8610
8611 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8612
8613 * annotate.c (annotate_source_line): Change return type to void,
8614 update implementation to match.
8615 * annotate.h (annotate_source_line): Change return type to void,
8616 update header comment.
8617 * stack.c (print_frame_info): Don't change what frame information
8618 is printed based on whether annotations are on or not.
8619
8620 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8621
8622 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8623 (annotate_source): Make static.
8624 (annotate_source_line): Moved from source.c and renamed from
8625 identify_source_line. Update the return type.
8626 * annotate.h (annotate_source): Delete declaration.
8627 (annotate_source_line): Declaration moved from source.h, and
8628 renamed from identify_source_line. Return type updated.
8629 * source.c (identify_source_line): Moved to annotate.c and renamed
8630 to annotate_source_line.
8631 (info_line_command): Remove check of annotation_level.
8632 * source.h (identify_source_line): Move declaration to annotate.h
8633 and rename to annotate_source_line.
8634 * stack.c: Add 'annotate.h' include.
8635 (print_frame_info): Remove check of annotation_level before
8636 calling annotate_source_line.
8637
8638 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8639
8640 * source-cache.c (source_cache::get_plain_source_lines): Use
8641 open_source_file_with_line_charpos instead of just
8642 open_source_file, remove call to find_source_lines.
8643 (source_cache::get_source_lines): Likewise.
8644 * source.c (find_source_lines): Make static.
8645 (get_filename_and_charpos): Renamed into...
8646 (open_source_file_with_line_charpos): ..this along with changes to
8647 return a scoped_fd, and some other minor clean ups.
8648 (identify_source_line): Use open_source_file_with_line_charpos.
8649 (search_command_helper): Use open_source_file_with_line_charpos
8650 instead of just open_source_file, remove call to
8651 find_source_lines.
8652 * source.h (open_source_file_with_line_charpos): Declare new
8653 function.
8654 (find_source_lines): Delete declaration.
8655
8656 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8657
8658 * source.c (get_filename_and_charpos): Remove fullname
8659 parameter.
8660 (identify_source_line): Update call to get_filename_and_charpos.
8661
8662 2019-06-14 Tom Tromey <tromey@adacore.com>
8663
8664 PR gdb/24502:
8665 * ui-style.h (skip_ansi_escape): Update comment.
8666 * ui-file.h (class no_terminal_escape_file): New class.
8667 * ui-file.c (no_terminal_escape_file::write)
8668 (no_terminal_escape_file::puts): New methods.
8669 * cli/cli-logging.c (handle_redirections): Use
8670 no_terminal_escape_file.
8671
8672 2019-06-14 Tom Tromey <tromey@adacore.com>
8673
8674 * NEWS: Move convenience variable news above Python news.
8675
8676 2019-06-14 Tom Tromey <tom@tromey.com>
8677
8678 * gnulib: Move directory to top-level.
8679 * configure.ac: Don't configure gnulib.
8680 * configure: Rebuild.
8681 * common/common-defs.h: Use new path to gnulib.
8682 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8683 (GNULIB_H): Remove.
8684 (INCGNU): Look in new gnulib location.
8685 (HFILES_NO_SRCDIR): Remove gnulib files.
8686 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8687 (generated_files): Remove GNULIB_H.
8688 ($(LIBGNU), all-lib): Remove targets.
8689 (distclean): Don't mention GNULIB_BUILDDIR.
8690 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8691
8692 2019-06-14 Tom Tromey <tromey@adacore.com>
8693
8694 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8695 Warn if symbol file does not provide any symbols.
8696
8697 2019-06-14 Tom Tromey <tromey@adacore.com>
8698
8699 * source.c (find_and_open_source): Respect basenames_may_differ.
8700
8701 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8702
8703 * annotate.c (annotate_breakpoints_invalid): Make use of
8704 scoped_restore_terminal_state.
8705 (annotate_frames_invalid): Likewise.
8706
8707 2019-06-14 Tom Tromey <tromey@adacore.com>
8708
8709 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8710 allow assignment to an internalvar.
8711
8712 2019-06-14 Tom Tromey <tromey@adacore.com>
8713
8714 * ada-lex.l: Allow "_" in attribute names.
8715
8716 2019-06-14 Tom Tromey <tromey@adacore.com>
8717
8718 PR gdb/24653:
8719 * regcache.c (registers_changed): Don't call alloca.
8720 * top.c (execute_command): Don't call alloca.
8721
8722 2019-06-13 Pedro Alves <palves@redhat.com>
8723
8724 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8725 'expression'. When parsing an expression, error out if there's
8726 junk after "unlimited".
8727 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8728 (do_set_command): Adjust calls to is_unlimited_literal.
8729
8730 2019-06-13 Pedro Alves <palves@redhat.com>
8731
8732 * compile/compile.c (make_compile_options_def_group): Add braces
8733 around array_view initializer.
8734 * thread.c (make_thread_apply_all_options_def_group)
8735 (make_thread_apply_all_options_def_group): Likewise.
8736
8737 2019-06-13 Pedro Alves <palves@redhat.com>
8738
8739 * NEWS (New commands): Mention "maint test-options
8740 require-delimiter", "maint test-options unknown-is-error", "maint
8741 test-options unknown-is-operand" and "maint show
8742 test-options-completion-result".
8743 (New command options, command completion): New section.
8744 (Completion improvements): New section.
8745 Mention that you can abbreviate "unlimited".
8746
8747 2019-06-13 Pedro Alves <palves@redhat.com>
8748
8749 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8750 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8751 * unittests/cli-utils-selftests.c (test_parse_flags)
8752 (test_parse_flags_qcs): Delete.
8753 (test_cli_utils): Don't call deleted functions.
8754
8755 2019-06-13 Pedro Alves <palves@redhat.com>
8756
8757 * thread.c: Include "cli/cli-option.h".
8758 (tp_array_compar_ascending): Global.
8759 (tp_array_compar): Delete function.
8760 (tp_array_compar_ascending, tp_array_compar_descending): New
8761 functions.
8762 (ascending_option_def, qcs_flag_option_def)
8763 (thr_qcs_flags_option_defs)
8764 (make_thread_apply_all_options_def_group)
8765 (make_thread_apply_options_def_group): New.
8766 (thread_apply_all_command): Use gdb::option::process_options.
8767 (thread_apply_command_completer)
8768 (thread_apply_all_command_completer): New.
8769 (thread_apply_command): Use gdb::option::process_options.
8770 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8771 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8772 to generate help text of "thread apply". Adjust "taas"'s help.
8773 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8774 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8775
8776 2019-06-13 Pedro Alves <palves@redhat.com>
8777
8778 * thread.c (thread_apply_command): Check for invalid TID with
8779 isdigit instead of !isalpha.
8780
8781 2019-06-13 Pedro Alves <palves@redhat.com>
8782
8783 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8784 (validate_flags_qcs): New.
8785 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8786 (validate_flags_qcs): Declare.
8787 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8788 (make_frame_apply_options_def_group): New.
8789 (frame_apply_command_count): Process options with
8790 gdb::option::process_options.
8791 (frame_apply_completer): New.
8792 (frame_apply_level_completer, frame_apply_all_completer)
8793 (frame_apply_completer): New.
8794 (_initialize_stack): Update help of "frame apply", "frame apply
8795 level", "frame apply all" and "faas" to mention supported options
8796 and install command completers.
8797 * stack.h (frame_apply_all_completer): Declare.
8798 * thread.c: Include "stack.h".
8799 (tfaas_command): Add "--".
8800 (_initialize_thread): Update help "tfaas" to mention supported
8801 options and install command completer.
8802
8803 2019-06-13 Pedro Alves <palves@redhat.com>
8804
8805 * completer.c (complete_nested_command_line): New.
8806 (gdb_completion_word_break_characters_throw): Add assertion.
8807 * completer.h (complete_nested_command_line): Declare.
8808
8809 2019-06-13 Pedro Alves <palves@redhat.com>
8810
8811 * stack.c (parse_backtrace_qualifiers): New.
8812 (backtrace_command): Use it.
8813 (backtrace_command_completer): Complete on qualifiers.
8814
8815 2019-06-13 Pedro Alves <palves@redhat.com>
8816
8817 * frame.c: Include "cli/cli-option.h.
8818 (user_set_backtrace_options): New.
8819 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8820 Delete.
8821 (get_prev_frame): Adjust.
8822 (boolean_option_def, uinteger_option_def)
8823 (set_backtrace_option_defs): New.
8824 (_initialize_frame): Adjust and use
8825 gdb::option::add_setshow_cmds_for_options to install "set
8826 backtrace past-main" and "set backtrace past-entry".
8827 * frame.h: Include "cli/cli-option.h".
8828 (struct frame_print_options): Forward declare.
8829 (print_frame_arguments_all, print_frame_arguments_scalars)
8830 (print_frame_arguments_none): Declare.
8831 (print_entry_values): Delete declaration.
8832 (struct frame_print_options, user_frame_print_options): New.
8833 (struct set_backtrace_options): New.
8834 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8835 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8836 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8837 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8838 (list_args_or_locals): Add frame_print_options parameter.
8839 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8840 * python/py-framefilter.c (enumerate_args): Pass down
8841 USER_FRAME_PRINT_OPTIONS.
8842 * stack.c: Include "cli/cli-option.h".
8843 (print_frame_arguments_all, print_frame_arguments_scalars)
8844 (print_frame_arguments_none): Declare.
8845 (print_raw_frame_arguments, print_entry_values): Delete.
8846 (user_frame_print_options): New.
8847 (boolean_option_def, enum_option_def, frame_print_option_defs):
8848 New.
8849 (struct backtrace_cmd_options): New.
8850 (bt_flag_option_def): New.
8851 (backtrace_command_option_defs): New.
8852 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8853 (print_frame_arg, read_frame_arg, print_frame_args)
8854 (print_frame_info, print_frame): Add frame_print_options parameter
8855 and use it.
8856 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8857 (backtrace_command_1): Add frame_print_options and
8858 backtrace_cmd_options parameters and use them.
8859 (make_backtrace_options_def_group): New.
8860 (backtrace_command): Process command options with
8861 gdb::option::process_options.
8862 (backtrace_command_completer): New.
8863 (_initialize_stack): Extend "backtrace"'s help to mention
8864 supported options. Install completer for "backtrace".
8865 Install some settings commands with add_setshow_cmds_for_options.
8866
8867 2019-06-13 Pedro Alves <palves@redhat.com>
8868
8869 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8870 and that "set/show print raw frame-arguments" are now deprecated.
8871
8872 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8873 command.
8874 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8875 * stack.c (_initialize_stack): Install "set/show print
8876 raw-frame-arguments", and deprecate "set/show print raw
8877 frame-arguments".
8878 * valprint.c (_initialize_valprint): Deprecate "set/show print
8879 raw".
8880
8881 2019-06-13 Pedro Alves <palves@redhat.com>
8882
8883 * compile/compile.c (struct compile_options): New.
8884 (compile_flag_option_def, compile_command_option_defs)
8885 (make_compile_options_def_group): New.
8886 (compile_file_command): Handle options with
8887 gdb::option::process_options.
8888 (compile_file_command_completer): New function.
8889 (compile_code_command): Handle options with
8890 gdb::option::process_options.
8891 (compile_code_command_completer): New function.
8892 (_initialize_compiler): Install completers for "compile code" and
8893 "compile file". Mention available options in "compile code" and
8894 "compile code"'s help.
8895 * completer.c (advance_to_completion_word): New, factored out from
8896 ...
8897 (advance_to_expression_complete_word_point): ... this.
8898 (advance_to_filename_complete_word_point): New.
8899 * completer.h (advance_to_filename_complete_word_point): New
8900 declaration.
8901
8902 2019-06-13 Pedro Alves <palves@redhat.com>
8903
8904 * compile/compile.c: Include "cli/cli-option.h".
8905 (compile_print_value): Scope data pointer is now a
8906 value_print_options pointer; adjust.
8907 (compile_print_command): Process options. Scope data pointer is
8908 now a value_print_options pointer; adjust.
8909 (_initialize_compile): Update "compile print"'s help to include
8910 supported options. Install a completer for "compile print".
8911 * cp-valprint.c (show_vtblprint, show_objectprint)
8912 (show_static_field_print): Delete.
8913 (_initialize_cp_valprint): Don't install "set print
8914 static-members", "set print vtbl", "set print object" here.
8915 * printcmd.c: Include "cli/cli-option.h" and
8916 "common/gdb_optional.h".
8917 (print_command_parse_format): Rework to fill in a
8918 value_print_options instead of a format_data.
8919 (print_value): Change parameter type from format_data pointer to
8920 value_print_options reference. Adjust.
8921 (print_command_1): Process options. Adjust to pass down a
8922 value_print_options.
8923 (print_command_completer): New.
8924 (_initialize_printcmd): Install print_command_completer as
8925 handle_brkchars completer for the "print" command. Update
8926 "print"'s help to include supported options.
8927 * valprint.c: Include "cli/cli-option.h".
8928 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8929 here from cp-valprint.c.
8930 (boolean_option_def, uinteger_option_def)
8931 (value_print_option_defs, make_value_print_options_def_group):
8932 New. Use gdb::option::add_setshow_cmds_for_options to install
8933 "set print elements", "set print null-stop", "set print repeats",
8934 "set print pretty", "set print union", "set print array", "set
8935 print address", "set print symbol", "set print array-indexes".
8936 * valprint.h: Include <string> and "cli/cli-option.h".
8937 (make_value_print_options_def_group): Declare.
8938 (print_value): Change parameter type from format_data pointer to
8939 value_print_options reference.
8940 (print_command_completer): Declare.
8941
8942 2019-06-13 Pedro Alves <palves@redhat.com>
8943
8944 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8945 (COMMON_SFILES): Add maint-test-settings.c.
8946 * cli/cli-decode.c (boolean_enums): New global, factored out from
8947 ...
8948 (add_setshow_boolean_cmd): ... here.
8949 * cli/cli-decode.h (boolean_enums): Declare.
8950 * cli/cli-option.c: New file.
8951 * cli/cli-option.h: New file.
8952 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8953 factored out from ...
8954 (parse_cli_boolean_value(const char *)): ... this.
8955 (is_unlimited_literal): Change parameter type to pointer to
8956 pointer. Adjust and advance ARG pointer.
8957 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8958 (parse_cli_var_enum): New, factored out from ...
8959 (do_set_command): ... this. Adjust.
8960 * cli/cli-setshow.h (parse_cli_boolean_value)
8961 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8962 (parse_cli_var_enum): Declare.
8963 * cli/cli-utils.c: Include "cli/cli-option.h".
8964 (get_ulongest): New.
8965 * cli/cli-utils.h (get_ulongest): Declare.
8966 (check_for_argument): New overloads.
8967 * maint-test-options.c: New file.
8968
8969 2019-06-13 Pedro Alves <palves@redhat.com>
8970
8971 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8972 parse a range if "-" is at the end of the string.
8973
8974 2019-06-13 Pedro Alves <palves@redhat.com>
8975
8976 * cli/cli-setshow.c (parse_auto_binary_operation)
8977 (parse_cli_boolean_value): Don't allow "o".
8978
8979 2019-06-13 Pedro Alves <palves@redhat.com>
8980
8981 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
8982 * NEWS: Mention maint test-settings KIND.
8983 * maint-test-settings.c: New file.
8984
8985 2019-06-13 Pedro Alves <palves@redhat.com>
8986
8987 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
8988 completer.
8989 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
8990 "set" completers.
8991
8992 2019-06-13 Pedro Alves <palves@redhat.com>
8993
8994 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
8995 after item.
8996
8997 2019-06-13 Pedro Alves <palves@redhat.com>
8998
8999 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
9000
9001 2019-06-13 Pedro Alves <palves@redhat.com>
9002
9003 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
9004 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
9005 call.
9006 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
9007 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
9008 calls.
9009 (check_for_argument): Skip spaces after argument.
9010
9011 2019-06-13 Pedro Alves <palves@redhat.com>
9012
9013 * thread.c (thread_apply_command): Adjust TID parsing.
9014 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
9015 detected before end of string.
9016 (tid_is_in_list): Error out if LIST is invalid.
9017
9018 2019-06-13 Pedro Alves <palves@redhat.com>
9019
9020 * completer.c (complete_line_internal_1): Rewind completion word
9021 point.
9022 (completion_tracker::advance_custom_word_point_by): Change
9023 parameter type to int.
9024 * completer.h (completion_tracker::advance_custom_word_point_by):
9025 Likewise.
9026
9027 2019-06-13 Pedro Alves <palves@redhat.com>
9028
9029 * completer.c (advance_to_completion_word): Handle delimiters.
9030
9031 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
9032
9033 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
9034
9035 2019-06-11 Tom Tromey <tom@tromey.com>
9036
9037 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
9038 (xmalloc_failed): Move to alloc.c.
9039 * alloc.c: New file.
9040 * Makefile.in (COMMON_SFILES): Add alloc.c.
9041
9042 2019-06-11 Tom Tromey <tom@tromey.com>
9043
9044 * nat/linux-waitpid.c: Don't include server.h.
9045 (linux_debug): Remove.
9046 (my_waitpid): Update.
9047
9048 2019-06-11 Tom Tromey <tromey@adacore.com>
9049
9050 * infcall.c (_initialize_infcall): Remove trailing newline from
9051 help.
9052 * user-regs.c (_initialize_user_regs): Remove trailing newline
9053 from help.
9054 * typeprint.c (_initialize_typeprint): Remove trailing newline
9055 from help.
9056 * reverse.c (_initialize_reverse): Remove trailing newlines from
9057 help.
9058 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
9059 from help.
9060 * language.c (add_set_language_command): Remove trailing newline
9061 from help.
9062 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
9063 help.
9064 * disasm.c (_initialize_disasm): Remove trailing newline from
9065 help.
9066 * top.c (init_main): Remove trailing newline from help.
9067 * interps.c (_initialize_interpreter): Remove trailing newline
9068 from help.
9069 * btrace.c (_initialize_btrace): Remove trailing newlines from
9070 help.
9071 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
9072 from help.
9073 * python/python.c (_initialize_python): Remove trailing newline
9074 from help.
9075 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
9076 help.
9077 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
9078 from help. Reformat some text.
9079 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
9080 from help.
9081 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
9082 newline from help.
9083
9084 2019-06-11 Tom Tromey <tromey@adacore.com>
9085
9086 * darwin-nat.c (darwin_decode_exception_message)
9087 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
9088
9089 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
9090
9091 * valops.c (value_slice): Check for not allocated or not
9092 associated values.
9093
9094 2019-06-10 Tom de Vries <tdevries@suse.de>
9095
9096 PR gdb/24618
9097 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
9098 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9099 invalid.
9100
9101 2019-06-10 Tom de Vries <tdevries@suse.de>
9102
9103 PR gdb/24611
9104 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9105 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9106
9107 2019-06-10 Tom de Vries <tdevries@suse.de>
9108
9109 PR symtab/24545
9110 * symtab.c (struct demangled_name_entry): Add language field.
9111 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9112 static minimal symbol". Set and use language field.
9113
9114 2019-06-10 Tom Tromey <tromey@adacore.com>
9115
9116 * ada-lang.c (_initialize_ada_language): Update help text.
9117
9118 2019-06-10 Tom Tromey <tromey@adacore.com>
9119
9120 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9121 with a newline.
9122 * guile/guile.c (handle_boot_error): Don't end warning with a
9123 newline.
9124 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9125 warning with a newline.
9126 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9127 newline.
9128 (s12z_frame_cache): Likewise.
9129 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9130 a newline.
9131 * solib-svr4.c (disable_probes_interface): Don't end warning with
9132 a newline.
9133 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9134 newline.
9135 * python/python.c (do_finish_initialization): Don't end warning
9136 with a newline.
9137
9138 2019-06-10 Tom Tromey <tom@tromey.com>
9139
9140 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9141 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9142 gdbpy_enter.
9143
9144 2019-06-10 Tom Tromey <tromey@adacore.com>
9145
9146 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9147 data.
9148 (elf_new_init): Don't call stabsread_new_init.
9149 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9150 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9151 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9152
9153 2019-06-10 Tom de Vries <tdevries@suse.de>
9154
9155 PR symtab/16264
9156 PR symtab/24517
9157 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9158
9159 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9160
9161 * source.c (find_and_open_source): Also rewrite relative file
9162 names.
9163
9164 2019-04-26 Amos Bird <amosbird@gmail.com>
9165
9166 * annotate.c (annotate_thread_exited): Add "thread-exited"
9167 annotation.
9168
9169 2019-06-06 Tom Tromey <tromey@adacore.com>
9170
9171 * maint.h (class scoped_command_stats): Use
9172 DISABLE_COPY_AND_ASSIGN.
9173 <print_time>: New method.
9174 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9175 print_time.
9176 (scoped_command_stats::print_time): New method.
9177
9178 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9179
9180 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9181 instructions of lengths 6 or 8 bytes.
9182
9183 2019-06-04 Pedro Alves <palves@redhat.com>
9184
9185 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9186
9187 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9188 * breakpoint.c (condition_completer): Likewise.
9189 * cli/cli-dump.c (scan_expression): Likewise.
9190 * common/filestuff.c (mkdir_recursive): Likewise.
9191 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9192 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9193 (gdb_abspath): Likewise.
9194 * compile/compile-cplus-types.c
9195 (compile_cplus_instance::decl_name): Likewise.
9196 * completer.c (complete_explicit_location):
9197 (signal_completer, reg_or_group_completer_1): Likewise.
9198 * cp-support.c (cp_remove_params_if_any): Likewise.
9199 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9200 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9201 * infcmd.c (strip_bg_char): Likewise.
9202 * linespec.c (copy_token_string): Likewise.
9203 * mi/mi-main.c (output_cores): Likewise.
9204 * psymtab.c (psymtab_search_name):
9205 * symfile.c (test_set_ext_lang_command): Likewise.
9206 * target.c (target_fileio_read_stralloc): Likewise.
9207 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9208 * value.c (complete_internalvar): Likewise.
9209
9210 2019-06-04 Christian Biesinger <cbiesinger@google.com>
9211
9212 Add objfile property to gdb.Type.
9213 * NEWS: Mention Python API addition.
9214 * python/py-type.c (typy_get_objfile): New method.
9215
9216 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9217
9218 * NEWS: Mention the new set|show style [title|highlight].
9219 Mention changes to "show style", "help" and "apropos".
9220
9221 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9222
9223 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9224 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9225 instead of print_help_for_command.
9226 (print_doc_of_command): New function.
9227 (help_list): Add 'apropos -v word' suggestion.
9228 (print_help_for_command): Style the command name using title style.
9229 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9230 (_initialize_cli_cmds): Describe -v in apropos_command help.
9231
9232 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9233
9234 * cli/cli-style.h (cli_style_option): Add name in constructor,
9235 add m_name class member, add constructor with intensity,
9236 add name class function.
9237 (cli_style_option::add_setshow_commands): Remove name argument.
9238 (highlight_style, title_style): New styles.
9239 * cli/cli-style.c (do_show): New function that shows a style
9240 characteristic styling the style name with itself.
9241 (set_style_name): New function.
9242 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9243 Update all callers according to the changes in cli/cli-style.h.
9244 * utils.h (fputs_highlighted): New function.
9245 * utils.c (fputs_highlighted): Likewise.
9246
9247 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9248
9249 * NEWS: Mention new pipe command and new convenience variables.
9250
9251 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9252
9253 * cli/cli-cmds.c (pipe_command): New function.
9254 (_initialize_cli_cmds): Call add_com for pipe_command.
9255 Define | as an alias for pipe.
9256 (exit_status_set_internal_vars): New function.
9257 (shell_escape): Call exit_status_set_internal_vars.
9258 cli/cli-decode.c (find_command_name_length): Recognize | as
9259 a single character command.
9260
9261 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9262
9263 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9264 top.c (execute_command_to_ui_file): New function, mostly a copy
9265 of execute_command_to_string.
9266 (execute_command_to_string): Implement by calling
9267 execute_command_to_ui_file.
9268
9269 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9270
9271 * top.h (saved_command_line): Remove declaration.
9272 * top.c (previous_saved_command_line, previous_repeat_arguments):
9273 New variables.
9274 (saved_command_line): Make static, define together with other
9275 'repeat variables'.
9276 (dont_repeat): Clear repeat_arguments.
9277 (repeat_previous, get_saved_command_line, save_command_line):
9278 New functions.
9279 (gdb_init): Initialize saved_command_line
9280 and previous_saved_command_line.
9281 * main.c (captured_main_1): Remove saved_command_line initialization.
9282 * event-top.c (handle_line_of_input): Update to use
9283 the new 'repeat' related functions instead of direct access to
9284 saved_command_line.
9285 * command.h (repeat_previous, get_saved_command_line,
9286 save_command_line): New declarations.
9287 (dont_repeat): Add comment.
9288
9289 2019-05-30 Tom Tromey <tromey@adacore.com>
9290
9291 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9292 Fix comment.
9293 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9294
9295 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9296
9297 PR cli/24587
9298 * completer.c (complete): Initialize variable word.
9299
9300 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9301
9302 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9303 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9304 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9305 'body' is NULL to the outter 'if', protecting the '!is_define'
9306 situation as well.
9307
9308 2019-05-29 Tom Tromey <tromey@adacore.com>
9309
9310 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9311 (dwarf_unknown): New function.
9312 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9313 (dwarf_type_encoding_name): Use dwarf_unknown.
9314
9315 2019-05-29 Tom Tromey <tromey@adacore.com>
9316
9317 PR c++/20020:
9318 * cp-valprint.c (cp_print_value_fields): Call
9319 cp_print_static_field inside "try".
9320
9321 2019-05-29 Tom Tromey <tromey@adacore.com>
9322
9323 * inflow.c (struct terminal_info): Add default operator=.
9324 * configure: Rebuild.
9325 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9326 -Wdeprecated-copy-dtor, -Wredundant-move.
9327
9328 2019-05-29 Tom Tromey <tromey@adacore.com>
9329
9330 * NEWS: Add entry.
9331 * infcmd.c (print_return_value_1): Handle finish_print
9332 option.
9333 (show_print_finish): New function.
9334 (_initialize_infcmd): Add "set/show print finish" commands.
9335 * valprint.c (user_print_options): Initialize new member.
9336 * valprint.h (struct value_print_options) <finish_print>: New
9337 member.
9338
9339 2019-05-28 Tom Tromey <tromey@adacore.com>
9340
9341 * ada-lang.c (ada_remove_Xbn_suffix)
9342 (find_old_style_renaming_symbol)
9343 (parse_old_style_renaming): Remove.
9344 (ada_find_renaming_symbol): Don't call
9345 find_old_style_renaming_symbol.
9346 (ada_is_renaming_symbol): Rename from
9347 ada_find_renaming_symbol. Remove "block" parameter. Return
9348 bool. Now static.
9349 (ada_read_var_value): Update and simplify.
9350 * ada-exp.y (write_var_or_type): Remove old code.
9351
9352 2019-05-28 Alan Hayward <alan.hayward@arm.com>
9353
9354 PR gdb/25010
9355 * event-top.c: Remove include comment.
9356 * inflow.c (class scoped_ignore_sigttou): Move from here...
9357 * inflow.h (class scoped_ignore_sigttou): ...to here.
9358 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9359 * top.c: Remove include comment.
9360
9361 2019-05-27 Tom Tromey <tom@tromey.com>
9362
9363 * NEWS: Fix typo.
9364
9365 2019-05-22 Tom Tromey <tromey@adacore.com>
9366
9367 * target.c (target_follow_exec): Constify parameter.
9368 * target-delegates.c: Rebuild.
9369 * remote.c (remote_target::follow_exec): Constify parameter.
9370 * infrun.c (follow_exec): Constify parameter.
9371 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9372 (target_follow_exec): Likewise.
9373
9374 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9375
9376 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9377 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9378
9379 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9380
9381 * NEWS: Add debugredirect and testsuite sections.
9382
9383 2019-05-22 Simon Cook <simon.cook@embecosm.com>
9384
9385 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9386 target descriptions using exclusively floating point register name
9387 aliases.
9388
9389 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9390
9391 PR gdb/18644:
9392 * f-lang.c (build_fortran_types): Handle the case where
9393 gdbarch_floatformat_for_type returns a nullptr.
9394
9395 2019-05-21 Tom de Vries <tdevries@suse.de>
9396
9397 PR cli/24587
9398 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9399
9400 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9401
9402 PR gdb/18644:
9403 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9404 16-byte floats.
9405 * i386-tdep.c (i386_floatformat_for_type): Use
9406 floatformats_ia64_quad for the 16-byte floating point component
9407 within a fortran 32-byte complex number.
9408
9409 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9410
9411 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9412 delete default constructor.
9413 (find_partial_die): Update to return const struct.
9414 (partial_die_parent_scope): Move variable declaration into scope
9415 of its use and change its type to auto.
9416 (guess_partial_die_structure_name): Likewise.
9417 (partial_die_info::fixup): Likewise.
9418
9419 2019-05-17 Tom Tromey <tromey@adacore.com>
9420
9421 * source.c (find_and_open_source): Remove cast.
9422
9423 2019-05-17 Tom Tromey <tromey@adacore.com>
9424
9425 * annotate.c (annotate_source): Make "filename" const.
9426 * annotate.h (annotate_source): Use const.
9427
9428 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9429
9430 * disasm.c (set_disassembler_options): Send errors to stderr.
9431
9432 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9433
9434 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9435 (cli_interp_base::set_logging): Check debug_redirect.
9436 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9437 * cli/cli-logging.c (debug_redirect): Add static variable.
9438 (pop_output_files): Add default param.
9439 (handle_redirections): Print debug setting.
9440 (show_logging_command): Likewise.
9441 (_initialize_cli_logging): Add debugredirect command.
9442 * interps.c (current_interp_set_logging): Add debug_redirect
9443 parameter.
9444 * interps.h (set_logging): Add debug_redirect parameter.
9445 (current_interp_set_logging): Likewise.
9446 * mi/mi-common.h: Likewise.
9447 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9448
9449 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9450 Tom Tromey <tromey@adacore.com>
9451
9452 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9453 directly.
9454 * cli/cli-interp.h (make_logging_output): Remove declaration.
9455 * cli/cli-logging.c (make_logging_output): Remove function.
9456 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9457 directly.
9458 * ui-file.c (tee_file::tee_file): Remove bools.
9459 (tee_file::~tee_file): Remove deletes.
9460 * ui-file.h (tee_file): Remove bools.
9461
9462 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9463
9464 * mi/mi-cmds.h (mi_cmd_complete): New function.
9465 * mi/mi-main.c (mi_cmd_complete): Likewise.
9466 * mi/mi-cmds.c: Define new MI command -complete.
9467 * NEWS: Mention new -complete command.
9468
9469 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9470
9471 * completer.h (complete): New function.
9472 * completer.c (complete): Likewise.
9473 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9474 function defined in completer.h.
9475
9476 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9477
9478 * MAINTAINERS (Write After Approval): Add myself.
9479
9480 2019-05-17 Tom de Vries <tdevries@suse.de>
9481
9482 PR gdb/24094
9483 * dwarf2read.c (struct cu_partial_die_info): New struct.
9484 (find_partial_die): Return cu_partial_die_info.
9485 (partial_die_parent_scope, guess_partial_die_structure_name)
9486 (partial_die_info::fixup): Handle new return type of find_partial_die.
9487
9488 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9489
9490 PR breakpoints/24541
9491 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9492 "std::string", simplifying the algorithm.
9493
9494 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9495
9496 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9497 (stap_static_probe_ops::get_probes): Likewise.
9498
9499 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9500
9501 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9502 '-')" and "else if".
9503 (stap_parse_single_operand): Join checks for
9504 "gdbarch_stap_parse_special_token_p" and
9505 "gdbarch_stap_parse_special_token" in the same "if" statement.
9506 Invert check when verifying for operation on register
9507 displacement.
9508
9509 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9510
9511 * stap-probe.c (stap_get_opcode): Update comment.
9512 (stap_get_expected_argument_type): Likewise.
9513 (handle_stap_probe): Likewise.
9514
9515 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9516
9517 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9518 return type to 'bool'. Adjust comment. Use 'bool' when
9519 appropriate.
9520 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9521 * stap-probe.c (stap_parse_argument_1): Likewise.
9522 (stap_is_operator): Likewise.
9523 (stap_is_generic_prefix): Likewise.
9524 (stap_is_register_prefix): Likewise.
9525 (stap_is_register_indirection_prefix): Likewise.
9526 (stap_is_integer_prefix): Likewise.
9527 (stap_generic_check_suffix): Likewise.
9528 (stap_check_integer_suffix): Likewise.
9529 (stap_check_register_suffix): Likewise.
9530 (stap_check_register_indirection_suffix): Likewise.
9531 (stap_parse_register_operand): Likewise.
9532 (stap_parse_single_operand): Likewise.
9533 (stap_parse_argument_1): Likewise.
9534 (stap_probe::get_argument_count): Likewise.
9535 (stap_is_operator): Likewise.
9536
9537 2019-05-16 Tom Tromey <tromey@adacore.com>
9538
9539 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9540 keyword to foreach.
9541
9542 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
9543
9544 * linux-thread-db.c (try_thread_db_load_1): Change return type
9545 to bool.
9546 (try_thread_db_load): Likewise.
9547 (try_thread_db_load_from_pdir_1): Likewise.
9548 (try_thread_db_load_from_pdir): Likewise.
9549 (try_thread_db_load_from_sdir): Likewise.
9550 (try_thread_db_load_from_dir): Likewise.
9551 (thread_db_load_search): Likewise.
9552 (has_libpthread): Likewise.
9553 (thread_db_load): Likewise.
9554
9555 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9556
9557 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9558 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9559 NULL, and complain/return if that's the case.
9560
9561 2019-05-15 John Darrington <john@darrington.wattle.id.au>
9562
9563 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9564 (advance, posn, abstract_read_memory): New functions.
9565 [struct mem_read_abstraction]: New struct.
9566 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9567
9568 2019-05-14 Tom Tromey <tromey@adacore.com>
9569
9570 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9571 value is not lval_memory.
9572
9573 2019-05-14 Tom Tromey <tromey@adacore.com>
9574
9575 * solib.c (info_sharedlibrary_command): Style the file name.
9576
9577 2019-05-14 Alan Hayward <alan.hayward@arm.com>
9578
9579 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9580 (aarch64_vnv_type): Likewise.
9581 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9582 * common/tdesc.c: Likewise.
9583 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9584 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9585 * features/aarch64-fpu.xml: Add ieee half view.
9586 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9587 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9588 * gdbtypes.h (struct builtin_type): Likewise.
9589 (struct objfile_type): Likewise.
9590
9591 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
9592
9593 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9594 typo.
9595 * location.h (string_to_event_location): Likewise.
9596
9597 2019-05-11 Joel Brobecker <brobecker@adacore.com>
9598
9599 GDB 8.3 released.
9600
9601 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9602
9603 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9604 New variable declaration.
9605 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9606 New variable.
9607 (print_one_breakpoint): Use ui_out::test_flags and new global
9608 variable to compute use_fixed_output.
9609 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9610 Remove.
9611 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9612 (mi_multi_location_breakpoint_output_fixed): Remove.
9613 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9614 new variable.
9615 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9616 fix_multi_location_breakpoint_output flag if version >= 3.
9617 * ui-out.h (enum ui_out_flag)
9618 <fix_multi_location_breakpoint_output>: New enumerator.
9619
9620 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9621
9622 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9623
9624 2019-05-10 Tom Tromey <tromey@adacore.com>
9625
9626 * ada-lang.c (catch_ada_completer): New function.
9627 (_initialize_ada_language): Use it.
9628
9629 2019-05-10 Tom Tromey <tromey@adacore.com>
9630
9631 * thread.c (print_thread_info): Make "requested_threads" const.
9632 * gdbthread.h (print_thread_info): Make "requested_threads"
9633 const.
9634 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9635 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9636
9637 2019-05-08 Tom Tromey <tom@tromey.com>
9638
9639 * gdbtypes.c (objfile_type_data): Change type.
9640 (objfile_type, _initialize_gdbtypes): Update.
9641
9642 2019-05-08 Tom Tromey <tom@tromey.com>
9643
9644 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9645 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9646 (_initialize_dwarf2_frame): Update.
9647
9648 2019-05-08 Tom Tromey <tom@tromey.com>
9649
9650 * objc-lang.c (objc_objfile_data): Change type.
9651 (find_methods): Update.
9652 (_initialize_objc_lang): Remove.
9653
9654 2019-05-08 Tom Tromey <tom@tromey.com>
9655
9656 * stabsread.c (rs6000_builtin_type_data): Change type.
9657 (rs6000_builtin_type, _initialize_stabsread): Update.
9658
9659 2019-05-08 Tom Tromey <tom@tromey.com>
9660
9661 * mips-tdep.c (mips_pdr_data): Remove.
9662 (_initialize_mips_tdep): Update.
9663
9664 2019-05-08 Tom Tromey <tom@tromey.com>
9665
9666 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9667 (hppa_init_objfile_priv_data, read_unwind_info)
9668 (find_unwind_entry, _initialize_hppa_tdep): Update.
9669
9670 2019-05-08 Tom Tromey <tom@tromey.com>
9671
9672 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9673 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9674 on obstack.
9675 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9676
9677 2019-05-08 Tom Tromey <tom@tromey.com>
9678
9679 * mdebugread.c (basic_type_data): Change type.
9680 (basic_type, _initialize_mdebugread): Update.
9681
9682 2019-05-08 Tom Tromey <tom@tromey.com>
9683
9684 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9685
9686 2019-05-08 Tom Tromey <tom@tromey.com>
9687
9688 * nto-tdep.c (nto_inferior_data_reg): Change type.
9689 (nto_inferior_data): Update.
9690 (nto_inferior_data_cleanup, nto_new_inferior_data)
9691 (_initialize_nto_tdep): Remove.
9692 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9693
9694 2019-05-08 Tom Tromey <tom@tromey.com>
9695
9696 * ada-lang.c (struct ada_inferior_data): Add initializers.
9697 (ada_inferior_data): Change type.
9698 (ada_inferior_data_cleanup): Remove.
9699 (get_ada_inferior_data, ada_inferior_exit)
9700 (struct ada_pspace_data): Add initializers, destructor.
9701 (ada_pspace_data_handle): Change type.
9702 (get_ada_pspace_data): Update.
9703 (ada_pspace_data_cleanup): Remove.
9704
9705 2019-05-08 Tom Tromey <tom@tromey.com>
9706
9707 * coffread.c (struct coff_symfile_info): Add initializers.
9708 (coff_objfile_data_key): Move lower. Change type.
9709 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9710 Update.
9711 (coff_free_info): Remove.
9712
9713 2019-05-08 Tom Tromey <tom@tromey.com>
9714
9715 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9716 (fbsd_pspace_data_handle): Move lower. Change type.
9717 (get_fbsd_pspace_data): Update.
9718 (fbsd_pspace_data_cleanup): Remove.
9719 (_initialize_fbsd_tdep): Update.
9720
9721 2019-05-08 Tom Tromey <tom@tromey.com>
9722
9723 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9724 (get_ada_tasks_pspace_data): Update.
9725 (ada_tasks_pspace_data_cleanup): Remove.
9726 (_initialize_tasks): Update.
9727 (ada_tasks_inferior_data_handle): Change type.
9728 (get_ada_tasks_inferior_data): Update.
9729 (ada_tasks_inferior_data_cleanup): Remove.
9730 (struct ada_tasks_pspace_data): Add initializers.
9731
9732 2019-05-08 Tom Tromey <tom@tromey.com>
9733
9734 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9735 * symfile-debug.c (debug_sym_get_probes): Change type.
9736 * stap-probe.c (handle_stap_probe):
9737 (stap_static_probe_ops::get_probes): Change type.
9738 * probe.h (class static_probe_ops) <get_probes>: Change type.
9739 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9740 (parse_probes_in_pspace): Update.
9741 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9742 Update.
9743 (any_static_probe_ops::get_probes): Change type.
9744 * elfread.c (elfread_data): New typedef.
9745 (probe_key): Change type.
9746 (elf_get_probes): Likewise. Update.
9747 (probe_key_free): Remove.
9748 (_initialize_elfread): Update.
9749 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9750 Change type.
9751 (dtrace_process_dof_probe, dtrace_process_dof)
9752 (dtrace_static_probe_ops::get_probe): Change type.
9753
9754 2019-05-08 Tom Tromey <tom@tromey.com>
9755
9756 * xcoffread.c (struct xcoff_symfile_info): Rename from
9757 coff_symfile_info. Add initializers.
9758 (xcoff_objfile_data_key): Move lower. Change type.
9759 (XCOFF_DATA): Rewrite.
9760 (xcoff_free_info): Remove.
9761 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9762 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9763 (xcoff_initial_scan): Update.
9764
9765 2019-05-08 Tom Tromey <tom@tromey.com>
9766
9767 * solib-svr4.c (struct svr4_info): Add initializers and
9768 destructor.
9769 <probes_table>: Now an htab_up.
9770 (solib_svr4_pspace_data): Change type.
9771 (free_probes_table): Simplify.
9772 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9773 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9774 (probes_table_remove_objfile_probes, register_solib_event_probe)
9775 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9776 (_initialize_svr4_solib): Update.
9777
9778 2019-05-08 Tom Tromey <tom@tromey.com>
9779
9780 * remote.c (remote_pspace_data): Change type.
9781 (remote_pspace_data_cleanup): Remove.
9782 (get_remote_exec_file, set_pspace_remote_exec_file)
9783 (_initialize_remote): Update.
9784
9785 2019-05-08 Tom Tromey <tom@tromey.com>
9786
9787 * breakpoint.c (breakpoint_objfile_key): Change type.
9788 (get_breakpoint_objfile_data): Update.
9789 (free_breakpoint_objfile_data): Remove.
9790 (_initialize_breakpoint): Update.
9791
9792 2019-05-08 Tom Tromey <tom@tromey.com>
9793
9794 * linux-tdep.c (struct linux_info): Add initializers.
9795 (linux_inferior_data): Move. Change type.
9796 (invalidate_linux_cache_inf): Update.
9797 (linux_inferior_data_cleanup): Remove.
9798 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9799
9800 2019-05-08 Tom Tromey <tom@tromey.com>
9801
9802 * auxv.c (auxv_inferior_data): Move. Change type.
9803 (auxv_inferior_data_cleanup): Remove.
9804 (invalidate_auxv_cache_inf): Rewrite.
9805 (get_auxv_inferior_data, _initialize_auxv): Update.
9806
9807 2019-05-08 Tom Tromey <tom@tromey.com>
9808
9809 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9810 (symfile_debug_objfile_data_key): Change type.
9811 (symfile_debug_installed, debug_qf_has_symbols)
9812 (debug_qf_find_last_source_symtab)
9813 (debug_qf_forget_cached_source_info)
9814 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9815 (debug_qf_print_stats, debug_qf_dump)
9816 (debug_qf_expand_symtabs_for_function)
9817 (debug_qf_expand_all_symtabs)
9818 (debug_qf_expand_symtabs_with_fullname)
9819 (debug_qf_map_matching_symbols)
9820 (debug_qf_expand_symtabs_matching)
9821 (debug_qf_find_pc_sect_compunit_symtab)
9822 (debug_qf_map_symbol_filenames)
9823 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9824 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9825 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9826 (debug_sym_read_linetable, debug_sym_relocate): Update.
9827 (symfile_debug_free_objfile): Remove.
9828 (install_symfile_debug_logging, _initialize_symfile_debug):
9829 Update.
9830
9831 2019-05-08 Tom Tromey <tom@tromey.com>
9832
9833 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9834 allocate_on_obstack.
9835 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9836 (get_dwarf2_per_objfile): Update.
9837 (set_dwarf2_per_objfile): Remove.
9838 (dwarf2_has_info, dwarf2_get_section_info): Update.
9839 (dwarf2_free_objfile): Remove.
9840 (_initialize_dwarf2_read): Update.
9841
9842 2019-05-08 Tom Tromey <tom@tromey.com>
9843
9844 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9845 initializers.
9846 <unsupported_script_warning_printed,
9847 script_not_found_warning_printed>: Now bool.
9848 (auto_load_pspace_data): Change type.
9849 (~auto_load_pspace_info): Rename from
9850 auto_load_pspace_data_cleanup.
9851 (get_auto_load_pspace_data, init_loaded_scripts_info)
9852 (clear_section_scripts, maybe_print_unsupported_script_warning)
9853 (maybe_print_script_not_found_warning, _initialize_auto_load):
9854 Update.
9855
9856 2019-05-08 Tom Tromey <tom@tromey.com>
9857
9858 * objfiles.c (objfile_pspace_info): Add destructor and
9859 initializers.
9860 (objfiles_pspace_data): Change type.
9861 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9862 (get_objfile_pspace_data): Update.
9863 (objfiles_bfd_data): Change type.
9864 (get_objfile_bfd_data): Update.
9865 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9866
9867 2019-05-08 Tom Tromey <tom@tromey.com>
9868
9869 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9870 Change type.
9871 (get_catch_syscall_inferior_data): Update.
9872 (catch_syscall_inferior_data_cleanup): Remove.
9873 (_initialize_break_catch_syscall): Update.
9874
9875 2019-05-08 Tom Tromey <tom@tromey.com>
9876
9877 * inflow.c (struct terminal_info): Add destructor and
9878 initializers.
9879 (inflow_inferior_data): Change type.
9880 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9881 (get_inflow_inferior_data, inflow_inferior_exit)
9882 (swap_terminal_info, _initialize_inflow): Update.
9883
9884 2019-05-08 Tom Tromey <tom@tromey.com>
9885
9886 * target-dcache.c (target_dcache_cleanup): Remove.
9887 (target_dcache_aspace_key): Change type.
9888 (target_dcache_init_p, target_dcache_invalidate)
9889 (target_dcache_get, target_dcache_get_or_init)
9890 (_initialize_target_dcache): Update.
9891 * dcache.h (struct dcache_deleter): New.
9892
9893 2019-05-08 Tom Tromey <tom@tromey.com>
9894
9895 * symtab.c (struct symbol_cache): Add destructor and
9896 initializers.
9897 (symbol_cache_key): Move. Change type.
9898 (make_symbol_cache, free_symbol_cache): Remove.
9899 (get_symbol_cache): Update.
9900 (symbol_cache_cleanup): Remove.
9901 (ALL_PSPACES, symbol_cache_flush)
9902 (maintenance_print_symbol_cache)
9903 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9904 Update.
9905
9906 2019-05-08 Tom Tromey <tom@tromey.com>
9907
9908 * symtab.c (struct main_info): Add destructor and initializers.
9909 (main_progspace_key): Move. Change type.
9910 (get_main_info): Update.
9911 (main_info_cleanup): Remove.
9912 (_initialize_symtab): Update.
9913
9914 2019-05-08 Tom Tromey <tom@tromey.com>
9915
9916 * registry.h (DECLARE_REGISTRY): Define the _key class.
9917
9918 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9919
9920 * NEWS: Merge two 'New commands' sections.
9921
9922 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9923
9924 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9925 parameter and use Ada language definition instead.
9926 (ada_val_print_ptr): Remove unused language parameter.
9927 (ada_val_print_num): Remove language parameter and use Ada language
9928 definition instead.
9929 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9930 parameter.
9931 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9932 parameter and use Ada language definition instead.
9933 (ada_val_print_1): Update all ada_val_print_xxx calls.
9934 Remove language parameter.
9935 (ada_val_print): Update ada_val_print_1 call.
9936
9937 2019-05-08 Tom Tromey <tromey@adacore.com>
9938
9939 * remote.c (remote_hw_watchpoint_limit)
9940 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9941 Now static.
9942
9943 2019-05-08 Tom Tromey <tromey@adacore.com>
9944
9945 * maint.c (_initialize_maint_cmds): Move initialization code to
9946 remote.c.
9947 (watchdog, show_watchdog): Move to remote.c.
9948 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9949 "watchdog" static.
9950 (_initialize_remote): Move initialization code from maint.c.
9951 * defs.h (watchdog): Don't declare.
9952
9953 2019-05-08 Tom Tromey <tromey@adacore.com>
9954
9955 * tui/tui-interp.c: Include main.h.
9956 * interps.c: Include main.h.
9957 * main.h (interpreter_p): Declare.
9958 * defs.h (interpreter_p): Don't declare.
9959
9960 2019-05-08 Tom Tromey <tromey@adacore.com>
9961
9962 * dwarf2loc.c: Include dwarf2read.h.
9963 * defs.h (read_unsigned_leb128): Don't declare.
9964 * dwarf2read.h (read_unsigned_leb128): Declare.
9965
9966 2019-05-08 Tom Tromey <tromey@adacore.com>
9967
9968 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9969 method.
9970
9971 2019-05-08 Tom Tromey <tromey@adacore.com>
9972
9973 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9974 when no wrap column is set.
9975
9976 2019-05-08 Tom Tromey <tromey@adacore.com>
9977
9978 * c-lang.c (c_get_string): Handle non-C-style arrays.
9979
9980 2019-05-08 Tom Tromey <tromey@adacore.com>
9981
9982 * typeprint.c (print_offset_data::update): Print the bit offset,
9983 not the number of bits remaining.
9984
9985 2019-05-08 Tom Tromey <tromey@adacore.com>
9986
9987 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
9988 padding at end of comment.
9989
9990 2019-05-08 Tom Tromey <tromey@adacore.com>
9991
9992 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
9993 Compare main types.
9994
9995 2019-05-06 Tom Tromey <tom@tromey.com>
9996
9997 * common/scoped_mmap.c: Include common-defs.h.
9998 * common/scoped_mmap.h: Don't include config.h.
9999
10000 2019-05-04 Tom Tromey <tom@tromey.com>
10001
10002 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
10003 (struct aarch64_call_info): Add initializers.
10004 <si>: Now a std::vector.
10005 (pass_on_stack, aarch64_push_dummy_call): Update.
10006
10007 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
10008 Tom Tromey <tom@tromey.com>
10009
10010 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
10011 (ppc_threads): Now a std::vector. Now static.
10012 (hwdebug_find_thread_points_by_tid)
10013 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
10014 Update.
10015
10016 2019-05-04 Tom Tromey <tom@tromey.com>
10017
10018 * arc-tdep.c (arc_tdesc_init): Return bool.
10019
10020 2019-05-04 Tom Tromey <tom@tromey.com>
10021
10022 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
10023 Use gdb_assert_not_reached.
10024
10025 2019-05-04 Tom Tromey <tom@tromey.com>
10026
10027 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
10028 "false".
10029
10030 2019-05-04 Tom Tromey <tom@tromey.com>
10031
10032 * arc-tdep.c (arc_tdesc_init): Use bool.
10033
10034 2019-05-04 Tom Tromey <tom@tromey.com>
10035
10036 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
10037
10038 2019-05-04 Tom Tromey <tom@tromey.com>
10039
10040 * cli/cli-cmds.c (valid_command_p): Return bool.
10041
10042 2019-05-04 Tom Tromey <tom@tromey.com>
10043
10044 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
10045 * command.h (valid_user_defined_cmd_name_p): Channge return type.
10046
10047 2019-05-04 Raul Tambre <raul@tambre.ee>
10048
10049 * python/lib/gdb/prompt.py (_ExtendedPrompt)
10050 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
10051 operator for comparison.
10052
10053 2019-05-04 Tom Tromey <tom@tromey.com>
10054
10055 * psymtab.c (psymbol_name_matches, match_partial_symbol)
10056 (lookup_partial_symbol, print_partial_symbols)
10057 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
10058 (psymbol_compare): Update.
10059 (add_psymbol_to_bcache): Clear the entire psymbol.
10060 (maintenance_check_psymtabs): Update.
10061 * psympriv.h (struct partial_symbol): Don't derive from
10062 general_symbol_info.
10063 <obj_section, unrelocated_address, address,
10064 set_unrelocated_address>: Update.
10065 <ginfo>: New member.
10066 * dwarf-index-write.c (write_psymbols, debug_names::insert)
10067 (debug_names::write_psymbols): Update.
10068
10069 2019-05-04 Tom de Vries <tdevries@suse.de>
10070
10071 * contrib/cc-with-tweaks.sh: Support -n arg.
10072
10073 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10074
10075 * corelow.c (core_target::detach): Ensure frame cache and
10076 register caches are cleared.
10077 inferior.c (exit_inferior_1): Likewise.
10078
10079 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
10080 Tom Tromey <tom@tromey.com>
10081
10082 * dictionary.c (collate_pending_symbols_by_language): Remove
10083 "struct" from foreach.
10084 * symtab.c (lookup_global_symbol_from_objfile)
10085 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
10086 foreach.
10087 * ser-tcp.c (net_open): Remove "struct" from foreach.
10088 * objfiles.c (objfile_relocate, objfile_rebase)
10089 (objfile_has_symbols): Remove "struct" from foreach.
10090 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
10091 from foreach.
10092 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
10093 foreach.
10094 * darwin-nat.c (thread_info_from_private_thread_info): Remove
10095 "struct" from foreach.
10096 * ada-lang.c (create_excep_cond_exprs)
10097 (ada_exception_catchpoint_cond_string): Remove "struct" from
10098 foreach.
10099
10100 2019-05-03 Tom Tromey <tromey@adacore.com>
10101
10102 * ada-exp.y (convert_char_literal): Check suffix of each
10103 enumerator.
10104
10105 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10106
10107 PR ada/21406:
10108 * ada-exp.y (yywrap): Don't define.
10109 * ada-lex.l (%option): Add noyywrap
10110 (yywrap): Remove.
10111
10112 2019-05-03 Eli Zaretskii <eliz@gnu.org>
10113
10114 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10115 _WIN32_WINNT to the XP level, unless already defined to a higher
10116 level.
10117
10118 * unittests/parse-connection-spec-selftests.c:
10119 * ser-tcp.c:
10120 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10121 override.
10122
10123 * symfile.c (find_separate_debug_file): Remove colon from the
10124 drive spec of DOS/Windows file names of the target, so that the
10125 file name produced from DEBUGDIR and the target's directory will
10126 be valid on DOS/Windows systems.
10127
10128 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10129
10130 * rust-lang.c (val_print_struct): Handle printing structures
10131 containing strings.
10132
10133 2019-05-02 Tom Tromey <tromey@adacore.com>
10134
10135 * valarith.c (_initialize_valarith): Remove.
10136
10137 2019-05-01 Tom Tromey <tromey@adacore.com>
10138
10139 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10140 bitfields.
10141
10142 2019-05-01 Tom Tromey <tromey@adacore.com>
10143
10144 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10145 for big-endian copies.
10146
10147 2019-04-30 Ali Tamur <tamur@google.com>
10148 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10149 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10150 (read_3_bytes): New function.
10151
10152 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10153
10154 * windows-nat.c (main_thread_id): Delete.
10155 (handle_output_debug_string): Replace main_thread_id by
10156 current_event.dwThreadId.
10157 (fake_create_process): Likewise.
10158 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10159 Do not set main_thread_id.
10160 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10161 current_event.dwThreadId.
10162 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10163
10164 2019-04-30 Joel Brobecker <brobecker@adacore.com>
10165
10166 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10167 Use current_event.dwThreadId instead of main_thread_id.
10168
10169 2019-04-30 Tom Tromey <tromey@adacore.com>
10170
10171 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10172 (create_excep_cond_exprs): Iterate over program spaces.
10173 (ada_exception_catchpoint_cond_string): Examine all minimal
10174 symbols for exception types.
10175
10176 2019-04-30 Tom Tromey <tromey@adacore.com>
10177
10178 PR c++/24470:
10179 * dwarf2read.c (process_structure_scope): Handle case where type
10180 has template parameters but no symbol was created.
10181
10182 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10183 Chris January <chris.january@arm.com>
10184
10185 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10186 qualifier.
10187 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10188
10189 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10190
10191 * f-typeprint.c (f_print_type): Update rules for printing
10192 whitespace.
10193 (f_type_print_varspec_suffix): Likewise.
10194
10195 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10196 Chris January <chris.january@arm.com>
10197
10198 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10199 function arguments.
10200
10201 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10202
10203 * f-lang.c (build_fortran_types): Change name of void type to
10204 lower case.
10205 * f-typeprint.c (f_type_print_base): Print the name of the void
10206 type, rather than a fixed string.
10207 * f-valprint.c (f_decorations): Use lower case void string.
10208
10209 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10210 Chris January <chris.january@arm.com>
10211
10212 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10213 types for Fortran.
10214
10215 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10216 Chris January <chris.january@arm.com>
10217 David Lecomber <david.lecomber@arm.com>
10218
10219 * f-exp.y (BINOP_INTRINSIC): New token.
10220 (exp): New parser rule handling BINOP_INTRINSIC.
10221 (f77_keywords): Add new builtin procedures.
10222 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10223 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10224 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10225 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10226 (print_unop_subexp_f): New function.
10227 (print_binop_subexp_f): New function.
10228 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10229 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10230 (dump_subexp_body_f): Likewise.
10231 (operator_check_f): Likewise.
10232 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10233 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10234
10235 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10236
10237 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10238 UNOP_KIND.
10239 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10240 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10241 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10242 (operator_length_f): New fuction.
10243 (print_subexp_f): New function.
10244 (op_name_f): New function.
10245 (dump_subexp_body_f): New function.
10246 (operator_check_f): New function.
10247 (exp_descriptor_f): Replace standard expression handling functions
10248 with new functions.
10249 * gdb/fortran-operator.def: New file.
10250 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10251 * gdb/std-operator.def: Remove UNOP_KIND.
10252
10253 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10254
10255 * std-operator.def: Remove unbalanced, stray double quote
10256 character.
10257
10258 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10259 Chris January <chris.january@arm.com>
10260 Daniel Everett <daniel.everett@arm.com>
10261 Nick Forrington <nick.forrington@arm.com>
10262 Richard Bunt <richard.bunt@arm.com>
10263
10264 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10265 of depth when printing anonymous structs or unions.
10266 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10267 Don't print either the top-level value, or the children if the
10268 max-depth is exceeded.
10269 (ppscm_print_children): When printing the key of a map, allow one
10270 extra level of depth.
10271 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10272 print either the top-level value, or the children if the max-depth
10273 is exceeded.
10274 (print_children): When printing the key of a map, allow one extra
10275 level of depth.
10276 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10277 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10278 (user_print_options): Initialise max_depth field.
10279 (val_print_scalar_or_string_type_p): New function.
10280 (val_print): Check to see if the max depth has been reached.
10281 (val_print_check_max_depth): Define new function.
10282 (show_print_max_depth): New function.
10283 (_initialize_valprint): Add 'print max-depth' option.
10284 * valprint.h (struct value_print_options) <max_depth>: New field.
10285 (val_print_check_max_depth): Declare new function.
10286 * NEWS: Document new feature.
10287
10288 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10289
10290 * ada-lang.c (ada_language_defn): Initialise new field.
10291 * c-lang.c (c_is_string_type_p): New function.
10292 (c_language_defn): Initialise new field.
10293 (cplus_language_defn): Initialise new field.
10294 (asm_language_defn): Initialise new field.
10295 (minimal_language_defn): Initialise new field.
10296 * c-lang.h (c_is_string_type_p): Declare new function.
10297 * d-lang.c (d_language_defn): Initialise new field.
10298 * f-lang.c (f_is_string_type_p): New function.
10299 (f_language_defn): Initialise new field.
10300 * go-lang.c (go_is_string_type_p): New function.
10301 (go_language_defn): Initialise new field.
10302 * language.c (default_is_string_type_p): New function.
10303 (unknown_language_defn): Initialise new field.
10304 (auto_language_defn): Initialise new field.
10305 * language.h (struct language_defn) <la_is_string_type_p>: New
10306 member variable.
10307 (default_is_string_type_p): Declare new function.
10308 * m2-lang.c (m2_language_defn): Initialise new field.
10309 * objc-lang.c (objc_language_defn): Initialise new field.
10310 * opencl-lang.c (opencl_language_defn): Initialise new field.
10311 * p-lang.c (pascal_is_string_type_p): New function.
10312 (pascal_language_defn): Initialise new field.
10313 * rust-lang.c (rust_is_string_type_p): New function.
10314 (rust_language_defn): Initialise new field.
10315
10316 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10317
10318 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10319 New field.
10320 * ada-lang.c (ada_language_defn): Initialise new field.
10321 * c-lang.c (c_language_defn): Likewise.
10322 (cplus_language_defn): Likewise.
10323 (asm_language_defn): Likewise.
10324 (minimal_language_defn): Likewise.
10325 * d-lang.c (d_language_defn): Likewise.
10326 * f-lang.c (f_language_defn): Likewise.
10327 * go-lang.c (go_language_defn): Likewise.
10328 * language.c (unknown_language_defn): Likewise.
10329 (auto_language_defn): Likewise.
10330 * m2-lang.c (m2_language_defn): Likewise.
10331 * objc-lang.c (objc_language_defn): Likewise.
10332 * opencl-lang.c (opencl_language_defn): Likewise.
10333 * p-lang.c (pascal_language_defn): Likewise.
10334 * rust-lang.c (rust_language_defn): Likewise.
10335
10336 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10337
10338 * ada-lang.c (ada_is_character_type): Change return type to bool.
10339 (ada_is_string_type): Likewise.
10340 * ada-lang.h (ada_is_character_type): Update declaration
10341 (ada_is_string_type): Likewise.
10342
10343 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10344
10345 Support style in 'frame|thread apply'
10346
10347 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10348 * record.c (record_start, record_stop): Update callers of
10349 execute_command_to_string with false.
10350 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10351 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10352 methods.
10353 (class string_file): New constructor with term_out parameter.
10354 Override methods term_out and can_emit_style_escape. New member
10355 term_out.
10356 (class stdio_file): Override can_emit_style_escape.
10357 (class tee_file): Override term_out and can_emit_style_escape.
10358 * utils.h (can_emit_style_escape): Remove.
10359 * utils.c (can_emit_style_escape): Likewise.
10360 Update all callers of can_emit_style_escape (SOMESTREAM) to
10361 SOMESTREAM->can_emit_style_escape.
10362 * source-cache.c (source_cache::get_source_lines): Likewise.
10363 * stack.c (frame_apply_command_count): Call execute_command_to_string
10364 passing the term_out characteristic of the current gdb_stdout.
10365 * thread.c (thr_try_catch_cmd): Likewise.
10366 * top.c (execute_command_to_string): pass term_out parameter
10367 to construct the string_file for the command output.
10368 * ui-file.c (term_cli_styling): New function (most code moved
10369 from utils.c can_emit_style_escape).
10370 (string_file::string_file, string_file::can_emit_style_escape,
10371 stdio_file::can_emit_style_escape, tee_file::term_out,
10372 tee_file::can_emit_style_escape): New functions.
10373
10374 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10375
10376 * NEWS: Mention the new set|show may-call-functions.
10377 * infcall.c (may_call_functions_p): New variable.
10378 (show_may_call_functions_p): New function.
10379 (call_function_by_hand_dummy): Throws an error if not
10380 may-call-functions.
10381 (_initialize_infcall): Call add_setshow_boolean_cmd for
10382 may-call-functions.
10383
10384 2019-04-25 Keith Seitz <keiths@redhat.com>
10385
10386 PR c++/24367
10387 * cp-support.c (inspect_type): Don't attempt substitutions
10388 of symbol with the same name.
10389
10390 2019-04-25 Tom Tromey <tromey@adacore.com>
10391
10392 PR gdb/24475:
10393 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10394 static.
10395
10396 2019-04-25 Tom Tromey <tromey@adacore.com>
10397
10398 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10399 rvalue reference.
10400 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10401 (gdb_xml_parser::parse): Use std::move.
10402 * python/python-internal.h (gdbpy_convert_exception): Take a const
10403 reference.
10404 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10405 std::move.
10406 * python/py-utils.c (gdbpy_convert_exception): Take a const
10407 reference.
10408 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10409 Use std::move.
10410 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10411 Use std::move.
10412 * mi/mi-main.c (mi_print_exception): Take a const reference.
10413 * main.c (handle_command_errors): Take a const reference.
10414 * linespec.c (parse_linespec): Use std::move.
10415 * infcall.c (run_inferior_call): Use std::move.
10416 (call_function_by_hand_dummy): Use std::move.
10417 * exec.c (try_open_exec_file): Use std::move.
10418 * exceptions.h (exception_print, exception_fprintf)
10419 (exception_print_same): Update.
10420 * exceptions.c (print_exception, exception_print)
10421 (exception_fprintf, exception_print_same): Change parameters to
10422 const reference.
10423 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10424 * common/new-op.c: Use std::move.
10425 * common/common-exceptions.h (struct gdb_exception): Add move
10426 constructor.
10427 (struct gdb_exception_error, struct gdb_exception_quit, struct
10428 gdb_quit_bad_alloc): Change constructor to move constructor.
10429 (throw_exception): Change parameter to rvalue reference.
10430 * common/common-exceptions.c (throw_exception): Take rvalue
10431 reference.
10432 * cli/cli-interp.c (safe_execute_command): Use std::move.
10433 * breakpoint.c (insert_bp_location, location_to_sals): Use
10434 std::move.
10435
10436 2019-04-25 Tom Tromey <tromey@adacore.com>
10437
10438 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10439 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10440 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10441 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10442 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10443 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10444 guile/scm-value.c: Use unpack.
10445 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10446 gdbscm_gdb_exception.
10447 (gdbscm_throw_gdb_exception): Likewise.
10448 (struct gdbscm_gdb_exception): New.
10449 (unpack): New function.
10450 (gdbscm_wrap): Use unpack.
10451
10452 2019-04-25 Tom Tromey <tromey@adacore.com>
10453
10454 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10455 (gdb_rl_callback_handler): Use std::move.
10456 * common/common-exceptions.h (struct gdb_exception): Add move
10457 assignment operator.
10458 (throw_exception_sjlj): Change "exception" to const reference.
10459 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10460 (throw_exception_sjlj): Change "exception" to const reference.
10461
10462 2019-04-25 Tom Tromey <tromey@adacore.com>
10463
10464 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10465 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10466 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10467 Update.
10468 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10469 Update.
10470 * mi/mi-interp.c (mi_interp::exec): Update.
10471 * linespec.c (parse_linespec): Update.
10472 * infcall.c (run_inferior_call): Update.
10473 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10474 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10475 (gdbscm_lookup_global_symbol): Update.
10476 * guile/scm-param.c (gdbscm_parameter_value): Update.
10477 * guile/scm-frame.c (gdbscm_frame_read_register)
10478 (gdbscm_frame_read_var): Update.
10479 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10480 * exec.c (try_open_exec_file): Update.
10481 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10482 (gdb_rl_callback_handler): Update.
10483 * common/common-exceptions.h (exception_none): Don't declare.
10484 * common/common-exceptions.c (exception_none): Don't define.
10485 (struct catcher) <exception>: Update.
10486 * cli/cli-interp.c (safe_execute_command): Update.
10487 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10488
10489 2019-04-25 Ali Tamur <tamur@google.com>
10490
10491 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10492 (read_attribute_value): Likewise.
10493 (dwarf2_read_addr_index): Update comment.
10494 (read_str_index): Add DW_FORM_strx.
10495 (dwarf2_string_attr): Likewise.
10496 (dwarf2_const_value_attr): Likewise.
10497 (dump_die_shallow): Likewise.
10498 (dwarf2_fetch_constant_bytes): Likewise.
10499 (skip_form_bytes): Likewise.
10500 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10501
10502 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10503
10504 PR corefiles/11608
10505 PR corefiles/18187
10506 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10507 OFFSET. Verify if current mapping contains an ELF header.
10508 (linux_find_memory_regions_full): Adjust call to
10509 dump_mapping_p.
10510
10511 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10512 Kang Li <kanglictf@gmail.com>
10513
10514 PR gdb/21600
10515
10516 * dwarf2-frame.c (read_initial_length): Be consistent about using
10517 unsigned representation of length.
10518 (decode_frame_entry_1): Likewise. Check for wraparound of
10519 end pointer as well as buffer overflow.
10520
10521 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10522
10523 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10524 "vq".
10525
10526 2019-04-24 Tom Tromey <tromey@adacore.com>
10527
10528 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10529
10530 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10531
10532 * s12z-tdep.c (s12z_unwind_pc): Delete.
10533 (s12z_unwind_sp): Delete.
10534 (s12z_gdbarch_init): Don't register deleted functions with
10535 gdbarch.
10536
10537 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10538
10539 * rl78-tdep.c (rl78_unwind_sp): Delete.
10540 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10541
10542 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10543
10544 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10545 (xstormy16_unwind_pc): Delete.
10546 (xstormy16_dummy_id): Delete.
10547 (xstormy16_gdbarch_init): Don't register deleted functions with
10548 gdbarch.
10549
10550 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10551
10552 * vax-tdep.c (vax_unwind_pc): Delete.
10553 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10554
10555 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10556
10557 * v850-tdep.c (v850_unwind_sp): Delete.
10558 (v850_unwind_pc): Delete.
10559 (v850_dummy_id): Delete.
10560 (v850_gdbarch_init): Don't register deleted functions with
10561 gdbarch.
10562
10563 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10564
10565 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10566 (tilegx_unwind_pc): Delete.
10567 (tilegx_unwind_dummy_id): Delete.
10568 (tilegx_gdbarch_init): Don't register deleted functions with
10569 gdbarch.
10570
10571 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10572
10573 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10574 (tic6x_dummy_id): Delete.
10575 (tic6x_gdbarch_init): Don't register deleted functions with
10576 gdbarch.
10577
10578 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10579
10580 * sparc-tdep.c (sparc_unwind_pc): Delete.
10581 (sparc32_gdbarch_init): Don't register deleted function with
10582 gdbarch.
10583
10584 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10585
10586 * sh-tdep.c (sh_unwind_sp): Delete.
10587 (sh_unwind_pc): Delete.
10588 (sh_dummy_id): Delete.
10589 (sh_gdbarch_init): Don't register deleted functions with
10590 gdbarch.
10591
10592 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10593
10594 * score-tdep.c (score_unwind_sp): Delete.
10595 (score_unwind_pc): Delete.
10596 (score_dummy_id): Delete.
10597 (score_gdbarch_init): Don't register deleted functions with
10598 gdbarch.
10599
10600 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10601
10602 * rx-tdep.c (rx_unwind_pc): Delete.
10603 (rx_unwind_sp): Delete.
10604 (rx_dummy_id): Delete.
10605 (rx_gdbarch_init): Don't register deleted functions with
10606 gdbarch. Update comment.
10607
10608 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10609
10610 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10611 (rs6000_dummy_id): Delete.
10612 (rs6000_gdbarch_init): Don't register deleted functions with
10613 gdbarch.
10614
10615 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10616
10617 * or1k-tdep.c (or1k_dummy_id): Delete.
10618 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10619
10620 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10621
10622 * nios2-tdep.c (nios2_dummy_id): Delete.
10623 (nios2_unwind_sp): Delete.
10624 (nios2_gdbarch_init): Don't register deleted functions with
10625 gdbarch.
10626
10627 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10628
10629 * nds32-tdep.c (nds32_dummy_id): Delete.
10630 (nds32_unwind_pc): Delete.
10631 (nds32_unwind_sp): Delete.
10632 (nds32_gdbarch_init): Don't register deleted functions with
10633 gdbarch.
10634
10635 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10636
10637 * msp430-tdep.c (msp430_unwind_pc): Delete.
10638 (msp430_unwind_sp): Delete.
10639 (msp430_dummy_id): Delete.
10640 (msp430_gdbarch_init): Don't register deleted functions with
10641 gdbarch.
10642
10643 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10644
10645 * moxie-tdep.c (moxie_unwind_sp): Delete.
10646 (moxie_unwind_pc): Delete.
10647 (moxie_dummy_id): Delete.
10648 (moxie_gdbarch_init): Don't register deleted functions with
10649 gdbarch.
10650
10651 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10652
10653 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10654 (mn10300_unwind_pc): Delete.
10655 (mn10300_unwind_sp): Delete.
10656 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10657 mn10300_unwind_sp.
10658 (mn10300_frame_unwind_init): Don't register deleted functions with
10659 gdbarch.
10660
10661 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10662
10663 * mep-tdep.c (mep_unwind_pc): Delete.
10664 (mep_unwind_sp): Delete.
10665 (mep_dummy_id): Delete.
10666 (mep_gdbarch_init): Don't register deleted functions with
10667 gdbarch.
10668
10669 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10670
10671 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10672 (m68hc11_unwind_sp): Delete.
10673 (m68hc11_gdbarch_init): Don't register deleted functions with
10674 gdbarch.
10675
10676 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10677
10678 * m32r-tdep.c (m32r_unwind_sp): Delete.
10679 (m32r_unwind_pc): Delete.
10680 (m32r_dummy_id): Delete.
10681 (m32r_gdbarch_init): Don't register deleted functions with
10682 gdbarch.
10683
10684 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10685
10686 * m32c-tdep.c (m32c_unwind_pc): Delete.
10687 (m32c_unwind_sp): Delete.
10688 (m32c_dummy_id): Delete.
10689 (m32c_gdbarch_init): Don't register deleted functions with
10690 gdbarch.
10691
10692 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10693
10694 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10695 (lm32_unwind_pc): Delete.
10696 (lm32_dummy_id): Delete.
10697 (lm32_gdbarch_init): Don't register deleted functions with
10698 gdbarch.
10699
10700 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10701
10702 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10703 (iq2000_unwind_pc): Delete.
10704 (iq2000_dummy_id): Delete.
10705 (iq2000_gdbarch_init): Don't register deleted functions with
10706 gdbarch.
10707
10708 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10709
10710 * nds32-tdep.c (nds32_type_align): Delete.
10711 (nds32_push_dummy_call): Use type_align instead.
10712
10713 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10714
10715 * arm-tdep.c (arm_type_align): Only handle vector override case.
10716 (arm_push_dummy_call): Use type_align.
10717 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10718
10719 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10720
10721 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10722 case.
10723 (pass_on_stack): Use type_align.
10724 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10725 function.
10726
10727 2019-04-23 Tom Tromey <tromey@adacore.com>
10728
10729 * dwarf2read.c (line_header::file_name_at): Remove unused
10730 overload.
10731
10732 2019-04-23 Tom de Vries <tdevries@suse.de>
10733
10734 PR gdb/24438
10735 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10736 invocation.
10737
10738
10739 2019-03-27 Ali Tamur <tamur@google.com>
10740
10741 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10742 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10743 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10744 (dwarf_expr_context::get_addr_index): Likewise
10745 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10746 (symbol_needs_eval_context::get_addr_index): Likewise
10747 (disassemble_dwarf_expression): Add DW_OP_addrx
10748 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10749 (read_cutu_die_from_dwo): Update comment
10750 (skip_one_die): Add DW_FORM_addrx
10751 (read_attribute_value): Likewise
10752 (var_decode_location): Add DW_OP_addrx
10753 (dwarf2_const_value_attr): Add DW_FORM_addrx
10754 (dump_die_shallow): Likewise
10755 (dwarf2_fetch_constant_bytes): Likewise
10756 (decode_locdesc): Add DW_OP_addrx
10757 (skip_form_bytes): Add DW_FORM_addrx
10758
10759 2019-04-22 Ali Tamur <tamur@google.com>
10760
10761 * MAINTAINERS (Write After Approval): Add self.
10762
10763 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
10764
10765 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10766 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10767 (open_symbol_file_object): Likewise.
10768 (svr4_default_sos): Add info parameter.
10769 (svr4_read_so_list): Likewise.
10770 (svr4_current_sos_direct): Adjust functions calls to pass down
10771 info.
10772 (svr4_current_sos_1): Add info parameter.
10773 (svr4_current_sos): Call get_svr4_info, pass info down to
10774 svr4_current_sos_1.
10775 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10776 get_svr4_info.
10777 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10778 get_svr4_info.
10779 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10780 to get_svr4_info.
10781 (probes_table_remove_objfile_probes): Likewise.
10782 (register_solib_event_probe): Add info parameter.
10783 (solist_update_incremental): Pass info parameter down to
10784 svr4_read_so_list.
10785 (disable_probes_interface): Add info parameter.
10786 (svr4_handle_solib_event): Pass current_program_space to
10787 get_svr4_info. Adjust disable_probes_interface cleanup.
10788 (svr4_create_probe_breakpoints): Add info parameter, pass it
10789 down to register_solib_event_probe.
10790 (svr4_create_solib_event_breakpoints): Add info parameter,
10791 pass it down to svr4_create_probe_breakpoints.
10792 (enable_break): Pass info down to
10793 svr4_create_solib_event_breakpoints.
10794 (svr4_solib_create_inferior_hook): Pass current_program_space to
10795 get_svr4_info.
10796 (svr4_clear_solib): Likewise.
10797
10798 2019-04-22 Pedro Alves <palves@redhat.com>
10799
10800 * solib-svr4.c (svr4_free_objfile_observer): New.
10801 (probe_and_action::objfile): New field.
10802 (probes_table_htab_remove_objfile_probes)
10803 (probes_table_remove_objfile_probes): New functions.
10804 (register_solib_event_probe): Add 'objfile' parameter. Store it
10805 in the new probe_and_action. Don't store the probe in 'lookup'.
10806 (svr4_create_probe_breakpoints): Pass objfile to
10807 register_solib_event_probe.
10808 (_initialize_svr4_solib): Register a free_objfile observer.
10809
10810 2019-04-19 Tom Tromey <tom@tromey.com>
10811
10812 * common/queue.h: Remove.
10813
10814 2019-04-19 Tom Tromey <tom@tromey.com>
10815
10816 * event-loop.c: Don't include "common/queue.h".
10817
10818 2019-04-19 Tom Tromey <tom@tromey.com>
10819
10820 * remote.c (remote_target): Use delete.
10821 * remote-notif.h: Include <list>, not "common/queue.h".
10822 (notif_client_p): Remove typedef.
10823 (remote_notif_state): Add constructor, destructor, initializer.
10824 <notif_queue>: Now a std::list.
10825 (remote_notif_state_xfree): Don't declare.
10826 * remote-notif.c (remote_notif_process, handle_notification)
10827 (remote_notif_state_allocate): Update.
10828 (~remote_notif_state): Rename from remote_notif_state_xfree.
10829
10830 2019-04-19 Tom Tromey <tom@tromey.com>
10831
10832 * symfile.c (reread_symbols): Update.
10833 * objfiles.c (objfile_register_static_link)
10834 (objfile_lookup_static_link): Update
10835 (~objfile) Don't delete static_links.
10836 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10837
10838 2019-04-19 Tom Tromey <tom@tromey.com>
10839
10840 * type-stack.h (struct type_stack) <insert>: Constify string.
10841 * type-stack.c (type_stack::insert): Constify string.
10842 * gdbtypes.h (lookup_template_type): Update.
10843 (address_space_name_to_int): Update.
10844 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10845 const.
10846 (lookup_template_type): Make name const.
10847 * c-exp.y: Update rules.
10848 (lex_one_token, classify_name, classify_inner_name)
10849 (c_print_token): Update.
10850 * p-exp.y: Update rules.
10851 (yylex): Update.
10852 * f-exp.y: Update rules.
10853 (yylex): Update.
10854 * d-exp.y: Update rules.
10855 (lex_one_token, classify_name, classify_inner_name): Update.
10856 * parse.c (write_dollar_variable, copy_name): Return std::string.
10857 * parser-defs.h (copy_name): Change return type.
10858 * m2-exp.y: Update rules.
10859 (yylex): Update.
10860 * go-exp.y (lex_one_token): Update.
10861 Update rules.
10862 (classify_unsafe_function, classify_packaged_name)
10863 (classify_name, yylex): Update.
10864
10865 2019-04-19 Sergei Trofimovich <siarheit@google.com>
10866
10867 * configure.ac: add --enable-source-highlight switch.
10868 * configure: Regenerate.
10869 * top.c (print_gdb_version): plumb --enable-source-highlight
10870 status to "show configuration".
10871
10872 2019-04-19 Tom Tromey <tromey@adacore.com>
10873
10874 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10875 Check ADA_TYPE_P.
10876 (empty_record, ada_template_to_fixed_record_type_1)
10877 (template_to_static_fixed_type)
10878 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10879 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10880 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10881 macros.
10882
10883 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10884
10885 PR symtab/24423:
10886 * source.c (print_source_lines_base): Advance "iter" when a
10887 control character is seen.
10888
10889 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10890
10891 * inferior.h (struct infcall_suspend_state_deleter):
10892 Catch exception in destructor to avoid crash.
10893
10894 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10895
10896 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10897 close to the add_com "shell".
10898
10899 2019-04-18 Tom Tromey <tromey@adacore.com>
10900
10901 * process-stratum-target.h (class process_stratum_target)
10902 <stratum>: Add "final".
10903
10904 2019-04-17 Tom Tromey <tromey@adacore.com>
10905
10906 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10907 against nullptr before use.
10908
10909 2019-04-17 Alan Hayward <alan.hayward@arm.com>
10910
10911 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10912
10913 2019-04-17 Jim Wilson <jimw@sifive.com>
10914 Andrew Burgess <andrew.burgess@embecosm.com>
10915
10916 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10917 code read might fail, assume 4-byte breakpoint in that case.
10918
10919 2019-04-15 Leszek Swirski <leszeks@google.com>
10920
10921 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10922 rather than a hand-rolled POD check when checking for forced MEMORY
10923 classification.
10924
10925 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10926
10927 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10928 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10929 function.
10930 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10931 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10932 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10933 declaration.
10934
10935 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10936
10937 * aarch64-linux-nat.c
10938 (aarch64_linux_nat_target::thread_architecture): Add override.
10939 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10940 each VQ.
10941
10942 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10943
10944 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10945
10946 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10947
10948 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10949 target types of size 96-bits, add some additional comments, and
10950 check that the builtin type we found was the correct size.
10951
10952 2019-04-12 Eli Zaretskii <eliz@gnu.org>
10953
10954 * utils.c (prompt_for_continue): Don't restore the styling at the
10955 end, as applied_style has the wrong value. This fixes styling in
10956 long lists of file names that are interrupted by the "Continue?"
10957 prompt.
10958
10959 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10960
10961 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10962 * c-lang.c (c_language_defn): Likewise.
10963 (cplus_language_defn): Likewise.
10964 (asm_language_defn): Likewise.
10965 (minimal_language_defn): Likewise.
10966 * d-lang.c (d_language_defn): Likewise.
10967 * f-lang.c (f_language_defn): Likewise.
10968 * go-lang.c (go_language_defn): Likewise.
10969 * language.c (unknown_language_defn): Likewise.
10970 (auto_language_defn): Likewise.
10971 * language.h (struct language_defn): Remove la_magic field.
10972 (LANG_MAGIC): Delete.
10973 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10974 * objc-lang.c (objc_language_defn): Likewise.
10975 * opencl-lang.c (opencl_language_defn): Likewise.
10976 * p-lang.c (pascal_language_defn): Likewise.
10977 * rust-lang.c (rust_language_defn): Likewise.
10978
10979 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10980
10981 * riscv-tdep.c (riscv_type_align): New function.
10982 (riscv_type_alignment): Delete.
10983 (riscv_arg_location): Use 'type_align'.
10984 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
10985
10986 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10987
10988 * gdbtypes.c (type_align): A struct with no non-static fields also
10989 has alignment of 1.
10990
10991 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10992
10993 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
10994 component to 0.
10995 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
10996 member.
10997 (riscv_struct_info::analyse): New implementation using new
10998 analyse_inner member function.
10999 (riscv_struct_info::field_offset): New member function.
11000 (riscv_struct_info::m_offsets): New member variable.
11001 (riscv_struct_info::analyse_inner): New private member function,
11002 takes the old implementation of riscv_struct_info::analyse but
11003 extended to track field offsets.
11004 (riscv_call_arg_struct): Update the struct folding special cases
11005 to handle cases where empty C++ structs, which are non-zero
11006 length, are found.
11007 (riscv_arg_location): Initialise the length of each location, a
11008 non-zero length now indicates the location is in use.
11009 (riscv_push_dummy_call): Allow for the first location having a
11010 non-zero offset when setting up arguments.
11011 (riscv_return_value): Likewise, but for return values.
11012
11013 2019-04-11 Tom Tromey <tromey@adacore.com>
11014
11015 * utils.c (internal_vproblem): Make "msg" const.
11016
11017 2019-04-11 Alan Hayward <alan.hayward@arm.com>
11018
11019 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
11020 * trad-frame.c (trad_frame_reset_saved_regs): New function.
11021 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
11022 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
11023
11024 2019-04-10 Kevin Buettner <kevinb@redhat.com>
11025
11026 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
11027 function.
11028 (fill_gregset): Call amd64_linux_collect_native_gregset instead
11029 of amd64_collect_native_gregset.
11030 (amd64_linux_nat_target::store_registers): Likewise.
11031
11032 2019-04-10 Tom Tromey <tom@tromey.com>
11033
11034 * symtab.c (lookup_global_symbol_from_objfile)
11035 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
11036 * objfiles.h (class separate_debug_iterator): New.
11037 (class separate_debug_range): New.
11038 (struct objfile) <separate_debug_objfiles>: New method.
11039 (objfile_separate_debug_iterate): Don't declare.
11040 * objfiles.c (separate_debug_iterator::operator++): Rename from
11041 objfile_separate_debug_iterate.
11042 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
11043 iterator.
11044 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
11045 iterator.
11046
11047 2019-04-10 Tom Tromey <tom@tromey.com>
11048
11049 * symfile.c (reread_symbols): Remove old comment.
11050 * objfiles.c (free_all_objfiles): Fix a typo.
11051
11052 2019-04-10 Tom Tromey <tom@tromey.com>
11053
11054 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
11055 * minsyms.c (lookup_minimal_symbol): Use foreach.
11056 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
11057 (lookup_minimal_symbol_solib_trampoline): Likewise.
11058 * symfile.c (reread_symbols): Use foreach.
11059
11060 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
11061 Tom Tromey <tromey@adacore.com>
11062
11063 PR rust/24414:
11064 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
11065 (rust_lex_int_test): Change "value" to be LONGEST.
11066 (rust_lex_tests): Add test for long integer literal.
11067
11068 2019-04-09 Tom Tromey <tromey@adacore.com>
11069
11070 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
11071 to bool.
11072 (extended_remote_target::attach): Update.
11073 (remote_target::remote_notice_new_inferior): Update.
11074 (remote_target::add_current_inferior_and_thread): Update.
11075 * inferior.c (exit_inferior_1): Use "false".
11076 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
11077
11078 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
11079
11080 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
11081 the "start" command.
11082
11083 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11084
11085 * python/py-inferior.c (infpy_thread_from_thread_handle):
11086 Adjust comments to reflect renaming of thread_from_thread_handle
11087 to thread_from_handle. Adjust keywords. Fix type error message.
11088 (inferior_object_methods): Add thread_from_handle. Retain
11089 thread_from_thread_handle, but mark it as deprecated.
11090
11091 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11092
11093 * gdbthread.h (find_thread_by_handle): Revise declaration.
11094 * thread.c (find_thread_by_handle): Likewise. Adjust
11095 implementation too.
11096 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
11097 support for buffer objects as handles.
11098
11099 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11100
11101 * python/py-infthread.c (thpy_thread_handle): New function.
11102 (thread_object_methods): Register thpy_thread_handle.
11103
11104 2019-04-08 Kevin Buettner <kevinb@redhat.com>
11105
11106 * gdbthread.h (thread_to_thread_handle): Declare.
11107 * thread.c (gdbtypes.h): Include.
11108 (thread_to_thread_handle): New function.
11109
11110 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11111 (target_thread_info_to_thread_handle): Declare.
11112 * target.c (target_thread_info_to_thread_handle): New function.
11113 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11114 * target-delegates.c: Regenerate.
11115
11116 * linux-thread-db.c (class thread_db_target): Add method
11117 thread_info_to_thread_handle.
11118 (thread_db_target::thread_info_to_thread_handle): Define.
11119 * remote.c (class remote_target): Add new method
11120 thread_info_to_thread_handle.
11121 (remote_target::thread_info_to_thread_handle): Define.
11122
11123 2019-04-08 Pedro Alves <palves@redhat.com>
11124
11125 * common/common-exceptions.c (throw_exception): Don't create
11126 named object to throw; throw directly.
11127 (throw_it): Likewise. Don't initialize gdb_exception::message
11128 here, with new; pass FMT and AP to the ctor instead.
11129 * common/common-exceptions.h: Include <string>.
11130 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11131 const char *, va_list)): New ctor. Use std::make_shared.
11132 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11133 errors)): Delete.
11134 (gdb_exception_error::gdb_exception_error(enum errors, const char
11135 *, va_list)): New.
11136 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11137 Add assertion.
11138 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11139 errors)): Delete.
11140 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11141 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11142 Add assertion.
11143
11144 2019-04-08 Tom Tromey <tom@tromey.com>
11145
11146 * valops.c (value_rtti_indirect_type): Replace throw_exception
11147 with throw.
11148 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11149 with throw.
11150 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11151 throw.
11152 * target.c (target_translate_tls_address): Replace throw_exception
11153 with throw.
11154 * stack.c (frame_apply_command_count): Replace throw_exception
11155 with throw.
11156 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11157 throw.
11158 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11159 with throw.
11160 * rs6000-tdep.c (rs6000_frame_cache)
11161 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11162 * remote.c: Replace throw_exception with throw.
11163 * record-full.c (record_full_message, record_full_wait_1)
11164 (record_full_restore): Replace throw_exception with throw.
11165 * record-btrace.c:
11166 (get_thread_current_frame_id, record_btrace_start_replaying)
11167 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11168 (cmd_record_btrace_start): Replace throw_exception with throw.
11169 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11170 throw.
11171 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11172 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11173 * linespec.c:
11174 (find_linespec_symbols): Replace throw_exception with throw.
11175 * infrun.c (displaced_step_prepare, resume): Replace
11176 throw_exception with throw.
11177 * infcmd.c (post_create_inferior): Replace throw_exception with
11178 throw.
11179 * inf-loop.c (inferior_event_handler): Replace throw_exception
11180 with throw.
11181 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11182 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11183 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11184 (get_prev_frame_always, get_frame_pc_if_available)
11185 (get_frame_address_in_block_if_available, get_frame_language):
11186 Replace throw_exception with throw.
11187 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11188 throw_exception with throw.
11189 * eval.c (fetch_subexp_value, evaluate_var_value)
11190 (evaluate_funcall, evaluate_subexp_standard): Replace
11191 throw_exception with throw.
11192 * dwarf2loc.c (call_site_find_chain)
11193 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11194 Replace throw_exception with throw.
11195 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11196 with throw.
11197 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11198 throw.
11199 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11200 * completer.c (complete_line_internal): Replace throw_exception
11201 with throw.
11202 * compile/compile-object-run.c (compile_object_run): Replace
11203 throw_exception with throw.
11204 * cli/cli-script.c (process_next_line): Replace throw_exception
11205 with throw.
11206 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11207 (btrace_enable, btrace_maint_update_pt_packets): Replace
11208 throw_exception with throw.
11209 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11210 throw_exception with throw.
11211 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11212 throw_exception with throw.
11213 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11214 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11215 * aarch64-tdep.c (aarch64_make_prologue_cache)
11216 (aarch64_make_stub_cache): Replace throw_exception with throw.
11217
11218 2019-04-08 Tom Tromey <tom@tromey.com>
11219
11220 * common/common-exceptions.c (throw_exception): Rename from
11221 throw_exception_cxx. Remove old copy. Make argument const.
11222 (throw_it): Create and throw exception objects directly.
11223 * common/common-exceptions.h (throw_exception): Make argument
11224 const.
11225 (struct gdb_exception_error): Add constructor.
11226 (struct gdb_exception_quit): Add constructor.
11227
11228 2019-04-08 Tom Tromey <tom@tromey.com>
11229
11230 * common/common-exceptions.h (exception_rethrow): Don't declare.
11231 (TRY_SJLJ): Update comment.
11232 (TRY, CATCH, END_CATCH): Remove.
11233 * common/common-exceptions.c (exception_rethrow): Remove.
11234
11235 2019-04-08 Tom Tromey <tom@tromey.com>
11236
11237 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11238 Remove.
11239 (gdb_exception_error): Rename from
11240 gdb_exception_RETURN_MASK_ERROR.
11241 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11242 (gdb_quit_bad_alloc): Update.
11243 * aarch64-tdep.c: Update.
11244 * ada-lang.c: Update.
11245 * ada-typeprint.c: Update.
11246 * ada-valprint.c: Update.
11247 * amd64-tdep.c: Update.
11248 * arch-utils.c: Update.
11249 * break-catch-throw.c: Update.
11250 * breakpoint.c: Update.
11251 * btrace.c: Update.
11252 * c-varobj.c: Update.
11253 * cli/cli-cmds.c: Update.
11254 * cli/cli-interp.c: Update.
11255 * cli/cli-script.c: Update.
11256 * common/common-exceptions.c: Update.
11257 * common/new-op.c: Update.
11258 * common/selftest.c: Update.
11259 * compile/compile-c-symbols.c: Update.
11260 * compile/compile-cplus-symbols.c: Update.
11261 * compile/compile-object-load.c: Update.
11262 * compile/compile-object-run.c: Update.
11263 * completer.c: Update.
11264 * corelow.c: Update.
11265 * cp-abi.c: Update.
11266 * cp-support.c: Update.
11267 * cp-valprint.c: Update.
11268 * darwin-nat.c: Update.
11269 * disasm-selftests.c: Update.
11270 * dtrace-probe.c: Update.
11271 * dwarf-index-cache.c: Update.
11272 * dwarf-index-write.c: Update.
11273 * dwarf2-frame-tailcall.c: Update.
11274 * dwarf2-frame.c: Update.
11275 * dwarf2loc.c: Update.
11276 * dwarf2read.c: Update.
11277 * eval.c: Update.
11278 * event-loop.c: Update.
11279 * event-top.c: Update.
11280 * exec.c: Update.
11281 * f-valprint.c: Update.
11282 * fbsd-tdep.c: Update.
11283 * frame-unwind.c: Update.
11284 * frame.c: Update.
11285 * gdbtypes.c: Update.
11286 * gnu-v3-abi.c: Update.
11287 * guile/guile-internal.h: Update.
11288 * guile/scm-block.c: Update.
11289 * guile/scm-breakpoint.c: Update.
11290 * guile/scm-cmd.c: Update.
11291 * guile/scm-disasm.c: Update.
11292 * guile/scm-frame.c: Update.
11293 * guile/scm-lazy-string.c: Update.
11294 * guile/scm-math.c: Update.
11295 * guile/scm-param.c: Update.
11296 * guile/scm-ports.c: Update.
11297 * guile/scm-pretty-print.c: Update.
11298 * guile/scm-symbol.c: Update.
11299 * guile/scm-symtab.c: Update.
11300 * guile/scm-type.c: Update.
11301 * guile/scm-value.c: Update.
11302 * i386-linux-tdep.c: Update.
11303 * i386-tdep.c: Update.
11304 * inf-loop.c: Update.
11305 * infcall.c: Update.
11306 * infcmd.c: Update.
11307 * infrun.c: Update.
11308 * jit.c: Update.
11309 * language.c: Update.
11310 * linespec.c: Update.
11311 * linux-fork.c: Update.
11312 * linux-nat.c: Update.
11313 * linux-tdep.c: Update.
11314 * linux-thread-db.c: Update.
11315 * main.c: Update.
11316 * mi/mi-cmd-break.c: Update.
11317 * mi/mi-cmd-stack.c: Update.
11318 * mi/mi-interp.c: Update.
11319 * mi/mi-main.c: Update.
11320 * objc-lang.c: Update.
11321 * p-valprint.c: Update.
11322 * parse.c: Update.
11323 * ppc-linux-tdep.c: Update.
11324 * printcmd.c: Update.
11325 * python/py-arch.c: Update.
11326 * python/py-breakpoint.c: Update.
11327 * python/py-cmd.c: Update.
11328 * python/py-finishbreakpoint.c: Update.
11329 * python/py-frame.c: Update.
11330 * python/py-framefilter.c: Update.
11331 * python/py-gdb-readline.c: Update.
11332 * python/py-inferior.c: Update.
11333 * python/py-infthread.c: Update.
11334 * python/py-lazy-string.c: Update.
11335 * python/py-linetable.c: Update.
11336 * python/py-objfile.c: Update.
11337 * python/py-param.c: Update.
11338 * python/py-prettyprint.c: Update.
11339 * python/py-progspace.c: Update.
11340 * python/py-record-btrace.c: Update.
11341 * python/py-record.c: Update.
11342 * python/py-symbol.c: Update.
11343 * python/py-type.c: Update.
11344 * python/py-unwind.c: Update.
11345 * python/py-utils.c: Update.
11346 * python/py-value.c: Update.
11347 * python/python.c: Update.
11348 * record-btrace.c: Update.
11349 * record-full.c: Update.
11350 * remote-fileio.c: Update.
11351 * remote.c: Update.
11352 * riscv-tdep.c: Update.
11353 * rs6000-aix-tdep.c: Update.
11354 * rs6000-tdep.c: Update.
11355 * rust-exp.y: Update.
11356 * rust-lang.c: Update.
11357 * s390-tdep.c: Update.
11358 * selftest-arch.c: Update.
11359 * solib-dsbt.c: Update.
11360 * solib-frv.c: Update.
11361 * solib-spu.c: Update.
11362 * solib-svr4.c: Update.
11363 * solib.c: Update.
11364 * sparc64-linux-tdep.c: Update.
11365 * stack.c: Update.
11366 * symfile-mem.c: Update.
11367 * symmisc.c: Update.
11368 * target.c: Update.
11369 * thread.c: Update.
11370 * top.c: Update.
11371 * tracefile-tfile.c: Update.
11372 * tui/tui.c: Update.
11373 * typeprint.c: Update.
11374 * unittests/cli-utils-selftests.c: Update.
11375 * unittests/parse-connection-spec-selftests.c: Update.
11376 * valops.c: Update.
11377 * valprint.c: Update.
11378 * value.c: Update.
11379 * varobj.c: Update.
11380 * windows-nat.c: Update.
11381 * x86-linux-nat.c: Update.
11382 * xml-support.c: Update.
11383
11384 2019-04-08 Tom Tromey <tom@tromey.com>
11385
11386 * xml-support.c: Use C++ exception handling.
11387 * x86-linux-nat.c: Use C++ exception handling.
11388 * windows-nat.c: Use C++ exception handling.
11389 * varobj.c: Use C++ exception handling.
11390 * value.c: Use C++ exception handling.
11391 * valprint.c: Use C++ exception handling.
11392 * valops.c: Use C++ exception handling.
11393 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11394 handling.
11395 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11396 * typeprint.c: Use C++ exception handling.
11397 * tui/tui.c: Use C++ exception handling.
11398 * tracefile-tfile.c: Use C++ exception handling.
11399 * top.c: Use C++ exception handling.
11400 * thread.c: Use C++ exception handling.
11401 * target.c: Use C++ exception handling.
11402 * symmisc.c: Use C++ exception handling.
11403 * symfile-mem.c: Use C++ exception handling.
11404 * stack.c: Use C++ exception handling.
11405 * sparc64-linux-tdep.c: Use C++ exception handling.
11406 * solib.c: Use C++ exception handling.
11407 * solib-svr4.c: Use C++ exception handling.
11408 * solib-spu.c: Use C++ exception handling.
11409 * solib-frv.c: Use C++ exception handling.
11410 * solib-dsbt.c: Use C++ exception handling.
11411 * selftest-arch.c: Use C++ exception handling.
11412 * s390-tdep.c: Use C++ exception handling.
11413 * rust-lang.c: Use C++ exception handling.
11414 * rust-exp.y: Use C++ exception handling.
11415 * rs6000-tdep.c: Use C++ exception handling.
11416 * rs6000-aix-tdep.c: Use C++ exception handling.
11417 * riscv-tdep.c: Use C++ exception handling.
11418 * remote.c: Use C++ exception handling.
11419 * remote-fileio.c: Use C++ exception handling.
11420 * record-full.c: Use C++ exception handling.
11421 * record-btrace.c: Use C++ exception handling.
11422 * python/python.c: Use C++ exception handling.
11423 * python/py-value.c: Use C++ exception handling.
11424 * python/py-utils.c: Use C++ exception handling.
11425 * python/py-unwind.c: Use C++ exception handling.
11426 * python/py-type.c: Use C++ exception handling.
11427 * python/py-symbol.c: Use C++ exception handling.
11428 * python/py-record.c: Use C++ exception handling.
11429 * python/py-record-btrace.c: Use C++ exception handling.
11430 * python/py-progspace.c: Use C++ exception handling.
11431 * python/py-prettyprint.c: Use C++ exception handling.
11432 * python/py-param.c: Use C++ exception handling.
11433 * python/py-objfile.c: Use C++ exception handling.
11434 * python/py-linetable.c: Use C++ exception handling.
11435 * python/py-lazy-string.c: Use C++ exception handling.
11436 * python/py-infthread.c: Use C++ exception handling.
11437 * python/py-inferior.c: Use C++ exception handling.
11438 * python/py-gdb-readline.c: Use C++ exception handling.
11439 * python/py-framefilter.c: Use C++ exception handling.
11440 * python/py-frame.c: Use C++ exception handling.
11441 * python/py-finishbreakpoint.c: Use C++ exception handling.
11442 * python/py-cmd.c: Use C++ exception handling.
11443 * python/py-breakpoint.c: Use C++ exception handling.
11444 * python/py-arch.c: Use C++ exception handling.
11445 * printcmd.c: Use C++ exception handling.
11446 * ppc-linux-tdep.c: Use C++ exception handling.
11447 * parse.c: Use C++ exception handling.
11448 * p-valprint.c: Use C++ exception handling.
11449 * objc-lang.c: Use C++ exception handling.
11450 * mi/mi-main.c: Use C++ exception handling.
11451 * mi/mi-interp.c: Use C++ exception handling.
11452 * mi/mi-cmd-stack.c: Use C++ exception handling.
11453 * mi/mi-cmd-break.c: Use C++ exception handling.
11454 * main.c: Use C++ exception handling.
11455 * linux-thread-db.c: Use C++ exception handling.
11456 * linux-tdep.c: Use C++ exception handling.
11457 * linux-nat.c: Use C++ exception handling.
11458 * linux-fork.c: Use C++ exception handling.
11459 * linespec.c: Use C++ exception handling.
11460 * language.c: Use C++ exception handling.
11461 * jit.c: Use C++ exception handling.
11462 * infrun.c: Use C++ exception handling.
11463 * infcmd.c: Use C++ exception handling.
11464 * infcall.c: Use C++ exception handling.
11465 * inf-loop.c: Use C++ exception handling.
11466 * i386-tdep.c: Use C++ exception handling.
11467 * i386-linux-tdep.c: Use C++ exception handling.
11468 * guile/scm-value.c: Use C++ exception handling.
11469 * guile/scm-type.c: Use C++ exception handling.
11470 * guile/scm-symtab.c: Use C++ exception handling.
11471 * guile/scm-symbol.c: Use C++ exception handling.
11472 * guile/scm-pretty-print.c: Use C++ exception handling.
11473 * guile/scm-ports.c: Use C++ exception handling.
11474 * guile/scm-param.c: Use C++ exception handling.
11475 * guile/scm-math.c: Use C++ exception handling.
11476 * guile/scm-lazy-string.c: Use C++ exception handling.
11477 * guile/scm-frame.c: Use C++ exception handling.
11478 * guile/scm-disasm.c: Use C++ exception handling.
11479 * guile/scm-cmd.c: Use C++ exception handling.
11480 * guile/scm-breakpoint.c: Use C++ exception handling.
11481 * guile/scm-block.c: Use C++ exception handling.
11482 * guile/guile-internal.h: Use C++ exception handling.
11483 * gnu-v3-abi.c: Use C++ exception handling.
11484 * gdbtypes.c: Use C++ exception handling.
11485 * frame.c: Use C++ exception handling.
11486 * frame-unwind.c: Use C++ exception handling.
11487 * fbsd-tdep.c: Use C++ exception handling.
11488 * f-valprint.c: Use C++ exception handling.
11489 * exec.c: Use C++ exception handling.
11490 * event-top.c: Use C++ exception handling.
11491 * event-loop.c: Use C++ exception handling.
11492 * eval.c: Use C++ exception handling.
11493 * dwarf2read.c: Use C++ exception handling.
11494 * dwarf2loc.c: Use C++ exception handling.
11495 * dwarf2-frame.c: Use C++ exception handling.
11496 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11497 * dwarf-index-write.c: Use C++ exception handling.
11498 * dwarf-index-cache.c: Use C++ exception handling.
11499 * dtrace-probe.c: Use C++ exception handling.
11500 * disasm-selftests.c: Use C++ exception handling.
11501 * darwin-nat.c: Use C++ exception handling.
11502 * cp-valprint.c: Use C++ exception handling.
11503 * cp-support.c: Use C++ exception handling.
11504 * cp-abi.c: Use C++ exception handling.
11505 * corelow.c: Use C++ exception handling.
11506 * completer.c: Use C++ exception handling.
11507 * compile/compile-object-run.c: Use C++ exception handling.
11508 * compile/compile-object-load.c: Use C++ exception handling.
11509 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11510 * compile/compile-c-symbols.c: Use C++ exception handling.
11511 * common/selftest.c: Use C++ exception handling.
11512 * common/new-op.c: Use C++ exception handling.
11513 * cli/cli-script.c: Use C++ exception handling.
11514 * cli/cli-interp.c: Use C++ exception handling.
11515 * cli/cli-cmds.c: Use C++ exception handling.
11516 * c-varobj.c: Use C++ exception handling.
11517 * btrace.c: Use C++ exception handling.
11518 * breakpoint.c: Use C++ exception handling.
11519 * break-catch-throw.c: Use C++ exception handling.
11520 * arch-utils.c: Use C++ exception handling.
11521 * amd64-tdep.c: Use C++ exception handling.
11522 * ada-valprint.c: Use C++ exception handling.
11523 * ada-typeprint.c: Use C++ exception handling.
11524 * ada-lang.c: Use C++ exception handling.
11525 * aarch64-tdep.c: Use C++ exception handling.
11526
11527 2019-04-08 Tom Tromey <tom@tromey.com>
11528
11529 * xml-support.c (gdb_xml_parser::parse): Update.
11530 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11531 * value.c (show_convenience): Update.
11532 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11533 (test_parse_flags_qcs): Update.
11534 * thread.c (thr_try_catch_cmd): Update.
11535 * target.c (target_translate_tls_address): Update.
11536 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11537 (info_frame_command_core, frame_apply_command_count): Update.
11538 * rust-exp.y (rust_lex_exception_test): Update.
11539 * riscv-tdep.c (riscv_print_one_register_info): Update.
11540 * remote.c (remote_target::enable_btrace): Update.
11541 * record-btrace.c (record_btrace_enable_warn): Update.
11542 * python/py-utils.c (gdbpy_convert_exception): Update.
11543 * printcmd.c (do_one_display, print_variable_and_value): Update.
11544 * mi/mi-main.c (mi_print_exception): Update.
11545 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11546 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11547 * linux-nat.c (linux_nat_target::attach): Update.
11548 * linux-fork.c (class scoped_switch_fork_info): Update.
11549 * infrun.c (displaced_step_prepare): Update.
11550 * infcall.c (call_function_by_hand_dummy): Update.
11551 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11552 * gnu-v3-abi.c (print_one_vtable): Update.
11553 * frame.c (get_prev_frame_always): Update.
11554 * f-valprint.c (info_common_command_for_block): Update.
11555 * exec.c (try_open_exec_file): Update.
11556 * exceptions.c (print_exception, exception_print)
11557 (exception_fprintf, exception_print_same): Update.
11558 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11559 * dwarf-index-cache.c (index_cache::store)
11560 (index_cache::lookup_gdb_index): Update.
11561 * darwin-nat.c (maybe_cache_shell): Update.
11562 * cp-valprint.c (cp_print_value_fields): Update.
11563 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11564 (gcc_cplus_symbol_address): Update.
11565 * compile/compile-c-symbols.c (gcc_convert_symbol)
11566 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11567 * common/selftest.c: Update.
11568 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11569 a std::string.
11570 (exception_try_scope_entry, exception_try_scope_exit): Don't
11571 declare.
11572 (struct exception_try_scope): Remove.
11573 (TRY): Don't use exception_try_scope.
11574 (struct gdb_exception): Add constructor, operator=.
11575 <what>: New method.
11576 (struct gdb_exception_RETURN_MASK_ALL)
11577 (struct gdb_exception_RETURN_MASK_ERROR)
11578 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11579 (struct gdb_quit_bad_alloc): Update.
11580 * common/common-exceptions.c (exception_none): Change
11581 initializer.
11582 (struct catcher) <state, exception>: Initialize inline.
11583 <prev>: Remove member.
11584 (current_catcher): Remove.
11585 (catchers): New global.
11586 (exceptions_state_mc_init): Simplify.
11587 (catcher_pop): Remove.
11588 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11589 (try_scope_depth, exception_try_scope_entry)
11590 (exception_try_scope_exit): Remove.
11591 (throw_exception_sjlj): Update.
11592 (exception_messages, exception_messages_size): Remove.
11593 (throw_it): Simplify.
11594 (gdb_exception_sliced_copy): Remove.
11595 (throw_exception_cxx): Update.
11596 * cli/cli-script.c (script_from_file): Update.
11597 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11598 Update.
11599 * ada-valprint.c (ada_val_print): Update.
11600 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11601 (create_excep_cond_exprs): Update.
11602
11603 2019-04-08 Tom Tromey <tom@tromey.com>
11604
11605 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11606 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11607 (TRY, CATCH, END_CATCH): Remove some definitions.
11608 * common/common-exceptions.c: Don't use GDB_XCPT.
11609 (catcher_list_size): Remove.
11610 (throw_exception, throw_it): Simplify.
11611
11612 2019-04-05 Tom Tromey <tom@tromey.com>
11613
11614 Revert the header-sorting patch.
11615 * ft32-tdep.c: Revert.
11616 * frv-tdep.c: Revert.
11617 * frv-linux-tdep.c: Revert.
11618 * frame.c: Revert.
11619 * frame-unwind.c: Revert.
11620 * frame-base.c: Revert.
11621 * fork-child.c: Revert.
11622 * findvar.c: Revert.
11623 * findcmd.c: Revert.
11624 * filesystem.c: Revert.
11625 * filename-seen-cache.h: Revert.
11626 * filename-seen-cache.c: Revert.
11627 * fbsd-tdep.c: Revert.
11628 * fbsd-nat.h: Revert.
11629 * fbsd-nat.c: Revert.
11630 * f-valprint.c: Revert.
11631 * f-typeprint.c: Revert.
11632 * f-lang.c: Revert.
11633 * extension.h: Revert.
11634 * extension.c: Revert.
11635 * extension-priv.h: Revert.
11636 * expprint.c: Revert.
11637 * exec.h: Revert.
11638 * exec.c: Revert.
11639 * exceptions.c: Revert.
11640 * event-top.c: Revert.
11641 * event-loop.c: Revert.
11642 * eval.c: Revert.
11643 * elfread.c: Revert.
11644 * dwarf2read.h: Revert.
11645 * dwarf2read.c: Revert.
11646 * dwarf2loc.c: Revert.
11647 * dwarf2expr.h: Revert.
11648 * dwarf2expr.c: Revert.
11649 * dwarf2-frame.c: Revert.
11650 * dwarf2-frame-tailcall.c: Revert.
11651 * dwarf-index-write.h: Revert.
11652 * dwarf-index-write.c: Revert.
11653 * dwarf-index-common.c: Revert.
11654 * dwarf-index-cache.h: Revert.
11655 * dwarf-index-cache.c: Revert.
11656 * dummy-frame.c: Revert.
11657 * dtrace-probe.c: Revert.
11658 * disasm.h: Revert.
11659 * disasm.c: Revert.
11660 * disasm-selftests.c: Revert.
11661 * dictionary.c: Revert.
11662 * dicos-tdep.c: Revert.
11663 * demangle.c: Revert.
11664 * dcache.h: Revert.
11665 * dcache.c: Revert.
11666 * darwin-nat.h: Revert.
11667 * darwin-nat.c: Revert.
11668 * darwin-nat-info.c: Revert.
11669 * d-valprint.c: Revert.
11670 * d-namespace.c: Revert.
11671 * d-lang.c: Revert.
11672 * ctf.c: Revert.
11673 * csky-tdep.c: Revert.
11674 * csky-linux-tdep.c: Revert.
11675 * cris-tdep.c: Revert.
11676 * cris-linux-tdep.c: Revert.
11677 * cp-valprint.c: Revert.
11678 * cp-support.c: Revert.
11679 * cp-namespace.c: Revert.
11680 * cp-abi.c: Revert.
11681 * corelow.c: Revert.
11682 * corefile.c: Revert.
11683 * continuations.c: Revert.
11684 * completer.h: Revert.
11685 * completer.c: Revert.
11686 * complaints.c: Revert.
11687 * coffread.c: Revert.
11688 * coff-pe-read.c: Revert.
11689 * cli-out.h: Revert.
11690 * cli-out.c: Revert.
11691 * charset.c: Revert.
11692 * c-varobj.c: Revert.
11693 * c-valprint.c: Revert.
11694 * c-typeprint.c: Revert.
11695 * c-lang.c: Revert.
11696 * buildsym.c: Revert.
11697 * buildsym-legacy.c: Revert.
11698 * build-id.h: Revert.
11699 * build-id.c: Revert.
11700 * btrace.c: Revert.
11701 * bsd-uthread.c: Revert.
11702 * breakpoint.h: Revert.
11703 * breakpoint.c: Revert.
11704 * break-catch-throw.c: Revert.
11705 * break-catch-syscall.c: Revert.
11706 * break-catch-sig.c: Revert.
11707 * blockframe.c: Revert.
11708 * block.c: Revert.
11709 * bfin-tdep.c: Revert.
11710 * bfin-linux-tdep.c: Revert.
11711 * bfd-target.c: Revert.
11712 * bcache.c: Revert.
11713 * ax-general.c: Revert.
11714 * ax-gdb.h: Revert.
11715 * ax-gdb.c: Revert.
11716 * avr-tdep.c: Revert.
11717 * auxv.c: Revert.
11718 * auto-load.c: Revert.
11719 * arm-wince-tdep.c: Revert.
11720 * arm-tdep.c: Revert.
11721 * arm-symbian-tdep.c: Revert.
11722 * arm-pikeos-tdep.c: Revert.
11723 * arm-obsd-tdep.c: Revert.
11724 * arm-nbsd-tdep.c: Revert.
11725 * arm-nbsd-nat.c: Revert.
11726 * arm-linux-tdep.c: Revert.
11727 * arm-linux-nat.c: Revert.
11728 * arm-fbsd-tdep.c: Revert.
11729 * arm-fbsd-nat.c: Revert.
11730 * arm-bsd-tdep.c: Revert.
11731 * arch-utils.c: Revert.
11732 * arc-tdep.c: Revert.
11733 * arc-newlib-tdep.c: Revert.
11734 * annotate.h: Revert.
11735 * annotate.c: Revert.
11736 * amd64-windows-tdep.c: Revert.
11737 * amd64-windows-nat.c: Revert.
11738 * amd64-tdep.c: Revert.
11739 * amd64-sol2-tdep.c: Revert.
11740 * amd64-obsd-tdep.c: Revert.
11741 * amd64-obsd-nat.c: Revert.
11742 * amd64-nbsd-tdep.c: Revert.
11743 * amd64-nbsd-nat.c: Revert.
11744 * amd64-nat.c: Revert.
11745 * amd64-linux-tdep.c: Revert.
11746 * amd64-linux-nat.c: Revert.
11747 * amd64-fbsd-tdep.c: Revert.
11748 * amd64-fbsd-nat.c: Revert.
11749 * amd64-dicos-tdep.c: Revert.
11750 * amd64-darwin-tdep.c: Revert.
11751 * amd64-bsd-nat.c: Revert.
11752 * alpha-tdep.c: Revert.
11753 * alpha-obsd-tdep.c: Revert.
11754 * alpha-nbsd-tdep.c: Revert.
11755 * alpha-mdebug-tdep.c: Revert.
11756 * alpha-linux-tdep.c: Revert.
11757 * alpha-linux-nat.c: Revert.
11758 * alpha-bsd-tdep.c: Revert.
11759 * alpha-bsd-nat.c: Revert.
11760 * aix-thread.c: Revert.
11761 * agent.c: Revert.
11762 * addrmap.c: Revert.
11763 * ada-varobj.c: Revert.
11764 * ada-valprint.c: Revert.
11765 * ada-typeprint.c: Revert.
11766 * ada-tasks.c: Revert.
11767 * ada-lang.c: Revert.
11768 * aarch64-tdep.c: Revert.
11769 * aarch64-ravenscar-thread.c: Revert.
11770 * aarch64-newlib-tdep.c: Revert.
11771 * aarch64-linux-tdep.c: Revert.
11772 * aarch64-linux-nat.c: Revert.
11773 * aarch64-fbsd-tdep.c: Revert.
11774 * aarch64-fbsd-nat.c: Revert.
11775 * aarch32-linux-nat.c: Revert.
11776
11777 2019-04-05 Tom Tromey <tom@tromey.com>
11778
11779 * ft32-tdep.c: Sort headers.
11780 * frv-tdep.c: Sort headers.
11781 * frv-linux-tdep.c: Sort headers.
11782 * frame.c: Sort headers.
11783 * frame-unwind.c: Sort headers.
11784 * frame-base.c: Sort headers.
11785 * fork-child.c: Sort headers.
11786 * findvar.c: Sort headers.
11787 * findcmd.c: Sort headers.
11788 * filesystem.c: Sort headers.
11789 * filename-seen-cache.h: Sort headers.
11790 * filename-seen-cache.c: Sort headers.
11791 * fbsd-tdep.c: Sort headers.
11792 * fbsd-nat.h: Sort headers.
11793 * fbsd-nat.c: Sort headers.
11794 * f-valprint.c: Sort headers.
11795 * f-typeprint.c: Sort headers.
11796 * f-lang.c: Sort headers.
11797 * extension.h: Sort headers.
11798 * extension.c: Sort headers.
11799 * extension-priv.h: Sort headers.
11800 * expprint.c: Sort headers.
11801 * exec.h: Sort headers.
11802 * exec.c: Sort headers.
11803 * exceptions.c: Sort headers.
11804 * event-top.c: Sort headers.
11805 * event-loop.c: Sort headers.
11806 * eval.c: Sort headers.
11807 * elfread.c: Sort headers.
11808 * dwarf2read.h: Sort headers.
11809 * dwarf2read.c: Sort headers.
11810 * dwarf2loc.c: Sort headers.
11811 * dwarf2expr.h: Sort headers.
11812 * dwarf2expr.c: Sort headers.
11813 * dwarf2-frame.c: Sort headers.
11814 * dwarf2-frame-tailcall.c: Sort headers.
11815 * dwarf-index-write.h: Sort headers.
11816 * dwarf-index-write.c: Sort headers.
11817 * dwarf-index-common.c: Sort headers.
11818 * dwarf-index-cache.h: Sort headers.
11819 * dwarf-index-cache.c: Sort headers.
11820 * dummy-frame.c: Sort headers.
11821 * dtrace-probe.c: Sort headers.
11822 * disasm.h: Sort headers.
11823 * disasm.c: Sort headers.
11824 * disasm-selftests.c: Sort headers.
11825 * dictionary.c: Sort headers.
11826 * dicos-tdep.c: Sort headers.
11827 * demangle.c: Sort headers.
11828 * dcache.h: Sort headers.
11829 * dcache.c: Sort headers.
11830 * darwin-nat.h: Sort headers.
11831 * darwin-nat.c: Sort headers.
11832 * darwin-nat-info.c: Sort headers.
11833 * d-valprint.c: Sort headers.
11834 * d-namespace.c: Sort headers.
11835 * d-lang.c: Sort headers.
11836 * ctf.c: Sort headers.
11837 * csky-tdep.c: Sort headers.
11838 * csky-linux-tdep.c: Sort headers.
11839 * cris-tdep.c: Sort headers.
11840 * cris-linux-tdep.c: Sort headers.
11841 * cp-valprint.c: Sort headers.
11842 * cp-support.c: Sort headers.
11843 * cp-namespace.c: Sort headers.
11844 * cp-abi.c: Sort headers.
11845 * corelow.c: Sort headers.
11846 * corefile.c: Sort headers.
11847 * continuations.c: Sort headers.
11848 * completer.h: Sort headers.
11849 * completer.c: Sort headers.
11850 * complaints.c: Sort headers.
11851 * coffread.c: Sort headers.
11852 * coff-pe-read.c: Sort headers.
11853 * cli-out.h: Sort headers.
11854 * cli-out.c: Sort headers.
11855 * charset.c: Sort headers.
11856 * c-varobj.c: Sort headers.
11857 * c-valprint.c: Sort headers.
11858 * c-typeprint.c: Sort headers.
11859 * c-lang.c: Sort headers.
11860 * buildsym.c: Sort headers.
11861 * buildsym-legacy.c: Sort headers.
11862 * build-id.h: Sort headers.
11863 * build-id.c: Sort headers.
11864 * btrace.c: Sort headers.
11865 * bsd-uthread.c: Sort headers.
11866 * breakpoint.h: Sort headers.
11867 * breakpoint.c: Sort headers.
11868 * break-catch-throw.c: Sort headers.
11869 * break-catch-syscall.c: Sort headers.
11870 * break-catch-sig.c: Sort headers.
11871 * blockframe.c: Sort headers.
11872 * block.c: Sort headers.
11873 * bfin-tdep.c: Sort headers.
11874 * bfin-linux-tdep.c: Sort headers.
11875 * bfd-target.c: Sort headers.
11876 * bcache.c: Sort headers.
11877 * ax-general.c: Sort headers.
11878 * ax-gdb.h: Sort headers.
11879 * ax-gdb.c: Sort headers.
11880 * avr-tdep.c: Sort headers.
11881 * auxv.c: Sort headers.
11882 * auto-load.c: Sort headers.
11883 * arm-wince-tdep.c: Sort headers.
11884 * arm-tdep.c: Sort headers.
11885 * arm-symbian-tdep.c: Sort headers.
11886 * arm-pikeos-tdep.c: Sort headers.
11887 * arm-obsd-tdep.c: Sort headers.
11888 * arm-nbsd-tdep.c: Sort headers.
11889 * arm-nbsd-nat.c: Sort headers.
11890 * arm-linux-tdep.c: Sort headers.
11891 * arm-linux-nat.c: Sort headers.
11892 * arm-fbsd-tdep.c: Sort headers.
11893 * arm-fbsd-nat.c: Sort headers.
11894 * arm-bsd-tdep.c: Sort headers.
11895 * arch-utils.c: Sort headers.
11896 * arc-tdep.c: Sort headers.
11897 * arc-newlib-tdep.c: Sort headers.
11898 * annotate.h: Sort headers.
11899 * annotate.c: Sort headers.
11900 * amd64-windows-tdep.c: Sort headers.
11901 * amd64-windows-nat.c: Sort headers.
11902 * amd64-tdep.c: Sort headers.
11903 * amd64-sol2-tdep.c: Sort headers.
11904 * amd64-obsd-tdep.c: Sort headers.
11905 * amd64-obsd-nat.c: Sort headers.
11906 * amd64-nbsd-tdep.c: Sort headers.
11907 * amd64-nbsd-nat.c: Sort headers.
11908 * amd64-nat.c: Sort headers.
11909 * amd64-linux-tdep.c: Sort headers.
11910 * amd64-linux-nat.c: Sort headers.
11911 * amd64-fbsd-tdep.c: Sort headers.
11912 * amd64-fbsd-nat.c: Sort headers.
11913 * amd64-dicos-tdep.c: Sort headers.
11914 * amd64-darwin-tdep.c: Sort headers.
11915 * amd64-bsd-nat.c: Sort headers.
11916 * alpha-tdep.c: Sort headers.
11917 * alpha-obsd-tdep.c: Sort headers.
11918 * alpha-nbsd-tdep.c: Sort headers.
11919 * alpha-mdebug-tdep.c: Sort headers.
11920 * alpha-linux-tdep.c: Sort headers.
11921 * alpha-linux-nat.c: Sort headers.
11922 * alpha-bsd-tdep.c: Sort headers.
11923 * alpha-bsd-nat.c: Sort headers.
11924 * aix-thread.c: Sort headers.
11925 * agent.c: Sort headers.
11926 * addrmap.c: Sort headers.
11927 * ada-varobj.c: Sort headers.
11928 * ada-valprint.c: Sort headers.
11929 * ada-typeprint.c: Sort headers.
11930 * ada-tasks.c: Sort headers.
11931 * ada-lang.c: Sort headers.
11932 * aarch64-tdep.c: Sort headers.
11933 * aarch64-ravenscar-thread.c: Sort headers.
11934 * aarch64-newlib-tdep.c: Sort headers.
11935 * aarch64-linux-tdep.c: Sort headers.
11936 * aarch64-linux-nat.c: Sort headers.
11937 * aarch64-fbsd-tdep.c: Sort headers.
11938 * aarch64-fbsd-nat.c: Sort headers.
11939 * aarch32-linux-nat.c: Sort headers.
11940
11941 2019-04-04 Tom Tromey <tom@tromey.com>
11942
11943 * varobj.c (varobj_create): Update.
11944 * rust-exp.y (struct rust_parser) <update_innermost_block,
11945 lookup_symbol>: New methods.
11946 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11947 Rename.
11948 (rust_parser::rust_lookup_type)
11949 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11950 * printcmd.c (display_command, do_one_display): Update.
11951 * parser-defs.h (struct parser_state) <parser_state>: Add
11952 "tracker" parameter.
11953 (block_tracker): New member.
11954 (class innermost_block_tracker) <innermost_block_tracker>: Add
11955 "types" parameter.
11956 <reset>: Remove method.
11957 (innermost_block): Don't declare.
11958 (null_post_parser): Update.
11959 * parse.c (innermost_block): Remove global.
11960 (write_dollar_variable): Update.
11961 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11962 Remove "tracker_types" parameter.
11963 (parse_expression): Add "tracker" parameter.
11964 (parse_expression_for_completion): Update.
11965 (null_post_parser): Add "tracker" parameter.
11966 * p-exp.y: Update rules.
11967 * m2-exp.y: Update rules.
11968 * language.h (struct language_defn) <la_post_parser>: Add
11969 "tracker" parameter.
11970 * go-exp.y: Update rules.
11971 * f-exp.y: Update rules.
11972 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11973 parameter.
11974 * d-exp.y: Update rules.
11975 * c-exp.y: Update rules.
11976 * breakpoint.c (set_breakpoint_condition): Create an
11977 innermost_block_tracker.
11978 (watch_command_1): Likewise.
11979 * ada-lang.c (resolve): Add "tracker" parameter.
11980 (resolve_subexp): Likewise.
11981 * ada-exp.y (write_var_from_sym): Update.
11982
11983 2019-04-04 Tom Tromey <tom@tromey.com>
11984
11985 * type-stack.h: New file.
11986 * type-stack.c: New file.
11987 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
11988 type-stack.h.
11989 (insert_into_type_stack, insert_type, push_type, push_type_int)
11990 (insert_type_address_space, pop_type, pop_type_int)
11991 (pop_typelist, pop_type_stack, append_type_stack)
11992 (push_type_stack, get_type_stack, push_typelist)
11993 (follow_type_instance_flags, follow_types): Don't declare.
11994 * parse.c (type_stack): Remove global.
11995 (parse_exp_in_context): Update.
11996 (insert_into_type_stack, insert_type, push_type, push_type_int)
11997 (insert_type_address_space, pop_type, pop_type_int)
11998 (pop_typelist, pop_type_stack, append_type_stack)
11999 (push_type_stack, get_type_stack, push_typelist)
12000 (follow_type_instance_flags, follow_types): Remove (moved to
12001 type-stack.c).
12002 * f-exp.y (type_stack): New global.
12003 Update rules.
12004 (push_kind_type, f_parse): Update.
12005 * d-exp.y (type_stack): New global.
12006 Update rules.
12007 (d_parse): Update.
12008 * c-exp.y (struct c_parse_state) <type_stack>: New member.
12009 Update rules.
12010 * Makefile.in (COMMON_SFILES): Add type-stack.c.
12011 (HFILES_NO_SRCDIR): Add type-stack.h.
12012
12013 2019-04-04 Tom Tromey <tom@tromey.com>
12014
12015 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
12016 (rust_parser::convert_ast_to_expression, rust_parse)
12017 (rust_lex_test_completion, rust_lex_tests): Update.
12018 * parser-defs.h (struct expr_completion_state): New.
12019 (struct parser_state) <parser_state>: Add completion parameter.
12020 <mark_struct_expression, mark_completion_tag>: New methods.
12021 <parse_completion, m_completion_state>: New members.
12022 (prefixify_expression, null_post_parser): Update.
12023 (mark_struct_expression, mark_completion_tag): Don't declare.
12024 * parse.c (parse_completion, expout_last_struct)
12025 (expout_tag_completion_type, expout_completion_name): Remove
12026 globals.
12027 (parser_state::mark_struct_expression)
12028 (parser_state::mark_completion_tag): Now methods.
12029 (prefixify_expression): Add last_struct parameter.
12030 (prefixify_subexp): Likewise.
12031 (parse_exp_1): Update.
12032 (parse_exp_in_context): Add cstate parameter. Update.
12033 (parse_expression_for_completion): Create an
12034 expr_completion_state.
12035 (null_post_parser): Add "completion" parameter.
12036 * p-exp.y: Update rules.
12037 (yylex): Update.
12038 * language.h (struct language_defn) <la_post_parser>: Add
12039 "completing" parameter.
12040 * go-exp.y: Update rules.
12041 (lex_one_token): Update.
12042 * expression.h (parse_completion): Don't declare.
12043 * d-exp.y: Update rules.
12044 (lex_one_token): Update rules.
12045 * c-exp.y: Update rules.
12046 (lex_one_token): Update.
12047 * ada-lang.c (resolve): Add "parse_completion" parameter.
12048 (resolve_subexp): Likewise.
12049 (ada_resolve_function): Likewise.
12050
12051 2019-04-04 Tom Tromey <tom@tromey.com>
12052
12053 * parser-defs.h (struct parser_state) <start_arglist,
12054 end_arglist>: New methods.
12055 <arglist_len, m_funcall_chain>: New members.
12056 (arglist_len, start_arglist, end_arglist): Don't declare.
12057 * parse.c (arglist_len, funcall_chain): Remove global.
12058 (start_arglist, end_arglist): Remove functions.
12059 (parse_exp_in_context): Update.
12060 * p-exp.y: Update rules.
12061 * m2-exp.y: Update rules.
12062 * go-exp.y: Update rules.
12063 * f-exp.y: Update rules.
12064 * d-exp.y: Update rules.
12065 * c-exp.y: Update rules.
12066
12067 2019-04-04 Tom Tromey <tom@tromey.com>
12068
12069 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
12070 lex_operator, push_back>: New methods.
12071 Update all rules.
12072 (rust_parser::lex_hex, lex_escape): Rename and update.
12073 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
12074 (rust_parser::lex_operator): Rename and update.
12075 (rust_parser::lex_number, rustyylex, rustyyerror)
12076 (rust_lex_test_init, rust_lex_test_sequence)
12077 (rust_lex_test_push_back, rust_lex_tests): Update.
12078 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
12079 parameter.
12080 <lexptr, prev_lexptr>: New members.
12081 (lexptr, prev_lexptr): Don't declare.
12082 * parse.c (lexptr, prev_lexptr): Remove globals.
12083 (parse_exp_in_context): Update.
12084 * p-exp.y (yylex, yyerror): Update.
12085 * m2-exp.y (parse_number, yylex, yyerror): Update.
12086 * go-exp.y (lex_one_token, yyerror): Update.
12087 * f-exp.y (match_string_literal, yylex, yyerror): Update.
12088 * d-exp.y (lex_one_token, yyerror): Update.
12089 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
12090 (lex_one_token, yyerror): Update.
12091 * ada-lex.l (YY_INPUT): Update.
12092 (rewind_to_char): Update.
12093 * ada-exp.y (yyerror): Update.
12094
12095 2019-04-04 Tom Tromey <tom@tromey.com>
12096
12097 * rust-exp.y (rustyylex, rust_lex_tests): Update.
12098 * parser-defs.h (struct parser_state) <parser_state>: Add new
12099 parameter.
12100 <comma_terminates>: New member.
12101 (comma_terminates): Don't declare global.
12102 * parse.c (comma_terminates): Remove global.
12103 (parse_exp_in_context): Update.
12104 * p-exp.y (yylex): Update.
12105 * m2-exp.y (yylex): Update.
12106 * go-exp.y (lex_one_token): Update.
12107 * f-exp.y (yylex): Update.
12108 * d-exp.y (lex_one_token): Update.
12109 * c-exp.y (lex_one_token): Update.
12110 * ada-lex.l: Update.
12111
12112 2019-04-04 Tom Tromey <tom@tromey.com>
12113
12114 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12115 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12116 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12117 * parser-defs.h (paren_depth): Don't declare.
12118 * parse.c (paren_depth): Remove global.
12119 (parse_exp_in_context): Update.
12120 * p-exp.y (paren_depth): New global.
12121 (pascal_parse): Initialize it.
12122 * m2-exp.y (paren_depth): New global.
12123 (m2_parse): Initialize it.
12124 * go-exp.y (paren_depth): New global.
12125 (go_parse): Initialize it.
12126 * f-exp.y (paren_depth): New global.
12127 (f_parse): Initialize it.
12128 * d-exp.y (paren_depth): New global.
12129 (d_parse): Initialize it.
12130 * c-exp.y (paren_depth): New global.
12131 (c_parse): Initialize it.
12132 * ada-lex.l (paren_depth): New global.
12133 (lexer_init): Initialize it.
12134
12135 2019-04-04 Tom Tromey <tom@tromey.com>
12136
12137 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12138 (rust_parser::convert_ast_to_type)
12139 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12140 * parser-defs.h (struct parser_state) <parser_state>: Add
12141 parameters. Initialize new members.
12142 <expression_context_block, expression_context_pc>: New members.
12143 * parse.c (expression_context_block, expression_context_pc):
12144 Remove globals.
12145 (parse_exp_in_context): Update.
12146 * p-exp.y: Update all rules.
12147 (yylex): Update.
12148 * m2-exp.y: Update all rules.
12149 (yylex): Update.
12150 * go-exp.y (yylex): Update.
12151 * f-exp.y (yylex): Update.
12152 * d-exp.y: Update all rules.
12153 (yylex): Update.
12154 * c-exp.y: Update all rules.
12155 (lex_one_token, classify_name, yylex, c_parse): Update.
12156 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12157
12158 2019-04-04 Tom Tromey <tom@tromey.com>
12159
12160 * gdbarch.h, gdbarch.c: Rebuild.
12161 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12162 * stap-probe.h:
12163 (struct stap_parse_info): Replace "parser_state" with
12164 "expr_builder".
12165 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12166 (parser_state): New class.
12167 * parse.c (expr_builder): Rename.
12168 (expr_builder::release): Rename.
12169 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12170 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12171 (write_exp_elt_longcst, write_exp_elt_floatcst)
12172 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12173 (write_exp_string_vector, write_exp_bitstring)
12174 (write_exp_msymbol, mark_struct_expression)
12175 (write_dollar_variable)
12176 (insert_type_address_space, increase_expout_size): Replace
12177 "parser_state" with "expr_builder".
12178 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12179 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12180 "parser_state" with "expr_builder".
12181
12182 2019-04-04 Tom Tromey <tom@tromey.com>
12183
12184 * rust-exp.y: Replace "parse_language" with method call.
12185 * p-exp.y:
12186 (yylex): Replace "parse_language" with method call.
12187 * m2-exp.y:
12188 (yylex): Replace "parse_language" with method call.
12189 * go-exp.y (classify_name): Replace "parse_language" with method
12190 call.
12191 * f-exp.y (yylex): Replace "parse_language" with method call.
12192 * d-exp.y (lex_one_token): Replace "parse_language" with method
12193 call.
12194 * c-exp.y:
12195 (lex_one_token, classify_name, yylex): Replace "parse_language"
12196 with method call.
12197 * ada-exp.y (find_primitive_type, type_char)
12198 (type_system_address): Replace "parse_language" with method call.
12199
12200 2019-04-04 Tom Tromey <tom@tromey.com>
12201
12202 * rust-exp.y: Replace "parse_gdbarch" with method call.
12203 * parse.c (write_dollar_variable, insert_type_address_space):
12204 Replace "parse_gdbarch" with method call.
12205 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12206 call.
12207 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12208 call.
12209 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12210 "parse_gdbarch" with method call.
12211 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12212 with method call.
12213 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12214 "parse_gdbarch" with method call.
12215 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12216 "parse_gdbarch" with method call.
12217 * c-exp.y (parse_type, parse_number, classify_name): Replace
12218 "parse_gdbarch" with method call.
12219 * ada-lex.l: Replace "parse_gdbarch" with method call.
12220 * ada-exp.y (parse_type, find_primitive_type, type_char)
12221 (type_system_address): Replace "parse_gdbarch" with method call.
12222
12223 2019-04-04 Tom Tromey <tom@tromey.com>
12224
12225 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12226 * stap-probe.c (stap_parse_argument): Update.
12227 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12228 initial_size parameter.
12229 * rust-exp.y (rust_lex_tests): Update.
12230 * parse.c (parser_state): Update.
12231 (parse_exp_in_context): Update.
12232 * parser-defs.h (struct parser_state) <parser_state>: Remove
12233 "initial_size" parameter.
12234
12235 2019-04-04 Tom Tromey <tom@tromey.com>
12236
12237 * parser-defs.h (increase_expout_size): Don't declare.
12238 * parse.c (increase_expout_size): Now static.
12239
12240 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12241
12242 * gnu-nat.c (gnu_nat_target::wait): Fix
12243 target_waitstatus_to_string call.
12244
12245 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12246
12247 * eval.c (evaluate_subexp_standard): Handle internal functions
12248 during Fortran function call handling.
12249
12250 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12251
12252 * NEWS: Mention new internal functions.
12253 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12254 (read_base_type): Use dwarf2_init_complex_target_type.
12255 * value.c (creal_internal_fn): New function.
12256 (cimag_internal_fn): New function.
12257 (_initialize_values): Register new internal functions.
12258
12259 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12260
12261 * infrun.c (stop_all_threads): If debug_infrun, always
12262 trace the wait status after wait_one, using
12263 target_waitstatus_to_string and target_pid_to_str.
12264 (handle_inferior_event): Replace various trace of
12265 wait status kind by a single trace.
12266 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12267 wait status kind image by target_waitstatus_to_string.
12268 * target/waitstatus.c (target_waitstatus_to_string): Fix
12269 obsolete comment.
12270
12271 2019-04-01 Tom Tromey <tromey@adacore.com>
12272
12273 PR symtab/23331:
12274 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12275
12276 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12277 Pedro Alves <palves@redhat.com>
12278
12279 * top.c (quit_force): Call 'finalize_values'.
12280 * value.c (finalize_values): New function.
12281 * value.h (finalize_values): Declare.
12282
12283 2019-03-30 Eli Zaretskii <eliz@gnu.org>
12284
12285 * NEWS: Announce $_gdb_major and $_gdb_minor.
12286
12287 * top.c (init_gdb_version_vars): New function.
12288 (gdb_init): Call init_gdb_version_vars.
12289
12290 2019-03-29 Tom Tromey <tromey@adacore.com>
12291
12292 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12293 help text. Remove dead code.
12294
12295 2019-03-29 Keith Seitz <keiths@redhat.com>
12296
12297 From Siddhesh Poyarekar:
12298 * f-lang.h (f77_get_upperbound): Return LONGEST.
12299 (f77_get_lowerbound): Likewise.
12300 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12301 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12302 print them.
12303 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12304 plongest to format print it.
12305 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12306 (f77_get_upperbound): Likewise.
12307 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12308 LOWER_BOUND to LONGEST.
12309 (f77_create_arrayprint_offset_tbl): Likewise.
12310
12311 2019-03-29 Keith Seitz <keiths@redhat.com>
12312
12313 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12314 %s/pulongest for TYPE_LENGTH instead of %d in format
12315 strings.
12316 * ada-typerint.c (ada_print_type): Likewise.
12317 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12318 * compile/compile-c-support.c (generate_register_struct): Likewise.
12319 * gdbtypes.c (recursive_dump_type): Likewise.
12320 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12321 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12322 instead of %d in format strings.
12323 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12324 to std::min to ULONGEST.
12325 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12326 instead of %d in format strings.
12327 * tracepoint.c (info_scope_command): Likewise.
12328 * typeprint.c (print_offset_data::update)
12329 (print_offset_data::finish): Likewise.
12330 * xtensa-tdep.c (xtensa_store_return_value)
12331 (xtensa_push_dummy_call): Likewise.
12332
12333 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12334
12335 * windows-nat.c (display_selector): Fixed format specifications
12336 for 64-bit Cygwin.
12337
12338 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12339
12340 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12341
12342 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12343
12344 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12345 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12346 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12347 (nios2_linux_init_abi): Install it.
12348
12349 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12350
12351 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12352
12353 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12354
12355 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12356
12357 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12358 Tom Tromey <tromey@adacore.com>
12359
12360 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12361
12362 2019-03-26 Joel Brobecker <brobecker@adacore.com>
12363
12364 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12365 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12366 method to compute the bounds of range types. Also print "[evaluated]"
12367 if the bounds' values come from a dynamic evaluation.
12368
12369 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12370
12371 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12372 whitespace when pretty printing is on.
12373
12374 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12375
12376 * ppc-linux-nat.c: Add include.
12377
12378 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12379
12380 * NEWS: Mention AArch64 Pointer Authentication.
12381
12382 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12383
12384 * arm-linux-nat.c: Add include.
12385
12386 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12387
12388 * source-cache.c (source_cache::get_source_lines): Re-read
12389 fullname after calling open_source_file.
12390
12391 2019-03-25 John Baldwin <jhb@FreeBSD.org>
12392
12393 * NEWS: Mention TLS support for FreeBSD.
12394
12395 2019-03-25 Tom Tromey <tromey@adacore.com>
12396
12397 * minsyms.c (BUNCH_SIZE): Update comment.
12398 (~minimal_symbol_reader): Remove old comment.
12399 (compact_minimal_symbols): Update comment.
12400 (minimal_symbol_reader::install): Remove old comment. Update
12401 other comments.
12402
12403 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12404
12405 * s390-linux-nat.c: Add include.
12406
12407 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12408
12409 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12410 Call linux_get_hwcap.
12411 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12412 Likewise.
12413 (aarch64_linux_get_hwcap): Remove function.
12414 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12415 declaration.
12416 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12417 linux_get_hwcap.
12418 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12419 * linux-tdep.c (linux_get_hwcap): Add function.
12420 (linux_get_hwcap2): Likewise.
12421 * linux-tdep.h (linux_get_hwcap): Add declaration.
12422 (linux_get_hwcap2): Likewise.
12423 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12424 (ppc_linux_get_hwcap2): Likewise.
12425 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12426 linux_get_hwcap.
12427 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12428 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12429 (ppc_linux_nat_target::read_description): Likewise.
12430 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12431 * s390-linux-nat.c: Likewise.
12432 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12433
12434 2019-03-24 Tom Tromey <tom@tromey.com>
12435
12436 * ada-lang.c (standard_lookup): Simplify initialization.
12437 (ada_lookup_symbol_nonlocal): Simplify return.
12438 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12439 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12440 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12441 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12442 initialization.
12443 * solib.c (solib_global_lookup): Simplify.
12444 * symtab.c (null_block_symbol): Remove.
12445 (symbol_cache_lookup): Simplify returns.
12446 (lookup_language_this): Simplify returns.
12447 (lookup_symbol_aux): Simplify return.
12448 (lookup_local_symbol): Simplify returns.
12449 (lookup_global_symbol_from_objfile): Simplify return.
12450 (lookup_symbol_in_objfile_symtabs)
12451 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12452 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12453 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12454 * cp-namespace.c (cp_lookup_bare_symbol)
12455 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12456 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12457 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12458 (cp_lookup_symbol_via_imports): Simplify initialization.
12459 (find_symbol_in_baseclass): Likewise.
12460 * symtab.h (null_block_symbol): Remove.
12461 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12462 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12463 (d_lookup_symbol_module): Likewise.
12464 (find_symbol_in_baseclass): Simplify initialization.
12465
12466 2019-03-24 Tom Tromey <tom@tromey.com>
12467
12468 * expression.h: Don't include symtab.h.
12469 (struct block): Forward declare.
12470
12471 2019-03-24 Tom Tromey <tom@tromey.com>
12472
12473 * c-exp.y (typebase): Remove casts.
12474 * gdbtypes.c (lookup_unsigned_typename, )
12475 (lookup_signed_typename): Remove cast.
12476 * eval.c (parse_to_comma_and_eval): Remove cast.
12477 * parse.c (write_dollar_variable): Remove cast.
12478 * block.h (struct block) <superblock>: Now const.
12479 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12480 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12481 (map_block): Make "block" const.
12482 * symfile.h (struct quick_symbol_functions)
12483 <map_matching_symbols>: Constify block argument to "callback".
12484 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12485 const.
12486 (find_pc_sect_compunit_symtab): Make "b" const.
12487 (find_symbol_at_address): Likewise.
12488 (search_symbols): Likewise.
12489 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12490 (dw2_debug_names_lookup_symbol): Likewise.
12491 (dw2_map_matching_symbols): Update.
12492 * p-valprint.c (pascal_val_print): Remove "block".
12493 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12494 (aux_add_nonlocal_symbols): Make "block" const.
12495 (resolve_subexp): Remove cast.
12496 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12497 const.
12498 (iterate_over_file_blocks): Likewise.
12499 * f-exp.y (%union) <bval>: Remove.
12500 * coffread.c (patch_opaque_types): Make "b" const.
12501 * spu-tdep.c (spu_catch_start): Make "block" const.
12502 * c-valprint.c (print_unpacked_pointer): Remove "block".
12503 * symmisc.c (dump_symtab_1): Make "b" const.
12504 (block_depth): Make "block" const.
12505 * d-exp.y (%union) <bval>: Remove.
12506 * cp-support.h (cp_lookup_rtti_type): Update.
12507 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12508 * psymtab.c (psym_lookup_symbol): Make "block" const.
12509 (maintenance_check_psymtabs): Make "b" const.
12510 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12511 (enumerate_locals, enumerate_args): Update.
12512 * python/py-symtab.c (stpy_global_block): Make "block" const.
12513 (stpy_static_block): Likewise.
12514 * inline-frame.c (block_starting_point_at): Make "new_block"
12515 const.
12516 * block.c (find_block_in_blockvector): Make return type const.
12517 (blockvector_for_pc_sect): Make "b" const.
12518 (find_block_in_blockvector): Make "b" const.
12519
12520 2019-03-23 Tom Tromey <tom@tromey.com>
12521
12522 * varobj.c (varobj_create): Update.
12523 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12524 * printcmd.c (display_command, do_one_display): Don't reset
12525 innermost_block.
12526 * parser-defs.h (enum innermost_block_tracker_type): Move to
12527 expression.h.
12528 (innermost_block): Update comment.
12529 * parse.c (parse_exp_1): Add tracker_types parameter.
12530 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12531 tracker_types parameter. Reset innermost_block.
12532 (parse_exp_in_context): Remove.
12533 (parse_expression_for_completion): Update.
12534 * objfiles.c (~objfile): Don't reset expression_context_block or
12535 innermost_block.
12536 * expression.h (enum innermost_block_tracker_type): Move from
12537 parser-defs.h.
12538 (parse_exp_1): Add tracker_types parameter.
12539 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12540 reset innermost_block.
12541
12542 2019-03-23 Tom Tromey <tom@tromey.com>
12543
12544 * objfiles.h: Include bcache.h.
12545
12546 2019-03-23 Tom Tromey <tom@tromey.com>
12547
12548 * linespec.c (get_current_search_block): Use
12549 scoped_restore_current_language.
12550 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12551
12552 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12553 Jiong Wang <jiong.wang@arm.com>
12554
12555 * aarch64-linux-tdep.c
12556 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12557 section.
12558 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12559
12560 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12561 Jiong Wang <jiong.wang@arm.com>
12562
12563 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12564 instructions.
12565 (aarch64_analyze_prologue_test): Add PACIASP test.
12566 (aarch64_prologue_prev_register): Unmask PC value.
12567
12568 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12569 Jiong Wang <jiong.wang@arm.com>
12570
12571 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12572 (aarch64_dwarf2_prev_register): Unmask PC value.
12573 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12574 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12575 DW_CFA_AARCH64_negate_ra_state.
12576 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12577
12578 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12579 Jiong Wang <jiong.wang@arm.com>
12580
12581 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12582 registers.
12583 (aarch64_pseudo_register_name): Likewise.
12584 (aarch64_pseudo_register_type): Likewise.
12585 (aarch64_pseudo_register_reggroup_p): Likewise.
12586 (aarch64_gdbarch_init): Add pauth registers.
12587 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12588 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12589 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12590 (struct gdbarch_tdep): Add regnum for ra_state.
12591
12592 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12593 Jiong Wang <jiong.wang@arm.com>
12594
12595 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12596
12597 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12598 Jiong Wang <jiong.wang@arm.com>
12599
12600 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12601 function.
12602 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12603 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12604 (aarch64_gdbarch_init): Add puth registers.
12605 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12606 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12607 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12608
12609 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12610 Jiong Wang <jiong.wang@arm.com>
12611
12612 * aarch64-linux-nat.c
12613 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12614 * aarch64-linux-tdep.c
12615 (aarch64_linux_core_read_description): Likewise.
12616 (aarch64_linux_get_hwcap): New function.
12617 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12618 (aarch64_linux_get_hwcap): New declaration.
12619
12620 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12621 Jiong Wang <jiong.wang@arm.com>
12622
12623 * aarch64-linux-nat.c
12624 (aarch64_linux_nat_target::read_description): Add pauth param.
12625 * aarch64-linux-tdep.c
12626 (aarch64_linux_core_read_description): Likewise.
12627 * aarch64-tdep.c (struct target_desc): Add in pauth.
12628 (aarch64_read_description): Add pauth param.
12629 (aarch64_gdbarch_init): Likewise.
12630 * aarch64-tdep.h (aarch64_read_description): Likewise.
12631 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12632 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12633 * features/Makefile: Add new files.
12634 * features/aarch64-pauth.c: New file.
12635 * features/aarch64-pauth.xml: New file.
12636
12637 2019-03-20 Tom Tromey <tromey@adacore.com>
12638
12639 * infrun.c (handle_inferior_event): Rename from
12640 handle_inferior_event_1. Create a scoped_value_mark.
12641 (handle_inferior_event): Remove.
12642
12643 2019-03-19 Tom Tromey <tromey@adacore.com>
12644
12645 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12646 * infrun.h (print_stop_event): Add "displays" parameter.
12647 * infrun.c (print_stop_event): Add "displays" parameter.
12648
12649 2019-03-19 Pedro Alves <palves@redhat.com>
12650
12651 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12652 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12653 to -1. Fix TABs vs spaces.
12654 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12655 * tui/tui-out.h (tui_ui_out) Add intro comments.
12656 <m_line, m_start_of_line>: In-class initialize, and add describing
12657 comment.
12658
12659 2019-03-18 Alan Hayward <alan.hayward@arm.com>
12660
12661 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12662 variable names.
12663 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12664
12665 2019-03-18 Pedro Alves <palves@redhat.com>
12666 Eli Zaretskii <eliz@gnu.org>
12667
12668 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12669 m_line and m_start_of_line.
12670
12671 2019-03-18 Eli Zaretskii <eliz@gnu.org>
12672
12673 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12674 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12675 it returns a newline. This fixes a regression in TU mode, whereby
12676 the next line is output on the same screen line as the user input.
12677
12678 2019-03-18 Tom Tromey <tromey@adacore.com>
12679
12680 * minsyms.c (minimal_symbol_reader::install): Remove call to
12681 obstack_blank.
12682
12683 2019-03-18 Pedro Alves <palves@redhat.com>
12684
12685 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12686 New globals.
12687 (apply_style): New, factored out from ...
12688 (apply_ansi_escape): ... this. Handle reverse video mode.
12689 (tui_set_reverse_mode): New function.
12690 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12691 * tui/tui-winsource.c (tui_show_source_line): Use
12692 tui_set_reverse_mode instead of setting A_STANDOUT.
12693 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12694 New setter methods.
12695
12696 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
12697
12698 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12699 Handle tabs.
12700
12701 2019-03-18 Tom Tromey <tromey@adacore.com>
12702
12703 * ada-lang.c (empty_array): Add "high" parameter.
12704 (ada_evaluate_subexp): Update.
12705
12706 2019-03-17 Sergei Trofimovich <siarheit@google.com>
12707
12708 * unittests/string_view-selftests.c: Define
12709 _initialize_string_view_selftests unconditionally.
12710
12711 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12712
12713 PR gdb/24350
12714 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12715
12716 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12717
12718 PR gdb/24351
12719 * windows-nat.c (display_selector): Fix format specifiers.
12720
12721 2019-03-17 Eli Zaretskii <eliz@gnu.org>
12722
12723 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12724 tui_refill_source_window instead of tui_refresh_win, to update the
12725 current execution line. This fixes redisplay of the current line
12726 when stepping through the code with "next" or "step".
12727
12728 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12729
12730 * source-cache.c (source_cache::get_source_lines): Call
12731 find_source_lines to initialize s->nlines. This fixes vertical
12732 scrolling of TUI source window when the DOWN arrow is pressed.
12733
12734 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12735
12736 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12737 linux-thread-db.c (_initialize_thread_db): Likewise.
12738
12739 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12740
12741 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12742 wclrtoeol in tui_show_source_line". This reverts changes made in
12743 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12744
12745 2019-03-15 Tom Tromey <tom@tromey.com>
12746
12747 * symtab.h (struct minimal_symbol): Derive from
12748 general_symbol_info.
12749 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12750 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12751 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12752 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12753 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12754 (MSYMBOL_SEARCH_NAME): Update.
12755 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12756 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12757 * minsyms.c (minimal_symbol_reader::record_full): Update.
12758
12759 2019-03-15 Tom Tromey <tom@tromey.com>
12760
12761 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12762
12763 2019-03-15 Tom Tromey <tom@tromey.com>
12764
12765 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12766 unique_xmalloc_ptr.
12767 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12768 Update.
12769 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12770 (build_minimal_symbol_hash_tables)
12771 (minimal_symbol_reader::install): Update.
12772
12773 2019-03-15 Tom Tromey <tom@tromey.com>
12774
12775 * symtab.c (create_demangled_names_hash): Update.
12776 (symbol_set_names): Update.
12777 * objfiles.h (struct objfile_per_bfd_storage)
12778 <demangled_names_hash>: Now an htab_up.
12779 * objfiles.c (objfile_per_bfd_storage): Simplify.
12780
12781 2019-03-15 Tom Tromey <tom@tromey.com>
12782
12783 * objfiles.h (struct objfile_per_bfd_storage): Declare
12784 destructor.
12785 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12786 New.
12787 (get_objfile_bfd_data): Use new. Don't initialize
12788 language_of_main.
12789 (free_objfile_per_bfd_storage): Remove.
12790 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12791
12792 2019-03-15 Tom Tromey <tom@tromey.com>
12793
12794 * symfile.c (reread_symbols): Update.
12795 * objfiles.c (objfile::objfile): Update.
12796 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12797 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12798 comment.
12799 (minimal_symbol_reader::install): Update.
12800 (terminate_minimal_symbol_table): Remove.
12801 * jit.c (jit_object_close_impl): Update.
12802
12803 2019-03-15 Tom Tromey <tom@tromey.com>
12804
12805 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12806 initializations.
12807
12808 2019-03-15 Tom Tromey <tom@tromey.com>
12809
12810 * objfiles.h (struct objfile_per_bfd_storage)
12811 <demangled_hash_languages>: Now a bitset.
12812 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12813 (lookup_minimal_symbol): Update.
12814
12815 2019-03-15 Tom Tromey <tom@tromey.com>
12816
12817 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12818 Don't return the symbol.
12819 * coffread.c (record_minimal_symbol): Use record_full.
12820
12821 2019-03-14 Eli Zaretskii <eliz@gnu.org>
12822
12823 The MS-Windows port of ncurses fails to switch to a color pair if
12824 one or both of the colors are the implicit default colors. This
12825 change records the default colors when TUI is initialized, and
12826 then specifies them explicitly when a color pair uses the default
12827 colors. This allows color styling in TUI mode on MS-Windows.
12828
12829 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12830 ncurses_norm_attr.
12831 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12832 colors in ncurses_norm_attr.
12833 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12834 "none", replace it with the default color recorded in
12835 ncurses_norm_attr.
12836
12837 2019-03-14 Tom Tromey <tromey@adacore.com>
12838
12839 * source-cache.h (class source_cache) <get_source_lines>: Return
12840 std::string.
12841 * source-cache.c (source_cache::extract_lines): Handle case where
12842 first_pos==npos. Return std::string.
12843 (source_cache::get_source_lines): Update.
12844
12845 2019-03-14 Tom Tromey <tromey@adacore.com>
12846
12847 * NEWS: Add item for "style sources" commands.
12848 * source-cache.c (source_cache::get_source_lines): Check
12849 source_styling.
12850 * cli/cli-style.c (source_styling): New global.
12851 (_initialize_cli_style): Add "style sources" commands.
12852 (show_style_sources): New function.
12853 * cli/cli-style.h (source_styling): Declare.
12854
12855 2019-03-14 Pedro Alves <palves@redhat.com>
12856 Tom Tromey <tromey@adacore.com>
12857
12858 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12859 * tui/tui-winsource.c (tui_refill_source_window): New function,
12860 from...
12861 (tui_horizontal_source_scroll): ... here. Move some logic.
12862 * cli/cli-style.c (set_style_enabled): Notify new observable.
12863 * tui/tui-hooks.c (tui_redisplay_source): New function.
12864 (tui_attach_detach_observers): Attach or detach
12865 tui_redisplay_source.
12866 * observable.h (source_styling_changed): New observable.
12867 * observable.c: Define source_styling_changed observable.
12868
12869 2019-03-13 Tom Tromey <tromey@adacore.com>
12870
12871 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12872 (i386_gnu_nat_target::store_registers): Update.
12873 * target-debug.h (target_debug_print_std_string): New macro.
12874 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12875 * windows-tdep.c (display_one_tib): Update.
12876 * tui/tui-stack.c (tui_make_status_line): Update.
12877 * top.c (print_inferior_quit_action): Update.
12878 * thread.c (thr_try_catch_cmd): Update.
12879 (add_thread_with_info): Update.
12880 (thread_target_id_str): Update.
12881 (thr_try_catch_cmd): Update.
12882 (thread_command): Update.
12883 (thread_find_command): Update.
12884 * record-btrace.c (record_btrace_target::info_record)
12885 (record_btrace_resume_thread, record_btrace_target::resume)
12886 (record_btrace_cancel_resume, record_btrace_step_thread)
12887 (record_btrace_target::wait, record_btrace_target::wait)
12888 (record_btrace_target::wait, record_btrace_target::stop): Update.
12889 * progspace.c (print_program_space): Update.
12890 * process-stratum-target.c
12891 (process_stratum_target::thread_address_space): Update.
12892 * linux-fork.c (linux_fork_mourn_inferior)
12893 (detach_checkpoint_command, info_checkpoints_command)
12894 (linux_fork_context): Update.
12895 (linux_fork_detach): Update.
12896 (class scoped_switch_fork_info): Update.
12897 (delete_checkpoint_command): Update.
12898 * infrun.c (follow_fork_inferior): Update.
12899 (follow_fork_inferior): Update.
12900 (proceed_after_vfork_done): Update.
12901 (handle_vfork_child_exec_or_exit): Update.
12902 (follow_exec): Update.
12903 (displaced_step_prepare_throw): Update.
12904 (displaced_step_restore): Update.
12905 (start_step_over): Update.
12906 (resume_1): Update.
12907 (clear_proceed_status_thread): Update.
12908 (proceed): Update.
12909 (print_target_wait_results): Update.
12910 (do_target_wait): Update.
12911 (context_switch): Update.
12912 (stop_all_threads): Update.
12913 (restart_threads): Update.
12914 (finish_step_over): Update.
12915 (handle_signal_stop): Update.
12916 (switch_back_to_stepped_thread): Update.
12917 (keep_going_pass_signal): Update.
12918 (print_exited_reason): Update.
12919 (normal_stop): Update.
12920 * inferior.c (inferior_pid_to_str): Change return type.
12921 (print_selected_inferior): Update.
12922 (add_inferior): Update.
12923 (detach_inferior): Update.
12924 * dummy-frame.c (fprint_dummy_frames): Update.
12925 * dcache.c (dcache_info_1): Update.
12926 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12927 (btrace_fetch, btrace_clear): Update.
12928 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12929 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12930 type.
12931 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12932 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12933 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12934 * gdbarch.c, gdbarch.h: Rebuild.
12935 * gdbarch.sh (core_pid_to_str): Change return type.
12936 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12937 return type.
12938 (windows_nat_target::pid_to_str): Change return type.
12939 (windows_delete_thread): Update.
12940 (windows_nat_target::attach): Update.
12941 (windows_nat_target::files_info): Update.
12942 * target-delegates.c: Rebuild.
12943 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12944 return type.
12945 (sol_thread_target::pid_to_str): Change return type.
12946 * remote.c (class remote_target) <pid_to_str>: Change return
12947 type.
12948 (remote_target::pid_to_str): Change return type.
12949 (extended_remote_target::attach, remote_target::remote_stop_ns)
12950 (remote_target::remote_notif_remove_queued_reply)
12951 (remote_target::push_stop_reply, remote_target::disable_btrace):
12952 Update.
12953 (extended_remote_target::attach): Update.
12954 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12955 type.
12956 (gdbsim_target::pid_to_str): Change return type.
12957 * ravenscar-thread.c (struct ravenscar_thread_target)
12958 <pid_to_str>: Change return type.
12959 (ravenscar_thread_target::pid_to_str): Change return type.
12960 * procfs.c (class procfs_target) <pid_to_str>: Change return
12961 type.
12962 (procfs_target::pid_to_str): Change return type.
12963 (procfs_target::attach): Update.
12964 (procfs_target::detach): Update.
12965 (procfs_target::fetch_registers): Update.
12966 (procfs_target::store_registers): Update.
12967 (procfs_target::wait): Update.
12968 (procfs_target::files_info): Update.
12969 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12970 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12971 return type.
12972 (nto_procfs_target::pid_to_str): Change return type.
12973 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12974 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12975 return type.
12976 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
12977 (exit_lwp): Update.
12978 (attach_proc_task_lwp_callback, get_detach_signal)
12979 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
12980 (linux_nat_target::resume, wait_lwp, stop_callback)
12981 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
12982 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
12983 (linux_nat_wait_1, resume_stopped_resumed_lwps)
12984 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
12985 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
12986 type.
12987 (inf_ptrace_target::attach): Update.
12988 (inf_ptrace_target::files_info): Update.
12989 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
12990 type.
12991 (go32_nat_target::pid_to_str): Change return type.
12992 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
12993 (gnu_nat_target::wait): Update.
12994 (gnu_nat_target::wait): Update.
12995 (gnu_nat_target::resume): Update.
12996 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
12997 (fbsd_nat_target::wait): Update.
12998 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
12999 type.
13000 (darwin_nat_target::attach): Update.
13001 * corelow.c (class core_target) <pid_to_str>: Change return type.
13002 (core_target::pid_to_str): Change return type.
13003 * target.c (normal_pid_to_str): Change return type.
13004 (default_pid_to_str): Likewise.
13005 (target_pid_to_str): Change return type.
13006 (target_translate_tls_address): Update.
13007 (target_announce_detach): Update.
13008 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
13009 return type.
13010 (bsd_uthread_target::pid_to_str): Change return type.
13011 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
13012 type.
13013 (bsd_kvm_target::pid_to_str): Change return type.
13014 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
13015 return type.
13016 (aix_thread_target::pid_to_str): Change return type.
13017 * target.h (struct target_ops) <pid_to_str>: Change return type.
13018 (target_pid_to_str, normal_pid_to_str): Likewise.
13019 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
13020 type.
13021 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
13022 type.
13023 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
13024 return type.
13025 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
13026 type.
13027 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
13028 type.
13029 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
13030 return type.
13031
13032 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
13033
13034 * NEWS: Mention that the new default MI version is 3. Mention
13035 changes to the output of commands and events that deal with
13036 multi-location breakpoints.
13037 * breakpoint.c: Include "mi/mi-out.h".
13038 (print_one_breakpoint): Change output syntax if using MI version
13039 >= 3.
13040 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
13041 New.
13042 (mi_multi_location_breakpoint_output_fixed): New.
13043 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
13044 (mi_cmd_fix_multi_location_breakpoint_output): New.
13045 (mi_multi_location_breakpoint_output_fixed): New.
13046 * mi/mi-cmds.c (mi_cmds): Register command
13047 -fix-multi-location-breakpoint-output.
13048 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
13049 interpreter "mi".
13050
13051 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13052
13053 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
13054 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
13055 instantiate mi_ui_out based on interpreter name.
13056 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
13057 * mi/mi-main.c (mi_load_progress): Likewise.
13058
13059 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13060
13061 * NEWS: Combine separate "New targets" sections for 8.3.
13062
13063 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13064
13065 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
13066 (ppcfbsd_init_abi): Install gdbarch
13067 "fetch_tls_load_module_address" and "get_thread_local_address"
13068 methods.
13069
13070 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13071
13072 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
13073 (riscv_fbsd_init_abi): Install gdbarch
13074 "fetch_tls_load_module_address" and "get_thread_local_address"
13075 methods.
13076
13077 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13078
13079 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
13080 (i386fbsd_init_abi): Install gdbarch
13081 "fetch_tls_load_module_address" and "get_thread_local_address"
13082 methods.
13083
13084 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13085
13086 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
13087 (amd64fbsd_init_abi): Install gdbarch
13088 "fetch_tls_load_module_address" and "get_thread_local_address"
13089 methods.
13090
13091 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13092
13093 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
13094 (struct fbsd_pspace_data): New type.
13095 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
13096 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
13097 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
13098 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13099 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13100
13101 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13102
13103 * gdbtypes.c (lookup_struct_elt): New function.
13104 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13105 * gdbtypes.h (struct struct_elt): New type.
13106 (lookup_struct_elt): New prototype.
13107
13108 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13109
13110 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13111 remove disabled code block.
13112
13113 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13114
13115 * gdbarch.sh (get_thread_local_address): New method.
13116 * gdbarch.h, gdbarch.c: Regenerate.
13117 * target.c (target_translate_tls_address): Use
13118 gdbarch_get_thread_local_address if present instead of
13119 target::get_thread_local_address.
13120
13121 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13122
13123 * target.h (target::get_thread_local_address): Update comment.
13124
13125 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13126
13127 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13128 objfile->separate_debug_objfile_backlink if not NULL.
13129
13130 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13131
13132 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13133 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13134 (amd64bsd_store_inferior_registers): Likewise.
13135 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13136 Enable segment base registers.
13137 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13138 PT_GETFSBASE and PT_GETGSBASE.
13139 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13140 PT_SETGSBASE.
13141 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13142 segment base registers.
13143 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13144
13145 2019-03-12 John Baldwin <jhb@FreeBSD.org>
13146
13147 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13148 Update calls to i386_target_description to add 'segments'
13149 parameter.
13150 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13151 add segment base registers.
13152 * arch/i386.c (i386_create_target_description): Add 'segments'
13153 parameter to enable segment base registers.
13154 * arch/i386.h (i386_create_target_description): Likewise.
13155 * features/i386/32bit-segments.xml: New file.
13156 * features/i386/32bit-segments.c: Generate.
13157 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13158 call to i386_target_description to add 'segments' parameter.
13159 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13160 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13161 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13162 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13163 if feature is present.
13164 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13165 Add 'segments' parameter to call to i386_target_description.
13166 (i386_target_description): Add 'segments' parameter to enable
13167 segment base registers.
13168 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13169 to call to i386_target_description.
13170 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13171 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13172 Define I386_NUM_REGS.
13173 (i386_target_description): Add 'segments' parameter to enable
13174 segment base registers.
13175
13176 2019-03-12 Eli Zaretskii <eliz@gnu.org>
13177
13178 PR/24325
13179 * source-cache.c: #undef open and close, to avoid unresolved
13180 externals during linking.
13181
13182 2019-03-12 Tom Tromey <tromey@adacore.com>
13183
13184 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13185 const. Add initializers.
13186 (_initialize_remote): Don't initialize ptid globals.
13187
13188 2019-03-12 Pedro Alves <palves@redhat.com>
13189
13190 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13191
13192 2019-03-12 Pedro Alves <palves@redhat.com>
13193
13194 * cp-name-parser.y (main): Remove unused 'len' variable.
13195
13196 2019-03-12 Tom Tromey <tromey@adacore.com>
13197
13198 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13199 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13200
13201 2019-03-12 Tom Tromey <tromey@adacore.com>
13202
13203 * linux-nat.c (iterate_over_lwps): Update.
13204 (stop_callback): Remove parameter.
13205 (stop_wait_callback, detach_callback, resume_set_callback)
13206 (select_singlestep_lwp_callback, set_ignore_sigint)
13207 (status_callback, resumed_callback, resume_clear_callback)
13208 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13209 data parameter.
13210 (linux_nat_target::detach, linux_nat_target::resume)
13211 (linux_stop_and_wait_all_lwps, select_event_lwp)
13212 (linux_nat_filter_event, linux_nat_wait_1)
13213 (linux_nat_target::kill, linux_nat_target::stop)
13214 (linux_nat_target::stop): Update.
13215 (linux_nat_resume_callback): Change type.
13216 (resume_stopped_resumed_lwps, count_events_callback)
13217 (select_event_lwp_callback): Likewise.
13218 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13219 * arm-linux-nat.c (struct update_registers_data): Remove.
13220 (update_registers_callback): Change type.
13221 (arm_linux_insert_hw_breakpoint1): Update.
13222 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13223 parameter.
13224 (x86_linux_dr_set_addr): Update.
13225 (x86_linux_dr_set_control): Update.
13226 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13227 (iterate_over_lwps): Use gdb::function_view.
13228 * nat/aarch64-linux-hw-point.c (struct
13229 aarch64_dr_update_callback_param): Remove.
13230 (debug_reg_change_callback): Change type.
13231 (aarch64_notify_debug_reg_change): Update.
13232 * s390-linux-nat.c (s390_refresh_per_info): Update.
13233
13234 2019-03-11 Tom Tromey <tromey@adacore.com>
13235
13236 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13237 redundant assignment to "this_cu".
13238
13239 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13240
13241 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13242
13243 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13244
13245 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13246 from...
13247 (rank_one_type): ... this.
13248
13249 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13250
13251 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13252 from...
13253 (rank_one_type): ... this.
13254
13255 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13256
13257 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13258 from...
13259 (rank_one_type): ... this.
13260
13261 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13262
13263 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13264 from...
13265 (rank_one_type): ... this.
13266
13267 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13268
13269 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13270 from...
13271 (rank_one_type): ... this.
13272
13273 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13274
13275 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13276 from...
13277 (rank_one_type): ... this.
13278
13279 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13280
13281 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13282 from...
13283 (rank_one_type): ... this.
13284
13285 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13286
13287 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13288 from...
13289 (rank_one_type): ... this.
13290
13291 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13292
13293 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13294 from...
13295 (rank_one_type): ... this.
13296
13297 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13298
13299 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13300 from...
13301 (rank_one_type): ... this.
13302
13303 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13304
13305 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13306 from...
13307 (rank_one_type): ... this.
13308
13309 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13310
13311 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13312 from...
13313 (rank_one_type): ... this.
13314
13315 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13316
13317 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13318 inferior-events' shows the example events.
13319
13320 2019-03-08 Eli Zaretskii <eliz@gnu.org>
13321
13322 Support styling on native MS-Windows console
13323
13324 PR/24315
13325 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13326 on MS-Windows if $TERM is not defined.
13327
13328 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13329
13330 * posix-hdep.c (gdb_console_fputs):
13331 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13332 functions.
13333 * ui-file.h (gdb_console_fputs): Add prototype.
13334
13335 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13336 back to fputs only if the former returns zero.
13337
13338 2019-03-07 Tom Tromey <tom@tromey.com>
13339
13340 * symmisc.c (print_symbol_bcache_statistics): Update.
13341 (print_objfile_statistics): Update.
13342 * symfile.c (allocate_symtab): Update.
13343 * stabsread.c: Don't include bcache.h.
13344 * psymtab.h (struct psymbol_bcache): Don't declare.
13345 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13346 (psymbol_bcache_init, psymbol_bcache_free)
13347 (psymbol_bcache_get_bcache): Don't declare.
13348 * psymtab.c (struct psymbol_bcache): Remove.
13349 (psymtab_storage::psymtab_storage): Update.
13350 (psymtab_storage::~psymtab_storage): Update.
13351 (psymbol_bcache_init, psymbol_bcache_free)
13352 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13353 (add_psymbol_to_bcache): Update.
13354 (allocate_psymtab): Update.
13355 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13356 macro_cache>: No longer pointers.
13357 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13358 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13359 * macrotab.c (macro_bcache): Update.
13360 * macroexp.c: Don't include bcache.h.
13361 * gdbtypes.c (check_types_worklist): Update.
13362 (types_deeply_equal): Remove TRY/CATCH. Update.
13363 * elfread.c (elf_symtab_read): Update.
13364 * dwarf2read.c: Don't include bcache.h.
13365 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13366 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13367 (print_bcache_statistics, bcache_memory_used): Don't declare.
13368 (struct bcache): Move from bcache.c. Add constructor, destructor,
13369 methods. Rename all data members.
13370 * bcache.c (struct bcache): Move to bcache.h.
13371 (bcache::expand_hash_table): Rename from expand_hash_table.
13372 (bcache): Remove.
13373 (bcache::insert): Rename from bcache_full.
13374 (bcache::compare): Rename from bcache_compare.
13375 (bcache_xmalloc): Remove.
13376 (bcache::~bcache): Rename from bcache_xfree.
13377 (bcache::print_statistics): Rename from print_bcache_statistics.
13378 (bcache::memory_used): Rename from bcache_memory_used.
13379
13380 2019-03-07 Pedro Alves <palves@redhat.com>
13381
13382 * infrun.c (normal_stop): Also check for
13383 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13384
13385 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13386
13387 * f-lang.c (value_from_host_double): Moved to...
13388 * value.c (value_from_host_double): ...here.
13389 * value.h (value_from_host_double): Declare.
13390 * guile/scm-math.c (vlscm_convert_typed_number): Use
13391 value_from_host_double.
13392 (vlscm_convert_number): Likewise.
13393 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13394 * python/py-value.c (convert_value_from_python): Likewise.
13395
13396 2019-03-06 Tom Tromey <tom@tromey.com>
13397
13398 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13399
13400 2019-03-06 Tom Tromey <tom@tromey.com>
13401
13402 * utils.h (free_current_contents): Don't declare.
13403 * utils.c (free_current_contents): Remove.
13404
13405 2019-03-06 Tom Tromey <tom@tromey.com>
13406
13407 * top.c (quit_force): Update.
13408 * main.c (captured_command_loop): Update.
13409 * common/new-op.c (operator new): Update.
13410 * common/common-exceptions.c (struct catcher)
13411 <save_cleanup_chain>: Remove member.
13412 (exceptions_state_mc_init): Update.
13413 (exception_try_scope_entry): Return nullptr.
13414 (exception_try_scope_exit, exception_rethrow)
13415 (throw_exception_sjlj, throw_exception_cxx): Update.
13416 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13417 (all_cleanups, do_cleanups, discard_cleanups)
13418 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13419 (restore_cleanups, restore_final_cleanups): Don't declare.
13420 (do_final_cleanups): Remove parameter.
13421 * common/cleanups.c (cleanup_chain, make_cleanup)
13422 (make_cleanup_dtor, all_cleanups, do_cleanups)
13423 (discard_my_cleanups, discard_cleanups)
13424 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13425 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13426 (null_cleanup): Remove.
13427 (do_final_cleanups): Remove parameter.
13428
13429 2019-03-06 Tom Tromey <tom@tromey.com>
13430
13431 * remote.c (remote_target::remote_parse_stop_reply): Use
13432 unique_xmalloc_ptr.
13433
13434 2019-03-06 Tom Tromey <tom@tromey.com>
13435
13436 * stabsread.c (struct stabs_field_info): Rename from field_info.
13437 <list, fnlist>: Add initializers.
13438 <obstack>: New member.
13439 (read_member_functions, read_struct_fields, read_baseclasses):
13440 Allocate on obstack. Don't use cleanups.
13441 (read_one_struct_field, read_member_functions, read_struct_fields)
13442 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13443 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13444 (read_struct_type): Update.
13445
13446 2019-03-06 Tom Tromey <tom@tromey.com>
13447
13448 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13449 * common/filestuff.h (make_cleanup_close): Don't declare.
13450 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13451 Remove.
13452
13453 2019-03-06 Tom Tromey <tom@tromey.com>
13454
13455 * solib-aix.c: Use make_scope_exit.
13456
13457 2019-03-06 Tom Tromey <tom@tromey.com>
13458
13459 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13460 Use make_scope_exit.
13461
13462 2019-03-06 Tom Tromey <tom@tromey.com>
13463
13464 * solib-svr4.c (disable_probes_interface): Remove parameter.
13465 (svr4_handle_solib_event): Use make_scope_exit.
13466
13467 2019-03-06 Tom Tromey <tom@tromey.com>
13468
13469 * remote.c (struct stop_reply_deleter): Remove.
13470 (stop_reply_up): Update.
13471 (struct stop_reply): Derive from notif_event. Don't typedef.
13472 <regcache>: Now a std::vector.
13473 (stop_reply_xfree): Remove.
13474 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13475 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13476 (remote_target::discard_pending_stop_replies): Use delete.
13477 (remote_target::remote_parse_stop_reply): Update.
13478 (remote_target::process_stop_reply): Update.
13479 * remote-notif.h (struct notif_event): Add virtual destructor.
13480 Remove "dtr" member.
13481 (struct notif_client) <alloc_event>: Return a unique_ptr.
13482 (notif_event_xfree): Don't declare.
13483 (notif_event_up): New typedef.
13484 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13485 (notif_event_xfree, do_notif_event_xfree): Remove.
13486 (remote_notif_state_xfree): Update.
13487
13488 2019-03-06 Tom Tromey <tom@tromey.com>
13489
13490 * infrun.c (displaced_step_clear_cleanup): Now a
13491 forward_scope_exit type.
13492 (displaced_step_prepare_throw): Update.
13493 (displaced_step_fixup): Update.
13494
13495 2019-03-06 Tom Tromey <tom@tromey.com>
13496
13497 * inferior.h (class inferior): Update comment.
13498 * gdbthread.h (class thread_info): Update comment.
13499
13500 2019-03-06 Joel Brobecker <brobecker@adacore.com>
13501 Tom Tromey <tom@tromey.com>
13502
13503 * stabsread.h (struct stab_section_list): Remove.
13504 (coffstab_build_psymtabs): Update.
13505 * dbxread.c (symbuf_sections): Now a std::vector.
13506 (sect_idx): New global.
13507 (fill_symbuf): Update.
13508 (coffstab_build_psymtabs): Change type of stabsects parameter.
13509 Update.
13510 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13511 std::vector.
13512 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13513 (coff_locate_sections): Update.
13514 (coff_symfile_read): Remove cleanups. Update.
13515 (init_stringtab): Add storage parameter.
13516 (free_stringtab, free_stringtab_cleanup): Remove.
13517 (init_lineno): Add storage parameter.
13518 (free_linetab, free_linetab_cleanup): Remove.
13519
13520 2019-03-06 Pedro Alves <palves@redhat.com>
13521
13522 * linux-fork.c (fork_info::clobber_regs): Delete.
13523 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13524 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13525 comment. Adjust.
13526 (scoped_switch_fork_info::scoped_switch_fork_info)
13527 (checkpoint_command, linux_fork_context): Adjust
13528 fork_save_infrun_state calls.
13529
13530 2019-03-06 Pedro Alves <palves@redhat.com>
13531
13532 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13533 (inf_has_multiple_threads): Return 'bool' and rewrite using
13534 inferior_info::threads().
13535
13536 2019-03-06 Pedro Alves <palves@redhat.com>
13537
13538 * linux-fork.c: Include <list>.
13539 (fork_list): Now a std::list instance.
13540 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13541 (forks_exist_p, find_last_fork): Adjust.
13542 (new_fork): Delete.
13543 (one_fork_p): New.
13544 (add_fork): Adjust.
13545 (free_fork): Delete, folded into fork_info::~fork_info().
13546 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13547 Adjust.
13548 (init_fork_list): Delete.
13549 (linux_fork_killall, linux_fork_mourn_inferior)
13550 (linux_fork_detach, info_checkpoints_command): Adjust.
13551 (_initialize_linux_fork): No longer call init_fork_list.
13552
13553 2019-03-06 Pedro Alves <palves@redhat.com>
13554
13555 * linux-fork.c (new_fork): New, split out of ...
13556 (add_fork): ... this. Return void. Move "first fork" special
13557 case from here, to ...
13558 (checkpoint_command): ... here.
13559 * linux-linux.h (add_fork): Return void.
13560
13561 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13562
13563 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13564
13565 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13566 Chris January <chris.january@arm.com>
13567 David Lecomber <david.lecomber@arm.com>
13568
13569 * f-exp.y: New token, UNOP_INTRINSIC.
13570 (exp): New pattern using UNOP_INTRINSIC token.
13571 (f77_keywords): Add 'abs' keyword.
13572 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13573 (value_from_host_double): New function.
13574 (evaluate_subexp_f): Support UNOP_ABS.
13575
13576 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13577
13578 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13579 types.
13580
13581 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13582
13583 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13584 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13585 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13586
13587 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13588
13589 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13590
13591 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13592 Chris January <chris.january@arm.com>
13593
13594 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13595 * f-exp.y: Define 'KIND' token.
13596 (exp): New pattern for KIND expressions.
13597 (ptype): Handle types with a kind extension.
13598 (direct_abs_decl): Extend to spot kind extensions.
13599 (f77_keywords): Add 'kind' to the list.
13600 (push_kind_type): New function.
13601 (convert_to_kind_type): New function.
13602 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13603 * parse.c (operator_length_standard): Likewise.
13604 * parser-defs.h (enum type_pieces): Add tp_kind.
13605 * std-operator.def: Add UNOP_KIND.
13606
13607 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13608
13609 * f-exp.y (f_parse): Set yydebug.
13610
13611 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13612
13613 * f-lang.c (evaluate_subexp_f): New function.
13614 (exp_descriptor_f): New global.
13615 (f_language_defn): Use exp_descriptor_f instead of
13616 exp_descriptor_standard.
13617
13618 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13619
13620 * f-exp.y (struct token): Add comments.
13621 (dot_ops): Remove uppercase versions and the end marker.
13622 (f77_keywords): Likewise.
13623 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13624 entries in the dot_ops array are case insensitive, and use
13625 strncasecmp to compare strings. Also some whitespace cleanup in
13626 this area. Similar for the f77_keywords array, except entries in
13627 this list might be case sensitive.
13628
13629 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13630
13631 * f-exp.y (struct f77_boolean_val): Add comments.
13632 (boolean_values): Remove uppercase versions, and end marker.
13633 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13634 and use strncasecmp to achieve case insensitivity. Additionally,
13635 perform whitespace cleanup around this code.
13636
13637 2019-03-06 Tom Tromey <tromey@adacore.com>
13638
13639 * remote-sim.c (gdbsim_target_open): Use result of
13640 gdb_argv::release.
13641
13642 2019-03-06 Richard Bunt <richard.bunt@arm.com>
13643 Dirk Schubert <dirk.schubert@arm.com>
13644 Chris January <chris.january@arm.com>
13645
13646 * eval.c (evaluate_subexp_standard): Call Fortran argument
13647 wrapping logic.
13648 * f-lang.c (struct value): A value which can be passed into a
13649 Fortran function call.
13650 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13651 where appropriate.
13652 (struct type): Value ready for a Fortran function call.
13653 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13654 is needed.
13655 * f-lang.h (fortran_argument_convert): Declaration.
13656 (fortran_preserve_arg_pointer): Declaration.
13657 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13658
13659 2019-03-05 Tom Tromey <tromey@adacore.com>
13660
13661 * python/py-prettyprint.c (print_string_repr): Remove #if.
13662 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13663
13664 2019-03-05 Tom Tromey <tromey@adacore.com>
13665
13666 * target.c (the_dummy_target): Move later. Change type to
13667 "dummy_target".
13668 (initialize_targets): Don't initialize the_dummy_target.
13669
13670 2019-03-05 Tom Tromey <tromey@adacore.com>
13671
13672 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13673 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13674
13675 2019-03-05 Tom Tromey <tromey@adacore.com>
13676
13677 * windows-nat.c (windows_nat_target::attach)
13678 (windows_nat_target::detach): Don't call gdb_flush.
13679 * valprint.c (generic_val_print, val_print, val_print_string):
13680 Don't call gdb_flush.
13681 * utils.c (defaulted_query): Don't call gdb_flush.
13682 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13683 * target.c (target_announce_detach): Don't call gdb_flush.
13684 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13685 * remote.c (extended_remote_target::attach): Don't call
13686 gdb_flush.
13687 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13688 * printcmd.c (do_examine): Don't call gdb_flush.
13689 (info_display_command): Don't call gdb_flush.
13690 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13691 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13692 * memattr.c (info_mem_command): Don't call gdb_flush.
13693 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13694 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13695 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13696 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13697 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13698 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13699 (gnu_nat_target::detach): Don't call gdb_flush.
13700 * f-valprint.c (f_val_print): Don't call gdb_flush.
13701 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13702 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13703 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13704 gdb_flush.
13705 * c-valprint.c (c_val_print): Don't call gdb_flush.
13706 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13707
13708 2019-03-05 Tom Tromey <tromey@adacore.com>
13709
13710 * varobj.c (update_dynamic_varobj_children): Update.
13711 (install_default_visualizer): Use reset, not release.
13712 * value.c (set_internalvar): Update.
13713 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13714 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13715 ATTRIBUTE_UNUSED_RESULT.
13716
13717 2019-03-05 Tom Tromey <tromey@adacore.com>
13718
13719 * remote.c (class scoped_remote_fd) <release>: Add
13720 ATTRIBUTE_UNUSED_RESULT.
13721
13722 2019-03-05 Tom Tromey <tromey@adacore.com>
13723
13724 * macroexp.c (struct macro_buffer) <release>: Add
13725 ATTRIBUTE_UNUSED_RESULT.
13726
13727 2019-03-05 Tom Tromey <tromey@adacore.com>
13728
13729 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13730 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13731 ATTRIBUTE_UNUSED_RESULT.
13732
13733 2019-03-05 Tom Tromey <tromey@adacore.com>
13734
13735 * common/scoped_fd.h (class scoped_fd) <release>: Add
13736 ATTRIBUTE_UNUSED_RESULT.
13737
13738 2019-03-05 Tom Tromey <tromey@adacore.com>
13739
13740 * parser-defs.h (struct parser_state) <release>: Add
13741 ATTRIBUTE_UNUSED_RESULT.
13742
13743 2019-03-05 Tom Tromey <tromey@adacore.com>
13744
13745 * utils.h (class gdb_argv) <release>: Add
13746 ATTRIBUTE_UNUSED_RESULT.
13747 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13748
13749 2019-03-02 Eli Zaretskii <eliz@gnu.org>
13750
13751 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13752 for-loop range, to avoid compiler warnings.
13753
13754 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13755 avoid compiler warnings about unused variables.
13756
13757 * NEWS: Mention end of support for native debugging on MS-Windows
13758 before XP.
13759
13760 PR gdb/24292
13761 * common/netstuff.c:
13762 * gdbserver/gdbreplay.c
13763 * gdbserver/remote-utils.c:
13764 * ser-tcp.c:
13765 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13766 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13767 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13768 'getaddrinfo' and 'freeaddrinfo' were not available before
13769 Windows XP, and mingw.org's MinGW headers by default define
13770 _WIN32_WINNT to 0x500.
13771
13772 2019-03-01 Gary Benson <gbenson@redhat.com>
13773
13774 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13775
13776 2019-02-28 Brian Vandenberg <phantall@gmail.com>
13777 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13778
13779 PR gdb/8527
13780 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13781 set_sigint_trap, clear_sigint_trap.
13782
13783 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13784
13785 * target.c (target_detach): Clear the regcache and the
13786 frame cache.
13787
13788 2019-02-27 Pedro Alves <palves@redhat.com>
13789
13790 * utils.c (set_screen_size): When we cap the height/width sizes,
13791 tweak the corresponding command variable to show "unlimited":
13792
13793 2019-02-27 Saagar Jha <saagar@saagarjha.com>
13794 Pedro Alves <palves@redhat.com>
13795
13796 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13797 before calling rl_set_screen_size.
13798
13799 2019-02-27 Tom Tromey <tromey@adacore.com>
13800
13801 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13802 define.
13803 * python/py-value.c: Remove Python 2.4 workaround.
13804 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13805 workaround.
13806 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13807 Python 2.4 workaround.
13808 * python/python-internal.h: Remove Python 2.4 comment.
13809 (Py_ssize_t): Don't define.
13810 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13811 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13812 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13813 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13814 * python/python.c (do_start_initialization): Remove Python 2.4
13815 workaround.
13816 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13817 (print_children): Remove Python 2.4 workaround.
13818 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13819 workaround.
13820 (CHARBUFFERPROC_NAME): Remove.
13821 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13822 Python 2.4 workaround.
13823
13824 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13825
13826 * NEWS: Note minimum Python version.
13827
13828 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13829
13830 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13831 code from these functions. Remove corresponding ifdefs. Use
13832 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13833 Remove gotos and target of gotos.
13834 (infpy_search_memory): Likewise.
13835
13836 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13837
13838 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13839 (hppa_gdbarch_init): Don't register deleted functions with
13840 gdbarch.
13841
13842 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13843
13844 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13845 (h8300_unwind_sp): Delete.
13846 (h8300_dummy_id): Delete.
13847 (h8300_gdbarch_init): Don't register deleted functions with
13848 gdbarch.
13849
13850 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13851
13852 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13853 (ft32_unwind_pc): Delete.
13854 (ft32_unwind_sp): Delete.
13855 (ft32_gdbarch_init): Don't register deleted functions with
13856 gdbarch.
13857
13858 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13859
13860 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13861 (frv_unwind_pc): Delete.
13862 (frv_unwind_sp): Delete.
13863 (frv_gdbarch_init): Don't register deleted functions with
13864 gdbarch.
13865
13866 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13867
13868 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13869 (riscv_unwind_pc): Delete.
13870 (riscv_unwind_sp): Delete.
13871 (riscv_gdbarch_init): Don't register deleted functions with
13872 gdbarch.
13873
13874 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13875
13876 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13877 (csky_unwind_pc): Delete.
13878 (csky_unwind_sp): Delete.
13879 (csky_gdbarch_init): Don't register deleted functions with
13880 gdbarch.
13881
13882 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13883
13884 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13885 (cris_unwind_pc): Delete.
13886 (cris_unwind_sp): Delete.
13887 (cris_gdbarch_init): Don't register deleted functions with
13888 gdbarch.
13889
13890 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13891
13892 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13893 (bfin_unwind_pc): Delete.
13894 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13895
13896 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13897
13898 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13899 (arm_unwind_pc): Delete.
13900 (arm_unwind_sp): Delete.
13901 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13902
13903 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13904
13905 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13906 (arc_unwind_pc): Delete.
13907 (arc_unwind_sp): Delete.
13908 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13909
13910 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13911
13912 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13913 (alpha_unwind_pc): Delete.
13914 (alpha_gdbarch_init): Don't register deleted functions with
13915 gdbarch.
13916
13917 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13918
13919 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13920 (aarch64_unwind_pc): Delete.
13921 (aarch64_unwind_sp): Delete.
13922 (aarch64_gdbarch_init): Don't register deleted functions with
13923 gdbarch.
13924
13925 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13926
13927 * gdbtypes.c (type_align): Don't consider static members when
13928 computing structure alignment.
13929
13930 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13931
13932 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13933 return 0 for other types.
13934 * arch-utils.c (default_type_align): Always return 0.
13935 * gdbarch.h: Regenerate.
13936 * gdbarch.sh (type_align): Extend comment.
13937 * gdbtypes.c (type_align): Add additional comments, always call
13938 gdbarch_type_align before applying the default rules.
13939 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13940 generic code will then apply a suitable default.
13941 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13942 types, return 0 for other types.
13943
13944 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13945
13946 * NEWS: Create a new section for the next release branch.
13947 Rename the section of the current branch, now that it has
13948 been cut.
13949
13950 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13951
13952 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13953 * version.in: Bump version to 8.3.50.DATE-git.
13954
13955 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
13956
13957 * aix-thread.c (ptid_cmp): Remove unused variable.
13958 (get_signaled_thread): Likewise.
13959 (store_regs_user_thread): Likewise.
13960 (store_regs_kernel_thread): Likewise.
13961 (fetch_regs_kernel_thread): Remove shadowed variable.
13962
13963 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13964
13965 * features/riscv/32bit-cpu.xml: Add register numbers.
13966 * features/riscv/32bit-fpu.c: Regenerate.
13967 * features/riscv/32bit-fpu.xml: Add register numbers.
13968 * features/riscv/64bit-cpu.xml: Add register numbers.
13969 * features/riscv/64bit-fpu.c: Regenerate.
13970 * features/riscv/64bit-fpu.xml: Add register numbers.
13971
13972 2019-02-26 Kevin Buettner <kevinb@redhat.com>
13973
13974 * NEWS: Mention two argument form of gdb.Value constructor.
13975 * python/py-value.c (convert_buffer_and_type_to_value): New
13976 function.
13977 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
13978 Add support for handling an optional second argument. Call
13979 convert_buffer_and_type_to_value as appropriate.
13980 * python/python-internal.h (Py_buffer_deleter): New struct.
13981 (Py_buffer_up): New typedef.
13982
13983 2019-02-25 John Baldwin <jhb@FreeBSD.org>
13984
13985 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
13986 instead of releasing ownership.
13987
13988 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
13989
13990 * dwarf2read.c (open_and_init_dwp_file): Call
13991 elf_numsections instead of bfd_count_sections to initialize
13992 dwp_file->num_sections.
13993
13994 2019-02-25 Tom Tromey <tromey@adacore.com>
13995
13996 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
13997
13998 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
13999
14000 * gcore.in: Add '--readnever' option when invoking GDB.
14001
14002 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14003
14004 * MAINTAINERS: Update my email address.
14005
14006 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14007
14008 * build-id.c (build_id_to_debug_bfd_1): New function.
14009 (build_id_to_debug_bfd): Look for separate debug file in
14010 sysroot.
14011
14012 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
14013
14014 * gdbarch.sh: Update the copyright year range that is placed into
14015 generated files.
14016
14017 2019-02-22 Keith Seitz <keiths@redhat.com>
14018
14019 PR symtab/23853
14020 * linespec.c (create_sals_line_offset): Search for the default
14021 symtab's filename instead of its fullname.
14022
14023 2019-02-21 Alan Hayward <alan.hayward@arm.com>
14024
14025 * NEWS: Update style defaults.
14026
14027 2019-02-21 Alan Hayward <alan.hayward@arm.com>
14028
14029 * main.c (captured_main_1): Disable styling in batch mode.
14030
14031 2019-02-20 Tom Tromey <tom@tromey.com>
14032
14033 * symtab.c (symtab_symbol_info): Fix typos.
14034
14035 2019-02-20 Tom Tromey <tromey@adacore.com>
14036
14037 * findcmd.c (_initialize_mem_search): Use upper case for
14038 metasyntactic variables.
14039
14040 2019-02-20 Alan Hayward <alan.hayward@arm.com>
14041
14042 * aarch64-tdep.c (aarch64_add_reggroups): New function.
14043 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
14044
14045 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
14046
14047 * top.h (source_file_name): Change to std::string.
14048 * top.c (source_file_name): Likewise.
14049 (command_line_input): Adjust.
14050 * cli/cli-script.c (script_from_file): Adjust.
14051
14052 2019-02-19 Tom Tromey <tromey@adacore.com>
14053
14054 * ravenscar-thread.c
14055 (ravenscar_thread_target::update_thread_list): Don't call
14056 ada_build_task_list.
14057 * ada-lang.h (ada_build_task_list): Don't declare.
14058 * ada-tasks.c (struct ada_tasks_inferior_data)
14059 <task_list_valid_p>: Now bool.
14060 (read_known_tasks, ada_task_list_changed)
14061 (ada_tasks_invalidate_inferior_data): Update.
14062 (read_known_tasks_array): Return bool.
14063 (read_known_tasks_list): Likewise.
14064 (read_known_tasks): Return void.
14065 (ada_build_task_list): Now static.
14066
14067 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
14068
14069 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
14070 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
14071
14072 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14073
14074 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
14075 variant for ada_tasks_pspace_data_handle and
14076 ada_tasks_inferior_data_handle.
14077 (ada_tasks_pspace_data_cleanup): New function.
14078 (ada_tasks_inferior_data_cleanup): New function.
14079
14080 2019-02-17 Tom Tromey <tom@tromey.com>
14081
14082 * macrotab.h (macro_source_fullname): Return a std::string.
14083 * macrotab.c (macro_include, check_for_redefinition)
14084 (macro_undef, macro_lookup_definition, foreach_macro)
14085 (foreach_macro_in_scope): Update.
14086 (macro_source_fullname): Return a std::string.
14087 * macrocmd.c (show_pp_source_pos): Update.
14088
14089 2019-02-17 Tom Tromey <tom@tromey.com>
14090
14091 * macrocmd.c (show_pp_source_pos): Style the file names.
14092
14093 2019-02-17 Tom Tromey <tom@tromey.com>
14094
14095 PR tui/24197:
14096 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
14097
14098 2019-02-17 Tom Tromey <tom@tromey.com>
14099
14100 * ada-lang.c (user_select_syms): Use filtered printing.
14101 * utils.c (wrap_style): New global.
14102 (desired_style): Remove.
14103 (emit_style_escape): Add stream parameter.
14104 (set_output_style, reset_terminal_style, prompt_for_continue):
14105 Update.
14106 (flush_wrap_buffer): Only flush gdb_stdout.
14107 (wrap_here): Set wrap_style.
14108 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14109 treat escape sequences as a character. Change when wrap buffer is
14110 flushed.
14111 (fputs_styled): Do not set the output style when the default is
14112 requested.
14113 * ui-style.h (struct ui_file_style) <is_default>: New method.
14114 * source.c (print_source_lines_base): Emit escape sequences in one
14115 piece.
14116
14117 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14118
14119 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14120 integers and enumeration types.
14121
14122 2019-02-17 Joel Brobecker <brobecker@adacore.com>
14123
14124 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14125 instead of lookup_symbol_in_language
14126 (do_exact_match): New function.
14127 (ada_get_symbol_name_matcher): Return do_exact_match when
14128 doing a verbatim match.
14129
14130 2019-02-15 Tom Tromey <tromey@adacore.com>
14131
14132 * ravenscar-thread.c (ravenscar_thread_target::resume)
14133 (ravenscar_thread_target::wait): Special case wildcard requests.
14134
14135 2019-02-15 Tom Tromey <tromey@adacore.com>
14136
14137 * ravenscar-thread.c (base_ptid): Remove.
14138 (struct ravenscar_thread_target) <close>: New method.
14139 <m_base_ptid>: New member.
14140 <update_inferior_ptid, active_task, task_is_currently_active,
14141 runtime_initialized>: Declare methods.
14142 <ravenscar_thread_target>: Add constructor.
14143 (ravenscar_thread_target::task_is_currently_active)
14144 (ravenscar_thread_target::update_inferior_ptid)
14145 (ravenscar_runtime_initialized): Rename. Now methods.
14146 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14147 (ravenscar_thread_target::update_thread_list): Update.
14148 (ravenscar_thread_target::active_task): Now method.
14149 (ravenscar_thread_target::store_registers)
14150 (ravenscar_thread_target::prepare_to_store)
14151 (ravenscar_thread_target::prepare_to_store)
14152 (ravenscar_thread_target::mourn_inferior): Update.
14153 (ravenscar_inferior_created): Use "new" to create target.
14154 (ravenscar_thread_target::get_ada_task_ptid): Update.
14155 (_initialize_ravenscar): Don't initialize base_ptid.
14156 (ravenscar_ops): Remove global.
14157
14158 2019-02-15 Tom Tromey <tromey@adacore.com>
14159
14160 * target.h (push_target): Declare new overload.
14161 * target.c (push_target): New overload, taking an rvalue reference.
14162 * remote.c (remote_target::open_1): Use push_target overload.
14163 * corelow.c (core_target_open): Use push_target overload.
14164
14165 2019-02-15 Tom Tromey <tromey@adacore.com>
14166
14167 * ravenscar-thread.c (is_ravenscar_task)
14168 (ravenscar_task_is_currently_active): Return bool.
14169 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14170 (_initialize_ravenscar): Remove "(void)".
14171 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14172 Return bool.
14173
14174 2019-02-15 Tom Tromey <tromey@adacore.com>
14175
14176 * ravenscar-thread.c (ravenscar_runtime_initializer)
14177 (has_ravenscar_runtime, get_running_thread_id)
14178 (ravenscar_thread_target::resume): Fix indentation.
14179
14180 2019-02-15 Tom Tromey <tromey@adacore.com>
14181
14182 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14183 from ravenscar_arch_ops.
14184 (sparc_ravenscar_ops::fetch_registers)
14185 (sparc_ravenscar_ops::store_registers): Now methods.
14186 (sparc_ravenscar_prepare_to_store): Remove.
14187 (sparc_ravenscar_ops): Redefine.
14188 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14189 methods and destructor. Remove members.
14190 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14191 (ravenscar_thread_target::store_registers)
14192 (ravenscar_thread_target::prepare_to_store): Update.
14193 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14194 Remove.
14195 (struct ppc_ravenscar_powerpc_ops): Derive from
14196 ravenscar_arch_ops.
14197 (ppc_ravenscar_powerpc_ops::fetch_registers)
14198 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14199 (ppc_ravenscar_powerpc_ops): Redefine.
14200 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14201 (ppc_ravenscar_e500_ops::fetch_registers)
14202 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14203 (ppc_ravenscar_e500_ops): Redefine.
14204 * aarch64-ravenscar-thread.c
14205 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14206 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14207 (aarch64_ravenscar_fetch_registers)
14208 (aarch64_ravenscar_store_registers): Now methods.
14209 (aarch64_ravenscar_ops): Redefine.
14210
14211 2019-02-15 Tom Tromey <tromey@adacore.com>
14212
14213 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14214 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14215 (ravenscar_thread_target::stopped_by_watchpoint)
14216 (ravenscar_thread_target::stopped_data_address)
14217 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14218
14219 2019-02-15 Tom Tromey <tromey@adacore.com>
14220
14221 * ravenscar-thread.c: Fix some typos.
14222
14223 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14224 Tom Tromey <tromey@adacore.com>
14225
14226 * ada-lang.c (ada_exception_sal): Change addr_string to a
14227 std::string.
14228 (create_ada_exception_catchpoint): Update.
14229
14230 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14231 Tom Tromey <tromey@adacore.com>
14232
14233 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14234 (bp_location_ops): Remove.
14235 (base_breakpoint_allocate_location): Update.
14236 (free_bp_location): Update.
14237 * ada-lang.c (class ada_catchpoint_location)
14238 <ada_catchpoint_location>: Remove ops parameter.
14239 (ada_catchpoint_location_dtor): Remove.
14240 (ada_catchpoint_location_ops): Remove.
14241 (allocate_location_exception): Update.
14242 * breakpoint.h (struct bp_location_ops): Remove.
14243 (class bp_location) <bp_location>: Remove bp_location_ops
14244 parameter.
14245 <~bp_location>: Add destructor.
14246 <ops>: Remove.
14247
14248 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14249 Pedro Alves <palves@redhat.com>
14250
14251 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14252 'PATH_MAX'.
14253
14254 2019-02-14 David Michael <fedora.dm0@gmail.com>
14255 Samuel Thibault <samuel.thibault@gnu.org>
14256 Thomas Schwinge <thomas@codesourcery.com>
14257
14258 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14259 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14260
14261 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14262
14263 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14264 (check_empty): Use "const char *".
14265
14266 * gnu-nat.c (gnu_nat_target::detach): Instead of
14267 'detach_inferior (pid)' call
14268 'detach_inferior (find_inferior_pid (pid))'.
14269
14270 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14271 'nat/fork-inferior.o'.
14272 * gnu-nat.c: #include "nat/fork-inferior.h".
14273
14274 * gnu-nat.c (gnu_nat_target::detach): Instead of
14275 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14276 * gnu-nat.h: #include "inf-child.h".
14277 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14278 'i386_gnu_nat_target::fetch_registers'.
14279 (gnu_store_registers): Rename/move to
14280 'i386_gnu_nat_target::store_registers'.
14281
14282 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14283 * gnu-nat.h (mach_thread_info): New function.
14284 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14285
14286 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14287
14288 2019-02-14 Frederic Konrad <konrad@adacore.com>
14289
14290 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14291
14292 2019-02-14 Joel Brobecker <brobecker@adacore.com>
14293
14294 * windows-nat.c (windows_add_thread): Add new parameter
14295 "main_thread_p" with default value set to false. Update
14296 function documentation as well as all callers.
14297 (windows_delete_thread): Likewise.
14298 (fake_create_process): Update call to windows_add_thread.
14299 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14300 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14301 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14302 call to windows_delete_thread.
14303
14304 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14305
14306 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14307
14308 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14309
14310 * symfile.c (find_separate_debug_file): Use canonical path of
14311 sysroot with child_path instead of gdb_sysroot if it is valid.
14312
14313 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14314
14315 * symfile.c (find_separate_debug_file): Use child_path to
14316 determine if an object file is under a sysroot.
14317
14318 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14319
14320 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14321 unittests/child-path-selftests.c.
14322 * common/pathstuff.c (child_path): New function.
14323 * common/pathstuff.h (child_path): New prototype.
14324 * unittests/child-path-selftests.c: New file.
14325
14326 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14327
14328 * symfile.c (find_separate_debug_file): Look for separate debug
14329 files in debug directories under the sysroot.
14330
14331 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14332
14333 * symtab.h (struct minimal_symbol data_p): New const method.
14334 (struct minimal_symbol text_p): Likewise.
14335 * symtab.c (output_source_filename): Use file name style
14336 to print file name.
14337 (print_symbol_info): Likewise.
14338 (print_msymbol_info): Use address style to print addresses.
14339 Use function name style to print executable text symbols.
14340 (expand_symtab_containing_pc): Use data_p.
14341 (find_pc_sect_compunit_symtab): Likewise.
14342
14343 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14344
14345 * breakpoint.c (describe_other_breakpoints): Use address style
14346 to print addresses.
14347 (say_where): Likewise.
14348
14349 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14350
14351 * ada-typeprint.c (print_func_type): Print function name
14352 style to print function name.
14353 * c-typeprint.c (c_print_type_1): Likewise.
14354
14355 2019-02-11 Alan Hayward <alan.hayward@arm.com>
14356
14357 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14358 for execve.
14359
14360 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14361
14362 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14363 type_stack.
14364
14365 2019-02-10 Joel Brobecker <brobecker@adacore.com>
14366
14367 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14368 TYPE_CODE_REF types.
14369
14370 2019-02-08 Jim Wilson <jimw@sifive.com>
14371
14372 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14373 (riscv_linux_fregset): New.
14374 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14375
14376 2019-02-07 Tom Tromey <tom@tromey.com>
14377
14378 * thread.c (thread_cancel_execution_command): Update.
14379 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14380 methods.
14381 (struct thread_fsm_ops): Remove.
14382 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14383 (thread_fsm_should_stop, thread_fsm_return_value)
14384 (thread_fsm_set_finished, thread_fsm_finished_p)
14385 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14386 Don't declare.
14387 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14388 * infrun.c (clear_proceed_status_thread)
14389 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14390 (print_stop_event): Update.
14391 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14392 Add constructor.
14393 (step_command_fsm_ops): Remove.
14394 (new_step_command_fsm): Remove.
14395 (step_1): Update.
14396 (step_command_fsm::should_stop): Rename from
14397 step_command_fsm_should_stop.
14398 (step_command_fsm::clean_up): Rename from
14399 step_command_fsm_clean_up.
14400 (step_command_fsm::do_async_reply_reason): Rename from
14401 step_command_fsm_async_reply_reason.
14402 (struct until_next_fsm): Inherit from thread_fsm. Add
14403 constructor.
14404 (until_next_fsm_ops): Remove.
14405 (new_until_next_fsm): Remove.
14406 (until_next_fsm::should_stop): Rename from
14407 until_next_fsm_should_stop.
14408 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14409 (until_next_fsm::do_async_reply_reason): Rename from
14410 until_next_fsm_async_reply_reason.
14411 (struct finish_command_fsm): Inherit from thread_fsm. Add
14412 constructor. Change type of breakpoint.
14413 (finish_command_fsm_ops): Remove.
14414 (new_finish_command_fsm): Remove.
14415 (finish_command_fsm::should_stop): Rename from
14416 finish_command_fsm_should_stop.
14417 (finish_command_fsm::clean_up): Rename from
14418 finish_command_fsm_clean_up.
14419 (finish_command_fsm::return_value): Rename from
14420 finish_command_fsm_return_value.
14421 (finish_command_fsm::do_async_reply_reason): Rename from
14422 finish_command_fsm_async_reply_reason.
14423 (finish_command): Update.
14424 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14425 Add constructor.
14426 (call_thread_fsm_ops): Remove.
14427 (call_thread_fsm::call_thread_fsm): Rename from
14428 new_call_thread_fsm.
14429 (call_thread_fsm::should_stop): Rename from
14430 call_thread_fsm_should_stop.
14431 (call_thread_fsm::should_notify_stop): Rename from
14432 call_thread_fsm_should_notify_stop.
14433 (run_inferior_call, call_function_by_hand_dummy): Update.
14434 * cli/cli-interp.c (should_print_stop_to_console): Update.
14435 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14436 Add constructor. Change type of location_breakpoint,
14437 caller_breakpoint.
14438 (until_break_fsm_ops): Remove.
14439 (new_until_break_fsm): Remove.
14440 (until_break_fsm::should_stop): Rename from
14441 until_break_fsm_should_stop.
14442 (until_break_fsm::clean_up): Rename from
14443 until_break_fsm_clean_up.
14444 (until_break_fsm::do_async_reply_reason): Rename from
14445 until_break_fsm_async_reply_reason.
14446 (until_break_command): Update.
14447 * thread-fsm.c: Remove.
14448 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14449
14450 2019-02-07 Tom Tromey <tom@tromey.com>
14451
14452 * yy-remap.h: Add include guard.
14453 * xtensa-tdep.h: Add include guard.
14454 * xcoffread.h: Rename include guard.
14455 * varobj-iter.h: Add include guard.
14456 * tui/tui.h: Rename include guard.
14457 * tui/tui-winsource.h: Rename include guard.
14458 * tui/tui-wingeneral.h: Rename include guard.
14459 * tui/tui-windata.h: Rename include guard.
14460 * tui/tui-win.h: Rename include guard.
14461 * tui/tui-stack.h: Rename include guard.
14462 * tui/tui-source.h: Rename include guard.
14463 * tui/tui-regs.h: Rename include guard.
14464 * tui/tui-out.h: Rename include guard.
14465 * tui/tui-layout.h: Rename include guard.
14466 * tui/tui-io.h: Rename include guard.
14467 * tui/tui-hooks.h: Rename include guard.
14468 * tui/tui-file.h: Rename include guard.
14469 * tui/tui-disasm.h: Rename include guard.
14470 * tui/tui-data.h: Rename include guard.
14471 * tui/tui-command.h: Rename include guard.
14472 * tic6x-tdep.h: Add include guard.
14473 * target/waitstatus.h: Rename include guard.
14474 * target/wait.h: Rename include guard.
14475 * target/target.h: Rename include guard.
14476 * target/resume.h: Rename include guard.
14477 * target-float.h: Rename include guard.
14478 * stabsread.h: Add include guard.
14479 * rs6000-tdep.h: Add include guard.
14480 * riscv-fbsd-tdep.h: Add include guard.
14481 * regformats/regdef.h: Rename include guard.
14482 * record.h: Rename include guard.
14483 * python/python.h: Rename include guard.
14484 * python/python-internal.h: Rename include guard.
14485 * python/py-stopevent.h: Rename include guard.
14486 * python/py-ref.h: Rename include guard.
14487 * python/py-record.h: Rename include guard.
14488 * python/py-record-full.h: Rename include guard.
14489 * python/py-record-btrace.h: Rename include guard.
14490 * python/py-instruction.h: Rename include guard.
14491 * python/py-events.h: Rename include guard.
14492 * python/py-event.h: Rename include guard.
14493 * procfs.h: Add include guard.
14494 * proc-utils.h: Add include guard.
14495 * p-lang.h: Add include guard.
14496 * or1k-tdep.h: Rename include guard.
14497 * observable.h: Rename include guard.
14498 * nto-tdep.h: Rename include guard.
14499 * nat/x86-linux.h: Rename include guard.
14500 * nat/x86-linux-dregs.h: Rename include guard.
14501 * nat/x86-gcc-cpuid.h: Add include guard.
14502 * nat/x86-dregs.h: Rename include guard.
14503 * nat/x86-cpuid.h: Rename include guard.
14504 * nat/ppc-linux.h: Rename include guard.
14505 * nat/mips-linux-watch.h: Rename include guard.
14506 * nat/linux-waitpid.h: Rename include guard.
14507 * nat/linux-ptrace.h: Rename include guard.
14508 * nat/linux-procfs.h: Rename include guard.
14509 * nat/linux-osdata.h: Rename include guard.
14510 * nat/linux-nat.h: Rename include guard.
14511 * nat/linux-namespaces.h: Rename include guard.
14512 * nat/linux-btrace.h: Rename include guard.
14513 * nat/glibc_thread_db.h: Rename include guard.
14514 * nat/gdb_thread_db.h: Rename include guard.
14515 * nat/gdb_ptrace.h: Rename include guard.
14516 * nat/fork-inferior.h: Rename include guard.
14517 * nat/amd64-linux-siginfo.h: Rename include guard.
14518 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14519 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14520 * nat/aarch64-linux.h: Rename include guard.
14521 * nat/aarch64-linux-hw-point.h: Rename include guard.
14522 * mn10300-tdep.h: Add include guard.
14523 * mips-linux-tdep.h: Add include guard.
14524 * mi/mi-parse.h: Rename include guard.
14525 * mi/mi-out.h: Rename include guard.
14526 * mi/mi-main.h: Rename include guard.
14527 * mi/mi-interp.h: Rename include guard.
14528 * mi/mi-getopt.h: Rename include guard.
14529 * mi/mi-console.h: Rename include guard.
14530 * mi/mi-common.h: Rename include guard.
14531 * mi/mi-cmds.h: Rename include guard.
14532 * mi/mi-cmd-break.h: Rename include guard.
14533 * m2-lang.h: Add include guard.
14534 * location.h: Rename include guard.
14535 * linux-record.h: Rename include guard.
14536 * linux-nat.h: Add include guard.
14537 * linux-fork.h: Add include guard.
14538 * i386-darwin-tdep.h: Rename include guard.
14539 * hppa-linux-offsets.h: Add include guard.
14540 * guile/guile.h: Rename include guard.
14541 * guile/guile-internal.h: Rename include guard.
14542 * gnu-nat.h: Rename include guard.
14543 * gdb-stabs.h: Rename include guard.
14544 * frv-tdep.h: Add include guard.
14545 * f-lang.h: Add include guard.
14546 * event-loop.h: Add include guard.
14547 * darwin-nat.h: Rename include guard.
14548 * cp-abi.h: Rename include guard.
14549 * config/sparc/nm-sol2.h: Rename include guard.
14550 * config/nm-nto.h: Rename include guard.
14551 * config/nm-linux.h: Add include guard.
14552 * config/i386/nm-i386gnu.h: Rename include guard.
14553 * config/djgpp/nl_types.h: Rename include guard.
14554 * config/djgpp/langinfo.h: Rename include guard.
14555 * compile/gcc-cp-plugin.h: Add include guard.
14556 * compile/gcc-c-plugin.h: Add include guard.
14557 * compile/compile.h: Rename include guard.
14558 * compile/compile-object-run.h: Rename include guard.
14559 * compile/compile-object-load.h: Rename include guard.
14560 * compile/compile-internal.h: Rename include guard.
14561 * compile/compile-cplus.h: Rename include guard.
14562 * compile/compile-c.h: Rename include guard.
14563 * common/xml-utils.h: Rename include guard.
14564 * common/x86-xstate.h: Rename include guard.
14565 * common/version.h: Rename include guard.
14566 * common/vec.h: Rename include guard.
14567 * common/tdesc.h: Rename include guard.
14568 * common/selftest.h: Rename include guard.
14569 * common/scoped_restore.h: Rename include guard.
14570 * common/scoped_mmap.h: Rename include guard.
14571 * common/scoped_fd.h: Rename include guard.
14572 * common/safe-iterator.h: Rename include guard.
14573 * common/run-time-clock.h: Rename include guard.
14574 * common/refcounted-object.h: Rename include guard.
14575 * common/queue.h: Rename include guard.
14576 * common/ptid.h: Rename include guard.
14577 * common/print-utils.h: Rename include guard.
14578 * common/preprocessor.h: Rename include guard.
14579 * common/pathstuff.h: Rename include guard.
14580 * common/observable.h: Rename include guard.
14581 * common/netstuff.h: Rename include guard.
14582 * common/job-control.h: Rename include guard.
14583 * common/host-defs.h: Rename include guard.
14584 * common/gdb_wait.h: Rename include guard.
14585 * common/gdb_vecs.h: Rename include guard.
14586 * common/gdb_unlinker.h: Rename include guard.
14587 * common/gdb_unique_ptr.h: Rename include guard.
14588 * common/gdb_tilde_expand.h: Rename include guard.
14589 * common/gdb_sys_time.h: Rename include guard.
14590 * common/gdb_string_view.h: Rename include guard.
14591 * common/gdb_splay_tree.h: Rename include guard.
14592 * common/gdb_setjmp.h: Rename include guard.
14593 * common/gdb_ref_ptr.h: Rename include guard.
14594 * common/gdb_optional.h: Rename include guard.
14595 * common/gdb_locale.h: Rename include guard.
14596 * common/gdb_assert.h: Rename include guard.
14597 * common/filtered-iterator.h: Rename include guard.
14598 * common/filestuff.h: Rename include guard.
14599 * common/fileio.h: Rename include guard.
14600 * common/environ.h: Rename include guard.
14601 * common/common-utils.h: Rename include guard.
14602 * common/common-types.h: Rename include guard.
14603 * common/common-regcache.h: Rename include guard.
14604 * common/common-inferior.h: Rename include guard.
14605 * common/common-gdbthread.h: Rename include guard.
14606 * common/common-exceptions.h: Rename include guard.
14607 * common/common-defs.h: Rename include guard.
14608 * common/common-debug.h: Rename include guard.
14609 * common/cleanups.h: Rename include guard.
14610 * common/buffer.h: Rename include guard.
14611 * common/btrace-common.h: Rename include guard.
14612 * common/break-common.h: Rename include guard.
14613 * cli/cli-utils.h: Rename include guard.
14614 * cli/cli-style.h: Rename include guard.
14615 * cli/cli-setshow.h: Rename include guard.
14616 * cli/cli-script.h: Rename include guard.
14617 * cli/cli-interp.h: Rename include guard.
14618 * cli/cli-decode.h: Rename include guard.
14619 * cli/cli-cmds.h: Rename include guard.
14620 * charset-list.h: Add include guard.
14621 * buildsym-legacy.h: Rename include guard.
14622 * bfin-tdep.h: Add include guard.
14623 * ax.h: Rename include guard.
14624 * arm-linux-tdep.h: Add include guard.
14625 * arm-fbsd-tdep.h: Add include guard.
14626 * arch/xtensa.h: Rename include guard.
14627 * arch/tic6x.h: Add include guard.
14628 * arch/i386.h: Add include guard.
14629 * arch/arm.h: Rename include guard.
14630 * arch/arm-linux.h: Rename include guard.
14631 * arch/arm-get-next-pcs.h: Rename include guard.
14632 * arch/amd64.h: Add include guard.
14633 * arch/aarch64-insn.h: Rename include guard.
14634 * arch-utils.h: Rename include guard.
14635 * annotate.h: Add include guard.
14636 * amd64-darwin-tdep.h: Rename include guard.
14637 * aarch64-linux-tdep.h: Add include guard.
14638 * aarch64-fbsd-tdep.h: Add include guard.
14639 * aarch32-linux-nat.h: Add include guard.
14640
14641 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14642
14643 * macrotab.c (macro_define_internal): New function that
14644 factorizes macro_define_object_internal and macro_define_function
14645 code.
14646 (macro_define_object_internal): Use macro_define_internal.
14647 (macro_define_function): Likewise.
14648
14649 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14650
14651 * macrocmd.c (extract_identifier): Return
14652 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14653 callers.
14654
14655 2019-02-06 John Baldwin <jhb@FreeBSD.org>
14656
14657 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14658
14659 2019-02-05 Tom Tromey <tom@tromey.com>
14660
14661 * target.c (target_stack::unpush): Move assertion earlier.
14662
14663 2019-01-30 Tom Tromey <tom@tromey.com>
14664
14665 PR python/23615:
14666 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14667 (gdbpy_parse_and_eval): Likewise.
14668 * python/python-internal.h (gdbpy_allow_threads): New class.
14669
14670 2019-01-28 John Baldwin <jhb@FreeBSD.org>
14671
14672 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14673 (aarch64_fbsd_fpregmap): Move earlier.
14674 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14675 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14676 instead of individual calls to trad_frame_set_reg_addr.
14677 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14678 earlier.
14679 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14680 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14681 instead of individual calls to trad_frame_set_reg_addr.
14682
14683 2019-01-28 Alan Hayward <alan.hayward@arm.com>
14684
14685 * CONTRIBUTE: Replace contribution list with wiki link.
14686
14687 2019-01-25 Tom Tromey <tom@tromey.com>
14688
14689 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14690
14691 2019-01-25 Tom Tromey <tom@tromey.com>
14692
14693 * xtensa-linux-nat.c: Fix common/ includes.
14694 * xml-support.h: Fix common/ includes.
14695 * xml-support.c: Fix common/ includes.
14696 * x86-linux-nat.c: Fix common/ includes.
14697 * windows-nat.c: Fix common/ includes.
14698 * varobj.h: Fix common/ includes.
14699 * varobj.c: Fix common/ includes.
14700 * value.c: Fix common/ includes.
14701 * valops.c: Fix common/ includes.
14702 * utils.c: Fix common/ includes.
14703 * unittests/xml-utils-selftests.c: Fix common/ includes.
14704 * unittests/utils-selftests.c: Fix common/ includes.
14705 * unittests/unpack-selftests.c: Fix common/ includes.
14706 * unittests/tracepoint-selftests.c: Fix common/ includes.
14707 * unittests/style-selftests.c: Fix common/ includes.
14708 * unittests/string_view-selftests.c: Fix common/ includes.
14709 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14710 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14711 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14712 * unittests/rsp-low-selftests.c: Fix common/ includes.
14713 * unittests/parse-connection-spec-selftests.c: Fix common/
14714 includes.
14715 * unittests/optional-selftests.c: Fix common/ includes.
14716 * unittests/offset-type-selftests.c: Fix common/ includes.
14717 * unittests/observable-selftests.c: Fix common/ includes.
14718 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14719 * unittests/memrange-selftests.c: Fix common/ includes.
14720 * unittests/memory-map-selftests.c: Fix common/ includes.
14721 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14722 * unittests/function-view-selftests.c: Fix common/ includes.
14723 * unittests/environ-selftests.c: Fix common/ includes.
14724 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14725 * unittests/common-utils-selftests.c: Fix common/ includes.
14726 * unittests/cli-utils-selftests.c: Fix common/ includes.
14727 * unittests/array-view-selftests.c: Fix common/ includes.
14728 * ui-file.c: Fix common/ includes.
14729 * tui/tui-io.c: Fix common/ includes.
14730 * tracepoint.h: Fix common/ includes.
14731 * tracepoint.c: Fix common/ includes.
14732 * tracefile-tfile.c: Fix common/ includes.
14733 * top.h: Fix common/ includes.
14734 * top.c: Fix common/ includes.
14735 * thread.c: Fix common/ includes.
14736 * target/waitstatus.h: Fix common/ includes.
14737 * target/waitstatus.c: Fix common/ includes.
14738 * target.h: Fix common/ includes.
14739 * target.c: Fix common/ includes.
14740 * target-memory.c: Fix common/ includes.
14741 * target-descriptions.c: Fix common/ includes.
14742 * symtab.h: Fix common/ includes.
14743 * symfile.c: Fix common/ includes.
14744 * stap-probe.c: Fix common/ includes.
14745 * spu-linux-nat.c: Fix common/ includes.
14746 * sparc-nat.c: Fix common/ includes.
14747 * source.c: Fix common/ includes.
14748 * solib.c: Fix common/ includes.
14749 * solib-target.c: Fix common/ includes.
14750 * ser-unix.c: Fix common/ includes.
14751 * ser-tcp.c: Fix common/ includes.
14752 * ser-pipe.c: Fix common/ includes.
14753 * ser-base.c: Fix common/ includes.
14754 * selftest-arch.c: Fix common/ includes.
14755 * s12z-tdep.c: Fix common/ includes.
14756 * rust-exp.y: Fix common/ includes.
14757 * rs6000-aix-tdep.c: Fix common/ includes.
14758 * riscv-tdep.c: Fix common/ includes.
14759 * remote.c: Fix common/ includes.
14760 * remote-notif.h: Fix common/ includes.
14761 * remote-fileio.h: Fix common/ includes.
14762 * remote-fileio.c: Fix common/ includes.
14763 * regcache.h: Fix common/ includes.
14764 * regcache.c: Fix common/ includes.
14765 * record-btrace.c: Fix common/ includes.
14766 * python/python.c: Fix common/ includes.
14767 * python/py-type.c: Fix common/ includes.
14768 * python/py-inferior.c: Fix common/ includes.
14769 * progspace.h: Fix common/ includes.
14770 * producer.c: Fix common/ includes.
14771 * procfs.c: Fix common/ includes.
14772 * proc-api.c: Fix common/ includes.
14773 * printcmd.c: Fix common/ includes.
14774 * ppc-linux-nat.c: Fix common/ includes.
14775 * parser-defs.h: Fix common/ includes.
14776 * osdata.c: Fix common/ includes.
14777 * obsd-nat.c: Fix common/ includes.
14778 * nat/x86-linux.c: Fix common/ includes.
14779 * nat/x86-linux-dregs.c: Fix common/ includes.
14780 * nat/x86-dregs.h: Fix common/ includes.
14781 * nat/x86-dregs.c: Fix common/ includes.
14782 * nat/ppc-linux.c: Fix common/ includes.
14783 * nat/mips-linux-watch.h: Fix common/ includes.
14784 * nat/mips-linux-watch.c: Fix common/ includes.
14785 * nat/linux-waitpid.c: Fix common/ includes.
14786 * nat/linux-ptrace.h: Fix common/ includes.
14787 * nat/linux-ptrace.c: Fix common/ includes.
14788 * nat/linux-procfs.c: Fix common/ includes.
14789 * nat/linux-personality.c: Fix common/ includes.
14790 * nat/linux-osdata.c: Fix common/ includes.
14791 * nat/linux-namespaces.c: Fix common/ includes.
14792 * nat/linux-btrace.h: Fix common/ includes.
14793 * nat/linux-btrace.c: Fix common/ includes.
14794 * nat/fork-inferior.c: Fix common/ includes.
14795 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14796 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14797 * nat/aarch64-linux.c: Fix common/ includes.
14798 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14799 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14800 * namespace.h: Fix common/ includes.
14801 * mips-linux-tdep.c: Fix common/ includes.
14802 * minsyms.c: Fix common/ includes.
14803 * mi/mi-parse.h: Fix common/ includes.
14804 * mi/mi-main.c: Fix common/ includes.
14805 * mi/mi-cmd-env.c: Fix common/ includes.
14806 * memrange.h: Fix common/ includes.
14807 * memattr.c: Fix common/ includes.
14808 * maint.h: Fix common/ includes.
14809 * maint.c: Fix common/ includes.
14810 * main.c: Fix common/ includes.
14811 * machoread.c: Fix common/ includes.
14812 * location.c: Fix common/ includes.
14813 * linux-thread-db.c: Fix common/ includes.
14814 * linux-nat.c: Fix common/ includes.
14815 * linux-fork.c: Fix common/ includes.
14816 * inline-frame.c: Fix common/ includes.
14817 * infrun.c: Fix common/ includes.
14818 * inflow.c: Fix common/ includes.
14819 * inferior.h: Fix common/ includes.
14820 * inferior.c: Fix common/ includes.
14821 * infcmd.c: Fix common/ includes.
14822 * inf-ptrace.c: Fix common/ includes.
14823 * inf-child.c: Fix common/ includes.
14824 * ia64-linux-nat.c: Fix common/ includes.
14825 * i387-tdep.c: Fix common/ includes.
14826 * i386-tdep.c: Fix common/ includes.
14827 * i386-linux-tdep.c: Fix common/ includes.
14828 * i386-linux-nat.c: Fix common/ includes.
14829 * i386-go32-tdep.c: Fix common/ includes.
14830 * i386-fbsd-tdep.c: Fix common/ includes.
14831 * i386-fbsd-nat.c: Fix common/ includes.
14832 * guile/scm-type.c: Fix common/ includes.
14833 * guile/guile.c: Fix common/ includes.
14834 * go32-nat.c: Fix common/ includes.
14835 * gnu-nat.c: Fix common/ includes.
14836 * gdbthread.h: Fix common/ includes.
14837 * gdbarch-selftests.c: Fix common/ includes.
14838 * gdb_usleep.c: Fix common/ includes.
14839 * gdb_select.h: Fix common/ includes.
14840 * gdb_bfd.c: Fix common/ includes.
14841 * gcore.c: Fix common/ includes.
14842 * fork-child.c: Fix common/ includes.
14843 * findvar.c: Fix common/ includes.
14844 * fbsd-nat.c: Fix common/ includes.
14845 * event-top.c: Fix common/ includes.
14846 * event-loop.c: Fix common/ includes.
14847 * dwarf2read.c: Fix common/ includes.
14848 * dwarf2loc.c: Fix common/ includes.
14849 * dwarf2-frame.c: Fix common/ includes.
14850 * dwarf-index-cache.c: Fix common/ includes.
14851 * dtrace-probe.c: Fix common/ includes.
14852 * disasm-selftests.c: Fix common/ includes.
14853 * defs.h: Fix common/ includes.
14854 * csky-tdep.c: Fix common/ includes.
14855 * cp-valprint.c: Fix common/ includes.
14856 * cp-support.h: Fix common/ includes.
14857 * cp-support.c: Fix common/ includes.
14858 * corelow.c: Fix common/ includes.
14859 * completer.h: Fix common/ includes.
14860 * completer.c: Fix common/ includes.
14861 * compile/compile.c: Fix common/ includes.
14862 * compile/compile-loc2c.c: Fix common/ includes.
14863 * compile/compile-cplus-types.c: Fix common/ includes.
14864 * compile/compile-cplus-symbols.c: Fix common/ includes.
14865 * command.h: Fix common/ includes.
14866 * cli/cli-dump.c: Fix common/ includes.
14867 * cli/cli-cmds.c: Fix common/ includes.
14868 * charset.c: Fix common/ includes.
14869 * build-id.c: Fix common/ includes.
14870 * btrace.h: Fix common/ includes.
14871 * btrace.c: Fix common/ includes.
14872 * breakpoint.h: Fix common/ includes.
14873 * breakpoint.c: Fix common/ includes.
14874 * ax.h:
14875 (enum agent_op): Fix common/ includes.
14876 * ax-general.c (struct aop_map): Fix common/ includes.
14877 * ax-gdb.c: Fix common/ includes.
14878 * auxv.c: Fix common/ includes.
14879 * auto-load.c: Fix common/ includes.
14880 * arm-tdep.c: Fix common/ includes.
14881 * arch/riscv.c: Fix common/ includes.
14882 * arch/ppc-linux-common.c: Fix common/ includes.
14883 * arch/i386.c: Fix common/ includes.
14884 * arch/arm.c: Fix common/ includes.
14885 * arch/arm-linux.c: Fix common/ includes.
14886 * arch/arm-get-next-pcs.c: Fix common/ includes.
14887 * arch/amd64.c: Fix common/ includes.
14888 * arch/aarch64.c: Fix common/ includes.
14889 * arch/aarch64-insn.c: Fix common/ includes.
14890 * arch-utils.c: Fix common/ includes.
14891 * amd64-windows-tdep.c: Fix common/ includes.
14892 * amd64-tdep.c: Fix common/ includes.
14893 * amd64-sol2-tdep.c: Fix common/ includes.
14894 * amd64-obsd-tdep.c: Fix common/ includes.
14895 * amd64-nbsd-tdep.c: Fix common/ includes.
14896 * amd64-linux-tdep.c: Fix common/ includes.
14897 * amd64-linux-nat.c: Fix common/ includes.
14898 * amd64-fbsd-tdep.c: Fix common/ includes.
14899 * amd64-fbsd-nat.c: Fix common/ includes.
14900 * amd64-dicos-tdep.c: Fix common/ includes.
14901 * amd64-darwin-tdep.c: Fix common/ includes.
14902 * agent.c: Fix common/ includes.
14903 * ada-lang.h: Fix common/ includes.
14904 * ada-lang.c: Fix common/ includes.
14905 * aarch64-tdep.c: Fix common/ includes.
14906
14907 2019-01-25 Tom Tromey <tom@tromey.com>
14908
14909 * common/create-version.sh: Use common/version.h.
14910
14911 2019-01-24 Pedro Alves <palves@redhat.com>
14912
14913 * infrun.c (signal_stop, signal_print, signal_program)
14914 (signal_catch, signal_pass): Now arrays instead of pointers.
14915 (update_signals_program_target, do_target_resume)
14916 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14917 * linux-nat.c (linux_nat_target::pass_signals)
14918 (linux_nat_target::create_inferior, linux_nat_target::attach):
14919 Adjust.
14920 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14921 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14922 * procfs.c (procfs_target::pass_signals): Adjust.
14923 * record-full.c (record_full_target::resume): Adjust.
14924 * remote.c (remote_target::pass_signals)
14925 (remote_target::program_signals): Adjust.
14926 * target-debug.h (target_debug_print_signals): Now takes a
14927 gdb::array_view as parameter. Adjust.
14928 * target.h (target_ops) <pass_signals, program_signals>: Replace
14929 pointer and length parameters with gdb::array_view.
14930 (target_pass_signals, target_program_signals): Likewise.
14931 * target-delegates.c: Regenerate.
14932
14933 2019-01-24 Pedro Alves <palves@redhat.com>
14934
14935 * common/forward-scope-exit.h
14936 (forward_scope_exit::forward_scope_exit): Pass arguments to
14937 m_bind_function directly, instead of creating a std::bind and
14938 copying that.
14939
14940 2019-01-24 Alan Hayward <alan.hayward@arm.com>
14941
14942 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14943 for static members.
14944 (pass_in_v_vfp_candidate): Likewise.
14945
14946 2019-01-23 Tom Tromey <tom@tromey.com>
14947 Pedro Alves <palves@redhat.com>
14948
14949 * regcache.c (class regcache_invalidator): Remove.
14950 (regcache::raw_write): Use make_scope_exit.
14951
14952 2019-01-23 Tom Tromey <tom@tromey.com>
14953
14954 * ui-out.h (class ui_out_emit_type): Update comment.
14955
14956 2019-01-23 Tom Tromey <tom@tromey.com>
14957
14958 * infrun.c (fetch_inferior_event): Update comment.
14959
14960 2019-01-23 Tom Tromey <tom@tromey.com>
14961 Pedro Alves <palves@redhat.com>
14962
14963 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14964 parameter.
14965 (fetch_inferior_event): Use SCOPE_EXIT.
14966
14967
14968 2019-01-23 Tom Tromey <tom@tromey.com>
14969 Pedro Alves <palves@redhat.com>
14970
14971 * infrun.c (disable_thread_events): Delete.
14972 (stop_all_threads): Use SCOPE_EXIT.
14973
14974 2019-01-23 Tom Tromey <tom@tromey.com>
14975 Pedro Alves <palves@redhat.com>
14976
14977 * symfile.c: Include forward-scope-exit.h.
14978 (clear_symtab_users_cleanup): Replace forward declaration with
14979 a FORWARD_SCOPE_EXIT.
14980 (syms_from_objfile_1): Use the forward_scope_exit and
14981 gdb::optional instead of cleanup_function.
14982 (reread_symbols): Use the forward_scope_exit instead of
14983 cleanup_function.
14984 (clear_symtab_users_cleanup): Remove function.
14985
14986 2019-01-23 Tom Tromey <tom@tromey.com>
14987 Pedro Alves <palves@redhat.com>
14988
14989 * linux-nat.c: Include scope-exit.h.
14990 (cleanup_target_stop): Remove.
14991 (linux_nat_target::static_tracepoint_markers_by_strid): Use
14992 SCOPE_EXIT.
14993
14994 2019-01-23 Tom Tromey <tom@tromey.com>
14995 Pedro Alves <palves@redhat.com>
14996
14997 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
14998 (call_function_by_hand_dummy): Use SCOPE_EXIT.
14999
15000 2019-01-23 Tom Tromey <tom@tromey.com>
15001 Andrew Burgess <andrew.burgess@embecosm.com>
15002 Pedro Alves <palves@redhat.com>
15003
15004 * infrun.c (fetch_inferior_event): Use scope_exit.
15005 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
15006 * top.c (execute_command): Use scope_exit.
15007 * breakpoint.c (bpstat_do_actions): Use scope_exit.
15008 * utils.c (do_bpstat_clear_actions_cleanup)
15009 (make_bpstat_clear_actions_cleanup): Remove.
15010
15011 2019-01-23 Tom Tromey <tom@tromey.com>
15012 Pedro Alves <palves@redhat.com>
15013
15014 * infrun.c: Include "common/scope-exit.h"
15015 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
15016 (wait_for_inferior): Use SCOPE_EXIT.
15017 (fetch_inferior_event): Use scope_exit.
15018
15019 2019-01-23 Tom Tromey <tom@tromey.com>
15020 Pedro Alves <palves@redhat.com>
15021
15022 * breakpoint.c (create_breakpoint): Remove cleanup.
15023
15024 2019-01-23 Tom Tromey <tom@tromey.com>
15025 Andrew Burgess <andrew.burgess@embecosm.com>
15026 Pedro Alves <palves@redhat.com>
15027
15028 2019-01-23 Pedro Alves <palves@redhat.com>
15029
15030 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
15031
15032 2019-01-23 Pedro Alves <palves@redhat.com>
15033 Andrew Burgess <andrew.burgess@embecosm.com>
15034
15035 * gdbthread.h: Include "common/forward-scope-exit.h".
15036 (scoped_finish_thread_state): Redefine custom class in terms of
15037 forward_scope_exit.
15038
15039 2019-01-23 Pedro Alves <palves@redhat.com>
15040 Andrew Burgess <andrew.burgess@embecosm.com>
15041
15042 * common/forward-scope-exit.h: New file.
15043
15044 2019-01-23 Pedro Alves <palves@redhat.com>
15045 Andrew Burgess <andrew.burgess@embecosm.com>
15046 Tom Tromey <tom@tromey.com>
15047
15048 * common/scope-exit.h: New file.
15049
15050 2019-01-23 Pedro Alves <palves@redhat.com>
15051
15052 * common/preprocessor.h (ESC): Rename to ...
15053 (ESC_PARENS): ... this.
15054 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
15055 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
15056
15057 2019-01-23 Tom Tromey <tom@tromey.com>
15058
15059 * language.h (class scoped_switch_to_sym_language_if_auto):
15060 Initialize m_lang in both cases.
15061
15062 2019-01-23 Alan Hayward <alan.hayward@arm.com>
15063
15064 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
15065 with XCNEW.
15066
15067 2019-01-22 Tom Tromey <tom@tromey.com>
15068
15069 * corelow.c: Do not include sys/file.h.
15070
15071 2019-01-22 Tom Tromey <tom@tromey.com>
15072
15073 * tui/tui-wingeneral.h: Include gdb_curses.h.
15074
15075 2019-01-22 Tom Tromey <tom@tromey.com>
15076
15077 * source-cache.h (class source_cache) <get_source_lines,
15078 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
15079
15080 2019-01-22 Tom Tromey <tom@tromey.com>
15081
15082 * remote-fileio.h (struct remote_target): Declare.
15083
15084 2019-01-22 Tom Tromey <tom@tromey.com>
15085
15086 * python/py-arch.c: Do not include py-ref.h.
15087 * python/py-bpevent.c: Do not include py-ref.h.
15088 * python/py-cmd.c: Do not include py-ref.h.
15089 * python/py-continueevent.c: Do not include py-ref.h.
15090 * python/py-event.h: Do not include py-ref.h.
15091 * python/py-evtregistry.c: Do not include py-ref.h.
15092 * python/py-finishbreakpoint.c: Do not include py-ref.h.
15093 * python/py-frame.c: Do not include py-ref.h.
15094 * python/py-framefilter.c: Do not include py-ref.h.
15095 * python/py-function.c: Do not include py-ref.h.
15096 * python/py-infevents.c: Do not include py-ref.h.
15097 * python/py-linetable.c: Do not include py-ref.h.
15098 * python/py-objfile.c: Do not include py-ref.h.
15099 * python/py-param.c: Do not include py-ref.h.
15100 * python/py-prettyprint.c: Do not include py-ref.h.
15101 * python/py-progspace.c: Do not include py-ref.h.
15102 * python/py-symbol.c: Do not include py-ref.h.
15103 * python/py-symtab.c: Do not include py-ref.h.
15104 * python/py-type.c: Do not include py-ref.h.
15105 * python/py-unwind.c: Do not include py-ref.h.
15106 * python/py-utils.c: Do not include py-ref.h.
15107 * python/py-value.c: Do not include py-ref.h.
15108 * python/py-varobj.c: Do not include py-ref.h.
15109 * python/py-xmethods.c: Do not include py-ref.h.
15110 * python/python.c: Do not include py-ref.h.
15111 * varobj.c: Do not include py-ref.h.
15112
15113 2019-01-22 Tom Tromey <tom@tromey.com>
15114
15115 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15116 keyword for bcache.
15117
15118 2019-01-22 Tom Tromey <tom@tromey.com>
15119
15120 * compile/compile-cplus-types.c: Remove a comment by #include.
15121
15122 2019-01-22 Tom Tromey <tom@tromey.com>
15123
15124 * compile/gcc-c-plugin.h: Include compile-internal.h.
15125
15126 2019-01-22 Tom Tromey <tom@tromey.com>
15127
15128 * stabsread.c (EXTERN): Do not define.
15129 (symnum, next_symbol_text_func, processing_gcc_compilation)
15130 (within_function, global_sym_chain, global_stabs)
15131 (previous_stab_code, this_object_header_files)
15132 (n_this_object_header_files)
15133 (n_allocated_this_object_header_files): Define.
15134 * stabsread.h (EXTERN): Never define. Use "extern".
15135
15136 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15137
15138 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15139 history_value.
15140
15141 2019-01-21 Tom Tromey <tom@tromey.com>
15142
15143 * ui-out.c: Fix includes.
15144 * tui/tui-source.c: Fix includes.
15145 * target.c: Fix includes.
15146 * remote.c: Fix includes.
15147 * regcache.c: Fix includes.
15148 * python/py-block.c: Fix includes.
15149 * printcmd.c: Fix includes.
15150 * or1k-tdep.c: Fix includes.
15151 * mi/mi-main.c: Fix includes.
15152 * m32r-tdep.c: Fix includes.
15153 * csky-tdep.c: Fix includes.
15154 * compile/compile-cplus-types.c: Fix includes.
15155 * cli/cli-interp.c: Fix includes.
15156
15157 2019-01-21 Alan Hayward <alan.hayward@arm.com>
15158
15159 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15160 for padding.
15161
15162 2019-01-16 Tom Tromey <tom@tromey.com>
15163
15164 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15165 earlier.
15166 (struct objfile) <msymbols_range>: Move from top level.
15167 <msymbols>: New method.
15168 (class objfile_msymbols): Remove.
15169 * symtab.c (default_collect_symbol_completion_matches_break_on):
15170 Update.
15171 * symmisc.c (dump_msymbols): Update.
15172 * stabsread.c (scan_file_globals): Update.
15173 * objc-lang.c (info_selectors_command, info_classes_command)
15174 (find_methods): Update.
15175 * minsyms.c (find_solib_trampoline_target): Update.
15176 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15177 * coffread.c (coff_symfile_read): Update.
15178 * ada-lang.c (ada_lookup_simple_minsym)
15179 (ada_collect_symbol_completion_matches): Update.
15180
15181 2019-01-16 Tom Tromey <tom@tromey.com>
15182
15183 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15184 type. Remove no-argument constructor.
15185 <iterator::operator++>: Simplify.
15186 <begin>: Update.
15187 <end>: Use minimal_symbol_count.
15188
15189 2019-01-16 Tom Tromey <tom@tromey.com>
15190
15191 * objfiles.h (struct objfile) <psymtabs>: New method.
15192 (class objfile_psymtabs): Remove.
15193 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15194 typedef.
15195 <range>: New method.
15196 (require_partial_symbols): Change return type.
15197 * psymtab.c (require_partial_symbols)
15198 (psym_expand_symtabs_matching): Update.
15199 * mdebugread.c (parse_partial_symbols): Update.
15200 * dbxread.c (dbx_end_psymtab): Update.
15201
15202 2019-01-15 Tom Tromey <tom@tromey.com>
15203
15204 * symtab.c (lookup_objfile_from_block)
15205 (lookup_symbol_in_objfile_symtabs)
15206 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15207 (find_line_symtab, info_sources_command)
15208 (default_collect_symbol_completion_matches_break_on)
15209 (make_source_files_completion_list): Update.
15210 * symmisc.c (print_objfile_statistics, dump_objfile)
15211 (maintenance_print_symbols, maintenance_info_symtabs)
15212 (maintenance_check_symtabs, maintenance_info_line_tables):
15213 Update.
15214 * source.c (select_source_symtab)
15215 (forget_cached_source_info_for_objfile): Update.
15216 * objfiles.h (class objfile_compunits): Remove.
15217 (struct objfile) <compunits_range>: New typedef.
15218 (compunits): New method.
15219 * objfiles.c (objfile_relocate1): Update.
15220 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15221 * maint.c (count_symtabs_and_blocks): Update.
15222 * linespec.c (iterate_over_all_matching_symtabs): Update.
15223 * cp-support.c (add_symbol_overload_list_qualified): Update.
15224 * coffread.c (coff_symtab_read): Update.
15225 * ada-lang.c (add_nonlocal_symbols)
15226 (ada_collect_symbol_completion_matches)
15227 (ada_add_global_exceptions): Update.
15228
15229 2019-01-15 Tom Tromey <tom@tromey.com>
15230
15231 * progspace.h (program_space) <objfiles_safe_range>: New
15232 typedef.
15233 <objfiles_safe>: New method.
15234 * objfiles.h (class all_objfiles_safe): Remove.
15235 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15236 * jit.c (jit_inferior_exit_hook): Update.
15237
15238 2019-01-17 Tom Tromey <tom@tromey.com>
15239
15240 * progspace.h (program_space) <objfiles_range>: New typedef.
15241 <objfiles>: New method.
15242 <objfiles_head>: Rename from objfiles.
15243 (object_files): Update.
15244 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15245 * guile/scm-pretty-print.c
15246 (ppscm_find_pretty_printer_from_objfiles): Update.
15247 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15248 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15249 Update.
15250 * python/py-progspace.c (pspy_get_objfiles): Update.
15251 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15252 Update.
15253 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15254 (objfpy_lookup_objfile_by_build_id): Update.
15255 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15256 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15257 Update.
15258 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15259 (expand_symtab_containing_pc, lookup_objfile_from_block)
15260 (lookup_static_symbol, basic_lookup_transparent_type)
15261 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15262 (find_line_symtab, info_sources_command)
15263 (default_collect_symbol_completion_matches_break_on)
15264 (make_source_files_completion_list, find_main_name): Update.
15265 * symmisc.c (print_symbol_bcache_statistics)
15266 (print_objfile_statistics, maintenance_print_symbols)
15267 (maintenance_print_msymbols, maintenance_print_objfiles)
15268 (maintenance_info_symtabs, maintenance_check_symtabs)
15269 (maintenance_expand_symtabs, maintenance_info_line_tables):
15270 Update.
15271 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15272 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15273 (map_overlay_command, unmap_overlay_command)
15274 (simple_overlay_update, expand_symtabs_matching)
15275 (map_symbol_filenames): Update.
15276 * symfile-debug.c (set_debug_symfile): Update.
15277 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15278 Update.
15279 * source.c (select_source_symtab, forget_cached_source_info):
15280 Update.
15281 * solib.c (solib_read_symbols): Update.
15282 * solib-spu.c (append_ocl_sos): Update.
15283 * psymtab.c (maintenance_print_psymbols)
15284 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15285 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15286 * printcmd.c (info_symbol_command): Update.
15287 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15288 Update.
15289 * objfiles.h (class all_objfiles): Remove.
15290 * objfiles.c (have_partial_symbols, have_full_symbols)
15291 (have_minimal_symbols, qsort_cmp, update_section_map)
15292 (shared_objfile_contains_address_p)
15293 (default_iterate_over_objfiles_in_search_order): Update.
15294 * objc-lang.c (info_selectors_command, info_classes_command)
15295 (find_methods): Update.
15296 * minsyms.c (find_solib_trampoline_target): Update.
15297 * maint.c (maintenance_info_sections)
15298 (maintenance_translate_address, count_symtabs_and_blocks):
15299 Update.
15300 * main.c (captured_main_1): Update.
15301 * linux-thread-db.c (try_thread_db_load_from_pdir)
15302 (has_libpthread): Update.
15303 * linespec.c (iterate_over_all_matching_symtabs)
15304 (search_minsyms_for_name): Update.
15305 * jit.c (jit_find_objf_with_entry_addr): Update.
15306 * hppa-tdep.c (find_unwind_entry)
15307 (hppa_lookup_stub_minimal_symbol): Update.
15308 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15309 Update.
15310 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15311 (elf_gnu_ifunc_resolve_by_got): Update.
15312 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15313 * dwarf-index-write.c (save_gdb_index_command): Update.
15314 * cp-support.c (add_symbol_overload_list_qualified): Update.
15315 * breakpoint.c (create_overlay_event_breakpoint)
15316 (create_longjmp_master_breakpoint)
15317 (create_std_terminate_master_breakpoint)
15318 (create_exception_master_breakpoint): Update.
15319 * blockframe.c (find_pc_partial_function): Update.
15320 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15321 (ada_collect_symbol_completion_matches)
15322 (ada_add_global_exceptions): Update.
15323
15324 2019-01-17 Tom Tromey <tom@tromey.com>
15325
15326 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15327 declare VEC.
15328 (solib_target_parse_libraries): Change return type.
15329 (library_list_start_segment, library_list_start_section)
15330 (library_list_end_library, library_list_start_library); Update.
15331 (solib_target_free_library_list): Remove.
15332 (solib_target_parse_libraries): Remove cleanup. Change return
15333 type.
15334 (solib_target_current_sos): Update.
15335
15336 2019-01-17 Tom Tromey <tromey@bapiya>
15337
15338 * valprint.c: Replace "the the" with "the".
15339 * symtab.c: Replace "the the" with "the".
15340 * solib.c: Replace "the the" with "the".
15341 * solib-dsbt.c: Replace "the the" with "the".
15342 * linespec.c: Replace "the the" with "the".
15343 * dwarf2loc.h: Replace "the the" with "the".
15344 * amd64-windows-tdep.c: Replace "the the" with "the".
15345 * aarch64-tdep.c: Replace "the the" with "the".
15346
15347 2019-01-16 Keith Seitz <keiths@redhat.com>
15348
15349 PR gdb/23773
15350 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15351 <builder>: Rename to ..
15352 <m_builder>: ... this and make private.
15353 (dwarf2_cu::get_builder): New method. Change all users of
15354 `builder' to use this method.
15355 (dwarf2_start_symtab): Move to ...
15356 (dwarf2_cu::start_symtab): ... here. Update all callers
15357 (setup_type_unit_groups): Move to ...
15358 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15359 callers.
15360 (dwarf2_cu::reset_builder): New method.
15361 (process_full_compunit, process_full_type_unit): Use
15362 dwarf2_cu::reset_builder.
15363 (follow_die_offset): Record the ancestor CU if it is different
15364 from the followed DIE's CU.
15365 (follow_die_sig_1): Likewise.
15366
15367 2019-01-15 Tom Tromey <tom@tromey.com>
15368
15369 * remote.c (class remote_state) <buf>: Now a char_vector.
15370 <buf_size>: Remove.
15371 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15372 parameter.
15373 (remote_target::getpkt_or_notif_sane_1)
15374 (remote_target::getpkt_sane)
15375 (remote_target::getpkt_or_notif_sane): Likewise.
15376 (class remote_target) <putpkt>: New overload.
15377 (remote_target::read_frame): Change type of "buf_p". Remove
15378 sizeof_p parameter.
15379 (packet_ok): New overload.
15380 (packet_check_result): New overload.
15381 Update all uses.
15382
15383 2019-01-14 Tom Tromey <tom@tromey.com>
15384
15385 * remote-notif.c (handle_notification, remote_notif_ack)
15386 (remote_notif_parse): Make "buf" const.
15387 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15388 const.
15389 (remote_notif_parse, remote_notif_ack, handle_notification):
15390 Likewise.
15391 * remote.c (remote_notif_stop_parse): Make "buf" const.
15392 (remote_target::remote_parse_stop_reply): Make "buf" const.
15393 (remote_notif_stop_ack): Make "buf" const.
15394
15395 2019-01-14 Tom Tromey <tom@tromey.com>
15396
15397 * remote.c (remote_console_output): Make parameter const.
15398
15399 2019-01-14 Tom Tromey <tom@tromey.com>
15400
15401 * target-debug.h (target_debug_print_signals): Constify.
15402 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15403 * procfs.c (procfs_target::pass_signals): Update.
15404 * linux-nat.c (linux_nat_target::pass_signals): Update.
15405 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15406 * target-delegates.c: Rebuild.
15407 * remote.c (remote_target::program_signals): Update.
15408 (remote_target::pass_signals): Update.
15409 * target.c (target_pass_signals): Constify argument.
15410 (target_program_signals): Likewise.
15411 * target.h (struct target_ops) <pass_signals, program_signals>:
15412 Constify argument.
15413 (target_pass_signals, target_program_signals): Constify argument.
15414
15415 2019-01-14 Tom Tromey <tom@tromey.com>
15416
15417 PR tui/28819:
15418 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15419
15420 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15421
15422 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15423 field.
15424 * rs6000-tdep.c: Include reggroups.h.
15425 (IS_V_ALIAS_PSEUDOREG): Define.
15426 (rs6000_register_name): Return names for the "vX" aliases.
15427 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15428 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15429 aliases. Call default_register_reggroup_p for all other
15430 pseudo-registers.
15431 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15432 New functions.
15433 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15434 Handle "vX" aliases.
15435 (v_alias_pseudo_register_collect): New function.
15436 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15437 (rs6000_gdbarch_init): Initialize "vX" aliases as
15438 pseudo-registers. Restore registration of
15439 rs6000_pseudo_register_reggroup_p with
15440 set_tdesc_pseudo_register_reggroup_p.
15441
15442 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15443
15444 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15445 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15446 set_gdbarch_num_pseudo_regs.
15447
15448 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15449
15450 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15451 Remove arg prefixname, add do_set and do_show.
15452 Add member functions set_list and show_list.
15453 * cli/cli-style.c (class cli_style_option): Update accordingly.
15454 (style_set_list): Move to file scope.
15455 (style_show_list): Likewise.
15456 (set_style): Call help_list.
15457 (show_style): Call cmd_show_list.
15458 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15459 Update to use the new macro.
15460
15461 2019-10-12 Joel Brobecker <brobecker@adacore.com>
15462
15463 * ada-lang.c (_initialize_ada_language): Expand the help text
15464 for the "catch exception" command.
15465
15466 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15467
15468 * symtab.c (matching_obj_sections): Initialize obj,
15469 declare it closer to its usage.
15470
15471 2019-01-10 Tom Tromey <tom@tromey.com>
15472
15473 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15474 (basic_inf_threads_range): Remove.
15475 (inf_threads_range, inf_non_exited_threads_range)
15476 (safe_inf_threads_range): Use next_adapter.
15477
15478 2019-01-10 Keith Seitz <keiths@redhat.com>
15479
15480 PR gdb/23712
15481 PR symtab/23010
15482 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15483 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15484
15485 2019-01-10 Keith Seitz <keiths@redhat.com>
15486
15487 PR gdb/23712
15488 PR symtab/23010
15489 * dictionary.c (pending_to_vector): Remove.
15490 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15491 Remove _1 suffix, replacing functions of the same name. Update
15492 all callers.
15493 (dict_create_hashed, dict_create_hashed_expandable)
15494 (dict_create_linear, dict_create_linear_expandable, dict_free)
15495 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15496 Make functions static.
15497
15498 2019-01-10 Keith Seitz <keiths@redhat.com>
15499
15500 PR gdb/23712
15501 PR symtab/23010
15502 * dictionary.h (struct dictionary): Replace declaration with
15503 multidictionary.
15504 (dict_create_hashed, dict_create_hashed_expandable)
15505 (dict_create_linear, dict_create_linear_expandable)
15506 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15507 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15508 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15509 taking multidictionary argument.
15510 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15511 * block.h (struct block) <dict>: Change to multidictionary
15512 and rename `multidict'.
15513 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15514 symmisc.c: Update all dictionary references to multidictionary.
15515
15516 2019-01-10 Keith Seitz <keiths@redhat.com>
15517
15518 PR gdb/23712
15519 PR symtab/23010
15520 * dictionary.c: Include unordered_map.
15521 (pending_to_vector): New function.
15522 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15523 Rewrite the non-"_1" functions to take vector instead
15524 of linked list.
15525 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15526 "new" _1 versions of the same name.
15527 (multidictionary): Define.
15528 (std::hash<enum language): New definition.
15529 (collate_pending_symbols_by_language, mdict_create_hashed)
15530 (mdict_create_hashed_expandable, mdict_create_linear)
15531 (mdict_create_linear_expandable, mdict_free)
15532 (find_language_dictionary, create_new_language_dictionary)
15533 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15534 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15535 (mdict_size, mdict_empty): New functions.
15536 * dictionary.h (mdict_iterator): Define.
15537
15538 2019-01-10 Pedro Alves <palves@redhat.com>
15539
15540 * breakpoint.c (read_uploaded_action)
15541 (create_tracepoint_from_upload): Adjust to use
15542 gdb::unique_xmalloc_ptr.
15543 * ctf.c (ctf_write_uploaded_tp):
15544 (SET_ARRAY_FIELD): Use emplace_back.
15545 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15546 * tracefile-tfile.c (tfile_write_uploaded_tp):
15547 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15548 gdb::unique_xmalloc_ptr.
15549 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15550 at_string, cond_string, cmd_strings>: Replace char pointers
15551 with gdb::unique_xmalloc_ptr.
15552
15553 2019-01-10 Pedro Alves <palves@redhat.com>
15554
15555 * solib-target.c (library_list_start_library): Don't xstrdup name.
15556
15557 2019-01-10 Pedro Alves <palves@redhat.com>
15558
15559 * mdebugread.c (parse_partial_symbols): Use
15560 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15561
15562 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15563
15564 * linux-fork.c (scoped_switch_fork_info)
15565 <~scoped_switch_fork_info>: Fix incorrect variable name.
15566
15567 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15568
15569 * linux-fork.c (scoped_switch_fork_info)
15570 <scoped_switch_fork_info>: Make explicit.
15571 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15572
15573 2019-01-10 Tom Tromey <tom@tromey.com>
15574
15575 * objfiles.h (objfile::reset_psymtabs): Update.
15576 * objfiles.c (objfile::objfile): Update.
15577 * psymtab.h (psymtab_storage::obstack): Update.
15578 (psymtab_storage::m_obstack): Use gdb::optional.
15579 (class psymtab_storage): Update comment. Remove objfile
15580 parameter.
15581 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15582
15583 2019-01-10 Tom Tromey <tom@tromey.com>
15584
15585 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15586 <free_psymtabs>: Now private.
15587 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15588 (allocate_psymtab): Use new method.
15589
15590 2019-01-10 Tom Tromey <tom@tromey.com>
15591
15592 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15593 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15594 * mdebugread.c (parse_partial_symbols): Use
15595 allocate_dependencies.
15596 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15597 allocate_dependencies.
15598 (process_psymtab_comp_unit_reader)
15599 (build_type_psymtab_dependencies): Likewise.
15600 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15601
15602 2019-01-10 Tom Tromey <tom@tromey.com>
15603
15604 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15605 PSYMBOL_SET_LANGUAGE.
15606 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15607
15608 2019-01-10 Tom Tromey <tom@tromey.com>
15609
15610 * psymtab.h (psymtab_storage::obstack): New method.
15611 <m_obstack>: Rename from obstack; now private.
15612 * psymtab.c (psymtab_storage): Update.
15613 * dwarf2read.c (create_addrmap_from_index)
15614 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15615 Update.
15616
15617 2019-01-10 Tom Tromey <tom@tromey.com>
15618
15619 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15620 * objfiles.h (objfile::reset_psymtabs): New method.
15621
15622 2019-01-10 Tom Tromey <tom@tromey.com>
15623
15624 * symmisc.c (print_symbol_bcache_statistics): Update.
15625 (print_objfile_statistics): Update.
15626 * symfile.c (reread_symbols): Update.
15627 * psymtab.h (class psymtab_storage): New.
15628 * psymtab.c (psymtab_storage): New constructor.
15629 (~psymtab_storage): New destructor.
15630 (require_partial_symbols): Update.
15631 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15632 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15633 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15634 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15635 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15636 (start_psymtab_common, end_psymtab_common)
15637 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15638 (allocate_psymtab): Update.
15639 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15640 Update.
15641 (dump_psymtab_addrmap, maintenance_print_psymbols)
15642 (maintenance_check_psymtabs): Update.
15643 (class objfile_psymtabs): Move to objfiles.h.
15644 * psympriv.h (discard_psymtab): Now inline.
15645 (psymtab_discarder::psymtab_discarder): Update.
15646 (psymtab_discarder::~psymtab_discarder): Update.
15647 (ALL_OBJFILE_PSYMTABS): Rewrite.
15648 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15649 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15650 Remove fields.
15651 <partial_symtabs>: New field.
15652 (class objfile_psymtabs): Move from psymtab.h. Update.
15653 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15654 psymbol_cache.
15655 (objfile::~objfile): Don't destroy psymbol_cache.
15656 * mdebugread.c (parse_partial_symbols): Update.
15657 * dwarf2read.c (create_addrmap_from_index)
15658 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15659 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15660 (add_partial_subprogram, dwarf2_ranges_read): Update.
15661 * dwarf-index-write.c (write_address_map)
15662 (write_one_signatured_type, recursively_write_psymbols)
15663 (class debug_names, class debug_names, write_psymtabs_to_index):
15664 Update.
15665
15666 2019-01-10 Tom Tromey <tom@tromey.com>
15667
15668 * symtab.h (SYMBOL_SET_NAMES): Update.
15669 (symbol_set_names): Update.
15670 (MSYMBOL_SET_NAMES): Update.
15671 * symtab.c (symbol_set_names): Change argument to be an
15672 objfile_per_bfd_storage.
15673 * psymtab.c (add_psymbol_to_bcache): Update.
15674 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15675
15676 2019-01-10 Tom Tromey <tom@tromey.com>
15677
15678 * symtab.c (create_demangled_names_hash): Change argument to be an
15679 objfile_per_bfd_storage.
15680 (symbol_set_names): Update.
15681
15682 2019-01-10 Tom Tromey <tom@tromey.com>
15683
15684 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15685 init_psymbol_list.
15686 * psymtab.c (init_psymbol_list): Do nothing if already called.
15687 * psympriv.h (init_psymbol_list): Add comment.
15688 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15689 init_psymbol_list.
15690 * dbxread.c (dbx_symfile_read): Unconditionally call
15691 init_psymbol_list.
15692
15693 2019-01-10 Tom Tromey <tom@tromey.com>
15694
15695 * xcoffread.c (scan_xcoff_symtab): Update.
15696 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15697 "where".
15698 * mdebugread.c (parse_partial_symbols)
15699 (handle_psymbol_enumerators): Update.
15700 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15701 * dbxread.c (read_dbx_symtab): Update.
15702 * psympriv.h (psymbol_placement): New enum.
15703 (add_psymbol_to_list): Update.
15704
15705 2019-01-10 Tom Tromey <tom@tromey.com>
15706
15707 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15708 static_psymbols parameters.
15709 (scan_xcoff_symtab): Update.
15710 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15711 static_psymbols parameters.
15712 * psympriv.h (start_psymtab_common): Update.
15713 * mdebugread.c (parse_partial_symbols): Update.
15714 * dwarf2read.c (create_partial_symtab): Update.
15715 * dbxread.c (read_dbx_symtab): Update.
15716 (start_psymtab): Remove global_psymbols and static_psymbols
15717 parameters.
15718
15719 2019-01-10 Tom Tromey <tom@tromey.com>
15720
15721 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15722 * psymtab.c (allocate_psymtab): Add comment.
15723 * psympriv.h (allocate_psymtab): Add comment.
15724 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15725 initializations.
15726 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15727
15728 2019-01-10 Tom Tromey <tom@tromey.com>
15729
15730 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15731 Don't declare.
15732 * mipsread.c: Include mdebugread.h.
15733 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15734 Declare.
15735 * elfread.c: Include mdebugread.h.
15736
15737 2019-01-09 Tom Tromey <tom@tromey.com>
15738
15739 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15740 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15741 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15742 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15743 (psym_lookup_symbol, psym_find_last_source_symtab)
15744 (psym_forget_cached_source_info, psym_print_stats)
15745 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15746 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15747 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15748 (psym_find_compunit_symtab_by_address)
15749 (maintenance_print_psymbols, maintenance_info_psymtabs)
15750 (maintenance_check_psymtabs): Use ranged for.
15751 * psymtab.h (class objfile_psymtabs): New.
15752 (require_partial_symbols): Return objfile_psymtabs.
15753 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15754
15755 2019-01-09 Tom Tromey <tom@tromey.com>
15756
15757 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15758 (find_pc_mapped_section, list_overlays_command)
15759 (map_overlay_command, unmap_overlay_command)
15760 (simple_overlay_update): Use all_objfiles.
15761 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15762 * printcmd.c (info_symbol_command): Use all_objfiles.
15763 * objfiles.h (ALL_OBJSECTIONS): Remove.
15764 * maint.c (maintenance_translate_address): Use all_objfiles.
15765 * gcore.c (gcore_create_callback): Use all_objfiles.
15766 (objfile_find_memory_regions): Likewise.
15767
15768 2019-01-09 Tom Tromey <tom@tromey.com>
15769
15770 * symtab.c (find_line_symtab, info_sources_command)
15771 (make_source_files_completion_list): Use objfile_compunits.
15772 * source.c (select_source_symtab): Use objfile_compunits.
15773 * objfiles.h (struct objfile): Update comment.
15774 (ALL_OBJFILES): Remove.
15775 (ALL_FILETABS): Remove.
15776 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15777 objfile_compunits.
15778
15779 2019-01-09 Tom Tromey <tom@tromey.com>
15780
15781 * symmisc.c (print_objfile_statistics, dump_objfile)
15782 (maintenance_print_symbols): Use compunit_filetabs.
15783 * source.c (forget_cached_source_info_for_objfile): Use
15784 compunit_filetabs.
15785 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15786 (ALL_FILETABS): Use compunit_filetabs.
15787 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15788 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15789
15790 2019-01-09 Tom Tromey <tom@tromey.com>
15791
15792 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15793 (compunit_filetabs): New.
15794 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15795 compunit_filetabs.
15796 (info_sources_command, make_source_files_completion_list): Remove
15797 declaration.
15798 * symmisc.c (print_objfile_statistics, dump_objfile)
15799 (maintenance_print_symbols): Remove declaration.
15800 (maintenance_info_symtabs): Use compunit_filetabs.
15801 (maintenance_info_line_tables): Likewise.
15802 * source.c (select_source_symtab): Change local variable name.
15803 (forget_cached_source_info_for_objfile): Remove declaration.
15804 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15805 * objfiles.c (objfile_relocate1): Remove declaration.
15806 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15807 declaration.
15808 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15809 * coffread.c (coff_symtab_read): Remove declaration.
15810 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15811 compunit_filetabs.
15812
15813 2019-01-09 Tom Tromey <tom@tromey.com>
15814
15815 * symtab.c (lookup_objfile_from_block)
15816 (find_pc_sect_compunit_symtab, search_symbols)
15817 (default_collect_symbol_completion_matches_break_on): Use
15818 objfile_compunits.
15819 * objfiles.h (ALL_COMPUNITS): Remove.
15820 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15821 * cp-support.c (add_symbol_overload_list_qualified): Use
15822 objfile_compunits.
15823 * ada-lang.c (ada_collect_symbol_completion_matches)
15824 (ada_add_global_exceptions): Use objfile_compunits.
15825
15826 2019-01-09 Tom Tromey <tom@tromey.com>
15827
15828 * source.c (select_source_symtab)
15829 (forget_cached_source_info_for_objfile): Remove declaration.
15830 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15831 declaration.
15832 * maint.c (count_symtabs_and_blocks): Remove declaration.
15833 * cp-support.c (add_symbol_overload_list_qualified): Remove
15834 declaration.
15835 * coffread.c (coff_symtab_read): Remove declaration.
15836 * symtab.c (lookup_symbol_in_objfile_symtabs)
15837 (basic_lookup_transparent_type_1): Use objfile_compunits.
15838 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15839 (info_sources_command, search_symbols)
15840 (default_collect_symbol_completion_matches_break_on)
15841 (make_source_files_completion_list): Remove declaration.
15842 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15843 (ada_collect_symbol_completion_matches)
15844 (ada_add_global_exceptions): Remove declaration.
15845 * linespec.c (iterate_over_all_matching_symtabs): Use
15846 objfile_compunits.
15847 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15848 (class objfile_compunits): New.
15849 (ALL_COMPUNITS): Use objfile_compunits.
15850 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15851 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15852 objfile_compunits.
15853 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15854
15855 2019-01-09 Tom Tromey <tom@tromey.com>
15856
15857 * symtab.c (search_symbols)
15858 (default_collect_symbol_completion_matches_break_on): Use
15859 objfile_msymbols.
15860 * ada-lang.c (ada_lookup_simple_minsym)
15861 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15862 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15863 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15864 objfile_msymbols.
15865 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15866 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15867 * objc-lang.c (find_methods): Use objfile_msymbols.
15868 (info_selectors_command, info_classes_command): Likewise.
15869 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15870 * objfiles.h (class objfile_msymbols): New.
15871 (ALL_OBJFILE_MSYMBOLS): Remove.
15872 (ALL_MSYMBOLS): Remove.
15873
15874 2019-01-09 Tom Tromey <tom@tromey.com>
15875
15876 * common/next-iterator.h (next_adapter): Add Iterator template
15877 parameter.
15878 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15879 (class all_objfiles_safe): New.
15880 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15881 * objfiles.c (put_objfile_before): Update comment.
15882 (add_separate_debug_objfile): Likewise.
15883 (free_all_objfiles): Use all_objfiles_safe.
15884 (objfile_purge_solibs): Likewise.
15885
15886 2019-01-09 Tom Tromey <tom@tromey.com>
15887
15888 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15889 (expand_symtab_containing_pc, lookup_static_symbol)
15890 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15891 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15892 all_objfiles.
15893 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15894 * breakpoint.c (create_overlay_event_breakpoint)
15895 (create_longjmp_master_breakpoint)
15896 (create_std_terminate_master_breakpoint)
15897 (create_exception_master_breakpoint): Use all_objfiles.
15898 * linux-thread-db.c (try_thread_db_load_from_pdir)
15899 (has_libpthread): Use all_objfiles.
15900 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15901 * linespec.c (iterate_over_all_matching_symtabs)
15902 (search_minsyms_for_name): Use all_objfiles.
15903 * maint.c (maintenance_info_sections): Use all_objfiles.
15904 * main.c (captured_main_1): Use all_objfiles.
15905 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15906 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15907 * guile/scm-pretty-print.c
15908 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15909 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15910 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15911 (maintenance_print_msymbols): Use all_objfiles.
15912 * source.c (select_source_symtab): Use all_objfiles.
15913 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15914 * symfile.c (remove_symbol_file_command)
15915 (expand_symtabs_matching, map_symbol_filenames): Use
15916 all_objfiles.
15917 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15918 all_objfiles.
15919 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15920 * objc-lang.c (find_methods): Use all_objfiles.
15921 * objfiles.c (have_partial_symbols, have_full_symbols)
15922 (have_minimal_symbols, qsort_cmp)
15923 (default_iterate_over_objfiles_in_search_order): Use
15924 all_objfiles.
15925 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15926 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15927 (maintenance_check_psymtabs): Use all_objfiles.
15928 (ALL_PSYMTABS): Remove.
15929 * compile/compile-object-run.c (do_module_cleanup): Use
15930 all_objfiles.
15931 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15932 * cp-support.c (add_symbol_overload_list_qualified): Use
15933 all_objfiles.
15934 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15935 Use all_objfiles.
15936 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15937 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15938 all_objfiles.
15939 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15940 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15941 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15942 Uses all_objfiles.
15943 * solib.c (solib_read_symbols): Use all_objfiles
15944
15945 2019-01-09 Tom Tromey <tom@tromey.com>
15946
15947 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15948 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15949 all_objfiles.
15950 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15951 * symmisc.c (print_symbol_bcache_statistics)
15952 (print_objfile_statistics, maintenance_print_objfiles)
15953 (maintenance_info_symtabs, maintenance_check_symtabs)
15954 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15955 all_objfiles.
15956 * source.c (forget_cached_source_info): Use all_objfiles.
15957 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15958 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15959 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15960 * objfiles.c (update_section_map): Use all_objfiles.
15961 (shared_objfile_contains_address_p): Likewise.
15962 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15963 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15964
15965 2019-01-09 Tom Tromey <tom@tromey.com>
15966
15967 * common/next-iterator.h: New file.
15968 * objfiles.h (class all_objfiles): New.
15969 (struct objfile_iterator): New.
15970
15971 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15972
15973 * NEWS: Move the description of the changed "frame", "select-frame",
15974 and "info frame" commands to the Changed commands section.
15975
15976 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
15977
15978 * gdbtypes.c (check_stub_method_group): Remove handling of old
15979 mangling schemes.
15980 * linespec.c (find_methods): Likewise.
15981 * stabsread.c (read_member_functions): Likewise.
15982 * valops.c (search_struct_method): Likewise.
15983 (value_struct_elt_for_reference): Likewise.
15984 * NEWS: Mention this change.
15985
15986 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15987
15988 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
15989 print_source_lines.
15990 * source.c (print_source_lines_base): Update line number check.
15991 (print_source_lines): New function.
15992 (source_lines_range::source_lines_range): New function.
15993 * source.h (class source_lines_range): New class.
15994 (print_source_lines): New declaration.
15995
15996 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15997
15998 * linespec.c (linespec_state_destructor): Free self->canonical_names.
15999
16000 2019-01-08 Tom Tromey <tom@tromey.com>
16001 Simon Marchi <simon.marchi@ericsson.com>
16002
16003 PR gdb/24060
16004 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
16005 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
16006 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16007 * f-exp.y (DOLLAR_VARIABLE): Likewise.
16008 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
16009 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16010
16011 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16012
16013 * source.c (select_source_symtab): Move header comment to
16014 declaration in source.h.
16015 (forget_cached_source_info_for_objfile): Likewise.
16016 (forget_cached_source_info): Likewise.
16017 (identify_source_line): Likewise.
16018 * source.h (identify_source_line): Move declaration from symtab.h
16019 and add comment from source.c
16020 (print_source_lines): Likewise.
16021 (forget_cached_source_info_for_objfile): Likewise.
16022 (forget_cached_source_info): Likewise.
16023 (select_source_symtab): Likewise.
16024 (enum print_source_lines_flag): Move definition from symtab.h.
16025 * symtab.h (identify_source_line): Move declaration to source.h.
16026 (print_source_lines): Likewise.
16027 (forget_cached_source_info_for_objfile): Likewise.
16028 (forget_cached_source_info): Likewise.
16029 (select_source_symtab): Likewise.
16030 (enum print_source_lines_flag): Move definition to source.h.
16031 * tui/tui-hooks.c: Add 'source.h' include.
16032
16033 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16034
16035 * source.c (print_source_lines_base): Handle requests to print
16036 reverse line number sequences, and guard against empty lines
16037 string.
16038
16039 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16040
16041 * source.c (print_source_lines_base): Fix skip of '\r' if next
16042 character is '\n'.
16043
16044 2019-01-06 Tom Tromey <tom@tromey.com>
16045
16046 * c-exp.y (struct c_parse_state) <macro_original_text,
16047 expansion_obstack>: New member.
16048 (macro_original_text, expansion_obstack): Remove globals.
16049 (scan_macro_expansion, scanning_macro_expansion)
16050 (finished_macro_expansion): Update.
16051 (scan_macro_cleanup): Remove.
16052 (yylex, c_parse): Update.
16053
16054 2019-01-06 Tom Tromey <tom@tromey.com>
16055
16056 * c-exp.y (struct c_parse_state) <strings>: New member.
16057 (operator_stoken): Update.
16058
16059 2019-01-06 Tom Tromey <tom@tromey.com>
16060
16061 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
16062 (union type_stack_elt) <typelist_val>: Now a pointer to
16063 std::vector.
16064 (type_stack_cleanup): Don't declare.
16065 (push_typelist): Update.
16066 * parse.c (pop_typelist): Return a std::vector.
16067 (push_typelist): Take a std::vector.
16068 (follow_types): Update. Do not free args.
16069 (type_stack_cleanup): Remove.
16070 * c-exp.y (struct c_parse_state): New.
16071 (cpstate): New global.
16072 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
16073 (nonempty_typelist): Update.
16074 (func_mod): Create a new vector.
16075 (c_parse): Create a c_parse_state.
16076 (check_parameter_typelist): Do not delete params.
16077 (function_method): Update. Do not delete type_list.
16078
16079 2019-01-06 Tom Tromey <tom@tromey.com>
16080
16081 PR gdb/28155:
16082 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
16083 check_typedef.
16084 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
16085 (print_return_value): Likewise.
16086
16087 2019-01-05 Tom Tromey <tom@tromey.com>
16088
16089 * contrib/cleanup_check.py: Remove.
16090 * contrib/gcc-with-excheck: Remove.
16091 * contrib/exsummary.py: Remove.
16092 * contrib/excheck.py: Remove.
16093
16094 2019-01-05 Joel Brobecker <brobecker@adacore.com>
16095
16096 * thread.c (delete_thread_1): Add gdb_assert that THR is not
16097 NULL. Initialize tpprev to NULL instead of assigning it
16098 to NULL on the next statement.
16099 * windows-nat.c (windows_delete_thread): Remove check for
16100 main_thread_id before printing thread exit notifications.
16101 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16102 Remove thread ID check against main_thread_id.
16103 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16104 windows_delete_thread.
16105 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16106
16107 2019-01-04 Tom Tromey <tom@tromey.com>
16108
16109 * compile/compile.c (_initialize_compile): Use upper case for
16110 metasyntactic variables.
16111 * symmisc.c (_initialize_symmisc): Use upper case for
16112 metasyntactic variables.
16113 * psymtab.c (_initialize_psymtab): Use upper case for
16114 metasyntactic variables.
16115 * demangle.c (demangle_command): Use upper case for metasyntactic
16116 variables.
16117 (_initialize_demangler): Likewise.
16118 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16119 variables.
16120
16121 2019-01-03 Tom Tromey <tom@tromey.com>
16122
16123 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16124
16125 2019-01-03 Tom Tromey <tom@tromey.com>
16126
16127 * python/py-symtab.c (salpy_str): Update.
16128 (struct salpy_sal_object) <symtab>: Now a PyObject.
16129 (salpy_dealloc): Update.
16130 (del_objfile_sal): Use gdbpy_ref.
16131
16132 2019-01-03 Tom Tromey <tom@tromey.com>
16133
16134 * python/py-type.c (convert_field): Use new_reference. Return
16135 gdbpy_ref.
16136 (make_fielditem): Return gdbpy_ref.
16137 (typy_fields): Update.
16138 (typy_getitem): Update.
16139 (field_name): Return gdbpy_ref. Use new_reference.
16140 (typy_iterator_iternext): Update.
16141
16142 2019-01-03 Tom Tromey <tom@tromey.com>
16143
16144 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16145
16146 2019-01-03 Tom Tromey <tom@tromey.com>
16147
16148 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16149 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16150 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16151 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16152 (pspy_set_type_printers): Likewise.
16153 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16154 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16155 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16156 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16157 (objfpy_set_type_printers): Likewise.
16158
16159 2019-01-03 Tom Tromey <tom@tromey.com>
16160
16161 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16162 (gdbpy_print_stack): Use gdbpy_err_fetch.
16163 * python/python-internal.h (class gdbpy_err_fetch): New class.
16164 (class gdbpy_enter) <m_error_type, m_error_value,
16165 m_error_traceback>: Remove.
16166 <m_error>: New member.
16167 (gdbpy_exception_to_string): Don't declare.
16168 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16169 * python/py-value.c (convert_value_from_python): Use
16170 gdbpy_err_fetch.
16171 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16172 gdbpy_exception_to_string.
16173 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16174 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16175 gdbpy_err_fetch.
16176
16177 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16178
16179 * linux-nat.c (delete_lwp_cleanup): Delete.
16180 (struct lwp_deleter): New struct.
16181 (lwp_info_up): New typedef.
16182 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16183 lwp_info_up.
16184
16185 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16186
16187 * linux-fork.c (class scoped_switch_fork_info): New class.
16188 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16189
16190 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16191
16192 * valops.c (find_overload_match): Remove use of null_cleanup, and
16193 calls to do_cleanups.
16194
16195 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16196
16197 * compile/compile-cplus-types.c
16198 (compile_cplus_instance::decl_name): Handle changes to
16199 cp_func_name.
16200 * cp-support.c (cp_func_name): Update header comment, update
16201 return type.
16202 * cp-support.h (cp_func_name): Update return type in declaration.
16203 * valops.c (find_overload_match): Move temp_func local to top
16204 level of function and change its type. Use temp_func to hold and
16205 delete temporary string obtained from cp_func_name.
16206
16207 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16208
16209 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16210 gdb::char_vector, remove cleanup, and update uses of `msg`.
16211
16212 2019-01-03 Jim Wilson <jimw@sifive.com>
16213
16214 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16215
16216 2019-01-02 Tom Tromey <tom@tromey.com>
16217
16218 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16219 (tdesc_parse_xml): Remove cleanups.
16220 * target-descriptions.h (make_cleanup_free_target_description):
16221 Don't declare.
16222 (target_desc_deleter): New struct.
16223 (target_desc_up): New typedef.
16224 * target-descriptions.c (target_desc_deleter::operator()): Rename
16225 from free_target_description.
16226 (make_cleanup_free_target_description): Remove.
16227
16228 2019-01-02 Tom Tromey <tom@tromey.com>
16229
16230 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16231 constructor, destructor.
16232 (linespec_parser): Remove typedef.
16233 (~linespec_parser): Rename from linespec_parser_delete.
16234 (linespec_lex_to_end, linespec_complete_label)
16235 (linespec_complete): Update.
16236 (decode_line_full): Remove cleanups.
16237 (decode_line_1): Update.
16238
16239 2019-01-02 Tom Tromey <tom@tromey.com>
16240
16241 * python/python-internal.h (inferior_to_inferior_object): Change
16242 return type.
16243 * python/py-exitedevent.c (create_exited_event_object): Update.
16244 * python/py-inferior.c (inferior_to_inferior_object): Return
16245 gdbpy_ref.
16246 (python_new_inferior, python_inferior_deleted)
16247 (thread_to_thread_object, delete_thread_object)
16248 (build_inferior_list, gdbpy_selected_inferior): Update.
16249 * python/py-infthread.c (create_thread_object): Update. Also fail
16250 if inferior_to_inferior_object fails.
16251
16252 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16253
16254 * inferior.h (class inferior) <displaced_step_state>: New field.
16255 * infrun.h (struct displaced_step_state): Move here from
16256 infrun.c. Initialize fields, add constructor.
16257 <inf>: Remove field.
16258 <reset>: New method.
16259 * infrun.c (struct displaced_step_inferior_state): Move to
16260 infrun.h.
16261 (displaced_step_inferior_states): Remove.
16262 (get_displaced_stepping_state): Adust.
16263 (displaced_step_in_progress_any_inferior): Adjust.
16264 (displaced_step_in_progress_thread): Adjust.
16265 (displaced_step_in_progress): Adjust.
16266 (add_displaced_stepping_state): Remove.
16267 (get_displaced_step_closure_by_addr): Adjust.
16268 (remove_displaced_stepping_state): Remove.
16269 (infrun_inferior_exit): Call displaced_step_state.reset.
16270 (use_displaced_stepping): Don't check for NULL.
16271 (displaced_step_prepare_throw): Call
16272 get_displaced_stepping_state.
16273 (displaced_step_fixup): Don't check for NULL.
16274 (prepare_for_detach): Don't check for NULL.
16275
16276 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16277
16278 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16279 in case of call that did not complete.
16280
16281 2019-01-02 Andrey Utkin <autkin@undo.io>
16282
16283 * symfile.c (find_separate_debug_file): Fix search of debug files for
16284 remote debuggee.
16285
16286 2019-01-02 Tom Tromey <tom@tromey.com>
16287
16288 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16289 indentation.
16290 * python/py-frame.c (frapy_older): Remove cast.
16291 (frapy_newer): Likewise.
16292 * python/py-breakpoint.c (local_setattro): Remove cast.
16293 * python/py-arch.c (archpy_name): Remove local variable.
16294 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16295
16296 2019-01-02 Joel Brobecker <brobecker@adacore.com>
16297
16298 * unittests/basic_string_view/element_access/char/empty.cc:
16299 Fix year range in copyright header.
16300
16301 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16302
16303 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16304 Delete.
16305 <operator==>: Update with for removed field.
16306 <hash>: Likewise.
16307 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16308 <isa_features>: ...this.
16309 <abi_features>: New field.
16310 (riscv_isa_flen): Update comment.
16311 (riscv_abi_xlen): New declaration.
16312 (riscv_abi_flen): New declaration.
16313 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16314 isa_features.
16315 (riscv_abi_xlen): New function.
16316 (riscv_isa_flen): Update to get answer from isa_features.
16317 (riscv_abi_flen): New function.
16318 (riscv_has_fp_abi): Update to get answer from abi_features.
16319 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16320 xlen and flen.
16321 (riscv_call_info) <xlen, flen>: Update comment.
16322 (riscv_call_arg_struct): Remove invalid assertions
16323 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16324 is removed.
16325 (riscv_gdbarch_init): Gather isa features and abi features
16326 separately, ensure both match on the gdbarch when reusing an old
16327 gdbarch. Relax an error check to allow 32-bit abi float to run on
16328 a target with 64-bit float hardware.
16329
16330 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16331
16332 * source.c (search_command_helper): Stop reverse search
16333 when line 1 has been searched.
16334
16335 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16336
16337 * record-full.c (record_full_base_target::close): Rewrite
16338 record_full_core_buf_list free logic.
16339
16340 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16341
16342 * break-catch-syscall.c (print_one_catch_syscall): xfree
16343 the last text.
16344
16345 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16346
16347 * top.c (print_gdb_version): Update Copyright year in version
16348 message.
16349
16350 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16351
16352 Update copyright year range in all GDB files.
16353
16354 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
16355
16356 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
16357
16358 For older changes see ChangeLog-2018.
16359 \f
16360 Local Variables:
16361 mode: change-log
16362 left-margin: 8
16363 fill-column: 74
16364 version-control: never
16365 coding: utf-8
16366 End:
16367
This page took 0.365699 seconds and 4 git commands to generate.