gdb/fortran: Improve output pattern in gdb.mi/mi-fortran-modules.exp
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
b1f0c0b9
WA
12019-12-08 Wataru Ashihara <wataash@wataash.com>
2
3 * darwin-nat.c (darwin_nat_target::create_inferior): Fix
4 template argument for scoped_restore_tmpl from bool to int.
5
aa2d5a42
KS
62019-12-07 Keith Seitz <keiths@redhat.com>
7
8 * build-id.c (build_id_bfd_get): Permit bfd_core, too.
9 (build_id_to_debug_bfd): Make static, rewriting to use
10 build_id_to_bfd_suffix.
11 (build_id_to_bfd_suffix): Copy of build_id_to_debug_bfd,
12 adding `suffix' parameter. Append SUFFIX to file names
13 when searching for matching files.
14 (build_id_to_debug_bfd): Use build_id_to_bfd_suffix.
15 (build_id_to_exec_bfd): Likewise.
16 * build-id.h (build_id_to_debug_bfd): Clarify that function
17 searches for BFD of debug info file.
18 (build_id_to_exec_bfd): Declare.
19 * corelow.c: Include build-id.h.
20 (locate_exec_from_corefile_build_id): New function.
21 (core_target_open): If no executable BFD is found,
22 search for a core file BFD using build-id.
23
dfb65191
CB
242019-12-06 Christian Biesinger <cbiesinger@google.com>
25
26 * bcache.c: Put in namespace gdb.
27 * bcache.h: Likewise.
28 * gdbtypes.c (check_types_worklist): Update.
29 (types_deeply_equal): Update.
30 * macrotab.c (struct macro_table) <bcache>: Update.
31 (new_macro_table): Update.
32 * macrotab.h (struct bcache): Put this forward declaration
33 inside namespace gdb.
34 (new_macro_table): Update.
35 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache>:
36 Update.
37 <macro_cache>: Update.
38 * psymtab.h: (psymtab_storage) <psymbol_cache>: Update.
39
93e55f0a
TV
402019-12-06 Tom de Vries <tdevries@suse.de>
41
42 PR symtab/24971
43 * block.c (best_symbol, better_symbol): New function.
44 (block_lookup_symbol_primary, block_lookup_symbol): Prefer def over
45 decl.
46
06acc08f
TBA
472019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
48
49 * gdbtypes.h: Define the REFERENCE_SEE_THROUGH_BADNESS value.
50 * gdbtypes.c (rank_one_type): Use REFERENCE_SEE_THROUGH_BADNESS
51 for ranking see-through reference cases.
52
e0fad1ea
PW
532019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
54 * stack.c (faas_command): Check a command is provided.
55 * thread.c (taas_command, tfaas_command): Likewise.
56
908641f5
PW
572019-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
58 * inferior.c (prune_inferiors): Only call delete_inferior,
59 Do not modify the inferior list.
60
b858499d
SM
612019-12-05 Simon Marchi <simon.marchi@polymtl.ca>
62
63 * c-exp.y: Update calls to lookup_typename,
64 lookup_signed_typename and lookup_unsigned_typename.
65 * c-lang.c (evaluate_subexp_c): Likewise.
66 * cp-namespace.c (cp_lookup_symbol_imports_or_template):
67 Likewise.
68 * eval.c (binop_promote): Likewise.
69 * gdbtypes.c (lookup_typename): Remove gdbarch parameter.
70 (lookup_unsigned_typename): Likewise.
71 (lookup_signed_typename): Likewise.
72 * gdbtypes.h (lookup_unsigned_typename): Likewise.
73 (lookup_signed_typename): Likewise.
74 (lookup_typename): Likewise.
75 * guile/scm-type.c (tyscm_lookup_typename): Update calls to
76 lookup_typename, lookup_signed_typename,
77 lookup_unsigned_typename.
78 * m2-exp.y: Likewise.
79 * printcmd.c (printf_wide_c_string): Likewise.
80 (ui_printf): Likewise.
81 * python/py-type.c (typy_lookup_typename): Likewise.
82 * python/py-xmethods.c (python_xmethod_worker::invoke):
83 Likewise.
84 * rust-exp.y: Likewise.
85
3a8fa228
CB
862019-12-04 Christian Biesinger <cbiesinger@google.com>
87
88 * configure.nat (obsd64): Add missing files x86-nat.o and
89 nat/x86-dregs.o.
90
2dbc041e
TT
912019-12-04 Tom Tromey <tom@tromey.com>
92
93 * valprint.c (val_print_string): Use metadata_style.
94 * go-valprint.c (print_go_string): Use metadata style.
95 * p-valprint.c (pascal_object_print_static_field): Use metadata
96 style.
97 * cp-valprint.c (cp_print_static_field): Use metadata style.
98
36c8fb93
AB
992019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
100 Chris January <chris.january@arm.com>
101
102 * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New
103 tokens.
104 (typebase): New patterns for complex, single/double precision, and
105 single/double complex.
106 (f77_keywords): Change token for complex keyword, and add single,
107 double, and precision keywords.
108
c6170c2c
SM
1092019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
110
111 * avr-tdep.c (_initialize_avr_tdep): Improve help of command
112 "info io_registers".
113
894ecaf4
SM
1142019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
115
116 * regcache.c (cooked_read_test): Initialize thread list of
117 mock_inferior.
118
be155ebb
SM
1192019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
120
121 * aarch64-linux-tdep.c: Remove includes.
122
c577cdd7
SM
1232019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
124
125 * aarch64-tdep.c: Remove includes.
126
610cfd61
SM
1272019-12-04 Simon Marchi <simon.marchi@efficios.com>
128
129 * filtered-iterator.h (filtered_iterator) <operator==,
130 operator!=>: Compare wrapped iterators, not wrapped pointers.
131 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
132 unittests/filtered_iterator-selftests.c.
133 * unittests/filtered_iterator-selftests.c: New file.
134
a05cf17a
TT
1352019-12-04 Tom Tromey <tromey@adacore.com>
136
137 * gdbtypes.c (create_range_type): Inherit endianity
138 from base type.
139
d5a22e77
TT
1402019-12-04 Tom Tromey <tromey@adacore.com>
141
142 * ada-lang.c (decode_constrained_packed_array)
143 (ada_value_assign, value_assign_to_component): Update.
144 * dwarf2loc.c (rw_pieced_value, access_memory)
145 (dwarf2_compile_expr_to_ax): Update.
146 * dwarf2read.c (dwarf2_add_field): Update.
147 * eval.c (evaluate_subexp_standard): Update.
148 * gdbarch.c, gdbarch.h: Rebuild.
149 * gdbarch.sh (bits_big_endian): Remove.
150 * gdbtypes.h (union field_location): Update comment.
151 * target-descriptions.c (make_gdb_type): Update.
152 * valarith.c (value_bit_index): Update.
153 * value.c (struct value) <bitpos>: Update comment.
154 (unpack_bits_as_long, modify_field): Update.
155 * value.h (value_bitpos): Update comment.
156
7ab4a236
TT
1572019-12-04 Tom Tromey <tromey@adacore.com>
158
159 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
160 endian-ness.
161
103a685e
TT
1622019-12-04 Tom Tromey <tromey@adacore.com>
163
164 * dwarf2read.c (dwarf2_init_float_type)
165 (dwarf2_init_complex_target_type): Add byte_order parameter.
166 (read_base_type): Compute byte order earlier.
167 * gdbtypes.c (init_float_type): Add byte_order parameter.
168 * gdbtypes.h (init_float_type): Add byte_order parameter.
169
7a9e9f9f
TT
1702019-12-04 Tom Tromey <tromey@adacore.com>
171
172 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
173
feee869b
TT
1742019-12-04 Tom Tromey <tromey@adacore.com>
175
176 * dwarf2read.c (process_structure_scope): Initialize
177 "discr_offset".
178
c2512106
AB
1792019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
182 add it into the search spec.
183 (parse_max_results_option): New function.
184 (mi_info_functions_or_variables): Parse -max-results flag and pass
185 it to mi_symbol_info.
186 (mi_cmd_symbol_info_modules): Likewise.
187 (mi_cmd_symbol_info_types): Likewise.
188 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
189 return type to bool, change result container into a set, and don't
190 add new results if we have enough already.
191 (global_symbol_searcher::add_matching_msymbols): Change return
192 type to bool, and don't add new results if we have enough already.
193 (sort_search_symbols_remove_dups): Delete.
194 (global_symbol_searcher::search): Early exit from search loop when
195 we have enough results. Use a std::set to collect the results
196 from calling add_matching_symbols.
197 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
198 member function.
199 (global_symbol_searcher) <m_max_search_results>: New member
200 variable.
201 (global_symbol_searcher) <add_matching_symbols>: Update header
202 comment and change return type to bool.
203 (global_symbol_searcher) <add_matching_msymbols>: Update header
204 comment and change return type to bool.
205
f97a63c5
AB
2062019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
207
208 * symtab.c (symbol_search::compare_search_syms): Update header
209 comment.
210 (global_symbol_searcher::is_suitable_msymbol): New function.
211 (global_symbol_searcher::expand_symtabs): New function.
212 (global_symbol_searcher::add_matching_symbols): New function.
213 (global_symbol_searcher::add_matching_msymbols): New function.
214 (global_symbol_searcher::search): Move most of the content
215 into the new functions above, and call them as needed.
216 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
217 function.
218 (global_symbol_searcher) <add_matching_symbols>: New member
219 function.
220 (global_symbol_searcher) <add_matching_msymbols>: New member
221 function.
222 (global_symbol_searcher) <is_suitable_msymbol>: New member
223 function.
224
293b38d6
AB
2252019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
228 -symbol-info-module-variables entries.
229 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
230 (mi_cmd_symbol_info_module_variables): Declare.
231 * mi/mi-symbol-cmds.c
232 (module_symbol_search_iterator): New typedef.
233 (output_module_symbols_in_single_module_and_file): New function.
234 (output_module_symbols_in_single_module): New function.
235 (mi_info_module_functions_or_variables): New function.
236 (mi_cmd_symbol_info_module_functions): New function.
237 (mi_cmd_symbol_info_module_variables): New function.
238 * NEWS: Mention new MI command.
239
4cbd39b2
CB
2402019-12-03 Christian Biesinger <cbiesinger@google.com>
241
242 * bcache.c (hash): Remove.
243 (hash_continue): Remove.
244 * bcache.h (hash): Remove.
245 (hash_continue): Remove.
246 (struct bcache) <ctor>: Update.
247 * psymtab.c (psymbol_hash): Update.
248 * stabsread.c (hashname): Update.
249 * utils.h (fast_hash): Add an argument for a start value,
250 defaulting to zero.
251
82f910ea
PW
2522019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
253 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
254 (destroy_block_symbol_cache): New function.
255 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
256 (resize_symbol_cache): Likewise.
257
de2396d0
TT
2582019-12-02 Tom Tromey <tom@tromey.com>
259
260 * unittests/tui-selftests.c (run_tests): Make conditional.
261 (_initialize_tui_selftest): Make conditional.
262
638d85bc
CB
2632019-12-02 Christian Biesinger <cbiesinger@google.com>
264
265 * aix-thread.c (debug_aix_thread): Change type to bool.
266
7532a164
LM
2672019-12-02 Luis Machado <luis.machado@linaro.org>
268
269 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
270
216a7e6b
AB
2712019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
272
273 * dwarf2read.c (read_tag_string_type): Read the fields required to
274 make a dynamic string, and possibly create a dynamic range for the
275 string.
276 (attr_to_dynamic_prop): Setup is_reference based on the type of
277 attribute being processed.
278 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
279 (resolve_dynamic_array): Rename to...
280 (resolve_dynamic_array_or_string): ...this, update header comment,
281 and accept TYPE_CODE_STRING.
282 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
283
11a8b164
AB
2842019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
285
286 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
287 of its implementation from...
288 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
289 the new function.
290
5bbd8269
AB
2912019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
294 create a range with stride where appropriate.
295 * f-valprint.c: Include 'gdbarch.h'.
296 (f77_print_array_1): Take the stride into account when walking the
297 array. Also convert the stride into addressable units.
298 * gdbtypes.c (create_range_type): Initialise the stride to
299 constant zero.
300 (create_range_type_with_stride): New function, initialise the
301 range as normal, and then setup the stride.
302 (has_static_range): Include the stride here. Also change the
303 return type to bool.
304 (create_array_type_with_stride): Consider the range stride if the
305 array isn't given its own stride.
306 (resolve_dynamic_range): Resolve the stride if needed.
307 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
308 (struct range_bounds) <flag_is_byte_stride>: New member variable.
309 (TYPE_BIT_STRIDE): Define.
310 (TYPE_ARRAY_BIT_STRIDE): Define.
311 (create_range_type_with_stride): Declare.
312 * valarith.c (value_subscripted_rvalue): Take range stride into
313 account when walking the array.
314
82e3b564
TT
3152019-12-01 Tom Tromey <tom@tromey.com>
316
317 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
318 specially.
319
517d261d
TT
3202019-12-01 Tom Tromey <tom@tromey.com>
321
322 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
323 \0.
324 * unittests/tui-selftests.c: New file.
325 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
326
484c9b64
TT
3272019-12-01 Tom Tromey <tom@tromey.com>
328
329 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
330
a2a7af0c
TT
3312019-12-01 Tom Tromey <tom@tromey.com>
332
333 * NEWS: Document new settings.
334 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
335 * tui/tui-win.c (_initialize_tui_win): Add border style
336 observers.
337 * tui/tui-io.h (tui_apply_style): Declare.
338 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
339 longer static.
340 (apply_ansi_escape, tui_set_reverse_mode): Update.
341 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
342 Add "skip_intensity" parameter.
343 <changed>: New member.
344 <do_set_value>: Declare.
345 (tui_border_style, tui_active_border_style): Declare.
346 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
347 globals.
348 (cli_style_option): Initialize "changed".
349 (cli_style_option::do_set_value): New function.
350 (cli_style_option::add_setshow_commands): Add "skip_intensity"
351 parameter. Update.
352 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
353 (_initialize_cli_style): Update. Create TUI border style
354 commands.
355
d1da6b01
TT
3562019-12-01 Tom Tromey <tom@tromey.com>
357
358 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
359 parameter.
360 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
361 parameter.
362 * tui/tui-win.h (compact_source): Declare.
363 * tui/tui-win.c (compact_source): New global.
364 (tui_set_compact_source, tui_show_compact_source): New functions.
365 (_initialize_tui_win): Add "compact-source" setting.
366 * tui/tui-source.c (tui_source_window::set_contents): Handle
367 compact_source setting.
368 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
369 * NEWS: Document new setting.
370
489dbda6
TT
3712019-11-30 Tom Tromey <tom@tromey.com>
372
373 * dwarf2read.c (dwarf2_add_field): Include field offset when
374 computing variant part length.
375
bf498525
PW
3762019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
377 * NEWS: Mention define-prefix. Tell that command names can now
378 contain a . character.
379
be09caf1
PW
3802019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
381
382 * command.h (valid_cmd_char_p): Declare.
383 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
384 the check of valid command char.
385 (find_command_name_length, valid_user_defined_cmd_name_p): Use
386 valid_cmd_char_p.
387 * cli/cli-script.c (validate_comname): Likewise.
388 * completer.c (gdb_completer_command_word_break_characters):
389 Do not remove . from the word break char, update comments.
390 (complete_line_internal_1): Use valid_cmd_char_p.
391 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
392 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
393
c6ac7fc9
PW
3942019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
395
396 * cli/cli-script.c (do_define_command): Ensure a redefined
397 prefix command is kept as a prefix command.
398 (define_prefix_command): New function.
399 (show_user_1): Report user defined prefixes.
400 (_initialize_cli_script): Create the new 'define-prefix' command.
401 Add completers for 'define' and 'document'.
402 * top.c (execute_command): If command is a user-defined prefix only
403 command, report the list of commands for this prefix command.
404
a992a3b0
TBA
4052019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
406
407 * valops.c (find_oload_champ): Improve debug output.
408
e9194a1a
TBA
4092019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
410
411 * valops.c (find_oload_champ): Print part of debug messages
412 before the badness vector is std::move'd.
413
53a008a6
TT
4142019-11-28 Tom Tromey <tom@tromey.com>
415
416 * value.c (creal_internal_fn): Fix comment.
417
bab05c83
TT
4182019-11-28 Tom Tromey <tom@tromey.com>
419
420 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
421 flag_bound_evaluated>: Now unsigned.
422
2522f049
TT
4232019-11-28 Tom Tromey <tom@tromey.com>
424
425 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
426 declare.
427
38b49e22
MS
4282019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
429
430 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
431 debug output.
432 * jit.c (jit_unregister_code): Add debug print to match
433 `jit_register_code`.
434
35125921
CB
4352019-11-27 Christian Biesinger <cbiesinger@google.com>
436
437 * NEWS: Mention the new multithreaded symbol loading.
438
62e77f56
CB
4392019-11-27 Christian Biesinger <cbiesinger@google.com>
440
441 * maint.c (n_worker_threads): Default to 0.
442 (worker_threads_disabled): New function.
443 * maint.h (worker_threads_disabled): New function.
444 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
445 here if worker_threads_disabled () is true.
446 (minimal_symbol_reader::install): Skip all threading if
447 worker_threads_disabled () is true.
448
f29d7f6b
CB
4492019-11-27 Christian Biesinger <cbiesinger@google.com>
450
451 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
452 hash code if possible.
453 (add_minsym_to_demangled_hash_table): Likewise.
454 (minimal_symbol_reader::install): Compute the hash codes for msymbol
455 on the background thread.
456 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
457 Add these fields.
458
e76b2246
CB
4592019-11-27 Christian Biesinger <cbiesinger@google.com>
460
461 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
462 of the mangled name on the background thread.
463 * symtab.c (symbol_set_names): Allow passing in the hash of the
464 linkage_name.
465 * symtab.h (symbol_set_names): Likewise.
466
8d9a2568
KB
4672019-11-27 Kevin Buettner <kevinb@redhat.com>
468
469 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
470 physnames are computed for inherited DIEs.
471
fad03f6e
TT
4722019-11-27 Tom Tromey <tromey@adacore.com>
473
474 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
475 backslashes.
476 * cp-support.c: Remove unnecessary backslashes.
477
43678b0a
CB
4782019-11-27 Christian Biesinger <cbiesinger@google.com>
479
480 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
481 with sym->set_linkage_name.
482 * coffread.c (coff_read_enum_type): Likewise.
483 * mdebugread.c (parse_symbol): Likewise.
484 * stabsread.c (patch_block_stabs): Likewise.
485 (define_symbol): Likewise.
486 (read_enum_type): Likewise.
487 (common_block_end): Likewise.
488 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
489 function.
490 (SYMBOL_SET_LINKAGE_NAME): Remove.
491 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
492 with sym->set_linkage_name.
493
db5960b4
AB
4942019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
497 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
498 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
499 * NEWS: Mention new MI command.
500
7dc42066
AB
5012019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
504 '-symbol-info-types', and '-symbol-info-variables'.
505 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
506 (mi_cmd_symbol_info_types): Declare.
507 (mi_cmd_symbol_info_variables): Declare.
508 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
509 (output_debug_symbol): New function.
510 (output_nondebug_symbol): New function.
511 (mi_symbol_info): New function.
512 (mi_info_functions_or_variables): New function.
513 (mi_cmd_symbol_info_functions): New function.
514 (mi_cmd_symbol_info_types): New function.
515 (mi_cmd_symbol_info_variables): New function.
516 * NEWS: Mention new commands.
517
5f512a7d
AB
5182019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
519
520 * symtab.c (symbol_to_info_string): New function, most content
521 moved from print_symbol_info, but updated to return a std::string.
522 (print_symbol_info): Update to use symbol_to_info_string and print
523 returned string.
524 * symtab.h (symbol_to_info_string): Declare new function.
525
470c0b1c
AB
5262019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
527
528 * python/python.c (gdbpy_rbreak): Convert to using
529 global_symbol_searcher.
530 * symtab.c (file_matches): Convert return type to bool, change
531 file list to std::vector, update header comment.
532 (search_symbols): Rename to...
533 (global_symbol_searcher::search): ...this and update now its
534 a member function of global_symbol_searcher. Take account of the
535 changes to file_matches.
536 (symtab_symbol_info): Convert to using global_symbol_searcher.
537 (rbreak_command): Likewise.
538 (search_module_symbols): Likewise.
539 * symtab.h (enum symbol_search): Update comment.
540 (search_symbols): Remove declaration.
541 (class global_symbol_searcher): New class.
542
57357d9d
TT
5432019-11-26 Tom Tromey <tromey@adacore.com>
544
545 * cp-support.c (_initialize_cp_support): Conditionally initialize
546 gdb_demangle_attempt_core_dump.
547
3ea16160
TT
5482019-11-26 Tom Tromey <tom@tromey.com>
549
550 * python/py-function.c (fnpy_init): Update.
551 * value.h (add_internal_function): Adjust declaration.
552 * value.c (function_destroyer): Remove.
553 (do_add_internal_function): Don't set destroyer or copy name.
554 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
555 Set name_allocated.
556 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
557 (cmdpy_init): Set name_allocated.
558 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
559 member.
560 (~cmd_list_element): Free "name" if needed.
561
1a6d41c6
TT
5622019-11-26 Tom Tromey <tom@tromey.com>
563
564 * value.h (add_internal_function): Add new overload. Move
565 documentation from value.h.
566 * value.c (do_add_internal_function): New function.
567 (add_internal_function): Use it. Add new overload.
568 (function_destroyer): Don't free doc.
569 * python/py-function.c (fnpy_init): Update.
570
8318f3c3
TT
5712019-11-26 Tom Tromey <tom@tromey.com>
572
573 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
574 (cmdpy_init): Set "doc_allocated".
575
4da8c3a8
TT
5762019-11-26 Tom Tromey <tom@tromey.com>
577
578 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
579 name of worker thread.
580 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
581 pthread_setname_np.
582 * configure, config.in: Rebuild.
583
971db5e2
TT
5842019-11-26 Tom Tromey <tom@tromey.com>
585
586 * python/python.c (class gdbpy_gil): New.
587 (struct gdbpy_event): Add constructor, destructor, operator().
588 (gdbpy_post_event): Use run_on_main_thread.
589 (gdbpy_initialize_events): Remove.
590 (do_start_initialization): Update.
591
22138db6
TT
5922019-11-26 Tom Tromey <tom@tromey.com>
593
594 * NEWS: Add entry.
595 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
596 commands. Call update_thread_pool_size.
597 (update_thread_pool_size, maintenance_set_worker_threads): New
598 functions.
599 (n_worker_threads): New global.
600
d55c9a68
TT
6012019-11-26 Christian Biesinger <cbiesinger@google.com>
602 Tom Tromey <tom@tromey.com>
603
604 * minsyms.c (minimal_symbol_reader::install): Use
605 parallel_for_each.
606 * gdbsupport/parallel-for.h: New file.
607 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
608
a0b57563
CB
6092019-11-26 Christian Biesinger <cbiesinger@google.com>
610 Tom Tromey <tom@tromey.com>
611
612 * gdbsupport/thread-pool.h: New file.
613 * gdbsupport/thread-pool.c: New file.
614 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
615 (HFILES_NO_SRCDIR): Add thread-pool.h.
616
3b3978bc
TT
6172019-11-26 Tom Tromey <tom@tromey.com>
618
619 * event-top.h (thread_local_segv_handler): Declare.
620 * event-top.c (thread_local_segv_handler): New global.
621 (install_handle_sigsegv, handle_sigsegv): New functions.
622 (async_init_signals): Install SIGSEGV handler.
623 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
624 thread-local.
625 (report_failed_demangle): New function.
626 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
627 handler-setting code, instead use segv_handler. Run warning code
628 on main thread.
629
9411c49e
TT
6302019-11-26 Tom Tromey <tom@tromey.com>
631
632 * run-on-main-thread.c: New file.
633 * run-on-main-thread.h: New file.
634 * unittests/main-thread-selftests.c: New file.
635 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
636 main-thread-selftests.c.
637 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
638 (COMMON_SFILES): Add run-on-main-thread.c.
639
c3efb965
TT
6402019-11-26 Tom Tromey <tom@tromey.com>
641
642 * main.c (setup_alternate_signal_stack): Remove.
643 (captured_main_1): Use gdb::alternate_signal_stack.
644 * gdbsupport/alt-stack.h: New file.
645
21987b9c
TT
6462019-11-26 Tom Tromey <tom@tromey.com>
647
648 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
649 Remove comment.
650 (save_original_signals_state, restore_original_signals_state): Use
651 gdb_sigmask.
652 * linux-nat.c (block_child_signals, restore_child_signals_mask)
653 (_initialize_linux_nat): Use gdb_sigmask.
654 * guile/guile.c (_initialize_guile): Use block_signals.
655 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
656 * gdbsupport/gdb-sigmask.h: New file.
657 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
658 * cp-support.c (gdb_demangle): Use gdb_sigmask.
659 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
660 pthread_sigmask.
661 * configure, config.in: Rebuild.
662 * gdbsupport/block-signals.h: New file.
663
5e030278
TT
6642019-11-26 Tom Tromey <tom@tromey.com>
665
666 * acinclude.m4: Include ax_pthread.m4.
667 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
668 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
669 (CLIBS): Use PTHREAD_LIBS.
670 (aclocal_m4_deps): Add ax_pthread.m4.
671 * config.in, configure: Rebuild.
672 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
673
5a79c107
TT
6742019-11-26 Tom Tromey <tom@tromey.com>
675
676 * symtab.h (struct minimal_symbol) <name_set>: New member.
677 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
678 Don't call symbol_set_names.
679 (minimal_symbol_reader::install): Call symbol_set_names.
680
aa369509
PW
6812019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
682
683 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
684 restore_active_ext_lang, as GIL is needed for (indirectly)
685 called PyOS_InterruptOccurred.
686
cadc9cb8
SM
6872019-11-26 Simon Marchi <simon.marchi@efficios.com>
688
689 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
690 definition.
691
d04afd58
SM
6922019-11-26 Simon Marchi <simon.marchi@efficios.com>
693
694 * remote-sim.c (simulator_command): Make static, remove
695 declaration.
696
dd694d77
SM
6972019-11-26 Simon Marchi <simon.marchi@efficios.com>
698
699 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
700 static.
701 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
702 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
703 (main): Likewise.
704 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
705 (main): Likewise.
706 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
707 (main): Likewise.
708 * unittests/basic_string_view/element_access/char/1.cc (test01):
709 Likewise.
710 (main): Likewise.
711 * unittests/basic_string_view/element_access/char/empty.cc (main):
712 Likewise.
713 * unittests/basic_string_view/element_access/char/front_back.cc
714 (test01): Likewise.
715 (main): Likewise.
716 * unittests/basic_string_view/inserters/char/2.cc (test05):
717 Likewise.
718 (main): Likewise.
719 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
720 (test01): Likewise.
721 (main): Likewise.
722 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
723 (test01): Likewise.
724 (main): Likewise.
725 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
726 Likewise.
727 * unittests/basic_string_view/operations/compare/char/1.cc
728 (test01): Likewise.
729 (main): Likewise.
730 * unittests/basic_string_view/operations/compare/char/13650.cc
731 (test01): Likewise.
732 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
733 Likewise.
734 (main): Likewise.
735 * unittests/basic_string_view/operations/data/char/1.cc (test01):
736 Likewise.
737 (main): Likewise.
738 * unittests/basic_string_view/operations/find/char/1.cc (test01):
739 Likewise.
740 (main): Likewise.
741 * unittests/basic_string_view/operations/find/char/2.cc (test02):
742 Likewise.
743 (main): Likewise.
744 * unittests/basic_string_view/operations/find/char/3.cc (test03):
745 Likewise.
746 (main): Likewise.
747 * unittests/basic_string_view/operations/find/char/4.cc (main):
748 Likewise.
749 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
750 Likewise.
751 (main): Likewise.
752 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
753 Likewise.
754 (main): Likewise.
755 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
756 Likewise.
757 (main): Likewise.
758 * unittests/basic_string_view/operations/substr/char/1.cc
759 (test01): Likewise.
760 (main): Likewise.
761 * unittests/basic_string_view/operators/char/2.cc (main):
762 Likewise.
763 * unittests/optional/assignment/1.cc (test): Likewise.
764 * unittests/optional/assignment/2.cc (test): Likewise.
765 * unittests/optional/assignment/3.cc (test): Likewise.
766 * unittests/optional/assignment/4.cc (test): Likewise.
767 * unittests/optional/assignment/5.cc (test): Likewise.
768 * unittests/optional/assignment/6.cc (test): Likewise.
769 * unittests/optional/assignment/7.cc (test): Likewise.
770 * unittests/optional/cons/copy.cc (test): Likewise.
771 * unittests/optional/cons/default.cc (test): Likewise.
772 * unittests/optional/cons/move.cc (test): Likewise.
773 * unittests/optional/cons/value.cc (test): Likewise.
774 * unittests/optional/in_place.cc (test): Likewise.
775 * unittests/optional/observers/1.cc (test): Likewise.
776 * unittests/optional/observers/2.cc (test): Likewise.
777
3b5c1d49
SM
7782019-11-26 Simon Marchi <simon.marchi@efficios.com>
779
780 * tui-win.h (tui_set_var_cmd): Remove.
781 * tui-win.c (tui_set_var_cmd): Make static.
782
adce99fe
SM
7832019-11-26 Simon Marchi <simon.marchi@efficios.com>
784
785 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
786 rbreak_command_wrapper): Remove.
787 * symtab.c (rbreak_command_wrapper): Remove.
788
fe3adccf
SM
7892019-11-26 Simon Marchi <simon.marchi@efficios.com>
790
791 * inferior.h (info_terminal_command): Remove declaration.
792 * inflow.c (info_terminal_command): Make static.
793
b926335f
SM
7942019-11-26 Simon Marchi <simon.marchi@efficios.com>
795
796 * inferior.c (exit_inferior_silent): Remove.
797
b62f6f54
SM
7982019-11-26 Simon Marchi <simon.marchi@efficios.com>
799
800 * dictionary.c (dict_empty, mdict_empty): Remove.
801 * dictionary.c (mdict_empty): Remove.
802
cb8c24b6
SM
8032019-11-26 Simon Marchi <simon.marchi@efficios.com>
804
805 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
806 (arc_insn_get_memory_offset): Likewise.
807 (arc_insn_dump): Likewise.
808 * cp-support.c (test_cp_symbol_name_matches): Likewise.
809 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
810 * dictionary.c (dict_iterator_next): Likewise.
811 (dict_iter_match_first): Likewise.
812 (dict_iter_match_next): Likewise.
813 * f-lang.c (evaluate_subexp_f): Likewise.
814 * hppa-tdep.c (hppa_read_pc): Likewise.
815 * i386-tdep.c (i386_floatformat_for_type): Likewise.
816 * parse.c (write_exp_elt_msym): Likewise.
817 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
818 * remote.c (remote_packet_size): Likewise.
819 (remote_notif_stop_parse): Likewise.
820 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
821 * s12z-tdep.c (s12z_disassemble_info): Likewise.
822 * source.c (prepare_path_for_appending): Likewise.
823 * sparc64-linux-tdep.c
824 (sparc64_linux_handle_segmentation_fault); Likewise.
825 * stack.c (frame_selection_by_function_completer): Likewise.
826
781597ff
SM
8272019-11-26 Simon Marchi <simon.marchi@efficios.com>
828
829 * completer.c (set_gdb_completion_word_break_characters):
830 Remove.
831
23baa4cc
SM
8322019-11-26 Simon Marchi <simon.marchi@efficios.com>
833
834 * dwarf-index-write.c: Include dwarf-index-write.h.
835 * mi/mi-interp.c: Include mi/mi-interp.h.
836
23767560
SM
8372019-11-26 Simon Marchi <simon.marchi@efficios.com>
838
839 * aarch32-tdep.c: Include aarch32-tdep.h.
840 * aarch32-tdep.h: Forward-declare struct target_desc.
841
6d91ce9a
CB
8422019-11-26 Christian Biesinger <cbiesinger@google.com>
843
844 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
845 strerror.
846 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
847 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
848
3cf2f237
TV
8492019-11-25 Tom de Vries <tdevries@suse.de>
850
851 * contrib/words.sh: Add -c option.
852
5b89c67a
CB
8532019-11-25 Christian Biesinger <cbiesinger@google.com>
854
855 * solib.c (solib_find_1): Change int to bool.
856 (exec_file_find): Change int to bool.
857 (solib_find): Change int to bool.
858 (solib_read_symbols): Change int to bool.
859 (solib_used): Change int to bool.
860 (solib_add): Change int to bool.
861 (info_sharedlibrary_command): Change int to bool.
862 (solib_contains_address_p): Change int to bool.
863 (solib_keep_data_in_core): Change int to bool.
864 (in_solib_dynsym_resolve_code): Change int to bool.
865 (reload_shared_libraries_1): Change int to bool.
866 (gdb_sysroot_changed): Change int to bool.
867 * solib.h (solib_read_symbols): Change int to bool.
868 (solib_contains_address_p): Change int to bool.
869 (solib_keep_data_in_core): Change int to bool.
870 (in_solib_dynsym_resolve_code): Change int to bool.
871 (libpthread_name_p): Change int to bool.
872
6cc8564b
LM
8732019-11-25 Luis Machado <luis.machado@linaro.org>
874
875 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
876 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
877 (remote_packet_max_chars): New static global.
878 (show_remote_packet_max_chars): New function.
879 (remote_target::putpkt_binary): Adjust to use new
880 remote_packet_max_chars option.
881 (remote_target::getpkt_or_notif_sane_1): Likewise.
882 (_initialize_remote): Register new remote-packet-max-chars option.
883
a7cdaa91
SM
8842019-11-24 Simon Marchi <simon.marchi@efficios.com>
885
886 * m68k-linux-nat.c: Include gdbarch.h.
887
26abc753
TT
8882019-11-24 Tom Tromey <tom@tromey.com>
889
890 * symfile.c (read_symbols): Update.
891 * psymtab.c (require_partial_symbols): Change type of "verbose" to
892 bool.
893 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
894 (psym_lookup_symbol, psym_find_last_source_symtab)
895 (psym_forget_cached_source_info, psym_print_stats)
896 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
897 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
898 (psym_map_matching_symbols, psym_expand_symtabs_matching)
899 (psym_find_compunit_symtab_by_address)
900 (maintenance_print_psymbols, maintenance_info_psymtabs)
901 (maintenance_check_psymtabs): Update.
902 * psymtab.h (require_partial_symbols): Change type of "verbose" to
903 bool.
904
012fc909
TT
9052019-11-22 Tom Tromey <tom@tromey.com>
906
907 * observable.h: Update comments.
908
c83d8d32
TT
9092019-11-22 Tom Tromey <tromey@adacore.com>
910
911 * ada-tasks.c (ada_task_is_alive): Make parameter const.
912 (print_ada_task_info): Don't try to fetch thread id if task is not
913 alive.
914
987012b8
CB
9152019-11-22 Christian Biesinger <cbiesinger@google.com>
916
917 * ada-exp.y: Update.
918 * ada-lang.c (sort_choices): Update.
919 (ada_print_symbol_signature): Update.
920 (resolve_subexp): Update.
921 (ada_parse_renaming): Update.
922 (ada_read_renaming_var_value): Update.
923 (lesseq_defined_than): Update.
924 (remove_extra_symbols): Update.
925 (remove_irrelevant_renamings): Update.
926 (ada_add_block_symbols): Update.
927 (ada_collect_symbol_completion_matches): Update.
928 (ada_is_renaming_symbol): Update.
929 (aggregate_assign_from_choices): Update.
930 (ada_evaluate_subexp): Update.
931 (ada_has_this_exception_support): Update.
932 (ada_is_non_standard_exception_sym): Update.
933 (ada_add_exceptions_from_frame): Update.
934 (ada_add_global_exceptions): Update.
935 (ada_print_subexp): Update.
936 * ax-gdb.c (gen_var_ref): Update.
937 (gen_maybe_namespace_elt): Update.
938 (gen_expr_for_cast): Update.
939 (gen_expr): Update.
940 * block.h: Update.
941 * blockframe.c (find_pc_partial_function): Update.
942 * breakpoint.c (print_breakpoint_location): Update.
943 (update_static_tracepoint): Update.
944 * btrace.c (ftrace_print_function_name): Update.
945 (ftrace_function_switched): Update.
946 * buildsym.c (find_symbol_in_list): Update.
947 * c-exp.y: Update.
948 * c-typeprint.c (c_print_typedef): Update.
949 (c_type_print_template_args): Update.
950 * cli/cli-cmds.c (edit_command): Update.
951 (list_command): Update.
952 (print_sal_location): Update.
953 * coffread.c (patch_opaque_types): Update.
954 (process_coff_symbol): Update.
955 (coff_read_enum_type): Update.
956 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
957 (convert_one_symbol): Update.
958 (hash_symname): Update.
959 (eq_symname): Update.
960 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
961 * compile/compile-cplus-types.c (debug_print_scope): Update.
962 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
963 * compile/compile-object-load.c (get_out_value_type): Update.
964 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
965 (search_symbol_list): Update.
966 (cp_lookup_symbol_imports_or_template): Update.
967 * cp-support.c (overload_list_add_symbol): Update.
968 * ctfread.c (psymtab_to_symtab): Update.
969 * dbxread.c (cp_set_block_scope): Update.
970 * dictionary.c (iter_match_first_hashed): Update.
971 (iter_match_next_hashed): Update.
972 (insert_symbol_hashed): Update.
973 (iter_match_next_linear): Update.
974 * dictionary.h: Update.
975 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
976 (locexpr_describe_location_piece): Update.
977 (locexpr_describe_location_1): Update.
978 (locexpr_generate_c_location): Update.
979 (loclist_describe_location): Update.
980 (loclist_generate_c_location): Update.
981 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
982 (read_func_scope): Update.
983 (process_enumeration_scope): Update.
984 (new_symbol): Update.
985 (dwarf2_const_value): Update.
986 (dwarf2_symbol_mark_computed): Update.
987 * eval.c (evaluate_funcall): Update.
988 (evaluate_subexp_standard): Update.
989 * expprint.c (print_subexp_standard): Update.
990 (dump_subexp_body_standard): Update.
991 * f-valprint.c (info_common_command_for_block): Update.
992 * findvar.c (get_hosting_frame): Update.
993 (default_read_var_value): Update.
994 * go-lang.c (go_symbol_package_name): Update.
995 * guile/scm-block.c (bkscm_print_block_smob): Update.
996 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
997 (gdbscm_symbol_name): Update.
998 (gdbscm_symbol_linkage_name): Update.
999 (gdbscm_symbol_print_name): Update.
1000 * infcall.c (get_function_name): Update.
1001 * infcmd.c (jump_command): Update.
1002 (finish_command): Update.
1003 * infrun.c (insert_exception_resume_breakpoint): Update.
1004 * linespec.c (canonicalize_linespec): Update.
1005 (create_sals_line_offset): Update.
1006 (convert_linespec_to_sals): Update.
1007 (complete_label): Update.
1008 (find_label_symbols_in_block): Update.
1009 * m2-typeprint.c (m2_print_typedef): Update.
1010 * mdebugread.c (mdebug_reg_to_regnum): Update.
1011 (parse_symbol): Update.
1012 (mylookup_symbol): Update.
1013 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
1014 (list_args_or_locals): Update.
1015 * objc-lang.c (compare_selectors): Update.
1016 (info_selectors_command): Update.
1017 (compare_classes): Update.
1018 (info_classes_command): Update.
1019 (find_imps): Update.
1020 * p-typeprint.c (pascal_print_typedef): Update.
1021 * printcmd.c (build_address_symbolic): Update.
1022 (info_address_command): Update.
1023 (print_variable_and_value): Update.
1024 * python/py-framefilter.c (extract_sym): Update.
1025 (py_print_single_arg): Update.
1026 * python/py-symbol.c (sympy_str): Update.
1027 (sympy_get_name): Update.
1028 (sympy_get_linkage_name): Update.
1029 * python/python.c (gdbpy_rbreak): Update.
1030 * record-btrace.c (btrace_get_bfun_name): Update.
1031 (btrace_call_history): Update.
1032 * rust-lang.c (rust_print_typedef): Update.
1033 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
1034 * stabsread.c (stab_reg_to_regnum): Update.
1035 (define_symbol): Update.
1036 (read_enum_type): Update.
1037 (common_block_end): Update.
1038 (cleanup_undefined_types_1): Update.
1039 (scan_file_globals): Update.
1040 * stack.c (print_frame_arg): Update.
1041 (print_frame_args): Update.
1042 (find_frame_funname): Update.
1043 (info_frame_command_core): Update.
1044 (iterate_over_block_locals): Update.
1045 (print_block_frame_labels): Update.
1046 (do_print_variable_and_value): Update.
1047 (iterate_over_block_arg_vars): Update.
1048 (return_command): Update.
1049 * symmisc.c (dump_symtab_1): Update.
1050 (print_symbol): Update.
1051 * symtab.c (eq_symbol_entry): Update.
1052 (symbol_cache_dump): Update.
1053 (lookup_language_this): Update.
1054 (find_pc_sect_line): Update.
1055 (skip_prologue_sal): Update.
1056 (symbol_search::compare_search_syms): Update.
1057 (treg_matches_sym_type_name): Update.
1058 (search_symbols): Update.
1059 (print_symbol_info): Update.
1060 (rbreak_command): Update.
1061 (completion_list_add_symbol): Update.
1062 (find_gnu_ifunc): Update.
1063 (get_symbol_address): Update.
1064 (search_module_symbols): Update.
1065 (info_module_subcommand): Update.
1066 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
1067 (SYMBOL_LINKAGE_NAME): Remove.
1068 (SYMBOL_DEMANGLED_NAME): Remove.
1069 (SYMBOL_PRINT_NAME): Remove.
1070 (SYMBOL_SEARCH_NAME): Remove.
1071 * tracepoint.c (set_traceframe_context): Update.
1072 (validate_actionline): Update.
1073 (collection_list::collect_symbol): Update.
1074 (encode_actions_1): Update.
1075 (info_scope_command): Update.
1076 (print_one_static_tracepoint_marker): Update.
1077 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
1078 * valops.c (address_of_variable): Update.
1079 (find_overload_match): Update.
1080 (find_oload_champ): Update.
1081
c9d95fa3
CB
10822019-11-22 Christian Biesinger <cbiesinger@google.com>
1083
1084 * ada-lang.c (ada_lookup_simple_minsym): Update.
1085 (ada_collect_symbol_completion_matches): Update.
1086 * ada-tasks.c (read_atcb): Update.
1087 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
1088 (amd64_windows_skip_trampoline_code): Update.
1089 * arm-tdep.c (skip_prologue_function): Update.
1090 (arm_skip_stack_protector): Update.
1091 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
1092 (arm_wince_skip_main_prologue): Update.
1093 * ax-gdb.c (gen_expr): Update.
1094 * block.c (call_site_for_pc): Update.
1095 * blockframe.c (find_pc_partial_function): Update.
1096 * breakpoint.c (set_breakpoint_location_function): Update.
1097 * btrace.c (ftrace_print_function_name): Update.
1098 (ftrace_function_switched): Update.
1099 * c-valprint.c (print_unpacked_pointer): Update.
1100 * coffread.c (coff_symfile_read): Update.
1101 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
1102 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
1103 * dwarf-index-write.c (write_psymbols): Update.
1104 * dwarf2loc.c (call_site_to_target_addr): Update.
1105 (func_verify_no_selftailcall): Update.
1106 (tailcall_dump): Update.
1107 (call_site_find_chain_1): Update.
1108 (dwarf_expr_reg_to_entry_parameter): Update.
1109 * elfread.c (elf_gnu_ifunc_record_cache): Update.
1110 * eval.c (evaluate_funcall): Update.
1111 (evaluate_subexp_standard): Update.
1112 (evaluate_subexp_for_sizeof): Update.
1113 * expprint.c (print_subexp_standard): Update.
1114 (dump_subexp_body_standard): Update.
1115 * frame.c (get_prev_frame_always_1): Update.
1116 * frv-tdep.c (frv_skip_main_prologue): Update.
1117 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
1118 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
1119 (gnuv3_get_typename_from_type_info): Update.
1120 (gnuv3_skip_trampoline): Update.
1121 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1122 * i386-tdep.c (i386_skip_main_prologue): Update.
1123 (i386_pe_skip_trampoline_code): Update.
1124 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1125 * infcall.c (get_function_name): Update.
1126 * linespec.c (minsym_found): Update.
1127 * linux-fork.c (info_checkpoints_command): Update.
1128 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1129 (m32c_m16c_pointer_to_address): Update.
1130 * maint.c (maintenance_translate_address): Update.
1131 * minsyms.c (add_minsym_to_hash_table): Update.
1132 (add_minsym_to_demangled_hash_table): Update.
1133 (lookup_minimal_symbol_mangled): Update.
1134 (lookup_minimal_symbol_demangled): Update.
1135 (lookup_minimal_symbol_linkage): Update.
1136 (lookup_minimal_symbol_text): Update.
1137 (lookup_minimal_symbol_by_pc_name): Update.
1138 (minimal_symbol_is_less_than): Update.
1139 (compact_minimal_symbols): Update.
1140 (build_minimal_symbol_hash_tables): Update.
1141 (find_solib_trampoline_target): Update.
1142 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1143 (mips_skip_pic_trampoline_code): Update.
1144 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1145 * objc-lang.c (info_selectors_command): Update.
1146 (info_classes_command): Update.
1147 (find_methods): Update.
1148 (find_imps): Update.
1149 * p-valprint.c (pascal_val_print): Update.
1150 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1151 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1152 * printcmd.c (build_address_symbolic): Update.
1153 (info_symbol_command): Update.
1154 * psymtab.c (psymbol_name_matches): Update.
1155 (match_partial_symbol): Update.
1156 (lookup_partial_symbol): Update.
1157 (print_partial_symbols): Update.
1158 (sort_pst_symbols): Update.
1159 (maintenance_check_psymtabs): Update.
1160 * python/py-framefilter.c (py_print_frame): Update.
1161 * python/python.c (gdbpy_rbreak): Update.
1162 * record-btrace.c (btrace_get_bfun_name): Update.
1163 (btrace_call_history): Update.
1164 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1165 (rs6000_skip_trampoline_code): Update.
1166 * sol-thread.c (info_cb): Update.
1167 * stabsread.c (scan_file_globals): Update.
1168 * stack.c (find_frame_funname): Update.
1169 (info_frame_command_core): Update.
1170 * symmisc.c (dump_msymbols): Update.
1171 * symtab.c (symbol_natural_name): Rename to..,
1172 (general_symbol_info::natural_name): ...this.
1173 (symbol_demangled_name): Rename to...
1174 (general_symbol_info::demangled_name): ...this.
1175 (symbol_search_name): Rename to...
1176 (general_symbol_info::search_name): ...this.
1177 (symbol_matches_search_name): Update.
1178 (find_pc_sect_line): Update.
1179 (skip_prologue_sal): Update.
1180 (search_symbols): Update.
1181 (print_msymbol_info): Update.
1182 (rbreak_command): Update.
1183 (completion_list_add_msymbol): Update.
1184 (completion_list_objc_symbol): Update.
1185 (get_msymbol_address): Update.
1186 * symtab.h (struct general_symbol_info): Add member functions
1187 natural_name (), linkage_name (), print_name (), demangled_name (),
1188 and search_name ().
1189 (SYMBOL_NATURAL_NAME): Update.
1190 (symbol_natural_name): Move to a member function on general_symbol_info.
1191 (SYMBOL_DEMANGLED_NAME): Update.
1192 (symbol_demangled_name): Move to a member function on
1193 general_symbol_info.
1194 (SYMBOL_SEARCH_NAME): Update.
1195 (symbol_search_name): Move to a member function on general_symbol_info.
1196 (MSYMBOL_NATURAL_NAME): Remove.
1197 (MSYMBOL_LINKAGE_NAME): Remove.
1198 (MSYMBOL_PRINT_NAME): Remove.
1199 (MSYMBOL_DEMANGLED_NAME): Remove.
1200 (MSYMBOL_SEARCH_NAME): Remove.
1201 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1202
f8bab2d6
CB
12032019-11-22 Christian Biesinger <cbiesinger@google.com>
1204
1205 * symtab.c (create_demangled_names_hash): Use per_bfd->
1206 minimal_symbol_count for computing the initial size, if greater
1207 than our default size.
1208
85e7588d
TV
12092019-11-22 Tom de Vries <tdevries@suse.de>
1210
1211 * contrib/words.sh: Improve words extraction.
1212
f6180073
TV
12132019-11-22 Tom de Vries <tdevries@suse.de>
1214
1215 * contrib/words.sh: Combine sed invocations.
1216
f10ffa41
CB
12172019-11-21 Christian Biesinger <cbiesinger@google.com>
1218
1219 * Makefile.in: Update.
1220 * demangle.c: Rename to...
1221 * gdb-demangle.c: ..this.
1222 (is_cplus_marker): Change return type to bool.
1223 (_initialize_demangler): Rename to...
1224 (_initialize_gdb_demangle): ...this.
1225 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1226 * symtab.h (demangle): Remove declaration; instead include
1227 gdb-demangle.h.
1228
6ba18521
TT
12292019-11-21 Tom Tromey <tromey@adacore.com>
1230
1231 * gdbsupport/format.c (format_pieces): Parse %I64d.
1232 * unittests/format_pieces-selftests.c (test_windows_formats): New
1233 function.
1234 (run_tests): Call it.
1235
34877895
PJ
12362019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1237
1238 Byte reverse display of variables with DW_END_big, DW_END_little
1239 (DW_AT_endianity) dwarf attributes if different than the native
1240 byte order.
1241 * ada-lang.c (ada_value_binop):
1242 Use type_byte_order instead of gdbarch_byte_order.
1243 * ada-valprint.c (printstr):
1244 (ada_val_print_string):
1245 * ada-lang.c (value_pointer):
1246 (ada_value_binop):
1247 Use type_byte_order instead of gdbarch_byte_order.
1248 * c-lang.c (c_get_string):
1249 Use type_byte_order instead of gdbarch_byte_order.
1250 * c-valprint.c (c_val_print_array):
1251 Use type_byte_order instead of gdbarch_byte_order.
1252 * cp-valprint.c (cp_print_class_member):
1253 Use type_byte_order instead of gdbarch_byte_order.
1254 * dwarf2loc.c (rw_pieced_value):
1255 Use type_byte_order instead of gdbarch_byte_order.
1256 * dwarf2read.c (read_base_type): Handle DW_END_big,
1257 DW_END_little
1258 * f-lang.c (f_get_encoding):
1259 Use type_byte_order instead of gdbarch_byte_order.
1260 * findvar.c (default_read_var_value):
1261 Use type_byte_order instead of gdbarch_byte_order.
1262 * gdbtypes.c (check_types_equal):
1263 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1264 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1265 and TYPE_ENDIANITY_LITTLE if set.
1266 (type_byte_order): new function.
1267 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1268 (struct main_type) <flag_endianity_not_default>:
1269 New field.
1270 (type_byte_order): New function.
1271 * infcmd.c (default_print_one_register_info):
1272 Use type_byte_order instead of gdbarch_byte_order.
1273 * p-lang.c (pascal_printstr):
1274 Use type_byte_order instead of gdbarch_byte_order.
1275 * p-valprint.c (pascal_val_print):
1276 Use type_byte_order instead of gdbarch_byte_order.
1277 * printcmd.c (print_scalar_formatted):
1278 Use type_byte_order instead of gdbarch_byte_order.
1279 * solib-darwin.c (darwin_current_sos):
1280 Use type_byte_order instead of gdbarch_byte_order.
1281 * solib-svr4.c (solib_svr4_r_ldsomap):
1282 Use type_byte_order instead of gdbarch_byte_order.
1283 * stap-probe.c (stap_modify_semaphore):
1284 Use type_byte_order instead of gdbarch_byte_order.
1285 * target-float.c (target_float_same_format_p):
1286 Use type_byte_order instead of gdbarch_byte_order.
1287 * valarith.c (scalar_binop):
1288 (value_bit_index):
1289 Use type_byte_order instead of gdbarch_byte_order.
1290 * valops.c (value_cast):
1291 Use type_byte_order instead of gdbarch_byte_order.
1292 * valprint.c (generic_emit_char):
1293 (generic_printstr):
1294 (val_print_string):
1295 Use type_byte_order instead of gdbarch_byte_order.
1296 * value.c (unpack_long):
1297 (unpack_bits_as_long):
1298 (unpack_value_bitfield):
1299 (modify_field):
1300 (pack_long):
1301 (pack_unsigned_long):
1302 Use type_byte_order instead of gdbarch_byte_order.
1303 * findvar.c (unsigned_pointer_to_address):
1304 (signed_pointer_to_address):
1305 (unsigned_address_to_pointer):
1306 (address_to_signed_pointer):
1307 (default_read_var_value):
1308 (default_value_from_register):
1309 Use type_byte_order instead of gdbarch_byte_order.
1310 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1311 Use type_byte_order instead of gdbarch_byte_order.
1312 * riscv-tdep.c (riscv_print_one_register_info):
1313 Use type_byte_order instead of gdbarch_byte_order.
1314
87fb00ea
SM
13152019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1316
1317 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1318 (current_ui_gdb_stdin_ptr): Likewise.
1319 (current_ui_gdb_stderr_ptr): Likewise.
1320 (current_ui_gdb_stdlog_ptr): Likewise.
1321 (current_ui_current_uiout_ptr): Likewise.
1322 (gen_ret_current_ui_field_ptr): Remove.
1323
65d1cd5f
TV
13242019-11-21 Tom de Vries <tdevries@suse.de>
1325
1326 PR gdb/24956
1327 * cli/cli-script.c (execute_control_command): Only switch to
1328 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1329
9f6ad286
TT
13302019-11-19 Tom Tromey <tom@tromey.com>
1331
1332 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1333 Now static. Change type of "name".
1334 (tui_set_win_height_command): Don't copy "arg".
1335 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1336 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1337
435d3d88
AT
13382019-11-19 Ali Tamur <tamur@google.com>
1339
1340 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1341 "if (attr != nullptr)".
1342 (dwarf2_find_base_address): Likewise.
1343 (dwarf2_build_include_psymtabs): Likewise.
1344 (read_cutu_die_from_dwo): Likewise.
1345 (read_func_scope): Likewise.
1346 (read_call_site_scope): Likewise.
1347 (dwarf2_get_pc_bounds): Likewise.
1348 (dwarf2_record_block_ranges): Likewise.
1349 (dwarf2_add_field): Likewise.
1350 (dwarf2_add_member_fn): Likewise.
1351 (read_structure_type): Likewise.
1352 (read_enumeration_type): Likewise.
1353 (read_array_type): Likewise.
1354 (read_array_order): Likewise.
1355 (read_set_type): Likewise.
1356 (read_common_block): Likewise.
1357 (read_tag_reference_type): Likewise.
1358 (read_tag_string_type): Likewise.
1359 (read_subroutine_type): Likewise.
1360 (read_base_type): Likewise.
1361 (read_subrange_type): Likewise.
1362 (new_symbol): Likewise.
1363 (prepare_one_comp_unit): Likewise.
1364
c9739b6a
TT
13652019-11-19 Tom Tromey <tromey@adacore.com>
1366
1367 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1368 result in error when DebugActiveProcess fails.
1369
494409bb
SDJ
13702019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1371 Pedro Alves <palves@redhat.com>
1372
1373 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1374 * target.c (target_stack::push): Call 'unpush' if there's a
1375 target on top of the stack.
1376
2e953aca
PW
13772019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1378
1379 * python/py-block.c (blpy_dealloc): Call tp_free.
1380 (blpy_block_syms_dealloc): Likewise.
1381 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1382 * python/py-inferior.c (infpy_dealloc): Likewise.
1383 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1384 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1385 * python/py-symbol.c (sympy_dealloc): Likewise.
1386 * python/py-symtab.c (stpy_dealloc): Likewise.
1387 * python/py-type.c (typy_iterator_dealloc): Likewise.
1388
6edc43ec
CB
13892019-11-18 Christian Biesinger <cbiesinger@google.com>
1390
1391 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1392 constructor instead of using a class initializer.
1393
cd850b40
CB
13942019-11-15 Christian Biesinger <cbiesinger@google.com>
1395
1396 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1397 * configure: Regenerate.
1398 * configure.ac: Don't source common.host.
1399 * gdbsupport/common.host: Remove.
1400 * gdbsupport/mingw-strerror.c: Remove.
1401 * gdbsupport/posix-strerror.c: Rename to...
1402 * gdbsupport/safe-strerror.c: ...this.
1403
53fea9c7
CB
14042019-11-15 Christian Biesinger <cbiesinger@google.com>
1405
1406 * maint.c (scoped_command_stats::print_time): Use localtime_r
1407 instead of localtime (provided through gnulib if necessary).
1408 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1409 of ctime.
1410
f8e27d88
CB
14112019-11-15 Christian Biesinger <cbiesinger@google.com>
1412
1413 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1414 avoid compile errors.
1415
5abebf3c
CB
14162019-11-15 Christian Biesinger <cbiesinger@google.com>
1417
1418 * config.in: Regenerate.
1419 * configure: Regenerate.
1420 * gdbsupport/common.m4: No longer check for strerror_r.
1421 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1422 POSIX version of strerror_r, now that gnulib provides it if
1423 necessary.
1424
9a351667
CB
14252019-11-14 Christian Biesinger <cbiesinger@google.com>
1426
1427 * README (`configure' options): Update.
1428
55708e99
TT
14292019-11-14 Tom Tromey <tromey@adacore.com>
1430
1431 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1432 expected type for the RHS if the LHS is a convenience variable.
1433
4b09bb2e
SM
14342019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1435
1436 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1437 Provide explicit default and copy constructor.
1438
bd454f8b
PW
14392019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1440
1441 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1442 only call Py_INCREF (newbp) in the bppy_pending_object case.
1443
d1aa3cf0
TT
14442019-11-13 Tom Tromey <tromey@adacore.com>
1445
1446 PR build/25182:
1447 * psympriv.h (partial_symbol): Remove static assert.
1448 * symtab.h (general_symbol_info, symbol): Remove static assert.
1449
e06f3d6e
AB
14502019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1451
1452 * gdbsupport/format.c (format_pieces::format_pieces): Support
1453 printf 'z' size modifier.
1454 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1455 * printcmd.c (ui_printf): Handle size_t_arg.
1456 * ui-out.c (ui_out::vmessage): Likewise.
1457 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1458 function.
1459 (run_tests): Call test_format_int_sizes.
1460
468c0cbb
CB
14612019-11-12 Christian Biesinger <cbiesinger@google.com>
1462
1463 * ada-exp.y (write_ambiguous_var): Update.
1464 * buildsym.c (add_symbol_to_list): Update.
1465 * dwarf2read.c (read_variable): Update.
1466 (new_symbol): Update.
1467 * jit.c (finalize_symtab): Update.
1468 * language.c (language_alloc_type_symbol): Update.
1469 * symtab.c (fixup_symbol_section): Update.
1470 (initialize_objfile_symbol_1): Move code to...
1471 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1472 (allocate_symbol): Update.
1473 (allocate_template_symbol): Update.
1474 (get_symbol_address): Update.
1475 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1476 of having as a field, and add a constructor.
1477 (SYMBOL_VALUE): Update.
1478 (SYMBOL_VALUE_ADDRESS): Update.
1479 (SET_SYMBOL_VALUE_ADDRESS): Update.
1480 (SYMBOL_VALUE_BYTES): Update.
1481 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1482 (SYMBOL_BLOCK_VALUE): Update.
1483 (SYMBOL_VALUE_CHAIN): Update.
1484 (SYMBOL_LANGUAGE): Update.
1485 (SYMBOL_SECTION): Update.
1486 (SYMBOL_OBJ_SECTION): Update.
1487 (SYMBOL_SET_LANGUAGE): Update.
1488 (SYMBOL_SET_LINKAGE_NAME): Update.
1489 (SYMBOL_SET_NAMES): Update.
1490 (SYMBOL_NATURAL_NAME): Update.
1491 (SYMBOL_LINKAGE_NAME): Update.
1492 (SYMBOL_DEMANGLED_NAME): Update.
1493 (SYMBOL_SEARCH_NAME): Update.
1494 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1495 (struct symbol): Update.
1496 (struct template_symbol): Update.
1497 (struct rust_vtable_symbol): Update.
1498 * xcoffread.c (SYMBOL_DUP): Update.
1499
ed2c82c3
TT
15002019-11-12 Tom Tromey <tom@tromey.com>
1501
1502 * tui/tui-layout.c (show_layout): Set current_layout.
1503 (show_source_disasm_command, show_data)
1504 (show_source_or_disasm_and_command): Don't set current_layout.
1505
d9fcefd5
TT
15062019-11-12 Tom Tromey <tom@tromey.com>
1507
1508 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1509
45e42163
TT
15102019-11-12 Tom Tromey <tom@tromey.com>
1511
1512 * tui/tui-win.c (resize_message): New global.
1513 (show_tui_resize_message): New function.
1514 (tui_async_resize_screen): Print message if requested.
1515 (_initialize_tui_win): Add tui-resize-message setting.
1516 * NEWS: Add entry for new commands.
1517
c86d74cc
TT
15182019-11-11 Tom Tromey <tom@tromey.com>
1519
1520 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1521 functions.
1522
7b7b9424
CB
15232019-11-11 Christian Biesinger <cbiesinger@google.com>
1524
1525 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1526
086baaf1
AB
15272019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1528
1529 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1530 function.
1531 * python/python-internal.h (gdbpy_lookup_static_symbols):
1532 Declare new function.
1533 * python/python.c (python_GdbMethods): Add
1534 gdb.lookup_static_symbols method.
1535 * NEWS: Mention gdb.lookup_static_symbols.
1536
09ff83af
AB
15372019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1538
1539 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1540 static block of current object file first. Also fix typo in
1541 header comment.
1542
eb2dd8df
AB
15432019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1544
1545 * stack.c (set_last_displayed_sal): Delete.
1546 (last_displayed_sal_valid): Delete.
1547 (last_displayed_pspace): Delete.
1548 (last_displayed_addr): Delete.
1549 (last_displayed_symtab): Delete.
1550 (last_displayed_line): Delete.
1551 (class last_displayed_symtab_info_type): New.
1552 (last_displayed_symtab_info): New static global variable.
1553 (print_frame_info): Call methods on last_displayed_symtab_info.
1554 (clear_last_displayed_sal): Update header comment, and make use of
1555 last_displayed_symtab_info.
1556 (last_displayed_sal_is_valid): Likewise.
1557 (get_last_displayed_pspace): Likewise.
1558 (get_last_displayed_addr): Likewise.
1559 (get_last_displayed_symtab): Likewise.
1560 (get_last_displayed_line): Likewise.
1561 (get_last_displayed_sal): Likewise.
1562 * stack.h (clear_last_displayed_sal): Update header comment.
1563 (last_displayed_sal_is_valid): Likewise.
1564 (get_last_displayed_pspace): Likewise.
1565 (get_last_displayed_addr): Likewise.
1566 (get_last_displayed_symtab): Likewise.
1567 (get_last_displayed_line): Likewise.
1568 (get_last_displayed_sal): Likewise.
1569
62137775
AB
15702019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1571
1572 * stack.c (frame_show_address): Convert return type to bool.
1573 * stack.h (frame_show_address): Likewise, and update header
1574 comment.
1575
cf57ad6d
AB
15762019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1577
1578 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1579 * unittests/vec-utils-selftests.c: New file.
1580 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1581
0b026263
TT
15822019-11-10 Tom Tromey <tom@tromey.com>
1583
1584 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1585 (tui_highlight_win): Likewise.
1586 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1587 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1588 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1589 Don't set can_highlight.
1590
b049ce2d
TT
15912019-11-10 Tom Tromey <tom@tromey.com>
1592
1593 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1594 Remove unused declaration.
1595
992a7040
TT
15962019-11-08 Tom Tromey <tromey@adacore.com>
1597
1598 * top.c (read_command_file): Update.
1599 (command_line_input): Make return type const.
1600 * python/py-gdb-readline.c: Update.
1601 * linespec.c (decode_line_2): Update.
1602 * defs.h (command_line_input): Make return type const.
1603 * cli/cli-script.c (read_next_line): Make return type const.
1604 * ada-lang.c (get_selections): Update.
1605
ca3a04f6
CB
16062019-11-06 Christian Biesinger <cbiesinger@google.com>
1607
1608 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1609 * mi/mi-main.c (output_cores): Likewise.
1610 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1611 (linux_xfer_osdata_modules): Likewise.
1612 * remote.c (register_remote_support_xml): Likewise.
1613 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1614 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1615
e0eac551
TT
16162019-11-06 Tom Tromey <tom@tromey.com>
1617
1618 * tui/tui-interp.c: Don't include readline.h.
1619 * tui/tui-hooks.c: Don't include readline.h.
1620 * symmisc.c: Include tilde.h, not readline.h.
1621 * symfile.c: Include tilde.h, not readline.h.
1622 * source.c: Include tilde.h, not readline.h.
1623 * solib.c: Include tilde.h, not readline.h.
1624 * psymtab.c: Include tilde.h, not readline.h.
1625 * exec.c: Include tilde.h, not readline.h.
1626 * corelow.c: Include tilde.h, not readline.h.
1627 * cli/cli-dump.c: Include tilde.h, not readline.h.
1628 * cli/cli-cmds.c: Don't include readline.h.
1629
825165c5
TT
16302019-11-05 Tom Tromey <tom@tromey.com>
1631
1632 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1633 (tui_disassemble): Set addr_size.
1634 (tui_disasm_window::set_contents): Use addr_size.
1635
91ae903f
TT
16362019-11-05 Tom Tromey <tom@tromey.com>
1637
1638 * rust-lang.c (rust_language_defn): Update.
1639 * python/py-value.c (valpy_string): Call c_get_string.
1640 * p-lang.c (pascal_language_defn): Update.
1641 * opencl-lang.c (opencl_language_defn): Update.
1642 * objc-lang.c (objc_language_defn): Update.
1643 * m2-lang.c (m2_language_defn): Update.
1644 * language.c (unknown_language_defn, auto_language_defn): Update.
1645 (default_get_string): Remove.
1646 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1647 * go-lang.c (go_language_defn): Update.
1648 * f-lang.c (f_language_defn): Update.
1649 * d-lang.c (d_language_defn): Update.
1650 * c-lang.c (c_language_defn, cplus_language_defn)
1651 (asm_language_defn, minimal_language_defn): Update.
1652 * ada-lang.c (ada_language_defn): Update.
1653 * language.h (struct language_defn) <la_get_string>: Remove.
1654 (LA_GET_STRING): Remove.
1655 (default_get_string): Don't declare.
1656
1df2f9ef
TT
16572019-11-05 Tom Tromey <tom@tromey.com>
1658
1659 * tui/tui-source.h (struct tui_source_window): Inline
1660 constructor. Remove destructor.
1661 <style_changed, m_observable>: Move to superclass.
1662 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1663 (struct tui_source_window_base): Move private members to end.
1664 <style_changed, m_observable>: Move from tui_source_window.
1665 * tui/tui-winsource.c (tui_copy_source_line): Move from
1666 tui-source.c. Rename from copy_source_line. Add special handling
1667 for negative line number.
1668 (tui_source_window_base::style_changed): Move from
1669 tui_source_window.
1670 (tui_source_window_base): Register observer.
1671 (~tui_source_window_base): New.
1672 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1673 rename.
1674 (tui_source_window::set_contents): Use tui_copy_source_line.
1675 (tui_source_window::tui_source_window): Move to tui-source.h.
1676 (tui_source_window::~tui_source_window): Remove.
1677 (tui_source_window::style_changed): Move to superclass.
1678 * tui/tui-disasm.c (tui_disassemble): Create string file with
1679 styling, when possible. Add "addr_size" parameter.
1680 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1681 Don't compute maximum size.
1682 (len_without_escapes): New function
1683
5d051055
TT
16842019-11-05 Tom Tromey <tom@tromey.com>
1685
1686 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1687 std::string.
1688 * tui/tui-winsource.c (tui_show_source_line): Update.
1689 * tui/tui-source.c (tui_source_window::set_contents): Update.
1690 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1691
ade7beea
CB
16922019-11-05 Christian Biesinger <cbiesinger@google.com>
1693
1694 * symtab.h (gdb_static_assert): Put && operator at the beginning
1695 of the line instead of the end.
1696
3573abe1
CB
16972019-11-04 Christian Biesinger <cbiesinger@google.com>
1698
1699 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1700 and sizeof (symbol).
1701 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1702
dae8b3eb
RO
17032019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1704
1705 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1706 * configure.host: Mark *-*-solaris2.10* obsolete.
1707 * configure.tgt: Mark Solaris < 11 obsolete.
1708 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1709 Update target triplet.
1710
5df96a4e
TT
17112019-11-01 Tom Tromey <tromey@adacore.com>
1712
1713 * utils.c (print_sys_errmsg): Simplify.
1714
b7481649
TT
17152019-11-01 Tom Tromey <tromey@adacore.com>
1716
1717 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1718
e48f6033
CB
17192019-11-01 Christian Biesinger <cbiesinger@google.com>
1720
1721 * configure: Regenerate.
1722 * configure.ac: Remove check for strerror_r.
1723 * gdbsupport/common.m4: Check for strerror_r.
1724
bd5766ec
LM
17252019-11-01 Luis Machado <luis.machado@linaro.org>
1726
1727 PR gdb/25124
1728
1729 * arm-tdep.c (arm_per_objfile): Rename to ...
1730 (arm_per_bfd): ... this.
1731 (arm_objfile_data_key): Rename to ...
1732 (arm_bfd_data_key): ... this.
1733 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1734 data.
1735 (arm_record_special_symbol): Likewise.
1736
e1709896
AB
17372019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1738
1739 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1740 end.
1741 * c-typeprint.c (c_print_typedef): Likewise.
1742 * f-typeprint.c (f_print_typedef): Likewise.
1743 * m2-typeprint.c (m2_print_typedef): Likewise.
1744 * p-typeprint.c (pascal_print_typedef): Likewise.
1745 * rust-lang.c (rust_print_typedef): Likewise.
1746 * symtab.c (print_symbol_info): Print a newline after calling
1747 typedef_print.
1748
165f8965
AB
17492019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1750
1751 * symtab.c (info_module_cmdlist): New variable.
1752 (info_module_command): New function.
1753 (search_module_symbols): New function.
1754 (info_module_subcommand): New function.
1755 (struct info_modules_var_func_options): New struct.
1756 (info_modules_var_func_options_defs): New variable.
1757 (make_info_modules_var_func_options_def_group): New function.
1758 (info_module_functions_command): New function.
1759 (info_module_variables_command): New function.
1760 (info_module_var_func_command_completer): New function.
1761 (_initialize_symtab): Register new 'info module functions' and
1762 'info module variables' commands.
1763 * symtab.h (typedef symbol_search_in_module): New typedef.
1764 (search_module_symbols): Declare new function.
1765 * NEWS: Mention new commands.
1766
59c35742
AB
17672019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1768
1769 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1770 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1771 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1772 MODULES_DOMAIN.
1773 (scan_partial_symbols): Only create partial module symbols for non
1774 declarations.
1775 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1776 and MODULES_DOMAIN.
1777 * symtab.c (search_domain_name): Likewise.
1778 (search_symbols): Likewise.
1779 (print_symbol_info): Likewise.
1780 (symtab_symbol_info): Likewise.
1781 (info_modules_command): New function.
1782 (_initialize_symtab): Register 'info modules' command.
1783 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1784 * NEWS: Mention new 'info modules' command.
1785
aed61d02
PW
17862019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1787
1788 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1789 and $_gdb_maint_setting_str.
1790
9ad9b77d
PW
17912019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1792
1793 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1794 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1795 (str_value_from_setting, gdb_setting_str_internal_fn)
1796 (gdb_maint_setting_str_internal_fn): New functions.
1797 (_initialize_cli_cmds): Define the new convenience functions.
1798 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1799 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1800
8d6efaa2
CB
18012019-10-31 Christian Biesinger <cbiesinger@google.com>
1802
1803 * agent.c (set_can_use_agent): When the setting is turned on,
1804 look up agent symbols if we don't have them yet.
1805 (agent_new_objfile): Don't look up agent symbols when the agent
1806 setting is off.
1807
33cb1647
CB
18082019-10-31 Christian Biesinger <cbiesinger@google.com>
1809
1810 * config.in: Regenerate.
1811
b231e86a
CB
18122019-10-31 Christian Biesinger <cbiesinger@google.com>
1813
1814 * configure: Regenerate.
1815 * configure.ac: Check for strerror_r.
1816 * gdbsupport/common-utils.h (safe_strerror): Change return value
1817 to const char * and document that this function is now threadsafe.
1818 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1819 thread_local and call strerror_r, if available.
1820 * utils.c (perror_string): Update.
1821 (print_sys_errmsg): Update.
1822
a2726d4f
LM
18232019-10-31 Luis Machado <luis.machado@linaro.org>
1824
1825 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1826 objfile_key.
1827 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1828 objfile to fetch per-bfd data.
1829 (arm_find_exidx_entry): Likewise.
1830
75cafaa6
CB
18312019-10-31 Christian Biesinger <cbiesinger@google.com>
1832
1833 * gdbsupport/agent.c (debug_agent): Change type to bool.
1834 (use_agent): Likewise.
1835 (all_agent_symbols_look_up): Likewise.
1836 (agent_loaded_p): Change return value to bool.
1837 (agent_look_up_symbols): Update.
1838 (agent_capability_check): Change return value to bool.
1839 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1840 (debug_agent): Change type to bool.
1841 (use_agent): Likewise.
1842 (agent_capability_check): Change return value to bool.
1843
808590ec
CB
18442019-10-30 Christian Biesinger <cbiesinger@google.com>
1845
1846 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1847 (build_minimal_symbol_hash_tables): Code to clear the table moved
1848 to clear_minimal_symbol_hash_tables.
1849 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1850 when needed.
1851
f18ad8a1
SM
18522019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1853
1854 * infcmd.c: Remove includes.
1855 * infrun.c: Remove includes.
1856
de93309a
SM
18572019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1858
1859 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1860 (grow_vect): Remove declaration.
1861 (ada_type_of_array): Remove declaration.
1862 (ada_update_initial_language): Remove declaration.
1863 (ada_fold_name): Remove declaration.
1864 (ada_fill_in_ada_prototype): Remove declaration.
1865 (user_select_syms): Remove declaration.
1866 (get_selections): Remove declaration.
1867 (ada_tag_type): Remove declaration.
1868 (ada_value_tag): Remove declaration.
1869 (ada_is_others_clause): Remove declaration.
1870 (ada_in_variant): Remove declaration.
1871 (ada_value_struct_elt): Remove declaration.
1872 (ada_attribute_name): Remove declaration.
1873 (ada_system_address_type): Remove declaration.
1874 * ada-lang.c (ada_watch_location_expression): Make static.
1875 (GROW_VECT): Move here from ada-lang.h.
1876 (grow_vect): Make static.
1877 (ada_update_initial_language): Make static.
1878 (ada_fold_name): Make static.
1879 (ada_type_of_array): Make static.
1880 (encoded_ordered_before): Move up.
1881 (sort_choices): Move up.
1882 (print_signatures): Move up.
1883 (ada_print_symbol_signature): Move up.
1884 (get_selections): Move up and make static.
1885 (user_select_syms): Move up and make static.
1886 (ada_value_struct_elt): Move up and make static.
1887 (ada_tag_type): Make static.
1888 (ada_value_tag): Make static.
1889 (ada_is_others_clause): Make static.
1890 (ada_in_variant): Make static.
1891 (ada_attribute_name): Make static.
1892
cdc46a9f
SM
18932019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1894
1895 * ada-lang.c: Remove includes.
1896 * ada-typeprint.c: Remove includes.
1897 * ada-valprint.c: Remove includes.
1898
90421c56
SM
18992019-10-29 Simon Marchi <simon.marchi@efficios.com>
1900
1901 * addrmap.c: Add static assertions of type size, moved from
1902 _initialize_addrmap.
1903 (_initialize_addrmap): Remove.
1904
31edb802
CB
19052019-10-29 Christian Biesinger <cbiesinger@google.com>
1906
1907 * coffread.c (record_minimal_symbol): Update.
1908 (process_coff_symbol): Update.
1909 * dbxread.c (read_dbx_symtab): Update.
1910 * dwarf2read.c (add_partial_symbol): Update.
1911 (fixup_go_packaging): Update.
1912 (load_partial_dies): Update.
1913 (new_symbol): Update.
1914 * elfread.c (record_minimal_symbol): Change signature to use
1915 gdb::string_view instead of name+len.
1916 (elf_symtab_read): Update.
1917 (elf_rel_plt_read): Update.
1918 * mdebugread.c (parse_partial_symbols): Update.
1919 (handle_psymbol_enumerators): Update.
1920 (new_symbol): Update.
1921 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1922 to use gdb::string_view instead of name+len.
1923 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1924 * psympriv.h (add_psymbol_to_list): Likewise.
1925 * psymtab.c (add_psymbol_to_bcache): Likewise.
1926 (add_psymbol_to_list): Likewise.
1927 * stabsread.c (define_symbol): Update.
1928 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1929 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1930 (symbol_set_names): Likewise.
1931 * xcoffread.c (scan_xcoff_symtab): Update.
1932
0c921b21
CB
19332019-10-29 Christian Biesinger <cbiesinger@google.com>
1934
1935 * symtab.h (symbol_set_names): Document that copy_name must be
1936 set to true for non-nullterminated strings.
1937 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1938 linkage_name if the entry was not found and we need to demangle.
1939
35e65c49
CB
19402019-10-29 Christian Biesinger <cbiesinger@google.com>
1941
1942 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1943 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1944 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1945 * gdbsupport/gdb_binary_search.h: New file.
1946
ed2a2229
CB
19472019-10-29 Christian Biesinger <cbiesinger@google.com>
1948
1949 * NEWS: Mention new --with-system-gdbinit-dir option.
1950 * config.in: Regenerate.
1951 * configure: Regenerate.
1952 * configure.ac: Add new option --with-system-gdbinit-dir.
1953 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1954 for a ".gdb" suffix.
1955 * main.c (get_init_files): Change system_gdbinit argument to
1956 a vector and return the files in SYSTEM_GDBINIT_DIR in
1957 addition to SYSTEM_GDBINIT.
1958 (captured_main_1): Update.
1959 (print_gdb_help): Update.
1960 * top.c (print_gdb_configuration): Also print the value of
1961 SYSTEM_GDBINIT_DIR.
1962
87f34879
CB
19632019-10-28 Christian Biesinger <cbiesinger@google.com>
1964
1965 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1966 that takes gdb::string_view arguments.
1967
30baf67b
TV
19682019-10-26 Tom de Vries <tdevries@suse.de>
1969
1970 * aarch64-linux-tdep.c: Fix typos in comments.
1971 * aarch64-tdep.c: Same.
1972 * ada-lang.c: Same.
1973 * amd64-nat.c: Same.
1974 * arc-tdep.c: Same.
1975 * arch/aarch64-insn.c: Same.
1976 * block.c: Same.
1977 * breakpoint.h: Same.
1978 * btrace.h: Same.
1979 * c-varobj.c: Same.
1980 * cli/cli-decode.c: Same.
1981 * cli/cli-script.c: Same.
1982 * cli/cli-utils.h: Same.
1983 * coff-pe-read.c: Same.
1984 * coffread.c: Same.
1985 * compile/compile-cplus-symbols.c: Same.
1986 * compile/compile-object-run.c: Same.
1987 * completer.c: Same.
1988 * corelow.c: Same.
1989 * cp-support.c: Same.
1990 * demangle.c: Same.
1991 * dwarf-index-write.c: Same.
1992 * dwarf2-frame.c: Same.
1993 * dwarf2-frame.h: Same.
1994 * eval.c: Same.
1995 * frame-base.h: Same.
1996 * frame.h: Same.
1997 * gdbcmd.h: Same.
1998 * gdbtypes.h: Same.
1999 * gnu-nat.c: Same.
2000 * guile/scm-objfile.c: Same.
2001 * i386-tdep.c: Same.
2002 * i386-tdep.h: Same.
2003 * infcall.c: Same.
2004 * infcall.h: Same.
2005 * linux-nat.c: Same.
2006 * m68k-tdep.c: Same.
2007 * macroexp.c: Same.
2008 * memattr.c: Same.
2009 * mi/mi-cmd-disas.c: Same.
2010 * mi/mi-getopt.h: Same.
2011 * mi/mi-main.c: Same.
2012 * minsyms.c: Same.
2013 * nat/aarch64-sve-linux-sigcontext.h: Same.
2014 * objfiles.h: Same.
2015 * ppc-linux-nat.c: Same.
2016 * ppc-linux-tdep.c: Same.
2017 * ppc-tdep.h: Same.
2018 * progspace.h: Same.
2019 * prologue-value.h: Same.
2020 * python/py-evtregistry.c: Same.
2021 * python/py-instruction.h: Same.
2022 * record-btrace.c: Same.
2023 * record-full.c: Same.
2024 * remote.c: Same.
2025 * rs6000-tdep.c: Same.
2026 * ser-tcp.c: Same.
2027 * sol-thread.c: Same.
2028 * sparc-sol2-tdep.c: Same.
2029 * sparc64-tdep.c: Same.
2030 * stabsread.c: Same.
2031 * symfile.c: Same.
2032 * symtab.h: Same.
2033 * target.c: Same.
2034 * tracepoint.c: Same.
2035 * tui/tui-data.h: Same.
2036 * tui/tui-io.c: Same.
2037 * tui/tui-win.c: Same.
2038 * tui/tui.c: Same.
2039 * unittests/rsp-low-selftests.c: Same.
2040 * user-regs.h: Same.
2041 * utils.c: Same.
2042 * utils.h: Same.
2043 * valarith.c: Same.
2044 * valops.c: Same.
2045 * valprint.c: Same.
2046 * valprint.h: Same.
2047 * value.c: Same.
2048 * value.h: Same.
2049 * varobj.c: Same.
2050 * x86-nat.h: Same.
2051 * xtensa-tdep.c: Same.
2052
1834d45f
AT
20532019-10-25 Ali Tamur <tamur@google.com>
2054
2055 * charset.c (find_charset_names): Reflect API change.
2056
5396ae17
CB
20572019-10-25 Christian Biesinger <cbiesinger@google.com>
2058
2059 * symtab.c (struct demangled_name_entry): Change demangled name
2060 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
2061 part of the struct anymore.
2062 (symbol_set_names): No longer obstack allocate + copy the demangled
2063 name, just store the allocated name from bfd.
2064
93878f47
TT
20652019-10-25 Tom Tromey <tromey@adacore.com>
2066
2067 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
2068 (bsearch_cie_cmp, add_cie): Remove.
2069 (find_cie): Reimplement.
2070 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
2071 (dwarf2_build_frame_info): Update.
2072
7b71fc97
L
20732019-10-24 H.J. Lu <hongjiu.lu@intel.com>
2074
2075 PR gdb/25126
2076 * symfile.c (reread_symbols): Call forget_cached_source_info to
2077 clear the stale source cache.
2078
cbb5a2ea
CB
20792019-10-24 Christian Biesinger <cbiesinger@google.com>
2080
2081 * configure: Regenerate.
2082 * configure.ac: Remove code that sets python_has_threads.
2083
71737c43
CB
20842019-10-24 Christian Biesinger <cbiesinger@google.com>
2085
2086 * config.in: Regenerate.
2087 * configure: Regenerate.
2088 * configure.ac: Remove the code that uses sed to get the python
2089 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
2090
33d569b7
AB
20912019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2092
2093 * python/py-progspace.c (pspy_block_for_pc): Return None for all
2094 error paths.
2095
f16f7b7c
TT
20962019-10-23 Tom Tromey <tom@tromey.com>
2097
2098 * arc-tdep.c: Remove ".." from include.
2099 * frv-tdep.c: Remove ".." from include.
2100 * lm32-tdep.c: Remove ".." from include.
2101 * microblaze-tdep.c: Remove ".." from include.
2102 * or1k-tdep.h: Remove ".." from include.
2103 * s12z-tdep.c: Remove ".." from include.
2104 * Makefile.in (OPCODES_CFLAGS): Add comment.
2105 (TOP_CFLAGS): New variable.
2106 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
2107
6999161a
TT
21082019-10-23 Tom Tromey <tom@tromey.com>
2109
2110 * Makefile.in (READLINE_DIR): Update.
2111
12e7c35e
TBA
21122019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2113
2114 * infcall.c (call_function_by_hand_dummy): Fix the function
2115 comment. And extract out a code section into...
2116 (reserve_stack_space): ...this new function.
2117
37055cad
TBA
21182019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2119
2120 * infcall.c (value_arg_coerce): Remove an unused parameter.
2121 (call_function_by_hand_dummy): Update the call to
2122 'value_arg_coerce'.
2123
39bcc47c
TBA
21242019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2125
2126 * infcall.c (call_function_by_hand_dummy): Refactor.
2127
bd888c0f
TBA
21282019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2129
2130 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2131
c12d372d
TT
21322019-10-23 Tom Tromey <tom@tromey.com>
2133
2134 * configure: Rebuild.
2135 * configure.ac: Don't check for sigprocmask.
2136 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2137
4d0b984b
TT
21382019-10-23 Tom Tromey <tom@tromey.com>
2139
2140 * configure: Rebuild.
2141 * acinclude.m4: Use m4_include, not sinclude.
2142
7e785608
TV
21432019-10-23 Tom de Vries <tdevries@suse.de>
2144
2145 PR breakpoints/24687
2146 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2147
403772ef
CB
21482019-10-22 Christian Biesinger <cbiesinger@google.com>
2149
2150 * symtab.c (struct demangled_name_entry) <language>: Change from
2151 bitfield to regular variable.
2152
3a494279
CB
21532019-10-22 Christian Biesinger <cbiesinger@google.com>
2154
2155 * symtab.c (struct demangled_name_entry): Add a constructor.
2156 (free_demangled_name_entry): New function to call the destructor
2157 for demangled_name_entry.
2158 (create_demangled_names_hash): Pass free_demangled_name_entry to
2159 htab_create_alloc.
2160 (symbol_set_names): Call placement new for demangled_name_entry.
2161 * utils.c: No longer include xxhash.h here, now that fast_hash
2162 is inlined in the header.
2163 * utils.h: Instead, include it here.
2164
ccb1ba62
CB
21652019-10-22 Christian Biesinger <cbiesinger@google.com>
2166
2167 * Makefile.in: Link with libxxhash.
2168 * config.in: Regenerate.
2169 * configure: Regenerate.
2170 * configure.ac: Search for libxxhash.
2171 * utils.c (fast_hash): Use xxhash if present.
2172
1a6ff1a9
CB
21732019-10-22 Christian Biesinger <cbiesinger@google.com>
2174
2175 * utils.h (fast_hash): New function.
2176 * symtab.c (hash_demangled_name_entry): Call new function
2177 fast_hash.
2178
7bb43059
CB
21792019-10-22 Christian Biesinger <cbiesinger@google.com>
2180
2181 * symtab.c (struct demangled_name_entry): Change type of mangled
2182 to gdb::string_view. Also adds a constructor that takes the
2183 mangled name.
2184 (hash_demangled_name_entry): Update.
2185 (eq_demangled_name_entry): Update.
2186 (free_demangled_name_entry): New function to call the destructor
2187 now that this is not a POD anymore.
2188 (create_demangled_names_hash): Pass free_demangled_name_entry to
2189 htab_create_alloc.
2190 (symbol_set_names): Update.
2191
7ba99d21
AT
21922019-10-21 Ali Tamur <tamu@google.com>
2193
2194 * dwarf2read.c (dir_index): Change type.
2195 (file_name_index): Likewise.
2196 (line_header::include_dir_at): Change comment and implementation on
2197 whether it is DWARF 5.
2198 (line_header::is_valid_file_index): New function.
2199 (line_header::file_name_at): Change comment and implementation on
2200 whether it is DWARF 5.
2201 (line_header::file_names): Change to private field renamed as
2202 m_file_names and introduce a new accessor method.
2203 (line_header::file_names_size): New method.
2204 (line_header::include_dirs): Change to private field and rename as
2205 m_include_dirs.
2206 (dw2_get_file_names_reader): Define local var at a smaller scope and
2207 reflect API change.
2208 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2209 (process_structure_scope): Likewise.
2210 (line_header::add_include_dir): Change message and reflect renaming.
2211 (line_header::add_file_name): Likewise.
2212 (read_formatted_entries): Handle DW_FORM_data16.
2213 (dwarf_decode_line_header): Fix line header length calculation.
2214 (psymtab_include_file_name): Change comment and API.
2215 (lnp_state_machine::m_file): Update comment and reflect type change.
2216 (lnp_state_machine::record_line): Reflect type change.
2217 (dwarf_decode_lines): Reflect API change.
2218 (file_file_name): Likewise.
2219 (file_full_name): Likewise.
2220
45f47c3a
AB
22212019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2224
e5f3c0e3
TT
22252019-10-21 Tom Tromey <tom@tromey.com>
2226
2227 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2228
a0a461e5
TT
22292019-10-21 Tom Tromey <tom@tromey.com>
2230
2231 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2232 NM_H. Use AC_CONFIG_LINKS.
2233 * configure: Rebuild.
2234 * Makefile.in (NM_H): New variable.
2235 (generated_files): Add NM_H. Remove gcore.
2236 (nm.h, stamp-nmh): New targets.
2237
54d83b8d
TT
22382019-10-20 Tom Tromey <tom@tromey.com>
2239
2240 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2241 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2242 obsolete comment.
2243 (put_objfile_before): Now static.
2244
23771117
SM
22452019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2246
2247 * gdbsupport/common-utils.h (startswith): Change return type to
2248 bool.
2249
39ef2f62
CB
22502019-10-19 Christian Biesinger <cbiesinger@google.com>
2251
2252 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2253 * breakpoint.c (bp_locations_compare): Rename to...
2254 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2255 (update_global_location_list): Use std::sort instead of qsort.
2256 * buildsym.c (compare_line_numbers): Rename to...
2257 (lte_is_less_than): ...this, and change to std::sort semantics.
2258 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2259 instead of qsort.
2260 * disasm.c (compare_lines): Rename to...
2261 (line_is_less_than): ...this, and change to std::sort semantics.
2262 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2263 of qsort.
2264 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2265 (fde_is_less_than): ...this, and change to std::sort semantics.
2266 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2267 * mdebugread.c (compare_blocks):
2268 (block_is_less_than): ...this, and change to std::sort semantics.
2269 (sort_blocks): Call std::sort instead of qsort.
2270 * objfiles.c (qsort_cmp): Rename to...
2271 (sort_cmp): ...this, and change to std::sort semantics.
2272 (update_section_map): Call std::sort instead of qsort.
2273 * remote.c (compare_pnums): Remove.
2274 (map_regcache_remote_table): Call std::sort instead of qsort.
2275 * utils.c (compare_positive_ints): Remove.
2276 * utils.h (compare_positive_ints): Remove.
2277 * xcoffread.c (compare_lte): Remove.
2278 (arrange_linetable): Call std::sort instead of qsort.
2279
f71433ee
SDJ
22802019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2281
2282 * symfile.c (init_entry_point_info): Fix typo.
2283 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2284
85102364
TV
22852019-10-18 Tom de Vries <tdevries@suse.de>
2286
2287 * aarch64-tdep.c: Fix typos in comments.
2288 * ada-lang.c: Same.
2289 * ada-tasks.c: Same.
2290 * alpha-tdep.c: Same.
2291 * alpha-tdep.h: Same.
2292 * amd64-nat.c: Same.
2293 * amd64-windows-tdep.c: Same.
2294 * arc-tdep.c: Same.
2295 * arc-tdep.h: Same.
2296 * arch-utils.c: Same.
2297 * arm-nbsd-tdep.c: Same.
2298 * arm-tdep.c: Same.
2299 * ax-gdb.c: Same.
2300 * blockframe.c: Same.
2301 * btrace.c: Same.
2302 * c-varobj.c: Same.
2303 * coff-pe-read.c: Same.
2304 * coffread.c: Same.
2305 * cris-tdep.c: Same.
2306 * darwin-nat.c: Same.
2307 * dbxread.c: Same.
2308 * dcache.c: Same.
2309 * disasm.c: Same.
2310 * dtrace-probe.c: Same.
2311 * dwarf-index-write.c: Same.
2312 * dwarf2-frame-tailcall.c: Same.
2313 * dwarf2-frame.c: Same.
2314 * dwarf2read.c: Same.
2315 * eval.c: Same.
2316 * exceptions.c: Same.
2317 * fbsd-tdep.c: Same.
2318 * findvar.c: Same.
2319 * frame.c: Same.
2320 * frv-tdep.c: Same.
2321 * gnu-v3-abi.c: Same.
2322 * go32-nat.c: Same.
2323 * h8300-tdep.c: Same.
2324 * hppa-tdep.c: Same.
2325 * i386-linux-tdep.c: Same.
2326 * i386-tdep.c: Same.
2327 * ia64-libunwind-tdep.c: Same.
2328 * ia64-tdep.c: Same.
2329 * infcmd.c: Same.
2330 * infrun.c: Same.
2331 * linespec.c: Same.
2332 * linux-nat.c: Same.
2333 * linux-thread-db.c: Same.
2334 * machoread.c: Same.
2335 * mdebugread.c: Same.
2336 * mep-tdep.c: Same.
2337 * mn10300-tdep.c: Same.
2338 * namespace.c: Same.
2339 * objfiles.c: Same.
2340 * opencl-lang.c: Same.
2341 * or1k-tdep.c: Same.
2342 * osabi.c: Same.
2343 * ppc-linux-nat.c: Same.
2344 * ppc-linux-tdep.c: Same.
2345 * ppc-sysv-tdep.c: Same.
2346 * printcmd.c: Same.
2347 * procfs.c: Same.
2348 * record-btrace.c: Same.
2349 * record-full.c: Same.
2350 * remote-fileio.c: Same.
2351 * remote.c: Same.
2352 * rs6000-tdep.c: Same.
2353 * s12z-tdep.c: Same.
2354 * score-tdep.c: Same.
2355 * ser-base.c: Same.
2356 * ser-go32.c: Same.
2357 * skip.c: Same.
2358 * sol-thread.c: Same.
2359 * solib-svr4.c: Same.
2360 * solib.c: Same.
2361 * source.c: Same.
2362 * sparc-nat.c: Same.
2363 * sparc-sol2-tdep.c: Same.
2364 * sparc-tdep.c: Same.
2365 * sparc64-tdep.c: Same.
2366 * stabsread.c: Same.
2367 * stack.c: Same.
2368 * symfile.c: Same.
2369 * symtab.c: Same.
2370 * target-descriptions.c: Same.
2371 * target-float.c: Same.
2372 * thread.c: Same.
2373 * utils.c: Same.
2374 * valops.c: Same.
2375 * valprint.c: Same.
2376 * value.c: Same.
2377 * varobj.c: Same.
2378 * windows-nat.c: Same.
2379 * xcoffread.c: Same.
2380 * xstormy16-tdep.c: Same.
2381 * xtensa-tdep.c: Same.
2382
c5adaa19
TT
23832019-10-17 Tom Tromey <tromey@adacore.com>
2384
2385 * configure: Rebuild.
2386 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2387 in AC_CONFIG_FILES invocation.
2388 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2389 new-style config.status invocation.
2390
405feb71
TV
23912019-10-17 Tom de Vries <tdevries@suse.de>
2392
2393 * arm-nbsd-nat.c: Fix typos in comments.
2394 * arm-tdep.c: Same.
2395 * darwin-nat-info.c: Same.
2396 * dwarf2read.c: Same.
2397 * elfread.c: Same.
2398 * event-top.c: Same.
2399 * findvar.c: Same.
2400 * gdbtypes.c: Same.
2401 * hppa-tdep.c: Same.
2402 * i386-tdep.c: Same.
2403 * jit.c: Same.
2404 * main.c: Same.
2405 * mdebugread.c: Same.
2406 * moxie-tdep.c: Same.
2407 * nto-procfs.c: Same.
2408 * osabi.c: Same.
2409 * ppc-linux-tdep.c: Same.
2410 * remote.c: Same.
2411 * riscv-tdep.c: Same.
2412 * s390-tdep.c: Same.
2413 * sh-tdep.c: Same.
2414 * sparc-linux-tdep.c: Same.
2415 * sparc-nat.c: Same.
2416 * stack.c: Same.
2417 * target-descriptions.c: Same.
2418 * top.c: Same.
2419 * varobj.c: Same.
2420
befcd486
TT
24212019-10-16 Tom Tromey <tom@tromey.com>
2422
2423 * objfiles.h (struct objfile) <original_name>: Now const.
2424
17bfe554
CB
24252019-10-16 Christian Biesinger <cbiesinger@google.com>
2426
2427 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2428 pass on to sigsetjmp's second argument.
2429 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2430
950b7495
KS
24312019-10-16 Keith Seitz <keiths@redhat.com>
2432
2433 PR gdb/23567
2434 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2435 sections whose size is greater than the file size.
2436
ff371ec9
JW
24372019-10-16 Jim Wilson <jimw@sifive.com>
2438
2439 * riscv-tdep.c (riscv_gcc_target_options): New.
2440 (riscv_gnu_triplet_regexp): New.
2441 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2442 set_gdbarch_gnu_triplet_regexp.
2443
fec4e896
CB
24442019-10-16 Christian Biesinger <cbiesinger@google.com>
2445
2446 * Makefile.in: Add xml-builtin.h.
2447 * features/feature_to_c.sh: Add an include for xml-builtin.h
2448 to ensure that the compiler checks that the types match.
2449 * xml-builtin.h: New file.
2450 * xml-support.c (fetch_xml_builtin): Add missing const.
2451 * xml-support.h: Remove declaration of xml_builtins.
2452
d10eccaa
TV
24532019-10-16 Tom de Vries <tdevries@suse.de>
2454
2455 PR tdep/25096
2456 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2457 (amd64_classify_aggregate): ... here.
2458 (amd64_classify_aggregate_field): Handled fiels of nested structs
2459 recursively.
2460
745ff14e
TV
24612019-10-16 Tom de Vries <tdevries@suse.de>
2462
2463 PR tdep/24104
2464 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2465 that handles 'theclass'.
2466
791b7405
AB
24672019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2468
2469 * linespec.c (decode_digits_ordinary): Update comment.
2470 * make-target-delegates: No longer need to handle VEC case.
2471 * memrange.c (normalize_mem_ranges): Update comment.
2472 * namespace.c (add_using_directive): Update comment.
2473 * objc-lang.c (uniquify_strings): Update comment.
2474 * ppc-linux-nat.c (struct thread_points): Update comment.
2475 * probe.h (find_probes_in_objfile): Update comment.
2476 * target.h (enum flash_preserve_mode): Update comment.
2477 * varobj.c (varobj_restrict_range): Update comment.
2478 * varobj.h (varobj_list_children): Update comment.
2479
0dc32745
AB
24802019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2481
2482 * Makefile.in: Remove references to vec.h and vec.c.
2483 * aarch64-tdep.c: No longer include vec.h.
2484 * ada-lang.c: Likewise.
2485 * ada-lang.h: Likewise.
2486 * arm-tdep.c: Likewise.
2487 * ax.h: Likewise.
2488 * breakpoint.h: Likewise.
2489 * charset.c: Likewise.
2490 * cp-support.h: Likewise.
2491 * dtrace-probe.c: Likewise.
2492 * dwarf2read.c: Likewise.
2493 * extension.h: Likewise.
2494 * gdb_bfd.c: Likewise.
2495 * gdbsupport/gdb_vecs.h: Likewise.
2496 * gdbsupport/vec.c: Remove.
2497 * gdbsupport/vec.h: Remove.
2498 * gdbthread.h: Likewise.
2499 * guile/scm-type.c: Likewise.
2500 * inline-frame.c: Likewise.
2501 * machoread.c: Likewise.
2502 * memattr.c: Likewise.
2503 * memrange.h: Likewise.
2504 * namespace.h: Likewise.
2505 * nat/linux-btrace.h: Likewise.
2506 * osdata.c: Likewise.
2507 * parser-defs.h: Likewise.
2508 * progspace.h: Likewise.
2509 * python/py-type.c: Likewise.
2510 * record-btrace.c: Likewise.
2511 * rust-exp.y: Likewise.
2512 * solib-target.c: Likewise.
2513 * stap-probe.c: Likewise.
2514 * target-descriptions.c: Likewise.
2515 * target-memory.c: Likewise.
2516 * target.h: Likewise.
2517 * varobj.c: Likewise.
2518 * varobj.h: Likewise.
2519 * xml-support.h: Likewise.
2520
ae640021
AB
25212019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2522
2523 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2524 Update for new std::vector based implementation.
2525 (process_psymtab_comp_unit_reader): Likewise.
2526 (scan_partial_symbols): Likewise.
2527 (recursively_compute_inclusions): Likewise.
2528 (compute_compunit_symtab_includes): Likewise.
2529 (process_imported_unit_die): Likewise.
2530 (queue_and_load_dwo_tu): Likewise.
2531 (follow_die_sig_1): Likewise.
2532 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2533 (typedef dwarf2_per_cu_ptr): Remove.
2534 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2535 function.
2536 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2537 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2538 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2539 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2540 std::vector.
2541
55dfc88f
TT
25422019-10-15 Tom Tromey <tromey@adacore.com>
2543
2544 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2545 TID.
2546
96b49c5e
TT
25472019-10-15 Tom Tromey <tromey@adacore.com>
2548
2549 * windows-nat.c (windows_nat_target::fetch_registers)
2550 (windows_nat_target::store_registers): Rename "pid" to "tid".
2551
953cff56
TT
25522019-10-15 Tom Tromey <tromey@adacore.com>
2553
2554 * gdbarch.h, gdbarch.c: Rebuild.
2555 * gdbarch.sh (gcc_target_options): Change return type to
2556 std::string.
2557 * compile/compile.c (get_args): Update.
2558 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2559 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2560 std::string.
2561 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2562 std::string.
2563 * arch-utils.c (default_gcc_target_options): Return std::string.
2564 * arch-utils.h (default_gcc_target_options): Return std::string.
2565 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2566
81e6b8eb
CB
25672019-10-15 Christian Biesinger <cbiesinger@google.com>
2568
2569 * breakpoint.c (breakpoint_chain): Make static.
2570 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2571 of accessing breakpoint_chain.
2572
95da600f
CB
25732019-10-15 Christian Biesinger <cbiesinger@google.com>
2574
2575 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2576 to a gdb::function_view and return value to bool.
2577 * breakpoint.h (iterate_over_breakpoints): Likewise.
2578 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2579 (pop_dummy_frame): Update.
2580 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2581 (gdbscm_breakpoints): Update.
2582 * python/py-breakpoint.c (build_bp_list): Update.
2583 (gdbpy_breakpoints): Update.
2584 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2585 Update.
2586 (bpfinishpy_handle_stop): Update.
2587 (bpfinishpy_handle_exit): Update.
2588 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2589 (svr4_update_solib_event_breakpoints): Update.
2590
ba18312d
AA
25912019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2592
2593 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2594 when unwrapping single-field structs.
2595
6acc1a0b
SM
25962019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2597
2598 * dwarf2read.c: Remove includes.
2599
284782de
SM
26002019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2601
2602 * ui-out.c (ui_out::call_do_message): Silence
2603 -Wformat-nonliteral warning.
2604
073bbbb0
SM
26052019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2606
2607 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2608 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2609 include: readline/tilde.h.
2610
7b9a15e1
CB
26112019-10-12 Christian Biesinger <cbiesinger@google.com>
2612
2613 * remote.c (remote_target::get_trace_status): Remove declaration of
2614 trace_regblock_size.
2615
cc8dee1f
CB
26162019-10-12 Christian Biesinger <cbiesinger@google.com>
2617
2618 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2619 (show_user): Remove declaration of cmdlist.
2620 * cli/cli-cmds.h (max_user_call_depth): Declare.
2621 * cli/cli-script.c (execute_user_command): Remove declaration
2622 of max_user_call_depth.
2623
a83d4ef6
JW
26242019-10-11 Jim Wilson <jimw@sifive.com>
2625
5f93c5a6
JW
2626 * gdbsupport/print-utils.h (pulongest): Fix comment.
2627 (plongest): Likewise.
2628 (phex): Add missing comment, mention leading zeros.
2629 (phex_nz): Add mention of no leading zeros to comment.
2630
a83d4ef6
JW
2631 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2632 plongest instead of unsigned long long cast.
2633
26344e0c
CB
26342019-10-10 Christian Biesinger <cbiesinger@google.com>
2635
2636 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2637 for external_editor_command and gdbtk_test.
2638
c2c440a9
CB
26392019-10-10 Christian Biesinger <cbiesinger@google.com>
2640
2641 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2642 * varobj.c (varobjdebug): Move comment to...
2643 * varobj.h (varobjdebug): ...here, and declare.
2644
a31bff9d
TT
26452019-10-09 Tom Tromey <tom@tromey.com>
2646
2647 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2648 erase_data_content.
2649
7523da63
TT
26502019-10-09 Tom Tromey <tom@tromey.com>
2651
2652 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2653 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2654 * tui/tui-command.c (tui_cmd_window::resize)
2655 (tui_refresh_cmd_win): Update.
2656 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2657 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2658 * tui/tui-data.c (~tui_gen_win_info): Remove.
2659 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2660 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2661 (tui_redisplay_readline, tui_mld_flush)
2662 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2663 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2664 (tui_data_window::erase_data_content)
2665 (tui_data_item_window::rerender)
2666 (tui_data_item_window::refresh_window): Update.
2667 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2668 (box_win, tui_gen_win_info::make_window)
2669 (tui_gen_win_info::make_visible): Update.
2670 (tui_delete_win): Remove.
2671 * tui/tui-winsource.c
2672 (tui_source_window_base::do_erase_source_content): Update.
2673 (tui_show_source_line, tui_source_window_base::update_tab_width)
2674 (tui_source_window_base::update_exec_info): Update.
2675 * tui/tui-data.h (struct curses_deleter): New.
2676 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2677 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2678
a7798e7f
TT
26792019-10-09 Tom Tromey <tom@tromey.com>
2680
2681 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2682
5c45899e
TT
26832019-10-09 Tom Tromey <tom@tromey.com>
2684
2685 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2686 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2687
6d7fd9aa
TT
26882019-10-09 Tom Tromey <tom@tromey.com>
2689
2690 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2691 window height directly.
2692 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2693 declare.
2694 * tui/tui-layout.c (tui_default_win_height): Remove.
2695 (tui_default_win_viewport_height): Remove.
2696
d2dd1084
TT
26972019-10-09 Tom Tromey <tom@tromey.com>
2698
2699 * tui/tui.h: Remove comments.
2700
cff32449
TV
27012019-10-09 Tom de Vries <tdevries@suse.de>
2702
2703 * python/lib/gdb/printer/bound_registers.py: Use
2704 '^builtin_type_bound128' as regexp argument for
2705 add_builtin_pretty_printer.
2706
6a25e8a2
CB
27072019-10-09 Christian Biesinger <cbiesinger@google.com>
2708
2709 * guile/guile.c (guile_extension_script_ops): Remove forward
2710 declaration and mark as static.
2711 (guile_script_ops): Likewise.
2712 (extension_language_guile): Move further down in the file so
2713 it can reference the definitions for guile_{extension_,}script_ops.
2714
6d9d6da4
AA
27152019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2716
2717 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2718 except SORTL, DFLTCC, and KDSA.
2719
3abea05d
TT
27202019-10-08 Tom Tromey <tromey@adacore.com>
2721
2722 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2723 (struct safe_symbol_file_add_args): Remove.
2724
dde996e2
TT
27252019-10-08 Tom Tromey <tromey@adacore.com>
2726
2727 * windows-nat.c: Don't include buildsym-legacy.h.
2728
cd6fdaa1
TT
27292019-10-08 Tom Tromey <tromey@adacore.com>
2730
2731 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2732
79bb1944
CB
27332019-10-08 Christian Biesinger <cbiesinger@google.com>
2734
2735 * gdbtypes.c (overload_debug): Move comment to header.
2736 * gdbtypes.h (overload_debug): Declare.
2737 * valops.c: Remove declaration of overload_debug, instead
2738 include gdbtypes.h.
2739
34916edc
CB
27402019-10-08 Christian Biesinger <cbiesinger@google.com>
2741
2742 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2743 through _().
2744 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2745 move comment...
2746 * language.h (lang_frame_mismatch_warn): ... here. Also add
2747 declaration.
2748 * top.c (lang_frame_mismatch_warn): Remove declaration.
2749 (check_frame_language_change): Pass lang_frame_mismatch_warn
2750 through _().
2751
bad5c026
CB
27522019-10-07 Christian Biesinger <cbiesinger@google.com>
2753
2754 * c-lang.h (vtbl_ptr_name): Declare.
2755 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2756 it from the header.
2757 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2758
51f1fdc3
CB
27592019-10-07 Christian Biesinger <cbiesinger@google.com>
2760
2761 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2762 gdb_static_assert.
2763
30d1f018
WP
27642019-10-07 Weimin Pan <weimin.pan@oracle.com>
2765
606813d5
WP
2766 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2767 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
30d1f018
WP
2768 * ctfread.c: New file.
2769 * ctfread.h: New file.
2770 * elfread.c: Include ctfread.h.
2771 (struct elfinfo text_p): New member ctfsect.
2772 (elf_locate_sections): Mark CTF section.
2773 (elf_symfile_read): Call elfctf_build_psymtabs.
2774 * Makefile.in (LIBCTF): Add.
2775 (CLIBS): Use it.
2776 (CDEPS): Likewise.
2777 (DIST): Add ctfread.c.
606813d5
WP
2778
27792019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2780
2781 * ctfread.c (struct nextfield): Renamed to ...
2782 (struct ctf_nextfield): ... this.
2783 (struct field_info): Renamed to ...
2784 (strut ctf_field_info): ... this.
2785 (attach_fields_to_type): Update for renamed structures.
2786 (ctf_add_member_cb): Likewise.
2787 (ctf_add_enum_member_cb): Likewise.
2788 (process_struct_members): Likewise.
2789 (process_enum_type): Likewise.
30d1f018 2790
518fe38c
WP
27912019-10-07 Weimin Pan <weimin.pan@oracle.com>
2792
2793 * tracectf.h: Rename, was ctf.h.
2794 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2795 * tracefile.c: Likewise.
2796 * tracepoint.c: Remove unused include ctf.h.
2797 * mi/mi-main.c: Likewise.
2798 * Makefile.in Replace ctf.c with tracectf.c.
2799
225f296a
JB
28002019-10-06 Joel Brobecker <brobecker@adacore.com>
2801
2802 * version.in: Change version number to "9.0.50.DATE-git".
2803
77c2dba3
TT
28042019-10-03 Tom Tromey <tom@tromey.com>
2805
2806 PR rust/24976:
2807 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2808
179aed7f
AB
28092019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2810
2811 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2812 cp_search_name_hash.
2813 * NEWS: Add entry about nested function support.
2814
0a4b0913
AB
28152019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2816 Andrew Burgess <andrew.burgess@embecosm.com>
2817
2818 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2819 for nested static variables when searchin VAR_DOMAIN.
2820 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2821 global scope, update comment.
2822 (add_partial_subprogram): Call add_partial_subprogram recursively
2823 for nested subroutines when processinng Fortran.
2824 (load_partial_dies): Process the child entities of a subprogram
2825 when processing Fortran.
2826 (partial_die_parent_scope): Handle building scope
2827 for Fortran nested functions.
2828 (process_die): Record that nested functions have a scope.
2829 (new_symbol): Always record Fortran subprograms on the global
2830 symbol list.
2831 (determine_prefix): How to build the prefix for Fortran
2832 subprograms.
2833
d8c06f22
AB
28342019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2835
2836 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2837 have just sent the thread a SIGSTOP and are waiting for it to
2838 arrive.
2839
a8b3b8e9
AB
28402019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2841
2842 * btrace.c (btrace_add_pc): Remove whitespace before the template
2843 parameter in 'std::vector <...>'.
2844 (parse_xml_btrace_block): Likewise.
2845 (btrace_maint_decode_pt): Likewise.
2846 (btrace_maint_update_packets): Likewise.
2847 (btrace_maint_print_packets): Likewise.
2848 * btrace.h (struct btrace_maint_info): Likewise.
2849 * dwarf2read.c (struct type_unit_group): Likewise.
2850 (build_type_psymtabs_reader): Likewise.
2851 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2852 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2853 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2854
4d825eab
TV
28552019-10-03 Tom de Vries <tdevries@suse.de>
2856
2857 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2858 the first line of the help text for set/show style metadata.
2859
80fd2826
TT
28602019-10-02 Tom Tromey <tromey@adacore.com>
2861
2862 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2863 * gdbsupport/common-inferior.c: New file.
2864 * infcmd.c (startup_with_shell): Don't define.
2865 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2866 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2867 * inferior.h (startup_with_shell): Don't declare.
2868
70054538
CB
28692019-10-02 Christian Biesinger <cbiesinger@google.com>
2870
2871 * gdbsupport/gdb_assert.h: Include errors.h.
2872 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2873
37f6a7f4
TT
28742019-10-02 Tom Tromey <tromey@adacore.com>
2875
2876 * NEWS: Add $_ada_exception entry.
2877 * ada-lang.c (struct ada_catchpoint): Add constructor.
2878 <m_kind>: New member.
2879 (allocate_location_exception, re_set_exception): Remove
2880 "ex" parameter.
2881 (should_stop_exception): Compute $_ada_exception.
2882 (check_status_exception, print_it_exception)
2883 (print_one_exception, print_mention_exception): Remove
2884 "ex" parameter.
2885 (allocate_location_catch_exception, re_set_catch_exception)
2886 (check_status_exception, print_it_catch_exception)
2887 (print_one_catch_exception, print_mention_catch_exception)
2888 (print_recreate_catch_exception)
2889 (allocate_location_catch_exception_unhandled)
2890 (re_set_catch_exception_unhandled)
2891 (check_status_exception, print_it_catch_exception_unhandled)
2892 (print_one_catch_exception_unhandled)
2893 (print_mention_catch_exception_unhandled)
2894 (print_recreate_catch_exception_unhandled)
2895 (allocate_location_catch_assert, re_set_catch_assert)
2896 (check_status_assert, print_it_catch_assert)
2897 (print_one_catch_assert, print_mention_catch_assert)
2898 (print_recreate_catch_assert)
2899 (allocate_location_catch_handlers, re_set_catch_handlers)
2900 (check_status_handlers, print_it_catch_handlers)
2901 (print_one_catch_handlers, print_mention_catch_handlers)
2902 (print_recreate_catch_handlers): Remove.
2903 (create_ada_exception_catchpoint): Update.
2904 (initialize_ada_catchpoint_ops): Update.
2905
fccf9de1
TT
29062019-10-02 Tom Tromey <tromey@adacore.com>
2907
2908 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2909 (create_excep_cond_exprs): Simplify exception string computation.
2910 (ada_exception_catchpoint_cond_string): Likewise.
2911
4b610737
TT
29122019-10-02 Tom Tromey <tromey@adacore.com>
2913
2914 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2915 * ada-lang.c (lesseq_defined_than): Handle
2916 LOC_STATIC.
2917 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2918 parameter.
2919 (dwarf2_has_info): Likewise.
2920 (new_symbol): Set maybe_copied on symbol when
2921 appropriate.
2922 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2923 parameter.
2924 <can_copy>: New member.
2925 * elfread.c (record_minimal_symbol): Set maybe_copied
2926 on symbol when appropriate.
2927 (elf_symfile_read): Update call to dwarf2_has_info.
2928 * minsyms.c (lookup_minimal_symbol_linkage): New
2929 function.
2930 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2931 * symtab.c (get_symbol_address, get_msymbol_address):
2932 New functions.
2933 * symtab.h (get_symbol_address, get_msymbol_address):
2934 Declare.
2935 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2936 maybe_copied.
2937 (struct symbol, struct minimal_symbol) <maybe_copied>:
2938 New member.
2939
1dd58850
TT
29402019-10-02 Tom Tromey <tromey@adacore.com>
2941
2942 * source.c (struct current_source_location): New.
2943 (current_source_key): New global.
2944 (current_source_symtab, current_source_line)
2945 (current_source_pspace): Remove.
2946 (get_source_location): New function.
2947 (get_current_source_symtab_and_line)
2948 (set_default_source_symtab_and_line)
2949 (set_current_source_symtab_and_line)
2950 (clear_current_source_symtab_and_line, select_source_symtab)
2951 (info_source_command, print_source_lines_base)
2952 (info_line_command, search_command_helper, _initialize_source):
2953 Update.
2954
5c281dbb
TT
29552019-10-02 Tom Tromey <tromey@adacore.com>
2956
2957 * source.c (select_source_symtab): Don't call
2958 decode_line_with_current_source.
2959
d3d32391
AB
29602019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2961
2962 * symtab.c (lookup_global_symbol): Search global block.
2963
38583298
TT
29642019-10-02 Tom Tromey <tromey@adacore.com>
2965
2966 * coffread.c (process_coff_symbol): Update.
2967 * dwarf2read.c (var_decode_location, new_symbol): Update.
2968 * mdebugread.c (parse_symbol): Update.
2969 * objfiles.c (relocate_one_symbol): Update.
2970 * stabsread.c (define_symbol, fix_common_block)
2971 (scan_file_globals): Update.
2972 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2973 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2974 * xcoffread.c (process_xcoff_symbol): Update.
2975
9344c18f
AA
29762019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2977
2978 * MAINTAINERS: Update my email address.
2979
df07e2c7
AB
29802019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2981
2982 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2983 std::vector.
2984 (build_type_psymtabs_reader): Update for std::vector.
2985 (build_type_psymtab_dependencies): Likewise.
2986 * dwarf2read.h: Remove use of DEF_VEC_P.
2987 (typedef sig_type_ptr): Delete.
2988
554ac434
AB
29892019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2990
2991 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2992 to std::vector.
2993 (btrace_maint_decode_pt): Likewise, and move allocation of the
2994 vector outside of the loop.
2995 (btrace_maint_update_packets): Update to handle change from VEC to
2996 std::vector.
2997 (btrace_maint_print_packets): Likewise.
2998 (maint_info_btrace_cmd): Likewise.
2999 * btrace.h: Remove use of DEF_VEC_O.
3000 (typedef btrace_pt_packet_s): Delete.
3001 (struct btrace_maint_info) <packets>: Change fromm VEC to
3002 std::vector.
3003 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
3004
46f29a9a
AB
30052019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3006
3007 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
3008 make accesses into the vector constant references.
3009 (btrace_add_pc): Update for std::vector.
3010 (btrace_stitch_bts): Likewise.
3011 (parse_xml_btrace_block): Likewise.
3012 (btrace_maint_update_packets): Likewise.
3013 (btrace_maint_print_packets): Likewise.
3014 (maint_info_btrace_cmd): Likewise.
3015 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
3016 std::vector.
3017 (btrace_data::empty): Likewise.
3018 (btrace_data_append): Likewise.
3019 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
3020 (typedef btrace_block_s): Delete.
3021 (struct btrace_block): Add constructor.
3022 (struct btrace_data_bts) <blocks>: Change to std::vector.
3023 * nat/linux-btrace.c (perf_event_read_bts): Update for
3024 std::vector.
3025 (linux_read_bts): Likewise.
3026
d770d56f
TT
30272019-10-01 Tom Tromey <tom@tromey.com>
3028
3029 * cli/cli-logging.c (show_logging_filename): Use styled_string.
3030
9d636d67
TT
30312019-10-01 Tom Tromey <tom@tromey.com>
3032
3033 * stack.c (print_frame, info_frame_command_core): Use
3034 styled_string.
3035 * linux-thread-db.c (try_thread_db_load_1)
3036 (try_thread_db_load_from_pdir_1): Use styled_string.
3037 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
3038 (auto_load_section_scripts, info_auto_load_local_gdbinit)
3039 (maybe_print_unsupported_script_warning)
3040 (maybe_print_script_not_found_warning): Use styled_string.
3041 * ada-lang.c (user_select_syms): Use styled_string.
3042
7f6aba03
TT
30432019-10-01 Tom Tromey <tom@tromey.com>
3044
3045 * p-lang.c (pascal_printstr): Use metadata style.
3046 * value.c (show_convenience): Use metadata style.
3047 * valprint.c (valprint_check_validity, val_print_optimized_out)
3048 (val_print_not_saved, val_print_unavailable)
3049 (val_print_invalid_address, generic_val_print, val_print)
3050 (value_check_printable, val_print_array_elements): Use metadata
3051 style.
3052 * ui-out.h (class ui_out) <field_fmt>: New overload.
3053 <do_field_fmt>: Add style parameter.
3054 * ui-out.c (ui_out::field_fmt): New overload.
3055 * typeprint.c (type_print_unknown_return_type)
3056 (val_print_not_allocated, val_print_not_associated): Use metadata
3057 style.
3058 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
3059 parameter.
3060 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
3061 * tracepoint.c (tvariables_info_1): Use metadata style.
3062 * stack.c (print_frame_arg, print_frame_info, print_frame)
3063 (info_frame_command_core): Use metadata style.
3064 * skip.c (info_skip_command): Use metadata style.
3065 * rust-lang.c (rust_print_enum): Use metadata style.
3066 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
3067 metadata style.
3068 * python/py-framefilter.c (py_print_single_arg): Use metadata
3069 style.
3070 * printcmd.c (do_one_display, print_variable_and_value): Use
3071 metadata style.
3072 * p-valprint.c (pascal_val_print)
3073 (pascal_object_print_value_fields): Use metadata style.
3074 * p-typeprint.c (pascal_type_print_base): Use metadata style.
3075 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
3076 parameter.
3077 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
3078 * m2-valprint.c (m2_print_long_set): Use metadata style.
3079 * m2-typeprint.c (m2_print_type): Use metadata style.
3080 * infcmd.c (print_return_value_1): Use metadata style.
3081 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
3082 * f-valprint.c (info_common_command_for_block): Use metadata
3083 style.
3084 * f-typeprint.c (f_type_print_base): Use metadata style.
3085 * expprint.c (print_subexp_standard): Use metadata style.
3086 * cp-valprint.c (cp_print_value_fields): Use metadata style.
3087 * cli/cli-style.h (class cli_style_option): Add constructor.
3088 (metadata_style): Declare.
3089 * cli/cli-style.c (metadata_style): New global.
3090 (_initialize_cli_style): Register metadata style.
3091 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
3092 parameter.
3093 * cli-out.c (cli_ui_out::do_field_fmt): Update.
3094 * c-typeprint.c (c_type_print_base_struct_union)
3095 (c_type_print_base_1): Use metadata style.
3096 * breakpoint.c (watchpoint_value_print)
3097 (print_one_breakpoint_location): Use metadata style.
3098 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
3099 style.
3100 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
3101 style.
3102 * ada-valprint.c (val_print_packed_array_elements, printstr)
3103 (print_field_values, ada_val_print_ref, ada_val_print): Use
3104 metadata style.
3105 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
3106 style.
3107 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
3108 style.
3109 * ada-lang.c (user_select_syms): Use metadata style.
3110
14309bb6
TT
31112019-10-01 Tom Tromey <tom@tromey.com>
3112
3113 * cli/cli-cmds.c (pwd_command): Style output.
3114
6a831f06
PA
31152019-10-01 Pedro Alves <palves@redhat.com>
3116 Tom Tromey <tom@tromey.com>
3117
3118 * symtab.c (print_symbol_info): Use %ps.
3119 (print_msymbol_info): Use %ps.
3120 * symfile.c (symbol_file_add_with_addrs): Use %ps.
3121 * printcmd.c (print_variable_and_value): Use %ps.
3122 * macrocmd.c (show_pp_source_pos): Use %ps.
3123 * infrun.c (print_exited_reason): Use ui_out::message.
3124 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3125 (describe_other_breakpoints): Use ui_out::message and new
3126 formats.
3127 (say_where): Use new formats.
3128 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3129 and new formats.
3130
2a3c1174
PA
31312019-10-01 Pedro Alves <palves@redhat.com>
3132 Tom Tromey <tom@tromey.com>
3133
3134 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3135 (test_gdb_formats): New function.
3136 (run_tests): Call it.
3137 (test_format_specifier): Update.
3138 * utils.h (fputs_filtered): Update comment.
3139 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3140 (fputs_styled_unfiltered): Declare.
3141 * utils.c (fputs_styled_unfiltered): New function.
3142 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3143 (vfprintf_filtered): Update.
3144 (vfprintf_unfiltered, vprintf_filtered): Update.
3145 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3146 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3147 disallow_ui_out_field>: New constants.
3148 (enum class field_kind): New.
3149 (struct base_field_s, struct signed_field_s): New.
3150 (signed_field): New function.
3151 (struct string_field_s): New.
3152 (string_field): New function.
3153 (struct styled_string_s): New.
3154 (styled_string): New function.
3155 (class ui_out) <message>: Add comment.
3156 <vmessage, call_do_message>: New methods.
3157 <do_message>: Add style parameter.
3158 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3159 methods.
3160 (ui_out::message): Rewrite.
3161 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3162 parameter.
3163 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3164 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3165 gdb_extensions parameter.
3166 (class format_piece): Add parameter to constructor.
3167 (n_int_args): New field.
3168 * gdbsupport/format.c (format_pieces::format_pieces): Add
3169 gdb_extensions parameter. Handle '*'.
3170 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3171 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3172 vfprintf_styled_no_gdbfmt.
3173 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3174 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3175 unfiltered output.
3176 * ui-style.h (struct ui_file_style) <ptr>: New method.
3177
0dfe5bfb
TT
31782019-10-01 Tom Tromey <tom@tromey.com>
3179
3180 * unittests/format_pieces-selftests.c: Update. Add final format.
3181 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3182 empty literal pieces.
3183
e43b10e1
TT
31842019-10-01 Tom Tromey <tom@tromey.com>
3185
3186 * ui-out.h (enum class ui_out_style_kind): Remove.
3187 (class ui_out) <field_string, field_stsream, do_field_string>:
3188 Change type of "style".
3189 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3190 (ui_out::field_string): Update.
3191 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3192 of "style".
3193 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3194 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3195 * stack.c (print_frame_arg, print_frame_info, print_frame):
3196 Update.
3197 * source.c (print_source_lines_base): Update.
3198 * solib.c (info_sharedlibrary_command): Update.
3199 * skip.c (info_skip_command): Update.
3200 * record-btrace.c (btrace_call_history_src_line)
3201 (btrace_call_history): Update.
3202 * python/py-framefilter.c (py_print_frame): Update.
3203 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3204 "style".
3205 * mi/mi-out.c (mi_ui_out::do_table_header)
3206 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3207 (mi_ui_out::do_field_string): Update.
3208 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3209 Update.
3210 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3211 "style".
3212 * cli-out.c (cli_ui_out::do_table_header)
3213 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3214 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3215 (cli_ui_out::do_field_fmt): Update.
3216 * breakpoint.c (print_breakpoint_location): Update.
3217 (update_static_tracepoint): Update.
3218
cd7c32c3
PW
32192019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3220
3221 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3222 conversion of gdb_datadir.
3223 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3224 remove not needed c_str ().
3225
8fe0f950
AT
32262019-09-30 Ali Tamur <tamur@google.com>
3227
3228 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3229 (dwarf2_string_attr): Likewise.
3230
5f48f8f3
AT
32312019-09-30 Ali Tamur <tamur@google.com>
3232
3233 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3234 (process_full_type_unit): Likewise.
3235 (dump_die_shallow): Likewise.
3236 (cu_debug_loc_section): Likewise.
3237
6fb08628
CB
32382019-09-28 Christian Biesinger <cbiesinger@google.com>
3239
3240 * minsyms.c (compare_minimal_symbols): Rename to...
3241 (minimal_symbol_is_less_than): ...this, and adjust to STL
3242 conventions (return bool, take arguments as references)
3243 (minimal_symbol_reader::install): Call std::sort instead
3244 of qsort.
3245
c7ee338a
CB
32462019-09-29 Christian Biesinger <cbiesinger@google.com>
3247
3248 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3249 hash and why.
3250 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3251 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3252
703a86c2
SM
32532019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3254
3255 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3256 * psympriv.h (add_psymbol_to_list): Move comment here and update
3257 it.
3258
0df0352a
TV
32592019-09-29 Tom de Vries <tdevries@suse.de>
3260
3261 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3262 Use $tmpdir/$(basename "$output_file").dwz instead of
3263 "${output_file}.dwz".
3264
ad75efa6
SM
32652019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3266
3267 PR gdb/25045
3268 * hppa-linux-nat.c: Include gdbarch.h.
3269
ececd218
CB
32702019-09-26 Christian Biesinger <cbiesinger@google.com>
3271
3272 * blockframe.c (find_pc_partial_function): Change return type to bool.
3273 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3274 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3275 (stub_gnu_ifunc_resolve_name): Likewise.
3276 * symtab.c (compare_filenames_for_search): Likewise.
3277 (compare_glob_filenames_for_search): Likewise.
3278 (matching_obj_sections): Likewise.
3279 (symbol_matches_domain): Likewise.
3280 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3281 (find_line_pc): Change return type to bool.
3282 (find_line_pc_range): Likewise.
3283 (producer_is_realview): Likewise.
3284 * symtab.h (symbol_matches_domain): Likewise.
3285 (find_pc_partial_function): Likewise.
3286 (find_pc_line_pc_range): Likewise.
3287 (in_gnu_ifunc_stub): Likewise.
3288 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3289 (find_line_pc): Likewise.
3290 (find_line_pc_range): Likewise.
3291 (matching_obj_sections): Likewise.
3292 (find_line_symtab): Change out parameter to bool.
3293 (producer_is_realview): Change return type to bool.
3294 (compare_filenames_for_search): Likewise.
3295 (compare_glob_filenames_for_search): Likewise.
3296
27a900b8
TT
32972019-09-26 Tom Tromey <tom@tromey.com>
3298
3299 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3300 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3301 * gdb_usleep.h: Remove.
3302 * gdb_usleep.c: Remove.
3303 * utils.c: Don't include gdb_usleep.h.
3304
5d63b30a
TT
33052019-09-26 Tom Tromey <tromey@adacore.com>
3306
3307 * python/py-type.c (type_to_type_object): Call check_typedef
3308 for stub types.
3309
12904d37
TT
33102019-09-26 Tom Tromey <tom@tromey.com>
3311
3312 * utils.h (initialize_utils): Don't declare.
3313 * top.c (gdb_init): Don't call initialize_utils.
3314 * utils.c (initialize_utils): Remove. Move contents...
3315 (_initialize_utils): ... here.
3316
858f25f0
TT
33172019-09-25 Tom Tromey <tom@tromey.com>
3318
3319 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3320 * utils.h (make_hex_string): Don't declare.
3321 * utils.c (make_hex_string): Remove.
3322
3d435220
TV
33232019-09-24 Tom de Vries <tdevries@suse.de>
3324
3325 PR gdb/23815
3326 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3327 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3328
ddd44b70
DD
33292019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3330
3331 * NEWS: Mention new simulator port for PRU.
3332
f945dedf
CB
33332019-09-23 Christian Biesinger <cbiesinger@google.com>
3334
3335 * ada-exp.y (write_object_remaining): Update.
3336 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3337 and eliminate the static buffer.
3338 (ada_decode_symbol): Update.
3339 (ada_la_decode): Update.
3340 (ada_sniff_from_mangled_name): Update.
3341 (is_valid_name_for_wild_match): Update.
3342 (ada_lookup_name_info::matches): Update and simplify.
3343 (name_matches_regex): Update.
3344 (ada_add_global_exceptions): Update.
3345 * ada-lang.h (ada_decode): Update signature.
3346 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3347 * dwarf-index-write.c (debug_names::insert): Update.
3348
7ab78ccb
SM
33492019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3350
3351 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3352 formatting.
3353
9252448b
SM
33542019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3355
3356 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3357 Change "nonzero" to "true" in documentation.
3358
626ca2c0
CB
33592019-09-20 Christian Biesinger <cbiesinger@google.com>
3360
3361 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3362 (_initialize_darwin_solib): Don't set
3363 darwin_so_ops.lookup_lib_global_symbol.
3364 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3365 set_gdbarch_iterate_over_objfiles_in_search_order.
3366 (elf_lookup_lib_symbol): Rename to...
3367 (svr4_iterate_over_objfiles_in_search_order): this, and update
3368 to iterate semantics.
3369 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3370 * solib.c (solib_global_lookup): Remove.
3371 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3372 (solib_global_lookup): Remove.
3373 * symtab.c (lookup_global_or_static_symbol): Remove call to
3374 solib_global_lookup.
3375
5a3a0d63
JB
33762019-09-20 Joel Brobecker <brobecker@adacore.com>
3377
3378 * NEWS: Move entries about default MI version now being
3379 version 3, and about the GDB/MI fix for multi-location
3380 breakpoints to the "since GDB 8.3" section.
3381
ffea1427
JB
33822019-09-20 Joel Brobecker <brobecker@adacore.com>
3383
3384 GDB 8.3.1 released.
3385
abf516c6
UW
33862019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3387
3388 * NEWS: Mention that Cell/B.E. debugging support was removed.
3389 * MAINTAINERS: Remove spu target.
3390
3391 * config/djgpp/fnchange.lst: Remove entries for removed files.
3392
3393 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3394 spu-multiarch.o, and spu-tdep.o.
3395 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3396 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3397 spu-multiarch.c, and spu-tdep.c.
3398 * spu-linux-nat.c: Remove file.
3399 * spu-multiarch.c: Remove file.
3400 * spu-tdep.c: Remove file.
3401 * spu-tdep.h: Remove file.
3402 * solib-spu.c: Remove file.
3403 * solib-spu.h: Remove file.
3404
3405 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3406 * configure.nat (spu-linux): Remove.
3407 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3408 solib-multiarch.o from gdb_target_obs.
3409 (spu*-*-*): Remove.
3410
3411 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3412 feature flag.
3413 (ppc_linux_no_features): Update.
3414 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3415 Cell/B.E. support.
3416 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3417 (tdesc_powerpc_cell64l): Likewise.
3418 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3419 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3420 Cell/B.E. support.
3421 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3422 Do not include "features/rs6000/powerpc-cell32l.c" or
3423 "features/rs6000/powerpc-cell64l.c".
3424 (ppc_linux_spu_section): Remove.
3425 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3426 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3427 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3428 (ppc_linux_spe_context_lookup): Remove.
3429 (ppc_linux_spe_context_inferior_created): Remove.
3430 (ppc_linux_spe_context_solib_loaded): Remove.
3431 (ppc_linux_spe_context_solib_unloaded): Remove.
3432 (ppc_linux_spe_context): Remove.
3433 (struct ppu2spu_cache): Remove.
3434 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3435 (struct ppu2spu_data): Remove.
3436 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3437 ppu2spu_unwind): Remove.
3438 (ppc_linux_init_abi): Remove Cell/B.E. support.
3439 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3440
3441 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3442 (rs6000/powerpc-cell64l-expedite): Likewise
3443 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3444 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3445 rs6000/powerpc-cell64l.xml.
3446 * features/rs6000/powerpc-cell32l.xml: Remove.
3447 * features/rs6000/powerpc-cell64l.xml: Likewise.
3448 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3449 * features/rs6000/powerpc-cell64l.c: Likewise.
3450 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3451 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3452 * regformats/reg-spu.dat: Remove.
3453
3454 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3455 * corelow.c (struct spuid_list): Remove.
3456 (add_to_spuid_list): Remove.
3457 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3458 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3459 (remote_protocol_features): Remove associated entries.
3460 (_initialize_remote): No longer initialize them.
3461 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3462 * linux-nat.c (SPUFS_MAGIC): Remove.
3463 (linux_proc_xfer_spu): Remove.
3464 (spu_enumerate_spu_ids): Remove.
3465 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3466 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3467 (linux_make_corefile_notes): No longer call it.
3468
3469 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3470 (cooked_write_test): Likewise.
3471
78e8cb91
TT
34722019-09-20 Tom Tromey <tom@tromey.com>
3473
3474 * NEWS: Mention case-sensitivity of TUI commands.
3475 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3476 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3477 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3478
f074b67e
TT
34792019-09-20 Tom Tromey <tom@tromey.com>
3480
3481 * tui/tui-source.c (tui_source_window::set_contents): Use
3482 make_unique_xstrdup.
3483 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3484 make_unique_xstrdup.
3485
63c4bf19
TT
34862019-09-20 Tom Tromey <tom@tromey.com>
3487
3488 * tui/tui-data.c: Remove separator comments.
3489 * tui/tui-layout.c: Remove separator comments.
3490 * tui/tui-win.c: Remove separator comments.
3491 * tui/tui-wingeneral.c: Remove separator comments.
3492
43df9b2f
TT
34932019-09-20 Tom Tromey <tom@tromey.com>
3494
3495 * tui/tui.h (strcat_to_buf): Don't declare.
3496 * tui/tui.c (strcat_to_buf): Remove.
3497
7226433c
TT
34982019-09-20 Tom Tromey <tom@tromey.com>
3499
3500 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3501 from "fullname".
3502 * tui/tui-source.c (tui_source_window::set_contents)
3503 (tui_source_window::location_matches_p)
3504 (tui_source_window::maybe_update): Update.
3505
80df3337
TT
35062019-09-20 Tom Tromey <tom@tromey.com>
3507
3508 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3509 Update.
3510 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3511 prefix.
3512 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3513 (tui_data_window::line_from_reg_element_no)
3514 (tui_data_window::first_reg_element_no_inline)
3515 (tui_data_window::show_registers)
3516 (tui_data_window::show_register_group)
3517 (tui_data_window::display_registers_from)
3518 (tui_data_window::display_registers_from_line)
3519 (tui_data_window::first_data_item_displayed)
3520 (tui_data_window::delete_data_content_windows)
3521 (tui_data_window::erase_data_content)
3522 (tui_data_window::do_scroll_vertical)
3523 (tui_data_window::refresh_window)
3524 (tui_data_window::check_register_values): Update.
3525
9923f347
TT
35262019-09-20 Tom Tromey <tom@tromey.com>
3527
3528 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3529 (struct tui_locator_window) <full_name, proc_name>: Now
3530 std::string.
3531 * tui/tui-stack.c (tui_locator_window::make_status_line)
3532 (tui_locator_window::set_locator_fullname)
3533 (tui_locator_window::set_locator_info): Update.
3534 * tui/tui-source.c (tui_source_window::set_contents)
3535 (tui_source_window::showing_source_p): Update.
3536
b76251ab
TT
35372019-09-20 Tom Tromey <tom@tromey.com>
3538
3539 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3540 Don't call tui_locator_win_info_ptr.
3541
0891be08
TT
35422019-09-20 Tom Tromey <tom@tromey.com>
3543
3544 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3545
1b935acf
TT
35462019-09-20 Tom Tromey <tom@tromey.com>
3547
3548 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3549 height for locator.
3550 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3551 * tui/tui-layout.c (show_source_disasm_command, show_data)
3552 (show_source_or_disasm_and_command): Use 1 as height for locator.
3553
9abd8a65
TT
35542019-09-20 Tom Tromey <tom@tromey.com>
3555
3556 * tui/tui.c (tui_enable): Update.
3557 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3558 Update.
3559 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3560 Update.
3561 * tui/tui-data.c (win_resized): Now bool.
3562 (tui_win_resized): Return bool.
3563 (tui_set_win_resized_to): Accept a bool.
3564
b5457826
TT
35652019-09-20 Tom Tromey <tom@tromey.com>
3566
3567 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3568 Change type of "refresh_values_only".
3569 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3570 type of "refresh_values_only".
3571
6b915f7d
TT
35722019-09-20 Tom Tromey <tom@tromey.com>
3573
3574 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3575 std::string.
3576 (tui_disassemble): Add "pos" parameter.
3577 (tui_disasm_window::set_contents): Simplify.
3578
2ad52f6f
TT
35792019-09-20 Tom Tromey <tom@tromey.com>
3580
3581 * tui/tui-winsource.h (struct tui_source_window_base)
3582 <show_source_content>: Now private.
3583 * tui/tui-winsource.c
3584 (tui_source_window_base::show_source_content): Don't handle empty
3585 content case.
3586
b3b1bde6
TT
35872019-09-20 Tom Tromey <tom@tromey.com>
3588
3589 * tui/tui-layout.c (show_source_disasm_command)
3590 (show_source_or_disasm_and_command): Don't call
3591 show_source_content.
3592
71a25ed2
TT
35932019-09-20 Tom Tromey <tom@tromey.com>
3594
3595 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3596 Declare.
3597 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3598 from tui_make_status_line.
3599 (tui_locator_window::rerender): Update.
3600
f8532154
TT
36012019-09-20 Tom Tromey <tom@tromey.com>
3602
3603 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3604 (tui_locator_window::rerender): Update.
3605
2d81b349
TT
36062019-09-20 Tom Tromey <tom@tromey.com>
3607
3608 * tui/tui-winsource.h (struct tui_source_window_base)
3609 <~tui_source_window_base>: Don't declare.
3610 <fullname>: Remove.
3611 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3612 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3613 member.
3614 * tui/tui-source.c (tui_source_window::set_contents): Update.
3615 (tui_source_window::location_matches_p)
3616 (tui_source_window::maybe_update): Update.
3617
f14bec58
TT
36182019-09-20 Tom Tromey <tom@tromey.com>
3619
3620 * tui/tui-winsource.h (~tui_source_element): Remove.
3621 (tui_source_element): Update.
3622 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3623 * tui/tui-winsource.c (tui_show_source_line): Update.
3624 * tui/tui-source.c (tui_source_window::set_contents): Update.
3625 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3626
78d5933a
TT
36272019-09-20 Tom Tromey <tom@tromey.com>
3628
3629 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3630 declare.
3631 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3632 tui_clear_source_windows_detail.
3633 * tui/tui-winsource.h (struct tui_source_window_base)
3634 <clear_detail>: Don't declare.
3635 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3636 Remove.
3637 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3638
d4207696
TT
36392019-09-20 Tom Tromey <tromey@adacore.com>
3640
3641 PR ada/24919:
3642 * block.c (contained_in): Fix final return value.
3643
00f93c44
AM
36442019-09-20 Alan Modra <amodra@gmail.com>
3645
3646 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3647 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3648 (read_indirect_string_from_dwz): Use bfd accessor.
3649 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3650 * machoread.c (macho_symfile_read_all_oso): Likewise.
3651 * solib.c (solib_bfd_open): Likewise.
3652
e4153ae6
CB
36532019-09-19 Christian Biesinger <cbiesinger@google.com>
3654
3655 * eval.c: Move declaration of overload_resolution to...
3656 * value.h: ...here.
3657
c7ae7675
CB
36582019-09-19 Christian Biesinger <cbiesinger@google.com>
3659
3660 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3661 * arm-linux-tdep.c: Likewise.
3662 * arm-nbsd-nat.c: Likewise.
3663 * arm-tdep.h: Declare arm_apcs_32.
3664 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3665
e86f08d2
CB
36662019-09-19 Christian Biesinger <cbiesinger@google.com>
3667
3668 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3669 * dwarf2read.h: Declare dwarf_always_disassemble.
3670
f64e2f40
TV
36712019-09-19 Tom de Vries <tdevries@suse.de>
3672
3673 PR gdb/25009
3674 * source-cache.c (source_cache::ensure): Catch exception thrown during
3675 construction of the highlighter.
3676
fd361982
AM
36772019-09-18 Alan Modra <amodra@gmail.com>
3678
3679 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3680 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3681 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3682 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3683 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3684 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3685 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3686 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3687 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3688 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3689 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3690 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3691 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3692 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3693 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3694 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3695 * mi/mi-interp.c: Update throughout for bfd section macro and
3696 function changes.
3697 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3698 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3699
11061048
TT
37002019-09-18 Tom Tromey <tom@tromey.com>
3701
3702 * NEWS: Add entry.
3703 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3704 call rl_initialize.
3705 (tui_enable): Do not call rl_initialize.
3706
7a27b85f
CG
37072019-09-18 Christian Groessler <chris@groessler.org>
3708
3709 * alpha-linux-nat.c: Include gdbarch.h.
3710
f64eea3a
SM
37112019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3712
3713 * ui-file.c: Include cli/cli-style.h.
3714 (term_cli_styling): Remove cli_styling declaration.
3715
e6f7f6d1
AM
37162019-09-18 Alan Modra <amodra@gmail.com>
3717
3718 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3719 to bfd_asymbol_section.
3720
1d38e9d1
AM
37212019-09-18 Alan Modra <amodra@gmail.com>
3722
3723 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3724 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3725 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3726
90d92a63
AM
37272019-09-18 Alan Modra <amodra@gmail.com>
3728
3729 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3730 * spu-linux-nat.c (spu_bfd_open): Likewise.
3731
a3d181d2
CB
37322019-09-18 Christian Biesinger <cbiesinger@google.com>
3733
3734 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3735 to bool to match definition in dwarf2read.c.
3736
491144b5
CB
37372019-09-17 Christian Biesinger <cbiesinger@google.com>
3738
3739 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3740 (print_signatures): Likewise.
3741 (trust_pad_over_xvs): Likewise.
3742 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3743 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3744 * arm-linux-nat.c (arm_apcs_32): Likewise.
3745 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3746 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3747 * arm-tdep.c (arm_debug): Likewise.
3748 (arm_apcs_32): Likewise.
3749 * auto-load.c (debug_auto_load): Likewise.
3750 (auto_load_gdb_scripts): Likewise.
3751 (global_auto_load): Likewise.
3752 (auto_load_local_gdbinit): Likewise.
3753 (auto_load_local_gdbinit_loaded): Likewise.
3754 * auto-load.h (global_auto_load): Likewise.
3755 (auto_load_local_gdbinit): Likewise.
3756 (auto_load_local_gdbinit_loaded): Likewise.
3757 * breakpoint.c (disconnected_dprintf): Likewise.
3758 (breakpoint_proceeded): Likewise.
3759 (automatic_hardware_breakpoints): Likewise.
3760 (always_inserted_mode): Likewise.
3761 (target_exact_watchpoints): Likewise.
3762 (_initialize_breakpoint): Update.
3763 * breakpoint.h (target_exact_watchpoints): Change to bool.
3764 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3765 * cli/cli-cmds.c (trace_commands): Likewise.
3766 * cli/cli-cmds.h (trace_commands): Likewise.
3767 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3768 to bool*.
3769 * cli/cli-logging.c (logging_overwrite): Change to bool.
3770 (logging_redirect): Likewise.
3771 (debug_redirect): Likewise.
3772 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3773 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3774 to bool.
3775 <boolean_option_def>: Update.
3776 (struct flag_option_def): Change default type of Context to bool
3777 from int.
3778 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3779 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3780 (get_setshow_command_value_string): Likewise.
3781 * cli/cli-style.c (cli_styling): Change to bool.
3782 (source_styling): Likewise.
3783 * cli/cli-style.h (source_styling): Likewise.
3784 (cli_styling): Likewise.
3785 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3786 to bool.
3787 * command.h (var_types): Update comment.
3788 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3789 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3790 bool.
3791 (debug_compile_cplus_scopes): Likewise.
3792 * compile/compile-internal.h (compile_debug): Likewise.
3793 * compile/compile.c (compile_debug): Likewise.
3794 (struct compile_options) <raw>: Likewise.
3795 * cp-support.c (catch_demangler_crashes): Likewise.
3796 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3797 (usr_cmd_cris_dwarf2_cfi): Likewise.
3798 * csky-tdep.c (csky_debug): Likewise.
3799 * darwin-nat.c (enable_mach_exceptions): Likewise.
3800 * dcache.c (dcache_enabled_p): Likewise.
3801 * defs.h (info_verbose): Likewise.
3802 * demangle.c (demangle): Likewise.
3803 (asm_demangle): Likewise.
3804 * dwarf-index-cache.c (debug_index_cache): Likewise.
3805 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3806 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3807 * dwarf2read.c (check_physname): Likewise.
3808 (use_deprecated_index_sections): Likewise.
3809 (dwarf_always_disassemble): Likewise.
3810 * eval.c (overload_resolution): Likewise.
3811 * event-top.c (set_editing_cmd_var): Likewise.
3812 (exec_done_display_p): Likewise.
3813 * event-top.h (set_editing_cmd_var): Likewise.
3814 (exec_done_display_p): Likewise.
3815 * exec.c (write_files): Likewise.
3816 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3817 (debug_fbsd_nat): Likewise.
3818 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3819 Likewise.
3820 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3821 <backtrace_past_entry> Likewise.
3822 * gdb-demangle.h (demangle): Likewise.
3823 (asm_demangle): Likewise.
3824 * gdb_bfd.c (bfd_sharing): Likewise.
3825 * gdbcore.h (write_files): Likewise.
3826 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3827 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3828 * gdbthread.h (print_thread_events): Likewise.
3829 * gdbtypes.c (opaque_type_resolution): Likewise.
3830 (strict_type_checking): Likewise.
3831 * gnu-nat.c (gnu_debug_flag): Likewise.
3832 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3833 * guile/scm-param.c (pascm_variable): Add boolval.
3834 (add_setshow_generic): Update.
3835 (pascm_param_value): Update.
3836 (pascm_set_param_value_x): Update.
3837 * hppa-tdep.c (hppa_debug): Change to bool..
3838 * infcall.c (may_call_functions_p): Likewise.
3839 (coerce_float_to_double_p): Likewise.
3840 (unwind_on_signal_p): Likewise.
3841 (unwind_on_terminating_exception_p): Likewise.
3842 * infcmd.c (startup_with_shell): Likewise.
3843 * inferior.c (print_inferior_events): Likewise.
3844 * inferior.h (startup_with_shell): Likewise.
3845 (print_inferior_events): Likewise.
3846 * infrun.c (step_stop_if_no_debug): Likewise.
3847 (detach_fork): Likewise.
3848 (debug_displaced): Likewise.
3849 (disable_randomization): Likewise.
3850 (non_stop): Likewise.
3851 (non_stop_1): Likewise.
3852 (observer_mode): Likewise.
3853 (observer_mode_1): Likewise.
3854 (set_observer_mode): Update.
3855 (sched_multi): Change to bool.
3856 * infrun.h (debug_displaced): Likewise.
3857 (sched_multi): Likewise.
3858 (step_stop_if_no_debug): Likewise.
3859 (non_stop): Likewise.
3860 (disable_randomization): Likewise.
3861 * linux-tdep.c (use_coredump_filter): Likewise.
3862 (dump_excluded_mappings): Likewise.
3863 * linux-thread-db.c (auto_load_thread_db): Likewise.
3864 (check_thread_db_on_load): Likewise.
3865 * main.c (captured_main_1): Update.
3866 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3867 xx2_opt, boolean_opt>: Change to bool.
3868 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3869 * maint.c (maintenance_profile_p): Likewise.
3870 (per_command_time): Likewise.
3871 (per_command_space): Likewise.
3872 (per_command_symtab): Likewise.
3873 * memattr.c (inaccessible_by_default): Likewise.
3874 * mi/mi-main.c (mi_async): Likewise.
3875 (mi_async_1): Likewise.
3876 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3877 * nat/fork-inferior.h (startup_with_shell): Likewise.
3878 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3879 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3880 * nios2-tdep.c (nios2_debug): Likewise.
3881 * or1k-tdep.c (or1k_debug): Likewise.
3882 * parse.c (parser_debug): Likewise.
3883 * parser-defs.h (parser_debug): Likewise.
3884 * printcmd.c (print_symbol_filename): Likewise.
3885 * proc-api.c (procfs_trace): Likewise.
3886 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3887 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3888 (set_parameter_value): Update.
3889 (add_setshow_generic): Update.
3890 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3891 to bool*.
3892 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3893 int*.
3894 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3895 * record-btrace.c (record_btrace_target::store_registers): Update.
3896 * record-full.c (record_full_memory_query): Change to bool.
3897 (record_full_stop_at_limit): Likewise.
3898 * record-full.h (record_full_memory_query): Likewise.
3899 * remote-notif.c (notif_debug): Likewise.
3900 * remote-notif.h (notif_debug): Likewise.
3901 * remote.c (use_range_stepping): Likewise.
3902 (interrupt_on_connect): Likewise.
3903 (remote_break): Likewise.
3904 * ser-tcp.c (tcp_auto_retry): Likewise.
3905 * ser-unix.c (serial_hwflow): Likewise.
3906 * skip.c (debug_skip): Likewise.
3907 * solib-aix.c (solib_aix_debug): Likewise.
3908 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3909 (spu_auto_flush_cache_p): Likewise.
3910 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3911 Likewise.
3912 (struct info_print_options) <quiet>: Likewise.
3913 * symfile-debug.c (debug_symfile): Likewise.
3914 * symfile.c (auto_solib_add): Likewise.
3915 (separate_debug_file_debug): Likewise.
3916 * symfile.h (auto_solib_add): Likewise.
3917 (separate_debug_file_debug): Likewise.
3918 * symtab.c (basenames_may_differ): Likewise.
3919 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3920 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3921 (struct info_types_options) <quiet>: Likewise.
3922 * symtab.h (demangle): Likewise.
3923 (basenames_may_differ): Likewise.
3924 * target-dcache.c (stack_cache_enabled_1): Likewise.
3925 (code_cache_enabled_1): Likewise.
3926 * target.c (trust_readonly): Likewise.
3927 (may_write_registers): Likewise.
3928 (may_write_memory): Likewise.
3929 (may_insert_breakpoints): Likewise.
3930 (may_insert_tracepoints): Likewise.
3931 (may_insert_fast_tracepoints): Likewise.
3932 (may_stop): Likewise.
3933 (auto_connect_native_target): Likewise.
3934 (target_stop_and_wait): Update.
3935 (target_async_permitted): Change to bool.
3936 (target_async_permitted_1): Likewise.
3937 (may_write_registers_1): Likewise.
3938 (may_write_memory_1): Likewise.
3939 (may_insert_breakpoints_1): Likewise.
3940 (may_insert_tracepoints_1): Likewise.
3941 (may_insert_fast_tracepoints_1): Likewise.
3942 (may_stop_1): Likewise.
3943 * target.h (target_async_permitted): Likewise.
3944 (may_write_registers): Likewise.
3945 (may_write_memory): Likewise.
3946 (may_insert_breakpoints): Likewise.
3947 (may_insert_tracepoints): Likewise.
3948 (may_insert_fast_tracepoints): Likewise.
3949 (may_stop): Likewise.
3950 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3951 (make_thread_apply_all_options_def_group): Change argument from int*
3952 to bool*.
3953 (thread_apply_all_command): Update.
3954 (print_thread_events): Change to bool.
3955 * top.c (confirm): Likewise.
3956 (command_editing_p): Likewise.
3957 (history_expansion_p): Likewise.
3958 (write_history_p): Likewise.
3959 (info_verbose): Likewise.
3960 * top.h (confirm): Likewise.
3961 (history_expansion_p): Likewise.
3962 * tracepoint.c (disconnected_tracing): Likewise.
3963 (circular_trace_buffer): Likewise.
3964 * typeprint.c (print_methods): Likewise.
3965 (print_typedefs): Likewise.
3966 * utils.c (debug_timestamp): Likewise.
3967 (sevenbit_strings): Likewise.
3968 (pagination_enabled): Likewise.
3969 * utils.h (sevenbit_strings): Likewise.
3970 (pagination_enabled): Likewise.
3971 * valops.c (overload_resolution): Likewise.
3972 * valprint.h (struct value_print_options) <prettyformat_arrays,
3973 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3974 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3975 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3976 Likewise.
3977 * windows-nat.c (new_console): Likewise.
3978 (cygwin_exceptions): Likewise.
3979 (new_group): Likewise.
3980 (debug_exec): Likewise.
3981 (debug_events): Likewise.
3982 (debug_memory): Likewise.
3983 (debug_exceptions): Likewise.
3984 (useshell): Likewise.
3985 * windows-tdep.c (maint_display_all_tib): Likewise.
3986 * xml-support.c (debug_xml): Likewise.
3987
f1b620e9
MG
39882019-09-17 Mike Gulick <mgulick@mathworks.com>
3989
3990 * source.c (prepare_path_for_appending): New function.
3991 (openp): Make use of new function.
3992 (find_and_open_source): Search for the compilation directory and
3993 source file as a relative path beneath the directory search path.
3994
67f3ed6a
AB
39952019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3996
3997 * source-cache.c (source_cache::get_line_charpos): Catch
3998 exceptions and return false, this matches the behaviour documented
3999 in the header file.
4000
74332189
JB
40012019-09-17 Joel Brobecker <brobecker@adacore.com>
4002
4003 * ada-tasks.c (info_task): Remove quoting of the task's name.
4004
f2f24aa9
CB
40052019-09-16 Christian Biesinger <cbiesinger@google.com>
4006
4007 * symfile.c (auto_solib_add): Replace comment with a reference
4008 to the header file.
4009
6a062a93
CB
40102019-09-14 Christian Biesinger <cbiesinger@google.com>
4011
4012 * NEWS: Mention that gdb can now be compiled with Python 3
4013 on Windows.
4014
ec6c8338
AB
40152019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4016
4017 * maint.c (maint_print_section_data::maint_print_section_data):
4018 Force use of 'float log10 (float)' by casting the argument to
4019 float.
4020
aa17805f
AB
40212019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4022
4023 * maint.c: Add 'cmath' include.
4024 (struct maint_print_section_data): New structure.
4025 (print_section_index): New function.
4026 (print_bfd_section_info): Add header comment, small whitespace
4027 cleanup, and update to call new print_section_index function.
4028 (print_objfile_section_info): Likewise.
4029 (maint_obj_section_from_bfd_section): New function.
4030 (print_bfd_section_info_maybe_relocated): New function.
4031 (maintenance_info_sections): Add header comment, always use
4032 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
4033
3dd9bb46
AB
40342019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4035
4036 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
4037 inner scope, add check that the objfile has psymtabs before
4038 checking psymtabs_addrmap.
4039 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
4040
4993045d
PW
40412019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4042
4043 * NEWS: Announce that Ada task names are now shown at more places,
4044 and between quotes (except in info task output).
4045 * gdb/ada-tasks.c (task_to_str): New function.
4046 (display_current_task_id): Call task_to_str.
4047 (task_command_1): Likewise.
4048 (print_ada_task_info): In non-mi mode, Properly align headers and data
4049 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
4050
7a289707
RO
40512019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4052
4053 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
4054 prstatus.pr_lwp.pr_info instead of making it up.
4055
f2aec7f6
CB
40562019-09-11 Christian Biesinger <cbiesinger@google.com>
4057
4058 * auto-load.c (auto_load_expand_dir_vars): Update.
4059 * defs.h (gdb_datadir): Change to std::string.
4060 (python_libdir): Likewise.
4061 (relocate_gdb_directory): Change return type to std::string.
4062 * guile/guile.c (gdbscm_data_directory): Update.
4063 (initialize_scheme_side): Update.
4064 * jit.c (jit_reader_dir): Change to std::string.
4065 (jit_reader_load_command): Update.
4066 * main.c (gdb_datadir): Change to std::string.
4067 (python_libdir): Likewise.
4068 (set_gdb_data_directory): Update.
4069 (relocate_path): Change to return std::string.
4070 (relocate_gdb_directory): Change to return std::string.
4071 (relocate_gdbinit_path_maybe_in_datadir): Update.
4072 (captured_main_1): Update.
4073 * python/python.c (do_start_initialization): Update.
4074 * top.c (show_gdb_datadir): Update.
4075 * xml-syscall.c (xml_init_syscalls_info): Update.
4076 (init_syscalls_info): Update.
4077
9224a013
CB
40782019-09-11 Christian Biesinger <cbiesinger@google.com>
4079
4080 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
4081 out of get_init_files.
4082 (get_init_files): Update.
4083
f48cd836
CB
40842019-09-11 Christian Biesinger <cbiesinger@google.com>
4085
4086 * main.c (get_init_files): Change to use std::string.
4087 (captured_main_1): Update.
4088 (print_gdb_help): Update.
4089
9cab7ecd
AT
40902019-09-11 Ali Tamur <tamur@google.com>
4091
4092 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
4093 implementation.
4094
67547d89
CB
40952019-09-11 Christian Biesinger <cbiesinger@google.com>
4096
4097 * dbxread.c (read_dbx_symtab): Update.
4098 * dwarf2read.c (load_partial_dies): Update.
4099 * mdebugread.c (parse_partial_symbols): Update.
4100 (handle_psymbol_enumerators): Update.
4101 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
4102 * psymtab.c (add_psymbol_to_bcache): Likewise.
4103 (add_psymbol_to_list): Likewise.
4104 * symtab.c (symbol_set_names): Likewise.
4105 * symtab.h (symbol_set_names): Likewise.
4106 * xcoffread.c (scan_xcoff_symtab): Update.
4107
64b2d4a0
TT
41082019-09-11 Tom Tromey <tom@tromey.com>
4109
4110 * symfile-mem.c (symbol_file_add_from_memory): Use
4111 bfd_set_filename.
4112 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
4113 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
4114
3b00ef10
TT
41152019-09-10 Tom Tromey <tromey@adacore.com>
4116
4117 * dwarf-index-write.c (write_psymbols): Extend error message.
4118 (debug_names::insert): Add Ada code.
4119 (debug_names::write_psymbols): Remove Ada check.
4120 (debug_names) <m_string_obstack>: New member.
4121 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4122 (gdb_index_symbol_name_matcher::matches): Remove.
4123 (mapped_index_base::find_name_components_bounds): Add "lang"
4124 parameter.
4125 (mapped_index_base::build_name_components): Also split names
4126 according to Ada syntax.
4127 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4128 type of "match_callback".
4129 (check_match, check_find_bounds_finds)
4130 (dw2_expand_symtabs_matching): Update.
4131 (dw2_debug_names_iterator): Add new constructor.
4132 (dw2_debug_names_map_matching_symbols): New function.
4133 (dw2_debug_names_expand_symtabs_matching): Update.
4134 (dwarf2_debug_names_functions): Use
4135 dw2_debug_names_map_matching_symbols.
4136
aa391654
TT
41372019-09-10 Tom Tromey <tromey@adacore.com>
4138
4139 * dwarf2read.c (dw2_get_file_names_reader): Add the
4140 CU's file name to the results.
4141
b054970d
TT
41422019-09-10 Tom Tromey <tromey@adacore.com>
4143
4144 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4145 map_matching_symbols. Update.
4146 * dwarf2read.c (dw2_map_matching_symbols): Update.
4147 * psymtab.c (match_partial_symbol): Change type; update.
4148 (psym_map_matching_symbols): Likewise.
4149 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4150 type; update.
4151 * symfile.h (struct quick_symbol_functions)
4152 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4153 Remove "match".
4154
6a3dbf1b
TT
41552019-09-10 Tom Tromey <tromey@adacore.com>
4156
4157 * psymtab.c (map_block): Remove.
4158 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4159 * symtab.c (iterate_over_symbols_terminated): New function.
4160 * symtab.c (iterate_over_symbols_terminated): Declare.
4161
6969f124
TT
41622019-09-10 Tom Tromey <tromey@adacore.com>
4163
4164 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4165 * language.h (struct language_defn) <la_iterate_over_symbols>:
4166 Return bool.
4167 * symtab.c (iterate_over_symbols): Return bool.
4168 * symtab.h (iterate_over_symbols): Return bool.
4169
199b4314
TT
41702019-09-10 Tom Tromey <tromey@adacore.com>
4171
4172 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4173 (add_nonlocal_symbols): Update.
4174 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4175 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4176 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4177 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4178 Change type of "callback". Remove "data".
4179
a084a2a6
AT
4180
41812019-09-09 Ali Tamur <tamur@google.com>
4182
4183 * dwarf2read.c (comp_unit_head): Update comment.
4184 (dwarf2_dwo_name): New function declaration.
4185 (dwarf_unit_type_name): New function declaration.
4186 (read_comp_unit_head): Add support for new compilation units,
4187 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4188 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4189 (currently named as "signature") in their header. Also clarify error
4190 messages.
4191 (lookup_dwo_id): New function. Returns the dwo id of the given
4192 compile unit.
4193 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4194 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4195 functions.
4196 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4197 (dwarf2_dwo_name): Get the dwo name if present.
4198 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4199 purposes.
4200
25a2915e
TT
42012019-09-09 Tom Tromey <tom@tromey.com>
4202
4203 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4204
e4df0874
PW
42052019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4206
4207 * python/python.c (do_start_initialization): Make progname_copy static,
4208 to avoid a leak report.
4209
8634b462
TT
42102019-09-08 Tom Tromey <tom@tromey.com>
4211
4212 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4213
c7f839cb
SM
42142019-09-07 Simon Marchi <simon.marchi@efficios.com>
4215
4216 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4217 Change type to gdb::optional<block_enum>.
4218 (dw2_symtab_iter_init): Change block_index parameter type
4219 to gdb::optional<block_enum>.
4220 (dw2_lookup_symbol): Change block_index parameter
4221 type to block_enum.c
4222 (dw2_debug_names_lookup_symbol): Likewise.
4223 * psymtab.c (psym_lookup_symbol): Likewise.
4224 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4225 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4226 Likewise.
4227
ead0e69a
CB
42282019-09-06 Christian Biesinger <cbiesinger@google.com>
4229
4230 * defs.h (relocate_gdb_directory): Change int to bool in
4231 signature and rename flag to relocatable.
4232 * main.c (relocate_path): Likewise.
4233 (relocate_gdb_directory): Likewise.
4234
b16c44de
AM
42352019-09-06 Alan Modra <amodra@gmail.com>
4236
4237 * coffread.c (coff_symfile_read): Constify filename variable.
4238 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4239 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4240 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4241 * solib.c (reload_shared_libraries_1): Likewise.
4242 * symfile.c (reread_symbols): Likewise.
4243 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4244 * solib-darwin.c (darwin_bfd_open): Likewise.
4245 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4246
06ff036e
AB
42472019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4248
4249 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4250 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4251
4e962e74
TT
42522019-09-03 Tom Tromey <tromey@adacore.com>
4253
4254 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4255 types.
4256 (has_negatives): Unbias a range type bound.
4257 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4258 * gdbtypes.c (operator==): Handle new field.
4259 (create_range_type): Add "bias" parameter.
4260 (create_static_range_type, resolve_dynamic_range): Update.
4261 * gdbtypes.h (struct range_bounds) <bias>: New member.
4262 (create_range_type): Add bias parameter.
4263 * printcmd.c (print_scalar_formatted): Unbias range types.
4264 * value.c (unpack_long): Unbias range types.
4265 (pack_long): Bias range types.
4266
d90b8f26
AH
42672019-09-02 Alan Hayward <alan.hayward@arm.com>
4268
4269 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4270 probe arguments.
4271
fe01123e
AH
42722019-09-02 Alan Hayward <alan.hayward@arm.com>
4273
4274 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4275 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4276 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4277 (compile_probe_arg): Likewise.
4278 * probe.h (get_argument_count): Likewise.
4279 * solib-svr4.c (solib_event_probe_action): Likewise.
4280 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4281
e661ef01
AH
42822019-09-02 Alan Hayward <alan.hayward@arm.com>
4283
4284 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4285 code to here...
4286 (svr4_create_solib_event_breakpoints): ...from here.
4287
47a536d9
SDJ
42882019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4289
4290 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4291 suffix from warning message.
4292
d6a00eba
TT
42932019-08-30 Tom Tromey <tom@tromey.com>
4294
4295 * tui/tui-winsource.h (struct tui_source_window_base)
4296 <refresh_all>: Don't declare.
4297 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4298 Remove.
4299 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4300 tui_show_locator_content.
4301 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4302 declare.
4303 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4304 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4305 declare.
4306
55b2657b
TT
43072019-08-30 Tom Tromey <tom@tromey.com>
4308
4309 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4310
12a8555a
TT
43112019-08-30 Tom Tromey <tom@tromey.com>
4312
4313 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4314 Remove unnecessary forward declarations.
4315
900ac242
TT
43162019-08-30 Tom Tromey <tom@tromey.com>
4317
4318 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4319 rerender.
4320 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4321 tui_show_locator_content.
4322
99ab33fb
TT
43232019-08-30 Tom Tromey <tom@tromey.com>
4324
4325 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4326 (tui_locator_window::rerender): Rewrite using body of previous
4327 tui_show_locator_content.
4328
e594a5d1
TT
43292019-08-30 Tom Tromey <tom@tromey.com>
4330
4331 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4332 set_locator_fullname>: New methods.
4333 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4334 Rename from tui_set_locator_fullname.
4335 (tui_locator_window::set_locator_info): Rename from
4336 tui_set_locator_info. Return bool.
4337 (tui_update_locator_fullname, tui_show_frame_info): Update.
4338
715bb467
TT
43392019-08-30 Tom Tromey <tom@tromey.com>
4340
4341 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4342
772f3f03
TT
43432019-08-30 Tom Tromey <tom@tromey.com>
4344
4345 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4346 call touchwin.
4347
108e13ab
TT
43482019-08-30 Tom Tromey <tom@tromey.com>
4349
4350 * tui/tui-wingeneral.c (box_win): Assume win_info and
4351 win_info->handle cannot be NULL.
4352
cdaa6eb4
TT
43532019-08-30 Tom Tromey <tom@tromey.com>
4354
4355 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4356 refresh_window>: Declare.
4357 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4358 resize.
4359 (tui_data_item_window::rerender): Rename from
4360 tui_display_register.
4361 (tui_data_item_window::refresh_window): New method.
4362 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4363 no-op.
4364
89df7f90
TT
43652019-08-30 Tom Tromey <tom@tromey.com>
4366
4367 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4368 regs_column_count, current_group>: Move later. Now private.
4369 <get_current_group>: New method.
4370 * tui/tui-regs.c (tui_reg_command): Update.
4371 * tui/tui-layout.c (tui_set_layout): Update.
4372
1bf2866a
TT
43732019-08-30 Tom Tromey <tom@tromey.com>
4374
4375 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4376 (tui_data_window::rerender): Don't call
4377 check_and_display_highlight_if_needed.
4378 (tui_data_window::refresh_all): Remove call to
4379 erase_data_content.
4380
0670413d
TT
43812019-08-30 Tom Tromey <tom@tromey.com>
4382
4383 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4384 (tui_data_window::display_registers_from)
4385 (tui_data_window::display_reg_element_at_line)
4386 (tui_data_window::display_registers_from_line): Remove checks of
4387 "empty".
4388
18bb55c7
TT
43892019-08-30 Tom Tromey <tom@tromey.com>
4390
4391 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4392 Don't declare.
4393 * tui/tui-regs.c (tui_data_window::show_registers): Call
4394 rerender.
4395 (tui_data_window::rerender): Rename from display_all_data.
4396 (tui_data_window::rerender): Remove old implementation.
4397
1f6d2f10
TT
43982019-08-30 Tom Tromey <tom@tromey.com>
4399
4400 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4401 text.
4402 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4403
16d01f9c
BW
44042019-08-29 Bernhard Wodok <barto@gmx.net>
4405 Sergio Durigan Junior <sergiodj@redhat.com>
4406
4407 PR win32/24284
4408 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4409
d8f27c60
AB
44102019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4411
4412 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4413 when searching for types.
4414
1f20c35e
AB
44152019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4416
4417 * f-lang.c (f_language_defn): Use f_print_typedef.
4418 * f-lang.h (f_print_typedef): Declare.
4419 * f-typeprint.c (f_print_typedef): Define.
4420
550105b7
CB
44212019-08-27 Christian Biesinger <cbiesinger@google.com>
4422
4423 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4424
4acfdd20
AB
44252019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4426
4427 * cli/cli-utils.c (info_print_options_defs): Delete.
4428 (make_info_print_options_def_group): Delete.
4429 (extract_info_print_options): Delete.
4430 (info_print_command_completer): Delete.
4431 (info_print_args_help): Add extra parameter, and optionally
4432 include text about -n flag.
4433 * cli/cli-utils.h (struct info_print_options): Delete.
4434 (extract_info_print_options): Delete declaration.
4435 (info_print_command_completer): Delete declaration.
4436 (info_print_args_help): Add extra parameter, extend header
4437 comment.
4438 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4439 search_symbols.
4440 * stack.c (struct info_print_options): New type.
4441 (info_print_options_defs): New file scoped variable.
4442 (make_info_print_options_def_group): New static function.
4443 (info_print_command_completer): New static function.
4444 (info_locals_command): Update to use new local functions.
4445 (info_args_command): Likewise.
4446 (_initialize_stack): Add extra parameter to calls to
4447 info_print_args_help.
4448 * symtab.c (search_symbols): Add extra parameter, use this to
4449 possibly excluse non-debug symbols.
4450 (symtab_symbol_info): Add extra parameter, which is passed on to
4451 search_symbols.
4452 (struct info_print_options): New type.
4453 (info_print_options_defs): New file scoped variable.
4454 (make_info_print_options_def_group): New static function.
4455 (info_print_command_completer): New static function.
4456 (info_variables_command): Update to use local functions, and pass
4457 extra parameter through to symtab_symbol_info.
4458 (info_functions_command): Likewise.
4459 (info_types_command): Pass additional argument through to
4460 symtab_symbol_info.
4461 (rbreak_command): Pass extra argument to search_symbols.
4462 (_initialize_symtab): Add extra arguments for calls to
4463 info_print_args_help, and update help text for 'info variables',
4464 'whereis', and 'info functions' commands.
4465 * symtab.h (search_symbols): Add extra argument to declaration.
4466 * NEWS: Mention new flags.
4467
9aa55206
CB
44682019-08-26 Christian Biesinger <cbiesinger@google.com>
4469
4470 * symtab.c (lookup_static_symbol): Call the new function (and move
4471 it down to be next to lookup_global_symbol).
4472 (struct global_sym_lookup_data): Add block_enum member and rename to...
4473 (struct global_or_static_sym_lookup_data): ...this.
4474 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4475 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4476 (lookup_symbol_global_or_static_iterator_cb): ...this.
4477 (lookup_global_or_static_symbol): New function.
4478 (lookup_global_symbol): Call new function.
4479
5c31b358
TV
44802019-08-26 Tom de Vries <tdevries@suse.de>
4481
4482 PR c++/24852
4483 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4484 when pc_probe.prob == NULL.
4485
23c13d42
SM
44862019-08-25 Simon Marchi <simon.marchi@efficios.com>
4487
4488 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4489 variable symbol_linkage to symbol_linkage_.
4490
beadd3e8
SM
44912019-08-25 Simon Marchi <simon.marchi@efficios.com>
4492
4493 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4494 represent whether the symbol is static, dynamic, or we don't
4495 know.
4496
e3ec872f
YS
44972019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4498
4499 * gdb/rx-tdep.c (rx_register_names): New.
4500 (rx_register_name): Delete.
4501 (rx_psw_type): Delete.
4502 (rx_fpsw_type): Delete.
4503 (rx_register_type): Delete.
4504 (rx_gdbarch_init): Convert target-descriptions.
4505 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4506 * gdb/features/Makefile: Add rx.xml.
4507 * gdb/features/rx.xml: New.
4508 * gdb/features/rx.c: Generated.
4509 * gdb/NEWS: Mention target description support.
4510
d0509ba4
CB
45112019-08-22 Christian Biesinger <cbiesinger@google.com>
4512
4513 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4514 *slot_ptr.
4515
2d41fa11
SDJ
45162019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4517
4518 * configure.ac: Don't check for 'dlfcn.h' (moved to
4519 gdbsupport/common.m4).
4520 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4521 'gdbsupport/'.
4522 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4523 * compile/compile-c-support.c: Include
4524 'gdbsupport/gdb-dlfcn.h'.
4525 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4526 * gdb-dlfcn.c: Move to...
4527 * gdbsupport/gdb-dlfcn.c: ... here.
4528 * gdb-dlfcn.h: Move to...
4529 * gdbsupport/gdb-dlfcn.h: ... here.
4530
de8af808
SL
45312019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4532
4533 * nios2-tdep.c (struct reg_value): Improve comments. Make
4534 the offset field signed.
4535
27204489
CB
45362019-08-22 Christian Biesinger <cbiesinger@google.com>
4537
4538 * python/lib/gdb/__init__.py (_execute_file): New function.
4539 * python/python.c (python_run_simple_file): Call gdb._execute_file
4540 on Windows.
4541
43771869
AB
45422019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4543
4544 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4545 all uses as this was never set to anything but a zero value.
4546
26c957f1
PA
45472019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4548
4549 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4550
c07aae6e
CB
45512019-08-21 Christian Biesinger <cbiesinger@google.com>
4552
4553 * tui/tui-data.h (tui_gen_win_info): Add an =default
4554 move constructor, required by some GCC versions.
4555
3960cb7a
JF
45562019-08-21 Jinke Fan <fanjinke51@yeah.net>
4557
4558 * go32-nat.c (go32_sysinfo): Add hygon_p.
4559
04c72a68
TT
45602019-08-20 Tom Tromey <tom@tromey.com>
4561
4562 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4563 line_from_reg_element_no, first_reg_element_no_inline,
4564 display_all_data, delete_data_content_windows,
4565 erase_data_content>: Now private.
4566
072272ce
TT
45672019-08-20 Tom Tromey <tom@tromey.com>
4568
4569 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4570 (tui_unhighlight_win, tui_highlight_win)
4571 (tui_win_info::make_window): Update.
4572 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4573
973961bd
TT
45742019-08-20 Tom Tromey <tom@tromey.com>
4575
4576 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4577 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4578 (MAX_PID_WIDTH): Move to tui-stack.c.
4579 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4580 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4581 (MAX_PID_WIDTH): Move from tui-data.h.
4582
ab0e1f1a
TT
45832019-08-20 Tom Tromey <tom@tromey.com>
4584
4585 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4586 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4587 (box_win): Update.
4588 (tui_gen_win_info::make_window): Rename from tui_make_window.
4589 (tui_win_info::make_window): New method.
4590 (tui_gen_win_info::make_visible): Update.
4591 * tui/tui-source.c (tui_source_window::set_contents): Update.
4592 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4593 (tui_data_window::display_registers_from): Update.
4594 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4595 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4596 Declare.
4597 <can_box>: Remove.
4598 <title>: Remove.
4599 (struct tui_win_info) <make_window>: Declare.
4600 <can_box>: Now virtual.
4601 <title>: New member.
4602 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4603 * tui/tui-command.c (tui_cmd_window::resize): Update.
4604
100c2bf3
TT
46052019-08-20 Tom Tromey <tom@tromey.com>
4606
4607 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4608 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4609 (tui_data_window::check_register_values): Update.
4610
fa4dc567
TT
46112019-08-20 Tom Tromey <tom@tromey.com>
4612
4613 * tui/tui-regs.h (struct tui_data_window): Use
4614 DISABLE_COPY_AND_ASSIGN.
4615 <regs_content>: Change type, removing unique_ptr.
4616 <tui_data_window>: Add move constructor.
4617 * tui/tui-regs.c (tui_data_window::show_registers)
4618 (tui_data_window::show_register_group)
4619 (tui_data_window::display_registers_from)
4620 (tui_data_window::display_registers_from)
4621 (tui_data_window::first_data_item_displayed)
4622 (tui_data_window::delete_data_content_windows)
4623 (tui_data_window::rerender, tui_data_window::refresh_window)
4624 (tui_data_window::check_register_values): Update.
4625
ca02d7c8
TT
46262019-08-20 Tom Tromey <tom@tromey.com>
4627
4628 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4629 show_register_group>: Declare.
4630 (tui_show_register_group): Don't declare.
4631 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4632 tui_show_registers.
4633 (tui_data_window::show_register_group): Rename from
4634 tui_show_register_group.
4635 (tui_data_window::check_register_values, tui_reg_command):
4636 Update.
4637 * tui/tui-layout.c (tui_set_layout): Update.
4638
63356bfd
TT
46392019-08-20 Tom Tromey <tom@tromey.com>
4640
4641 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4642 Declare.
4643 (tui_check_register_values): Don't declare.
4644 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4645 from tui_check_register_values.
4646 * tui/tui-hooks.c (tui_register_changed): Update.
4647
42cc14a7
TT
46482019-08-20 Tom Tromey <tom@tromey.com>
4649
4650 * tui/tui-regs.c (tui_reg_layout): Move later.
4651 (tui_show_registers): Don't enable TUI mode or change layout.
4652
b9ad3686
TT
46532019-08-20 Tom Tromey <tom@tromey.com>
4654
4655 * tui/tui-regs.h (struct tui_data_item_window)
4656 <~tui_data_item_window>: Remove.
4657 <content>: Now a unique_xmalloc_ptr.
4658 * tui/tui-regs.c (tui_register_format): Return a
4659 unique_xmalloc_ptr.
4660 (tui_get_register): Update.
4661 (~tui_data_item_window): Remove.
4662 (tui_data_window::display_registers_from, tui_display_register):
4663 Update.
4664 * tui/tui-io.h (tui_expand_tabs): Update.
4665 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4666 Remove "col" parameter.
4667
8e114aab
TT
46682019-08-20 Tom Tromey <tom@tromey.com>
4669
4670 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4671 field.
4672 * tui/tui-regs.c (~tui_data_item_window): Update.
4673
1a4f81dd
TT
46742019-08-20 Tom Tromey <tom@tromey.com>
4675
4676 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4677 earlier.
4678
0f8d8876
TT
46792019-08-20 Tom Tromey <tom@tromey.com>
4680
4681 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4682
605dc2c2
TT
46832019-08-20 Tom Tromey <tom@tromey.com>
4684
4685 * tui/tui-source.h (struct tui_source_window): Update.
4686 * tui/tui-regs.c (tui_show_registers): Update.
4687 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4688 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4689 (NO_REGS_STRING): Remove defines.
4690
aedbe3bb
CM
46912019-08-20 Conrad Meyer <cem@FreeBSD.org>
4692
4693 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4694 unnecessary thread walk if remote doesn't support the packet.
4695
7ce8f214
TT
46962019-08-19 Tom Tromey <tromey@adacore.com>
4697
4698 * python/py-value.c (value_has_field): Fix indentation.
4699
f21c2bd7
TT
47002019-08-19 Tom Tromey <tromey@adacore.com>
4701
4702 * printcmd.c (do_one_display, info_display_command): Update.
4703 * block.h (contained_in): Return bool. Add allow_nested
4704 parameter.
4705 * block.c (contained_in): Return bool. Add allow_nested
4706 parameter.
4707
d806ea2d
TT
47082019-08-19 Tom Tromey <tom@tromey.com>
4709
4710 * configure: Rebuild.
4711 * configure.ac: Disallow the combination of -static-libstdc++ and
4712 source highlight.
4713 * source-cache.c (get_language_name): Handle rust.
4714 (source_cache::get_source_lines): Ignore highlighting exceptions.
4715
398fdd60
TT
47162019-08-16 Tom Tromey <tom@tromey.com>
4717
4718 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4719 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4720 (struct tui_source_window_base) <make_visible, refresh_window,
4721 resize>: Remove methods.
4722 <execution_info>: Remove field.
4723 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4724 (tui_show_source_line, tui_source_window_base)
4725 (~tui_source_window_base): Update.
4726 (tui_source_window_base::resize)
4727 (tui_source_window_base::make_visible)
4728 (tui_source_window_base::refresh_window): Remove.
4729 (tui_source_window_base::update_exec_info): Update.
4730 * tui/tui-source.c (tui_source_window::set_contents): Update.
4731 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4732
e699d331
TT
47332019-08-16 Tom Tromey <tom@tromey.com>
4734
4735 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4736 deprecated_query_hook.
4737
bb01dbfc
TT
47382019-08-16 Tom Tromey <tom@tromey.com>
4739
4740 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4741 (tui_update_source_windows_with_line): Update.
4742 * tui/tui-source.h (struct tui_source_window)
4743 <show_symtab_source>: Declare.
4744 (tui_show_symtab_source): Don't declare.
4745 * tui/tui-source.c (tui_show_symtab_source): Rename from
4746 tui_show_symtab_source.
4747
81c82c4b
TT
47482019-08-16 Tom Tromey <tom@tromey.com>
4749
4750 * tui/tui-winsource.h (struct tui_source_window_base)
4751 <set_contents>: Declare.
4752 * tui/tui-winsource.c
4753 (tui_source_window_base::update_source_window_as_is): Update.
4754 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4755 Declare.
4756 (tui_set_source_content): Don't declare.
4757 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4758 tui_set_source_content.
4759 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4760 Declare.
4761 (tui_set_disassem_content): Don't declare.
4762 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4763 tui_set_disassem_content.
4764
2ddaf614
TT
47652019-08-16 Tom Tromey <tom@tromey.com>
4766
4767 * tui/tui-winsource.h (struct tui_source_window_base)
4768 <update_breakpoint_info>: Declare.
4769 (tui_update_breakpoint_info): Don't declare.
4770 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4771 (tui_update_all_breakpoint_info): Update.
4772 (tui_source_window_base::update_breakpoint_info): Rename from
4773 tui_update_breakpoint_info.
4774 (tui_source_window_base::update_exec_info): Update.
4775
017f9828
TT
47762019-08-16 Tom Tromey <tom@tromey.com>
4777
4778 * tui/tui-winsource.h (struct tui_source_window_base)
4779 <update_source_window>: Declare.
4780 (tui_update_source_window): Don't declare.
4781 * tui/tui-winsource.c
4782 (tui_source_window_base::update_source_window): Rename from
4783 tui_update_source_window.
4784 (tui_source_window_base::rerender): Update.
4785 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4786 * tui/tui-disasm.c (tui_show_disassem)
4787 (tui_show_disassem_and_update_source)
4788 (tui_disasm_window::maybe_update): Update.
4789
ed8358e9
TT
47902019-08-16 Tom Tromey <tom@tromey.com>
4791
4792 * tui/tui-winsource.h (struct tui_source_window_base)
4793 <update_source_window_as_is>: Declare.
4794 (tui_update_source_window_as_is): Don't declare.
4795 * tui/tui-winsource.c (tui_update_source_window): Update
4796 (tui_source_window_base::update_source_window_as_is): Rename from
4797 tui_update_source_window_as_is.
4798 (tui_source_window_base::refill): Update.
4799 * tui/tui-source.c (tui_show_symtab_source): Update.
4800 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4801 Update.
4802
20149b6b
TT
48032019-08-16 Tom Tromey <tom@tromey.com>
4804
4805 * tui/tui-winsource.h (tui_update_source_window)
4806 (tui_update_source_window_as_is): Remove "noerror" parameter.
4807 * tui/tui-winsource.c (tui_update_source_window)
4808 (tui_update_source_window_as_is): Remove "noerror" parameter.
4809 (tui_update_source_windows_with_addr)
4810 (tui_update_source_windows_with_line)
4811 (tui_source_window_base::rerender)
4812 (tui_source_window_base::refill): Update.
4813 * tui/tui-source.h (tui_set_source_content)
4814 (tui_show_symtab_source): Remove "noerror" parameter.
4815 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4816 parameter.
4817 (tui_show_symtab_source): Likewise.
4818 (tui_source_window::maybe_update): Update.
4819 * tui/tui-disasm.c (tui_show_disassem)
4820 (tui_show_disassem_and_update_source)
4821 (tui_disasm_window::do_scroll_vertical)
4822 (tui_disasm_window::maybe_update): Update.
4823
2d83e710
TT
48242019-08-16 Tom Tromey <tom@tromey.com>
4825
4826 * tui/tui.c (tui_is_window_visible): Update.
4827 * tui/tui-wingeneral.c (tui_make_window)
4828 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4829 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4830 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4831 (tui_set_win_height_command, parse_scrolling_args): Update.
4832 * tui/tui-source.c (tui_source_window::style_changed): Update.
4833 * tui/tui-regs.c (tui_show_registers)
4834 (tui_data_window::first_data_item_displayed)
4835 (tui_data_window::delete_data_content_windows)
4836 (tui_check_register_values, tui_reg_command): Update.
4837 * tui/tui-disasm.c (tui_show_disassem): Update.
4838 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4839 method.
4840 <is_visible>: Remove field.
4841 * tui/tui-data.c (tui_next_win, tui_prev_win)
4842 (tui_delete_invisible_windows): Update.
4843
d4ab829a
TT
48442019-08-16 Tom Tromey <tom@tromey.com>
4845
4846 * tui/tui-winsource.h (struct tui_source_window_base)
4847 <m_has_locator>: Remove.
4848 * tui/tui-layout.c (show_source_disasm_command, show_data)
4849 (show_source_or_disasm_and_command): Update.
4850
aa7ca1bb
AH
48512019-08-16 Alan Hayward <alan.hayward@arm.com>
4852
4853 * NEWS (Other MI changes): New subsection.
4854 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4855 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4856 * arch-utils.c (default_get_pc_address_flags): New function.
4857 * arch-utils.h (default_get_pc_address_flags): New declaration.
4858 * gdbarch.sh: Add get_pc_address_flags.
4859 * gdbarch.c: Regenerate.
4860 * gdbarch.h: Likewise.
4861 * stack.c (print_pc): New function.
4862 (print_frame_info) (print_frame): Call print_pc.
4863
6eac171f
TV
48642019-08-16 Tom de Vries <tdevries@suse.de>
4865
4866 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4867 print_objfile_section_info.
4868
3df505f6
TT
48692019-08-15 Tom Tromey <tom@tromey.com>
4870
4871 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4872 calling update_cmdwin_start_line.
4873 * tui/tui-winsource.h (struct tui_source_window_base)
4874 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4875 <rerender>: Declare.
4876 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4877 Call rerender.
4878 (tui_source_window_base::set_new_height): Remove.
4879 (tui_source_window_base::rerender): Rename from
4880 do_make_visible_with_new_height.
4881 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4882 resize method.
4883 (tui_win_info::make_invisible_and_set_new_height)
4884 (tui_win_info::make_visible_with_new_height): Remove.
4885 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4886 Declare.
4887 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4888 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4889 do_make_visible_with_new_height>: Don't declare.
4890 <rerender>: Declare.
4891 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4892 set_new_height.
4893 (tui_data_window::do_make_visible_with_new_height): Remove.
4894 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4895 call tui_show_locator_content.
4896 (tui_gen_win_info::resize): Call rerender.
4897 (show_source_or_disasm_and_command): Don't call
4898 tui_show_locator_content.
4899 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4900 method.
4901 (struct tui_win_info) <rerender>: Declare.
4902 <set_new_height, make_invisible_and_set_new_height,
4903 make_visible_with_new_height>: Don't declare.
4904 * tui/tui-data.c (tui_win_list::rerender): New method.
4905 * tui/tui-command.h (struct tui_cmd_window)
4906 <do_make_visible_with_new_height>: Don't declare.
4907 * tui/tui-command.c
4908 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4909
272560b5
TT
49102019-08-15 Tom Tromey <tromey@adacore.com>
4911
4912 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4913 * ada-lang.c (ada_enum_name): Likewise.
4914
08235187
CB
49152019-08-15 Christian Biesinger <cbiesinger@google.com>
4916
4917 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4918 leading underscore.
4919 (GdbOutputErrorFile): Likewise.
4920 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4921 accordingly.
4922 (execute_unwinders): Rename to have a leading underscore.
4923 (auto_load_packages): Likewise.
4924 (global scope): Adjust call to auto_load_packages accordingly.
4925 (GdbSetPythonDirectory): Likewise.
4926 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4927 instead of execute_unwinders.
4928
db502012
TT
49292019-08-15 Tom Tromey <tom@tromey.com>
4930
4931 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4932 (show_data): Don't change window visibility.
4933 (tui_gen_win_info::resize): Remove special case for command
4934 window. Use wresize, when available.
4935 (show_source_or_disasm_and_command): Don't change window
4936 visibility.
4937 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4938 <make_visible>: New method.
4939 * tui/tui-command.c (tui_cmd_window::resize): New method.
4940
3891b65e
TT
49412019-08-15 Tom Tromey <tom@tromey.com>
4942
4943 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4944 (struct tui_source_windows): New.
4945 * tui/tui-winsource.c (tui_display_main): Update.
4946 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4947 (new_height_ok, parse_scrolling_args): Update.
4948 * tui/tui-layout.c (show_layout, show_data): Update.
4949 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4950 (tui_add_to_source_windows): Don't declare.
4951 * tui/tui-data.c (source_windows, tui_source_windows)
4952 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4953
ee556432
TT
49542019-08-15 Tom Tromey <tom@tromey.com>
4955
4956 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4957 Rename from reset.
4958 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4959 * tui/tui-layout.c (show_source_disasm_command, show_data):
4960 Update.
4961 (tui_gen_win_info::resize): Rename.
4962 (show_source_or_disasm_and_command): Update.
4963 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4964 reset.
4965
46f438e3
TT
49662019-08-15 Tom Tromey <tom@tromey.com>
4967
4968 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4969 * tui/tui-interp.c (tui_interp::init): Don't call
4970 tui_initialize_static_data.
4971 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4972
f4ce562c
TT
49732019-08-15 Tom Tromey <tom@tromey.com>
4974
4975 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4976 examine tui_win_list.
4977
c398c3d0
TT
49782019-08-15 Tom Tromey <tom@tromey.com>
4979
4980 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4981 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4982 tui_clear_source_content.
4983 (tui_clear_source_content): Remove.
4984 (tui_source_window_base::do_erase_source_content): Hoist call to
4985 content.clear().
4986 * tui/tui-stack.c (tui_show_frame_info): Don't call
4987 tui_clear_source_content.
4988
e25d2004
TT
49892019-08-15 Tom Tromey <tom@tromey.com>
4990
4991 * tui/tui-winsource.h (struct tui_source_window_base)
4992 <do_erase_source_content>: New method.
4993 <erase_source_content>: New method.
4994 (tui_erase_source_content): Don't declare.
4995 * tui/tui-winsource.c (tui_clear_source_content): Update.
4996 (tui_source_window_base::do_erase_source_content): Rename from
4997 tui_erase_source_content.
4998 (tui_source_window_base::show_source_content): Update.
4999 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5000 * tui/tui-source.h (struct tui_source_window)
5001 <erase_source_content>: New method.
5002 * tui/tui-disasm.h (struct tui_disasm_window)
5003 <erase_source_content>: New method.
5004
002f15c2
TT
50052019-08-15 Tom Tromey <tom@tromey.com>
5006
5007 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
5008 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
5009 constructor.
5010 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
5011 * tui/tui-source.c (tui_set_source_content): Update.
5012 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5013
c9033fe8
TT
50142019-08-15 Tom Tromey <tom@tromey.com>
5015
5016 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
5017 * tui/tui-winsource.c (tui_line_is_displayed): Move to
5018 tui-source.c.
5019 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
5020 Declare.
5021 * tui/tui-source.c (tui_source_window::line_is_displayed): New
5022 method.
5023 (tui_source_window::maybe_update): Update.
5024
088f37dd
TT
50252019-08-15 Tom Tromey <tom@tromey.com>
5026
5027 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
5028 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
5029 tui-disasm.c.
5030 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
5031 Declare.
5032 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
5033 method.
5034 (tui_disasm_window::maybe_update): Update.
5035
a54700c6
TT
50362019-08-15 Tom Tromey <tom@tromey.com>
5037
5038 * tui/tui-winsource.h (struct tui_source_window_base)
5039 <maybe_update>: Declare.
5040 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
5041 method.
5042 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
5043 Declare.
5044 * tui/tui-source.c (tui_source_window::maybe_update): New method.
5045 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
5046 Declare.
5047 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
5048
e2a678a5
TT
50492019-08-15 Tom Tromey <tom@tromey.com>
5050
5051 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
5052
f2dda477
TT
50532019-08-15 Tom Tromey <tom@tromey.com>
5054
5055 * tui/tui-wingeneral.c: Include tui-stack.h.
5056 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
5057 (struct tui_locator_window): Move from tui-data.h.
5058 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
5059 (tui_initialize_static_data): Move from tui-data.c.
5060 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
5061 (struct tui_locator_window): Move to tui-stack.c.
5062 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
5063 (tui_initialize_static_data): Move to tui-stack.c.
5064
ed4a1084
TT
50652019-08-15 Tom Tromey <tom@tromey.com>
5066
5067 * tui/tui-layout.c (show_source_disasm_command)
5068 (show_source_or_disasm_and_command): Use make_visible method, not
5069 tui_make_window.
5070 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
5071 Remove.
5072
65962b20
TT
50732019-08-15 Tom Tromey <tom@tromey.com>
5074
5075 * tui/tui-wingeneral.h (tui_make_window): Update.
5076 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
5077 parameter.
5078 (tui_gen_win_info::make_visible): Update.
5079 * tui/tui-regs.c (tui_data_window::display_registers_from):
5080 Update.
5081 * tui/tui-layout.c (show_source_disasm_command)
5082 (show_source_or_disasm_and_command): Update.
5083 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
5084 (enum tui_box): Remove.
5085 (struct tui_win_info) <can_box>: New method.
5086 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
5087 method.
5088
2208ee91
TV
50892019-08-15 Tom de Vries <tdevries@suse.de>
5090
5091 * linux-nat-trad.c: Include gdbarch.h.
5092
75faf5c4
AH
50932019-08-14 Alan Hayward <alan.hayward@arm.com>
5094
5095 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
5096 register sizes.
5097
b1c896b3
TT
50982019-08-14 Tom Tromey <tromey@adacore.com>
5099
5100 * darwin-nat.c: Include gdbarch.h.
5101 * darwin-nat-info.c: Include gdbarch.h.
5102
6405cd73
TT
51032019-08-13 Tom Tromey <tom@tromey.com>
5104
5105 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
5106 Remove.
5107 * tui/tui-data.c (tui_initialize_static_data): Update.
5108
5216580d
TT
51092019-08-13 Tom Tromey <tom@tromey.com>
5110
5111 * tui/tui-winsource.h (struct tui_exec_info_window)
5112 <~tui_exec_info_window, maybe_allocate_content, get_content,
5113 m_content>: Remove.
5114 (struct tui_source_window_base) <set_exec_info_content,
5115 show_exec_info_content>: Don't declare.
5116 * tui/tui-winsource.c
5117 (tui_exec_info_window::maybe_allocate_content): Remove.
5118 (tui_source_window_base::update_exec_info): Rename from
5119 set_exec_info_content.
5120 (tui_source_window_base::show_exec_info_content)
5121 (tui_source_window_base::update_exec_info): Remove.
5122
93858ad3
TT
51232019-08-13 Tom Tromey <tom@tromey.com>
5124
5125 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5126 declare.
5127 * tui/tui-winsource.c (tui_update_source_window_as_is)
5128 (tui_update_source_windows_with_addr, tui_erase_source_content):
5129 Update.
5130 (tui_clear_exec_info_content): Remove.
5131
e321e7ce
TT
51322019-08-13 Tom Tromey <tom@tromey.com>
5133
5134 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5135 declare.
5136 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5137 call tui_erase_exec_info_content.
5138 (tui_clear_exec_info_content): Rename from
5139 tui_erase_exec_info_content.
5140 (tui_clear_exec_info_content): Delete.
5141
8270ac62
TT
51422019-08-13 Tom Tromey <tom@tromey.com>
5143
5144 * tui/tui-winsource.h (struct tui_source_window_base)
5145 <show_exec_info_content>: Declare.
5146 (tui_show_exec_info_content): Don't declare.
5147 * tui/tui-winsource.c
5148 (tui_source_window_base::show_exec_info_content): Rename from
5149 tui_show_exec_info_content.
5150 (tui_source_window_base::update_exec_info): Update.
5151
7b56485d
TT
51522019-08-13 Tom Tromey <tom@tromey.com>
5153
5154 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5155 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5156 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5157 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5158 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5159 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5160 ... here.
5161
7ba913dc
TT
51622019-08-13 Tom Tromey <tom@tromey.com>
5163
5164 * tui/tui-winsource.h (struct tui_source_window_base)
5165 <update_exec_info>: Declare.
5166 (tui_update_exec_info): Don't declare.
5167 * tui/tui-winsource.c (tui_update_source_window_as_is)
5168 (tui_source_window_base::refresh_all)
5169 (tui_update_all_breakpoint_info): Update.
5170 (tui_source_window_base::update_exec_info): Rename from
5171 tui_update_exec_info.
5172 * tui/tui-stack.c (tui_show_frame_info): Update.
5173
37a4a131
TT
51742019-08-13 Tom Tromey <tom@tromey.com>
5175
5176 * tui/tui-winsource.h (struct tui_source_window_base)
5177 <set_exec_info_content>: Declare.
5178 (tui_set_exec_info_content): Don't declare.
5179 * tui/tui-winsource.c
5180 (tui_source_window_base::set_exec_info_content): Rename from
5181 tui_set_exec_info_content.
5182 (tui_update_exec_info): Update.
5183
0bd27e07
TT
51842019-08-13 Tom Tromey <tom@tromey.com>
5185
5186 * tui/tui-winsource.h (struct tui_source_window_base)
5187 <show_source_content>: Declare.
5188 (tui_show_source_content): Don't declare.
5189 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5190 (tui_source_window_base::show_source_content): Rename from
5191 tui_show_source_content.
5192 (tui_source_window_base::refresh_all): Update.
5193 * tui/tui-layout.c (show_source_disasm_command)
5194 (show_source_or_disasm_and_command): Update.
5195
b4ef5aeb
TT
51962019-08-13 Tom Tromey <tom@tromey.com>
5197
5198 * tui/tui-winsource.c (tui_erase_source_content)
5199 (tui_show_source_content, tui_source_window_base::refresh_all):
5200 Update.
5201 * tui/tui-wingeneral.h
5202 (tui_check_and_display_highlight_if_needed): Don't declare.
5203 * tui/tui-wingeneral.c
5204 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5205 check_and_display_highlight_if_needed.
5206 * tui/tui-win.c (tui_rehighlight_all)
5207 (tui_win_info::make_visible_with_new_height): Update.
5208 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5209 (tui_data_window::erase_data_content)
5210 (tui_data_window::display_all_data): Update.
5211 * tui/tui-data.h (struct tui_win_info)
5212 <check_and_display_highlight_if_needed>: Declare.
5213
fede5273
TT
52142019-08-13 Tom Tromey <tom@tromey.com>
5215
5216 * tui/tui-win.c (tui_resize_all): Call
5217 tui_delete_invisible_windows.
5218 * tui/tui-layout.c (show_layout): Call
5219 tui_delete_invisible_windows.
5220 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5221 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5222
22c3f490
TT
52232019-08-13 Tom Tromey <tom@tromey.com>
5224
5225 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5226 tui_add_win_to_layout.
5227
16cb7910
TT
52282019-08-13 Tom Tromey <tom@tromey.com>
5229
5230 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5231 * tui/tui-layout.c (tui_default_win_height): Now static.
5232
cc0c3ffb
TT
52332019-08-13 Tom Tromey <tom@tromey.com>
5234
5235 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5236 single switch.
5237 (show_source_disasm_command, show_source_or_disasm_and_command):
5238 Don't check current layout.
5239
3f3ffe54
TT
52402019-08-13 Tom Tromey <tom@tromey.com>
5241
5242 * tui/tui-wingeneral.c (make_all_visible): Remove.
5243 (tui_make_all_invisible): Simplify.
5244 * tui/tui-layout.c (tui_make_all_invisible): Move from
5245 tui-wingeneral.c; simplify.
5246 (show_layout): Hoist call to tui_make_all_invisible.
5247 (show_data): Don't call tui_make_all_invisible.
5248
69258091
TT
52492019-08-13 Tom Tromey <tom@tromey.com>
5250
5251 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5252 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5253
62cf57fe
TT
52542019-08-13 Tom Tromey <tom@tromey.com>
5255
5256 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5257 tui-data.c.
5258 (show_source_disasm_command, show_data)
5259 (show_source_or_disasm_and_command): Don't use
5260 tui_set_current_layout_to.
5261 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5262 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5263 tui-layout.c.
5264 (tui_set_current_layout_to): Remove.
5265
2afade5d
TT
52662019-08-13 Tom Tromey <tom@tromey.com>
5267
5268 * tui/tui-layout.c (tui_set_layout): Update.
5269 * tui/tui-data.h (struct tui_layout_def): Remove.
5270 (tui_layout_def): Don't declare.
5271 * tui/tui-data.c (layout_def): Remove.
5272 (tui_layout_def): Remove.
5273
a3504e96
TT
52742019-08-13 Tom Tromey <tom@tromey.com>
5275
5276 * tui/tui-winsource.h (struct tui_source_window_base)
5277 <clear_detail>: No longer "override".
5278 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5279 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5280 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5281 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5282 Remove.
5283 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5284
29c92911
TT
52852019-08-13 Tom Tromey <tromey@adacore.com>
5286
5287 * tracepoint.c: Don't include readline.h or history.h.
5288
86c6b807
TT
52892019-08-12 Tom Tromey <tom@tromey.com>
5290
5291 * configure: Rebuild.
5292 * configure.ac: Check for readline 7.
5293 * NEWS: Mention readline 7 requirement.
5294 * README: Update.
5295
5db2718c
TT
52962019-08-12 Tom Tromey <tom@tromey.com>
5297
5298 * mingw-hdep.c (gdb_select): Remove readline hack.
5299
dac36daf
PFC
53002019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5301
5302 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5303 when the function fails.
5304
1022c627
AA
53052019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5306
5307 * s390-tdep.c (s390_type_align): New function.
5308 (s390_gdbarch_init): Set it as type_align gdbarch method.
5309
eba4caf2
TV
53102019-08-09 Tom de Vries <tdevries@suse.de>
5311
5312 PR gdb/24591
5313 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5314 pc_low with relocation offset.
5315
123cd851
TT
53162019-08-07 Tom Tromey <tromey@adacore.com>
5317
5318 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5319 (print_frame_args): Update.
5320 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5321 Update.
5322 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5323 * frame.h (struct frame_arg): Add initializers.
5324 <error>: Now a unique_xmalloc_ptr.
5325
3d31bc39
AH
53262019-08-07 Alan Hayward <alan.hayward@arm.com>
5327
5328 * NEWS: Expand the Pointer Authentication entry.
5329 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5330 (aarch64_frame_unmask_lr): ... to this.
5331 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5332 Call aarch64_frame_unmask_lr.
5333 * frame.c (struct frame_info): Add "masked" variable.
5334 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5335 (fprint_frame): Check for masked pc.
5336 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5337 declarations.
5338 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5339 * stack.c (print_frame): Check for masked pc.
5340
0cf9feb9
TT
53412019-08-06 Tom Tromey <tom@tromey.com>
5342
5343 * stabsread.c (patch_block_stabs, read_one_struct_field)
5344 (read_enum_type): Use obstack_strndup.
5345 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5346 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5347 * dwarf2read.c (guess_full_die_structure_name)
5348 (anonymous_struct_prefix): Use obstack_strndup.
5349 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5350 * c-exp.y (yylex): Use obstack_strndup.
5351 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5352 (write_var_or_type): Use obstack_strndup.
5353
efba19b0
TT
53542019-08-06 Tom Tromey <tom@tromey.com>
5355
5356 * symfile.c (reread_symbols): Use obstack_strdup.
5357 * stabsread.c (read_type): Use obstack_strdup.
5358 * gdb_obstack.h (obstack_strdup): New overload.
5359 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5360 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5361 (dwarf2_canonicalize_name): Use obstack_strdup.
5362 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5363 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5364 Use obstack_strdup.
5365
f25102f7
TT
53662019-08-06 Tom Tromey <tom@tromey.com>
5367
5368 * gdb_obstack.h (obstack_strdup): Define.
5369 * gdb_obstack.c (obstack_strdup): Don't define.
5370
021887d8
TT
53712019-08-06 Tom Tromey <tom@tromey.com>
5372
5373 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5374 obstack_strdup.
5375 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5376 obstack_strdup.
5377 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5378 * stabsread.c (common_block_start): Use obstack_strdup.
5379 * objfiles.c (set_objfile_main_name, objfile): Use
5380 obstack_strdup.
5381 * namespace.c (add_using_directive): Use obstack_strdup.
5382 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5383 * jit.c (finalize_symtab): Use obstack_strdup.
5384 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5385 (guess_partial_die_structure_name, partial_die_info::fixup)
5386 (dwarf2_name): Use obstack_strdup.
5387 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5388 obstack_strdup.
5389 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5390 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5391 obstack_strdup.
5392 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5393
d2834edc
PW
53942019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5395
5396 * unittests/help-doc-selftests.c: New file.
5397 * Makefile.in: Add the new file.
5398
590042fc
PW
53992019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5400
5401 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5402 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5403 the full first line, except when FOR_VALUE_PREFIX. In this case,
5404 the trailing '.' is not output, and the first character is uppercased.
5405 (print_help_for_command): Update call to print_doc_line.
5406 (print_doc_of_command): Likewise.
5407 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5408 * cli/cli-option.c (append_indented_doc): Do not append newline.
5409 (build_help_option): Append newline after first appended_indented_doc
5410 only if a second call is done.
5411 (build_help): Append 2 new lines before each option, except the first
5412 one.
5413 * compile/compile.c (_initialize_compile): Add new lines after
5414 %OPTIONS%, when not at the end of the help.
5415 Change help doc or code
5416 producing the help doc to respect the invariants.
5417 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5418 Also removed the new line after 'Options:', as all other commands
5419 do not put an empty line between 'Options:' and the first option.
5420 * printcmd.c (_initialize_printcmd): Likewise.
5421 * stack.c (_initialize_stack): Likewise.
5422 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5423 incorrectly telling COMMAND is optional.
5424 * ada-lang.c (_initialize_ada_language): Change help doc or code
5425 producing the help doc to respect the invariants.
5426 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5427 * breakpoint.c (_initialize_breakpoint): Likewise.
5428 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5429 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5430 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5431 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5432 _initialize_cli_style): Likewise.
5433 * corelow.c (core_target_info): Likewise.
5434 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5435 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5436 * filesystem.c (_initialize_filesystem): Likewise.
5437 * frame.c (_initialize_frame): Likewise.
5438 * gnu-nat.c (add_task_commands): Likewise.
5439 * infcall.c (_initialize_infcall): Likewise.
5440 * infcmd.c (_initialize_infcmd): Likewise.
5441 * interps.c (_initialize_interpreter): Likewise.
5442 * language.c (_initialize_language): Likewise.
5443 * linux-fork.c (_initialize_linux_fork): Likewise.
5444 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5445 * maint.c (_initialize_maint_cmds): Likewise.
5446 * memattr.c (_initialize_mem): Likewise.
5447 * printcmd.c (_initialize_printcmd): Likewise.
5448 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5449 _RegEx): Likewise.
5450 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5451 * record-btrace.c (_initialize_record_btrace): Likewise.
5452 * record-full.c (_initialize_record_full): Likewise.
5453 * record.c (_initialize_record): Likewise.
5454 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5455 * regcache.c (_initialize_regcache): Likewise.
5456 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5457 _initialize_remote): Likewise.
5458 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5459 * serial.c (_initialize_serial): Likewise.
5460 * skip.c (_initialize_step_skip): Likewise.
5461 * source.c (_initialize_source): Likewise.
5462 * stack.c (_initialize_stack): Likewise.
5463 * symfile.c (_initialize_symfile): Likewise.
5464 * symtab.c (_initialize_symtab): Likewise.
5465 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5466 * top.c (init_main): Likewise.
5467 * tracefile-tfile.c (tfile_target_info): Likewise.
5468 * tracepoint.c (_initialize_tracepoint): Likewise.
5469 * tui/tui-win.c (_initialize_tui_win): Likewise.
5470 * utils.c (add_internal_problem_command): Likewise.
5471 * valprint.c (value_print_option_defs): Likewise.
5472
404f2902
FCE
54732019-08-06 Frank Ch. Eigler <fche@redhat.com>
5474
5475 PR build/24886
5476 * configure.ac: Drop enable-libmcheck support.
5477 * configure, config.in: Rebuild.
5478 * libmcheck.m4: Remove.
5479 * acinclude.m4: Don't include it.
5480 * Makefile.in: Don't distribute it.
5481 * top.c (print_gdb_configuration): Don't mention it.
5482
046bebe1
TT
54832019-08-06 Tom Tromey <tom@tromey.com>
5484
5485 * utils.c (set_output_style): Sometimes pass stream to
5486 emit_style_escape.
5487 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5488 * record-btrace.c (btrace_insn_history): Update.
5489 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5490 method.
5491 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5492 Update initializers.
5493 <m_uiout>: New field.
5494 <m_di>: Move lower.
5495 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5496 Remove "uiout" parameter.
5497 (dump_insns): Update.
5498 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5499 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5500
ddbcedf5
CB
55012019-08-06 Christian Biesinger <cbiesinger@google.com>
5502
5503 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5504 (error_in_psymtab_expansion): Likewise.
5505 (lookup_symbol_via_quick_fns): Likewise.
5506 (basic_lookup_transparent_type_quick): Likewise.
5507 (basic_lookup_transparent_type_1): Likewise.
5508
b08b16c8
TT
55092019-08-06 Tom Tromey <tromey@adacore.com>
5510
5511 * source.c (last_source_error): Now bool.
5512 (print_source_lines_base): Make "noprint" bool. Only open
5513 source file when last_source_visited changes.
5514
cb44333d
TT
55152019-08-06 Tom Tromey <tromey@adacore.com>
5516
5517 * annotate.c (annotate_source_line): Use g_source_cache.
5518 * source-cache.c (source_cache::get_plain_source_lines): Change
5519 parameters. Populate m_offset_cache.
5520 (source_cache::ensure): New method.
5521 (source_cache::get_line_charpos): New method.
5522 (extract_lines): Move lower. Change parameters.
5523 (source_cache::get_source_lines): Move lower.
5524 * source-cache.h (class source_cache): Update comment.
5525 <get_line_charpos>: New method.
5526 <get_source_lines>: Update comment.
5527 <clear>: Clear m_offset_cache.
5528 <get_plain_source_lines>: Change parameters.
5529 <ensure>: New method
5530 <m_offset_cache>: New member.
5531 * source.c (forget_cached_source_info_for_objfile): Update.
5532 (info_source_command): Use g_source_cache.
5533 (find_source_lines, open_source_file_with_line_charpos): Remove.
5534 (print_source_lines_base, search_command_helper): Use g_source_cache.
5535 * source.h (open_source_file_with_line_charpos): Don't declare.
5536 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5537 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5538 Use g_source_cache.
5539
872dceaa
TT
55402019-08-06 Tom Tromey <tromey@adacore.com>
5541
5542 * source-cache.c (source_cache::get_plain_source_lines):
5543 Remove "first_line" and "last_line" parameters.
5544 (source_cache::get_source_lines): Cache plain text.
5545 * source-cache.h (class source_cache)
5546 <get_plain_source_lines>: Update.
5547
269249d9
TT
55482019-08-06 Tom Tromey <tromey@adacore.com>
5549
5550 * source-cache.c (extract_lines): No longer a method.
5551 Changed type of parameter. Include final newline.
5552 (selftests::extract_lines_test): New function.
5553 (_initialize_source_cache): Likewise.
5554 * source-cache.h (class source_cache)
5555 <extract_lines>: Don't declare.
5556
c0e8dcd8
TT
55572019-08-06 Tom Tromey <tromey@adacore.com>
5558
5559 * breakpoint.c (init_breakpoint_sal): Update.
5560 (breakpoint): Update.
5561 * breakpoint.h (struct breakpoint) <filter>: Now a
5562 unique_xmalloc_ptr.
5563
0b27c27d
CB
55642019-08-05 Christian Biesinger <cbiesinger@google.com>
5565
5566 * NEWS: Mention dictionary access on blocks.
5567 * python/py-block.c (blpy_getitem): New function.
5568 (block_object_as_mapping): New struct.
5569 (block_object_type): Use new struct for tp_as_mapping field.
5570
4ee94178
CB
55712019-08-05 Christian Biesinger <cbiesinger@google.com>
5572
5573 * objfiles.h (objfile): Add a comment describing partial symbols.
5574
8abfcabc
TT
55752019-08-05 Tom Tromey <tromey@adacore.com>
5576
5577 * compile/compile.c (_initialize_compile): Use _(), not N_().
5578 * thread.c (_initialize_thread): Use _(), not N_().
5579 * stack.c (_initialize_stack): Use _(), not N_().
5580 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5581
2b79f376
SM
55822019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5583
5584 * dwarf2read.c (struct dw2_symtab_iterator):
5585 <want_specific_block>: Remove.
5586 <block_index>: Change type to gdb::optional.
5587 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5588 change type of BLOCK_INDEX parameter to gdb::optional.
5589 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5590 (dw2_lookup_symbol): Don't pass argument for
5591 WANT_SPECIFIC_BLOCK.
5592 (dw2_expand_symtabs_for_function): Don't pass argument for
5593 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5594 (class dw2_debug_names_iterator)
5595 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5596 parameter, change BLOCK_INDEX type to gdb::optional.
5597 <m_want_specific_block>: Remove.
5598 <m_block_index>: Change type to gdb::optional.
5599 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5600 gdb::optional. Re-write in function of gdb::optional.
5601 (dw2_debug_names_lookup_symbol): Don't pass argument for
5602 WANT_SPECIFIC_BLOCK.
5603 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5604 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5605 BLOCK_INDEX.
5606
ae60f04e
PW
56072019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5608
5609 * NEWS: Mention changes to "info sources" command.
5610
28cd9371
PW
56112019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5612
5613 * symtab.c (filename_partial_match_opts): New struct type.
5614 (struct output_source_filename_data): New members
5615 regexp, c_regexp, partial_match.
5616 (output_source_filename): Use new members to decide to print file.
5617 (info_sources_option_defs): New variable.
5618 (make_info_sources_options_def_group, print_info_sources_header,
5619 info_sources_command_completer):
5620 New functions.
5621 (info_sources_command): Read new optional arguments.
5622 (_initialize_symtab): Update info sources help.
5623
ca683e3a
AO
56242019-08-02 Alexandre Oliva <oliva@adacore.com>
5625
5626 * ada-lang.c (exception_support_info_v0): Renamed from...
5627 (default_exception_support_info): ... this. Create new
5628 definition for v1.
5629 (ada_has_this_exception_support): Look up catch_handlers_sym.
5630 (ada_exception_support_info_sniffer): Try v0 after default.
5631
f1264162
TT
56322019-08-01 Tom Tromey <tromey@adacore.com>
5633
5634 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5635 gdbarch.h.
5636
0a7b2485
CB
56372019-08-01 Christian Biesinger <cbiesinger@google.com>
5638
5639 * s12z-tdep.c: Fix include path for s12z-opc.h.
5640
c6bdbeb7
AH
56412019-08-01 Alan Hayward <alan.hayward@arm.com>
5642
5643 * NEWS: Require GNU make 3.82.
5644
a2bd7b82
TT
56452019-07-16 Tom Tromey <tom@tromey.com>
5646
5647 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5648 declare.
5649
aa3b6533
TT
56502019-07-30 Tom Tromey <tromey@adacore.com>
5651
5652 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5653
a1530dc7
KB
56542019-07-30 Kevin Buettner <kevinb@redhat.com>
5655
5656 * printcmd.c (print_address_symbolic): Print negative offsets.
5657 (build_address_symbolic): Force signed arithmetic when computing
5658 offset.
5659
2906593f
CB
56602019-07-30 Christian Biesinger <cbiesinger@google.com>
5661
5662 PR/24474: Add a function to lookup static variables.
5663 * NEWS: Mention this new function.
5664 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5665 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5666 * python/python.c (python_GdbMethods): Add new function.
5667
c620ed88
CB
56682019-07-29 Christian Biesinger <cbiesinger@google.com>
5669
5670 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5671 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5672 (objfpy_lookup_static_symbol): New function.
5673 (objfile_object_methods): Add new functions.
5674
bc4268a5
PW
56752019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5676
5677 * NEWS: Mention 'set|show print frame-info'. Mention new
5678 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5679 backtrace argument. Mention that python frame filtering code
5680 is now consistent with what 'backtrace' command prints.
5681
4b5e8d19
PW
56822019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5683
5684 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5685 comments.
5686 (print_frame_info_auto, print_frame_info_source_line,
5687 print_frame_info_location, print_frame_info_source_and_location,
5688 print_frame_info_location_and_address, print_frame_info_short_location):
5689 New declarations.
5690 (struct frame_print_options): New member print_frame_info.
5691 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5692 * stack.h (get_user_print_what_frame_info): New declaration.
5693 (frame_show_address): New declaration.
5694 * stack.c (print_frame_arguments_choices): New value 'presence'.
5695 (print_frame_info_auto, print_frame_info_source_line,
5696 print_frame_info_location, print_frame_info_source_and_location,
5697 print_frame_info_location_and_address, print_frame_info_short_location,
5698 print_frame_info_choices, print_frame_info_print_what): New definitions.
5699 (print_frame_args): Only print dots for args if print frame-arguments
5700 is 'presence'.
5701 (frame_print_option_defs): New element for "frame-info".
5702 (get_user_print_what_frame_info): New function.
5703 (frame_show_address): Make non static. Move comment to stack.h.
5704 (print_frame_info_to_print_what): New function.
5705 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5706 to decide what to print.
5707 (backtrace_command_1): Handle the new print_frame_arguments_presence
5708 value.
5709 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5710 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5711 (py_print_frame): In non-mi mode, use LOCATION as default for
5712 print_what, similarly to frame information printed directly by
5713 backtrace command. Handle frame-info user option in non MI mode.
5714
6bdfee81
KB
57152019-07-27 Kevin Buettner <kevinb@redhat.com>
5716
5717 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5718 Add case for debugging 32-bit target on 64-bit host. Revise
5719 comment.
5720
98a617f8
KB
57212019-07-27 Kevin Buettner <kevinb@redhat.com>
5722
5723 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5724 instead of find_function_entry_range_from_pc.
5725
567238c9
KB
57262019-07-27 Kevin Buettner <kevinb@redhat.com>
5727
5728 * stack.c (find_frame_funname): Remove code which preferred
5729 minsym over symtab sym in "certain pathological cases".
5730
2dc80cf8
KB
5731 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5732 parameter. Change type of "do_demangle" to bool.
5733 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5734 Pass suitable "prefer_sym_over_minsym" flag to
5735 build_address_symbolic(). Don't output "+" for negative offsets.
5736 * printcmd.c (print_address_symbolic): Update invocation of
5737 build_address_symbolic to include a "prefer_sym_over_minsym"
5738 flag.
5739 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5740 Restrict cases in which use of minimal symbol is preferred to that
5741 of a found symbol. Update comments.
5742
1aff7173
KB
5743 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5744 for entry pc when entry pc is out of range for that FDE.
5745
89b085ac
BC
57462019-07-26 Brian Callahan <bcallah@openbsd.org>
5747
5748 PR gdb/24839:
5749 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5750 type.
5751
f32feb4a
CB
57522019-07-25 Christian Biesinger <cbiesinger@google.com>
5753
5754 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5755 this function's Python signature.
5756
5757
57582019-07-24 Christian Biesinger <cbiesinger@google.com>
442853af
CB
5759
5760 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5761 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5762 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5763 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5764 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5765
5766
c54e4253
YS
57672019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5768
5769 * h8300-tdep.c (h8300_register_name_common): New.
5770 h8300_register_name): Use h8300_register_name_common.
5771 (h8300s_register_name): Likewise.
5772 (h8300sx_register_name): Likewise.
5773 (h8300h_register_nam): New.
5774 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5775
5776
40eadf04
SP
57772019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5778
5779 * arm-tdep.c (arm_skip_cmse_entry): New function.
5780 (arm_is_sgstubs_section): New function.
5781 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5782
bfa2a36d
TT
57832019-07-22 Tom Tromey <tom@tromey.com>
5784
5785 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5786 Don't self-assign.
5787
a8e9d247
AB
57882019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5789
5790 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5791 type_print.
5792
eb86c5e2
AB
57932019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5794
5795 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5796 so that GDB doesn't match any msymbols when searching in the
5797 TYPES_DOMAIN.
5798 (print_symbol_info): Print using typedef_print or type_print based
5799 on the type of the symbol. Add updated FIXME comment moved from...
5800 (_initialize_symtab): ... move and update FIXME comment to above.
5801
a8eab7c6
AB
58022019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5803
5804 * NEWS: Mention adding -q option to "info types".
5805 * symtab.c (struct info_types_options): New struct.
5806 (info_types_options_defs): New variable.
5807 (make_info_types_options_def_group): New function.
5808 (info_types_command): Use gdb::option framework to parse options.
5809 (info_types_command_completer): New function.
5810 (_initialize_symtab): Extend the help text on "info types" and
5811 register command completer.
5812
b4603c34
CB
58132019-07-21 Christian Biesinger <cbiesinger@google.com>
5814
5815 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5816 (lookup_symbol_in_objfile): Change int to block_enum and add a
5817 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5818
c8cdc1e0
CB
58192019-07-20 Christian Biesinger <cbiesinger@google.com>
5820
5821 * MAINTAINERS (Write After Approval): Add self.
5822
01e175fe
AB
58232019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5824
5825 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5826 instruction to the dummy code region.
5827
56f79b63
TT
58282019-07-19 Tom Tromey <tromey@adacore.com>
5829
5830 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5831 (ARGSUSED, PARAMS, __func__): Remove rules.
5832
4c5aa8e0
AH
58332019-07-19 Alan Hayward <alan.hayward@arm.com>
5834
5835 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5836 * features/arm/arm-with-iwmmxt.c: Remove.
5837 * features/arm/arm-with-iwmmxt.xml: Remove.
5838 * features/arm/arm-with-m-fpa-layout.c: Remove.
5839 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5840 * features/arm/arm-with-m-vfp-d16.c: Remove.
5841 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5842 * features/arm/arm-with-m.c: Remove.
5843 * features/arm/arm-with-m.xml: Remove.
5844 * features/arm/arm-with-neon.c: Remove.
5845 * features/arm/arm-with-neon.xml: Remove.
5846 * features/arm/arm-with-vfpv2.c: Remove.
5847 * features/arm/arm-with-vfpv2.xml: Remove.
5848 * features/arm/arm-with-vfpv3.c: Remove.
5849 * features/arm/arm-with-vfpv3.xml: Remove.
5850
f42b2617
AH
58512019-07-19 Alan Hayward <alan.hayward@arm.com>
5852
5853 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5854
f29ec966
AH
58552019-07-19 Alan Hayward <alan.hayward@arm.com>
5856
5857 * arch/aarch32.c (aarch32_create_target_description): Create
5858 target descriptions using features.
5859 * arch/arm.c (arm_create_target_description)
5860 (arm_create_mprofile_target_description): Likewise.
5861 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5862
d105cce5
AH
58632019-07-19 Alan Hayward <alan.hayward@arm.com>
5864
5865 * Makefile.in: Add new files.
5866 * aarch32-tdep.c: New file.
5867 * aarch32-tdep.h: New file.
5868 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5869 Call aarch32_read_description.
5870 * arch/aarch32.c: New file.
5871 * arch/aarch32.h: New file.
5872 * arch/arm.c (arm_create_target_description)
5873 (arm_create_mprofile_target_description): New function.
5874 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5875 (arm_create_target_description)
5876 (arm_create_mprofile_target_description): New declaration.
5877 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5878 read_description functions.
5879 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5880 Likewise.
5881 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5882 * arm-tdep.c (tdesc_arm_list): New variable.
5883 (arm_register_g_packet_guesses): Call create description functions.
5884 (arm_read_description) (arm_read_mprofile_description): New
5885 function.
5886 * arm-tdep.h (arm_read_description)
5887 (arm_read_mprofile_description): Add declaration.
5888 * configure.tgt: Add new files.
5889
afe09f0b
GL
58902019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5891
5892 * top.c (new_ui_command): Open specified terminal just once.
5893
cd215b2e
TT
58942019-07-18 Tom Tromey <tromey@adacore.com>
5895
5896 * symtab.c (main_name): Constify return type.
5897 * symfile.c (set_initial_language): Update.
5898 * symtab.h (main_name): Constify return type.
5899
d8f68fcb
TT
59002019-07-17 Tom Tromey <tom@tromey.com>
5901
5902 * tui/tui-winsource.c (tui_update_source_window)
5903 (tui_update_source_window_as_is)
5904 (tui_update_source_windows_with_line): Remove return.
5905 * tui/tui-disasm.c (tui_show_disassem)
5906 (tui_show_disassem_and_update_source): Remove return.
5907 * tui/tui.c (tui_reset): Remove return.
5908 * tui/tui-wingeneral.c
5909 (tui_check_and_display_highlight_if_needed): Remove return.
5910
ca5af91e
TT
59112019-07-17 Tom Tromey <tom@tromey.com>
5912
5913 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5914
5104fe36
TT
59152019-07-17 Tom Tromey <tom@tromey.com>
5916
5917 * tui/tui-winsource.h (struct tui_exec_info_window)
5918 (struct tui_source_window_base): Move from tui-data.h.
5919 * tui/tui-winsource.c: Move many method definitions from
5920 elsewhere. Remove "structuring" comments.
5921 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5922 (tui_source_window_base::refresh_window): Move to
5923 tui-winsource.c.
5924 * tui/tui-win.c (tui_source_window_base::refresh_all)
5925 (tui_source_window_base::update_tab_width)
5926 (tui_source_window_base::set_new_height)
5927 (tui_source_window_base::do_make_visible_with_new_height): Move to
5928 tui-winsource.c.
5929 * tui/tui-source.h: Update.
5930 * tui/tui-source.c (tui_source_window_base::reset): Move to
5931 tui-winsource.c.
5932 * tui/tui-disasm.h: Update.
5933 * tui/tui-data.h (struct tui_exec_info_window): Move to
5934 tui-winsource.h.
5935 (struct tui_source_window_base): Likewise.
5936 * tui/tui-data.c (tui_source_window_base::clear_detail)
5937 (tui_source_window_base, ~tui_source_window_base): Move to
5938 tui-winsource.c.
5939
daa15dde
TT
59402019-07-17 Tom Tromey <tom@tromey.com>
5941
5942 * tui/tui-win.c (tui_resize_all)
5943 (tui_source_window_base::update_tab_width)
5944 (tui_adjust_win_heights): Update.
5945 (tui_win_info::make_invisible_and_set_new_height): Rename from
5946 make_invisible_and_set_new_height.
5947 * tui/tui-data.h (struct tui_win_info)
5948 <make_invisible_and_set_new_height>: New method.
5949
bfad4537
TT
59502019-07-17 Tom Tromey <tom@tromey.com>
5951
5952 * tui/tui.c: Update.
5953 * tui/tui-source.h (struct tui_source_window): Move from
5954 tui-data.h.
5955 * tui/tui-layout.c: Update.
5956 * tui/tui-disasm.c: Update.
5957 * tui/tui-data.h (struct tui_source_window): Move to
5958 tui-source.h.
5959
88f7e873
TT
59602019-07-17 Tom Tromey <tom@tromey.com>
5961
5962 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5963 tui-data.h.
5964 * tui/tui-data.h (struct tui_disasm_window): Move to
5965 tui-disasm.h.
5966
96bd6233
TT
59672019-07-17 Tom Tromey <tom@tromey.com>
5968
5969 * tui/tui-regs.h (struct tui_data_item_window): Move from
5970 tui-data.h.
5971 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5972 * tui/tui-data.h (struct tui_data_item_window): Move to
5973 tui-regs.h.
5974 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5975
ce38393b
TT
59762019-07-17 Tom Tromey <tom@tromey.com>
5977
5978 * tui/tui.c: Update.
5979 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5980 (tui_cmd_window::max_height): Move to tui-command.c.
5981 * tui/tui-layout.c: Update.
5982 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5983 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5984 tui-command.c.
5985 * tui/tui-command.h (struct tui_cmd_window): Move from
5986 tui-data.h.
5987 * tui/tui-command.c: Remove "structuring" comments.
5988 (tui_cmd_window::clear_detail)
5989 (tui_cmd_window::do_make_visible_with_new_height)
5990 (tui_cmd_window::max_height): Move from elsewhere.
5991
2d8b51cb
TT
59922019-07-17 Tom Tromey <tom@tromey.com>
5993
5994 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5995 Now static.
5996 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5997 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5998
18ab23af
TT
59992019-07-17 Tom Tromey <tom@tromey.com>
6000
6001 * tui/tui.c: Update.
6002 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
6003 tui-regs.c.
6004 * tui/tui-windata.h: Remove file.
6005 * tui/tui-windata.c: Remove file.
6006 * tui/tui-win.c (tui_data_window::set_new_height)
6007 (tui_data_window::do_make_visible_with_new_height): Move to
6008 tui-regs.c.
6009 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
6010 * tui/tui-regs.c: Remove "structuring" comments.
6011 (tui_data_window::first_data_item_displayed)
6012 (tui_data_window::delete_data_content_windows)
6013 (tui_data_window::erase_data_content)
6014 (tui_data_window::display_all_data)
6015 (tui_data_window::refresh_all)
6016 (tui_data_window::do_scroll_vertical)
6017 (tui_data_window::clear_detail, tui_data_window::set_new_height)
6018 (tui_data_window::do_make_visible_with_new_height)
6019 (tui_data_window::refresh_window): Move from elsewhere.
6020 (_initialize_tui_regs): Move to end of file.
6021 * tui/tui-layout.c: Update.
6022 * tui/tui-hooks.c: Update.
6023 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
6024 * tui/tui-data.c (tui_data_window::clear_detail): Move to
6025 tui-regs.c.
6026 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
6027
88b7e7cc
TT
60282019-07-17 Tom Tromey <tom@tromey.com>
6029
6030 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
6031 seen.
6032
0fcd3711
TT
60332019-07-17 Tom Tromey <tom@tromey.com>
6034
6035 * tui/tui-win.c (tui_source_window_base::set_new_height)
6036 (tui_source_window_base::do_make_visible_with_new_height): Use
6037 m_has_locator field directly.
6038 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
6039 method.
6040 (struct tui_source_window_base) <has_locator>: Likewise.
6041
4a38112d
TT
60422019-07-17 Tom Tromey <tom@tromey.com>
6043
6044 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
6045 Don't declare.
6046 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
6047 Remove.
6048 * tui/tui-win.c (tui_source_window_base::set_new_height)
6049 (tui_source_window_base::set_new_height)
6050 (make_invisible_and_set_new_height)
6051 (tui_source_window_base::do_make_visible_with_new_height)
6052 (tui_source_window_base::do_make_visible_with_new_height):
6053 Update.
6054 * tui/tui-layout.c (show_source_disasm_command, show_data)
6055 (show_source_or_disasm_and_command): Update.
6056 * tui/tui-layout.c (show_layout): Update.
6057
09129226
TT
60582019-07-17 Tom Tromey <tom@tromey.com>
6059
6060 * tui/tui-layout.c (make_data_window): Remove.
6061 (show_data): Unify creation and re-initialization cases.
6062
4a8a5e84
TT
60632019-07-17 Tom Tromey <tom@tromey.com>
6064
6065 * tui/tui-layout.c (make_source_window, make_disasm_window):
6066 Remove.
6067 (show_data): Unify creation and re-initialization cases.
6068
76d2be8e
TT
60692019-07-17 Tom Tromey <tom@tromey.com>
6070
6071 * tui/tui-layout.c (make_command_window): Remove.
6072 (show_source_disasm_command, show_source_or_disasm_and_command):
6073 Unify creation and re-initialization cases.
6074
890b8bde
TT
60752019-07-17 Tom Tromey <tom@tromey.com>
6076
6077 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
6078 creation and re-initialization cases.
6079
2cdfa113
TT
60802019-07-17 Tom Tromey <tom@tromey.com>
6081
6082 * tui/tui-regs.c (tui_get_register): Return void.
6083
8e3cfd09
TT
60842019-07-17 Tom Tromey <tom@tromey.com>
6085
6086 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
6087 Simplify.
6088
f4e04977
TT
60892019-07-17 Tom Tromey <tom@tromey.com>
6090
6091 * tui/tui-layout.c (show_source_disasm_command): Simplify window
6092 resetting.
6093
0379b883
TT
60942019-07-17 Tom Tromey <tom@tromey.com>
6095
6096 * tui/tui.h (tui_set_layout_by_name): Don't declare.
6097 * tui/tui-regs.c (tui_reg_layout): New function.
6098 (tui_show_registers, tui_reg_command): Use it.
6099 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
6100 (tui_layout_command): Rename from tui_set_layout_by_name. Change
6101 parameters.
6102 (tui_layout_command): Remove.
6103
b7fbad91
TT
61042019-07-17 Tom Tromey <tom@tromey.com>
6105
6106 * tui/tui-layout.h (tui/tui-layout): Return void.
6107 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
6108
4e1e56b9
TT
61092019-07-17 Tom Tromey <tom@tromey.com>
6110
6111 * tui/tui-layout.c (show_source_disasm_command, show_data):
6112 Update.
6113 (reset_locator): Remove.
6114 (show_source_or_disasm_and_command): Update.
6115
1e0c09ba
TT
61162019-07-17 Tom Tromey <tom@tromey.com>
6117
6118 * tui/tui-source.c (tui_source_window_base::reset): Remove
6119 win_type parameter.
6120 * tui/tui-layout.c (make_command_window, make_source_window)
6121 (make_disasm_window, make_data_window)
6122 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6123 (reset_locator, show_source_or_disasm_and_command): Update.
6124 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6125 win_type parameter.
6126 (struct tui_source_window_base) <reset>: Likewise.
6127
1bf605de
TT
61282019-07-17 Tom Tromey <tom@tromey.com>
6129
6130 * tui/tui-layout.c (show_source_disasm_command): Use
6131 reset_locator.
6132 (reset_locator): New function.
6133 (init_and_make_win): Remove.
6134 (show_source_or_disasm_and_command): Use reset_locator.
6135
098f9ed4
TT
61362019-07-17 Tom Tromey <tom@tromey.com>
6137
6138 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6139 condition.
6140 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6141 Remove condition.
6142 * tui/tui-source.c (tui_source_window_base::reset): New method.
6143 * tui/tui-layout.c (make_command_window): Don't call
6144 init_and_make_win.
6145 (make_source_window, make_disasm_window): Don't call
6146 make_source_or_disasm_window.
6147 (make_data_window): Don't call init_and_make_win. Change calling
6148 convention.
6149 (show_source_disasm_command, show_data): Simplify.
6150 (make_source_or_disasm_window): Remove.
6151 (show_source_or_disasm_and_command): Simplify.
6152 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6153 (struct tui_source_window_base) <reset>: Likewise.
6154 <execution_info>: Remove initializer.
6155 * tui/tui-data.c (tui_source_window_base): Initialize
6156 execution_info.
6157
80110957
TT
61582019-07-17 Tom Tromey <tom@tromey.com>
6159
6160 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6161 variable.
6162
cf82af05
TT
61632019-07-17 Tom Tromey <tom@tromey.com>
6164
6165 * tui/tui.c (tui_rl_other_window): Update.
6166 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6167 superclass method first. Always iterate over regs_content.
6168 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6169 method.
6170 * tui/tui-win.c (tui_set_focus_command): Update.
6171
01aeb396
TT
61722019-07-17 Tom Tromey <tom@tromey.com>
6173
6174 * tui/tui-win.c (tui_set_focus_command): Rename from
6175 tui_set_focus. Call tui_enable.
6176 (tui_set_focus_command): Remove.
6177
fd6c75ee
TT
61782019-07-17 Tom Tromey <tom@tromey.com>
6179
6180 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6181 refresh_window.
6182 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6183 touchwin.
6184 (tui_data_window::refresh_window): Call refresh_window on data
6185 items. Always call superclass refresh_window.
6186 (tui_win_info::refresh): Remove.
6187 (tui_source_window_base::refresh_window): Update.
6188 (tui_refresh_all): Update.
6189 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6190 refresh_window.
6191 (show_source_or_disasm_and_command): Likewise.
6192 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6193 (struct tui_source_window_base) <refresh>: Likewise.
6194
f6cc34a9
TT
61952019-07-17 Tom Tromey <tom@tromey.com>
6196
6197 * tui/tui-winsource.c (tui_clear_source_content)
6198 (tui_show_source_content): Update.
6199 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6200 whether content is empty.
6201 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6202 Remove.
6203
f31ec9af
TT
62042019-07-17 Tom Tromey <tom@tromey.com>
6205
6206 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6207 window's contents.
6208 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6209 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6210
d1b6f1e5
TT
62112019-07-17 Tom Tromey <tom@tromey.com>
6212
6213 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6214 (struct tui_data_item_window): Update.
6215
d9743a13
TT
62162019-07-17 Tom Tromey <tom@tromey.com>
6217
6218 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6219 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6220 defines.
6221
caf0bc4e
TT
62222019-07-17 Tom Tromey <tom@tromey.com>
6223
6224 * tui/tui-winsource.h (tui_erase_source_content)
6225 (tui_clear_source_content): Remove "display_prompt" parameter.
6226 * tui/tui-winsource.c (tui_update_source_window_as_is)
6227 (tui_update_source_windows_with_addr): Update.
6228 (tui_clear_source_content): Remove "display_prompt" parameter.
6229 (tui_erase_source_content): Likewise. Simplify.
6230 (tui_show_source_content): Update.
6231 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6232 * tui/tui-stack.c (tui_show_frame_info): Update.
6233 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6234 Remove defines.
6235
9d391078
TT
62362019-07-17 Tom Tromey <tom@tromey.com>
6237
6238 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6239 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6240 parameter.
6241 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6242 parameter.
6243
a38da35d
TT
62442019-07-17 Tom Tromey <tom@tromey.com>
6245
6246 * tui/tui-winsource.c (tui_clear_source_content)
6247 (tui_show_source_content, tui_show_exec_info_content)
6248 (tui_clear_exec_info_content): Update.
6249 * tui/tui-stack.c (tui_show_locator_content): Update.
6250 (tui_show_frame_info): Update.
6251 * tui/tui-source.h (tui_source_window): Don't declare.
6252 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6253 from tui_source_is_displayed.
6254 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6255 Remove field.
6256 (struct tui_source_window_base) <content_in_use>: New field. Now
6257 bool.
6258 (struct tui_source_window) <showing_source_p>: New method.
6259 (TUI_SRC_WIN): Change cast.
6260 * tui/tui-data.c (tui_initialize_static_data): Update.
6261
c2cd8994
TT
62622019-07-17 Tom Tromey <tom@tromey.com>
6263
6264 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6265 location_matches_p.
6266 * tui/tui-source.c (tui_source_window::location_matches_p): New
6267 method.
6268 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6269 method.
6270 * tui/tui-data.h (struct tui_source_window_base)
6271 <location_matches_p>: New method.
6272 (struct tui_source_window, struct tui_disasm_window)
6273 <location_matches_p>: Likewise.
6274
4dde7b34
TT
62752019-07-17 Tom Tromey <tom@tromey.com>
6276
6277 * tui/tui-win.c (tui_set_win_height_command): Rename from
6278 tui_set_win_height.
6279 (tui_set_win_height_command): Remove.
6280
b73dd877
TT
62812019-07-17 Tom Tromey <tom@tromey.com>
6282
6283 * tui/tui-source.c (tui_source_window): New constructor. Add
6284 observer.
6285 (~tui_source_window): New destructor.
6286 (tui_source_window::style_changed): New method.
6287 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6288 (tui_attach_detach_observers): Update.
6289 * tui/tui-data.h (struct tui_source_window): Make constructor not
6290 inline. Add destructor.
6291 (struct tui_source_window) <style_changed>: New method.
6292 <m_observable>: New member.
6293
ae2b5380
TT
62942019-07-17 Tom Tromey <tom@tromey.com>
6295
6296 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6297 * tui/tui-win.c (tui_resize_all): Fix typo.
6298
1ce3e844
TT
62992019-07-17 Tom Tromey <tom@tromey.com>
6300
6301 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6302 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6303 (tui_refresh_all): Remove "list" parameter. Use foreach.
6304 * tui/tui-win.c (window_name_completer): Use foreach.
6305 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6306 (update_tab_width): Likewise.
6307 * tui/tui-layout.c (show_layout): Update.
6308 * tui/tui-data.h (class tui_window_iterator): New.
6309 (struct all_tui_windows): New.
6310 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6311
fe3eaf1c
TT
63122019-07-17 Tom Tromey <tom@tromey.com>
6313
6314 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6315 parameter. Don't reference globals.
6316 (tui_reg_command): Update.
6317
368c1354
TT
63182019-07-17 Tom Tromey <tom@tromey.com>
6319
6320 * tui/tui-regs.c (tui_show_registers): Simplify.
6321
e80cd204
TT
63222019-07-17 Tom Tromey <tom@tromey.com>
6323
6324 * tui/tui-regs.c (tui_show_registers): Update.
6325 (tui_show_register_group): Add win_info parameter.
6326
aca2dd16
TT
63272019-07-17 Tom Tromey <tom@tromey.com>
6328
6329 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6330 Rename from tui_display_reg_element_at_line.
6331 (tui_data_window::display_registers_from_line): Update.
6332 * tui/tui-data.h (struct tui_data_window)
6333 <display_reg_element_at_line>: New method.
6334
517e9505
TT
63352019-07-17 Tom Tromey <tom@tromey.com>
6336
6337 * tui/tui-regs.h (tui_display_registers_from)
6338 (tui_display_registers_from_line): Don't declare.
6339 * tui/tui-windata.c (tui_data_window::display_all_data)
6340 (tui_data_window::refresh_all)
6341 (tui_data_window::do_scroll_vertical): Update.
6342 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6343 from tui_display_registers_from.
6344 (tui_display_reg_element_at_line): Update.
6345 (tui_data_window::display_registers_from_line): Rename from
6346 tui_display_registers_from_line.
6347 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6348 display_registers_from_line>: New methods.
6349
f76d8b19
TT
63502019-07-17 Tom Tromey <tom@tromey.com>
6351
6352 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6353 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6354 from tui_erase_data_content.
6355 (tui_data_window::display_all_data)
6356 (tui_data_window::refresh_all)
6357 (tui_data_window::do_scroll_vertical): Update.
6358 * tui/tui-regs.c (tui_show_registers): Update.
6359 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6360 New method.
6361
b4094625
TT
63622019-07-17 Tom Tromey <tom@tromey.com>
6363
6364 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6365 declare.
6366 * tui/tui-windata.c
6367 (tui_data_window::delete_data_content_windows): Rename from
6368 tui_delete_data_content_windows.
6369 (tui_data_window::display_all_data)
6370 (tui_data_window::do_scroll_vertical): Update.
6371 * tui/tui-data.h (struct tui_data_window)
6372 <delete_data_content_windows>: New method.
6373
c223a729
TT
63742019-07-17 Tom Tromey <tom@tromey.com>
6375
6376 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6377 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6378
50daf268
TT
63792019-07-17 Tom Tromey <tom@tromey.com>
6380
6381 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6382 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6383 from tui_display_all_data.
6384 * tui/tui-win.c
6385 (tui_data_window::do_make_visible_with_new_height): Update.
6386 * tui/tui-regs.c (tui_show_registers): Update.
6387 * tui/tui-layout.c (tui_set_layout): Update.
6388 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6389 method.
6390
df5f8cab
TT
63912019-07-17 Tom Tromey <tom@tromey.com>
6392
6393 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6394 * tui/tui-windata.c (tui_display_data_from): Remove.
6395 (tui_data_window::refresh_all): Update.
6396
80cb6c27
TT
63972019-07-17 Tom Tromey <tom@tromey.com>
6398
6399 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6400 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6401 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6402 tui_display_registers_from_line.
6403 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6404 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6405 "force_display" parameter.
6406
baff0c28
TT
64072019-07-17 Tom Tromey <tom@tromey.com>
6408
6409 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6410 declare.
6411 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6412 Rename from tui_first_reg_element_no_inline.
6413 (tui_display_reg_element_at_line)
6414 (tui_display_registers_from_line): Update.
6415 * tui/tui-data.h (struct tui_data_window)
6416 <first_reg_element_no_inline>: New method.
6417
3b23c5f2
TT
64182019-07-17 Tom Tromey <tom@tromey.com>
6419
6420 * tui/tui-windata.c (tui_display_data_from)
6421 (tui_data_window::do_scroll_vertical): Update.
6422 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6423 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6424 Rename from tui_line_from_reg_element_no.
6425 (tui_display_registers_from_line): Update.
6426 * tui/tui-data.h (struct tui_data_window)
6427 <line_from_reg_element_no>: New method.
6428
0b5ec218
TT
64292019-07-17 Tom Tromey <tom@tromey.com>
6430
6431 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6432 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6433 tui_last_regs_line_no.
6434 (tui_display_reg_element_at_line)
6435 (tui_display_registers_from_line): Update.
6436 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6437 method.
6438
0807ab7b
TT
64392019-07-17 Tom Tromey <tom@tromey.com>
6440
6441 PR tui/24722:
6442 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6443 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6444 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6445 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6446 (tui_update_breakpoint_info): Likewise.
6447 * tui/tui-hooks.c (tui_event_create_breakpoint)
6448 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6449 Update.
6450
9ad7fdef
TT
64512019-07-17 Tom Tromey <tom@tromey.com>
6452
6453 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6454
5813316f
TT
64552019-07-17 Tom Tromey <tom@tromey.com>
6456
6457 * tui/tui-winsource.c (tui_update_source_window_as_is)
6458 (tui_update_source_windows_with_addr): Update.
6459 * tui/tui-source.h (tui_set_source_content)
6460 (tui_show_symtab_source): Add "win_info" parameter.
6461 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6462 parameter.
6463 (tui_show_symtab_source): Likewise.
6464
00e264e7
TT
64652019-07-17 Tom Tromey <tom@tromey.com>
6466
6467 * tui/tui-wingeneral.c
6468 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6469
06210ce4
TT
64702019-07-17 Tom Tromey <tom@tromey.com>
6471
6472 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6473 (struct tui_cmd_window) <can_scroll>: New method.
6474 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6475 method.
6476
381befee
TT
64772019-07-17 Tom Tromey <tromey@adacore.com>
6478
6479 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6480 do_field_signed>: Rename. Change type of "value".
6481 * ui-out.c (ui_out::field_signed): Rename from field_int.
6482 Change type of "value".
6483 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6484 type of "value".
6485 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6486 do_field_int. Change type of "value".
6487 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6488 do_field_int. Change type of "value".
6489 * tracepoint.c (trace_status_mi, tfind_1)
6490 (print_one_static_tracepoint_marker): Update.
6491 * thread.c (print_thread_info_1, print_selected_thread_frame):
6492 Update.
6493 * stack.c (print_frame, print_frame_info): Update.
6494 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6495 Update.
6496 * source.c (print_source_lines_base): Update.
6497 * skip.c (info_skip_command): Update.
6498 * record-btrace.c (btrace_ui_out_decode_error)
6499 (btrace_call_history_src_line): Update.
6500 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6501 Update.
6502 * progspace.c (print_program_space): Update.
6503 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6504 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6505 do_field_int. Change type of "value".
6506 * mi/mi-out.c (mi_ui_out::do_table_begin)
6507 (mi_ui_out::do_table_header): Update.
6508 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6509 type of "value".
6510 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6511 (mi_cmd_data_list_changed_registers, output_register)
6512 (mi_cmd_data_read_memory, mi_load_progress)
6513 (mi_cmd_trace_frame_collected): Update.
6514 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6515 Update.
6516 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6517 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6518 (mi_cmd_var_list_children, varobj_update_one): Update.
6519 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6520 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6521 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6522 * inferior.c (print_inferior): Update.
6523 * gdb_bfd.c (print_one_bfd): Update.
6524 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6525 Update.
6526 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6527 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6528 do_field_int. Change type of "value".
6529 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6530 do_field_int. Change type of "value".
6531 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6532 (print_one_breakpoint_location, print_it_catch_fork)
6533 (print_one_catch_fork, print_it_catch_vfork)
6534 (print_one_catch_vfork, print_it_catch_solib)
6535 (print_it_catch_exec, print_it_ranged_breakpoint)
6536 (print_mention_watchpoint, print_mention_masked_watchpoint)
6537 (bkpt_print_it, update_static_tracepoint): Update.
6538 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6539 * break-catch-syscall.c (print_it_catch_syscall): Update.
6540 * ada-tasks.c (print_ada_task_info): Update.
6541 * ada-lang.c (print_it_exception, print_mention_exception):
6542 Update.
6543
6b78c3f8
AB
65442019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6545
6546 PR breakpoints/24541
6547 * gdbarch.c: Regenerate.
6548 * gdbarch.h: Regenerate.
6549 * gdbarch.sh: Adjust return type and parameter types for
6550 'stap_adjust_register'.
6551 (i386_stap_adjust_register): Adjust signature and return new
6552 register name.
6553 * stap-probe.c (stap_parse_register_operand): Adjust use of
6554 'gdbarch_stap_adjust_register'.
6555
d72a9b85
TT
65562019-07-17 Tom Tromey <tromey@adacore.com>
6557
6558 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6559 declare VEC.
6560 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6561 std::vector.
6562 (struct s390_process_info): Add initializers.
6563 (s390_add_process): Use new.
6564 (s390_linux_nat_target::low_forget_process): Use delete.
6565 (s390_linux_nat_target::low_new_fork)
6566 (s390_linux_nat_target::stopped_by_watchpoint)
6567 (s390_linux_nat_target::low_prepare_to_resume)
6568 (s390_linux_nat_target::insert_watchpoint)
6569 (s390_linux_nat_target::insert_hw_breakpoint)
6570 (s390_linux_nat_target::remove_watchpoint)
6571 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6572
206e6c58
JB
65732019-07-16 John Baldwin <jhb@FreeBSD.org>
6574
6575 * aarch64-fbsd-nat.c: Include regcache.h.
6576 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6577 argument.
6578 (aarch64_fbsd_nat_target::fetch_registers)
6579 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6580 variable.
6581 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6582
cbde90f2
JB
65832019-07-16 John Baldwin <jhb@FreeBSD.org>
6584
6585 * fbsd-nat.c: Include gdbarch.h.
6586
07128006
TT
65872019-07-15 Tom Tromey <tromey@adacore.com>
6588
6589 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6590
1f77b012
TT
65912019-07-15 Tom Tromey <tromey@adacore.com>
6592
6593 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6594 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6595 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6596 * cli-out.c (cli_ui_out::do_field_int): New method.
6597 * ui-out.c (ui_out::field_unsigned): New method.
6598 * symfile.c (generic_load): Use field_unsigned.
6599 (print_transfer_performance): Likewise.
6600 * record-btrace.c (ui_out_field_uint): Remove.
6601 (btrace_call_history_insn_range, btrace_call_history): Use
6602 field_unsigned.
6603 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6604 field_unsigned.
6605 * ui-out.h (class ui_out) <field_unsigned>: New method.
6606 <do_field_unsigned>: Likewise.
6607
33eca680
TT
66082019-07-15 Tom Tromey <tromey@adacore.com>
6609
6610 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6611 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6612 * target.c (flash_erase_command): Use field_string.
6613 * infrun.c (print_signal_received_reason): Use field_string.
6614 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6615 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6616 field_string.
6617 * ada-tasks.c (print_ada_task_info): Use field_string.
6618
ca8d69be
TT
66192019-07-15 Tom Tromey <tromey@adacore.com>
6620
6621 * target.c (flash_erase_command): Use field_core_addr.
6622 * symfile.c (generic_load): Use field_core_addr.
6623 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6624 Use field_core_addr.
6625 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6626 field_core_addr.
6627
0d4e84ed
AB
66282019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6629
6630 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6631 value if its desired type is smaller than a CORE_ADDR and signed.
6632
9a49df9d
AB
66332019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6634
6635 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6636 of changes to field names, and use new is_reference field to
6637 decide if a property is a reference or not.
6638 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6639 field.
6640 (struct dwarf2_property_baton): Update header comment, rename
6641 'referenced_type' to 'property_type' and update comments.
6642 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6643 default property type, store in property baton, update to take
6644 accound of renamed field.
6645 (read_func_scope): Update call to attr_to_dynamic_prop.
6646 (read_array_type): Likewise.
6647 (dwarf2_per_cu_addr_sized_int_type): New function.
6648 (read_subrange_index_type): Move type finding code to
6649 dwarf2_per_cu_addr_sized_int_type.
6650 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6651 (dwarf2_per_cu_addr_type): New function.
6652 (set_die_type): Update calls to attr_to_dynamic_prop.
6653
b86352cf
AB
66542019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6655
6656 * dwarf2read.c (read_subrange_index_type): New function.
6657 (read_subrange_type): Move code into new function and call it.
6658 * gdbtypes.c (create_range_type): Add some asserts.
6659
603490bf
AB
66602019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6661
6662 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6663 update return statements.
6664 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6665 declaration, and update comment to match.
6666 * gdbtypes.c (resolve_dynamic_array): Update call to
6667 dwarf2_evaluate_property to match new return type.
6668
592f9d27
AB
66692019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6670
6671 * valarith.c (value_subscripted_rvalue): Change lowerbound
6672 parameter type from int to LONGEST.
6673 * value.h (value_subscripted_rvalue): Likewise in declaration.
6674
60cfcb20
AB
66752019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6676
6677 * cli/cli-utils.c (info_print_command_completer): New function.
6678 * cli/cli-utils.h: Add 'completer.h' include, and forward
6679 declaration for 'struct cmd_list_element'.
6680 (info_print_command_completer): Declare.
6681 * stack.c (_initialize_stack): Add completer for 'info locals' and
6682 'info args'.
6683 * symtab.c (_initialize_symtab): Add completer for 'info
6684 variables' and 'info functions'.
6685 * NEWS: Mention completion for additional info commands.
6686
b16507e0
AB
66872019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6688
6689 * cli/cli-utils.c (extract_info_print_args): Delete.
6690 (extract_arg_maybe_quoted): Delete.
6691 (info_print_options_defs): New variable.
6692 (make_info_print_options_def_group): New function.
6693 (extract_info_print_options): Define new function.
6694 * cli/cli-utils.h (extract_info_print_args): Delete.
6695 (struct info_print_options): New structure.
6696 (extract_info_print_options): Declare new function.
6697 * stack.c (info_locals_command): Update to use new
6698 extract_info_print_options, also add a header comment.
6699 (info_args_command): Likewise.
6700 * symtab.c (info_variables_command): Likewise.
6701 (info_functions_command): Likewise.
6702
021d8588
AB
67032019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6704
6705 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6706 to extract string arguments.
6707 * common/common-utils.c (extract_string_maybe_quoted): New function.
6708 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6709
b777eb6d
TT
67102019-07-11 Tom Tromey <tromey@adacore.com>
6711
6712 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6713 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6714 * top.h (gdbinit): Don't declare.
6715 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6716 into...
6717 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6718 * top.c (gdb_init): Don't call init_cli_cmds.
6719 (gdbinit): Remove.
6720 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6721
72ee03ff
TT
67222019-07-11 Tom Tromey <tromey@adacore.com>
6723
6724 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6725 after it has been moved.
6726
00db9531
SM
67272019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6728
6729 * valops.c (value_must_coerce_to_target): Change return type to
6730 bool.
6731 * value.h (value_must_coerce_to_target): Likewise.
6732
f2478a7e
SM
67332019-07-10 Simon Marchi <simon.marchi@efficios.com>
6734
6735 * breakpoint.c (is_hardware_watchpoint): Remove
6736 forward-declaration.
6737 (is_masked_watchpoint): Change return type to bool.
6738 (is_tracepoint): Likewise.
6739 (is_breakpoint): Likewise.
6740 (is_hardware_watchpoint): Likewise.
6741 (is_watchpoint): Likewise.
6742 (is_no_memory_software_watchpoint): Likewise.
6743 (is_catchpoint): Likewise.
6744 (breakpoint_1): Make FILTER parameter's return type bool.
6745 is_masked_watchpoint): Change return type to bool.
6746 (save_breakpoints): Make FILTER parameter's return type bool.
6747 * breakpoint.h (is_breakpoint): Change return type to bool.
6748 (is_watchpoint): Likewise.
6749 (is_catchpoint): Likewise.
6750 (is_tracepoint): Likewise.
6751
0d12e84c
TT
67522019-07-10 Tom Tromey <tom@tromey.com>
6753
6754 * defs.h: Don't include gdbarch.h.
6755 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6756 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6757 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6758 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6759 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6760 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6761 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6762 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6763 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6764 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6765 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6766 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6767 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6768 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6769 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6770 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6771 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6772 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6773 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6774 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6775 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6776 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6777 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6778 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6779 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6780 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6781 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6782
f06f1252
TT
67832019-07-10 Tom Tromey <tromey@adacore.com>
6784
6785 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6786 * breakpoint.c (init_ada_exception_breakpoint): Register as
6787 bp_catchpoint.
6788 (print_one_breakpoint_location, print_one_breakpoint): Use
6789 is_ada_exception_catchpoint.
6790 * ada-lang.c (class ada_catchpoint_location): Pass
6791 bp_loc_software_breakpoint to bp_location constructor.
6792 (is_ada_exception_catchpoint): New function.
6793
7a5d944b
TT
67942019-07-10 Tom Tromey <tromey@adacore.com>
6795
6796 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6797 VEC.
6798 (struct arm_exidx_entry): New method operator<.
6799 (struct arm_exidx_data) <section_maps>: Change type.
6800 (arm_exidx_data_free): Remove.
6801 (arm_exidx_data_key): Change type. Move lower.
6802 (arm_exidx_new_objfile): Update.
6803 (arm_compare_exidx_entries): Remove.
6804 (arm_find_exidx_entry, _initialize_arm_tdep)
6805
48c66e1d
TT
68062019-07-10 Tom Tromey <tromey@adacore.com>
6807
6808 * solib-spu.c (ocl_program_data_key): Change type.
6809 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6810 Update.
6811
a269fbf1
TT
68122019-07-10 Tom Tromey <tromey@adacore.com>
6813
6814 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6815 (struct solib_aix_inferior_data) <library_list>: Change type.
6816 (solib_aix_inferior_data_handle): Change type.
6817 (get_solib_aix_inferior_data): Update.
6818 (solib_aix_free_library_list): Remove.
6819 (library_list_start_library): Update.
6820 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6821 return type.
6822 (solib_aix_get_library_list)
6823 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6824 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6825
c294730c
TT
68262019-07-10 Tom Tromey <tromey@adacore.com>
6827
6828 * solib-dsbt.c (struct dsbt_info): Add initializers.
6829 (solib_dsbt_pspace_data): Change type.
6830 (dsbt_pspace_data_cleanup): Remove.
6831 (get_dsbt_info, _initialize_dsbt_solib): Update.
6832
9d52077d
TT
68332019-07-10 Tom Tromey <tromey@adacore.com>
6834
6835 * spu-tdep.c (spu_overlay_data): Change type.
6836 (spu_get_overlay_table, spu_overlay_new_objfile)
6837 (_initialize_spu_tdep): Update.
6838
22a20dca
TT
68392019-07-10 Tom Tromey <tromey@adacore.com>
6840
6841 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6842 destructor.
6843 (dbx_objfile_data_key): Change type and declare later.
6844 (DBX_SYMFILE_INFO): Rewrite.
6845 * dbxread.c (dbx_objfile_data_key): Change type.
6846 (dbx_symfile_init): Update.
6847 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6848 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6849 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6850
cb60f420
TT
68512019-07-10 Tom Tromey <tromey@adacore.com>
6852
6853 * jit.c (jit_program_space_key): Change type. Move lower.
6854 (get_jit_program_space_data): Update.
6855 (jit_program_space_data_cleanup): Remove.
6856 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6857 Update.
6858 (struct jit_program_space_data): Add initializers.
6859
51df2ae3
TT
68602019-07-10 Tom Tromey <tromey@adacore.com>
6861
6862 * solib-darwin.c (struct darwin_info): Add initializers.
6863 (solib_darwin_pspace_data): Change type.
6864 (darwin_pspace_data_cleanup): Remove.
6865 (get_darwin_info, _initialize_darwin_solib): Update.
6866
18101a35
TT
68672019-07-10 Tom Tromey <tromey@adacore.com>
6868
6869 * remote-sim.c (struct sim_inferior_data): Add initializers,
6870 constructor, and destructor.
6871 (sim_inferior_data_key): Change type. Move lower.
6872 (check_for_duplicate_sim_descriptor): Update.
6873 (get_sim_inferior_data): Use new. Update.
6874 (~sim_inferior_data_cleanup): Rename from
6875 sim_inferior_data_cleanup. Simplify.
6876 (gdbsim_close_inferior, simulator_command)
6877 (sim_command_completer, _initialize_remote_sim): Update.
6878 (next_pid, INITIAL_PID): Move earlier.
6879
05b08ac1
TT
68802019-07-10 Tom Tromey <tromey@adacore.com>
6881
6882 * python/python-internal.h (create_thread_object): Return
6883 gdbpy_ref.
6884 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6885 * python/py-inferior.c (struct threadlist_entry): Add
6886 constructor.
6887 <thread_obj>: Now a gdbpy_ref.
6888 (thread_to_thread_object): Update.
6889 (add_thread_object): Use new.
6890 (delete_thread_object): Use delete.
6891 (infpy_threads): Update.
6892 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6893 GIL.
6894
32372d80
TT
68952019-07-10 Tom Tromey <tromey@adacore.com>
6896
6897 * valops.c (value_cast): Specialize error message for Ada.
6898
5c458ae8
SM
68992019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6900
6901 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6902
4c462cb0
SM
69032019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6904
6905 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6906 bpstat_should_step): Return bool, adjust comments.
6907 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6908 bpstat_should_step): Likewise.
6909
89abbcc2
AH
69102019-07-10 Alan Hayward <alan.hayward@arm.com>
6911
6912 * features/Makefile: Use feature target descriptions for Arm.
6913 * features/arm/arm-core.c: Generate new file.
6914 * features/arm/arm-fpa.c: Likewise.
6915 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6916 * features/arm/arm-m-profile.c: Likewise.
6917 * features/arm/arm-vfpv2.c: Likewise.
6918 * features/arm/arm-vfpv3.c: Likewise.
6919 * features/arm/xscale-iwmmxt.c: Likewise.
6920 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6921
166a82be
AH
69222019-07-10 Alan Hayward <alan.hayward@arm.com>
6923
6924 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6925 ptrace earlier.
6926
9fb4c7e9
AH
69272019-07-10 Alan Hayward <alan.hayward@arm.com>
6928
6929 * features/aarch64-pauth.c: Regenerate.
6930
e2d0f980
SM
69312019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6932
6933 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6934 bool.
6935 (bpstat_what): Use false instead of 0.
6936
a38118e5
PA
69372019-07-09 Pedro Alves <palves@redhat.com>
6938
6939 * break-catch-throw.c (is_exception_catchpoint): New.
6940 * breakpoint.c (print_one_breakpoint_location): New parameter
6941 'raw_loc'. Handle it. Use
6942 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6943 looking at the breakpoint's type.
6944 (print_one_breakpoint): If handling "maint info breakpoints", also
6945 print locations of exception catchpoints.
6946 * breakpoint.h (is_exception_catchpoint): Declare.
6947
cb1e4e32
PA
69482019-07-09 Pedro Alves <palves@redhat.com>
6949
6950 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6951 "addr" field.
6952 (allocate_location_exception_catchpoint): New.
6953 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6954 (initialize_throw_catchpoint_ops): Install
6955 allocate_location_exception_catchpoint as allocate_location
6956 method.
6957 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6958 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6959 bp_loc_other.
6960 (breakpoint_address_is_meaningful): Delete.
6961 (bl_address_is_meaningful): New.
6962 (breakpoint_locations_match): Adjust comment.
6963 (bp_location_from_bp_type): New, factored out of...
6964 (bp_location::bp_location(breakpoint *)): ... this.
6965 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6966 factored out of...
6967 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6968 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6969 breakpoint_address_is_meaningful.
6970 (bp_locations_compare): Adjust comment.
6971 (update_global_location_list): Use bl_address_is_meaningful
6972 instead of breakpoint_address_is_meaningful.
6973 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6974 explicit.
6975 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6976 * python/py-breakpoint.c (bppy_get_location): No longer check
6977 whether location is null.
6978
b58a68fe
PA
69792019-07-09 Pedro Alves <palves@redhat.com>
6980
6981 PR c++/15468
6982 * breakpoint.c (print_one_breakpoint_location): Remove
6983 single-location assert.
6984
268a13a5
TT
69852019-07-09 Tom Tromey <tom@tromey.com>
6986
6987 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6988 * configure: Rebuild.
6989 * configure.ac: Change common to gdbsupport.
6990 * gdbsupport: Rename from common.
6991 * acinclude.m4: Change common to gdbsupport.
6992 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6993 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6994 gdbsupport.
6995 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6996 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6997 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6998 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6999 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
7000 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
7001 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
7002 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
7003 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
7004 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
7005 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
7006 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
7007 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
7008 coff-pe-read.c, command.h, compile/compile-c-support.c,
7009 compile/compile-c.h, compile/compile-cplus-symbols.c,
7010 compile/compile-cplus-types.c, compile/compile-cplus.h,
7011 compile/compile-loc2c.c, compile/compile.c, completer.c,
7012 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
7013 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
7014 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
7015 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
7016 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
7017 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
7018 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
7019 features/aarch64-core.c, features/aarch64-fpu.c,
7020 features/aarch64-pauth.c, features/aarch64-sve.c,
7021 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
7022 features/i386/32bit-core.c, features/i386/32bit-linux.c,
7023 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
7024 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
7025 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
7026 features/i386/64bit-core.c, features/i386/64bit-linux.c,
7027 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
7028 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
7029 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
7030 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
7031 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
7032 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
7033 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
7034 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
7035 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
7036 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
7037 go32-nat.c, guile/guile.c, guile/scm-ports.c,
7038 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
7039 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
7040 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
7041 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
7042 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
7043 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
7044 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
7045 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
7046 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
7047 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
7048 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
7049 minsyms.c, mips-linux-tdep.c, namespace.h,
7050 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
7051 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
7052 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
7053 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
7054 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
7055 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
7056 nat/linux-waitpid.c, nat/mips-linux-watch.c,
7057 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
7058 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
7059 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
7060 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
7061 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
7062 procfs.c, producer.c, progspace.h, psymtab.h,
7063 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
7064 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
7065 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
7066 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
7067 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
7068 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
7069 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
7070 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
7071 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
7072 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
7073 target-memory.c, target.c, target.h, target/waitstatus.c,
7074 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
7075 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
7076 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
7077 unittests/array-view-selftests.c,
7078 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
7079 unittests/common-utils-selftests.c,
7080 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
7081 unittests/format_pieces-selftests.c,
7082 unittests/function-view-selftests.c,
7083 unittests/lookup_name_info-selftests.c,
7084 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
7085 unittests/mkdir-recursive-selftests.c,
7086 unittests/observable-selftests.c,
7087 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
7088 unittests/parse-connection-spec-selftests.c,
7089 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
7090 unittests/scoped_fd-selftests.c,
7091 unittests/scoped_mmap-selftests.c,
7092 unittests/scoped_restore-selftests.c,
7093 unittests/string_view-selftests.c, unittests/style-selftests.c,
7094 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
7095 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
7096 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
7097 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
7098 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
7099 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
7100
5b0e2db4
AB
71012019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7102
7103 * linespec.c (decode_digits_list_mode): Set explicit_line to a
7104 bool value.
7105 (decode_digits_ordinary): Set explicit_line field in sal.
7106 * symtab.c (skip_prologue_sal): Don't skip prologue for a
7107 symtab_and_line that was set on an explicit line number in
7108 assembler code. Do always update the recorded symtab and line if
7109 we do skip the prologue.
7110
0ba852ab
AB
71112019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7112
7113 * breakpoint.c (set_breakpoint_location_function): Remove
7114 explicit_loc parameter.
7115 (momentary_breakpoint_from_master): Update call to
7116 set_breakpoint_location_function.
7117 (add_location_to_breakpoint): Likewise.
7118
b3a7d171
AB
71192019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7120
7121 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7122 required features based on default bfd type when no specific bfd
7123 is present.
7124
1f6f6e21
PW
71252019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7126
7127 * NEWS: Mention that GDB printf and eval commands can now print
7128 C-style and Ada-style convenience var strings without
7129 calling the inferior.
7130 * printcmd.c (printf_c_string): Locally print GDB internal var
7131 instead of transiting via the inferior.
7132 (printf_wide_c_string): Likewise.
7133
71342019-07-04 Alan Hayward <alan.hayward@arm.com>
ea142fbf 7135
5862c886 7136 PR breakpoints/25011
ea142fbf
AH
7137 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7138
0598af48
TT
71392019-07-04 Tom Tromey <tom@tromey.com>
7140
7141 PR tui/24724:
7142 * tui/tui-winsource.c (tui_clear_source_content): Update.
7143 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7144 (tui_update_breakpoint_info): Update.
7145 (tui_set_exec_info_content): Update.
7146 * tui/tui-source.c (tui_set_source_content_nil): Update.
7147 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7148 has_break.
7149 * tui/tui-data.h (enum tui_bp_flag): New.
7150 (tui_bp_flags): New enum flags type.
7151 (struct tui_source_element) <break_mode>: Change type. Rename
7152 from has_break.
7153 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7154 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7155 constants.
7156 * tui/tui-winsource.h: Fix comment.
7157
350fab54
AH
71582019-07-04 Alan Hayward <alan.hayward@arm.com>
7159
7160 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7161 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7162 (store_fpregs_to_thread)
7163 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7164 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7165 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7166 (IWMMXT_REGS_SIZE): Add define.
7167 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7168 (fetch_vfp_regs, store_vfp_regs)
7169 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7170 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7171
f0452268
AH
71722019-07-04 Alan Hayward <alan.hayward@arm.com>
7173
7174 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7175 defines.
7176 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7177 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7178 (ARM_INT_REGISTER_SIZE): ...to this.
7179 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7180 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7181 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7182 (arm_linux_collect_gregset, supply_nwfpe_register)
7183 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7184 defines.
7185 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7186 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7187 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7188 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7189 (arm_return_in_memory, arm_store_return_value)
7190 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7191 (arm_record_ld_st_multiple): Likewise.
7192 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7193 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7194
e935475c
AH
71952019-07-04 Alan Hayward <alan.hayward@arm.com>
7196
7197 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7198 AARCH64_DISPLACED_MODIFIED_INSNS.
7199 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7200 (aarch64_displaced_step_copy_insn): Likewise.
7201 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7202 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7203 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7204 ARM_DISPLACED_MODIFIED_INSNS.
7205 * arm-tdep.c (arm_gdbarch_init): Likewise.
7206 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7207 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7208 (struct arm_displaced_step_closure): Use
7209 ARM_DISPLACED_MODIFIED_INSNS.
7210
df0bb381
AH
72112019-07-04 Alan Hayward <alan.hayward@arm.com>
7212
7213 * features/Makefile: Remove unused xml files.
7214 * features/aarch64.xml: Remove.
7215 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7216 * features/i386/amd64-avx-avx512.xml: Remove.
7217 * features/i386/amd64-avx-linux.xml: Remove.
7218 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7219 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7220 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7221 * features/i386/amd64-avx-mpx.xml: Remove.
7222 * features/i386/amd64-avx.xml: Remove.
7223 * features/i386/amd64-linux.xml: Remove.
7224 * features/i386/amd64-mpx-linux.xml: Remove.
7225 * features/i386/amd64-mpx.xml: Remove.
7226 * features/i386/amd64.xml: Remove.
7227 * features/i386/i386-avx-avx512-linux.xml: Remove.
7228 * features/i386/i386-avx-avx512.xml: Remove.
7229 * features/i386/i386-avx-linux.xml: Remove.
7230 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7231 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7232 * features/i386/i386-avx-mpx-linux.xml: Remove.
7233 * features/i386/i386-avx-mpx.xml: Remove.
7234 * features/i386/i386-avx.xml: Remove.
7235 * features/i386/i386-linux.xml: Remove.
7236 * features/i386/i386-mmx-linux.xml: Remove.
7237 * features/i386/i386-mmx.xml: Remove.
7238 * features/i386/i386-mpx-linux.xml: Remove.
7239 * features/i386/i386-mpx.xml: Remove.
7240 * features/i386/i386.xml: Remove.
7241 * features/i386/x32-avx-avx512-linux.xml: Remove.
7242 * features/i386/x32-avx-linux.xml: Remove.
7243 * features/i386/x32-linux.xml: Remove.
7244
edd6266a
AH
72452019-07-04 Alan Hayward <alan.hayward@arm.com>
7246
7247 * regformats/aarch64.dat: Remove.
7248 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7249 * regformats/i386/amd64-avx-linux.dat: Remove.
7250 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7251 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7252 * regformats/i386/amd64-linux.dat: Remove.
7253 * regformats/i386/amd64-mpx-linux.dat: Remove.
7254 * regformats/i386/amd64.dat: Remove.
7255 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7256 * regformats/i386/i386-avx-linux.dat: Remove.
7257 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7258 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7259 * regformats/i386/i386-linux.dat: Remove.
7260 * regformats/i386/i386-mmx-linux.dat: Remove.
7261 * regformats/i386/i386-mpx-linux.dat: Remove.
7262 * regformats/i386/i386.dat: Remove.
7263 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7264 * regformats/i386/x32-avx-linux.dat: Remove.
7265 * regformats/i386/x32-linux.dat: Remove.
7266
2b40fda7
AH
72672019-07-04 Alan Hayward <alan.hayward@arm.com>
7268
7269 * aarch64-tdep.c: Remove xml self tests.
7270 * amd64-linux-tdep.c: Likewise.
7271 * amd64-tdep.c: Likewise.
7272 * i386-linux-tdep.c: Likewise.
7273 * i386-tdep.c: Likewise.
7274
5f4ba3e7
PA
72752019-07-03 Pedro Alves <palves@redhat.com>
7276
7277 PR cli/24732
7278 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7279 (pipe_cmd_option_defs): New.
7280 (make_pipe_cmd_options_def_group): New.
7281 (pipe_command): Use gdb::option::process_options.
7282 (pipe_command_completer): New function.
7283 (_initialize_cli_cmds): Install completer for "pipe" command.
7284
3d9be6f5
PA
72852019-07-03 Pedro Alves <palves@redhat.com>
7286
7287 * cli/cli-option.c (union option_value) <string>: New field.
7288 (struct option_def_and_value): Add ctor, move ctor, dtor and
7289 use DISABLE_COPY_AND_ASSIGN.
7290 (option_def_and_value::clear_value): New.
7291 (parse_option, save_option_value_in_ctx, get_val_type_str)
7292 (add_setshow_cmds_for_options): Handle var_string.
7293 * cli-option.h (union option_def::var_address) <string>: New
7294 field.
7295 (struct string_option_def): New.
7296 * maint-test-options.c (struct test_options_opts): Add default
7297 ctor and use DISABLE_COPY_AND_ASSIGN.
7298 <string_opt>: New field.
7299 (test_options_opts::~test_options_opts): New.
7300 (test_options_opts::dump): Also dump "-string".
7301 (test_options_option_defs): Install "string.
7302
41fc454c
PA
73032019-07-03 Pedro Alves <palves@redhat.com>
7304
7305 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7306 option_value with a null enumeration.
7307 (complete_options): Save the option values in the context.
7308 (save_option_value_in_ctx): New, factored out from ...
7309 (process_options): ... here.
7310 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7311 of the function.
7312 * maint-test-options.c (test_options_opts::dump): New, factored
7313 out from ...
7314 (maintenance_test_options_command_mode): ... here.
7315 (maintenance_test_options_command_completion_result): Delete.
7316 (maintenance_test_options_command_completion_text): Update
7317 comment.
7318 (maintenance_show_test_options_completion_result): Change
7319 prototype. Just print
7320 maintenance_test_options_command_completion_text.
7321 (save_completion_result): New.
7322 (maintenance_test_options_completer_mode): Pass options context to
7323 complete_options, and then save a dump.
7324 (_initialize_maint_test_options): Use add_cmd to install "maint
7325 show test-options-completion-result".
7326
fdbc9870
PA
73272019-07-03 Pedro Alves <palves@redhat.com>
7328
7329 * NEWS (New commands): Mention "with" and "maint with".
7330 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7331 (with_command, with_command_completer): New.
7332 (pipe_command): Adjust to new repeat_previous
7333 interface.
7334 (_initialize_cli_cmds): Install the "with" command and its "w"
7335 alias.
7336 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7337 declarations.
7338 * cli/cli-setshow.c (parse_cli_var_uinteger)
7339 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7340 argument strings for all var_types.
7341 (get_setshow_command_value_string): New, factored out from ...
7342 (do_show_command): ... this.
7343 * cli/cli-setshow.h: Include <string>.
7344 (get_setshow_command_value_string): Declare.
7345 * command.h (repeat_previous): Now returns const char *. Adjust
7346 comment.
7347 * maint.c: Include "cli/cli-cmds.h".
7348 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7349 (_initialize_maint_cmds): Register the "maintenance with" command.
7350 * top.c (repeat_previous): Move bits from pipe_command here:
7351 Return the saved command line, if any; error out if there's no
7352 command to relaunch.
7353
c6ac8931
PA
73542019-07-03 Pedro Alves <palves@redhat.com>
7355
7356 * NEWS (New commands): Mention "maint set/show test-settings"
7357 instead of "maint test-settings".
7358 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7359 (maintenance_test_settings_set_list): Rename to ...
7360 (maintenance_set_test_settings_list): ... this.
7361 (maintenance_test_settings_show_list): Rename to ...
7362 (maintenance_show_test_settings_list): ... this.
7363 (maintenance_test_settings_cmd): Delete.
7364 (maintenance_test_settings_set_cmd): ...
7365 (maintenance_set_test_settings_cmd): ... this.
7366 (maintenance_test_settings_show_cmd): ...
7367 (maintenance_show_test_settings_cmd): ... this.
7368 (maintenance_test_settings_show_value_cmd):
7369 (maintenance_show_test_settings_value_cmd): ... this.
7370 (_initialize_maint_test_settings): No longer install the "maint
7371 test-settings" prefix command. Rename "maint test-settings set"
7372 to "maint set test-settings", and "maint test-settings show" to
7373 "maint show test-settings". Adjust all subcommands.
7374
d1fcf2fd
PA
73752019-07-03 Pedro Alves <palves@redhat.com>
7376
7377 * maint-test-settings.c: Fix file's intro comment. Replace all
7378 references to "test-options" with references to "test-settings",
7379 in comments.
7380
970f9d09
PA
73812019-07-03 Pedro Alves <palves@redhat.com>
7382
7383 * maint-test-settings.c (maintenance_test_settings_xxx)
7384 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7385 New.
7386 (maintenance_test_settings_enums): Use them.
7387 (maintenance_test_settings_enum): Default to
7388 maintenance_test_settings_xxx.
7389 (_initialize_maint_test_settings): Initialize
7390 MAINTENANCE_TEST_SETTINGS_FILENAME.
7391
f3869b1a
SM
73922019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7393
7394 * breakpoint.h (remove_breakpoints_inf): Change return type to
7395 void, move function documentation here.
7396 * breakpoint.c (remove_breakpoints_inf): Change return type to
7397 void, move function documentation to header.
7398
54d66006
PA
73992019-07-02 Pedro Alves <palves@redhat.com>
7400
7401 * NEWS (Completion improvements): Mention "info threads".
7402 * thread.c (struct info_threads_opts, info_threads_option_defs)
7403 (make_info_threads_options_def_group): New.
7404 (info_threads_command): Use gdb::option::process_options.
7405 (info_threads_command_completer): New.
7406 (_initialize_thread): Use gdb::option::build_help to build the
7407 help text for "info threads".
7408
854f6088
SM
74092019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7410
7411 * defs.h (generic_load): Move from here...
7412 * symfile.h (generic_load): ... to here. Rename name parameter
7413 to args.
7414 * symfile.c (generic_load): Add comment.
7415
54ee4252
TT
74162019-07-01 Tom Tromey <tromey@adacore.com>
7417
7418 * dwarf2read.c
7419 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7420 declaration of without_params. Fix formatting.
7421
65392b3e
TT
74222019-07-01 Tom Tromey <tromey@adacore.com>
7423
7424 * ada-exp.y (find_primitive_type): Update.
7425 * ada-lang.h (ada_lookup_symbol): Update.
7426 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7427 parameter.
7428 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7429
7d7571f0
SDJ
74302019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7431
7432 PR breakpoints/24541
7433 * gdbarch.c: Regenerate.
7434 * gdbarch.h: Regenerate.
7435 * gdbarch.sh: Add 'stap_adjust_register'.
7436 * i386-tdep.c: Include '<unordered_set>'.
7437 (i386_stap_adjust_register): New function.
7438 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7439 * stap-probe.c (stap_parse_register_operand): Call
7440 'gdbarch_stap_adjust_register'.
7441
5af5392a
SDJ
74422019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7443
7444 PR python/24742
7445 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7446 * python/python.c (do_start_initialization): Use 'xmalloc'
7447 instead of 'PyMem_Malloc'.
7448
10d06d82
TT
74492019-06-28 Tom Tromey <tromey@adacore.com>
7450
7451 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7452 for Ada.
7453
1b7f24cd
TT
74542019-06-27 Tom Tromey <tromey@adacore.com>
7455
7456 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7457 objfile_key.
7458 (arm_find_mapping_symbol, arm_record_special_symbol)
7459 (_initialize_arm_tdep): Update.
7460 (arm_objfile_data_free): Remove.
7461
3d507ff2
TT
74622019-06-27 Tom Tromey <tromey@adacore.com>
7463
7464 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7465 to cp_print_static_field.
7466
762c164d
TT
74672019-06-26 Tom Tromey <tromey@adacore.com>
7468
7469 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7470 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7471 declare.
7472
aa2f9bcf
AH
74732019-06-26 Alan Hayward <alan.hayward@arm.com>
7474
7475 * features/aarch64-core.c (create_feature_aarch64_core):
7476 Regenerate.
7477 * features/aarch64-core.xml: Add cpsr flags.
7478
3426ae57
AH
74792019-06-26 Alan Hayward <alan.hayward@arm.com>
7480
7481 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7482 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7483
4838e44c
SM
74842019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7485
7486 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7487 field.
7488 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7489 use.
7490 (arm_record_special_symbol): Don't insert new symbol in sorted
7491 position, push it at the end.
7492
54cc7474
SM
74932019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7494
7495 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7496 (arm_mapping_symbol_s): Remove.
7497 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7498 (arm_mapping_symbol_vec): New typedef.
7499 (struct arm_per_objfile): Add constructor.
7500 <section_maps>: Change type to
7501 std::unique_ptr<arm_mapping_symbol_vec[]>.
7502 (arm_compare_mapping_symbols): Remove.
7503 (arm_find_mapping_symbol): Adjust to section_maps type change.
7504 (arm_objfile_data_free): Call delete on arm_per_objfile.
7505 (arm_record_special_symbol): Adjust to section_maps type change.
7506 Allocate arm_per_objfile with new.
7507
b65b566c
PW
75082019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7509
7510 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7511 with the command prefix.
7512
c2fc64f5
TT
75132019-06-25 Tom Tromey <tom@tromey.com>
7514
7515 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7516 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7517
fb54fa76
TT
75182019-06-25 Tom Tromey <tom@tromey.com>
7519
7520 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7521 type.
7522 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7523 protected.
7524
f7952c57
TT
75252019-06-25 Tom Tromey <tom@tromey.com>
7526
7527 * tui/tui-winsource.c
7528 (tui_source_window_base::set_is_exec_point_at): Add check against
7529 LOA_ADDRESS.
7530
17568d78
TT
75312019-06-25 Tom Tromey <tom@tromey.com>
7532
7533 * tui/tui-source.c (tui_set_source_content): Don't check before
7534 xfree.
7535 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7536
53e7cdba
TT
75372019-06-25 Tom Tromey <tom@tromey.com>
7538
7539 * tui/tui-winsource.h (tui_update_source_window_as_is)
7540 (tui_alloc_source_buffer, tui_line_is_displayed)
7541 (tui_addr_is_displayed): Change type of win_info.
7542 * tui/tui-winsource.c (tui_update_source_window_as_is)
7543 (tui_clear_source_content, tui_show_source_line)
7544 (tui_show_source_content, tui_source_window_base::refill)
7545 (tui_source_window_base::set_is_exec_point_at)
7546 (tui_source_window_base::set_is_exec_point_at)
7547 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7548 (tui_alloc_source_buffer, tui_line_is_displayed)
7549 (tui_addr_is_displayed): Change type of win_info. Update.
7550 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7551 (tui_source_window_base::do_make_visible_with_new_height):
7552 Update.
7553 * tui/tui-source.c (tui_set_source_content)
7554 (tui_set_source_content_nil)
7555 (tui_source_window::do_scroll_vertical): Update.
7556 * tui/tui-layout.c (show_layout): Update.
7557 * tui/tui-disasm.c (tui_set_disassem_content)
7558 (tui_disasm_window::do_scroll_vertical): Update.
7559 * tui/tui-data.h (tui_win_content): Remove.
7560 (struct tui_gen_win_info) <content, content_size>: Remove.
7561 (struct tui_source_element): Add initializers and destructor.
7562 (union tui_which_element, struct tui_win_element): Remove.
7563 (struct tui_source_window_base) <content>: New field.
7564 (struct tui_data_window): Remove destructor.
7565 (tui_alloc_content, tui_free_win_content)
7566 (tui_free_all_source_wins_content): Don't declare.
7567 * tui/tui-data.c (tui_initialize_static_data): Update.
7568 (init_content_element, tui_alloc_content): Remove.
7569 (~tui_gen_win_info): Update.
7570 (~tui_data_window, tui_free_all_source_wins_content)
7571 (tui_free_win_content, free_content, free_content_elements):
7572 Remove.
7573
7908abbf
TT
75742019-06-25 Tom Tromey <tom@tromey.com>
7575
7576 * tui/tui-winsource.h (tui_clear_source_content)
7577 (tui_erase_source_content, tui_show_source_content): Change type
7578 of win_info.
7579 * tui/tui-winsource.c (tui_clear_source_content)
7580 (tui_erase_source_content, tui_show_source_content): Change type
7581 of win_info.
7582 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7583 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7584 win_info.
7585 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7586 win_info.
7587 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7588
02c28df0
TT
75892019-06-25 Tom Tromey <tom@tromey.com>
7590
7591 * tui/tui-winsource.c (tui_clear_source_content)
7592 (tui_source_window_base::set_is_exec_point_at): Update.
7593 * tui/tui-source.c (tui_set_source_content_nil): Update.
7594 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7595 a bool.
7596 * tui/tui-data.c (init_content_element): Update.
7597
6658b1bf
TT
75982019-06-25 Tom Tromey <tom@tromey.com>
7599
7600 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7601 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7602 * tui/tui-layout.c (init_and_make_win): Update.
7603 * tui/tui.h (enum tui_win_type): Update.
7604 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7605 tui_win_is_auxillary.
7606 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7607 tui_win_is_auxillary.
7608
21e1c91e
TT
76092019-06-25 Tom Tromey <tom@tromey.com>
7610
7611 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7612 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7613 (tui_delete_data_content_windows, tui_display_all_data)
7614 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7615 Update.
7616 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7617 * tui/tui-regs.c (tui_last_regs_line_no)
7618 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7619 (tui_show_registers): Update.
7620 (tui_show_register_group): Return void. Update.
7621 (tui_display_registers_from, tui_display_reg_element_at_line)
7622 (tui_display_registers_from_line, tui_check_register_values):
7623 Update.
7624 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7625 member.
7626 (struct tui_data_window) <regs_content>: Now a std::vector.
7627 <regs_content_count>: Remove.
7628 (tui_add_content_elements, tui_free_data_content): Don't declare.
7629 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7630 (init_content_element): Remove DATA_WIN case. Add assert.
7631 (tui_add_content_elements): Remove.
7632 (tui_data_window): Update.
7633 (tui_free_data_content): Remove.
7634 (free_content_elements): Remove DATA_WIN case.
7635
115ac53b
TT
76362019-06-25 Tom Tromey <tom@tromey.com>
7637
7638 * tui/tui-data.c (tui_data_item_window): Update.
7639 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7640 * tui/tui-windata.c (tui_display_all_data)
7641 (tui_display_data_from_line): Update.
7642 (tui_check_data_values): Remove.
7643 * tui/tui-regs.c (tui_show_register_group)
7644 (tui_display_reg_element_at_line): Update.
7645 * tui/tui-hooks.c (tui_register_changed)
7646 (tui_refresh_frame_and_register_information): Call
7647 tui_check_register_values.
7648 * tui/tui-data.h (struct tui_data_window) <data_content,
7649 data_content_count, data_type>: Remove.
7650 (enum tui_data_type): Remove.
7651
7652 * tui/tui-data.c (tui_data_window::clear_detail)
7653 (~tui_data_window): Update.
7654
eaf9738b
TT
76552019-06-25 Tom Tromey <tom@tromey.com>
7656
7657 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7658 declare.
7659 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7660 Rename from tui_first_data_item_displayed. Update.
7661 (tui_data_window::refresh_all)
7662 (tui_data_window::do_scroll_vertical): Update.
7663 * tui/tui-data.h (struct tui_data_window)
7664 <first_data_item_displayed>: Declare new method.
7665
31ca4723
TT
76662019-06-25 Tom Tromey <tom@tromey.com>
7667
7668 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7669 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7670 contents...
7671 (tui_initialize_static_data): ...here.
7672
41bcff7f
TT
76732019-06-25 Tom Tromey <tom@tromey.com>
7674
7675 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7676 (tui_display_registers_from, tui_check_register_values): Update.
7677 (tui_display_register): Remove win_info parameter; update.
7678 (tui_get_register): Change type of parameters.
7679 * tui/tui-data.h (struct tui_data_element): Remove.
7680 (union tui_which_element) <data>: Remove.
7681 <data_window>: Change type.
7682 (struct tui_data_item_window): New.
7683 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7684 case. Add assert.
7685 (~tui_data_item_window): New destructor.
7686 (free_content_elements): Remove DATA_ITEM_WIN case.
7687
d2802c33
TT
76882019-06-25 Tom Tromey <tom@tromey.com>
7689
7690 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7691 Remove.
7692
dd835f8b
TT
76932019-06-25 Tom Tromey <tom@tromey.com>
7694
7695 * tui/tui-data.h (struct tui_command_element): Remove.
7696 (union tui_which_element) <command>: Remove.
7697 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7698 assert.
7699 (free_content_elements): Remove CMD_WIN case.
7700
bd7db367
TT
77012019-06-25 Tom Tromey <tom@tromey.com>
7702
7703 * tui/tui-layout.c (tui_set_layout): Update.
7704 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7705 * tui/tui-data.c (layout_def): Update.
7706
3add462f
TT
77072019-06-25 Tom Tromey <tom@tromey.com>
7708
7709 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7710 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7711 (tui_source_window_base::set_new_height): Update.
7712 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7713 Update.
7714 (tui_set_locator_fullname, tui_set_locator_info)
7715 (tui_show_frame_info): Update.
7716 * tui/tui-source.c (tui_set_source_content)
7717 (tui_source_is_displayed): Update.
7718 * tui/tui-layout.c (show_source_disasm_command, show_data)
7719 (show_source_or_disasm_and_command): Update.
7720 * tui/tui-disasm.c (tui_set_disassem_content)
7721 (tui_get_begin_asm_address): Update.
7722 * tui/tui-data.h (struct tui_locator_element): Remove.
7723 (union tui_which_element) <locator>: Remove.
7724 (struct tui_locator_window): New.
7725 (tui_locator_win_info_ptr): Change return type.
7726 * tui/tui-data.c (_locator): Change type.
7727 (tui_locator_win_info_ptr): Change return type.
7728 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7729 (tui_alloc_content): Add assert.
7730
489e9d8b
TT
77312019-06-25 Tom Tromey <tom@tromey.com>
7732
7733 * tui/tui-winsource.c
7734 (tui_exec_info_window::maybe_allocate_content): New method.
7735 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7736 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7737 (make_source_or_disasm_window): Add cast.
7738 * tui/tui-data.h (union tui_which_element) <simple_string>:
7739 Remove.
7740 (struct tui_source_info): New.
7741 (struct tui_source_window_base) <execution_info>: Change type.
7742 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7743 case, and add assert.
7744 (tui_alloc_content): Add assert.
7745
c3fabb7d
TT
77462019-06-25 Tom Tromey <tom@tromey.com>
7747
7748 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7749 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7750 * tui/tui-data.c (tui_alloc_win_info): Remove.
7751
bbc228ee
TT
77522019-06-25 Tom Tromey <tom@tromey.com>
7753
7754 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7755 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7756 can_highlight.
7757
5fcee43a
TT
77582019-06-25 Tom Tromey <tom@tromey.com>
7759
7760 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7761 make_visible_with_new_height method.
7762 (tui_win_info::make_visible_with_new_height): New method.
7763 (tui_source_window_base::do_make_visible_with_new_height)
7764 (tui_data_window::do_make_visible_with_new_height)
7765 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7766 (make_visible_with_new_height): Remove.
7767 (tui_resize_all, tui_adjust_win_heights): Use
7768 make_visible_with_new_height method.
7769 * tui/tui-data.h (struct tui_win_info)
7770 <do_make_visible_with_new_height, make_visible_with_new_height>:
7771 New methods.
7772 (struct tui_source_window_base, struct tui_data_window)
7773 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7774 methods.
7775
d83f1fe6
TT
77762019-06-25 Tom Tromey <tom@tromey.com>
7777
7778 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7779 method.
7780 (update_tab_width): Call update_tab_width method.
7781 * tui/tui-data.h (struct tui_win_info)
7782 (struct tui_source_window_base) <update_tab_width>: New methods.
7783
17374de4
TT
77842019-06-25 Tom Tromey <tom@tromey.com>
7785
7786 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7787 parameter.
7788 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7789 parameter.
7790 (tui_gen_win_info::make_visible): Update.
7791 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7792 parameter.
7793 * tui/tui-data.h (enum tui_box): New enum.
7794 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7795
f936bca2
TT
77962019-06-25 Tom Tromey <tom@tromey.com>
7797
7798 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7799 init_and_make_win for EXEC_INFO_WIN.
7800 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7801 longer inline.
7802 (struct tui_win_info) <~tui_win_info>: Inline.
7803 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7804 Don't declare.
7805 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7806 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7807 Remove.
7808 (tui_initialize_static_data): Update.
7809 (~tui_gen_win_info): Handle more cleanup here.
7810 (~tui_source_window_base): Delete "execution_info".
7811 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7812
d6ba6a11
TT
78132019-06-25 Tom Tromey <tom@tromey.com>
7814
7815 * tui/tui-layout.c (make_command_window): Don't set
7816 can_highlight.
7817 (show_source_disasm_command): Call the reset method.
7818 (show_data): Don't set can_highlight. Call the reset method.
7819 (tui_gen_win_info::reset): Rename from init_gen_win_info
7820 (init_and_make_win): Simplify. Return tui_gen_win_info.
7821 (show_source_or_disasm_and_command): Call the reset method.
7822 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7823 (struct tui_cmd_window): Set can_highlight.
7824
48a3bd16
TT
78252019-06-25 Tom Tromey <tom@tromey.com>
7826
7827 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7828 from make_visible.
7829 (tui_make_visible, tui_make_invisible): Rewrite.
7830 (tui_win_info::make_visible): Remove.
7831 (tui_source_window_base::make_visible): Update.
7832 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7833 method. Moved from...
7834 (struct tui_win_info) <make_visible>: ...here.
7835
c3bd716f
TT
78362019-06-25 Tom Tromey <tom@tromey.com>
7837
7838 * tui/tui-winsource.c
7839 (tui_source_window_base::do_scroll_horizontal): Remove direction
7840 parameter.
7841 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7842 direction parameter.
7843 * tui/tui-win.c (tui_win_info::forward_scroll)
7844 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7845 (tui_win_info::right_scroll): Update.
7846 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7847 direction parameter.
7848 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7849 direction parameter.
7850 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7851 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7852 Remove direction parameter.
7853 (struct tui_source_window_base, struct tui_source_window)
7854 (struct tui_disasm_window, struct tui_data_window)
7855 (struct tui_cmd_window): Update.
7856
21c32dca
TT
78572019-06-25 Tom Tromey <tom@tromey.com>
7858
7859 * tui/tui-winsource.h (tui_set_exec_info_content)
7860 (tui_show_exec_info_content, tui_erase_exec_info_content)
7861 (tui_clear_exec_info_content, tui_update_exec_info): Change
7862 argument to tui_source_window_base.
7863 * tui/tui-winsource.c (tui_set_exec_info_content)
7864 (tui_show_exec_info_content, tui_erase_exec_info_content)
7865 (tui_clear_exec_info_content, tui_update_exec_info): Change
7866 argument to tui_source_window_base.
7867
73fbdc65
TT
78682019-06-25 Tom Tromey <tom@tromey.com>
7869
7870 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7871 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7872
33325343
TT
78732019-06-25 Tom Tromey <tom@tromey.com>
7874
7875 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7876 check.
7877
29d2c474
TT
78782019-06-25 Tom Tromey <tom@tromey.com>
7879
7880 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7881 type to void.
7882 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7883 type to void.
7884 * tui/tui-source.c (tui_set_source_content): Update.
7885 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7886
152f3f4b
TT
78872019-06-25 Tom Tromey <tom@tromey.com>
7888
7889 * tui/tui-win.c (window_name_completer, tui_set_focus)
7890 (tui_all_windows_info): Use name method.
7891 * tui/tui-data.h (struct tui_gen_win_info)
7892 (struct tui_source_window, struct tui_disasm_window)
7893 (struct tui_data_window, struct tui_cmd_window) <name>: New
7894 method.
7895 (tui_win_name): Don't declare.
7896 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7897 (tui_win_name): Remove.
7898
be4da588
TT
78992019-06-25 Tom Tromey <tom@tromey.com>
7900
7901 * tui/tui-winsource.h (tui_update_source_window)
7902 (tui_update_source_window_as_is): Change parameter type.
7903 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7904 to be a tui_source_window_base.
7905 (tui_update_source_window_as_is): Likewise.
7906 * tui/tui-win.c (make_visible_with_new_height): Update.
7907
5b81daba
TT
79082019-06-25 Tom Tromey <tom@tromey.com>
7909
7910 * tui/tui-winsource.c (tui_erase_source_content)
7911 (tui_show_source_content, tui_show_exec_info_content)
7912 (tui_erase_exec_info_content): Use refresh_window method.
7913 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7914 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7915 from tui_refresh_win.
7916 (tui_data_window::refresh_window): New method.
7917 (tui_win_info::refresh, tui_source_window_base::refresh)
7918 (tui_refresh_all): Use refresh_window method.
7919 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7920 method.
7921 * tui/tui-regs.c (tui_display_register): Call refresh_window
7922 method.
7923 * tui/tui-layout.c (show_source_disasm_command)
7924 (show_source_or_disasm_and_command): Call refresh_window method.
7925 * tui/tui-data.h (struct tui_gen_win_info)
7926 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7927 New method.
7928
cb2ce893
TT
79292019-06-25 Tom Tromey <tom@tromey.com>
7930
7931 * tui/tui.c (tui_rl_other_window, tui_enable)
7932 (tui_is_window_visible, tui_get_command_dimension): Update.
7933 * tui/tui-winsource.c (tui_update_source_window_as_is)
7934 (tui_clear_source_content, tui_erase_source_content)
7935 (tui_show_source_line, tui_source_window_base::refill)
7936 (tui_source_window_base::do_scroll_horizontal)
7937 (tui_source_window_base::set_is_exec_point_at)
7938 (tui_update_breakpoint_info, tui_set_exec_info_content)
7939 (tui_alloc_source_buffer, tui_line_is_displayed)
7940 (tui_addr_is_displayed): Update.
7941 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7942 (tui_check_and_display_highlight_if_needed)
7943 (tui_win_info::make_visible, tui_win_info::refresh)
7944 (tui_refresh_all): Update.
7945 * tui/tui-windata.c (tui_first_data_item_displayed)
7946 (tui_delete_data_content_windows, tui_erase_data_content)
7947 (tui_display_all_data, tui_data_window::refresh_all)
7948 (tui_check_data_values): Update.
7949 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7950 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7951 (tui_win_info::backward_scroll, tui_refresh_all_win)
7952 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7953 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7954 (tui_source_window_base::set_new_height)
7955 (tui_data_window::set_new_height)
7956 (make_invisible_and_set_new_height)
7957 (make_visible_with_new_height, new_height_ok)
7958 (parse_scrolling_args): Update.
7959 * tui/tui-stack.c (tui_show_frame_info): Update.
7960 * tui/tui-source.c (tui_set_source_content)
7961 (tui_set_source_content_nil, tui_source_is_displayed)
7962 (tui_source_window::do_scroll_vertical): Update.
7963 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7964 (tui_display_registers_from, tui_display_reg_element_at_line)
7965 (tui_check_register_values, tui_reg_command): Update.
7966 * tui/tui-layout.c (tui_default_win_height)
7967 (show_source_disasm_command, show_data, init_and_make_win)
7968 (show_source_or_disasm_and_command): Update.
7969 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7970 (tui_redisplay_readline, tui_mld_flush)
7971 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7972 (tui_getc): Update.
7973 * tui/tui-disasm.c (tui_set_disassem_content)
7974 (tui_disasm_window::do_scroll_vertical): Update.
7975 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7976 Now virtual.
7977 (struct tui_win_info): Derive from tui_gen_win_info.
7978 <~tui_win_info>: Mark as override.
7979 <generic>: Remove member.
7980 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7981 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7982 (~tui_data_window, ~tui_win_info)
7983 (tui_free_all_source_wins_content): Update.
7984 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7985
ab313b35
TT
79862019-06-25 Tom Tromey <tom@tromey.com>
7987
7988 * tui/tui-layout.c (init_and_make_win): Use new.
7989 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7990 destructor, initializers.
7991 (tui_alloc_generic_win_info): Don't declare.
7992 * tui/tui-data.c (_locator): Add argument to constructor.
7993 (source_win, disasm_win): New globals.
7994 (exec_info): Remove.
7995 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7996 Update.
7997 (tui_alloc_generic_win_info): Remove.
7998 (init_content_element): Use new.
7999 (tui_win_info::tui_win_info): Update.
8000 (free_content_elements) <case DATA_WIN>: Use delete.
8001
dc2c33e4
TT
80022019-06-25 Tom Tromey <tom@tromey.com>
8003
8004 * tui/tui-wingeneral.c (tui_refresh_win): Update.
8005 * tui/tui-windata.c (tui_first_data_item_displayed)
8006 (tui_delete_data_content_windows): Update.
8007 * tui/tui-win.c (tui_data_window::set_new_height): Update.
8008 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8009 (tui_display_registers_from, tui_check_register_values): Update.
8010 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
8011 pointer.
8012 * tui/tui-data.c (init_content_element): Update. Allocate the new
8013 window.
8014 (tui_free_data_content): Update.
8015 (free_content_elements) <case DATA_WIN>: Free the window.
8016
214a5cbe
TT
80172019-06-25 Tom Tromey <tom@tromey.com>
8018
8019 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
8020 Update.
8021 * tui/tui-layout.c (make_command_window)
8022 (show_source_disasm_command, show_data, init_and_make_win)
8023 (show_source_or_disasm_and_command): Update.
8024 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
8025 method.
8026 <can_highight, is_highlighted>: Now bool.
8027 (tui_set_win_highlight): Don't declare.
8028 * tui/tui-data.c (tui_set_win_highlight): Remove.
8029
8e2daf15
TT
80302019-06-25 Tom Tromey <tom@tromey.com>
8031
8032 * tui/tui-wingeneral.c (make_visible): Remove check of window
8033 type.
8034
8903bd8a
TT
80352019-06-25 Tom Tromey <tom@tromey.com>
8036
8037 * tui/tui-win.c (tui_win_info::max_height)
8038 (tui_cmd_window::max_height): New methods.
8039 (new_height_ok): Call max_height.
8040 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
8041 <max_height>: New method.
8042
3f02ce1e
TT
80432019-06-25 Tom Tromey <tom@tromey.com>
8044
8045 * tui/tui-win.c (tui_source_window_base::set_new_height)
8046 (tui_data_window::set_new_height): New methods.
8047 (make_invisible_and_set_new_height): Call set_new_height method.
8048 * tui/tui-data.h (struct tui_win_info)
8049 (struct tui_source_window_base, struct tui_data_window)
8050 <set_new_height>: New method.
8051
1825f487
TT
80522019-06-25 Tom Tromey <tom@tromey.com>
8053
8054 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
8055 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
8056 tui_refresh_data_win.
8057 * tui/tui-win.c (tui_source_window_base::refresh_all): New
8058 method.
8059 (tui_refresh_all_win): Call the refresh_all method.
8060 (tui_set_focus): Likewise.
8061 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
8062 (struct tui_source_window_base, struct tui_data_window) <refresh>:
8063 Likewise.
8064
ad54d15b
TT
80652019-06-25 Tom Tromey <tom@tromey.com>
8066
8067 * tui/tui-winsource.h (tui_refill_source_window)
8068 (tui_set_is_exec_point_at): Don't declare.
8069 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
8070 (tui_source_window_base::refill): Rename from
8071 tui_refill_source_window.
8072 (tui_source_window_base::do_scroll_horizontal): Update.
8073 (tui_source_window_base::set_is_exec_point_at): Rename from
8074 tui_set_is_exec_point_at.
8075 (tui_update_all_breakpoint_info): Update.
8076 * tui/tui-stack.c (tui_show_frame_info): Update.
8077 * tui/tui-layout.c (show_data): Add cast.
8078 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
8079 * tui/tui-data.h (struct tui_source_window_base) <refill,
8080 set_is_exec_point_at>: New methods.
8081 (tui_source_windows, tui_add_to_source_windows): Update types.
8082 (tui_add_to_source_windows): Remove redundant declaration.
8083 * tui/tui-data.c (source_windows): Store tui_source_window_base.
8084 (tui_source_windows): Change return type.
8085 (tui_clear_source_windows_detail): Update.
8086 (tui_add_to_source_windows): Change type of parameter.
8087 (tui_free_all_source_wins_content): Update.
8088
2042b506
TT
80892019-06-25 Tom Tromey <tom@tromey.com>
8090
8091 * tui/tui-wingeneral.c (tui_win_info::refresh)
8092 (tui_source_window_base::refresh): New methods.
8093 (tui_refresh_all): Call the refresh method.
8094 * tui/tui-data.h (struct tui_win_info)
8095 (struct tui_source_window_base) <refresh>: New method.
8096
56122977
TT
80972019-06-25 Tom Tromey <tom@tromey.com>
8098
8099 * tui/tui.h (tui_is_window_visible): Return bool.
8100 * tui/tui.c (tui_is_window_visible): Return bool.
8101 * tui/tui-wingeneral.c (tui_make_window, make_visible)
8102 (tui_make_visible, tui_make_invisible)
8103 (tui_win_info::make_visible)
8104 (tui_source_window_base::make_visible, make_all_visible)
8105 (tui_make_all_visible, tui_make_all_invisible): Update.
8106 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
8107 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
8108 bool.
8109 (struct tui_win_info, struct tui_source_window_base)
8110 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
8111 * tui/tui-data.c (tui_init_generic_part): Update.
8112
cda37efb
TT
81132019-06-25 Tom Tromey <tom@tromey.com>
8114
8115 * tui/tui-wingeneral.c (tui_win_info::make_visible)
8116 (tui_source_window_base::make_visible): New methods.
8117 (make_all_visible): Make method call.
8118 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
8119 (struct tui_source_window_base, struct tui_cmd_window): Override
8120 make_visible.
8121 (tui_win_is_source_type): Don't declare.
8122 * tui/tui-data.c (tui_win_is_source_type): Remove.
8123
6a0ee02c
TT
81242019-06-25 Tom Tromey <tom@tromey.com>
8125
8126 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8127 NULL check.
8128
63901aec
TT
81292019-06-25 Tom Tromey <tom@tromey.com>
8130
8131 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8132 Inline constructor. Add initializers for members.
8133 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8134 constructors; now inline in class.
8135
ceb13a13
TT
81362019-06-25 Tom Tromey <tom@tromey.com>
8137
8138 * tui/tui-regs.c (tui_show_registers): Update.
8139 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8140 bool.
8141 * tui/tui-data.c (tui_data_window::clear_detail)
8142 (tui_data_window): Update.
8143
238eb706
TT
81442019-06-25 Tom Tromey <tom@tromey.com>
8145
8146 * tui/tui-windata.c (tui_display_all_data)
8147 (tui_display_data_from_line, tui_display_data_from)
8148 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8149 Update.
8150 * tui/tui-regs.c (tui_last_regs_line_no)
8151 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8152 (tui_show_registers, tui_show_register_group)
8153 (tui_display_registers_from, tui_display_reg_element_at_line)
8154 (tui_display_registers_from_line, tui_check_register_values)
8155 (tui_reg_next, tui_reg_prev): Update.
8156 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8157 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8158 tui_data_window.
8159 (struct tui_win_info) <detail>: Remove. Add new fields from
8160 tui_data_info.
8161 (TUI_DATA_WIN): Add cast.
8162 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8163 (~tui_data_window): Simplify.
8164
81491aa0
TT
81652019-06-25 Tom Tromey <tom@tromey.com>
8166
8167 * tui/tui-layout.c (show_source_disasm_command)
8168 (show_source_or_disasm_and_command): Update.
8169 * tui/tui-io.c (update_cmdwin_start_line)
8170 (tui_redisplay_readline): Update.
8171 * tui/tui-data.h (struct tui_command_info): Remove.
8172 (struct tui_win_info) <detail>: Remove command_info member.
8173 (struct tui_data_window) <start_line>: New member, from
8174 tui_command_info.
8175 (TUI_CMD_WIN): Add casts.
8176
e6e41501
TT
81772019-06-25 Tom Tromey <tom@tromey.com>
8178
8179 * tui/tui-winsource.c (tui_update_source_window)
8180 (tui_refill_source_window)
8181 (tui_source_window_base::do_scroll_horizontal)
8182 (tui_update_breakpoint_info, tui_set_exec_info_content)
8183 (tui_show_exec_info_content, tui_erase_exec_info_content)
8184 (tui_clear_exec_info_content): Update.
8185 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8186 Update.
8187 * tui/tui-win.c (make_invisible_and_set_new_height)
8188 (make_visible_with_new_height): Update.
8189 * tui/tui-source.c (tui_set_source_content)
8190 (tui_show_symtab_source): Update.
8191 * tui/tui-layout.c (extract_display_start_addr)
8192 (show_source_disasm_command, show_data)
8193 (make_source_or_disasm_window)
8194 (show_source_or_disasm_and_command): Update.
8195 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8196 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8197 "gdbarch".
8198 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8199 to tui_source_window_base.
8200 (struct tui_win_info) <detail>: Remove source_info member.
8201 (struct tui_source_window_base) <has_locator>: Inline.
8202 Move contents from tui_source_info; rename has_locator member to
8203 m_has_locator.
8204 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8205 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8206 header file.
8207 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8208 Simplify.
8209 (tui_free_all_source_wins_content): Cast to
8210 tui_source_window_base.
8211
44f0e208
TT
82122019-06-25 Tom Tromey <tom@tromey.com>
8213
8214 * tui/tui-win.c (make_invisible_and_set_new_height)
8215 (make_visible_with_new_height): Call has_locator method.
8216 * tui/tui-layout.c (show_source_disasm_command, show_data)
8217 (show_source_or_disasm_and_command): Update for bool change.
8218 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8219 (tui_win_info) <has_locator>: New method.
8220 (struct tui_source_window_base) <has_locator>: New method.
8221 (tui_win_has_locator): Don't declare.
8222 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8223 from tui_win_has_locator.
8224 (tui_source_window_base): Use false, not FALSE.
8225
7778b912
TT
82262019-06-25 Tom Tromey <tom@tromey.com>
8227
8228 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8229 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8230 clear_detail method directly.
8231 (tui_clear_win_detail): Remove.
8232
f83d391c
TT
82332019-06-25 Tom Tromey <tom@tromey.com>
8234
8235 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8236 "this", not TUI_DISASM_WIN.
8237
13446e05
TT
82382019-06-25 Tom Tromey <tom@tromey.com>
8239
8240 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8241 declare.
8242 * tui/tui-winsource.c
8243 (tui_source_window_base::do_scroll_horizontal): Rename from
8244 tui_horizontal_source_scroll.
8245 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8246 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8247 from tui_vertical_data_scroll.
8248 * tui/tui-win.h (tui_scroll): Don't declare.
8249 * tui/tui-win.c (tui_win_info::forward_scroll)
8250 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8251 (tui_win_info::right_scroll): Rename and update.
8252 (tui_scroll_forward_command, tui_scroll_backward_command)
8253 (tui_scroll_left_command, tui_scroll_right_command): Update.
8254 (tui_scroll): Remove.
8255 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8256 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8257 from tui_vertical_source_scroll.
8258 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8259 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8260 from tui_vertical_disassem_scroll.
8261 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8262 do_scroll_horizontal>: New methods.
8263 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8264 Likewise.
8265 (struct tui_source_window_base): Add do_scroll_horizontal.
8266 (struct tui_source_window, struct tui_disasm_window): Add
8267 do_scroll_vertical.
8268 (struct tui_data_window, struct tui_cmd_window): Add
8269 do_scroll_horizontal and do_scroll_vertical.
8270 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8271
5cf82909
TT
82722019-06-25 Tom Tromey <tom@tromey.com>
8273
8274 * tui/tui-data.h (struct tui_source_window_base): New struct.
8275 (struct tui_source_window): Derive from tui_source_window_base.
8276 (struct tui_disasm_window): New struct.
8277 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8278 from tui_source_window::clear_detail.
8279 (tui_source_window_base): Rename from tui_source_window.
8280 (~tui_source_window_base): Rename from ~tui_source_window.
8281 (tui_alloc_win_info): Create a tui_disasm_window.
8282
ee1d42d6
TT
82832019-06-25 Tom Tromey <tom@tromey.com>
8284
8285 * tui/tui-data.h (struct tui_source_window)
8286 (struct tui_data_window): Declare destructors.
8287 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8288 destructors.
8289 (tui_win_info): Simplify.
8290
b4eb2452
TT
82912019-06-25 Tom Tromey <tom@tromey.com>
8292
8293 * tui/tui-winsource.c (tui_display_main)
8294 (tui_update_source_windows_with_addr)
8295 (tui_update_all_breakpoint_info): Update.
8296 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8297 (new_height_ok, parse_scrolling_args): Update.
8298 * tui/tui-stack.c (tui_show_frame_info): Update.
8299 * tui/tui-data.h (struct tui_list): Remove.
8300 (tui_source_windows): Return a reference to a std::vector.
8301 * tui/tui-data.c (source_windows): Now a std::vector.
8302 (tui_source_windows): Change return type.
8303 (tui_clear_source_windows): Rewrite.
8304 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8305 (tui_free_all_source_wins_content): Rewrite.
8306
8761a91b
TT
83072019-06-25 Tom Tromey <tom@tromey.com>
8308
8309 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8310 (struct tui_data_window, struct tui_cmd_window): Declare
8311 clear_detail method.
8312 * tui/tui-data.c (tui_source_window::clear_detail)
8313 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8314 methods.
8315 (tui_clear_win_detail): Simplify.
8316
0ed69eda
TT
83172019-06-25 Tom Tromey <tom@tromey.com>
8318
8319 * tui/tui-layout.c (make_source_window, make_disasm_window)
8320 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8321 Return the new window.
8322 (show_source_disasm_command, show_data)
8323 (show_source_or_disasm_and_command): Update.
8324
82432e10
TT
83252019-06-25 Tom Tromey <tom@tromey.com>
8326
8327 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8328 parameter. Return the new window.
8329 (show_source_disasm_command): Update and remove NULL check.
8330 (show_source_or_disasm_and_command): Update.
8331
ec328aa5
TT
83322019-06-25 Tom Tromey <tom@tromey.com>
8333
8334 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8335
33b906ab
TT
83362019-06-25 Tom Tromey <tom@tromey.com>
8337
8338 * tui/tui-data.h (struct tui_win_info): Make constructor
8339 protected. Make destructor virtual. Add initializers.
8340 (tui_source_window, tui_data_window, tui_cmd_window): New
8341 classes.
8342 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8343 constructor. Add "type" parameter.
8344 (tui_source_window, tui_data_window, tui_cmd_window): New
8345 constructors.
8346 (tui_alloc_win_info): Instantiate the appropriate subclass.
8347
e7e11af4
TT
83482019-06-25 Tom Tromey <tom@tromey.com>
8349
8350 * tui/tui-win.c (tui_resize_all): Use delete.
8351 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8352 destructor.
8353 (tui_free_window): Don't declare.
8354 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8355 Update.
8356
6792b55e
TT
83572019-06-25 Tom Tromey <tom@tromey.com>
8358
8359 * tui/tui-data.h (struct tui_win_info): Add constructor.
8360 * tui/tui-data.c (tui_alloc_win_info): Use new.
8361 (tui_free_window): Use delete.
8362
f95675e1
TT
83632019-06-22 Tom Tromey <tom@tromey.com>
8364
8365 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8366 declare.
8367 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8368
5bff081c
TT
83692019-06-22 Tom Tromey <tom@tromey.com>
8370
8371 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8372 declare.
8373 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8374
47e3f474
TV
83752019-06-22 Tom de Vries <tdevries@suse.de>
8376
8377 * dwarf2read.c (create_addrmap_from_aranges)
8378 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8379 instead of '%zu'.
8380
fd5866f6
SM
83812019-06-21 Simon Marchi <simon.marchi@efficios.com>
8382
8383 * dwarf2read.h (dwarf2_section_info_def): Remove.
8384 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8385 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8386 std::vector<dwarf2_section_info>.
8387 (struct dwo_file) <~dwo_file>: Remove.
8388 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8389 types field.
8390 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8391 (dwarf2_read_debug_names): Likewise.
8392 (create_debug_types_hash_table): Change parameter type to
8393 array_view, adjust code accordingly.
8394 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8395 (partial_die_info::fixup): Likewise.
8396 (determine_prefix): Likewise.
8397 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8398
fb1eb2f9
SM
83992019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8400
8401 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8402 gdb_bfd_ref_ptr.
8403 <~dwo_file>: Remove call to gdb_bfd_unref.
8404 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8405 gdb_bfd_ref_ptr::get.
8406
51ac9db5
SM
84072019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8408
8409 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8410 type to htab_up.
8411 * dwarf2read.c (struct dwo_file): Initialize fields.
8412 <~dwo_file>: New.
8413 (free_dwo_file): Remove, move content to ~dwo_file.
8414 (struct dwo_file_deleter): Remove.
8415 (dwo_file_up>: Remove custom deleter.
8416 (free_dwo_files): Remove.
8417 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8418 dwo_files.
8419 (process_skeletonless_type_units): Call unique_ptr::get.
8420 (allocate_dwo_file_hash_table): Add deleter to created hash
8421 table. Change return type to htab_up.
8422 (lookup_dwo_file_slot): Don't memset dwo_file, call
8423 unique_ptr::get.
8424 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8425 (create_dwo_unit_in_dwp_v2): Likewise.
8426 (open_and_init_dwo_file): Likewise.
8427 (free_dwo_file_from_slot): Remove.
8428
dc4ccb6f
SM
84292019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8430
8431 * dwarf2read.h (struct dwarf2_section_info) <readin,
8432 is_virtual>: Change type to bool.
8433 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8434 true instead of 1.
8435
e6a1c5cb
TT
84362019-06-19 Tom Tromey <tom@tromey.com>
8437
8438 * tui/tui-data.h (tui_init_content_element): Don't declare.
8439
6f6ffbeb
TT
84402019-06-19 Tom Tromey <tom@tromey.com>
8441
8442 * tui/tui-data.h (tui_init_win_info): Don't declare.
8443
f23f598e
TV
84442019-06-19 Tom de Vries <tdevries@suse.de>
8445
8446 * dwarf2read.h (abstract_to_concrete): Change type to
8447 std::unordered_map<sect_offset, std::vector<sect_offset>,
8448 gdb::hash_enum<sect_offset>>.
8449
680e1bee
TT
84502019-06-19 Tom Tromey <tromey@adacore.com>
8451
8452 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8453 EVAL_AVOID_SIDE_EFFECTS specially.
8454
dcf37923
TT
84552019-06-19 Tom Tromey <tromey@adacore.com>
8456
8457 * source-cache.c (highlighter): New global.
8458 (source_cache::get_source_lines): Create a highlighter on demand.
8459
494986d5
AB
84602019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8461
8462 * defs.h (deprecated_interactive_hook): Delete declaration.
8463 * interps.c (clear_interpreter_hooks): Remove use of
8464 deprecated_interactive_hook.
8465 * top.c (deprecated_interactive_hook): Delete definition.
8466 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8467
3360b6e7
TV
84682019-06-18 Tom de Vries <tdevries@suse.de>
8469
8470 PR gdb/24515
8471 * dwarf2read.h (abstract_to_concrete): Change type from
8472 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8473 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8474 * dwarf2read.c (read_variable): Update.
8475 (dwarf2_fetch_die_loc_sect_off): Update.
8476
310b3441
TV
84772019-06-17 Tom de Vries <tdevries@suse.de>
8478
8479 PR gdb/24617
8480 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8481 accessing parent[parent_len - 1].
8482
ba9777be
PP
84832019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8484
8485 PR gdb/24364
8486 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8487 call dtrace_process_dof with NULL dof.
8488
2b9f6e89
TV
84892019-06-16 Tom de Vries <tdevries@suse.de>
8490
8491 PR gdb/24445
8492 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8493
431b3ead
TT
84942019-06-16 Tom Tromey <tom@tromey.com>
8495
8496 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8497 (make_all_visible): Use address of member.
8498
d04b44a1
TT
84992019-06-16 Tom Tromey <tom@tromey.com>
8500
8501 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8502 (tui_free_window, free_content, free_content_elements): Remove
8503 unnecessary cast.
8504 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8505 cast.
8506 * tui/tui-regs.c (tui_show_register_group)
8507 (tui_display_registers_from, tui_display_reg_element_at_line):
8508 Remove unnecessary cast.
8509
bf5142e7
AB
85102019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8511
8512 * linux-nat.c (normal_mask): Delete.
8513 (_initialize_linux_nat): Don't initialise normal_mask.
8514
c4973306
SM
85152019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8516
8517 PR gdb/24445
8518 * dwarf-index-write.h (write_psymtabs_to_index): Add
8519 dwz_basename parameter.
8520 * dwarf-index-write.c (write_gdbindex): Move file writing to
8521 write_gdbindex_1. Change return type void.
8522 (assert_file_size): Move up, remove filename parameter.
8523 (write_gdbindex_1): New function.
8524 (write_debug_names): Change return type to void, call
8525 assert_file_size.
8526 (struct index_wip_file): New struct.
8527 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8528 file logic to index_wip_file. Write index for dwz file if
8529 needed.
8530 (save_gdb_index_command): Pass basename of dwz file, if present.
8531 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8532 build-id of dwz file, if present.
8533 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8534 (dwarf2_get_dwz_file): Likewise.
8535 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8536 (dwarf2_get_dwz_file): Likewise.
8537
395f9c91
TT
85382019-06-16 Tom Tromey <tom@tromey.com>
8539
8540 * coffread.c (process_coff_symbol): Use xstrdup.
8541 * value.c (create_internalvar): Use xstrdup.
8542
cafb3438
TT
85432019-06-16 Tom Tromey <tom@tromey.com>
8544
8545 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8546 * breakpoint.c (stopin_command, stopat_command)
8547 (until_break_command, decode_location_default): Remove unnecessary
8548 cast.
8549 * utils.c (subset_compare): Remove unnecessary cast.
8550 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8551 cast.
8552 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8553 cast.
8554 * infcmd.c (path_command): Remove unnecessary cast.
8555 * coffread.c (decode_type): Remove unnecessary cast.
8556 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8557 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8558 * tui/tui-stack.c (tui_show_locator_content)
8559 (tui_show_frame_info): Remove unnecessary cast.
8560 * tui/tui-win.c (tui_scroll_forward_command)
8561 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8562 (parse_scrolling_args): Remove unnecessary cast.
8563 * tui/tui-data.c (init_win_info, tui_del_window)
8564 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8565 (free_content_elements): Remove unnecessary cast.
8566 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8567 unnecessary cast.
8568 * tui/tui-source.c (tui_set_source_content)
8569 (tui_vertical_source_scroll): Remove unnecessary cast.
8570 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8571 cast.
8572 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8573 * tui/tui-regs.c (tui_display_registers_from)
8574 (tui_display_register): Remove unnecessary cast.
8575 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8576 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8577 (make_visible): Remove unnecessary cast.
8578 * tui/tui-winsource.c (tui_erase_source_content)
8579 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8580 unnecessary cast.
8581 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8582 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8583 * stabsread.c (read_type, read_array_type, read_range_type):
8584 Remove unnecessary cast.
8585 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8586 (parse_symbol, parse_type, upgrade_type, parse_external)
8587 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8588 unnecessary cast.
8589 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8590
730ead81
TT
85912019-06-16 Tom Tromey <tom@tromey.com>
8592
8593 * tui/tui-data.c (tui_alloc_generic_win_info)
8594 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8595 checks.
8596
584a927c
AB
85972019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8598 Andrew Burgess <andrew.burgess@embecosm.com>
8599
8600 * f-typeprint.c (f_print_type): Don't return early for not
8601 associated or not allocated types.
8602 (f_type_print_varspec_suffix): Add print_rank parameter and print
8603 ranks of array types in case they dangling.
8604 (f_type_print_base): Add print_rank parameter.
8605
30056ea0
AB
86062019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8607
8608 * NEWS: Mention new MI commands.
8609 * break-catch-throw.c (enum exception_event_kind): Move to
8610 breakpoint.h.
8611 (print_mention_exception_catchpoint): Output text as a single
8612 message.
8613 (catch_exception_command_1): Rename to...
8614 (catch_exception_event): ...this, make non-static, update header
8615 command, and change some parameter types.
8616 (catch_catch_command): Update for changes to
8617 catch_exception_command_1.
8618 (catch_throw_command): Likewise.
8619 (catch_rethrow_command): Likewise.
8620 * breakpoint.c (enum exception_event_kind): Delete.
8621 * breakpoint.h (enum exception_event_kind): Moved here from
8622 break-catch-throw.c.
8623 (catch_exception_event): Declare.
8624 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8625 (mi_cmd_catch_throw): New function.
8626 (mi_cmd_catch_rethrow): New function.
8627 (mi_cmd_catch_catch): New function.
8628 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8629 'catch-catch' entries.
8630 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8631 (mi_cmd_catch_rethrow): Declare.
8632 (mi_cmd_catch_catch): Declare.
8633
ec8e2b6d
AB
86342019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8635
8636 * annotate.c (annotate_source_line): Change return type to void,
8637 update implementation to match.
8638 * annotate.h (annotate_source_line): Change return type to void,
8639 update header comment.
8640 * stack.c (print_frame_info): Don't change what frame information
8641 is printed based on whether annotations are on or not.
8642
0d3abd8c
AB
86432019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8644
8645 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8646 (annotate_source): Make static.
8647 (annotate_source_line): Moved from source.c and renamed from
8648 identify_source_line. Update the return type.
8649 * annotate.h (annotate_source): Delete declaration.
8650 (annotate_source_line): Declaration moved from source.h, and
8651 renamed from identify_source_line. Return type updated.
8652 * source.c (identify_source_line): Moved to annotate.c and renamed
8653 to annotate_source_line.
8654 (info_line_command): Remove check of annotation_level.
8655 * source.h (identify_source_line): Move declaration to annotate.h
8656 and rename to annotate_source_line.
8657 * stack.c: Add 'annotate.h' include.
8658 (print_frame_info): Remove check of annotation_level before
8659 calling annotate_source_line.
8660
00df30ae
AB
86612019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8662
8663 * source-cache.c (source_cache::get_plain_source_lines): Use
8664 open_source_file_with_line_charpos instead of just
8665 open_source_file, remove call to find_source_lines.
8666 (source_cache::get_source_lines): Likewise.
8667 * source.c (find_source_lines): Make static.
8668 (get_filename_and_charpos): Renamed into...
8669 (open_source_file_with_line_charpos): ..this along with changes to
8670 return a scoped_fd, and some other minor clean ups.
8671 (identify_source_line): Use open_source_file_with_line_charpos.
8672 (search_command_helper): Use open_source_file_with_line_charpos
8673 instead of just open_source_file, remove call to
8674 find_source_lines.
8675 * source.h (open_source_file_with_line_charpos): Declare new
8676 function.
8677 (find_source_lines): Delete declaration.
8678
afda45a2
AB
86792019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8680
8681 * source.c (get_filename_and_charpos): Remove fullname
8682 parameter.
8683 (identify_source_line): Update call to get_filename_and_charpos.
8684
0735b091
TT
86852019-06-14 Tom Tromey <tromey@adacore.com>
8686
8687 PR gdb/24502:
8688 * ui-style.h (skip_ansi_escape): Update comment.
8689 * ui-file.h (class no_terminal_escape_file): New class.
8690 * ui-file.c (no_terminal_escape_file::write)
8691 (no_terminal_escape_file::puts): New methods.
8692 * cli/cli-logging.c (handle_redirections): Use
8693 no_terminal_escape_file.
8694
52ce35e2
TT
86952019-06-14 Tom Tromey <tromey@adacore.com>
8696
8697 * NEWS: Move convenience variable news above Python news.
8698
73cc7272
TT
86992019-06-14 Tom Tromey <tom@tromey.com>
8700
8701 * gnulib: Move directory to top-level.
8702 * configure.ac: Don't configure gnulib.
8703 * configure: Rebuild.
8704 * common/common-defs.h: Use new path to gnulib.
8705 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8706 (GNULIB_H): Remove.
8707 (INCGNU): Look in new gnulib location.
8708 (HFILES_NO_SRCDIR): Remove gnulib files.
8709 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8710 (generated_files): Remove GNULIB_H.
8711 ($(LIBGNU), all-lib): Remove targets.
8712 (distclean): Don't mention GNULIB_BUILDDIR.
8713 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8714
f5686554
TT
87152019-06-14 Tom Tromey <tromey@adacore.com>
8716
8717 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8718 Warn if symbol file does not provide any symbols.
8719
a0c1ffed
TT
87202019-06-14 Tom Tromey <tromey@adacore.com>
8721
8722 * source.c (find_and_open_source): Respect basenames_may_differ.
8723
7c39e397
AB
87242019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8725
8726 * annotate.c (annotate_breakpoints_invalid): Make use of
8727 scoped_restore_terminal_state.
8728 (annotate_frames_invalid): Likewise.
8729
f411722c
TT
87302019-06-14 Tom Tromey <tromey@adacore.com>
8731
8732 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8733 allow assignment to an internalvar.
8734
4268ec18
TT
87352019-06-14 Tom Tromey <tromey@adacore.com>
8736
8737 * ada-lex.l: Allow "_" in attribute names.
8738
abdb711e
TT
87392019-06-14 Tom Tromey <tromey@adacore.com>
8740
8741 PR gdb/24653:
8742 * regcache.c (registers_changed): Don't call alloca.
8743 * top.c (execute_command): Don't call alloca.
8744
4c048731
PA
87452019-06-13 Pedro Alves <palves@redhat.com>
8746
8747 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8748 'expression'. When parsing an expression, error out if there's
8749 junk after "unlimited".
8750 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8751 (do_set_command): Adjust calls to is_unlimited_literal.
8752
66eb1ed3
PA
87532019-06-13 Pedro Alves <palves@redhat.com>
8754
8755 * compile/compile.c (make_compile_options_def_group): Add braces
8756 around array_view initializer.
8757 * thread.c (make_thread_apply_all_options_def_group)
8758 (make_thread_apply_all_options_def_group): Likewise.
8759
3345721a
PA
87602019-06-13 Pedro Alves <palves@redhat.com>
8761
8762 * NEWS (New commands): Mention "maint test-options
8763 require-delimiter", "maint test-options unknown-is-error", "maint
8764 test-options unknown-is-operand" and "maint show
8765 test-options-completion-result".
8766 (New command options, command completion): New section.
8767 (Completion improvements): New section.
8768 Mention that you can abbreviate "unlimited".
8769
6206060d
PA
87702019-06-13 Pedro Alves <palves@redhat.com>
8771
8772 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8773 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8774 * unittests/cli-utils-selftests.c (test_parse_flags)
8775 (test_parse_flags_qcs): Delete.
8776 (test_cli_utils): Don't call deleted functions.
8777
6665660a
PA
87782019-06-13 Pedro Alves <palves@redhat.com>
8779
8780 * thread.c: Include "cli/cli-option.h".
8781 (tp_array_compar_ascending): Global.
8782 (tp_array_compar): Delete function.
8783 (tp_array_compar_ascending, tp_array_compar_descending): New
8784 functions.
8785 (ascending_option_def, qcs_flag_option_def)
8786 (thr_qcs_flags_option_defs)
8787 (make_thread_apply_all_options_def_group)
8788 (make_thread_apply_options_def_group): New.
8789 (thread_apply_all_command): Use gdb::option::process_options.
8790 (thread_apply_command_completer)
8791 (thread_apply_all_command_completer): New.
8792 (thread_apply_command): Use gdb::option::process_options.
8793 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8794 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8795 to generate help text of "thread apply". Adjust "taas"'s help.
8796 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8797 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8798
f7e13587
PA
87992019-06-13 Pedro Alves <palves@redhat.com>
8800
8801 * thread.c (thread_apply_command): Check for invalid TID with
8802 isdigit instead of !isalpha.
8803
5d707134
PA
88042019-06-13 Pedro Alves <palves@redhat.com>
8805
8806 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8807 (validate_flags_qcs): New.
8808 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8809 (validate_flags_qcs): Declare.
8810 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8811 (make_frame_apply_options_def_group): New.
8812 (frame_apply_command_count): Process options with
8813 gdb::option::process_options.
8814 (frame_apply_completer): New.
8815 (frame_apply_level_completer, frame_apply_all_completer)
8816 (frame_apply_completer): New.
8817 (_initialize_stack): Update help of "frame apply", "frame apply
8818 level", "frame apply all" and "faas" to mention supported options
8819 and install command completers.
8820 * stack.h (frame_apply_all_completer): Declare.
8821 * thread.c: Include "stack.h".
8822 (tfaas_command): Add "--".
8823 (_initialize_thread): Update help "tfaas" to mention supported
8824 options and install command completer.
8825
272d4594
PA
88262019-06-13 Pedro Alves <palves@redhat.com>
8827
8828 * completer.c (complete_nested_command_line): New.
8829 (gdb_completion_word_break_characters_throw): Add assertion.
8830 * completer.h (complete_nested_command_line): Declare.
8831
90a1ef87
PA
88322019-06-13 Pedro Alves <palves@redhat.com>
8833
8834 * stack.c (parse_backtrace_qualifiers): New.
8835 (backtrace_command): Use it.
8836 (backtrace_command_completer): Complete on qualifiers.
8837
d4c16835
PA
88382019-06-13 Pedro Alves <palves@redhat.com>
8839
8840 * frame.c: Include "cli/cli-option.h.
8841 (user_set_backtrace_options): New.
8842 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8843 Delete.
8844 (get_prev_frame): Adjust.
8845 (boolean_option_def, uinteger_option_def)
8846 (set_backtrace_option_defs): New.
8847 (_initialize_frame): Adjust and use
8848 gdb::option::add_setshow_cmds_for_options to install "set
8849 backtrace past-main" and "set backtrace past-entry".
8850 * frame.h: Include "cli/cli-option.h".
8851 (struct frame_print_options): Forward declare.
8852 (print_frame_arguments_all, print_frame_arguments_scalars)
8853 (print_frame_arguments_none): Declare.
8854 (print_entry_values): Delete declaration.
8855 (struct frame_print_options, user_frame_print_options): New.
8856 (struct set_backtrace_options): New.
8857 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8858 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8859 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8860 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8861 (list_args_or_locals): Add frame_print_options parameter.
8862 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8863 * python/py-framefilter.c (enumerate_args): Pass down
8864 USER_FRAME_PRINT_OPTIONS.
8865 * stack.c: Include "cli/cli-option.h".
8866 (print_frame_arguments_all, print_frame_arguments_scalars)
8867 (print_frame_arguments_none): Declare.
8868 (print_raw_frame_arguments, print_entry_values): Delete.
8869 (user_frame_print_options): New.
8870 (boolean_option_def, enum_option_def, frame_print_option_defs):
8871 New.
8872 (struct backtrace_cmd_options): New.
8873 (bt_flag_option_def): New.
8874 (backtrace_command_option_defs): New.
8875 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8876 (print_frame_arg, read_frame_arg, print_frame_args)
8877 (print_frame_info, print_frame): Add frame_print_options parameter
8878 and use it.
8879 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8880 (backtrace_command_1): Add frame_print_options and
8881 backtrace_cmd_options parameters and use them.
8882 (make_backtrace_options_def_group): New.
8883 (backtrace_command): Process command options with
8884 gdb::option::process_options.
8885 (backtrace_command_completer): New.
8886 (_initialize_stack): Extend "backtrace"'s help to mention
8887 supported options. Install completer for "backtrace".
8888 Install some settings commands with add_setshow_cmds_for_options.
8889
2daf894e
PA
88902019-06-13 Pedro Alves <palves@redhat.com>
8891
8892 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8893 and that "set/show print raw frame-arguments" are now deprecated.
8894
8895 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8896 command.
8897 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8898 * stack.c (_initialize_stack): Install "set/show print
8899 raw-frame-arguments", and deprecate "set/show print raw
8900 frame-arguments".
8901 * valprint.c (_initialize_valprint): Deprecate "set/show print
8902 raw".
8903
e6ed716c
PA
89042019-06-13 Pedro Alves <palves@redhat.com>
8905
8906 * compile/compile.c (struct compile_options): New.
8907 (compile_flag_option_def, compile_command_option_defs)
8908 (make_compile_options_def_group): New.
8909 (compile_file_command): Handle options with
8910 gdb::option::process_options.
8911 (compile_file_command_completer): New function.
8912 (compile_code_command): Handle options with
8913 gdb::option::process_options.
8914 (compile_code_command_completer): New function.
8915 (_initialize_compiler): Install completers for "compile code" and
8916 "compile file". Mention available options in "compile code" and
8917 "compile code"'s help.
8918 * completer.c (advance_to_completion_word): New, factored out from
8919 ...
8920 (advance_to_expression_complete_word_point): ... this.
8921 (advance_to_filename_complete_word_point): New.
8922 * completer.h (advance_to_filename_complete_word_point): New
8923 declaration.
8924
7d8062de
PA
89252019-06-13 Pedro Alves <palves@redhat.com>
8926
8927 * compile/compile.c: Include "cli/cli-option.h".
8928 (compile_print_value): Scope data pointer is now a
8929 value_print_options pointer; adjust.
8930 (compile_print_command): Process options. Scope data pointer is
8931 now a value_print_options pointer; adjust.
8932 (_initialize_compile): Update "compile print"'s help to include
8933 supported options. Install a completer for "compile print".
8934 * cp-valprint.c (show_vtblprint, show_objectprint)
8935 (show_static_field_print): Delete.
8936 (_initialize_cp_valprint): Don't install "set print
8937 static-members", "set print vtbl", "set print object" here.
8938 * printcmd.c: Include "cli/cli-option.h" and
8939 "common/gdb_optional.h".
8940 (print_command_parse_format): Rework to fill in a
8941 value_print_options instead of a format_data.
8942 (print_value): Change parameter type from format_data pointer to
8943 value_print_options reference. Adjust.
8944 (print_command_1): Process options. Adjust to pass down a
8945 value_print_options.
8946 (print_command_completer): New.
8947 (_initialize_printcmd): Install print_command_completer as
8948 handle_brkchars completer for the "print" command. Update
8949 "print"'s help to include supported options.
8950 * valprint.c: Include "cli/cli-option.h".
8951 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8952 here from cp-valprint.c.
8953 (boolean_option_def, uinteger_option_def)
8954 (value_print_option_defs, make_value_print_options_def_group):
8955 New. Use gdb::option::add_setshow_cmds_for_options to install
8956 "set print elements", "set print null-stop", "set print repeats",
8957 "set print pretty", "set print union", "set print array", "set
8958 print address", "set print symbol", "set print array-indexes".
8959 * valprint.h: Include <string> and "cli/cli-option.h".
8960 (make_value_print_options_def_group): Declare.
8961 (print_value): Change parameter type from format_data pointer to
8962 value_print_options reference.
8963 (print_command_completer): Declare.
8964
9d0faba9
PA
89652019-06-13 Pedro Alves <palves@redhat.com>
8966
8967 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8968 (COMMON_SFILES): Add maint-test-settings.c.
8969 * cli/cli-decode.c (boolean_enums): New global, factored out from
8970 ...
8971 (add_setshow_boolean_cmd): ... here.
8972 * cli/cli-decode.h (boolean_enums): Declare.
8973 * cli/cli-option.c: New file.
8974 * cli/cli-option.h: New file.
8975 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8976 factored out from ...
8977 (parse_cli_boolean_value(const char *)): ... this.
8978 (is_unlimited_literal): Change parameter type to pointer to
8979 pointer. Adjust and advance ARG pointer.
8980 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8981 (parse_cli_var_enum): New, factored out from ...
8982 (do_set_command): ... this. Adjust.
8983 * cli/cli-setshow.h (parse_cli_boolean_value)
8984 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8985 (parse_cli_var_enum): Declare.
8986 * cli/cli-utils.c: Include "cli/cli-option.h".
8987 (get_ulongest): New.
8988 * cli/cli-utils.h (get_ulongest): Declare.
8989 (check_for_argument): New overloads.
8990 * maint-test-options.c: New file.
8991
2c722807
PA
89922019-06-13 Pedro Alves <palves@redhat.com>
8993
8994 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8995 parse a range if "-" is at the end of the string.
8996
dee7b4c8
PA
89972019-06-13 Pedro Alves <palves@redhat.com>
8998
8999 * cli/cli-setshow.c (parse_auto_binary_operation)
9000 (parse_cli_boolean_value): Don't allow "o".
9001
dca0f6c0
PA
90022019-06-13 Pedro Alves <palves@redhat.com>
9003
9004 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
9005 * NEWS: Mention maint test-settings KIND.
9006 * maint-test-settings.c: New file.
9007
597bf39d
PA
90082019-06-13 Pedro Alves <palves@redhat.com>
9009
9010 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
9011 completer.
9012 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
9013 "set" completers.
9014
48c410fb
PA
90152019-06-13 Pedro Alves <palves@redhat.com>
9016
9017 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
9018 after item.
9019
93bcb043
PA
90202019-06-13 Pedro Alves <palves@redhat.com>
9021
9022 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
9023
cbba3ecd
PA
90242019-06-13 Pedro Alves <palves@redhat.com>
9025
9026 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
9027 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
9028 call.
9029 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
9030 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
9031 calls.
9032 (check_for_argument): Skip spaces after argument.
9033
b9a3f842
PA
90342019-06-13 Pedro Alves <palves@redhat.com>
9035
9036 * thread.c (thread_apply_command): Adjust TID parsing.
9037 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
9038 detected before end of string.
9039 (tid_is_in_list): Error out if LIST is invalid.
9040
3844e605
PA
90412019-06-13 Pedro Alves <palves@redhat.com>
9042
9043 * completer.c (complete_line_internal_1): Rewind completion word
9044 point.
9045 (completion_tracker::advance_custom_word_point_by): Change
9046 parameter type to int.
9047 * completer.h (completion_tracker::advance_custom_word_point_by):
9048 Likewise.
9049
00b56dbe
PA
90502019-06-13 Pedro Alves <palves@redhat.com>
9051
9052 * completer.c (advance_to_completion_word): Handle delimiters.
9053
d106773e
PA
90542019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
9055
9056 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
9057
08f10e02
TT
90582019-06-11 Tom Tromey <tom@tromey.com>
9059
9060 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
9061 (xmalloc_failed): Move to alloc.c.
9062 * alloc.c: New file.
9063 * Makefile.in (COMMON_SFILES): Add alloc.c.
9064
1c7fe951
TT
90652019-06-11 Tom Tromey <tom@tromey.com>
9066
9067 * nat/linux-waitpid.c: Don't include server.h.
9068 (linux_debug): Remove.
9069 (my_waitpid): Update.
9070
89549d7f
TT
90712019-06-11 Tom Tromey <tromey@adacore.com>
9072
9073 * infcall.c (_initialize_infcall): Remove trailing newline from
9074 help.
9075 * user-regs.c (_initialize_user_regs): Remove trailing newline
9076 from help.
9077 * typeprint.c (_initialize_typeprint): Remove trailing newline
9078 from help.
9079 * reverse.c (_initialize_reverse): Remove trailing newlines from
9080 help.
9081 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
9082 from help.
9083 * language.c (add_set_language_command): Remove trailing newline
9084 from help.
9085 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
9086 help.
9087 * disasm.c (_initialize_disasm): Remove trailing newline from
9088 help.
9089 * top.c (init_main): Remove trailing newline from help.
9090 * interps.c (_initialize_interpreter): Remove trailing newline
9091 from help.
9092 * btrace.c (_initialize_btrace): Remove trailing newlines from
9093 help.
9094 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
9095 from help.
9096 * python/python.c (_initialize_python): Remove trailing newline
9097 from help.
9098 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
9099 help.
9100 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
9101 from help. Reformat some text.
9102 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
9103 from help.
9104 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
9105 newline from help.
9106
86108c13
TT
91072019-06-11 Tom Tromey <tromey@adacore.com>
9108
9109 * darwin-nat.c (darwin_decode_exception_message)
9110 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
9111
a7067863
AB
91122019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
9113
9114 * valops.c (value_slice): Check for not allocated or not
9115 associated values.
9116
9ab08412
TV
91172019-06-10 Tom de Vries <tdevries@suse.de>
9118
9119 PR gdb/24618
9120 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
9121 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9122 invalid.
9123
f19e22e9
TV
91242019-06-10 Tom de Vries <tdevries@suse.de>
9125
9126 PR gdb/24611
9127 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9128 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9129
e99f9db0
TV
91302019-06-10 Tom de Vries <tdevries@suse.de>
9131
9132 PR symtab/24545
9133 * symtab.c (struct demangled_name_entry): Add language field.
9134 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9135 static minimal symbol". Set and use language field.
9136
9bf7038b
TT
91372019-06-10 Tom Tromey <tromey@adacore.com>
9138
9139 * ada-lang.c (_initialize_ada_language): Update help text.
9140
422186a9
TT
91412019-06-10 Tom Tromey <tromey@adacore.com>
9142
9143 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9144 with a newline.
9145 * guile/guile.c (handle_boot_error): Don't end warning with a
9146 newline.
9147 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9148 warning with a newline.
9149 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9150 newline.
9151 (s12z_frame_cache): Likewise.
9152 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9153 a newline.
9154 * solib-svr4.c (disable_probes_interface): Don't end warning with
9155 a newline.
9156 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9157 newline.
9158 * python/python.c (do_finish_initialization): Don't end warning
9159 with a newline.
9160
25ce02ee
TT
91612019-06-10 Tom Tromey <tom@tromey.com>
9162
9163 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9164 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9165 gdbpy_enter.
9166
caa429d8
TT
91672019-06-10 Tom Tromey <tromey@adacore.com>
9168
9169 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9170 data.
9171 (elf_new_init): Don't call stabsread_new_init.
9172 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9173 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9174 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9175
81873cc8
TV
91762019-06-10 Tom de Vries <tdevries@suse.de>
9177
9178 PR symtab/16264
9179 PR symtab/24517
9180 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9181
4fa0265e
РИ
91822019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9183
9184 * source.c (find_and_open_source): Also rewrite relative file
9185 names.
9186
1a3da2cd
AB
91872019-04-26 Amos Bird <amosbird@gmail.com>
9188
9189 * annotate.c (annotate_thread_exited): Add "thread-exited"
9190 annotation.
9191
3847a7bf
TT
91922019-06-06 Tom Tromey <tromey@adacore.com>
9193
9194 * maint.h (class scoped_command_stats): Use
9195 DISABLE_COPY_AND_ASSIGN.
9196 <print_time>: New method.
9197 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9198 print_time.
9199 (scoped_command_stats::print_time): New method.
9200
312617a3
AB
92012019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9202
9203 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9204 instructions of lengths 6 or 8 bytes.
9205
b02f78f9
PA
92062019-06-04 Pedro Alves <palves@redhat.com>
9207
9208 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9209
9210 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9211 * breakpoint.c (condition_completer): Likewise.
9212 * cli/cli-dump.c (scan_expression): Likewise.
9213 * common/filestuff.c (mkdir_recursive): Likewise.
9214 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9215 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9216 (gdb_abspath): Likewise.
9217 * compile/compile-cplus-types.c
9218 (compile_cplus_instance::decl_name): Likewise.
9219 * completer.c (complete_explicit_location):
9220 (signal_completer, reg_or_group_completer_1): Likewise.
9221 * cp-support.c (cp_remove_params_if_any): Likewise.
9222 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9223 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9224 * infcmd.c (strip_bg_char): Likewise.
9225 * linespec.c (copy_token_string): Likewise.
9226 * mi/mi-main.c (output_cores): Likewise.
9227 * psymtab.c (psymtab_search_name):
9228 * symfile.c (test_set_ext_lang_command): Likewise.
9229 * target.c (target_fileio_read_stralloc): Likewise.
9230 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9231 * value.c (complete_internalvar): Likewise.
9232
e1f2e1a2
CB
92332019-06-04 Christian Biesinger <cbiesinger@google.com>
9234
9235 Add objfile property to gdb.Type.
d3238f7d
PA
9236 * NEWS: Mention Python API addition.
9237 * python/py-type.c (typy_get_objfile): New method.
e1f2e1a2 9238
e664d728
PW
92392019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9240
9241 * NEWS: Mention the new set|show style [title|highlight].
9242 Mention changes to "show style", "help" and "apropos".
9243
66d8c862
PW
92442019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9245
9246 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9247 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9248 instead of print_help_for_command.
9249 (print_doc_of_command): New function.
9250 (help_list): Add 'apropos -v word' suggestion.
9251 (print_help_for_command): Style the command name using title style.
9252 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9253 (_initialize_cli_cmds): Describe -v in apropos_command help.
9254
9303eb2f
PW
92552019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9256
9257 * cli/cli-style.h (cli_style_option): Add name in constructor,
9258 add m_name class member, add constructor with intensity,
9259 add name class function.
9260 (cli_style_option::add_setshow_commands): Remove name argument.
9261 (highlight_style, title_style): New styles.
9262 * cli/cli-style.c (do_show): New function that shows a style
9263 characteristic styling the style name with itself.
9264 (set_style_name): New function.
9265 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9266 Update all callers according to the changes in cli/cli-style.h.
9267 * utils.h (fputs_highlighted): New function.
9268 * utils.c (fputs_highlighted): Likewise.
9269
e2c52041
PW
92702019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9271
9272 * NEWS: Mention new pipe command and new convenience variables.
9273
947d3946
PW
92742019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9275
9276 * cli/cli-cmds.c (pipe_command): New function.
9277 (_initialize_cli_cmds): Call add_com for pipe_command.
9278 Define | as an alias for pipe.
9279 (exit_status_set_internal_vars): New function.
9280 (shell_escape): Call exit_status_set_internal_vars.
9281 cli/cli-decode.c (find_command_name_length): Recognize | as
9282 a single character command.
9283
b8fd0918
PW
92842019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9285
9286 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9287 top.c (execute_command_to_ui_file): New function, mostly a copy
9288 of execute_command_to_string.
9289 (execute_command_to_string): Implement by calling
9290 execute_command_to_ui_file.
9291
68bb5386
PW
92922019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9293
9294 * top.h (saved_command_line): Remove declaration.
9295 * top.c (previous_saved_command_line, previous_repeat_arguments):
9296 New variables.
9297 (saved_command_line): Make static, define together with other
9298 'repeat variables'.
9299 (dont_repeat): Clear repeat_arguments.
9300 (repeat_previous, get_saved_command_line, save_command_line):
9301 New functions.
9302 (gdb_init): Initialize saved_command_line
9303 and previous_saved_command_line.
9304 * main.c (captured_main_1): Remove saved_command_line initialization.
9305 * event-top.c (handle_line_of_input): Update to use
9306 the new 'repeat' related functions instead of direct access to
9307 saved_command_line.
9308 * command.h (repeat_previous, get_saved_command_line,
9309 save_command_line): New declarations.
9310 (dont_repeat): Add comment.
9311
bfcdb852
TT
93122019-05-30 Tom Tromey <tromey@adacore.com>
9313
9314 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9315 Fix comment.
9316 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9317
0ef209f2
JV
93182019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9319
9320 PR cli/24587
9321 * completer.c (complete): Initialize variable word.
9322
955b06fa
SDJ
93232019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9324
9325 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9326 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9327 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9328 'body' is NULL to the outter 'if', protecting the '!is_define'
9329 situation as well.
9330
fa9c3fa0
TT
93312019-05-29 Tom Tromey <tromey@adacore.com>
9332
9333 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9334 (dwarf_unknown): New function.
9335 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9336 (dwarf_type_encoding_name): Use dwarf_unknown.
9337
4330d61d
TT
93382019-05-29 Tom Tromey <tromey@adacore.com>
9339
9340 PR c++/20020:
9341 * cp-valprint.c (cp_print_value_fields): Call
9342 cp_print_static_field inside "try".
9343
33a6bc35
TT
93442019-05-29 Tom Tromey <tromey@adacore.com>
9345
9346 * inflow.c (struct terminal_info): Add default operator=.
9347 * configure: Rebuild.
9348 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9349 -Wdeprecated-copy-dtor, -Wredundant-move.
9350
000439d5
TT
93512019-05-29 Tom Tromey <tromey@adacore.com>
9352
9353 * NEWS: Add entry.
9354 * infcmd.c (print_return_value_1): Handle finish_print
9355 option.
9356 (show_print_finish): New function.
9357 (_initialize_infcmd): Add "set/show print finish" commands.
9358 * valprint.c (user_print_options): Initialize new member.
9359 * valprint.h (struct value_print_options) <finish_print>: New
9360 member.
9361
c0e70c62
TT
93622019-05-28 Tom Tromey <tromey@adacore.com>
9363
9364 * ada-lang.c (ada_remove_Xbn_suffix)
9365 (find_old_style_renaming_symbol)
9366 (parse_old_style_renaming): Remove.
9367 (ada_find_renaming_symbol): Don't call
9368 find_old_style_renaming_symbol.
9369 (ada_is_renaming_symbol): Rename from
9370 ada_find_renaming_symbol. Remove "block" parameter. Return
9371 bool. Now static.
9372 (ada_read_var_value): Update and simplify.
9373 * ada-exp.y (write_var_or_type): Remove old code.
9374
766f8836
AH
93752019-05-28 Alan Hayward <alan.hayward@arm.com>
9376
68255adc 9377 PR gdb/25010
766f8836
AH
9378 * event-top.c: Remove include comment.
9379 * inflow.c (class scoped_ignore_sigttou): Move from here...
9380 * inflow.h (class scoped_ignore_sigttou): ...to here.
9381 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9382 * top.c: Remove include comment.
9383
eb41253a
TT
93842019-05-27 Tom Tromey <tom@tromey.com>
9385
9386 * NEWS: Fix typo.
9387
4ca51187
TT
93882019-05-22 Tom Tromey <tromey@adacore.com>
9389
9390 * target.c (target_follow_exec): Constify parameter.
9391 * target-delegates.c: Rebuild.
9392 * remote.c (remote_target::follow_exec): Constify parameter.
9393 * infrun.c (follow_exec): Constify parameter.
9394 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9395 (target_follow_exec): Likewise.
9396
8fca4da0
AH
93972019-05-22 Alan Hayward <alan.hayward@arm.com>
9398
9399 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9400 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9401
b7060614
AH
94022019-05-22 Alan Hayward <alan.hayward@arm.com>
9403
9404 * NEWS: Add debugredirect and testsuite sections.
9405
0a5954bd
SC
94062019-05-22 Simon Cook <simon.cook@embecosm.com>
9407
9408 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9409 target descriptions using exclusively floating point register name
9410 aliases.
9411
dc42e902
AB
94122019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9413
9414 PR gdb/18644:
9415 * f-lang.c (build_fortran_types): Handle the case where
9416 gdbarch_floatformat_for_type returns a nullptr.
9417
fb7806c7
TV
94182019-05-21 Tom de Vries <tdevries@suse.de>
9419
9420 PR cli/24587
9421 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9422
34d11c68
AB
94232019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9424
9425 PR gdb/18644:
9426 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9427 16-byte floats.
9428 * i386-tdep.c (i386_floatformat_for_type): Use
9429 floatformats_ia64_quad for the 16-byte floating point component
9430 within a fortran 32-byte complex number.
9431
122cf0f2
AB
94322019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9433
9434 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9435 delete default constructor.
9436 (find_partial_die): Update to return const struct.
9437 (partial_die_parent_scope): Move variable declaration into scope
9438 of its use and change its type to auto.
9439 (guess_partial_die_structure_name): Likewise.
9440 (partial_die_info::fixup): Likewise.
9441
33d0e35a
TT
94422019-05-17 Tom Tromey <tromey@adacore.com>
9443
9444 * source.c (find_and_open_source): Remove cast.
9445
a45575b0
TT
94462019-05-17 Tom Tromey <tromey@adacore.com>
9447
9448 * annotate.c (annotate_source): Make "filename" const.
9449 * annotate.h (annotate_source): Use const.
9450
81f47ac2
AH
94512019-05-17 Alan Hayward <alan.hayward@arm.com>
9452
9453 * disasm.c (set_disassembler_options): Send errors to stderr.
9454
ca1285d1
AH
94552019-05-17 Alan Hayward <alan.hayward@arm.com>
9456
9457 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9458 (cli_interp_base::set_logging): Check debug_redirect.
9459 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9460 * cli/cli-logging.c (debug_redirect): Add static variable.
9461 (pop_output_files): Add default param.
9462 (handle_redirections): Print debug setting.
9463 (show_logging_command): Likewise.
9464 (_initialize_cli_logging): Add debugredirect command.
9465 * interps.c (current_interp_set_logging): Add debug_redirect
9466 parameter.
9467 * interps.h (set_logging): Add debug_redirect parameter.
9468 (current_interp_set_logging): Likewise.
9469 * mi/mi-common.h: Likewise.
9470 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9471
94722019-05-17 Alan Hayward <alan.hayward@arm.com>
f3a09c80
AH
9473 Tom Tromey <tromey@adacore.com>
9474
9475 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9476 directly.
9477 * cli/cli-interp.h (make_logging_output): Remove declaration.
9478 * cli/cli-logging.c (make_logging_output): Remove function.
9479 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9480 directly.
9481 * ui-file.c (tee_file::tee_file): Remove bools.
9482 (tee_file::~tee_file): Remove deletes.
9483 * ui-file.h (tee_file): Remove bools.
9484
26648588
JV
94852019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9486
9487 * mi/mi-cmds.h (mi_cmd_complete): New function.
9488 * mi/mi-main.c (mi_cmd_complete): Likewise.
9489 * mi/mi-cmds.c: Define new MI command -complete.
9490 * NEWS: Mention new -complete command.
9491
6e035501
JV
94922019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9493
9494 * completer.h (complete): New function.
9495 * completer.c (complete): Likewise.
9496 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9497 function defined in completer.h.
9498
7d0e2ece
JV
94992019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9500
e79be6e5 9501 * MAINTAINERS (Write After Approval): Add myself.
7d0e2ece 9502
fb816e8b
TV
95032019-05-17 Tom de Vries <tdevries@suse.de>
9504
9505 PR gdb/24094
9506 * dwarf2read.c (struct cu_partial_die_info): New struct.
9507 (find_partial_die): Return cu_partial_die_info.
9508 (partial_die_parent_scope, guess_partial_die_structure_name)
9509 (partial_die_info::fixup): Handle new return type of find_partial_die.
9510
677052f2
SDJ
95112019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9512
a1726c38 9513 PR breakpoints/24541
677052f2
SDJ
9514 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9515 "std::string", simplifying the algorithm.
9516
f3da9116
SDJ
95172019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9518
9519 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9520 (stap_static_probe_ops::get_probes): Likewise.
9521
f1bb75ab
SDJ
95222019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9523
9524 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9525 '-')" and "else if".
9526 (stap_parse_single_operand): Join checks for
9527 "gdbarch_stap_parse_special_token_p" and
9528 "gdbarch_stap_parse_special_token" in the same "if" statement.
9529 Invert check when verifying for operation on register
9530 displacement.
9531
3ca58cde
SDJ
95322019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9533
9534 * stap-probe.c (stap_get_opcode): Update comment.
9535 (stap_get_expected_argument_type): Likewise.
9536 (handle_stap_probe): Likewise.
9537
af2d9bee
SDJ
95382019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9539
9540 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9541 return type to 'bool'. Adjust comment. Use 'bool' when
9542 appropriate.
9543 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9544 * stap-probe.c (stap_parse_argument_1): Likewise.
9545 (stap_is_operator): Likewise.
9546 (stap_is_generic_prefix): Likewise.
9547 (stap_is_register_prefix): Likewise.
9548 (stap_is_register_indirection_prefix): Likewise.
9549 (stap_is_integer_prefix): Likewise.
9550 (stap_generic_check_suffix): Likewise.
9551 (stap_check_integer_suffix): Likewise.
9552 (stap_check_register_suffix): Likewise.
9553 (stap_check_register_indirection_suffix): Likewise.
9554 (stap_parse_register_operand): Likewise.
9555 (stap_parse_single_operand): Likewise.
9556 (stap_parse_argument_1): Likewise.
9557 (stap_probe::get_argument_count): Likewise.
9558 (stap_is_operator): Likewise.
9559
61c9c421
TT
95602019-05-16 Tom Tromey <tromey@adacore.com>
9561
9562 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9563 keyword to foreach.
9564
9ddc1af1
SM
95652019-05-15 Simon Marchi <simon.marchi@efficios.com>
9566
9567 * linux-thread-db.c (try_thread_db_load_1): Change return type
9568 to bool.
9569 (try_thread_db_load): Likewise.
9570 (try_thread_db_load_from_pdir_1): Likewise.
9571 (try_thread_db_load_from_pdir): Likewise.
9572 (try_thread_db_load_from_sdir): Likewise.
9573 (try_thread_db_load_from_dir): Likewise.
9574 (thread_db_load_search): Likewise.
9575 (has_libpthread): Likewise.
9576 (thread_db_load): Likewise.
9577
7bede828
SDJ
95782019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9579
9580 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9581 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9582 NULL, and complain/return if that's the case.
9583
c5358db4
JD
95842019-05-15 John Darrington <john@darrington.wattle.id.au>
9585
9586 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9587 (advance, posn, abstract_read_memory): New functions.
9588 [struct mem_read_abstraction]: New struct.
9589 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9590
c408a94f
TT
95912019-05-14 Tom Tromey <tromey@adacore.com>
9592
9593 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9594 value is not lval_memory.
9595
e7bd7fba
TT
95962019-05-14 Tom Tromey <tromey@adacore.com>
9597
9598 * solib.c (info_sharedlibrary_command): Style the file name.
9599
a6d0f249
AH
96002019-05-14 Alan Hayward <alan.hayward@arm.com>
9601
9602 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9603 (aarch64_vnv_type): Likewise.
9604 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9605 * common/tdesc.c: Likewise.
9606 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9607 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9608 * features/aarch64-fpu.xml: Add ieee half view.
9609 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9610 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9611 * gdbtypes.h (struct builtin_type): Likewise.
9612 (struct objfile_type): Likewise.
9613
66b8bb74
SM
96142019-05-12 Paul Naert <paul.naert@polymtl.ca>
9615
9616 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9617 typo.
9618 * location.h (string_to_event_location): Likewise.
9619
21c219fd
JB
96202019-05-11 Joel Brobecker <brobecker@adacore.com>
9621
9622 GDB 8.3 released.
9623
13674803
SM
96242019-05-10 Simon Marchi <simon.marchi@efficios.com>
9625
9626 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9627 New variable declaration.
9628 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9629 New variable.
9630 (print_one_breakpoint): Use ui_out::test_flags and new global
9631 variable to compute use_fixed_output.
9632 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9633 Remove.
9634 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9635 (mi_multi_location_breakpoint_output_fixed): Remove.
9636 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9637 new variable.
9638 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9639 fix_multi_location_breakpoint_output flag if version >= 3.
9640 * ui-out.h (enum ui_out_flag)
9641 <fix_multi_location_breakpoint_output>: New enumerator.
9642
a9eac7f9
SM
96432019-05-10 Simon Marchi <simon.marchi@efficios.com>
9644
9645 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9646
71bed2db
TT
96472019-05-10 Tom Tromey <tromey@adacore.com>
9648
9649 * ada-lang.c (catch_ada_completer): New function.
9650 (_initialize_ada_language): Use it.
9651
24c54127
TT
96522019-05-10 Tom Tromey <tromey@adacore.com>
9653
9654 * thread.c (print_thread_info): Make "requested_threads" const.
9655 * gdbthread.h (print_thread_info): Make "requested_threads"
9656 const.
9657 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9658 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9659
7a102139
TT
96602019-05-08 Tom Tromey <tom@tromey.com>
9661
9662 * gdbtypes.c (objfile_type_data): Change type.
9663 (objfile_type, _initialize_gdbtypes): Update.
9664
924d79e2
TT
96652019-05-08 Tom Tromey <tom@tromey.com>
9666
9667 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9668 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9669 (_initialize_dwarf2_frame): Update.
9670
4c58e337
TT
96712019-05-08 Tom Tromey <tom@tromey.com>
9672
9673 * objc-lang.c (objc_objfile_data): Change type.
9674 (find_methods): Update.
9675 (_initialize_objc_lang): Remove.
9676
d772d2ab
TT
96772019-05-08 Tom Tromey <tom@tromey.com>
9678
9679 * stabsread.c (rs6000_builtin_type_data): Change type.
9680 (rs6000_builtin_type, _initialize_stabsread): Update.
9681
d11d83f4
TT
96822019-05-08 Tom Tromey <tom@tromey.com>
9683
9684 * mips-tdep.c (mips_pdr_data): Remove.
9685 (_initialize_mips_tdep): Update.
9686
9a73f0ad
TT
96872019-05-08 Tom Tromey <tom@tromey.com>
9688
9689 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9690 (hppa_init_objfile_priv_data, read_unwind_info)
9691 (find_unwind_entry, _initialize_hppa_tdep): Update.
9692
8127a2fa
TT
96932019-05-08 Tom Tromey <tom@tromey.com>
9694
9695 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9696 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9697 on obstack.
9698 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9699
91d3055d
TT
97002019-05-08 Tom Tromey <tom@tromey.com>
9701
9702 * mdebugread.c (basic_type_data): Change type.
9703 (basic_type, _initialize_mdebugread): Update.
9704
31930bd3
TT
97052019-05-08 Tom Tromey <tom@tromey.com>
9706
9707 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9708
bdb3ed9e
TT
97092019-05-08 Tom Tromey <tom@tromey.com>
9710
9711 * nto-tdep.c (nto_inferior_data_reg): Change type.
9712 (nto_inferior_data): Update.
9713 (nto_inferior_data_cleanup, nto_new_inferior_data)
9714 (_initialize_nto_tdep): Remove.
9715 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9716
f37b313d
TT
97172019-05-08 Tom Tromey <tom@tromey.com>
9718
9719 * ada-lang.c (struct ada_inferior_data): Add initializers.
9720 (ada_inferior_data): Change type.
9721 (ada_inferior_data_cleanup): Remove.
9722 (get_ada_inferior_data, ada_inferior_exit)
9723 (struct ada_pspace_data): Add initializers, destructor.
9724 (ada_pspace_data_handle): Change type.
9725 (get_ada_pspace_data): Update.
9726 (ada_pspace_data_cleanup): Remove.
9727
24699405
TT
97282019-05-08 Tom Tromey <tom@tromey.com>
9729
9730 * coffread.c (struct coff_symfile_info): Add initializers.
9731 (coff_objfile_data_key): Move lower. Change type.
9732 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9733 Update.
9734 (coff_free_info): Remove.
9735
d4e05d2f
TT
97362019-05-08 Tom Tromey <tom@tromey.com>
9737
9738 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9739 (fbsd_pspace_data_handle): Move lower. Change type.
9740 (get_fbsd_pspace_data): Update.
9741 (fbsd_pspace_data_cleanup): Remove.
9742 (_initialize_fbsd_tdep): Update.
9743
14ef6690
TT
97442019-05-08 Tom Tromey <tom@tromey.com>
9745
9746 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9747 (get_ada_tasks_pspace_data): Update.
9748 (ada_tasks_pspace_data_cleanup): Remove.
9749 (_initialize_tasks): Update.
9750 (ada_tasks_inferior_data_handle): Change type.
9751 (get_ada_tasks_inferior_data): Update.
9752 (ada_tasks_inferior_data_cleanup): Remove.
9753 (struct ada_tasks_pspace_data): Add initializers.
9754
814cf43a
TT
97552019-05-08 Tom Tromey <tom@tromey.com>
9756
9757 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9758 * symfile-debug.c (debug_sym_get_probes): Change type.
9759 * stap-probe.c (handle_stap_probe):
9760 (stap_static_probe_ops::get_probes): Change type.
9761 * probe.h (class static_probe_ops) <get_probes>: Change type.
9762 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9763 (parse_probes_in_pspace): Update.
9764 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9765 Update.
9766 (any_static_probe_ops::get_probes): Change type.
9767 * elfread.c (elfread_data): New typedef.
9768 (probe_key): Change type.
9769 (elf_get_probes): Likewise. Update.
9770 (probe_key_free): Remove.
9771 (_initialize_elfread): Update.
9772 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9773 Change type.
9774 (dtrace_process_dof_probe, dtrace_process_dof)
9775 (dtrace_static_probe_ops::get_probe): Change type.
9776
02dc647e
TT
97772019-05-08 Tom Tromey <tom@tromey.com>
9778
9779 * xcoffread.c (struct xcoff_symfile_info): Rename from
9780 coff_symfile_info. Add initializers.
9781 (xcoff_objfile_data_key): Move lower. Change type.
9782 (XCOFF_DATA): Rewrite.
9783 (xcoff_free_info): Remove.
9784 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9785 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9786 (xcoff_initial_scan): Update.
9787
09232438
TT
97882019-05-08 Tom Tromey <tom@tromey.com>
9789
9790 * solib-svr4.c (struct svr4_info): Add initializers and
9791 destructor.
9792 <probes_table>: Now an htab_up.
9793 (solib_svr4_pspace_data): Change type.
9794 (free_probes_table): Simplify.
9795 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9796 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9797 (probes_table_remove_objfile_probes, register_solib_event_probe)
9798 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9799 (_initialize_svr4_solib): Update.
9800
7b4a314f
TT
98012019-05-08 Tom Tromey <tom@tromey.com>
9802
9803 * remote.c (remote_pspace_data): Change type.
9804 (remote_pspace_data_cleanup): Remove.
9805 (get_remote_exec_file, set_pspace_remote_exec_file)
9806 (_initialize_remote): Update.
9807
51d3063a
TT
98082019-05-08 Tom Tromey <tom@tromey.com>
9809
9810 * breakpoint.c (breakpoint_objfile_key): Change type.
9811 (get_breakpoint_objfile_data): Update.
9812 (free_breakpoint_objfile_data): Remove.
9813 (_initialize_breakpoint): Update.
9814
89fb8848
TT
98152019-05-08 Tom Tromey <tom@tromey.com>
9816
9817 * linux-tdep.c (struct linux_info): Add initializers.
9818 (linux_inferior_data): Move. Change type.
9819 (invalidate_linux_cache_inf): Update.
9820 (linux_inferior_data_cleanup): Remove.
9821 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9822
e9b89e2d
TT
98232019-05-08 Tom Tromey <tom@tromey.com>
9824
9825 * auxv.c (auxv_inferior_data): Move. Change type.
9826 (auxv_inferior_data_cleanup): Remove.
9827 (invalidate_auxv_cache_inf): Rewrite.
9828 (get_auxv_inferior_data, _initialize_auxv): Update.
9829
8c42777c
TT
98302019-05-08 Tom Tromey <tom@tromey.com>
9831
9832 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9833 (symfile_debug_objfile_data_key): Change type.
9834 (symfile_debug_installed, debug_qf_has_symbols)
9835 (debug_qf_find_last_source_symtab)
9836 (debug_qf_forget_cached_source_info)
9837 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9838 (debug_qf_print_stats, debug_qf_dump)
9839 (debug_qf_expand_symtabs_for_function)
9840 (debug_qf_expand_all_symtabs)
9841 (debug_qf_expand_symtabs_with_fullname)
9842 (debug_qf_map_matching_symbols)
9843 (debug_qf_expand_symtabs_matching)
9844 (debug_qf_find_pc_sect_compunit_symtab)
9845 (debug_qf_map_symbol_filenames)
9846 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9847 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9848 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9849 (debug_sym_read_linetable, debug_sym_relocate): Update.
9850 (symfile_debug_free_objfile): Remove.
9851 (install_symfile_debug_logging, _initialize_symfile_debug):
9852 Update.
9853
5bfd760d
TT
98542019-05-08 Tom Tromey <tom@tromey.com>
9855
9856 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9857 allocate_on_obstack.
9858 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9859 (get_dwarf2_per_objfile): Update.
9860 (set_dwarf2_per_objfile): Remove.
9861 (dwarf2_has_info, dwarf2_get_section_info): Update.
9862 (dwarf2_free_objfile): Remove.
9863 (_initialize_dwarf2_read): Update.
9864
e85e19b4
TT
98652019-05-08 Tom Tromey <tom@tromey.com>
9866
9867 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9868 initializers.
9869 <unsupported_script_warning_printed,
9870 script_not_found_warning_printed>: Now bool.
9871 (auto_load_pspace_data): Change type.
9872 (~auto_load_pspace_info): Rename from
9873 auto_load_pspace_data_cleanup.
9874 (get_auto_load_pspace_data, init_loaded_scripts_info)
9875 (clear_section_scripts, maybe_print_unsupported_script_warning)
9876 (maybe_print_script_not_found_warning, _initialize_auto_load):
9877 Update.
9878
f6aa7436
TT
98792019-05-08 Tom Tromey <tom@tromey.com>
9880
9881 * objfiles.c (objfile_pspace_info): Add destructor and
9882 initializers.
9883 (objfiles_pspace_data): Change type.
9884 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9885 (get_objfile_pspace_data): Update.
9886 (objfiles_bfd_data): Change type.
9887 (get_objfile_bfd_data): Update.
9888 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9889
6ae614f6
TT
98902019-05-08 Tom Tromey <tom@tromey.com>
9891
9892 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9893 Change type.
9894 (get_catch_syscall_inferior_data): Update.
9895 (catch_syscall_inferior_data_cleanup): Remove.
9896 (_initialize_break_catch_syscall): Update.
9897
6509b8eb
TT
98982019-05-08 Tom Tromey <tom@tromey.com>
9899
9900 * inflow.c (struct terminal_info): Add destructor and
9901 initializers.
9902 (inflow_inferior_data): Change type.
9903 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9904 (get_inflow_inferior_data, inflow_inferior_exit)
9905 (swap_terminal_info, _initialize_inflow): Update.
9906
35632941
TT
99072019-05-08 Tom Tromey <tom@tromey.com>
9908
9909 * target-dcache.c (target_dcache_cleanup): Remove.
9910 (target_dcache_aspace_key): Change type.
9911 (target_dcache_init_p, target_dcache_invalidate)
9912 (target_dcache_get, target_dcache_get_or_init)
9913 (_initialize_target_dcache): Update.
9914 * dcache.h (struct dcache_deleter): New.
9915
3017b94d
TT
99162019-05-08 Tom Tromey <tom@tromey.com>
9917
9918 * symtab.c (struct symbol_cache): Add destructor and
9919 initializers.
9920 (symbol_cache_key): Move. Change type.
9921 (make_symbol_cache, free_symbol_cache): Remove.
9922 (get_symbol_cache): Update.
9923 (symbol_cache_cleanup): Remove.
9924 (ALL_PSPACES, symbol_cache_flush)
9925 (maintenance_print_symbol_cache)
9926 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9927 Update.
9928
a32ad8c5
TT
99292019-05-08 Tom Tromey <tom@tromey.com>
9930
9931 * symtab.c (struct main_info): Add destructor and initializers.
9932 (main_progspace_key): Move. Change type.
9933 (get_main_info): Update.
9934 (main_info_cleanup): Remove.
9935 (_initialize_symtab): Update.
9936
5f6e90a0
TT
99372019-05-08 Tom Tromey <tom@tromey.com>
9938
9939 * registry.h (DECLARE_REGISTRY): Define the _key class.
9940
1bd0c6e4
AB
99412019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9942
9943 * NEWS: Merge two 'New commands' sections.
9944
2228ef77
XR
99452019-05-08 Joel Brobecker <brobecker@adacore.com>
9946
9947 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9948 parameter and use Ada language definition instead.
9949 (ada_val_print_ptr): Remove unused language parameter.
9950 (ada_val_print_num): Remove language parameter and use Ada language
9951 definition instead.
9952 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9953 parameter.
9954 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9955 parameter and use Ada language definition instead.
9956 (ada_val_print_1): Update all ada_val_print_xxx calls.
9957 Remove language parameter.
9958 (ada_val_print): Update ada_val_print_1 call.
9959
60fcc1c3
TT
99602019-05-08 Tom Tromey <tromey@adacore.com>
9961
9962 * remote.c (remote_hw_watchpoint_limit)
9963 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9964 Now static.
9965
ed2b7c17
TT
99662019-05-08 Tom Tromey <tromey@adacore.com>
9967
9968 * maint.c (_initialize_maint_cmds): Move initialization code to
9969 remote.c.
9970 (watchdog, show_watchdog): Move to remote.c.
9971 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9972 "watchdog" static.
9973 (_initialize_remote): Move initialization code from maint.c.
9974 * defs.h (watchdog): Don't declare.
9975
b0be6c91
TT
99762019-05-08 Tom Tromey <tromey@adacore.com>
9977
9978 * tui/tui-interp.c: Include main.h.
9979 * interps.c: Include main.h.
9980 * main.h (interpreter_p): Declare.
9981 * defs.h (interpreter_p): Don't declare.
9982
587ee17b
TT
99832019-05-08 Tom Tromey <tromey@adacore.com>
9984
9985 * dwarf2loc.c: Include dwarf2read.h.
9986 * defs.h (read_unsigned_leb128): Don't declare.
9987 * dwarf2read.h (read_unsigned_leb128): Declare.
9988
ca1df239
TT
99892019-05-08 Tom Tromey <tromey@adacore.com>
9990
9991 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9992 method.
9993
99f20f08
TT
99942019-05-08 Tom Tromey <tromey@adacore.com>
9995
9996 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9997 when no wrap column is set.
9998
80e55b13
TT
99992019-05-08 Tom Tromey <tromey@adacore.com>
10000
10001 * c-lang.c (c_get_string): Handle non-C-style arrays.
10002
9d3421af
TT
100032019-05-08 Tom Tromey <tromey@adacore.com>
10004
10005 * typeprint.c (print_offset_data::update): Print the bit offset,
10006 not the number of bits remaining.
10007
844333e2
TT
100082019-05-08 Tom Tromey <tromey@adacore.com>
10009
10010 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
10011 padding at end of comment.
10012
988915ee
TT
100132019-05-08 Tom Tromey <tromey@adacore.com>
10014
10015 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
10016 Compare main types.
10017
26bfd823
TT
100182019-05-06 Tom Tromey <tom@tromey.com>
10019
10020 * common/scoped_mmap.c: Include common-defs.h.
10021 * common/scoped_mmap.h: Don't include config.h.
10022
89055eaa
TT
100232019-05-04 Tom Tromey <tom@tromey.com>
10024
10025 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
10026 (struct aarch64_call_info): Add initializers.
10027 <si>: Now a std::vector.
10028 (pass_on_stack, aarch64_push_dummy_call): Update.
10029
5da01df5
TT
100302019-05-04 Simon Marchi <simon.marchi@efficios.com>
10031 Tom Tromey <tom@tromey.com>
10032
10033 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
10034 (ppc_threads): Now a std::vector. Now static.
10035 (hwdebug_find_thread_points_by_tid)
10036 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
10037 Update.
10038
fbdf05a1
TT
100392019-05-04 Tom Tromey <tom@tromey.com>
10040
10041 * arc-tdep.c (arc_tdesc_init): Return bool.
10042
06d16ec9
TT
100432019-05-04 Tom Tromey <tom@tromey.com>
10044
10045 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
10046 Use gdb_assert_not_reached.
10047
9c056022
TT
100482019-05-04 Tom Tromey <tom@tromey.com>
10049
10050 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
10051 "false".
10052
fa9c2a59
TT
100532019-05-04 Tom Tromey <tom@tromey.com>
10054
10055 * arc-tdep.c (arc_tdesc_init): Use bool.
10056
e2eb806a
TT
100572019-05-04 Tom Tromey <tom@tromey.com>
10058
10059 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
10060
6fe87677
TT
100612019-05-04 Tom Tromey <tom@tromey.com>
10062
10063 * cli/cli-cmds.c (valid_command_p): Return bool.
10064
7f008c9e
TT
100652019-05-04 Tom Tromey <tom@tromey.com>
10066
10067 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
10068 * command.h (valid_user_defined_cmd_name_p): Channge return type.
10069
b6484282
RT
100702019-05-04 Raul Tambre <raul@tambre.ee>
10071
10072 * python/lib/gdb/prompt.py (_ExtendedPrompt)
10073 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
10074 operator for comparison.
10075
af97b416
TT
100762019-05-04 Tom Tromey <tom@tromey.com>
10077
10078 * psymtab.c (psymbol_name_matches, match_partial_symbol)
10079 (lookup_partial_symbol, print_partial_symbols)
10080 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
10081 (psymbol_compare): Update.
10082 (add_psymbol_to_bcache): Clear the entire psymbol.
10083 (maintenance_check_psymtabs): Update.
10084 * psympriv.h (struct partial_symbol): Don't derive from
10085 general_symbol_info.
10086 <obj_section, unrelocated_address, address,
10087 set_unrelocated_address>: Update.
10088 <ginfo>: New member.
10089 * dwarf-index-write.c (write_psymbols, debug_names::insert)
10090 (debug_names::write_psymbols): Update.
10091
9d6d4be8
TV
100922019-05-04 Tom de Vries <tdevries@suse.de>
10093
10094 * contrib/cc-with-tweaks.sh: Support -n arg.
10095
66452beb
PW
100962019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10097
10098 * corelow.c (core_target::detach): Ensure frame cache and
10099 register caches are cleared.
10100 inferior.c (exit_inferior_1): Likewise.
10101
bde09ab7
TT
101022019-05-03 Sandra Loosemore <sandra@codesourcery.com>
10103 Tom Tromey <tom@tromey.com>
10104
10105 * dictionary.c (collate_pending_symbols_by_language): Remove
10106 "struct" from foreach.
10107 * symtab.c (lookup_global_symbol_from_objfile)
10108 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
10109 foreach.
10110 * ser-tcp.c (net_open): Remove "struct" from foreach.
10111 * objfiles.c (objfile_relocate, objfile_rebase)
10112 (objfile_has_symbols): Remove "struct" from foreach.
10113 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
10114 from foreach.
10115 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
10116 foreach.
10117 * darwin-nat.c (thread_info_from_private_thread_info): Remove
10118 "struct" from foreach.
10119 * ada-lang.c (create_excep_cond_exprs)
10120 (ada_exception_catchpoint_cond_string): Remove "struct" from
10121 foreach.
10122
222a8d25
TT
101232019-05-03 Tom Tromey <tromey@adacore.com>
10124
10125 * ada-exp.y (convert_char_literal): Check suffix of each
10126 enumerator.
10127
fcd60b84
DP
101282019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10129
10130 PR ada/21406:
10131 * ada-exp.y (yywrap): Don't define.
10132 * ada-lex.l (%option): Add noyywrap
10133 (yywrap): Remove.
10134
5f2459c2
EZ
101352019-05-03 Eli Zaretskii <eliz@gnu.org>
10136
353ea2d1
EZ
10137 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10138 _WIN32_WINNT to the XP level, unless already defined to a higher
10139 level.
10140
10141 * unittests/parse-connection-spec-selftests.c:
10142 * ser-tcp.c:
10143 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10144 override.
10145
5f2459c2
EZ
10146 * symfile.c (find_separate_debug_file): Remove colon from the
10147 drive spec of DOS/Windows file names of the target, so that the
10148 file name produced from DEBUGDIR and the target's directory will
10149 be valid on DOS/Windows systems.
10150
80062eb9
AB
101512019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10152
10153 * rust-lang.c (val_print_struct): Handle printing structures
10154 containing strings.
10155
b8c05e85
TT
101562019-05-02 Tom Tromey <tromey@adacore.com>
10157
10158 * valarith.c (_initialize_valarith): Remove.
10159
4504bbde
TT
101602019-05-01 Tom Tromey <tromey@adacore.com>
10161
10162 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10163 bitfields.
10164
d48e62f4
TT
101652019-05-01 Tom Tromey <tromey@adacore.com>
10166
10167 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10168 for big-endian copies.
10169
15f18d14
AT
101702019-04-30 Ali Tamur <tamur@google.com>
10171 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10172 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10173 (read_3_bytes): New function.
10174
ab4ee614
JB
101752019-04-30 Joel Brobecker <brobecker@adacore.com>
10176
10177 * windows-nat.c (main_thread_id): Delete.
10178 (handle_output_debug_string): Replace main_thread_id by
10179 current_event.dwThreadId.
10180 (fake_create_process): Likewise.
10181 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10182 Do not set main_thread_id.
10183 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10184 current_event.dwThreadId.
10185 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10186
8ed5b76e
JB
101872019-04-30 Joel Brobecker <brobecker@adacore.com>
10188
10189 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10190 Use current_event.dwThreadId instead of main_thread_id.
10191
2ff0a947
TT
101922019-04-30 Tom Tromey <tromey@adacore.com>
10193
10194 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10195 (create_excep_cond_exprs): Iterate over program spaces.
10196 (ada_exception_catchpoint_cond_string): Examine all minimal
10197 symbols for exception types.
10198
a776957c
TT
101992019-04-30 Tom Tromey <tromey@adacore.com>
10200
10201 PR c++/24470:
10202 * dwarf2read.c (process_structure_scope): Handle case where type
10203 has template parameters but no symbol was created.
10204
bc68014d
AB
102052019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10206 Chris January <chris.january@arm.com>
10207
10208 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10209 qualifier.
10210 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10211
f1fdc960
AB
102122019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10213
10214 * f-typeprint.c (f_print_type): Update rules for printing
10215 whitespace.
10216 (f_type_print_varspec_suffix): Likewise.
10217
bf7a4de1
AB
102182019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10219 Chris January <chris.january@arm.com>
10220
10221 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10222 function arguments.
10223
bbe75b9d
AB
102242019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10225
10226 * f-lang.c (build_fortran_types): Change name of void type to
10227 lower case.
10228 * f-typeprint.c (f_type_print_base): Print the name of the void
10229 type, rather than a fixed string.
10230 * f-valprint.c (f_decorations): Use lower case void string.
10231
1db455a7
AB
102322019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10233 Chris January <chris.january@arm.com>
10234
10235 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10236 types for Fortran.
10237
b6d03bb2
AB
102382019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10239 Chris January <chris.january@arm.com>
10240 David Lecomber <david.lecomber@arm.com>
10241
10242 * f-exp.y (BINOP_INTRINSIC): New token.
10243 (exp): New parser rule handling BINOP_INTRINSIC.
10244 (f77_keywords): Add new builtin procedures.
10245 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10246 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10247 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10248 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10249 (print_unop_subexp_f): New function.
10250 (print_binop_subexp_f): New function.
10251 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10252 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10253 (dump_subexp_body_f): Likewise.
10254 (operator_check_f): Likewise.
10255 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10256 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10257
83228e93
AB
102582019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10259
10260 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10261 UNOP_KIND.
10262 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10263 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10264 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10265 (operator_length_f): New fuction.
10266 (print_subexp_f): New function.
10267 (op_name_f): New function.
10268 (dump_subexp_body_f): New function.
10269 (operator_check_f): New function.
10270 (exp_descriptor_f): Replace standard expression handling functions
10271 with new functions.
10272 * gdb/fortran-operator.def: New file.
10273 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10274 * gdb/std-operator.def: Remove UNOP_KIND.
10275
6fdcd7cc
AB
102762019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10277
10278 * std-operator.def: Remove unbalanced, stray double quote
10279 character.
10280
2e62ab40
AB
102812019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10282 Chris January <chris.january@arm.com>
10283 Daniel Everett <daniel.everett@arm.com>
10284 Nick Forrington <nick.forrington@arm.com>
10285 Richard Bunt <richard.bunt@arm.com>
10286
10287 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10288 of depth when printing anonymous structs or unions.
10289 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10290 Don't print either the top-level value, or the children if the
10291 max-depth is exceeded.
10292 (ppscm_print_children): When printing the key of a map, allow one
10293 extra level of depth.
10294 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10295 print either the top-level value, or the children if the max-depth
10296 is exceeded.
10297 (print_children): When printing the key of a map, allow one extra
10298 level of depth.
10299 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10300 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10301 (user_print_options): Initialise max_depth field.
10302 (val_print_scalar_or_string_type_p): New function.
10303 (val_print): Check to see if the max depth has been reached.
10304 (val_print_check_max_depth): Define new function.
10305 (show_print_max_depth): New function.
10306 (_initialize_valprint): Add 'print max-depth' option.
10307 * valprint.h (struct value_print_options) <max_depth>: New field.
10308 (val_print_check_max_depth): Declare new function.
10309 * NEWS: Document new feature.
10310
4be290b2
AB
103112019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10312
10313 * ada-lang.c (ada_language_defn): Initialise new field.
10314 * c-lang.c (c_is_string_type_p): New function.
10315 (c_language_defn): Initialise new field.
10316 (cplus_language_defn): Initialise new field.
10317 (asm_language_defn): Initialise new field.
10318 (minimal_language_defn): Initialise new field.
10319 * c-lang.h (c_is_string_type_p): Declare new function.
10320 * d-lang.c (d_language_defn): Initialise new field.
10321 * f-lang.c (f_is_string_type_p): New function.
10322 (f_language_defn): Initialise new field.
10323 * go-lang.c (go_is_string_type_p): New function.
10324 (go_language_defn): Initialise new field.
10325 * language.c (default_is_string_type_p): New function.
10326 (unknown_language_defn): Initialise new field.
10327 (auto_language_defn): Initialise new field.
10328 * language.h (struct language_defn) <la_is_string_type_p>: New
10329 member variable.
10330 (default_is_string_type_p): Declare new function.
10331 * m2-lang.c (m2_language_defn): Initialise new field.
10332 * objc-lang.c (objc_language_defn): Initialise new field.
10333 * opencl-lang.c (opencl_language_defn): Initialise new field.
10334 * p-lang.c (pascal_is_string_type_p): New function.
10335 (pascal_language_defn): Initialise new field.
10336 * rust-lang.c (rust_is_string_type_p): New function.
10337 (rust_language_defn): Initialise new field.
10338
721b08c6
AB
103392019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10340
10341 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10342 New field.
10343 * ada-lang.c (ada_language_defn): Initialise new field.
10344 * c-lang.c (c_language_defn): Likewise.
10345 (cplus_language_defn): Likewise.
10346 (asm_language_defn): Likewise.
10347 (minimal_language_defn): Likewise.
10348 * d-lang.c (d_language_defn): Likewise.
10349 * f-lang.c (f_language_defn): Likewise.
10350 * go-lang.c (go_language_defn): Likewise.
10351 * language.c (unknown_language_defn): Likewise.
10352 (auto_language_defn): Likewise.
10353 * m2-lang.c (m2_language_defn): Likewise.
10354 * objc-lang.c (objc_language_defn): Likewise.
10355 * opencl-lang.c (opencl_language_defn): Likewise.
10356 * p-lang.c (pascal_language_defn): Likewise.
10357 * rust-lang.c (rust_language_defn): Likewise.
10358
fc913e53
AB
103592019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10360
10361 * ada-lang.c (ada_is_character_type): Change return type to bool.
10362 (ada_is_string_type): Likewise.
10363 * ada-lang.h (ada_is_character_type): Update declaration
10364 (ada_is_string_type): Likewise.
10365
fa731fa0
PW
103662019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10367
10368 Support style in 'frame|thread apply'
10369
10370 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10371 * record.c (record_start, record_stop): Update callers of
10372 execute_command_to_string with false.
10373 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10374 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10375 methods.
10376 (class string_file): New constructor with term_out parameter.
10377 Override methods term_out and can_emit_style_escape. New member
10378 term_out.
10379 (class stdio_file): Override can_emit_style_escape.
10380 (class tee_file): Override term_out and can_emit_style_escape.
10381 * utils.h (can_emit_style_escape): Remove.
10382 * utils.c (can_emit_style_escape): Likewise.
10383 Update all callers of can_emit_style_escape (SOMESTREAM) to
10384 SOMESTREAM->can_emit_style_escape.
10385 * source-cache.c (source_cache::get_source_lines): Likewise.
10386 * stack.c (frame_apply_command_count): Call execute_command_to_string
10387 passing the term_out characteristic of the current gdb_stdout.
10388 * thread.c (thr_try_catch_cmd): Likewise.
10389 * top.c (execute_command_to_string): pass term_out parameter
10390 to construct the string_file for the command output.
10391 * ui-file.c (term_cli_styling): New function (most code moved
10392 from utils.c can_emit_style_escape).
10393 (string_file::string_file, string_file::can_emit_style_escape,
10394 stdio_file::can_emit_style_escape, tee_file::term_out,
10395 tee_file::can_emit_style_escape): New functions.
10396
136afab8
PW
103972019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10398
10399 * NEWS: Mention the new set|show may-call-functions.
10400 * infcall.c (may_call_functions_p): New variable.
10401 (show_may_call_functions_p): New function.
10402 (call_function_by_hand_dummy): Throws an error if not
10403 may-call-functions.
10404 (_initialize_infcall): Call add_setshow_boolean_cmd for
10405 may-call-functions.
10406
725cbb63
KS
104072019-04-25 Keith Seitz <keiths@redhat.com>
10408
10409 PR c++/24367
10410 * cp-support.c (inspect_type): Don't attempt substitutions
10411 of symbol with the same name.
10412
3d1cbb78
TT
104132019-04-25 Tom Tromey <tromey@adacore.com>
10414
10415 PR gdb/24475:
10416 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10417 static.
10418
94aeb44b
TT
104192019-04-25 Tom Tromey <tromey@adacore.com>
10420
10421 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10422 rvalue reference.
10423 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10424 (gdb_xml_parser::parse): Use std::move.
10425 * python/python-internal.h (gdbpy_convert_exception): Take a const
10426 reference.
10427 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10428 std::move.
10429 * python/py-utils.c (gdbpy_convert_exception): Take a const
10430 reference.
10431 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10432 Use std::move.
10433 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10434 Use std::move.
10435 * mi/mi-main.c (mi_print_exception): Take a const reference.
10436 * main.c (handle_command_errors): Take a const reference.
10437 * linespec.c (parse_linespec): Use std::move.
10438 * infcall.c (run_inferior_call): Use std::move.
10439 (call_function_by_hand_dummy): Use std::move.
10440 * exec.c (try_open_exec_file): Use std::move.
10441 * exceptions.h (exception_print, exception_fprintf)
10442 (exception_print_same): Update.
10443 * exceptions.c (print_exception, exception_print)
10444 (exception_fprintf, exception_print_same): Change parameters to
10445 const reference.
10446 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10447 * common/new-op.c: Use std::move.
10448 * common/common-exceptions.h (struct gdb_exception): Add move
10449 constructor.
10450 (struct gdb_exception_error, struct gdb_exception_quit, struct
10451 gdb_quit_bad_alloc): Change constructor to move constructor.
10452 (throw_exception): Change parameter to rvalue reference.
10453 * common/common-exceptions.c (throw_exception): Take rvalue
10454 reference.
10455 * cli/cli-interp.c (safe_execute_command): Use std::move.
10456 * breakpoint.c (insert_bp_location, location_to_sals): Use
10457 std::move.
10458
680d7fd5
TT
104592019-04-25 Tom Tromey <tromey@adacore.com>
10460
10461 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10462 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10463 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10464 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10465 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10466 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10467 guile/scm-value.c: Use unpack.
10468 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10469 gdbscm_gdb_exception.
10470 (gdbscm_throw_gdb_exception): Likewise.
10471 (struct gdbscm_gdb_exception): New.
10472 (unpack): New function.
10473 (gdbscm_wrap): Use unpack.
10474
c6fdd8b2
TT
104752019-04-25 Tom Tromey <tromey@adacore.com>
10476
10477 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10478 (gdb_rl_callback_handler): Use std::move.
10479 * common/common-exceptions.h (struct gdb_exception): Add move
10480 assignment operator.
10481 (throw_exception_sjlj): Change "exception" to const reference.
10482 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10483 (throw_exception_sjlj): Change "exception" to const reference.
10484
cc06b668
TT
104852019-04-25 Tom Tromey <tromey@adacore.com>
10486
10487 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10488 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10489 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10490 Update.
10491 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10492 Update.
10493 * mi/mi-interp.c (mi_interp::exec): Update.
10494 * linespec.c (parse_linespec): Update.
10495 * infcall.c (run_inferior_call): Update.
10496 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10497 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10498 (gdbscm_lookup_global_symbol): Update.
10499 * guile/scm-param.c (gdbscm_parameter_value): Update.
10500 * guile/scm-frame.c (gdbscm_frame_read_register)
10501 (gdbscm_frame_read_var): Update.
10502 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10503 * exec.c (try_open_exec_file): Update.
10504 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10505 (gdb_rl_callback_handler): Update.
10506 * common/common-exceptions.h (exception_none): Don't declare.
10507 * common/common-exceptions.c (exception_none): Don't define.
10508 (struct catcher) <exception>: Update.
10509 * cli/cli-interp.c (safe_execute_command): Update.
10510 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10511
cf532bd1
AT
105122019-04-25 Ali Tamur <tamur@google.com>
10513
10514 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10515 (read_attribute_value): Likewise.
10516 (dwarf2_read_addr_index): Update comment.
10517 (read_str_index): Add DW_FORM_strx.
10518 (dwarf2_string_attr): Likewise.
10519 (dwarf2_const_value_attr): Likewise.
10520 (dump_die_shallow): Likewise.
10521 (dwarf2_fetch_constant_bytes): Likewise.
10522 (skip_form_bytes): Likewise.
10523 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10524
82433e3e
SDJ
105252019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10526
10527 PR corefiles/11608
10528 PR corefiles/18187
10529 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10530 OFFSET. Verify if current mapping contains an ELF header.
10531 (linux_find_memory_regions_full): Adjust call to
10532 dump_mapping_p.
10533
723adb65
SL
105342019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10535 Kang Li <kanglictf@gmail.com>
10536
10537 PR gdb/21600
10538
10539 * dwarf2-frame.c (read_initial_length): Be consistent about using
10540 unsigned representation of length.
10541 (decode_frame_entry_1): Likewise. Check for wraparound of
10542 end pointer as well as buffer overflow.
10543
596179f7
SDJ
105442019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10545
10546 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10547 "vq".
10548
a59240a4
TT
105492019-04-24 Tom Tromey <tromey@adacore.com>
10550
10551 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10552
f872fdbb
AB
105532019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10554
10555 * s12z-tdep.c (s12z_unwind_pc): Delete.
10556 (s12z_unwind_sp): Delete.
10557 (s12z_gdbarch_init): Don't register deleted functions with
10558 gdbarch.
10559
b614e6f3
AB
105602019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10561
10562 * rl78-tdep.c (rl78_unwind_sp): Delete.
10563 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10564
14faed38
AB
105652019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10566
10567 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10568 (xstormy16_unwind_pc): Delete.
10569 (xstormy16_dummy_id): Delete.
10570 (xstormy16_gdbarch_init): Don't register deleted functions with
10571 gdbarch.
10572
541aad8a
AB
105732019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10574
10575 * vax-tdep.c (vax_unwind_pc): Delete.
10576 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10577
29222070
AB
105782019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10579
10580 * v850-tdep.c (v850_unwind_sp): Delete.
10581 (v850_unwind_pc): Delete.
10582 (v850_dummy_id): Delete.
10583 (v850_gdbarch_init): Don't register deleted functions with
10584 gdbarch.
10585
0f534d76
AB
105862019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10587
10588 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10589 (tilegx_unwind_pc): Delete.
10590 (tilegx_unwind_dummy_id): Delete.
10591 (tilegx_gdbarch_init): Don't register deleted functions with
10592 gdbarch.
10593
1ba7b7f9
AB
105942019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10595
10596 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10597 (tic6x_dummy_id): Delete.
10598 (tic6x_gdbarch_init): Don't register deleted functions with
10599 gdbarch.
10600
d31f262c
AB
106012019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10602
10603 * sparc-tdep.c (sparc_unwind_pc): Delete.
10604 (sparc32_gdbarch_init): Don't register deleted function with
10605 gdbarch.
10606
6d14d64d
AB
106072019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10608
10609 * sh-tdep.c (sh_unwind_sp): Delete.
10610 (sh_unwind_pc): Delete.
10611 (sh_dummy_id): Delete.
10612 (sh_gdbarch_init): Don't register deleted functions with
10613 gdbarch.
10614
a40dde9d
AB
106152019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10616
10617 * score-tdep.c (score_unwind_sp): Delete.
10618 (score_unwind_pc): Delete.
10619 (score_dummy_id): Delete.
10620 (score_gdbarch_init): Don't register deleted functions with
10621 gdbarch.
10622
47c47d69
AB
106232019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10624
10625 * rx-tdep.c (rx_unwind_pc): Delete.
10626 (rx_unwind_sp): Delete.
10627 (rx_dummy_id): Delete.
10628 (rx_gdbarch_init): Don't register deleted functions with
10629 gdbarch. Update comment.
10630
833a4480
AB
106312019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10632
10633 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10634 (rs6000_dummy_id): Delete.
10635 (rs6000_gdbarch_init): Don't register deleted functions with
10636 gdbarch.
10637
3f2cef49
AB
106382019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10639
10640 * or1k-tdep.c (or1k_dummy_id): Delete.
10641 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10642
96acf884
AB
106432019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10644
10645 * nios2-tdep.c (nios2_dummy_id): Delete.
10646 (nios2_unwind_sp): Delete.
10647 (nios2_gdbarch_init): Don't register deleted functions with
10648 gdbarch.
10649
ca0ab0aa
AB
106502019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10651
10652 * nds32-tdep.c (nds32_dummy_id): Delete.
10653 (nds32_unwind_pc): Delete.
10654 (nds32_unwind_sp): Delete.
10655 (nds32_gdbarch_init): Don't register deleted functions with
10656 gdbarch.
10657
c8259044
AB
106582019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10659
10660 * msp430-tdep.c (msp430_unwind_pc): Delete.
10661 (msp430_unwind_sp): Delete.
10662 (msp430_dummy_id): Delete.
10663 (msp430_gdbarch_init): Don't register deleted functions with
10664 gdbarch.
10665
27f113c8
AB
106662019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10667
10668 * moxie-tdep.c (moxie_unwind_sp): Delete.
10669 (moxie_unwind_pc): Delete.
10670 (moxie_dummy_id): Delete.
10671 (moxie_gdbarch_init): Don't register deleted functions with
10672 gdbarch.
10673
aee6c3cd
AB
106742019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10675
10676 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10677 (mn10300_unwind_pc): Delete.
10678 (mn10300_unwind_sp): Delete.
10679 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10680 mn10300_unwind_sp.
10681 (mn10300_frame_unwind_init): Don't register deleted functions with
10682 gdbarch.
10683
8e2b5aea
AB
106842019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10685
10686 * mep-tdep.c (mep_unwind_pc): Delete.
10687 (mep_unwind_sp): Delete.
10688 (mep_dummy_id): Delete.
10689 (mep_gdbarch_init): Don't register deleted functions with
10690 gdbarch.
10691
43cf3ede
AB
106922019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10693
10694 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10695 (m68hc11_unwind_sp): Delete.
10696 (m68hc11_gdbarch_init): Don't register deleted functions with
10697 gdbarch.
10698
5e79b7bb
AB
106992019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10700
10701 * m32r-tdep.c (m32r_unwind_sp): Delete.
10702 (m32r_unwind_pc): Delete.
10703 (m32r_dummy_id): Delete.
10704 (m32r_gdbarch_init): Don't register deleted functions with
10705 gdbarch.
10706
89b268d8
AB
107072019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10708
10709 * m32c-tdep.c (m32c_unwind_pc): Delete.
10710 (m32c_unwind_sp): Delete.
10711 (m32c_dummy_id): Delete.
10712 (m32c_gdbarch_init): Don't register deleted functions with
10713 gdbarch.
10714
946c28d2
AB
107152019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10716
10717 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10718 (lm32_unwind_pc): Delete.
10719 (lm32_dummy_id): Delete.
10720 (lm32_gdbarch_init): Don't register deleted functions with
10721 gdbarch.
10722
bf12844a
AB
107232019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10724
10725 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10726 (iq2000_unwind_pc): Delete.
10727 (iq2000_dummy_id): Delete.
10728 (iq2000_gdbarch_init): Don't register deleted functions with
10729 gdbarch.
10730
ecbc06d2
AB
107312019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10732
10733 * nds32-tdep.c (nds32_type_align): Delete.
10734 (nds32_push_dummy_call): Use type_align instead.
10735
030197b4
AB
107362019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10737
10738 * arm-tdep.c (arm_type_align): Only handle vector override case.
10739 (arm_push_dummy_call): Use type_align.
10740 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10741
b907456c
AB
107422019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10743
10744 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10745 case.
10746 (pass_on_stack): Use type_align.
10747 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10748 function.
10749
9e97ba43
TT
107502019-04-23 Tom Tromey <tromey@adacore.com>
10751
10752 * dwarf2read.c (line_header::file_name_at): Remove unused
10753 overload.
10754
6892f601
TV
107552019-04-23 Tom de Vries <tdevries@suse.de>
10756
10757 PR gdb/24438
10758 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10759 invocation.
10760
336d760d
AT
10761
107622019-03-27 Ali Tamur <tamur@google.com>
10763
10764 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10765 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10766 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10767 (dwarf_expr_context::get_addr_index): Likewise
10768 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10769 (symbol_needs_eval_context::get_addr_index): Likewise
10770 (disassemble_dwarf_expression): Add DW_OP_addrx
10771 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10772 (read_cutu_die_from_dwo): Update comment
10773 (skip_one_die): Add DW_FORM_addrx
10774 (read_attribute_value): Likewise
10775 (var_decode_location): Add DW_OP_addrx
10776 (dwarf2_const_value_attr): Add DW_FORM_addrx
10777 (dump_die_shallow): Likewise
10778 (dwarf2_fetch_constant_bytes): Likewise
10779 (decode_locdesc): Add DW_OP_addrx
10780 (skip_form_bytes): Add DW_FORM_addrx
10781
ad9d13f8
AT
107822019-04-22 Ali Tamur <tamur@google.com>
10783
10784 * MAINTAINERS (Write After Approval): Add self.
10785
d70cc3ba
SM
107862019-04-22 Simon Marchi <simon.marchi@efficios.com>
10787
10788 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10789 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10790 (open_symbol_file_object): Likewise.
10791 (svr4_default_sos): Add info parameter.
10792 (svr4_read_so_list): Likewise.
10793 (svr4_current_sos_direct): Adjust functions calls to pass down
10794 info.
10795 (svr4_current_sos_1): Add info parameter.
10796 (svr4_current_sos): Call get_svr4_info, pass info down to
10797 svr4_current_sos_1.
10798 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10799 get_svr4_info.
10800 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10801 get_svr4_info.
10802 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10803 to get_svr4_info.
10804 (probes_table_remove_objfile_probes): Likewise.
10805 (register_solib_event_probe): Add info parameter.
10806 (solist_update_incremental): Pass info parameter down to
10807 svr4_read_so_list.
10808 (disable_probes_interface): Add info parameter.
10809 (svr4_handle_solib_event): Pass current_program_space to
10810 get_svr4_info. Adjust disable_probes_interface cleanup.
10811 (svr4_create_probe_breakpoints): Add info parameter, pass it
10812 down to register_solib_event_probe.
10813 (svr4_create_solib_event_breakpoints): Add info parameter,
10814 pass it down to svr4_create_probe_breakpoints.
10815 (enable_break): Pass info down to
10816 svr4_create_solib_event_breakpoints.
10817 (svr4_solib_create_inferior_hook): Pass current_program_space to
10818 get_svr4_info.
10819 (svr4_clear_solib): Likewise.
10820
7905fc35
PA
108212019-04-22 Pedro Alves <palves@redhat.com>
10822
10823 * solib-svr4.c (svr4_free_objfile_observer): New.
10824 (probe_and_action::objfile): New field.
10825 (probes_table_htab_remove_objfile_probes)
10826 (probes_table_remove_objfile_probes): New functions.
10827 (register_solib_event_probe): Add 'objfile' parameter. Store it
10828 in the new probe_and_action. Don't store the probe in 'lookup'.
10829 (svr4_create_probe_breakpoints): Pass objfile to
10830 register_solib_event_probe.
10831 (_initialize_svr4_solib): Register a free_objfile observer.
10832
fb881986
TT
108332019-04-19 Tom Tromey <tom@tromey.com>
10834
10835 * common/queue.h: Remove.
10836
8732db6c
TT
108372019-04-19 Tom Tromey <tom@tromey.com>
10838
10839 * event-loop.c: Don't include "common/queue.h".
10840
97dfbadd
TT
108412019-04-19 Tom Tromey <tom@tromey.com>
10842
10843 * remote.c (remote_target): Use delete.
10844 * remote-notif.h: Include <list>, not "common/queue.h".
10845 (notif_client_p): Remove typedef.
10846 (remote_notif_state): Add constructor, destructor, initializer.
10847 <notif_queue>: Now a std::list.
10848 (remote_notif_state_xfree): Don't declare.
10849 * remote-notif.c (remote_notif_process, handle_notification)
10850 (remote_notif_state_allocate): Update.
10851 (~remote_notif_state): Rename from remote_notif_state_xfree.
10852
cf250e36
TT
108532019-04-19 Tom Tromey <tom@tromey.com>
10854
10855 * symfile.c (reread_symbols): Update.
10856 * objfiles.c (objfile_register_static_link)
10857 (objfile_lookup_static_link): Update
10858 (~objfile) Don't delete static_links.
10859 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10860
61f4b350
TT
108612019-04-19 Tom Tromey <tom@tromey.com>
10862
10863 * type-stack.h (struct type_stack) <insert>: Constify string.
10864 * type-stack.c (type_stack::insert): Constify string.
10865 * gdbtypes.h (lookup_template_type): Update.
10866 (address_space_name_to_int): Update.
10867 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10868 const.
10869 (lookup_template_type): Make name const.
10870 * c-exp.y: Update rules.
10871 (lex_one_token, classify_name, classify_inner_name)
10872 (c_print_token): Update.
10873 * p-exp.y: Update rules.
10874 (yylex): Update.
10875 * f-exp.y: Update rules.
10876 (yylex): Update.
10877 * d-exp.y: Update rules.
10878 (lex_one_token, classify_name, classify_inner_name): Update.
10879 * parse.c (write_dollar_variable, copy_name): Return std::string.
10880 * parser-defs.h (copy_name): Change return type.
10881 * m2-exp.y: Update rules.
10882 (yylex): Update.
10883 * go-exp.y (lex_one_token): Update.
10884 Update rules.
10885 (classify_unsafe_function, classify_packaged_name)
10886 (classify_name, yylex): Update.
10887
189b8c2e
ST
108882019-04-19 Sergei Trofimovich <siarheit@google.com>
10889
10890 * configure.ac: add --enable-source-highlight switch.
10891 * configure: Regenerate.
10892 * top.c (print_gdb_version): plumb --enable-source-highlight
10893 status to "show configuration".
10894
8ecb59f8
TT
108952019-04-19 Tom Tromey <tromey@adacore.com>
10896
10897 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10898 Check ADA_TYPE_P.
10899 (empty_record, ada_template_to_fixed_record_type_1)
10900 (template_to_static_fixed_type)
10901 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10902 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10903 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10904 macros.
10905
62160ec9
TT
109062019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10907
10908 PR symtab/24423:
10909 * source.c (print_source_lines_base): Advance "iter" when a
10910 control character is seen.
10911
f2ae8bc8
PW
109122019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10913
10914 * inferior.h (struct infcall_suspend_state_deleter):
10915 Catch exception in destructor to avoid crash.
10916
d563b953
PW
109172019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10918
10919 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10920 close to the add_com "shell".
10921
dc34c897
TT
109222019-04-18 Tom Tromey <tromey@adacore.com>
10923
10924 * process-stratum-target.h (class process_stratum_target)
10925 <stratum>: Add "final".
10926
a12e5744
TT
109272019-04-17 Tom Tromey <tromey@adacore.com>
10928
10929 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10930 against nullptr before use.
10931
a7e559cc
AH
109322019-04-17 Alan Hayward <alan.hayward@arm.com>
10933
10934 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10935
c01660c6
AB
109362019-04-17 Jim Wilson <jimw@sifive.com>
10937 Andrew Burgess <andrew.burgess@embecosm.com>
10938
10939 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10940 code read might fail, assume 4-byte breakpoint in that case.
10941
4aa866af
LS
109422019-04-15 Leszek Swirski <leszeks@google.com>
10943
10944 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10945 rather than a hand-rolled POD check when checking for forced MEMORY
10946 classification.
10947
48574d91
AH
109482019-04-15 Alan Hayward <alan.hayward@arm.com>
10949
10950 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10951 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10952 function.
10953 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10954 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10955 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10956 declaration.
10957
4da037ef
AH
109582019-04-15 Alan Hayward <alan.hayward@arm.com>
10959
10960 * aarch64-linux-nat.c
10961 (aarch64_linux_nat_target::thread_architecture): Add override.
10962 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10963 each VQ.
10964
ccb8d7e8
AH
109652019-04-15 Alan Hayward <alan.hayward@arm.com>
10966
10967 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10968
35add35e
AB
109692019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10970
10971 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10972 target types of size 96-bits, add some additional comments, and
10973 check that the builtin type we found was the correct size.
10974
51196bbc
EZ
109752019-04-12 Eli Zaretskii <eliz@gnu.org>
10976
10977 * utils.c (prompt_for_continue): Don't restore the styling at the
10978 end, as applied_style has the wrong value. This fixes styling in
10979 long lists of file names that are interrupted by the "Continue?"
10980 prompt.
10981
62253a61
AB
109822019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10983
10984 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10985 * c-lang.c (c_language_defn): Likewise.
10986 (cplus_language_defn): Likewise.
10987 (asm_language_defn): Likewise.
10988 (minimal_language_defn): Likewise.
10989 * d-lang.c (d_language_defn): Likewise.
10990 * f-lang.c (f_language_defn): Likewise.
10991 * go-lang.c (go_language_defn): Likewise.
10992 * language.c (unknown_language_defn): Likewise.
10993 (auto_language_defn): Likewise.
10994 * language.h (struct language_defn): Remove la_magic field.
10995 (LANG_MAGIC): Delete.
10996 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10997 * objc-lang.c (objc_language_defn): Likewise.
10998 * opencl-lang.c (opencl_language_defn): Likewise.
10999 * p-lang.c (pascal_language_defn): Likewise.
11000 * rust-lang.c (rust_language_defn): Likewise.
11001
a9158a86
AB
110022019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11003
11004 * riscv-tdep.c (riscv_type_align): New function.
11005 (riscv_type_alignment): Delete.
11006 (riscv_arg_location): Use 'type_align'.
11007 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
11008
41077b66
AB
110092019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11010
11011 * gdbtypes.c (type_align): A struct with no non-static fields also
11012 has alignment of 1.
11013
9f0272f8
AB
110142019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11015
11016 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
11017 component to 0.
11018 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
11019 member.
11020 (riscv_struct_info::analyse): New implementation using new
11021 analyse_inner member function.
11022 (riscv_struct_info::field_offset): New member function.
11023 (riscv_struct_info::m_offsets): New member variable.
11024 (riscv_struct_info::analyse_inner): New private member function,
11025 takes the old implementation of riscv_struct_info::analyse but
11026 extended to track field offsets.
11027 (riscv_call_arg_struct): Update the struct folding special cases
11028 to handle cases where empty C++ structs, which are non-zero
11029 length, are found.
11030 (riscv_arg_location): Initialise the length of each location, a
11031 non-zero length now indicates the location is in use.
11032 (riscv_push_dummy_call): Allow for the first location having a
11033 non-zero offset when setting up arguments.
11034 (riscv_return_value): Likewise, but for return values.
11035
02cf60c7
TT
110362019-04-11 Tom Tromey <tromey@adacore.com>
11037
11038 * utils.c (internal_vproblem): Make "msg" const.
11039
68811f8f
AH
110402019-04-11 Alan Hayward <alan.hayward@arm.com>
11041
11042 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
11043 * trad-frame.c (trad_frame_reset_saved_regs): New function.
11044 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
11045 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
11046
3f52fdbc
KB
110472019-04-10 Kevin Buettner <kevinb@redhat.com>
11048
11049 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
11050 function.
11051 (fill_gregset): Call amd64_linux_collect_native_gregset instead
11052 of amd64_collect_native_gregset.
11053 (amd64_linux_nat_target::store_registers): Likewise.
11054
e9ad22ee
TT
110552019-04-10 Tom Tromey <tom@tromey.com>
11056
11057 * symtab.c (lookup_global_symbol_from_objfile)
11058 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
11059 * objfiles.h (class separate_debug_iterator): New.
11060 (class separate_debug_range): New.
11061 (struct objfile) <separate_debug_objfiles>: New method.
11062 (objfile_separate_debug_iterate): Don't declare.
11063 * objfiles.c (separate_debug_iterator::operator++): Rename from
11064 objfile_separate_debug_iterate.
11065 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
11066 iterator.
11067 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
11068 iterator.
11069
ee371134
TT
110702019-04-10 Tom Tromey <tom@tromey.com>
11071
11072 * symfile.c (reread_symbols): Remove old comment.
11073 * objfiles.c (free_all_objfiles): Fix a typo.
11074
bf227d61
TT
110752019-04-10 Tom Tromey <tom@tromey.com>
11076
11077 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
11078 * minsyms.c (lookup_minimal_symbol): Use foreach.
11079 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
11080 (lookup_minimal_symbol_solib_trampoline): Likewise.
11081 * symfile.c (reread_symbols): Use foreach.
11082
8dc433a0
TT
110832019-04-09 Ivan Begert <ivanbegert@gmail.com>
11084 Tom Tromey <tromey@adacore.com>
11085
11086 PR rust/24414:
11087 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
11088 (rust_lex_int_test): Change "value" to be LONGEST.
11089 (rust_lex_tests): Add test for long integer literal.
11090
9ab8741a
TT
110912019-04-09 Tom Tromey <tromey@adacore.com>
11092
11093 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
11094 to bool.
11095 (extended_remote_target::attach): Update.
11096 (remote_target::remote_notice_new_inferior): Update.
11097 (remote_target::add_current_inferior_and_thread): Update.
11098 * inferior.c (exit_inferior_1): Use "false".
11099 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
11100
e242fd12
SM
111012019-04-09 Simon Marchi <simon.marchi@efficios.com>
11102
9ca1957f 11103 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
e242fd12
SM
11104 the "start" command.
11105
2b0c8b01
KB
111062019-04-08 Kevin Buettner <kevinb@redhat.com>
11107
11108 * python/py-inferior.c (infpy_thread_from_thread_handle):
11109 Adjust comments to reflect renaming of thread_from_thread_handle
11110 to thread_from_handle. Adjust keywords. Fix type error message.
11111 (inferior_object_methods): Add thread_from_handle. Retain
11112 thread_from_thread_handle, but mark it as deprecated.
11113
50a82723
KB
111142019-04-08 Kevin Buettner <kevinb@redhat.com>
11115
11116 * gdbthread.h (find_thread_by_handle): Revise declaration.
11117 * thread.c (find_thread_by_handle): Likewise. Adjust
11118 implementation too.
11119 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
11120 support for buffer objects as handles.
11121
cf63b016
KB
111222019-04-08 Kevin Buettner <kevinb@redhat.com>
11123
11124 * python/py-infthread.c (thpy_thread_handle): New function.
11125 (thread_object_methods): Register thpy_thread_handle.
11126
3d6c6204
KB
111272019-04-08 Kevin Buettner <kevinb@redhat.com>
11128
11129 * gdbthread.h (thread_to_thread_handle): Declare.
11130 * thread.c (gdbtypes.h): Include.
11131 (thread_to_thread_handle): New function.
11132
11133 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11134 (target_thread_info_to_thread_handle): Declare.
11135 * target.c (target_thread_info_to_thread_handle): New function.
11136 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11137 * target-delegates.c: Regenerate.
11138
11139 * linux-thread-db.c (class thread_db_target): Add method
11140 thread_info_to_thread_handle.
11141 (thread_db_target::thread_info_to_thread_handle): Define.
11142 * remote.c (class remote_target): Add new method
11143 thread_info_to_thread_handle.
11144 (remote_target::thread_info_to_thread_handle): Define.
11145
56be6ea8
PA
111462019-04-08 Pedro Alves <palves@redhat.com>
11147
11148 * common/common-exceptions.c (throw_exception): Don't create
11149 named object to throw; throw directly.
11150 (throw_it): Likewise. Don't initialize gdb_exception::message
11151 here, with new; pass FMT and AP to the ctor instead.
11152 * common/common-exceptions.h: Include <string>.
11153 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11154 const char *, va_list)): New ctor. Use std::make_shared.
11155 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11156 errors)): Delete.
11157 (gdb_exception_error::gdb_exception_error(enum errors, const char
11158 *, va_list)): New.
11159 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11160 Add assertion.
11161 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11162 errors)): Delete.
11163 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11164 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11165 Add assertion.
11166
eedc3f4f
TT
111672019-04-08 Tom Tromey <tom@tromey.com>
11168
11169 * valops.c (value_rtti_indirect_type): Replace throw_exception
11170 with throw.
11171 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11172 with throw.
11173 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11174 throw.
11175 * target.c (target_translate_tls_address): Replace throw_exception
11176 with throw.
11177 * stack.c (frame_apply_command_count): Replace throw_exception
11178 with throw.
11179 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11180 throw.
11181 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11182 with throw.
11183 * rs6000-tdep.c (rs6000_frame_cache)
11184 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11185 * remote.c: Replace throw_exception with throw.
11186 * record-full.c (record_full_message, record_full_wait_1)
11187 (record_full_restore): Replace throw_exception with throw.
11188 * record-btrace.c:
11189 (get_thread_current_frame_id, record_btrace_start_replaying)
11190 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11191 (cmd_record_btrace_start): Replace throw_exception with throw.
11192 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11193 throw.
11194 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11195 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11196 * linespec.c:
11197 (find_linespec_symbols): Replace throw_exception with throw.
11198 * infrun.c (displaced_step_prepare, resume): Replace
11199 throw_exception with throw.
11200 * infcmd.c (post_create_inferior): Replace throw_exception with
11201 throw.
11202 * inf-loop.c (inferior_event_handler): Replace throw_exception
11203 with throw.
11204 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11205 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11206 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11207 (get_prev_frame_always, get_frame_pc_if_available)
11208 (get_frame_address_in_block_if_available, get_frame_language):
11209 Replace throw_exception with throw.
11210 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11211 throw_exception with throw.
11212 * eval.c (fetch_subexp_value, evaluate_var_value)
11213 (evaluate_funcall, evaluate_subexp_standard): Replace
11214 throw_exception with throw.
11215 * dwarf2loc.c (call_site_find_chain)
11216 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11217 Replace throw_exception with throw.
11218 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11219 with throw.
11220 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11221 throw.
11222 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11223 * completer.c (complete_line_internal): Replace throw_exception
11224 with throw.
11225 * compile/compile-object-run.c (compile_object_run): Replace
11226 throw_exception with throw.
11227 * cli/cli-script.c (process_next_line): Replace throw_exception
11228 with throw.
11229 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11230 (btrace_enable, btrace_maint_update_pt_packets): Replace
11231 throw_exception with throw.
11232 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11233 throw_exception with throw.
11234 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11235 throw_exception with throw.
11236 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11237 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11238 * aarch64-tdep.c (aarch64_make_prologue_cache)
11239 (aarch64_make_stub_cache): Replace throw_exception with throw.
11240
26003a20
TT
112412019-04-08 Tom Tromey <tom@tromey.com>
11242
11243 * common/common-exceptions.c (throw_exception): Rename from
11244 throw_exception_cxx. Remove old copy. Make argument const.
11245 (throw_it): Create and throw exception objects directly.
11246 * common/common-exceptions.h (throw_exception): Make argument
11247 const.
11248 (struct gdb_exception_error): Add constructor.
11249 (struct gdb_exception_quit): Add constructor.
11250
d272eb37
TT
112512019-04-08 Tom Tromey <tom@tromey.com>
11252
11253 * common/common-exceptions.h (exception_rethrow): Don't declare.
11254 (TRY_SJLJ): Update comment.
11255 (TRY, CATCH, END_CATCH): Remove.
11256 * common/common-exceptions.c (exception_rethrow): Remove.
11257
230d2906
TT
112582019-04-08 Tom Tromey <tom@tromey.com>
11259
11260 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11261 Remove.
11262 (gdb_exception_error): Rename from
11263 gdb_exception_RETURN_MASK_ERROR.
11264 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11265 (gdb_quit_bad_alloc): Update.
11266 * aarch64-tdep.c: Update.
11267 * ada-lang.c: Update.
11268 * ada-typeprint.c: Update.
11269 * ada-valprint.c: Update.
11270 * amd64-tdep.c: Update.
11271 * arch-utils.c: Update.
11272 * break-catch-throw.c: Update.
11273 * breakpoint.c: Update.
11274 * btrace.c: Update.
11275 * c-varobj.c: Update.
11276 * cli/cli-cmds.c: Update.
11277 * cli/cli-interp.c: Update.
11278 * cli/cli-script.c: Update.
11279 * common/common-exceptions.c: Update.
11280 * common/new-op.c: Update.
11281 * common/selftest.c: Update.
11282 * compile/compile-c-symbols.c: Update.
11283 * compile/compile-cplus-symbols.c: Update.
11284 * compile/compile-object-load.c: Update.
11285 * compile/compile-object-run.c: Update.
11286 * completer.c: Update.
11287 * corelow.c: Update.
11288 * cp-abi.c: Update.
11289 * cp-support.c: Update.
11290 * cp-valprint.c: Update.
11291 * darwin-nat.c: Update.
11292 * disasm-selftests.c: Update.
11293 * dtrace-probe.c: Update.
11294 * dwarf-index-cache.c: Update.
11295 * dwarf-index-write.c: Update.
11296 * dwarf2-frame-tailcall.c: Update.
11297 * dwarf2-frame.c: Update.
11298 * dwarf2loc.c: Update.
11299 * dwarf2read.c: Update.
11300 * eval.c: Update.
11301 * event-loop.c: Update.
11302 * event-top.c: Update.
11303 * exec.c: Update.
11304 * f-valprint.c: Update.
11305 * fbsd-tdep.c: Update.
11306 * frame-unwind.c: Update.
11307 * frame.c: Update.
11308 * gdbtypes.c: Update.
11309 * gnu-v3-abi.c: Update.
11310 * guile/guile-internal.h: Update.
11311 * guile/scm-block.c: Update.
11312 * guile/scm-breakpoint.c: Update.
11313 * guile/scm-cmd.c: Update.
11314 * guile/scm-disasm.c: Update.
11315 * guile/scm-frame.c: Update.
11316 * guile/scm-lazy-string.c: Update.
11317 * guile/scm-math.c: Update.
11318 * guile/scm-param.c: Update.
11319 * guile/scm-ports.c: Update.
11320 * guile/scm-pretty-print.c: Update.
11321 * guile/scm-symbol.c: Update.
11322 * guile/scm-symtab.c: Update.
11323 * guile/scm-type.c: Update.
11324 * guile/scm-value.c: Update.
11325 * i386-linux-tdep.c: Update.
11326 * i386-tdep.c: Update.
11327 * inf-loop.c: Update.
11328 * infcall.c: Update.
11329 * infcmd.c: Update.
11330 * infrun.c: Update.
11331 * jit.c: Update.
11332 * language.c: Update.
11333 * linespec.c: Update.
11334 * linux-fork.c: Update.
11335 * linux-nat.c: Update.
11336 * linux-tdep.c: Update.
11337 * linux-thread-db.c: Update.
11338 * main.c: Update.
11339 * mi/mi-cmd-break.c: Update.
11340 * mi/mi-cmd-stack.c: Update.
11341 * mi/mi-interp.c: Update.
11342 * mi/mi-main.c: Update.
11343 * objc-lang.c: Update.
11344 * p-valprint.c: Update.
11345 * parse.c: Update.
11346 * ppc-linux-tdep.c: Update.
11347 * printcmd.c: Update.
11348 * python/py-arch.c: Update.
11349 * python/py-breakpoint.c: Update.
11350 * python/py-cmd.c: Update.
11351 * python/py-finishbreakpoint.c: Update.
11352 * python/py-frame.c: Update.
11353 * python/py-framefilter.c: Update.
11354 * python/py-gdb-readline.c: Update.
11355 * python/py-inferior.c: Update.
11356 * python/py-infthread.c: Update.
11357 * python/py-lazy-string.c: Update.
11358 * python/py-linetable.c: Update.
11359 * python/py-objfile.c: Update.
11360 * python/py-param.c: Update.
11361 * python/py-prettyprint.c: Update.
11362 * python/py-progspace.c: Update.
11363 * python/py-record-btrace.c: Update.
11364 * python/py-record.c: Update.
11365 * python/py-symbol.c: Update.
11366 * python/py-type.c: Update.
11367 * python/py-unwind.c: Update.
11368 * python/py-utils.c: Update.
11369 * python/py-value.c: Update.
11370 * python/python.c: Update.
11371 * record-btrace.c: Update.
11372 * record-full.c: Update.
11373 * remote-fileio.c: Update.
11374 * remote.c: Update.
11375 * riscv-tdep.c: Update.
11376 * rs6000-aix-tdep.c: Update.
11377 * rs6000-tdep.c: Update.
11378 * rust-exp.y: Update.
11379 * rust-lang.c: Update.
11380 * s390-tdep.c: Update.
11381 * selftest-arch.c: Update.
11382 * solib-dsbt.c: Update.
11383 * solib-frv.c: Update.
11384 * solib-spu.c: Update.
11385 * solib-svr4.c: Update.
11386 * solib.c: Update.
11387 * sparc64-linux-tdep.c: Update.
11388 * stack.c: Update.
11389 * symfile-mem.c: Update.
11390 * symmisc.c: Update.
11391 * target.c: Update.
11392 * thread.c: Update.
11393 * top.c: Update.
11394 * tracefile-tfile.c: Update.
11395 * tui/tui.c: Update.
11396 * typeprint.c: Update.
11397 * unittests/cli-utils-selftests.c: Update.
11398 * unittests/parse-connection-spec-selftests.c: Update.
11399 * valops.c: Update.
11400 * valprint.c: Update.
11401 * value.c: Update.
11402 * varobj.c: Update.
11403 * windows-nat.c: Update.
11404 * x86-linux-nat.c: Update.
11405 * xml-support.c: Update.
11406
a70b8144
TT
114072019-04-08 Tom Tromey <tom@tromey.com>
11408
11409 * xml-support.c: Use C++ exception handling.
11410 * x86-linux-nat.c: Use C++ exception handling.
11411 * windows-nat.c: Use C++ exception handling.
11412 * varobj.c: Use C++ exception handling.
11413 * value.c: Use C++ exception handling.
11414 * valprint.c: Use C++ exception handling.
11415 * valops.c: Use C++ exception handling.
11416 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11417 handling.
11418 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11419 * typeprint.c: Use C++ exception handling.
11420 * tui/tui.c: Use C++ exception handling.
11421 * tracefile-tfile.c: Use C++ exception handling.
11422 * top.c: Use C++ exception handling.
11423 * thread.c: Use C++ exception handling.
11424 * target.c: Use C++ exception handling.
11425 * symmisc.c: Use C++ exception handling.
11426 * symfile-mem.c: Use C++ exception handling.
11427 * stack.c: Use C++ exception handling.
11428 * sparc64-linux-tdep.c: Use C++ exception handling.
11429 * solib.c: Use C++ exception handling.
11430 * solib-svr4.c: Use C++ exception handling.
11431 * solib-spu.c: Use C++ exception handling.
11432 * solib-frv.c: Use C++ exception handling.
11433 * solib-dsbt.c: Use C++ exception handling.
11434 * selftest-arch.c: Use C++ exception handling.
11435 * s390-tdep.c: Use C++ exception handling.
11436 * rust-lang.c: Use C++ exception handling.
11437 * rust-exp.y: Use C++ exception handling.
11438 * rs6000-tdep.c: Use C++ exception handling.
11439 * rs6000-aix-tdep.c: Use C++ exception handling.
11440 * riscv-tdep.c: Use C++ exception handling.
11441 * remote.c: Use C++ exception handling.
11442 * remote-fileio.c: Use C++ exception handling.
11443 * record-full.c: Use C++ exception handling.
11444 * record-btrace.c: Use C++ exception handling.
11445 * python/python.c: Use C++ exception handling.
11446 * python/py-value.c: Use C++ exception handling.
11447 * python/py-utils.c: Use C++ exception handling.
11448 * python/py-unwind.c: Use C++ exception handling.
11449 * python/py-type.c: Use C++ exception handling.
11450 * python/py-symbol.c: Use C++ exception handling.
11451 * python/py-record.c: Use C++ exception handling.
11452 * python/py-record-btrace.c: Use C++ exception handling.
11453 * python/py-progspace.c: Use C++ exception handling.
11454 * python/py-prettyprint.c: Use C++ exception handling.
11455 * python/py-param.c: Use C++ exception handling.
11456 * python/py-objfile.c: Use C++ exception handling.
11457 * python/py-linetable.c: Use C++ exception handling.
11458 * python/py-lazy-string.c: Use C++ exception handling.
11459 * python/py-infthread.c: Use C++ exception handling.
11460 * python/py-inferior.c: Use C++ exception handling.
11461 * python/py-gdb-readline.c: Use C++ exception handling.
11462 * python/py-framefilter.c: Use C++ exception handling.
11463 * python/py-frame.c: Use C++ exception handling.
11464 * python/py-finishbreakpoint.c: Use C++ exception handling.
11465 * python/py-cmd.c: Use C++ exception handling.
11466 * python/py-breakpoint.c: Use C++ exception handling.
11467 * python/py-arch.c: Use C++ exception handling.
11468 * printcmd.c: Use C++ exception handling.
11469 * ppc-linux-tdep.c: Use C++ exception handling.
11470 * parse.c: Use C++ exception handling.
11471 * p-valprint.c: Use C++ exception handling.
11472 * objc-lang.c: Use C++ exception handling.
11473 * mi/mi-main.c: Use C++ exception handling.
11474 * mi/mi-interp.c: Use C++ exception handling.
11475 * mi/mi-cmd-stack.c: Use C++ exception handling.
11476 * mi/mi-cmd-break.c: Use C++ exception handling.
11477 * main.c: Use C++ exception handling.
11478 * linux-thread-db.c: Use C++ exception handling.
11479 * linux-tdep.c: Use C++ exception handling.
11480 * linux-nat.c: Use C++ exception handling.
11481 * linux-fork.c: Use C++ exception handling.
11482 * linespec.c: Use C++ exception handling.
11483 * language.c: Use C++ exception handling.
11484 * jit.c: Use C++ exception handling.
11485 * infrun.c: Use C++ exception handling.
11486 * infcmd.c: Use C++ exception handling.
11487 * infcall.c: Use C++ exception handling.
11488 * inf-loop.c: Use C++ exception handling.
11489 * i386-tdep.c: Use C++ exception handling.
11490 * i386-linux-tdep.c: Use C++ exception handling.
11491 * guile/scm-value.c: Use C++ exception handling.
11492 * guile/scm-type.c: Use C++ exception handling.
11493 * guile/scm-symtab.c: Use C++ exception handling.
11494 * guile/scm-symbol.c: Use C++ exception handling.
11495 * guile/scm-pretty-print.c: Use C++ exception handling.
11496 * guile/scm-ports.c: Use C++ exception handling.
11497 * guile/scm-param.c: Use C++ exception handling.
11498 * guile/scm-math.c: Use C++ exception handling.
11499 * guile/scm-lazy-string.c: Use C++ exception handling.
11500 * guile/scm-frame.c: Use C++ exception handling.
11501 * guile/scm-disasm.c: Use C++ exception handling.
11502 * guile/scm-cmd.c: Use C++ exception handling.
11503 * guile/scm-breakpoint.c: Use C++ exception handling.
11504 * guile/scm-block.c: Use C++ exception handling.
11505 * guile/guile-internal.h: Use C++ exception handling.
11506 * gnu-v3-abi.c: Use C++ exception handling.
11507 * gdbtypes.c: Use C++ exception handling.
11508 * frame.c: Use C++ exception handling.
11509 * frame-unwind.c: Use C++ exception handling.
11510 * fbsd-tdep.c: Use C++ exception handling.
11511 * f-valprint.c: Use C++ exception handling.
11512 * exec.c: Use C++ exception handling.
11513 * event-top.c: Use C++ exception handling.
11514 * event-loop.c: Use C++ exception handling.
11515 * eval.c: Use C++ exception handling.
11516 * dwarf2read.c: Use C++ exception handling.
11517 * dwarf2loc.c: Use C++ exception handling.
11518 * dwarf2-frame.c: Use C++ exception handling.
11519 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11520 * dwarf-index-write.c: Use C++ exception handling.
11521 * dwarf-index-cache.c: Use C++ exception handling.
11522 * dtrace-probe.c: Use C++ exception handling.
11523 * disasm-selftests.c: Use C++ exception handling.
11524 * darwin-nat.c: Use C++ exception handling.
11525 * cp-valprint.c: Use C++ exception handling.
11526 * cp-support.c: Use C++ exception handling.
11527 * cp-abi.c: Use C++ exception handling.
11528 * corelow.c: Use C++ exception handling.
11529 * completer.c: Use C++ exception handling.
11530 * compile/compile-object-run.c: Use C++ exception handling.
11531 * compile/compile-object-load.c: Use C++ exception handling.
11532 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11533 * compile/compile-c-symbols.c: Use C++ exception handling.
11534 * common/selftest.c: Use C++ exception handling.
11535 * common/new-op.c: Use C++ exception handling.
11536 * cli/cli-script.c: Use C++ exception handling.
11537 * cli/cli-interp.c: Use C++ exception handling.
11538 * cli/cli-cmds.c: Use C++ exception handling.
11539 * c-varobj.c: Use C++ exception handling.
11540 * btrace.c: Use C++ exception handling.
11541 * breakpoint.c: Use C++ exception handling.
11542 * break-catch-throw.c: Use C++ exception handling.
11543 * arch-utils.c: Use C++ exception handling.
11544 * amd64-tdep.c: Use C++ exception handling.
11545 * ada-valprint.c: Use C++ exception handling.
11546 * ada-typeprint.c: Use C++ exception handling.
11547 * ada-lang.c: Use C++ exception handling.
11548 * aarch64-tdep.c: Use C++ exception handling.
11549
3d6e9d23
TT
115502019-04-08 Tom Tromey <tom@tromey.com>
11551
11552 * xml-support.c (gdb_xml_parser::parse): Update.
11553 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11554 * value.c (show_convenience): Update.
11555 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11556 (test_parse_flags_qcs): Update.
11557 * thread.c (thr_try_catch_cmd): Update.
11558 * target.c (target_translate_tls_address): Update.
11559 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11560 (info_frame_command_core, frame_apply_command_count): Update.
11561 * rust-exp.y (rust_lex_exception_test): Update.
11562 * riscv-tdep.c (riscv_print_one_register_info): Update.
11563 * remote.c (remote_target::enable_btrace): Update.
11564 * record-btrace.c (record_btrace_enable_warn): Update.
11565 * python/py-utils.c (gdbpy_convert_exception): Update.
11566 * printcmd.c (do_one_display, print_variable_and_value): Update.
11567 * mi/mi-main.c (mi_print_exception): Update.
11568 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11569 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11570 * linux-nat.c (linux_nat_target::attach): Update.
11571 * linux-fork.c (class scoped_switch_fork_info): Update.
11572 * infrun.c (displaced_step_prepare): Update.
11573 * infcall.c (call_function_by_hand_dummy): Update.
11574 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11575 * gnu-v3-abi.c (print_one_vtable): Update.
11576 * frame.c (get_prev_frame_always): Update.
11577 * f-valprint.c (info_common_command_for_block): Update.
11578 * exec.c (try_open_exec_file): Update.
11579 * exceptions.c (print_exception, exception_print)
11580 (exception_fprintf, exception_print_same): Update.
11581 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11582 * dwarf-index-cache.c (index_cache::store)
11583 (index_cache::lookup_gdb_index): Update.
11584 * darwin-nat.c (maybe_cache_shell): Update.
11585 * cp-valprint.c (cp_print_value_fields): Update.
11586 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11587 (gcc_cplus_symbol_address): Update.
11588 * compile/compile-c-symbols.c (gcc_convert_symbol)
11589 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11590 * common/selftest.c: Update.
11591 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11592 a std::string.
11593 (exception_try_scope_entry, exception_try_scope_exit): Don't
11594 declare.
11595 (struct exception_try_scope): Remove.
11596 (TRY): Don't use exception_try_scope.
11597 (struct gdb_exception): Add constructor, operator=.
11598 <what>: New method.
11599 (struct gdb_exception_RETURN_MASK_ALL)
11600 (struct gdb_exception_RETURN_MASK_ERROR)
11601 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11602 (struct gdb_quit_bad_alloc): Update.
11603 * common/common-exceptions.c (exception_none): Change
11604 initializer.
11605 (struct catcher) <state, exception>: Initialize inline.
11606 <prev>: Remove member.
11607 (current_catcher): Remove.
11608 (catchers): New global.
11609 (exceptions_state_mc_init): Simplify.
11610 (catcher_pop): Remove.
11611 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11612 (try_scope_depth, exception_try_scope_entry)
11613 (exception_try_scope_exit): Remove.
11614 (throw_exception_sjlj): Update.
11615 (exception_messages, exception_messages_size): Remove.
11616 (throw_it): Simplify.
11617 (gdb_exception_sliced_copy): Remove.
11618 (throw_exception_cxx): Update.
11619 * cli/cli-script.c (script_from_file): Update.
11620 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11621 Update.
11622 * ada-valprint.c (ada_val_print): Update.
11623 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11624 (create_excep_cond_exprs): Update.
11625
c5c10118
TT
116262019-04-08 Tom Tromey <tom@tromey.com>
11627
11628 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11629 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11630 (TRY, CATCH, END_CATCH): Remove some definitions.
11631 * common/common-exceptions.c: Don't use GDB_XCPT.
11632 (catcher_list_size): Remove.
11633 (throw_exception, throw_it): Simplify.
11634
4de283e4
TT
116352019-04-05 Tom Tromey <tom@tromey.com>
11636
11637 Revert the header-sorting patch.
11638 * ft32-tdep.c: Revert.
11639 * frv-tdep.c: Revert.
11640 * frv-linux-tdep.c: Revert.
11641 * frame.c: Revert.
11642 * frame-unwind.c: Revert.
11643 * frame-base.c: Revert.
11644 * fork-child.c: Revert.
11645 * findvar.c: Revert.
11646 * findcmd.c: Revert.
11647 * filesystem.c: Revert.
11648 * filename-seen-cache.h: Revert.
11649 * filename-seen-cache.c: Revert.
11650 * fbsd-tdep.c: Revert.
11651 * fbsd-nat.h: Revert.
11652 * fbsd-nat.c: Revert.
11653 * f-valprint.c: Revert.
11654 * f-typeprint.c: Revert.
11655 * f-lang.c: Revert.
11656 * extension.h: Revert.
11657 * extension.c: Revert.
11658 * extension-priv.h: Revert.
11659 * expprint.c: Revert.
11660 * exec.h: Revert.
11661 * exec.c: Revert.
11662 * exceptions.c: Revert.
11663 * event-top.c: Revert.
11664 * event-loop.c: Revert.
11665 * eval.c: Revert.
11666 * elfread.c: Revert.
11667 * dwarf2read.h: Revert.
11668 * dwarf2read.c: Revert.
11669 * dwarf2loc.c: Revert.
11670 * dwarf2expr.h: Revert.
11671 * dwarf2expr.c: Revert.
11672 * dwarf2-frame.c: Revert.
11673 * dwarf2-frame-tailcall.c: Revert.
11674 * dwarf-index-write.h: Revert.
11675 * dwarf-index-write.c: Revert.
11676 * dwarf-index-common.c: Revert.
11677 * dwarf-index-cache.h: Revert.
11678 * dwarf-index-cache.c: Revert.
11679 * dummy-frame.c: Revert.
11680 * dtrace-probe.c: Revert.
11681 * disasm.h: Revert.
11682 * disasm.c: Revert.
11683 * disasm-selftests.c: Revert.
11684 * dictionary.c: Revert.
11685 * dicos-tdep.c: Revert.
11686 * demangle.c: Revert.
11687 * dcache.h: Revert.
11688 * dcache.c: Revert.
11689 * darwin-nat.h: Revert.
11690 * darwin-nat.c: Revert.
11691 * darwin-nat-info.c: Revert.
11692 * d-valprint.c: Revert.
11693 * d-namespace.c: Revert.
11694 * d-lang.c: Revert.
11695 * ctf.c: Revert.
11696 * csky-tdep.c: Revert.
11697 * csky-linux-tdep.c: Revert.
11698 * cris-tdep.c: Revert.
11699 * cris-linux-tdep.c: Revert.
11700 * cp-valprint.c: Revert.
11701 * cp-support.c: Revert.
11702 * cp-namespace.c: Revert.
11703 * cp-abi.c: Revert.
11704 * corelow.c: Revert.
11705 * corefile.c: Revert.
11706 * continuations.c: Revert.
11707 * completer.h: Revert.
11708 * completer.c: Revert.
11709 * complaints.c: Revert.
11710 * coffread.c: Revert.
11711 * coff-pe-read.c: Revert.
11712 * cli-out.h: Revert.
11713 * cli-out.c: Revert.
11714 * charset.c: Revert.
11715 * c-varobj.c: Revert.
11716 * c-valprint.c: Revert.
11717 * c-typeprint.c: Revert.
11718 * c-lang.c: Revert.
11719 * buildsym.c: Revert.
11720 * buildsym-legacy.c: Revert.
11721 * build-id.h: Revert.
11722 * build-id.c: Revert.
11723 * btrace.c: Revert.
11724 * bsd-uthread.c: Revert.
11725 * breakpoint.h: Revert.
11726 * breakpoint.c: Revert.
11727 * break-catch-throw.c: Revert.
11728 * break-catch-syscall.c: Revert.
11729 * break-catch-sig.c: Revert.
11730 * blockframe.c: Revert.
11731 * block.c: Revert.
11732 * bfin-tdep.c: Revert.
11733 * bfin-linux-tdep.c: Revert.
11734 * bfd-target.c: Revert.
11735 * bcache.c: Revert.
11736 * ax-general.c: Revert.
11737 * ax-gdb.h: Revert.
11738 * ax-gdb.c: Revert.
11739 * avr-tdep.c: Revert.
11740 * auxv.c: Revert.
11741 * auto-load.c: Revert.
11742 * arm-wince-tdep.c: Revert.
11743 * arm-tdep.c: Revert.
11744 * arm-symbian-tdep.c: Revert.
11745 * arm-pikeos-tdep.c: Revert.
11746 * arm-obsd-tdep.c: Revert.
11747 * arm-nbsd-tdep.c: Revert.
11748 * arm-nbsd-nat.c: Revert.
11749 * arm-linux-tdep.c: Revert.
11750 * arm-linux-nat.c: Revert.
11751 * arm-fbsd-tdep.c: Revert.
11752 * arm-fbsd-nat.c: Revert.
11753 * arm-bsd-tdep.c: Revert.
11754 * arch-utils.c: Revert.
11755 * arc-tdep.c: Revert.
11756 * arc-newlib-tdep.c: Revert.
11757 * annotate.h: Revert.
11758 * annotate.c: Revert.
11759 * amd64-windows-tdep.c: Revert.
11760 * amd64-windows-nat.c: Revert.
11761 * amd64-tdep.c: Revert.
11762 * amd64-sol2-tdep.c: Revert.
11763 * amd64-obsd-tdep.c: Revert.
11764 * amd64-obsd-nat.c: Revert.
11765 * amd64-nbsd-tdep.c: Revert.
11766 * amd64-nbsd-nat.c: Revert.
11767 * amd64-nat.c: Revert.
11768 * amd64-linux-tdep.c: Revert.
11769 * amd64-linux-nat.c: Revert.
11770 * amd64-fbsd-tdep.c: Revert.
11771 * amd64-fbsd-nat.c: Revert.
11772 * amd64-dicos-tdep.c: Revert.
11773 * amd64-darwin-tdep.c: Revert.
11774 * amd64-bsd-nat.c: Revert.
11775 * alpha-tdep.c: Revert.
11776 * alpha-obsd-tdep.c: Revert.
11777 * alpha-nbsd-tdep.c: Revert.
11778 * alpha-mdebug-tdep.c: Revert.
11779 * alpha-linux-tdep.c: Revert.
11780 * alpha-linux-nat.c: Revert.
11781 * alpha-bsd-tdep.c: Revert.
11782 * alpha-bsd-nat.c: Revert.
11783 * aix-thread.c: Revert.
11784 * agent.c: Revert.
11785 * addrmap.c: Revert.
11786 * ada-varobj.c: Revert.
11787 * ada-valprint.c: Revert.
11788 * ada-typeprint.c: Revert.
11789 * ada-tasks.c: Revert.
11790 * ada-lang.c: Revert.
11791 * aarch64-tdep.c: Revert.
11792 * aarch64-ravenscar-thread.c: Revert.
11793 * aarch64-newlib-tdep.c: Revert.
11794 * aarch64-linux-tdep.c: Revert.
11795 * aarch64-linux-nat.c: Revert.
11796 * aarch64-fbsd-tdep.c: Revert.
11797 * aarch64-fbsd-nat.c: Revert.
11798 * aarch32-linux-nat.c: Revert.
11799
d55e5aa6
TT
118002019-04-05 Tom Tromey <tom@tromey.com>
11801
11802 * ft32-tdep.c: Sort headers.
11803 * frv-tdep.c: Sort headers.
11804 * frv-linux-tdep.c: Sort headers.
11805 * frame.c: Sort headers.
11806 * frame-unwind.c: Sort headers.
11807 * frame-base.c: Sort headers.
11808 * fork-child.c: Sort headers.
11809 * findvar.c: Sort headers.
11810 * findcmd.c: Sort headers.
11811 * filesystem.c: Sort headers.
11812 * filename-seen-cache.h: Sort headers.
11813 * filename-seen-cache.c: Sort headers.
11814 * fbsd-tdep.c: Sort headers.
11815 * fbsd-nat.h: Sort headers.
11816 * fbsd-nat.c: Sort headers.
11817 * f-valprint.c: Sort headers.
11818 * f-typeprint.c: Sort headers.
11819 * f-lang.c: Sort headers.
11820 * extension.h: Sort headers.
11821 * extension.c: Sort headers.
11822 * extension-priv.h: Sort headers.
11823 * expprint.c: Sort headers.
11824 * exec.h: Sort headers.
11825 * exec.c: Sort headers.
11826 * exceptions.c: Sort headers.
11827 * event-top.c: Sort headers.
11828 * event-loop.c: Sort headers.
11829 * eval.c: Sort headers.
11830 * elfread.c: Sort headers.
11831 * dwarf2read.h: Sort headers.
11832 * dwarf2read.c: Sort headers.
11833 * dwarf2loc.c: Sort headers.
11834 * dwarf2expr.h: Sort headers.
11835 * dwarf2expr.c: Sort headers.
11836 * dwarf2-frame.c: Sort headers.
11837 * dwarf2-frame-tailcall.c: Sort headers.
11838 * dwarf-index-write.h: Sort headers.
11839 * dwarf-index-write.c: Sort headers.
11840 * dwarf-index-common.c: Sort headers.
11841 * dwarf-index-cache.h: Sort headers.
11842 * dwarf-index-cache.c: Sort headers.
11843 * dummy-frame.c: Sort headers.
11844 * dtrace-probe.c: Sort headers.
11845 * disasm.h: Sort headers.
11846 * disasm.c: Sort headers.
11847 * disasm-selftests.c: Sort headers.
11848 * dictionary.c: Sort headers.
11849 * dicos-tdep.c: Sort headers.
11850 * demangle.c: Sort headers.
11851 * dcache.h: Sort headers.
11852 * dcache.c: Sort headers.
11853 * darwin-nat.h: Sort headers.
11854 * darwin-nat.c: Sort headers.
11855 * darwin-nat-info.c: Sort headers.
11856 * d-valprint.c: Sort headers.
11857 * d-namespace.c: Sort headers.
11858 * d-lang.c: Sort headers.
11859 * ctf.c: Sort headers.
11860 * csky-tdep.c: Sort headers.
11861 * csky-linux-tdep.c: Sort headers.
11862 * cris-tdep.c: Sort headers.
11863 * cris-linux-tdep.c: Sort headers.
11864 * cp-valprint.c: Sort headers.
11865 * cp-support.c: Sort headers.
11866 * cp-namespace.c: Sort headers.
11867 * cp-abi.c: Sort headers.
11868 * corelow.c: Sort headers.
11869 * corefile.c: Sort headers.
11870 * continuations.c: Sort headers.
11871 * completer.h: Sort headers.
11872 * completer.c: Sort headers.
11873 * complaints.c: Sort headers.
11874 * coffread.c: Sort headers.
11875 * coff-pe-read.c: Sort headers.
11876 * cli-out.h: Sort headers.
11877 * cli-out.c: Sort headers.
11878 * charset.c: Sort headers.
11879 * c-varobj.c: Sort headers.
11880 * c-valprint.c: Sort headers.
11881 * c-typeprint.c: Sort headers.
11882 * c-lang.c: Sort headers.
11883 * buildsym.c: Sort headers.
11884 * buildsym-legacy.c: Sort headers.
11885 * build-id.h: Sort headers.
11886 * build-id.c: Sort headers.
11887 * btrace.c: Sort headers.
11888 * bsd-uthread.c: Sort headers.
11889 * breakpoint.h: Sort headers.
11890 * breakpoint.c: Sort headers.
11891 * break-catch-throw.c: Sort headers.
11892 * break-catch-syscall.c: Sort headers.
11893 * break-catch-sig.c: Sort headers.
11894 * blockframe.c: Sort headers.
11895 * block.c: Sort headers.
11896 * bfin-tdep.c: Sort headers.
11897 * bfin-linux-tdep.c: Sort headers.
11898 * bfd-target.c: Sort headers.
11899 * bcache.c: Sort headers.
11900 * ax-general.c: Sort headers.
11901 * ax-gdb.h: Sort headers.
11902 * ax-gdb.c: Sort headers.
11903 * avr-tdep.c: Sort headers.
11904 * auxv.c: Sort headers.
11905 * auto-load.c: Sort headers.
11906 * arm-wince-tdep.c: Sort headers.
11907 * arm-tdep.c: Sort headers.
11908 * arm-symbian-tdep.c: Sort headers.
11909 * arm-pikeos-tdep.c: Sort headers.
11910 * arm-obsd-tdep.c: Sort headers.
11911 * arm-nbsd-tdep.c: Sort headers.
11912 * arm-nbsd-nat.c: Sort headers.
11913 * arm-linux-tdep.c: Sort headers.
11914 * arm-linux-nat.c: Sort headers.
11915 * arm-fbsd-tdep.c: Sort headers.
11916 * arm-fbsd-nat.c: Sort headers.
11917 * arm-bsd-tdep.c: Sort headers.
11918 * arch-utils.c: Sort headers.
11919 * arc-tdep.c: Sort headers.
11920 * arc-newlib-tdep.c: Sort headers.
11921 * annotate.h: Sort headers.
11922 * annotate.c: Sort headers.
11923 * amd64-windows-tdep.c: Sort headers.
11924 * amd64-windows-nat.c: Sort headers.
11925 * amd64-tdep.c: Sort headers.
11926 * amd64-sol2-tdep.c: Sort headers.
11927 * amd64-obsd-tdep.c: Sort headers.
11928 * amd64-obsd-nat.c: Sort headers.
11929 * amd64-nbsd-tdep.c: Sort headers.
11930 * amd64-nbsd-nat.c: Sort headers.
11931 * amd64-nat.c: Sort headers.
11932 * amd64-linux-tdep.c: Sort headers.
11933 * amd64-linux-nat.c: Sort headers.
11934 * amd64-fbsd-tdep.c: Sort headers.
11935 * amd64-fbsd-nat.c: Sort headers.
11936 * amd64-dicos-tdep.c: Sort headers.
11937 * amd64-darwin-tdep.c: Sort headers.
11938 * amd64-bsd-nat.c: Sort headers.
11939 * alpha-tdep.c: Sort headers.
11940 * alpha-obsd-tdep.c: Sort headers.
11941 * alpha-nbsd-tdep.c: Sort headers.
11942 * alpha-mdebug-tdep.c: Sort headers.
11943 * alpha-linux-tdep.c: Sort headers.
11944 * alpha-linux-nat.c: Sort headers.
11945 * alpha-bsd-tdep.c: Sort headers.
11946 * alpha-bsd-nat.c: Sort headers.
11947 * aix-thread.c: Sort headers.
11948 * agent.c: Sort headers.
11949 * addrmap.c: Sort headers.
11950 * ada-varobj.c: Sort headers.
11951 * ada-valprint.c: Sort headers.
11952 * ada-typeprint.c: Sort headers.
11953 * ada-tasks.c: Sort headers.
11954 * ada-lang.c: Sort headers.
11955 * aarch64-tdep.c: Sort headers.
11956 * aarch64-ravenscar-thread.c: Sort headers.
11957 * aarch64-newlib-tdep.c: Sort headers.
11958 * aarch64-linux-tdep.c: Sort headers.
11959 * aarch64-linux-nat.c: Sort headers.
11960 * aarch64-fbsd-tdep.c: Sort headers.
11961 * aarch64-fbsd-nat.c: Sort headers.
11962 * aarch32-linux-nat.c: Sort headers.
11963
699bd4cf
TT
119642019-04-04 Tom Tromey <tom@tromey.com>
11965
11966 * varobj.c (varobj_create): Update.
11967 * rust-exp.y (struct rust_parser) <update_innermost_block,
11968 lookup_symbol>: New methods.
11969 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11970 Rename.
11971 (rust_parser::rust_lookup_type)
11972 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11973 * printcmd.c (display_command, do_one_display): Update.
11974 * parser-defs.h (struct parser_state) <parser_state>: Add
11975 "tracker" parameter.
11976 (block_tracker): New member.
11977 (class innermost_block_tracker) <innermost_block_tracker>: Add
11978 "types" parameter.
11979 <reset>: Remove method.
11980 (innermost_block): Don't declare.
11981 (null_post_parser): Update.
11982 * parse.c (innermost_block): Remove global.
11983 (write_dollar_variable): Update.
11984 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11985 Remove "tracker_types" parameter.
11986 (parse_expression): Add "tracker" parameter.
11987 (parse_expression_for_completion): Update.
11988 (null_post_parser): Add "tracker" parameter.
11989 * p-exp.y: Update rules.
11990 * m2-exp.y: Update rules.
11991 * language.h (struct language_defn) <la_post_parser>: Add
11992 "tracker" parameter.
11993 * go-exp.y: Update rules.
11994 * f-exp.y: Update rules.
11995 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11996 parameter.
11997 * d-exp.y: Update rules.
11998 * c-exp.y: Update rules.
11999 * breakpoint.c (set_breakpoint_condition): Create an
12000 innermost_block_tracker.
12001 (watch_command_1): Likewise.
12002 * ada-lang.c (resolve): Add "tracker" parameter.
12003 (resolve_subexp): Likewise.
12004 * ada-exp.y (write_var_from_sym): Update.
12005
dac43e32
TT
120062019-04-04 Tom Tromey <tom@tromey.com>
12007
12008 * type-stack.h: New file.
12009 * type-stack.c: New file.
12010 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
12011 type-stack.h.
12012 (insert_into_type_stack, insert_type, push_type, push_type_int)
12013 (insert_type_address_space, pop_type, pop_type_int)
12014 (pop_typelist, pop_type_stack, append_type_stack)
12015 (push_type_stack, get_type_stack, push_typelist)
12016 (follow_type_instance_flags, follow_types): Don't declare.
12017 * parse.c (type_stack): Remove global.
12018 (parse_exp_in_context): Update.
12019 (insert_into_type_stack, insert_type, push_type, push_type_int)
12020 (insert_type_address_space, pop_type, pop_type_int)
12021 (pop_typelist, pop_type_stack, append_type_stack)
12022 (push_type_stack, get_type_stack, push_typelist)
12023 (follow_type_instance_flags, follow_types): Remove (moved to
12024 type-stack.c).
12025 * f-exp.y (type_stack): New global.
12026 Update rules.
12027 (push_kind_type, f_parse): Update.
12028 * d-exp.y (type_stack): New global.
12029 Update rules.
12030 (d_parse): Update.
12031 * c-exp.y (struct c_parse_state) <type_stack>: New member.
12032 Update rules.
12033 * Makefile.in (COMMON_SFILES): Add type-stack.c.
12034 (HFILES_NO_SRCDIR): Add type-stack.h.
12035
2a612529
TT
120362019-04-04 Tom Tromey <tom@tromey.com>
12037
12038 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
12039 (rust_parser::convert_ast_to_expression, rust_parse)
12040 (rust_lex_test_completion, rust_lex_tests): Update.
12041 * parser-defs.h (struct expr_completion_state): New.
12042 (struct parser_state) <parser_state>: Add completion parameter.
12043 <mark_struct_expression, mark_completion_tag>: New methods.
12044 <parse_completion, m_completion_state>: New members.
12045 (prefixify_expression, null_post_parser): Update.
12046 (mark_struct_expression, mark_completion_tag): Don't declare.
12047 * parse.c (parse_completion, expout_last_struct)
12048 (expout_tag_completion_type, expout_completion_name): Remove
12049 globals.
12050 (parser_state::mark_struct_expression)
12051 (parser_state::mark_completion_tag): Now methods.
12052 (prefixify_expression): Add last_struct parameter.
12053 (prefixify_subexp): Likewise.
12054 (parse_exp_1): Update.
12055 (parse_exp_in_context): Add cstate parameter. Update.
12056 (parse_expression_for_completion): Create an
12057 expr_completion_state.
12058 (null_post_parser): Add "completion" parameter.
12059 * p-exp.y: Update rules.
12060 (yylex): Update.
12061 * language.h (struct language_defn) <la_post_parser>: Add
12062 "completing" parameter.
12063 * go-exp.y: Update rules.
12064 (lex_one_token): Update.
12065 * expression.h (parse_completion): Don't declare.
12066 * d-exp.y: Update rules.
12067 (lex_one_token): Update rules.
12068 * c-exp.y: Update rules.
12069 (lex_one_token): Update.
12070 * ada-lang.c (resolve): Add "parse_completion" parameter.
12071 (resolve_subexp): Likewise.
12072 (ada_resolve_function): Likewise.
12073
43476f0b
TT
120742019-04-04 Tom Tromey <tom@tromey.com>
12075
12076 * parser-defs.h (struct parser_state) <start_arglist,
12077 end_arglist>: New methods.
12078 <arglist_len, m_funcall_chain>: New members.
12079 (arglist_len, start_arglist, end_arglist): Don't declare.
12080 * parse.c (arglist_len, funcall_chain): Remove global.
12081 (start_arglist, end_arglist): Remove functions.
12082 (parse_exp_in_context): Update.
12083 * p-exp.y: Update rules.
12084 * m2-exp.y: Update rules.
12085 * go-exp.y: Update rules.
12086 * f-exp.y: Update rules.
12087 * d-exp.y: Update rules.
12088 * c-exp.y: Update rules.
12089
5776fca3
TT
120902019-04-04 Tom Tromey <tom@tromey.com>
12091
12092 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
12093 lex_operator, push_back>: New methods.
12094 Update all rules.
12095 (rust_parser::lex_hex, lex_escape): Rename and update.
12096 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
12097 (rust_parser::lex_operator): Rename and update.
12098 (rust_parser::lex_number, rustyylex, rustyyerror)
12099 (rust_lex_test_init, rust_lex_test_sequence)
12100 (rust_lex_test_push_back, rust_lex_tests): Update.
12101 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
12102 parameter.
12103 <lexptr, prev_lexptr>: New members.
12104 (lexptr, prev_lexptr): Don't declare.
12105 * parse.c (lexptr, prev_lexptr): Remove globals.
12106 (parse_exp_in_context): Update.
12107 * p-exp.y (yylex, yyerror): Update.
12108 * m2-exp.y (parse_number, yylex, yyerror): Update.
12109 * go-exp.y (lex_one_token, yyerror): Update.
12110 * f-exp.y (match_string_literal, yylex, yyerror): Update.
12111 * d-exp.y (lex_one_token, yyerror): Update.
12112 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
12113 (lex_one_token, yyerror): Update.
12114 * ada-lex.l (YY_INPUT): Update.
12115 (rewind_to_char): Update.
12116 * ada-exp.y (yyerror): Update.
12117
8621b685
TT
121182019-04-04 Tom Tromey <tom@tromey.com>
12119
12120 * rust-exp.y (rustyylex, rust_lex_tests): Update.
12121 * parser-defs.h (struct parser_state) <parser_state>: Add new
12122 parameter.
12123 <comma_terminates>: New member.
12124 (comma_terminates): Don't declare global.
12125 * parse.c (comma_terminates): Remove global.
12126 (parse_exp_in_context): Update.
12127 * p-exp.y (yylex): Update.
12128 * m2-exp.y (yylex): Update.
12129 * go-exp.y (lex_one_token): Update.
12130 * f-exp.y (yylex): Update.
12131 * d-exp.y (lex_one_token): Update.
12132 * c-exp.y (lex_one_token): Update.
12133 * ada-lex.l: Update.
12134
28aaf3fd
TT
121352019-04-04 Tom Tromey <tom@tromey.com>
12136
12137 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12138 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12139 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12140 * parser-defs.h (paren_depth): Don't declare.
12141 * parse.c (paren_depth): Remove global.
12142 (parse_exp_in_context): Update.
12143 * p-exp.y (paren_depth): New global.
12144 (pascal_parse): Initialize it.
12145 * m2-exp.y (paren_depth): New global.
12146 (m2_parse): Initialize it.
12147 * go-exp.y (paren_depth): New global.
12148 (go_parse): Initialize it.
12149 * f-exp.y (paren_depth): New global.
12150 (f_parse): Initialize it.
12151 * d-exp.y (paren_depth): New global.
12152 (d_parse): Initialize it.
12153 * c-exp.y (paren_depth): New global.
12154 (c_parse): Initialize it.
12155 * ada-lex.l (paren_depth): New global.
12156 (lexer_init): Initialize it.
12157
1e58a4a4
TT
121582019-04-04 Tom Tromey <tom@tromey.com>
12159
12160 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12161 (rust_parser::convert_ast_to_type)
12162 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12163 * parser-defs.h (struct parser_state) <parser_state>: Add
12164 parameters. Initialize new members.
12165 <expression_context_block, expression_context_pc>: New members.
12166 * parse.c (expression_context_block, expression_context_pc):
12167 Remove globals.
12168 (parse_exp_in_context): Update.
12169 * p-exp.y: Update all rules.
12170 (yylex): Update.
12171 * m2-exp.y: Update all rules.
12172 (yylex): Update.
12173 * go-exp.y (yylex): Update.
12174 * f-exp.y (yylex): Update.
12175 * d-exp.y: Update all rules.
12176 (yylex): Update.
12177 * c-exp.y: Update all rules.
12178 (lex_one_token, classify_name, yylex, c_parse): Update.
12179 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12180
37eedb39
TT
121812019-04-04 Tom Tromey <tom@tromey.com>
12182
12183 * gdbarch.h, gdbarch.c: Rebuild.
12184 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12185 * stap-probe.h:
12186 (struct stap_parse_info): Replace "parser_state" with
12187 "expr_builder".
12188 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12189 (parser_state): New class.
12190 * parse.c (expr_builder): Rename.
12191 (expr_builder::release): Rename.
12192 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12193 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12194 (write_exp_elt_longcst, write_exp_elt_floatcst)
12195 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12196 (write_exp_string_vector, write_exp_bitstring)
12197 (write_exp_msymbol, mark_struct_expression)
12198 (write_dollar_variable)
12199 (insert_type_address_space, increase_expout_size): Replace
12200 "parser_state" with "expr_builder".
12201 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12202 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12203 "parser_state" with "expr_builder".
12204
73923d7e
TT
122052019-04-04 Tom Tromey <tom@tromey.com>
12206
12207 * rust-exp.y: Replace "parse_language" with method call.
12208 * p-exp.y:
12209 (yylex): Replace "parse_language" with method call.
12210 * m2-exp.y:
12211 (yylex): Replace "parse_language" with method call.
12212 * go-exp.y (classify_name): Replace "parse_language" with method
12213 call.
12214 * f-exp.y (yylex): Replace "parse_language" with method call.
12215 * d-exp.y (lex_one_token): Replace "parse_language" with method
12216 call.
12217 * c-exp.y:
12218 (lex_one_token, classify_name, yylex): Replace "parse_language"
12219 with method call.
12220 * ada-exp.y (find_primitive_type, type_char)
12221 (type_system_address): Replace "parse_language" with method call.
12222
fa9f5be6
TT
122232019-04-04 Tom Tromey <tom@tromey.com>
12224
12225 * rust-exp.y: Replace "parse_gdbarch" with method call.
12226 * parse.c (write_dollar_variable, insert_type_address_space):
12227 Replace "parse_gdbarch" with method call.
12228 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12229 call.
12230 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12231 call.
12232 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12233 "parse_gdbarch" with method call.
12234 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12235 with method call.
12236 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12237 "parse_gdbarch" with method call.
12238 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12239 "parse_gdbarch" with method call.
12240 * c-exp.y (parse_type, parse_number, classify_name): Replace
12241 "parse_gdbarch" with method call.
12242 * ada-lex.l: Replace "parse_gdbarch" with method call.
12243 * ada-exp.y (parse_type, find_primitive_type, type_char)
12244 (type_system_address): Replace "parse_gdbarch" with method call.
12245
1201a264
TT
122462019-04-04 Tom Tromey <tom@tromey.com>
12247
12248 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12249 * stap-probe.c (stap_parse_argument): Update.
12250 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12251 initial_size parameter.
12252 * rust-exp.y (rust_lex_tests): Update.
12253 * parse.c (parser_state): Update.
12254 (parse_exp_in_context): Update.
12255 * parser-defs.h (struct parser_state) <parser_state>: Remove
12256 "initial_size" parameter.
12257
e3980ce2
TT
122582019-04-04 Tom Tromey <tom@tromey.com>
12259
12260 * parser-defs.h (increase_expout_size): Don't declare.
12261 * parse.c (increase_expout_size): Now static.
12262
e9f8e3f1
TS
122632019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12264
12265 * gnu-nat.c (gnu_nat_target::wait): Fix
12266 target_waitstatus_to_string call.
12267
d7df6549
AB
122682019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12269
12270 * eval.c (evaluate_subexp_standard): Handle internal functions
12271 during Fortran function call handling.
12272
8bdc1658
AB
122732019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12274
12275 * NEWS: Mention new internal functions.
12276 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12277 (read_base_type): Use dwarf2_init_complex_target_type.
12278 * value.c (creal_internal_fn): New function.
12279 (cimag_internal_fn): New function.
12280 (_initialize_values): Register new internal functions.
12281
c29705b7
PW
122822019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12283
12284 * infrun.c (stop_all_threads): If debug_infrun, always
12285 trace the wait status after wait_one, using
12286 target_waitstatus_to_string and target_pid_to_str.
12287 (handle_inferior_event): Replace various trace of
12288 wait status kind by a single trace.
12289 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12290 wait status kind image by target_waitstatus_to_string.
12291 * target/waitstatus.c (target_waitstatus_to_string): Fix
12292 obsolete comment.
12293
05caa1d2
TT
122942019-04-01 Tom Tromey <tromey@adacore.com>
12295
12296 PR symtab/23331:
12297 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12298
9d1447e0
SDJ
122992019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12300 Pedro Alves <palves@redhat.com>
12301
12302 * top.c (quit_force): Call 'finalize_values'.
12303 * value.c (finalize_values): New function.
12304 * value.h (finalize_values): Declare.
12305
7734102d
EZ
123062019-03-30 Eli Zaretskii <eliz@gnu.org>
12307
12308 * NEWS: Announce $_gdb_major and $_gdb_minor.
12309
12310 * top.c (init_gdb_version_vars): New function.
12311 (gdb_init): Call init_gdb_version_vars.
12312
188e1fa9
TT
123132019-03-29 Tom Tromey <tromey@adacore.com>
12314
12315 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12316 help text. Remove dead code.
12317
2880242d
KS
123182019-03-29 Keith Seitz <keiths@redhat.com>
12319
12320 From Siddhesh Poyarekar:
12321 * f-lang.h (f77_get_upperbound): Return LONGEST.
12322 (f77_get_lowerbound): Likewise.
12323 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12324 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12325 print them.
12326 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12327 plongest to format print it.
12328 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12329 (f77_get_upperbound): Likewise.
12330 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12331 LOWER_BOUND to LONGEST.
12332 (f77_create_arrayprint_offset_tbl): Likewise.
12333
cc1defb1
KS
123342019-03-29 Keith Seitz <keiths@redhat.com>
12335
12336 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12337 %s/pulongest for TYPE_LENGTH instead of %d in format
12338 strings.
12339 * ada-typerint.c (ada_print_type): Likewise.
12340 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12341 * compile/compile-c-support.c (generate_register_struct): Likewise.
12342 * gdbtypes.c (recursive_dump_type): Likewise.
12343 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12344 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12345 instead of %d in format strings.
12346 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12347 to std::min to ULONGEST.
12348 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12349 instead of %d in format strings.
12350 * tracepoint.c (info_scope_command): Likewise.
12351 * typeprint.c (print_offset_data::update)
12352 (print_offset_data::finish): Likewise.
12353 * xtensa-tdep.c (xtensa_store_return_value)
12354 (xtensa_push_dummy_call): Likewise.
12355
e432ccf1
JT
123562019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12357
12358 * windows-nat.c (display_selector): Fixed format specifications
12359 for 64-bit Cygwin.
12360
65d2b333
PW
123612019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12362
12363 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12364
f489207e
SL
123652019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12366
12367 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12368 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12369 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12370 (nios2_linux_init_abi): Install it.
12371
bffa1015
AH
123722019-03-28 Alan Hayward <alan.hayward@arm.com>
12373
12374 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12375
fc96163a
AH
123762019-03-28 Alan Hayward <alan.hayward@arm.com>
12377
12378 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12379
20dc7e9b
PW
123802019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12381 Tom Tromey <tromey@adacore.com>
12382
12383 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12384
7f5331a8
JB
123852019-03-26 Joel Brobecker <brobecker@adacore.com>
12386
12387 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12388 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12389 method to compute the bounds of range types. Also print "[evaluated]"
12390 if the bounds' values come from a dynamic evaluation.
12391
18c77628
AB
123922019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12393
12394 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12395 whitespace when pretty printing is on.
12396
53c973f2
AH
123972019-03-26 Alan Hayward <alan.hayward@arm.com>
12398
e79be6e5 12399 * ppc-linux-nat.c: Add include.
53c973f2 12400
d851aa71
AH
124012019-03-26 Alan Hayward <alan.hayward@arm.com>
12402
e79be6e5 12403 * NEWS: Mention AArch64 Pointer Authentication.
d851aa71 12404
2fe7bab7
AH
124052019-03-26 Alan Hayward <alan.hayward@arm.com>
12406
e79be6e5 12407 * arm-linux-nat.c: Add include.
2fe7bab7 12408
068ef30e
SM
124092019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12410
12411 * source-cache.c (source_cache::get_source_lines): Re-read
12412 fullname after calling open_source_file.
12413
81a24d04
JB
124142019-03-25 John Baldwin <jhb@FreeBSD.org>
12415
12416 * NEWS: Mention TLS support for FreeBSD.
12417
79e7ae11
TT
124182019-03-25 Tom Tromey <tromey@adacore.com>
12419
12420 * minsyms.c (BUNCH_SIZE): Update comment.
12421 (~minimal_symbol_reader): Remove old comment.
12422 (compact_minimal_symbols): Update comment.
12423 (minimal_symbol_reader::install): Remove old comment. Update
12424 other comments.
12425
d45963c2
AH
124262019-03-25 Alan Hayward <alan.hayward@arm.com>
12427
12428 * s390-linux-nat.c: Add include.
12429
0f83012e
AH
124302019-03-25 Alan Hayward <alan.hayward@arm.com>
12431
12432 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12433 Call linux_get_hwcap.
12434 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12435 Likewise.
12436 (aarch64_linux_get_hwcap): Remove function.
12437 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12438 declaration.
12439 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12440 linux_get_hwcap.
12441 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12442 * linux-tdep.c (linux_get_hwcap): Add function.
12443 (linux_get_hwcap2): Likewise.
12444 * linux-tdep.h (linux_get_hwcap): Add declaration.
12445 (linux_get_hwcap2): Likewise.
12446 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12447 (ppc_linux_get_hwcap2): Likewise.
12448 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12449 linux_get_hwcap.
12450 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12451 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12452 (ppc_linux_nat_target::read_description): Likewise.
12453 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12454 * s390-linux-nat.c: Likewise.
12455 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12456
6640a367
TT
124572019-03-24 Tom Tromey <tom@tromey.com>
12458
12459 * ada-lang.c (standard_lookup): Simplify initialization.
12460 (ada_lookup_symbol_nonlocal): Simplify return.
12461 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12462 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12463 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12464 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12465 initialization.
12466 * solib.c (solib_global_lookup): Simplify.
12467 * symtab.c (null_block_symbol): Remove.
12468 (symbol_cache_lookup): Simplify returns.
12469 (lookup_language_this): Simplify returns.
12470 (lookup_symbol_aux): Simplify return.
12471 (lookup_local_symbol): Simplify returns.
12472 (lookup_global_symbol_from_objfile): Simplify return.
12473 (lookup_symbol_in_objfile_symtabs)
12474 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12475 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12476 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12477 * cp-namespace.c (cp_lookup_bare_symbol)
12478 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12479 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12480 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12481 (cp_lookup_symbol_via_imports): Simplify initialization.
12482 (find_symbol_in_baseclass): Likewise.
12483 * symtab.h (null_block_symbol): Remove.
12484 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12485 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12486 (d_lookup_symbol_module): Likewise.
12487 (find_symbol_in_baseclass): Simplify initialization.
12488
a930ebcd
TT
124892019-03-24 Tom Tromey <tom@tromey.com>
12490
12491 * expression.h: Don't include symtab.h.
12492 (struct block): Forward declare.
12493
582942f4
TT
124942019-03-24 Tom Tromey <tom@tromey.com>
12495
12496 * c-exp.y (typebase): Remove casts.
12497 * gdbtypes.c (lookup_unsigned_typename, )
12498 (lookup_signed_typename): Remove cast.
12499 * eval.c (parse_to_comma_and_eval): Remove cast.
12500 * parse.c (write_dollar_variable): Remove cast.
12501 * block.h (struct block) <superblock>: Now const.
12502 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12503 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12504 (map_block): Make "block" const.
12505 * symfile.h (struct quick_symbol_functions)
12506 <map_matching_symbols>: Constify block argument to "callback".
12507 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12508 const.
12509 (find_pc_sect_compunit_symtab): Make "b" const.
12510 (find_symbol_at_address): Likewise.
12511 (search_symbols): Likewise.
12512 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12513 (dw2_debug_names_lookup_symbol): Likewise.
12514 (dw2_map_matching_symbols): Update.
12515 * p-valprint.c (pascal_val_print): Remove "block".
12516 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12517 (aux_add_nonlocal_symbols): Make "block" const.
12518 (resolve_subexp): Remove cast.
12519 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12520 const.
12521 (iterate_over_file_blocks): Likewise.
12522 * f-exp.y (%union) <bval>: Remove.
12523 * coffread.c (patch_opaque_types): Make "b" const.
12524 * spu-tdep.c (spu_catch_start): Make "block" const.
12525 * c-valprint.c (print_unpacked_pointer): Remove "block".
12526 * symmisc.c (dump_symtab_1): Make "b" const.
12527 (block_depth): Make "block" const.
12528 * d-exp.y (%union) <bval>: Remove.
12529 * cp-support.h (cp_lookup_rtti_type): Update.
12530 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12531 * psymtab.c (psym_lookup_symbol): Make "block" const.
12532 (maintenance_check_psymtabs): Make "b" const.
12533 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12534 (enumerate_locals, enumerate_args): Update.
12535 * python/py-symtab.c (stpy_global_block): Make "block" const.
12536 (stpy_static_block): Likewise.
12537 * inline-frame.c (block_starting_point_at): Make "new_block"
12538 const.
12539 * block.c (find_block_in_blockvector): Make return type const.
12540 (blockvector_for_pc_sect): Make "b" const.
12541 (find_block_in_blockvector): Make "b" const.
12542
7ad417dd
TT
125432019-03-23 Tom Tromey <tom@tromey.com>
12544
12545 * varobj.c (varobj_create): Update.
12546 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12547 * printcmd.c (display_command, do_one_display): Don't reset
12548 innermost_block.
12549 * parser-defs.h (enum innermost_block_tracker_type): Move to
12550 expression.h.
12551 (innermost_block): Update comment.
12552 * parse.c (parse_exp_1): Add tracker_types parameter.
12553 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12554 tracker_types parameter. Reset innermost_block.
12555 (parse_exp_in_context): Remove.
12556 (parse_expression_for_completion): Update.
12557 * objfiles.c (~objfile): Don't reset expression_context_block or
12558 innermost_block.
12559 * expression.h (enum innermost_block_tracker_type): Move from
12560 parser-defs.h.
12561 (parse_exp_1): Add tracker_types parameter.
12562 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12563 reset innermost_block.
12564
b366c208
TT
125652019-03-23 Tom Tromey <tom@tromey.com>
12566
12567 * objfiles.h: Include bcache.h.
12568
9bb9b2f9
TT
125692019-03-23 Tom Tromey <tom@tromey.com>
12570
12571 * linespec.c (get_current_search_block): Use
12572 scoped_restore_current_language.
12573 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12574
59c28372
AH
125752019-03-22 Alan Hayward <alan.hayward@arm.com>
12576 Jiong Wang <jiong.wang@arm.com>
12577
12578 * aarch64-linux-tdep.c
12579 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12580 section.
12581 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12582
17e116a7
AH
125832019-03-22 Alan Hayward <alan.hayward@arm.com>
12584 Jiong Wang <jiong.wang@arm.com>
12585
12586 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12587 instructions.
12588 (aarch64_analyze_prologue_test): Add PACIASP test.
12589 (aarch64_prologue_prev_register): Unmask PC value.
12590
11e1b75f
AH
125912019-03-22 Alan Hayward <alan.hayward@arm.com>
12592 Jiong Wang <jiong.wang@arm.com>
12593
12594 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12595 (aarch64_dwarf2_prev_register): Unmask PC value.
12596 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12597 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12598 DW_CFA_AARCH64_negate_ra_state.
12599 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12600
34dcc7cf
AH
126012019-03-22 Alan Hayward <alan.hayward@arm.com>
12602 Jiong Wang <jiong.wang@arm.com>
12603
12604 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12605 registers.
12606 (aarch64_pseudo_register_name): Likewise.
12607 (aarch64_pseudo_register_type): Likewise.
12608 (aarch64_pseudo_register_reggroup_p): Likewise.
12609 (aarch64_gdbarch_init): Add pauth registers.
12610 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12611 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12612 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12613 (struct gdbarch_tdep): Add regnum for ra_state.
12614
1ef53e6b
AH
126152019-03-22 Alan Hayward <alan.hayward@arm.com>
12616 Jiong Wang <jiong.wang@arm.com>
12617
12618 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12619
76bed0fd
AH
126202019-03-22 Alan Hayward <alan.hayward@arm.com>
12621 Jiong Wang <jiong.wang@arm.com>
12622
12623 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12624 function.
12625 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12626 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12627 (aarch64_gdbarch_init): Add puth registers.
12628 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12629 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12630 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12631
ee4fbcfa
AH
126322019-03-22 Alan Hayward <alan.hayward@arm.com>
12633 Jiong Wang <jiong.wang@arm.com>
12634
12635 * aarch64-linux-nat.c
12636 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12637 * aarch64-linux-tdep.c
12638 (aarch64_linux_core_read_description): Likewise.
12639 (aarch64_linux_get_hwcap): New function.
12640 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12641 (aarch64_linux_get_hwcap): New declaration.
12642
6dc0ebde
AH
126432019-03-22 Alan Hayward <alan.hayward@arm.com>
12644 Jiong Wang <jiong.wang@arm.com>
12645
12646 * aarch64-linux-nat.c
12647 (aarch64_linux_nat_target::read_description): Add pauth param.
12648 * aarch64-linux-tdep.c
12649 (aarch64_linux_core_read_description): Likewise.
12650 * aarch64-tdep.c (struct target_desc): Add in pauth.
12651 (aarch64_read_description): Add pauth param.
12652 (aarch64_gdbarch_init): Likewise.
12653 * aarch64-tdep.h (aarch64_read_description): Likewise.
12654 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12655 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12656 * features/Makefile: Add new files.
12657 * features/aarch64-pauth.c: New file.
12658 * features/aarch64-pauth.xml: New file.
12659
595915c1
TT
126602019-03-20 Tom Tromey <tromey@adacore.com>
12661
12662 * infrun.c (handle_inferior_event): Rename from
12663 handle_inferior_event_1. Create a scoped_value_mark.
12664 (handle_inferior_event): Remove.
12665
4c7d57e7
TT
126662019-03-19 Tom Tromey <tromey@adacore.com>
12667
12668 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12669 * infrun.h (print_stop_event): Add "displays" parameter.
12670 * infrun.c (print_stop_event): Add "displays" parameter.
12671
cb246234
PA
126722019-03-19 Pedro Alves <palves@redhat.com>
12673
12674 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12675 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12676 to -1. Fix TABs vs spaces.
12677 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12678 * tui/tui-out.h (tui_ui_out) Add intro comments.
12679 <m_line, m_start_of_line>: In-class initialize, and add describing
12680 comment.
12681
3a0e45b2
AH
126822019-03-18 Alan Hayward <alan.hayward@arm.com>
12683
12684 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12685 variable names.
12686 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12687
5371b850
PA
126882019-03-18 Pedro Alves <palves@redhat.com>
12689 Eli Zaretskii <eliz@gnu.org>
12690
12691 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12692 m_line and m_start_of_line.
12693
b17c4cd0
EZ
126942019-03-18 Eli Zaretskii <eliz@gnu.org>
12695
12696 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12697 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12698 it returns a newline. This fixes a regression in TU mode, whereby
12699 the next line is output on the same screen line as the user input.
12700
4bd56d18
TT
127012019-03-18 Tom Tromey <tromey@adacore.com>
12702
12703 * minsyms.c (minimal_symbol_reader::install): Remove call to
12704 obstack_blank.
12705
55c10aca
PA
127062019-03-18 Pedro Alves <palves@redhat.com>
12707
12708 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12709 New globals.
12710 (apply_style): New, factored out from ...
12711 (apply_ansi_escape): ... this. Handle reverse video mode.
12712 (tui_set_reverse_mode): New function.
12713 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12714 * tui/tui-winsource.c (tui_show_source_line): Use
12715 tui_set_reverse_mode instead of setting A_STANDOUT.
12716 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12717 New setter methods.
12718
647bb750
HD
127192019-03-18 Hannes Domani <ssbssa@yahoo.de>
12720
12721 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12722 Handle tabs.
12723
bff8c71f
TT
127242019-03-18 Tom Tromey <tromey@adacore.com>
12725
12726 * ada-lang.c (empty_array): Add "high" parameter.
12727 (ada_evaluate_subexp): Update.
12728
58785d98
ST
127292019-03-17 Sergei Trofimovich <siarheit@google.com>
12730
12731 * unittests/string_view-selftests.c: Define
12732 _initialize_string_view_selftests unconditionally.
12733
d4cbef22
ВМ
127342019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12735
12736 PR gdb/24350
12737 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12738
fce4c071
ВМ
127392019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12740
12741 PR gdb/24351
12742 * windows-nat.c (display_selector): Fix format specifiers.
12743
f7f0a123
EZ
127442019-03-17 Eli Zaretskii <eliz@gnu.org>
12745
12746 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12747 tui_refill_source_window instead of tui_refresh_win, to update the
12748 current execution line. This fixes redisplay of the current line
12749 when stepping through the code with "next" or "step".
12750
ab42892f
EZ
127512019-03-16 Eli Zaretskii <eliz@gnu.org>
12752
12753 * source-cache.c (source_cache::get_source_lines): Call
12754 find_source_lines to initialize s->nlines. This fixes vertical
12755 scrolling of TUI source window when the DOWN arrow is pressed.
12756
8d8c087f
PW
127572019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12758
12759 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12760 linux-thread-db.c (_initialize_thread_db): Likewise.
12761
798e1c30
EZ
127622019-03-16 Eli Zaretskii <eliz@gnu.org>
12763
12764 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12765 wclrtoeol in tui_show_source_line". This reverts changes made in
12766 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12767
eefba3da
TT
127682019-03-15 Tom Tromey <tom@tromey.com>
12769
12770 * symtab.h (struct minimal_symbol): Derive from
12771 general_symbol_info.
12772 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12773 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12774 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12775 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12776 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12777 (MSYMBOL_SEARCH_NAME): Update.
12778 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12779 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12780 * minsyms.c (minimal_symbol_reader::record_full): Update.
12781
0de2420c
TT
127822019-03-15 Tom Tromey <tom@tromey.com>
12783
12784 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12785
042d75e4
TT
127862019-03-15 Tom Tromey <tom@tromey.com>
12787
12788 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12789 unique_xmalloc_ptr.
12790 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12791 Update.
12792 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12793 (build_minimal_symbol_hash_tables)
12794 (minimal_symbol_reader::install): Update.
12795
db92718b
TT
127962019-03-15 Tom Tromey <tom@tromey.com>
12797
12798 * symtab.c (create_demangled_names_hash): Update.
12799 (symbol_set_names): Update.
12800 * objfiles.h (struct objfile_per_bfd_storage)
12801 <demangled_names_hash>: Now an htab_up.
12802 * objfiles.c (objfile_per_bfd_storage): Simplify.
12803
d6797f46
TT
128042019-03-15 Tom Tromey <tom@tromey.com>
12805
12806 * objfiles.h (struct objfile_per_bfd_storage): Declare
12807 destructor.
12808 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12809 New.
12810 (get_objfile_bfd_data): Use new. Don't initialize
12811 language_of_main.
12812 (free_objfile_per_bfd_storage): Remove.
12813 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12814
741d7538
TT
128152019-03-15 Tom Tromey <tom@tromey.com>
12816
12817 * symfile.c (reread_symbols): Update.
12818 * objfiles.c (objfile::objfile): Update.
12819 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12820 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12821 comment.
12822 (minimal_symbol_reader::install): Update.
12823 (terminate_minimal_symbol_table): Remove.
12824 * jit.c (jit_object_close_impl): Update.
12825
788c80d1
TT
128262019-03-15 Tom Tromey <tom@tromey.com>
12827
12828 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12829 initializations.
12830
1b7a07cb
TT
128312019-03-15 Tom Tromey <tom@tromey.com>
12832
12833 * objfiles.h (struct objfile_per_bfd_storage)
12834 <demangled_hash_languages>: Now a bitset.
12835 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12836 (lookup_minimal_symbol): Update.
12837
3db066bc
TT
128382019-03-15 Tom Tromey <tom@tromey.com>
12839
12840 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12841 Don't return the symbol.
12842 * coffread.c (record_minimal_symbol): Use record_full.
12843
3fff2c37
EZ
128442019-03-14 Eli Zaretskii <eliz@gnu.org>
12845
12846 The MS-Windows port of ncurses fails to switch to a color pair if
12847 one or both of the colors are the implicit default colors. This
12848 change records the default colors when TUI is initialized, and
12849 then specifies them explicitly when a color pair uses the default
12850 colors. This allows color styling in TUI mode on MS-Windows.
12851
12852 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12853 ncurses_norm_attr.
12854 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12855 colors in ncurses_norm_attr.
12856 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12857 "none", replace it with the default color recorded in
12858 ncurses_norm_attr.
12859
3b336828
TT
128602019-03-14 Tom Tromey <tromey@adacore.com>
12861
12862 * source-cache.h (class source_cache) <get_source_lines>: Return
12863 std::string.
12864 * source-cache.c (source_cache::extract_lines): Handle case where
12865 first_pos==npos. Return std::string.
12866 (source_cache::get_source_lines): Update.
12867
d085f989
TT
128682019-03-14 Tom Tromey <tromey@adacore.com>
12869
12870 * NEWS: Add item for "style sources" commands.
12871 * source-cache.c (source_cache::get_source_lines): Check
12872 source_styling.
12873 * cli/cli-style.c (source_styling): New global.
12874 (_initialize_cli_style): Add "style sources" commands.
12875 (show_style_sources): New function.
12876 * cli/cli-style.h (source_styling): Declare.
12877
6f11e682
TT
128782019-03-14 Pedro Alves <palves@redhat.com>
12879 Tom Tromey <tromey@adacore.com>
12880
12881 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12882 * tui/tui-winsource.c (tui_refill_source_window): New function,
12883 from...
12884 (tui_horizontal_source_scroll): ... here. Move some logic.
12885 * cli/cli-style.c (set_style_enabled): Notify new observable.
12886 * tui/tui-hooks.c (tui_redisplay_source): New function.
12887 (tui_attach_detach_observers): Attach or detach
12888 tui_redisplay_source.
12889 * observable.h (source_styling_changed): New observable.
12890 * observable.c: Define source_styling_changed observable.
12891
a068643d
TT
128922019-03-13 Tom Tromey <tromey@adacore.com>
12893
12894 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12895 (i386_gnu_nat_target::store_registers): Update.
12896 * target-debug.h (target_debug_print_std_string): New macro.
12897 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12898 * windows-tdep.c (display_one_tib): Update.
12899 * tui/tui-stack.c (tui_make_status_line): Update.
12900 * top.c (print_inferior_quit_action): Update.
12901 * thread.c (thr_try_catch_cmd): Update.
12902 (add_thread_with_info): Update.
12903 (thread_target_id_str): Update.
12904 (thr_try_catch_cmd): Update.
12905 (thread_command): Update.
12906 (thread_find_command): Update.
12907 * record-btrace.c (record_btrace_target::info_record)
12908 (record_btrace_resume_thread, record_btrace_target::resume)
12909 (record_btrace_cancel_resume, record_btrace_step_thread)
12910 (record_btrace_target::wait, record_btrace_target::wait)
12911 (record_btrace_target::wait, record_btrace_target::stop): Update.
12912 * progspace.c (print_program_space): Update.
12913 * process-stratum-target.c
12914 (process_stratum_target::thread_address_space): Update.
12915 * linux-fork.c (linux_fork_mourn_inferior)
12916 (detach_checkpoint_command, info_checkpoints_command)
12917 (linux_fork_context): Update.
12918 (linux_fork_detach): Update.
12919 (class scoped_switch_fork_info): Update.
12920 (delete_checkpoint_command): Update.
12921 * infrun.c (follow_fork_inferior): Update.
12922 (follow_fork_inferior): Update.
12923 (proceed_after_vfork_done): Update.
12924 (handle_vfork_child_exec_or_exit): Update.
12925 (follow_exec): Update.
12926 (displaced_step_prepare_throw): Update.
12927 (displaced_step_restore): Update.
12928 (start_step_over): Update.
12929 (resume_1): Update.
12930 (clear_proceed_status_thread): Update.
12931 (proceed): Update.
12932 (print_target_wait_results): Update.
12933 (do_target_wait): Update.
12934 (context_switch): Update.
12935 (stop_all_threads): Update.
12936 (restart_threads): Update.
12937 (finish_step_over): Update.
12938 (handle_signal_stop): Update.
12939 (switch_back_to_stepped_thread): Update.
12940 (keep_going_pass_signal): Update.
12941 (print_exited_reason): Update.
12942 (normal_stop): Update.
12943 * inferior.c (inferior_pid_to_str): Change return type.
12944 (print_selected_inferior): Update.
12945 (add_inferior): Update.
12946 (detach_inferior): Update.
12947 * dummy-frame.c (fprint_dummy_frames): Update.
12948 * dcache.c (dcache_info_1): Update.
12949 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12950 (btrace_fetch, btrace_clear): Update.
12951 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12952 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12953 type.
12954 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12955 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12956 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12957 * gdbarch.c, gdbarch.h: Rebuild.
12958 * gdbarch.sh (core_pid_to_str): Change return type.
12959 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12960 return type.
12961 (windows_nat_target::pid_to_str): Change return type.
12962 (windows_delete_thread): Update.
12963 (windows_nat_target::attach): Update.
12964 (windows_nat_target::files_info): Update.
12965 * target-delegates.c: Rebuild.
12966 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12967 return type.
12968 (sol_thread_target::pid_to_str): Change return type.
12969 * remote.c (class remote_target) <pid_to_str>: Change return
12970 type.
12971 (remote_target::pid_to_str): Change return type.
12972 (extended_remote_target::attach, remote_target::remote_stop_ns)
12973 (remote_target::remote_notif_remove_queued_reply)
12974 (remote_target::push_stop_reply, remote_target::disable_btrace):
12975 Update.
12976 (extended_remote_target::attach): Update.
12977 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12978 type.
12979 (gdbsim_target::pid_to_str): Change return type.
12980 * ravenscar-thread.c (struct ravenscar_thread_target)
12981 <pid_to_str>: Change return type.
12982 (ravenscar_thread_target::pid_to_str): Change return type.
12983 * procfs.c (class procfs_target) <pid_to_str>: Change return
12984 type.
12985 (procfs_target::pid_to_str): Change return type.
12986 (procfs_target::attach): Update.
12987 (procfs_target::detach): Update.
12988 (procfs_target::fetch_registers): Update.
12989 (procfs_target::store_registers): Update.
12990 (procfs_target::wait): Update.
12991 (procfs_target::files_info): Update.
12992 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12993 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12994 return type.
12995 (nto_procfs_target::pid_to_str): Change return type.
12996 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12997 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12998 return type.
12999 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
13000 (exit_lwp): Update.
13001 (attach_proc_task_lwp_callback, get_detach_signal)
13002 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
13003 (linux_nat_target::resume, wait_lwp, stop_callback)
13004 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
13005 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
13006 (linux_nat_wait_1, resume_stopped_resumed_lwps)
13007 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
13008 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
13009 type.
13010 (inf_ptrace_target::attach): Update.
13011 (inf_ptrace_target::files_info): Update.
13012 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
13013 type.
13014 (go32_nat_target::pid_to_str): Change return type.
13015 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
13016 (gnu_nat_target::wait): Update.
13017 (gnu_nat_target::wait): Update.
13018 (gnu_nat_target::resume): Update.
13019 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
13020 (fbsd_nat_target::wait): Update.
13021 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
13022 type.
13023 (darwin_nat_target::attach): Update.
13024 * corelow.c (class core_target) <pid_to_str>: Change return type.
13025 (core_target::pid_to_str): Change return type.
13026 * target.c (normal_pid_to_str): Change return type.
13027 (default_pid_to_str): Likewise.
13028 (target_pid_to_str): Change return type.
13029 (target_translate_tls_address): Update.
13030 (target_announce_detach): Update.
13031 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
13032 return type.
13033 (bsd_uthread_target::pid_to_str): Change return type.
13034 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
13035 type.
13036 (bsd_kvm_target::pid_to_str): Change return type.
13037 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
13038 return type.
13039 (aix_thread_target::pid_to_str): Change return type.
13040 * target.h (struct target_ops) <pid_to_str>: Change return type.
13041 (target_pid_to_str, normal_pid_to_str): Likewise.
13042 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
13043 type.
13044 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
13045 type.
13046 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
13047 return type.
13048 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
13049 type.
13050 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
13051 type.
13052 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
13053 return type.
13054
b4be1b06
SM
130552019-03-13 Simon Marchi <simon.marchi@ericsson.com>
13056
13057 * NEWS: Mention that the new default MI version is 3. Mention
13058 changes to the output of commands and events that deal with
13059 multi-location breakpoints.
13060 * breakpoint.c: Include "mi/mi-out.h".
13061 (print_one_breakpoint): Change output syntax if using MI version
13062 >= 3.
13063 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
13064 New.
13065 (mi_multi_location_breakpoint_output_fixed): New.
13066 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
13067 (mi_cmd_fix_multi_location_breakpoint_output): New.
13068 (mi_multi_location_breakpoint_output_fixed): New.
13069 * mi/mi-cmds.c (mi_cmds): Register command
13070 -fix-multi-location-breakpoint-output.
13071 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
13072 interpreter "mi".
13073
8e5e5494
SM
130742019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13075
13076 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
13077 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
13078 instantiate mi_ui_out based on interpreter name.
13079 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
13080 * mi/mi-main.c (mi_load_progress): Likewise.
13081
197df35e
JB
130822019-03-12 John Baldwin <jhb@FreeBSD.org>
13083
13084 * NEWS: Combine separate "New targets" sections for 8.3.
13085
8399425f
JB
130862019-03-12 John Baldwin <jhb@FreeBSD.org>
13087
13088 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
13089 (ppcfbsd_init_abi): Install gdbarch
13090 "fetch_tls_load_module_address" and "get_thread_local_address"
13091 methods.
13092
b0f87ed0
JB
130932019-03-12 John Baldwin <jhb@FreeBSD.org>
13094
13095 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
13096 (riscv_fbsd_init_abi): Install gdbarch
13097 "fetch_tls_load_module_address" and "get_thread_local_address"
13098 methods.
13099
ce25aa57
JB
131002019-03-12 John Baldwin <jhb@FreeBSD.org>
13101
13102 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
13103 (i386fbsd_init_abi): Install gdbarch
13104 "fetch_tls_load_module_address" and "get_thread_local_address"
13105 methods.
13106
f5424cfa
JB
131072019-03-12 John Baldwin <jhb@FreeBSD.org>
13108
13109 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
13110 (amd64fbsd_init_abi): Install gdbarch
13111 "fetch_tls_load_module_address" and "get_thread_local_address"
13112 methods.
13113
945f3901
JB
131142019-03-12 John Baldwin <jhb@FreeBSD.org>
13115
13116 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
13117 (struct fbsd_pspace_data): New type.
13118 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
13119 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
13120 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
13121 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13122 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13123
ef0bd204
JB
131242019-03-12 John Baldwin <jhb@FreeBSD.org>
13125
13126 * gdbtypes.c (lookup_struct_elt): New function.
13127 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13128 * gdbtypes.h (struct struct_elt): New type.
13129 (lookup_struct_elt): New prototype.
13130
36c53a02
JB
131312019-03-12 John Baldwin <jhb@FreeBSD.org>
13132
13133 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13134 remove disabled code block.
13135
6e056c81
JB
131362019-03-12 John Baldwin <jhb@FreeBSD.org>
13137
13138 * gdbarch.sh (get_thread_local_address): New method.
13139 * gdbarch.h, gdbarch.c: Regenerate.
13140 * target.c (target_translate_tls_address): Use
13141 gdbarch_get_thread_local_address if present instead of
13142 target::get_thread_local_address.
13143
cd250a18
JB
131442019-03-12 John Baldwin <jhb@FreeBSD.org>
13145
13146 * target.h (target::get_thread_local_address): Update comment.
13147
df22c1e5
JB
131482019-03-12 John Baldwin <jhb@FreeBSD.org>
13149
13150 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13151 objfile->separate_debug_objfile_backlink if not NULL.
13152
dd6876c9
JB
131532019-03-12 John Baldwin <jhb@FreeBSD.org>
13154
13155 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13156 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13157 (amd64bsd_store_inferior_registers): Likewise.
13158 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13159 Enable segment base registers.
13160 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13161 PT_GETFSBASE and PT_GETGSBASE.
13162 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13163 PT_SETGSBASE.
13164 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13165 segment base registers.
13166 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13167
1163a4b7
JB
131682019-03-12 John Baldwin <jhb@FreeBSD.org>
13169
13170 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13171 Update calls to i386_target_description to add 'segments'
13172 parameter.
13173 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13174 add segment base registers.
13175 * arch/i386.c (i386_create_target_description): Add 'segments'
13176 parameter to enable segment base registers.
13177 * arch/i386.h (i386_create_target_description): Likewise.
13178 * features/i386/32bit-segments.xml: New file.
13179 * features/i386/32bit-segments.c: Generate.
13180 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13181 call to i386_target_description to add 'segments' parameter.
13182 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13183 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13184 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13185 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13186 if feature is present.
13187 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13188 Add 'segments' parameter to call to i386_target_description.
13189 (i386_target_description): Add 'segments' parameter to enable
13190 segment base registers.
13191 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13192 to call to i386_target_description.
13193 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13194 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13195 Define I386_NUM_REGS.
13196 (i386_target_description): Add 'segments' parameter to enable
13197 segment base registers.
13198
3a350822
EZ
131992019-03-12 Eli Zaretskii <eliz@gnu.org>
13200
13201 PR/24325
13202 * source-cache.c: #undef open and close, to avoid unresolved
13203 externals during linking.
13204
ffdd69cf
TT
132052019-03-12 Tom Tromey <tromey@adacore.com>
13206
13207 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13208 const. Add initializers.
13209 (_initialize_remote): Don't initialize ptid globals.
13210
ec148c57
PA
132112019-03-12 Pedro Alves <palves@redhat.com>
13212
13213 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13214
32764270
PA
132152019-03-12 Pedro Alves <palves@redhat.com>
13216
13217 * cp-name-parser.y (main): Remove unused 'len' variable.
13218
17547186
TT
132192019-03-12 Tom Tromey <tromey@adacore.com>
13220
13221 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13222 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13223
d3a70e03
TT
132242019-03-12 Tom Tromey <tromey@adacore.com>
13225
13226 * linux-nat.c (iterate_over_lwps): Update.
13227 (stop_callback): Remove parameter.
13228 (stop_wait_callback, detach_callback, resume_set_callback)
13229 (select_singlestep_lwp_callback, set_ignore_sigint)
13230 (status_callback, resumed_callback, resume_clear_callback)
13231 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13232 data parameter.
13233 (linux_nat_target::detach, linux_nat_target::resume)
13234 (linux_stop_and_wait_all_lwps, select_event_lwp)
13235 (linux_nat_filter_event, linux_nat_wait_1)
13236 (linux_nat_target::kill, linux_nat_target::stop)
13237 (linux_nat_target::stop): Update.
13238 (linux_nat_resume_callback): Change type.
13239 (resume_stopped_resumed_lwps, count_events_callback)
13240 (select_event_lwp_callback): Likewise.
13241 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13242 * arm-linux-nat.c (struct update_registers_data): Remove.
13243 (update_registers_callback): Change type.
13244 (arm_linux_insert_hw_breakpoint1): Update.
13245 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13246 parameter.
13247 (x86_linux_dr_set_addr): Update.
13248 (x86_linux_dr_set_control): Update.
13249 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13250 (iterate_over_lwps): Use gdb::function_view.
13251 * nat/aarch64-linux-hw-point.c (struct
13252 aarch64_dr_update_callback_param): Remove.
13253 (debug_reg_change_callback): Change type.
13254 (aarch64_notify_debug_reg_change): Update.
13255 * s390-linux-nat.c (s390_refresh_per_info): Update.
13256
82cb27ff
TT
132572019-03-11 Tom Tromey <tromey@adacore.com>
13258
13259 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13260 redundant assignment to "this_cu".
13261
568c0683
SM
132622019-03-08 Simon Marchi <simon.marchi@efficios.com>
13263
13264 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13265
f09ce22d
SM
132662019-03-08 Simon Marchi <simon.marchi@efficios.com>
13267
13268 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13269 from...
13270 (rank_one_type): ... this.
13271
595f96a9
SM
132722019-03-08 Simon Marchi <simon.marchi@efficios.com>
13273
13274 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13275 from...
13276 (rank_one_type): ... this.
13277
2598a94b
SM
132782019-03-08 Simon Marchi <simon.marchi@efficios.com>
13279
13280 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13281 from...
13282 (rank_one_type): ... this.
13283
7f17b20d
SM
132842019-03-08 Simon Marchi <simon.marchi@efficios.com>
13285
13286 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13287 from...
13288 (rank_one_type): ... this.
13289
2c509035
SM
132902019-03-08 Simon Marchi <simon.marchi@efficios.com>
13291
13292 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13293 from...
13294 (rank_one_type): ... this.
13295
0dd322dc
SM
132962019-03-08 Simon Marchi <simon.marchi@efficios.com>
13297
13298 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13299 from...
13300 (rank_one_type): ... this.
13301
41ea4728
SM
133022019-03-08 Simon Marchi <simon.marchi@efficios.com>
13303
13304 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13305 from...
13306 (rank_one_type): ... this.
13307
793cd1d2
SM
133082019-03-08 Simon Marchi <simon.marchi@efficios.com>
13309
13310 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13311 from...
13312 (rank_one_type): ... this.
13313
34910087
SM
133142019-03-08 Simon Marchi <simon.marchi@efficios.com>
13315
13316 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13317 from...
13318 (rank_one_type): ... this.
13319
f1f832d6
SM
133202019-03-08 Simon Marchi <simon.marchi@efficios.com>
13321
13322 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13323 from...
13324 (rank_one_type): ... this.
13325
b9f4512f
SM
133262019-03-08 Simon Marchi <simon.marchi@efficios.com>
13327
13328 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13329 from...
13330 (rank_one_type): ... this.
13331
9293fc63
SM
133322019-03-08 Simon Marchi <simon.marchi@efficios.com>
13333
13334 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13335 from...
13336 (rank_one_type): ... this.
13337
e3abbe7e
PW
133382019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13339
13340 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13341 inferior-events' shows the example events.
13342
e4adb939
EZ
133432019-03-08 Eli Zaretskii <eliz@gnu.org>
13344
13345 Support styling on native MS-Windows console
13346
13347 PR/24315
13348 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13349 on MS-Windows if $TERM is not defined.
13350
13351 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13352
13353 * posix-hdep.c (gdb_console_fputs):
13354 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13355 functions.
13356 * ui-file.h (gdb_console_fputs): Add prototype.
13357
13358 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13359 back to fputs only if the former returns zero.
13360
25629dfd
TT
133612019-03-07 Tom Tromey <tom@tromey.com>
13362
13363 * symmisc.c (print_symbol_bcache_statistics): Update.
13364 (print_objfile_statistics): Update.
13365 * symfile.c (allocate_symtab): Update.
13366 * stabsread.c: Don't include bcache.h.
13367 * psymtab.h (struct psymbol_bcache): Don't declare.
13368 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13369 (psymbol_bcache_init, psymbol_bcache_free)
13370 (psymbol_bcache_get_bcache): Don't declare.
13371 * psymtab.c (struct psymbol_bcache): Remove.
13372 (psymtab_storage::psymtab_storage): Update.
13373 (psymtab_storage::~psymtab_storage): Update.
13374 (psymbol_bcache_init, psymbol_bcache_free)
13375 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13376 (add_psymbol_to_bcache): Update.
13377 (allocate_psymtab): Update.
13378 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13379 macro_cache>: No longer pointers.
13380 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13381 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13382 * macrotab.c (macro_bcache): Update.
13383 * macroexp.c: Don't include bcache.h.
13384 * gdbtypes.c (check_types_worklist): Update.
13385 (types_deeply_equal): Remove TRY/CATCH. Update.
13386 * elfread.c (elf_symtab_read): Update.
13387 * dwarf2read.c: Don't include bcache.h.
13388 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13389 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13390 (print_bcache_statistics, bcache_memory_used): Don't declare.
13391 (struct bcache): Move from bcache.c. Add constructor, destructor,
13392 methods. Rename all data members.
13393 * bcache.c (struct bcache): Move to bcache.h.
13394 (bcache::expand_hash_table): Rename from expand_hash_table.
13395 (bcache): Remove.
13396 (bcache::insert): Rename from bcache_full.
13397 (bcache::compare): Rename from bcache_compare.
13398 (bcache_xmalloc): Remove.
13399 (bcache::~bcache): Rename from bcache_xfree.
13400 (bcache::print_statistics): Rename from print_bcache_statistics.
13401 (bcache::memory_used): Rename from bcache_memory_used.
13402
fe726667
PA
134032019-03-07 Pedro Alves <palves@redhat.com>
13404
13405 * infrun.c (normal_stop): Also check for
13406 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13407
7584bb30
AB
134082019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13409
13410 * f-lang.c (value_from_host_double): Moved to...
13411 * value.c (value_from_host_double): ...here.
13412 * value.h (value_from_host_double): Declare.
13413 * guile/scm-math.c (vlscm_convert_typed_number): Use
13414 value_from_host_double.
13415 (vlscm_convert_number): Likewise.
13416 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13417 * python/py-value.c (convert_value_from_python): Likewise.
13418
a7b1986e
TT
134192019-03-06 Tom Tromey <tom@tromey.com>
13420
13421 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13422
0ccf4211
TT
134232019-03-06 Tom Tromey <tom@tromey.com>
13424
13425 * utils.h (free_current_contents): Don't declare.
13426 * utils.c (free_current_contents): Remove.
13427
fe7b42e5
TT
134282019-03-06 Tom Tromey <tom@tromey.com>
13429
13430 * top.c (quit_force): Update.
13431 * main.c (captured_command_loop): Update.
13432 * common/new-op.c (operator new): Update.
13433 * common/common-exceptions.c (struct catcher)
13434 <save_cleanup_chain>: Remove member.
13435 (exceptions_state_mc_init): Update.
13436 (exception_try_scope_entry): Return nullptr.
13437 (exception_try_scope_exit, exception_rethrow)
13438 (throw_exception_sjlj, throw_exception_cxx): Update.
13439 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13440 (all_cleanups, do_cleanups, discard_cleanups)
13441 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13442 (restore_cleanups, restore_final_cleanups): Don't declare.
13443 (do_final_cleanups): Remove parameter.
13444 * common/cleanups.c (cleanup_chain, make_cleanup)
13445 (make_cleanup_dtor, all_cleanups, do_cleanups)
13446 (discard_my_cleanups, discard_cleanups)
13447 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13448 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13449 (null_cleanup): Remove.
13450 (do_final_cleanups): Remove parameter.
13451
c6321f19
TT
134522019-03-06 Tom Tromey <tom@tromey.com>
13453
13454 * remote.c (remote_target::remote_parse_stop_reply): Use
13455 unique_xmalloc_ptr.
13456
61b30099
TT
134572019-03-06 Tom Tromey <tom@tromey.com>
13458
13459 * stabsread.c (struct stabs_field_info): Rename from field_info.
13460 <list, fnlist>: Add initializers.
13461 <obstack>: New member.
13462 (read_member_functions, read_struct_fields, read_baseclasses):
13463 Allocate on obstack. Don't use cleanups.
13464 (read_one_struct_field, read_member_functions, read_struct_fields)
13465 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13466 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13467 (read_struct_type): Update.
13468
6cceac94
TT
134692019-03-06 Tom Tromey <tom@tromey.com>
13470
13471 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13472 * common/filestuff.h (make_cleanup_close): Don't declare.
13473 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13474 Remove.
13475
72412762
TT
134762019-03-06 Tom Tromey <tom@tromey.com>
13477
13478 * solib-aix.c: Use make_scope_exit.
13479
2b6ff1c0
TT
134802019-03-06 Tom Tromey <tom@tromey.com>
13481
13482 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13483 Use make_scope_exit.
13484
d01c5877
TT
134852019-03-06 Tom Tromey <tom@tromey.com>
13486
13487 * solib-svr4.c (disable_probes_interface): Remove parameter.
13488 (svr4_handle_solib_event): Use make_scope_exit.
13489
32603266
TT
134902019-03-06 Tom Tromey <tom@tromey.com>
13491
13492 * remote.c (struct stop_reply_deleter): Remove.
13493 (stop_reply_up): Update.
13494 (struct stop_reply): Derive from notif_event. Don't typedef.
13495 <regcache>: Now a std::vector.
13496 (stop_reply_xfree): Remove.
13497 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13498 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13499 (remote_target::discard_pending_stop_replies): Use delete.
13500 (remote_target::remote_parse_stop_reply): Update.
13501 (remote_target::process_stop_reply): Update.
13502 * remote-notif.h (struct notif_event): Add virtual destructor.
13503 Remove "dtr" member.
13504 (struct notif_client) <alloc_event>: Return a unique_ptr.
13505 (notif_event_xfree): Don't declare.
13506 (notif_event_up): New typedef.
13507 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13508 (notif_event_xfree, do_notif_event_xfree): Remove.
13509 (remote_notif_state_xfree): Update.
13510
9799571e
TT
135112019-03-06 Tom Tromey <tom@tromey.com>
13512
13513 * infrun.c (displaced_step_clear_cleanup): Now a
13514 forward_scope_exit type.
13515 (displaced_step_prepare_throw): Update.
13516 (displaced_step_fixup): Update.
13517
09e3c4ca
TT
135182019-03-06 Tom Tromey <tom@tromey.com>
13519
13520 * inferior.h (class inferior): Update comment.
13521 * gdbthread.h (class thread_info): Update comment.
13522
e2a03548
TT
135232019-03-06 Joel Brobecker <brobecker@adacore.com>
13524 Tom Tromey <tom@tromey.com>
13525
13526 * stabsread.h (struct stab_section_list): Remove.
13527 (coffstab_build_psymtabs): Update.
13528 * dbxread.c (symbuf_sections): Now a std::vector.
13529 (sect_idx): New global.
13530 (fill_symbuf): Update.
13531 (coffstab_build_psymtabs): Change type of stabsects parameter.
13532 Update.
13533 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13534 std::vector.
13535 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13536 (coff_locate_sections): Update.
13537 (coff_symfile_read): Remove cleanups. Update.
13538 (init_stringtab): Add storage parameter.
13539 (free_stringtab, free_stringtab_cleanup): Remove.
13540 (init_lineno): Add storage parameter.
13541 (free_linetab, free_linetab_cleanup): Remove.
13542
b7e60d85
PA
135432019-03-06 Pedro Alves <palves@redhat.com>
13544
13545 * linux-fork.c (fork_info::clobber_regs): Delete.
13546 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13547 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13548 comment. Adjust.
13549 (scoped_switch_fork_info::scoped_switch_fork_info)
13550 (checkpoint_command, linux_fork_context): Adjust
13551 fork_save_infrun_state calls.
13552
e52c971f
PA
135532019-03-06 Pedro Alves <palves@redhat.com>
13554
13555 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13556 (inf_has_multiple_threads): Return 'bool' and rewrite using
13557 inferior_info::threads().
13558
06974e6c
PA
135592019-03-06 Pedro Alves <palves@redhat.com>
13560
13561 * linux-fork.c: Include <list>.
13562 (fork_list): Now a std::list instance.
13563 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13564 (forks_exist_p, find_last_fork): Adjust.
13565 (new_fork): Delete.
13566 (one_fork_p): New.
13567 (add_fork): Adjust.
13568 (free_fork): Delete, folded into fork_info::~fork_info().
13569 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13570 Adjust.
13571 (init_fork_list): Delete.
13572 (linux_fork_killall, linux_fork_mourn_inferior)
13573 (linux_fork_detach, info_checkpoints_command): Adjust.
13574 (_initialize_linux_fork): No longer call init_fork_list.
13575
72f31aea
PA
135762019-03-06 Pedro Alves <palves@redhat.com>
13577
13578 * linux-fork.c (new_fork): New, split out of ...
13579 (add_fork): ... this. Return void. Move "first fork" special
13580 case from here, to ...
13581 (checkpoint_command): ... here.
13582 * linux-linux.h (add_fork): Return void.
13583
efbecbc1
AB
135842019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13585
13586 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13587
0841c79a
AB
135882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13589 Chris January <chris.january@arm.com>
13590 David Lecomber <david.lecomber@arm.com>
13591
13592 * f-exp.y: New token, UNOP_INTRINSIC.
13593 (exp): New pattern using UNOP_INTRINSIC token.
13594 (f77_keywords): Add 'abs' keyword.
13595 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13596 (value_from_host_double): New function.
13597 (evaluate_subexp_f): Support UNOP_ABS.
13598
4a270568
AB
135992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13600
13601 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13602 types.
13603
067630bd
AB
136042019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13605
13606 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13607 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13608 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13609
3be47f7a
AB
136102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13611
13612 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13613
4d00f5d8
AB
136142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13615 Chris January <chris.january@arm.com>
13616
13617 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13618 * f-exp.y: Define 'KIND' token.
13619 (exp): New pattern for KIND expressions.
13620 (ptype): Handle types with a kind extension.
13621 (direct_abs_decl): Extend to spot kind extensions.
13622 (f77_keywords): Add 'kind' to the list.
13623 (push_kind_type): New function.
13624 (convert_to_kind_type): New function.
13625 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13626 * parse.c (operator_length_standard): Likewise.
13627 * parser-defs.h (enum type_pieces): Add tp_kind.
13628 * std-operator.def: Add UNOP_KIND.
13629
e454224f
AB
136302019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13631
13632 * f-exp.y (f_parse): Set yydebug.
13633
9dad4a58
AB
136342019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13635
13636 * f-lang.c (evaluate_subexp_f): New function.
13637 (exp_descriptor_f): New global.
13638 (f_language_defn): Use exp_descriptor_f instead of
13639 exp_descriptor_standard.
13640
c8f91604
AB
136412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13642
13643 * f-exp.y (struct token): Add comments.
13644 (dot_ops): Remove uppercase versions and the end marker.
13645 (f77_keywords): Likewise.
13646 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13647 entries in the dot_ops array are case insensitive, and use
13648 strncasecmp to compare strings. Also some whitespace cleanup in
13649 this area. Similar for the f77_keywords array, except entries in
13650 this list might be case sensitive.
13651
dd9f2c76
AB
136522019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13653
13654 * f-exp.y (struct f77_boolean_val): Add comments.
13655 (boolean_values): Remove uppercase versions, and end marker.
13656 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13657 and use strncasecmp to achieve case insensitivity. Additionally,
13658 perform whitespace cleanup around this code.
13659
67a3048c
TT
136602019-03-06 Tom Tromey <tromey@adacore.com>
13661
13662 * remote-sim.c (gdbsim_target_open): Use result of
13663 gdb_argv::release.
13664
aa3cfbda
RB
136652019-03-06 Richard Bunt <richard.bunt@arm.com>
13666 Dirk Schubert <dirk.schubert@arm.com>
13667 Chris January <chris.january@arm.com>
13668
13669 * eval.c (evaluate_subexp_standard): Call Fortran argument
13670 wrapping logic.
13671 * f-lang.c (struct value): A value which can be passed into a
13672 Fortran function call.
13673 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13674 where appropriate.
13675 (struct type): Value ready for a Fortran function call.
13676 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13677 is needed.
13678 * f-lang.h (fortran_argument_convert): Declaration.
13679 (fortran_preserve_arg_pointer): Declaration.
13680 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13681
ea38e5df
TT
136822019-03-05 Tom Tromey <tromey@adacore.com>
13683
13684 * python/py-prettyprint.c (print_string_repr): Remove #if.
13685 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13686
06b5b831
TT
136872019-03-05 Tom Tromey <tromey@adacore.com>
13688
13689 * target.c (the_dummy_target): Move later. Change type to
13690 "dummy_target".
13691 (initialize_targets): Don't initialize the_dummy_target.
13692
edbd9e45
TT
136932019-03-05 Tom Tromey <tromey@adacore.com>
13694
13695 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13696 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13697
c119e040
TT
136982019-03-05 Tom Tromey <tromey@adacore.com>
13699
13700 * windows-nat.c (windows_nat_target::attach)
13701 (windows_nat_target::detach): Don't call gdb_flush.
13702 * valprint.c (generic_val_print, val_print, val_print_string):
13703 Don't call gdb_flush.
13704 * utils.c (defaulted_query): Don't call gdb_flush.
13705 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13706 * target.c (target_announce_detach): Don't call gdb_flush.
13707 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13708 * remote.c (extended_remote_target::attach): Don't call
13709 gdb_flush.
13710 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13711 * printcmd.c (do_examine): Don't call gdb_flush.
13712 (info_display_command): Don't call gdb_flush.
13713 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13714 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13715 * memattr.c (info_mem_command): Don't call gdb_flush.
13716 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13717 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13718 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13719 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13720 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13721 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13722 (gnu_nat_target::detach): Don't call gdb_flush.
13723 * f-valprint.c (f_val_print): Don't call gdb_flush.
13724 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13725 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13726 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13727 gdb_flush.
13728 * c-valprint.c (c_val_print): Don't call gdb_flush.
13729 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13730
895dafa6
TT
137312019-03-05 Tom Tromey <tromey@adacore.com>
13732
13733 * varobj.c (update_dynamic_varobj_children): Update.
13734 (install_default_visualizer): Use reset, not release.
13735 * value.c (set_internalvar): Update.
13736 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13737 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13738 ATTRIBUTE_UNUSED_RESULT.
13739
88a774b9
TT
137402019-03-05 Tom Tromey <tromey@adacore.com>
13741
13742 * remote.c (class scoped_remote_fd) <release>: Add
13743 ATTRIBUTE_UNUSED_RESULT.
13744
4e4a8b93
TT
137452019-03-05 Tom Tromey <tromey@adacore.com>
13746
13747 * macroexp.c (struct macro_buffer) <release>: Add
13748 ATTRIBUTE_UNUSED_RESULT.
13749
083eef1f
TT
137502019-03-05 Tom Tromey <tromey@adacore.com>
13751
13752 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13753 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13754 ATTRIBUTE_UNUSED_RESULT.
13755
3cabd438
TT
137562019-03-05 Tom Tromey <tromey@adacore.com>
13757
13758 * common/scoped_fd.h (class scoped_fd) <release>: Add
13759 ATTRIBUTE_UNUSED_RESULT.
13760
41e3300a
TT
137612019-03-05 Tom Tromey <tromey@adacore.com>
13762
13763 * parser-defs.h (struct parser_state) <release>: Add
13764 ATTRIBUTE_UNUSED_RESULT.
13765
18cb7c9f
TT
137662019-03-05 Tom Tromey <tromey@adacore.com>
13767
13768 * utils.h (class gdb_argv) <release>: Add
13769 ATTRIBUTE_UNUSED_RESULT.
13770 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13771
41fa577f
EZ
137722019-03-02 Eli Zaretskii <eliz@gnu.org>
13773
a6a4b2c6
EZ
13774 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13775 for-loop range, to avoid compiler warnings.
13776
13777 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13778 avoid compiler warnings about unused variables.
13779
742a7df5
EZ
13780 * NEWS: Mention end of support for native debugging on MS-Windows
13781 before XP.
13782
41fa577f
EZ
13783 PR gdb/24292
13784 * common/netstuff.c:
13785 * gdbserver/gdbreplay.c
13786 * gdbserver/remote-utils.c:
13787 * ser-tcp.c:
13788 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13789 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13790 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13791 'getaddrinfo' and 'freeaddrinfo' were not available before
13792 Windows XP, and mingw.org's MinGW headers by default define
13793 _WIN32_WINNT to 0x500.
13794
827f438f
GB
137952019-03-01 Gary Benson <gbenson@redhat.com>
13796
13797 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13798
92137da0
RO
137992019-02-28 Brian Vandenberg <phantall@gmail.com>
13800 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13801
13802 PR gdb/8527
13803 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13804 set_sigint_trap, clear_sigint_trap.
13805
799efbe8
PW
138062019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13807
13808 * target.c (target_detach): Clear the regcache and the
13809 frame cache.
13810
8ed25214
PA
138112019-02-27 Pedro Alves <palves@redhat.com>
13812
13813 * utils.c (set_screen_size): When we cap the height/width sizes,
13814 tweak the corresponding command variable to show "unlimited":
13815
23031e31
SJ
138162019-02-27 Saagar Jha <saagar@saagarjha.com>
13817 Pedro Alves <palves@redhat.com>
13818
13819 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13820 before calling rl_set_screen_size.
13821
6c28e44a
TT
138222019-02-27 Tom Tromey <tromey@adacore.com>
13823
13824 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13825 define.
13826 * python/py-value.c: Remove Python 2.4 workaround.
13827 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13828 workaround.
13829 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13830 Python 2.4 workaround.
13831 * python/python-internal.h: Remove Python 2.4 comment.
13832 (Py_ssize_t): Don't define.
13833 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13834 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13835 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13836 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13837 * python/python.c (do_start_initialization): Remove Python 2.4
13838 workaround.
13839 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13840 (print_children): Remove Python 2.4 workaround.
13841 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13842 workaround.
13843 (CHARBUFFERPROC_NAME): Remove.
13844 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13845 Python 2.4 workaround.
13846
2c3fc25d 138472019-02-27 Kevin Buettner <kevinb@redhat.com>
799efbe8 13848
2c3fc25d
KB
13849 * NEWS: Note minimum Python version.
13850
6ca62222
KB
138512019-02-27 Kevin Buettner <kevinb@redhat.com>
13852
13853 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13854 code from these functions. Remove corresponding ifdefs. Use
13855 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13856 Remove gotos and target of gotos.
13857 (infpy_search_memory): Likewise.
13858
f4bc7d2c
AB
138592019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13860
13861 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13862 (hppa_gdbarch_init): Don't register deleted functions with
13863 gdbarch.
13864
9734a586
AB
138652019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13866
13867 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13868 (h8300_unwind_sp): Delete.
13869 (h8300_dummy_id): Delete.
13870 (h8300_gdbarch_init): Don't register deleted functions with
13871 gdbarch.
13872
68b867f3
AB
138732019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13874
13875 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13876 (ft32_unwind_pc): Delete.
13877 (ft32_unwind_sp): Delete.
13878 (ft32_gdbarch_init): Don't register deleted functions with
13879 gdbarch.
13880
2fbe7ad0
AB
138812019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13882
13883 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13884 (frv_unwind_pc): Delete.
13885 (frv_unwind_sp): Delete.
13886 (frv_gdbarch_init): Don't register deleted functions with
13887 gdbarch.
13888
76055cbe
AB
138892019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13890
13891 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13892 (riscv_unwind_pc): Delete.
13893 (riscv_unwind_sp): Delete.
13894 (riscv_gdbarch_init): Don't register deleted functions with
13895 gdbarch.
13896
4133e5a1
AB
138972019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13898
13899 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13900 (csky_unwind_pc): Delete.
13901 (csky_unwind_sp): Delete.
13902 (csky_gdbarch_init): Don't register deleted functions with
13903 gdbarch.
13904
8010f576
AB
139052019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13906
13907 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13908 (cris_unwind_pc): Delete.
13909 (cris_unwind_sp): Delete.
13910 (cris_gdbarch_init): Don't register deleted functions with
13911 gdbarch.
13912
b56bf084
AB
139132019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13914
13915 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13916 (bfin_unwind_pc): Delete.
13917 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13918
a19a650f
AB
139192019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13920
13921 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13922 (arm_unwind_pc): Delete.
13923 (arm_unwind_sp): Delete.
13924 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13925
f8278c3c
AB
139262019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13927
13928 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13929 (arc_unwind_pc): Delete.
13930 (arc_unwind_sp): Delete.
13931 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13932
480e46cf
AB
139332019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13934
13935 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13936 (alpha_unwind_pc): Delete.
13937 (alpha_gdbarch_init): Don't register deleted functions with
13938 gdbarch.
13939
7a995095
AB
139402019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13941
13942 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13943 (aarch64_unwind_pc): Delete.
13944 (aarch64_unwind_sp): Delete.
13945 (aarch64_gdbarch_init): Don't register deleted functions with
13946 gdbarch.
13947
bf9a735e
AB
139482019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13949
13950 * gdbtypes.c (type_align): Don't consider static members when
13951 computing structure alignment.
13952
5561fc30
AB
139532019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13954
13955 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13956 return 0 for other types.
13957 * arch-utils.c (default_type_align): Always return 0.
13958 * gdbarch.h: Regenerate.
13959 * gdbarch.sh (type_align): Extend comment.
13960 * gdbtypes.c (type_align): Add additional comments, always call
13961 gdbarch_type_align before applying the default rules.
13962 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13963 generic code will then apply a suitable default.
13964 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13965 types, return 0 for other types.
13966
9335e75a
JB
139672019-02-27 Joel Brobecker <brobecker@adacore.com>
13968
13969 * NEWS: Create a new section for the next release branch.
13970 Rename the section of the current branch, now that it has
13971 been cut.
13972
3d34d8de
JB
139732019-02-27 Joel Brobecker <brobecker@adacore.com>
13974
13975 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13976 * version.in: Bump version to 8.3.50.DATE-git.
13977
143420fb
SM
139782019-02-26 Simon Marchi <simon.marchi@efficios.com>
13979
13980 * aix-thread.c (ptid_cmp): Remove unused variable.
13981 (get_signaled_thread): Likewise.
13982 (store_regs_user_thread): Likewise.
13983 (store_regs_kernel_thread): Likewise.
13984 (fetch_regs_kernel_thread): Remove shadowed variable.
13985
172fb711
AB
139862019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13987
13988 * features/riscv/32bit-cpu.xml: Add register numbers.
13989 * features/riscv/32bit-fpu.c: Regenerate.
13990 * features/riscv/32bit-fpu.xml: Add register numbers.
13991 * features/riscv/64bit-cpu.xml: Add register numbers.
13992 * features/riscv/64bit-fpu.c: Regenerate.
13993 * features/riscv/64bit-fpu.xml: Add register numbers.
13994
26c89782
KB
139952019-02-26 Kevin Buettner <kevinb@redhat.com>
13996
af54ade9 13997 * NEWS: Mention two argument form of gdb.Value constructor.
fe07eca5
KB
13998 * python/py-value.c (convert_buffer_and_type_to_value): New
13999 function.
14000 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
14001 Add support for handling an optional second argument. Call
14002 convert_buffer_and_type_to_value as appropriate.
26c89782
KB
14003 * python/python-internal.h (Py_buffer_deleter): New struct.
14004 (Py_buffer_up): New typedef.
14005
0f58c9e8
JB
140062019-02-25 John Baldwin <jhb@FreeBSD.org>
14007
14008 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
14009 instead of releasing ownership.
14010
0a0f4c01
JR
140112019-02-25 Jordan Rupprecht <rupprecht@google.com>
14012
14013 * dwarf2read.c (open_and_init_dwp_file): Call
14014 elf_numsections instead of bfd_count_sections to initialize
14015 dwp_file->num_sections.
14016
cd5a152c
TT
140172019-02-25 Tom Tromey <tromey@adacore.com>
14018
14019 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
14020
8a6a8513
SDJ
140212019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
14022
14023 * gcore.in: Add '--readnever' option when invoking GDB.
14024
04dcda9c
SM
140252019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14026
14027 * MAINTAINERS: Update my email address.
14028
07bc701d
SM
140292019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14030
14031 * build-id.c (build_id_to_debug_bfd_1): New function.
14032 (build_id_to_debug_bfd): Look for separate debug file in
14033 sysroot.
14034
c6f4a5d0
AB
140352019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
14036
14037 * gdbarch.sh: Update the copyright year range that is placed into
14038 generated files.
14039
9600246d
KS
140402019-02-22 Keith Seitz <keiths@redhat.com>
14041
14042 PR symtab/23853
14043 * linespec.c (create_sals_line_offset): Search for the default
14044 symtab's filename instead of its fullname.
14045
7557a514
AH
140462019-02-21 Alan Hayward <alan.hayward@arm.com>
14047
14048 * NEWS: Update style defaults.
14049
ee2bcb0c
AH
140502019-02-21 Alan Hayward <alan.hayward@arm.com>
14051
14052 * main.c (captured_main_1): Disable styling in batch mode.
14053
0c95f9ed
TT
140542019-02-20 Tom Tromey <tom@tromey.com>
14055
14056 * symtab.c (symtab_symbol_info): Fix typos.
14057
c763b894
TT
140582019-02-20 Tom Tromey <tromey@adacore.com>
14059
14060 * findcmd.c (_initialize_mem_search): Use upper case for
14061 metasyntactic variables.
14062
0ef8a082
AH
140632019-02-20 Alan Hayward <alan.hayward@arm.com>
14064
14065 * aarch64-tdep.c (aarch64_add_reggroups): New function.
14066 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
14067
6caa91b6
SM
140682019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
14069
14070 * top.h (source_file_name): Change to std::string.
14071 * top.c (source_file_name): Likewise.
14072 (command_line_input): Adjust.
14073 * cli/cli-script.c (script_from_file): Adjust.
14074
98814c6c
TT
140752019-02-19 Tom Tromey <tromey@adacore.com>
14076
14077 * ravenscar-thread.c
14078 (ravenscar_thread_target::update_thread_list): Don't call
14079 ada_build_task_list.
14080 * ada-lang.h (ada_build_task_list): Don't declare.
14081 * ada-tasks.c (struct ada_tasks_inferior_data)
14082 <task_list_valid_p>: Now bool.
14083 (read_known_tasks, ada_task_list_changed)
14084 (ada_tasks_invalidate_inferior_data): Update.
14085 (read_known_tasks_array): Return bool.
14086 (read_known_tasks_list): Likewise.
14087 (read_known_tasks): Return void.
14088 (ada_build_task_list): Now static.
14089
70cd633e
AB
140902019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
14091
14092 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
14093 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
14094
040b3e95
PW
140952019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14096
14097 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
14098 variant for ada_tasks_pspace_data_handle and
14099 ada_tasks_inferior_data_handle.
14100 (ada_tasks_pspace_data_cleanup): New function.
14101 (ada_tasks_inferior_data_cleanup): New function.
14102
9409233b
TT
141032019-02-17 Tom Tromey <tom@tromey.com>
14104
14105 * macrotab.h (macro_source_fullname): Return a std::string.
14106 * macrotab.c (macro_include, check_for_redefinition)
14107 (macro_undef, macro_lookup_definition, foreach_macro)
14108 (foreach_macro_in_scope): Update.
14109 (macro_source_fullname): Return a std::string.
14110 * macrocmd.c (show_pp_source_pos): Update.
14111
6506371f
TT
141122019-02-17 Tom Tromey <tom@tromey.com>
14113
14114 * macrocmd.c (show_pp_source_pos): Style the file names.
14115
0c820d67
TT
141162019-02-17 Tom Tromey <tom@tromey.com>
14117
14118 PR tui/24197:
14119 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
14120
a0087920
TT
141212019-02-17 Tom Tromey <tom@tromey.com>
14122
14123 * ada-lang.c (user_select_syms): Use filtered printing.
14124 * utils.c (wrap_style): New global.
14125 (desired_style): Remove.
14126 (emit_style_escape): Add stream parameter.
14127 (set_output_style, reset_terminal_style, prompt_for_continue):
14128 Update.
14129 (flush_wrap_buffer): Only flush gdb_stdout.
14130 (wrap_here): Set wrap_style.
14131 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14132 treat escape sequences as a character. Change when wrap buffer is
14133 flushed.
14134 (fputs_styled): Do not set the output style when the default is
14135 requested.
14136 * ui-style.h (struct ui_file_style) <is_default>: New method.
14137 * source.c (print_source_lines_base): Emit escape sequences in one
14138 piece.
14139
75ba10dc
JB
141402019-02-17 Joel Brobecker <brobecker@adacore.com>
14141
14142 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14143 integers and enumeration types.
14144
a2cd4f14
JB
141452019-02-17 Joel Brobecker <brobecker@adacore.com>
14146
14147 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14148 instead of lookup_symbol_in_language
14149 (do_exact_match): New function.
14150 (ada_get_symbol_name_matcher): Return do_exact_match when
14151 doing a verbatim match.
14152
485b851b
TT
141532019-02-15 Tom Tromey <tromey@adacore.com>
14154
14155 * ravenscar-thread.c (ravenscar_thread_target::resume)
14156 (ravenscar_thread_target::wait): Special case wildcard requests.
14157
0b790b1e
TT
141582019-02-15 Tom Tromey <tromey@adacore.com>
14159
14160 * ravenscar-thread.c (base_ptid): Remove.
14161 (struct ravenscar_thread_target) <close>: New method.
14162 <m_base_ptid>: New member.
14163 <update_inferior_ptid, active_task, task_is_currently_active,
14164 runtime_initialized>: Declare methods.
14165 <ravenscar_thread_target>: Add constructor.
14166 (ravenscar_thread_target::task_is_currently_active)
14167 (ravenscar_thread_target::update_inferior_ptid)
14168 (ravenscar_runtime_initialized): Rename. Now methods.
14169 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14170 (ravenscar_thread_target::update_thread_list): Update.
14171 (ravenscar_thread_target::active_task): Now method.
14172 (ravenscar_thread_target::store_registers)
14173 (ravenscar_thread_target::prepare_to_store)
14174 (ravenscar_thread_target::prepare_to_store)
14175 (ravenscar_thread_target::mourn_inferior): Update.
14176 (ravenscar_inferior_created): Use "new" to create target.
14177 (ravenscar_thread_target::get_ada_task_ptid): Update.
14178 (_initialize_ravenscar): Don't initialize base_ptid.
14179 (ravenscar_ops): Remove global.
14180
dea57a62
TT
141812019-02-15 Tom Tromey <tromey@adacore.com>
14182
14183 * target.h (push_target): Declare new overload.
14184 * target.c (push_target): New overload, taking an rvalue reference.
14185 * remote.c (remote_target::open_1): Use push_target overload.
14186 * corelow.c (core_target_open): Use push_target overload.
14187
989f3c58
TT
141882019-02-15 Tom Tromey <tromey@adacore.com>
14189
14190 * ravenscar-thread.c (is_ravenscar_task)
14191 (ravenscar_task_is_currently_active): Return bool.
14192 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14193 (_initialize_ravenscar): Remove "(void)".
14194 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14195 Return bool.
14196
6cbcc006
TT
141972019-02-15 Tom Tromey <tromey@adacore.com>
14198
14199 * ravenscar-thread.c (ravenscar_runtime_initializer)
14200 (has_ravenscar_runtime, get_running_thread_id)
14201 (ravenscar_thread_target::resume): Fix indentation.
14202
7657f14d
TT
142032019-02-15 Tom Tromey <tromey@adacore.com>
14204
14205 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14206 from ravenscar_arch_ops.
14207 (sparc_ravenscar_ops::fetch_registers)
14208 (sparc_ravenscar_ops::store_registers): Now methods.
14209 (sparc_ravenscar_prepare_to_store): Remove.
14210 (sparc_ravenscar_ops): Redefine.
14211 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14212 methods and destructor. Remove members.
14213 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14214 (ravenscar_thread_target::store_registers)
14215 (ravenscar_thread_target::prepare_to_store): Update.
14216 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14217 Remove.
14218 (struct ppc_ravenscar_powerpc_ops): Derive from
14219 ravenscar_arch_ops.
14220 (ppc_ravenscar_powerpc_ops::fetch_registers)
14221 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14222 (ppc_ravenscar_powerpc_ops): Redefine.
14223 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14224 (ppc_ravenscar_e500_ops::fetch_registers)
14225 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14226 (ppc_ravenscar_e500_ops): Redefine.
14227 * aarch64-ravenscar-thread.c
14228 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14229 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14230 (aarch64_ravenscar_fetch_registers)
14231 (aarch64_ravenscar_store_registers): Now methods.
14232 (aarch64_ravenscar_ops): Redefine.
14233
5b6ea500
TT
142342019-02-15 Tom Tromey <tromey@adacore.com>
14235
14236 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14237 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14238 (ravenscar_thread_target::stopped_by_watchpoint)
14239 (ravenscar_thread_target::stopped_data_address)
14240 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14241
e397fd39
TT
142422019-02-15 Tom Tromey <tromey@adacore.com>
14243
14244 * ravenscar-thread.c: Fix some typos.
14245
cc12f4a8
TT
142462019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14247 Tom Tromey <tromey@adacore.com>
14248
14249 * ada-lang.c (ada_exception_sal): Change addr_string to a
14250 std::string.
14251 (create_ada_exception_catchpoint): Update.
14252
5f486660
TT
142532019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14254 Tom Tromey <tromey@adacore.com>
14255
14256 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14257 (bp_location_ops): Remove.
14258 (base_breakpoint_allocate_location): Update.
14259 (free_bp_location): Update.
14260 * ada-lang.c (class ada_catchpoint_location)
14261 <ada_catchpoint_location>: Remove ops parameter.
14262 (ada_catchpoint_location_dtor): Remove.
14263 (ada_catchpoint_location_ops): Remove.
14264 (allocate_location_exception): Update.
14265 * breakpoint.h (struct bp_location_ops): Remove.
14266 (class bp_location) <bp_location>: Remove bp_location_ops
14267 parameter.
14268 <~bp_location>: Add destructor.
14269 <ops>: Remove.
14270
b671c7fb
TS
142712019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14272 Pedro Alves <palves@redhat.com>
14273
14274 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14275 'PATH_MAX'.
14276
8071c5ce
DM
142772019-02-14 David Michael <fedora.dm0@gmail.com>
14278 Samuel Thibault <samuel.thibault@gnu.org>
14279 Thomas Schwinge <thomas@codesourcery.com>
14280
14281 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14282 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14283
b1041ae0
TS
142842019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14285
924514e1
TS
14286 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14287 (check_empty): Use "const char *".
14288
c29ee8d4
TS
14289 * gnu-nat.c (gnu_nat_target::detach): Instead of
14290 'detach_inferior (pid)' call
14291 'detach_inferior (find_inferior_pid (pid))'.
14292
6c6ef69f
TS
14293 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14294 'nat/fork-inferior.o'.
14295 * gnu-nat.c: #include "nat/fork-inferior.h".
14296
2d0a338c
TS
14297 * gnu-nat.c (gnu_nat_target::detach): Instead of
14298 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14299 * gnu-nat.h: #include "inf-child.h".
14300 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14301 'i386_gnu_nat_target::fetch_registers'.
14302 (gnu_store_registers): Rename/move to
14303 'i386_gnu_nat_target::store_registers'.
14304
cabb5f06
TS
14305 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14306 * gnu-nat.h (mach_thread_info): New function.
14307 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14308
b1041ae0
TS
14309 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14310
2988d01e
KF
143112019-02-14 Frederic Konrad <konrad@adacore.com>
14312
14313 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14314
c559d709
JB
143152019-02-14 Joel Brobecker <brobecker@adacore.com>
14316
14317 * windows-nat.c (windows_add_thread): Add new parameter
14318 "main_thread_p" with default value set to false. Update
14319 function documentation as well as all callers.
14320 (windows_delete_thread): Likewise.
14321 (fake_create_process): Update call to windows_add_thread.
14322 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14323 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14324 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14325 call to windows_delete_thread.
14326
007024cc
SM
143272019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14328
14329 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14330
f62318e9
JB
143312019-02-12 John Baldwin <jhb@FreeBSD.org>
14332
14333 * symfile.c (find_separate_debug_file): Use canonical path of
14334 sysroot with child_path instead of gdb_sysroot if it is valid.
14335
cd4b7848
JB
143362019-02-12 John Baldwin <jhb@FreeBSD.org>
14337
14338 * symfile.c (find_separate_debug_file): Use child_path to
14339 determine if an object file is under a sysroot.
14340
efac4bfe
JB
143412019-02-12 John Baldwin <jhb@FreeBSD.org>
14342
14343 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14344 unittests/child-path-selftests.c.
14345 * common/pathstuff.c (child_path): New function.
14346 * common/pathstuff.h (child_path): New prototype.
14347 * unittests/child-path-selftests.c: New file.
14348
402d2bfe
JB
143492019-02-12 John Baldwin <jhb@FreeBSD.org>
14350
14351 * symfile.c (find_separate_debug_file): Look for separate debug
14352 files in debug directories under the sysroot.
14353
1ed9f74e
PW
143542019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14355
14356 * symtab.h (struct minimal_symbol data_p): New const method.
14357 (struct minimal_symbol text_p): Likewise.
14358 * symtab.c (output_source_filename): Use file name style
14359 to print file name.
14360 (print_symbol_info): Likewise.
14361 (print_msymbol_info): Use address style to print addresses.
14362 Use function name style to print executable text symbols.
14363 (expand_symtab_containing_pc): Use data_p.
14364 (find_pc_sect_compunit_symtab): Likewise.
14365
2636d81d
PW
143662019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14367
14368 * breakpoint.c (describe_other_breakpoints): Use address style
14369 to print addresses.
14370 (say_where): Likewise.
14371
ac8c53cc
PW
143722019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14373
14374 * ada-typeprint.c (print_func_type): Print function name
14375 style to print function name.
14376 * c-typeprint.c (c_print_type_1): Likewise.
14377
ea638c43
AH
143782019-02-11 Alan Hayward <alan.hayward@arm.com>
14379
14380 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14381 for execve.
14382
ab759ca8
PW
143832019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14384
14385 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14386 type_stack.
14387
aff29d1c
JB
143882019-02-10 Joel Brobecker <brobecker@adacore.com>
14389
14390 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14391 TYPE_CODE_REF types.
14392
617126bc
JW
143932019-02-08 Jim Wilson <jimw@sifive.com>
14394
14395 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14396 (riscv_linux_fregset): New.
14397 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14398
46e3ed7f
TT
143992019-02-07 Tom Tromey <tom@tromey.com>
14400
14401 * thread.c (thread_cancel_execution_command): Update.
14402 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14403 methods.
14404 (struct thread_fsm_ops): Remove.
14405 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14406 (thread_fsm_should_stop, thread_fsm_return_value)
14407 (thread_fsm_set_finished, thread_fsm_finished_p)
14408 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14409 Don't declare.
14410 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14411 * infrun.c (clear_proceed_status_thread)
14412 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14413 (print_stop_event): Update.
14414 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14415 Add constructor.
14416 (step_command_fsm_ops): Remove.
14417 (new_step_command_fsm): Remove.
14418 (step_1): Update.
14419 (step_command_fsm::should_stop): Rename from
14420 step_command_fsm_should_stop.
14421 (step_command_fsm::clean_up): Rename from
14422 step_command_fsm_clean_up.
14423 (step_command_fsm::do_async_reply_reason): Rename from
14424 step_command_fsm_async_reply_reason.
14425 (struct until_next_fsm): Inherit from thread_fsm. Add
14426 constructor.
14427 (until_next_fsm_ops): Remove.
14428 (new_until_next_fsm): Remove.
14429 (until_next_fsm::should_stop): Rename from
14430 until_next_fsm_should_stop.
14431 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14432 (until_next_fsm::do_async_reply_reason): Rename from
14433 until_next_fsm_async_reply_reason.
14434 (struct finish_command_fsm): Inherit from thread_fsm. Add
14435 constructor. Change type of breakpoint.
14436 (finish_command_fsm_ops): Remove.
14437 (new_finish_command_fsm): Remove.
14438 (finish_command_fsm::should_stop): Rename from
14439 finish_command_fsm_should_stop.
14440 (finish_command_fsm::clean_up): Rename from
14441 finish_command_fsm_clean_up.
14442 (finish_command_fsm::return_value): Rename from
14443 finish_command_fsm_return_value.
14444 (finish_command_fsm::do_async_reply_reason): Rename from
14445 finish_command_fsm_async_reply_reason.
14446 (finish_command): Update.
14447 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14448 Add constructor.
14449 (call_thread_fsm_ops): Remove.
14450 (call_thread_fsm::call_thread_fsm): Rename from
14451 new_call_thread_fsm.
14452 (call_thread_fsm::should_stop): Rename from
14453 call_thread_fsm_should_stop.
14454 (call_thread_fsm::should_notify_stop): Rename from
14455 call_thread_fsm_should_notify_stop.
14456 (run_inferior_call, call_function_by_hand_dummy): Update.
14457 * cli/cli-interp.c (should_print_stop_to_console): Update.
14458 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14459 Add constructor. Change type of location_breakpoint,
14460 caller_breakpoint.
14461 (until_break_fsm_ops): Remove.
14462 (new_until_break_fsm): Remove.
14463 (until_break_fsm::should_stop): Rename from
14464 until_break_fsm_should_stop.
14465 (until_break_fsm::clean_up): Rename from
14466 until_break_fsm_clean_up.
14467 (until_break_fsm::do_async_reply_reason): Rename from
14468 until_break_fsm_async_reply_reason.
14469 (until_break_command): Update.
14470 * thread-fsm.c: Remove.
14471 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14472
1a5c2598
TT
144732019-02-07 Tom Tromey <tom@tromey.com>
14474
14475 * yy-remap.h: Add include guard.
14476 * xtensa-tdep.h: Add include guard.
14477 * xcoffread.h: Rename include guard.
14478 * varobj-iter.h: Add include guard.
14479 * tui/tui.h: Rename include guard.
14480 * tui/tui-winsource.h: Rename include guard.
14481 * tui/tui-wingeneral.h: Rename include guard.
14482 * tui/tui-windata.h: Rename include guard.
14483 * tui/tui-win.h: Rename include guard.
14484 * tui/tui-stack.h: Rename include guard.
14485 * tui/tui-source.h: Rename include guard.
14486 * tui/tui-regs.h: Rename include guard.
14487 * tui/tui-out.h: Rename include guard.
14488 * tui/tui-layout.h: Rename include guard.
14489 * tui/tui-io.h: Rename include guard.
14490 * tui/tui-hooks.h: Rename include guard.
14491 * tui/tui-file.h: Rename include guard.
14492 * tui/tui-disasm.h: Rename include guard.
14493 * tui/tui-data.h: Rename include guard.
14494 * tui/tui-command.h: Rename include guard.
14495 * tic6x-tdep.h: Add include guard.
14496 * target/waitstatus.h: Rename include guard.
14497 * target/wait.h: Rename include guard.
14498 * target/target.h: Rename include guard.
14499 * target/resume.h: Rename include guard.
14500 * target-float.h: Rename include guard.
14501 * stabsread.h: Add include guard.
14502 * rs6000-tdep.h: Add include guard.
14503 * riscv-fbsd-tdep.h: Add include guard.
14504 * regformats/regdef.h: Rename include guard.
14505 * record.h: Rename include guard.
14506 * python/python.h: Rename include guard.
14507 * python/python-internal.h: Rename include guard.
14508 * python/py-stopevent.h: Rename include guard.
14509 * python/py-ref.h: Rename include guard.
14510 * python/py-record.h: Rename include guard.
14511 * python/py-record-full.h: Rename include guard.
14512 * python/py-record-btrace.h: Rename include guard.
14513 * python/py-instruction.h: Rename include guard.
14514 * python/py-events.h: Rename include guard.
14515 * python/py-event.h: Rename include guard.
14516 * procfs.h: Add include guard.
14517 * proc-utils.h: Add include guard.
14518 * p-lang.h: Add include guard.
14519 * or1k-tdep.h: Rename include guard.
14520 * observable.h: Rename include guard.
14521 * nto-tdep.h: Rename include guard.
14522 * nat/x86-linux.h: Rename include guard.
14523 * nat/x86-linux-dregs.h: Rename include guard.
14524 * nat/x86-gcc-cpuid.h: Add include guard.
14525 * nat/x86-dregs.h: Rename include guard.
14526 * nat/x86-cpuid.h: Rename include guard.
14527 * nat/ppc-linux.h: Rename include guard.
14528 * nat/mips-linux-watch.h: Rename include guard.
14529 * nat/linux-waitpid.h: Rename include guard.
14530 * nat/linux-ptrace.h: Rename include guard.
14531 * nat/linux-procfs.h: Rename include guard.
14532 * nat/linux-osdata.h: Rename include guard.
14533 * nat/linux-nat.h: Rename include guard.
14534 * nat/linux-namespaces.h: Rename include guard.
14535 * nat/linux-btrace.h: Rename include guard.
14536 * nat/glibc_thread_db.h: Rename include guard.
14537 * nat/gdb_thread_db.h: Rename include guard.
14538 * nat/gdb_ptrace.h: Rename include guard.
14539 * nat/fork-inferior.h: Rename include guard.
14540 * nat/amd64-linux-siginfo.h: Rename include guard.
14541 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14542 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14543 * nat/aarch64-linux.h: Rename include guard.
14544 * nat/aarch64-linux-hw-point.h: Rename include guard.
14545 * mn10300-tdep.h: Add include guard.
14546 * mips-linux-tdep.h: Add include guard.
14547 * mi/mi-parse.h: Rename include guard.
14548 * mi/mi-out.h: Rename include guard.
14549 * mi/mi-main.h: Rename include guard.
14550 * mi/mi-interp.h: Rename include guard.
14551 * mi/mi-getopt.h: Rename include guard.
14552 * mi/mi-console.h: Rename include guard.
14553 * mi/mi-common.h: Rename include guard.
14554 * mi/mi-cmds.h: Rename include guard.
14555 * mi/mi-cmd-break.h: Rename include guard.
14556 * m2-lang.h: Add include guard.
14557 * location.h: Rename include guard.
14558 * linux-record.h: Rename include guard.
14559 * linux-nat.h: Add include guard.
14560 * linux-fork.h: Add include guard.
14561 * i386-darwin-tdep.h: Rename include guard.
14562 * hppa-linux-offsets.h: Add include guard.
14563 * guile/guile.h: Rename include guard.
14564 * guile/guile-internal.h: Rename include guard.
14565 * gnu-nat.h: Rename include guard.
14566 * gdb-stabs.h: Rename include guard.
14567 * frv-tdep.h: Add include guard.
14568 * f-lang.h: Add include guard.
14569 * event-loop.h: Add include guard.
14570 * darwin-nat.h: Rename include guard.
14571 * cp-abi.h: Rename include guard.
14572 * config/sparc/nm-sol2.h: Rename include guard.
14573 * config/nm-nto.h: Rename include guard.
14574 * config/nm-linux.h: Add include guard.
14575 * config/i386/nm-i386gnu.h: Rename include guard.
14576 * config/djgpp/nl_types.h: Rename include guard.
14577 * config/djgpp/langinfo.h: Rename include guard.
14578 * compile/gcc-cp-plugin.h: Add include guard.
14579 * compile/gcc-c-plugin.h: Add include guard.
14580 * compile/compile.h: Rename include guard.
14581 * compile/compile-object-run.h: Rename include guard.
14582 * compile/compile-object-load.h: Rename include guard.
14583 * compile/compile-internal.h: Rename include guard.
14584 * compile/compile-cplus.h: Rename include guard.
14585 * compile/compile-c.h: Rename include guard.
14586 * common/xml-utils.h: Rename include guard.
14587 * common/x86-xstate.h: Rename include guard.
14588 * common/version.h: Rename include guard.
14589 * common/vec.h: Rename include guard.
14590 * common/tdesc.h: Rename include guard.
14591 * common/selftest.h: Rename include guard.
14592 * common/scoped_restore.h: Rename include guard.
14593 * common/scoped_mmap.h: Rename include guard.
14594 * common/scoped_fd.h: Rename include guard.
14595 * common/safe-iterator.h: Rename include guard.
14596 * common/run-time-clock.h: Rename include guard.
14597 * common/refcounted-object.h: Rename include guard.
14598 * common/queue.h: Rename include guard.
14599 * common/ptid.h: Rename include guard.
14600 * common/print-utils.h: Rename include guard.
14601 * common/preprocessor.h: Rename include guard.
14602 * common/pathstuff.h: Rename include guard.
14603 * common/observable.h: Rename include guard.
14604 * common/netstuff.h: Rename include guard.
14605 * common/job-control.h: Rename include guard.
14606 * common/host-defs.h: Rename include guard.
14607 * common/gdb_wait.h: Rename include guard.
14608 * common/gdb_vecs.h: Rename include guard.
14609 * common/gdb_unlinker.h: Rename include guard.
14610 * common/gdb_unique_ptr.h: Rename include guard.
14611 * common/gdb_tilde_expand.h: Rename include guard.
14612 * common/gdb_sys_time.h: Rename include guard.
14613 * common/gdb_string_view.h: Rename include guard.
14614 * common/gdb_splay_tree.h: Rename include guard.
14615 * common/gdb_setjmp.h: Rename include guard.
14616 * common/gdb_ref_ptr.h: Rename include guard.
14617 * common/gdb_optional.h: Rename include guard.
14618 * common/gdb_locale.h: Rename include guard.
14619 * common/gdb_assert.h: Rename include guard.
14620 * common/filtered-iterator.h: Rename include guard.
14621 * common/filestuff.h: Rename include guard.
14622 * common/fileio.h: Rename include guard.
14623 * common/environ.h: Rename include guard.
14624 * common/common-utils.h: Rename include guard.
14625 * common/common-types.h: Rename include guard.
14626 * common/common-regcache.h: Rename include guard.
14627 * common/common-inferior.h: Rename include guard.
14628 * common/common-gdbthread.h: Rename include guard.
14629 * common/common-exceptions.h: Rename include guard.
14630 * common/common-defs.h: Rename include guard.
14631 * common/common-debug.h: Rename include guard.
14632 * common/cleanups.h: Rename include guard.
14633 * common/buffer.h: Rename include guard.
14634 * common/btrace-common.h: Rename include guard.
14635 * common/break-common.h: Rename include guard.
14636 * cli/cli-utils.h: Rename include guard.
14637 * cli/cli-style.h: Rename include guard.
14638 * cli/cli-setshow.h: Rename include guard.
14639 * cli/cli-script.h: Rename include guard.
14640 * cli/cli-interp.h: Rename include guard.
14641 * cli/cli-decode.h: Rename include guard.
14642 * cli/cli-cmds.h: Rename include guard.
14643 * charset-list.h: Add include guard.
14644 * buildsym-legacy.h: Rename include guard.
14645 * bfin-tdep.h: Add include guard.
14646 * ax.h: Rename include guard.
14647 * arm-linux-tdep.h: Add include guard.
14648 * arm-fbsd-tdep.h: Add include guard.
14649 * arch/xtensa.h: Rename include guard.
14650 * arch/tic6x.h: Add include guard.
14651 * arch/i386.h: Add include guard.
14652 * arch/arm.h: Rename include guard.
14653 * arch/arm-linux.h: Rename include guard.
14654 * arch/arm-get-next-pcs.h: Rename include guard.
14655 * arch/amd64.h: Add include guard.
14656 * arch/aarch64-insn.h: Rename include guard.
14657 * arch-utils.h: Rename include guard.
14658 * annotate.h: Add include guard.
14659 * amd64-darwin-tdep.h: Rename include guard.
14660 * aarch64-linux-tdep.h: Add include guard.
14661 * aarch64-fbsd-tdep.h: Add include guard.
14662 * aarch32-linux-nat.h: Add include guard.
14663
ab9268d2
PW
146642019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14665
14666 * macrotab.c (macro_define_internal): New function that
14667 factorizes macro_define_object_internal and macro_define_function
14668 code.
14669 (macro_define_object_internal): Use macro_define_internal.
14670 (macro_define_function): Likewise.
14671
bb0da2b4
PW
146722019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14673
14674 * macrocmd.c (extract_identifier): Return
14675 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14676 callers.
14677
424eb552
JB
146782019-02-06 John Baldwin <jhb@FreeBSD.org>
14679
14680 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14681
1688cb29
TT
146822019-02-05 Tom Tromey <tom@tromey.com>
14683
14684 * target.c (target_stack::unpush): Move assertion earlier.
14685
b5eba2d8
TT
146862019-01-30 Tom Tromey <tom@tromey.com>
14687
14688 PR python/23615:
14689 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14690 (gdbpy_parse_and_eval): Likewise.
14691 * python/python-internal.h (gdbpy_allow_threads): New class.
14692
7054e2ff
JB
146932019-01-28 John Baldwin <jhb@FreeBSD.org>
14694
14695 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14696 (aarch64_fbsd_fpregmap): Move earlier.
14697 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14698 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14699 instead of individual calls to trad_frame_set_reg_addr.
14700 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14701 earlier.
14702 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14703 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14704 instead of individual calls to trad_frame_set_reg_addr.
14705
36c25ffa
AH
147062019-01-28 Alan Hayward <alan.hayward@arm.com>
14707
14708 * CONTRIBUTE: Replace contribution list with wiki link.
14709
a0707f3c
TT
147102019-01-25 Tom Tromey <tom@tromey.com>
14711
14712 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14713
0747795c
TT
147142019-01-25 Tom Tromey <tom@tromey.com>
14715
14716 * xtensa-linux-nat.c: Fix common/ includes.
14717 * xml-support.h: Fix common/ includes.
14718 * xml-support.c: Fix common/ includes.
14719 * x86-linux-nat.c: Fix common/ includes.
14720 * windows-nat.c: Fix common/ includes.
14721 * varobj.h: Fix common/ includes.
14722 * varobj.c: Fix common/ includes.
14723 * value.c: Fix common/ includes.
14724 * valops.c: Fix common/ includes.
14725 * utils.c: Fix common/ includes.
14726 * unittests/xml-utils-selftests.c: Fix common/ includes.
14727 * unittests/utils-selftests.c: Fix common/ includes.
14728 * unittests/unpack-selftests.c: Fix common/ includes.
14729 * unittests/tracepoint-selftests.c: Fix common/ includes.
14730 * unittests/style-selftests.c: Fix common/ includes.
14731 * unittests/string_view-selftests.c: Fix common/ includes.
14732 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14733 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14734 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14735 * unittests/rsp-low-selftests.c: Fix common/ includes.
14736 * unittests/parse-connection-spec-selftests.c: Fix common/
14737 includes.
14738 * unittests/optional-selftests.c: Fix common/ includes.
14739 * unittests/offset-type-selftests.c: Fix common/ includes.
14740 * unittests/observable-selftests.c: Fix common/ includes.
14741 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14742 * unittests/memrange-selftests.c: Fix common/ includes.
14743 * unittests/memory-map-selftests.c: Fix common/ includes.
14744 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14745 * unittests/function-view-selftests.c: Fix common/ includes.
14746 * unittests/environ-selftests.c: Fix common/ includes.
14747 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14748 * unittests/common-utils-selftests.c: Fix common/ includes.
14749 * unittests/cli-utils-selftests.c: Fix common/ includes.
14750 * unittests/array-view-selftests.c: Fix common/ includes.
14751 * ui-file.c: Fix common/ includes.
14752 * tui/tui-io.c: Fix common/ includes.
14753 * tracepoint.h: Fix common/ includes.
14754 * tracepoint.c: Fix common/ includes.
14755 * tracefile-tfile.c: Fix common/ includes.
14756 * top.h: Fix common/ includes.
14757 * top.c: Fix common/ includes.
14758 * thread.c: Fix common/ includes.
14759 * target/waitstatus.h: Fix common/ includes.
14760 * target/waitstatus.c: Fix common/ includes.
14761 * target.h: Fix common/ includes.
14762 * target.c: Fix common/ includes.
14763 * target-memory.c: Fix common/ includes.
14764 * target-descriptions.c: Fix common/ includes.
14765 * symtab.h: Fix common/ includes.
14766 * symfile.c: Fix common/ includes.
14767 * stap-probe.c: Fix common/ includes.
14768 * spu-linux-nat.c: Fix common/ includes.
14769 * sparc-nat.c: Fix common/ includes.
14770 * source.c: Fix common/ includes.
14771 * solib.c: Fix common/ includes.
14772 * solib-target.c: Fix common/ includes.
14773 * ser-unix.c: Fix common/ includes.
14774 * ser-tcp.c: Fix common/ includes.
14775 * ser-pipe.c: Fix common/ includes.
14776 * ser-base.c: Fix common/ includes.
14777 * selftest-arch.c: Fix common/ includes.
14778 * s12z-tdep.c: Fix common/ includes.
14779 * rust-exp.y: Fix common/ includes.
14780 * rs6000-aix-tdep.c: Fix common/ includes.
14781 * riscv-tdep.c: Fix common/ includes.
14782 * remote.c: Fix common/ includes.
14783 * remote-notif.h: Fix common/ includes.
14784 * remote-fileio.h: Fix common/ includes.
14785 * remote-fileio.c: Fix common/ includes.
14786 * regcache.h: Fix common/ includes.
14787 * regcache.c: Fix common/ includes.
14788 * record-btrace.c: Fix common/ includes.
14789 * python/python.c: Fix common/ includes.
14790 * python/py-type.c: Fix common/ includes.
14791 * python/py-inferior.c: Fix common/ includes.
14792 * progspace.h: Fix common/ includes.
14793 * producer.c: Fix common/ includes.
14794 * procfs.c: Fix common/ includes.
14795 * proc-api.c: Fix common/ includes.
14796 * printcmd.c: Fix common/ includes.
14797 * ppc-linux-nat.c: Fix common/ includes.
14798 * parser-defs.h: Fix common/ includes.
14799 * osdata.c: Fix common/ includes.
14800 * obsd-nat.c: Fix common/ includes.
14801 * nat/x86-linux.c: Fix common/ includes.
14802 * nat/x86-linux-dregs.c: Fix common/ includes.
14803 * nat/x86-dregs.h: Fix common/ includes.
14804 * nat/x86-dregs.c: Fix common/ includes.
14805 * nat/ppc-linux.c: Fix common/ includes.
14806 * nat/mips-linux-watch.h: Fix common/ includes.
14807 * nat/mips-linux-watch.c: Fix common/ includes.
14808 * nat/linux-waitpid.c: Fix common/ includes.
14809 * nat/linux-ptrace.h: Fix common/ includes.
14810 * nat/linux-ptrace.c: Fix common/ includes.
14811 * nat/linux-procfs.c: Fix common/ includes.
14812 * nat/linux-personality.c: Fix common/ includes.
14813 * nat/linux-osdata.c: Fix common/ includes.
14814 * nat/linux-namespaces.c: Fix common/ includes.
14815 * nat/linux-btrace.h: Fix common/ includes.
14816 * nat/linux-btrace.c: Fix common/ includes.
14817 * nat/fork-inferior.c: Fix common/ includes.
14818 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14819 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14820 * nat/aarch64-linux.c: Fix common/ includes.
14821 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14822 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14823 * namespace.h: Fix common/ includes.
14824 * mips-linux-tdep.c: Fix common/ includes.
14825 * minsyms.c: Fix common/ includes.
14826 * mi/mi-parse.h: Fix common/ includes.
14827 * mi/mi-main.c: Fix common/ includes.
14828 * mi/mi-cmd-env.c: Fix common/ includes.
14829 * memrange.h: Fix common/ includes.
14830 * memattr.c: Fix common/ includes.
14831 * maint.h: Fix common/ includes.
14832 * maint.c: Fix common/ includes.
14833 * main.c: Fix common/ includes.
14834 * machoread.c: Fix common/ includes.
14835 * location.c: Fix common/ includes.
14836 * linux-thread-db.c: Fix common/ includes.
14837 * linux-nat.c: Fix common/ includes.
14838 * linux-fork.c: Fix common/ includes.
14839 * inline-frame.c: Fix common/ includes.
14840 * infrun.c: Fix common/ includes.
14841 * inflow.c: Fix common/ includes.
14842 * inferior.h: Fix common/ includes.
14843 * inferior.c: Fix common/ includes.
14844 * infcmd.c: Fix common/ includes.
14845 * inf-ptrace.c: Fix common/ includes.
14846 * inf-child.c: Fix common/ includes.
14847 * ia64-linux-nat.c: Fix common/ includes.
14848 * i387-tdep.c: Fix common/ includes.
14849 * i386-tdep.c: Fix common/ includes.
14850 * i386-linux-tdep.c: Fix common/ includes.
14851 * i386-linux-nat.c: Fix common/ includes.
14852 * i386-go32-tdep.c: Fix common/ includes.
14853 * i386-fbsd-tdep.c: Fix common/ includes.
14854 * i386-fbsd-nat.c: Fix common/ includes.
14855 * guile/scm-type.c: Fix common/ includes.
14856 * guile/guile.c: Fix common/ includes.
14857 * go32-nat.c: Fix common/ includes.
14858 * gnu-nat.c: Fix common/ includes.
14859 * gdbthread.h: Fix common/ includes.
14860 * gdbarch-selftests.c: Fix common/ includes.
14861 * gdb_usleep.c: Fix common/ includes.
14862 * gdb_select.h: Fix common/ includes.
14863 * gdb_bfd.c: Fix common/ includes.
14864 * gcore.c: Fix common/ includes.
14865 * fork-child.c: Fix common/ includes.
14866 * findvar.c: Fix common/ includes.
14867 * fbsd-nat.c: Fix common/ includes.
14868 * event-top.c: Fix common/ includes.
14869 * event-loop.c: Fix common/ includes.
14870 * dwarf2read.c: Fix common/ includes.
14871 * dwarf2loc.c: Fix common/ includes.
14872 * dwarf2-frame.c: Fix common/ includes.
14873 * dwarf-index-cache.c: Fix common/ includes.
14874 * dtrace-probe.c: Fix common/ includes.
14875 * disasm-selftests.c: Fix common/ includes.
14876 * defs.h: Fix common/ includes.
14877 * csky-tdep.c: Fix common/ includes.
14878 * cp-valprint.c: Fix common/ includes.
14879 * cp-support.h: Fix common/ includes.
14880 * cp-support.c: Fix common/ includes.
14881 * corelow.c: Fix common/ includes.
14882 * completer.h: Fix common/ includes.
14883 * completer.c: Fix common/ includes.
14884 * compile/compile.c: Fix common/ includes.
14885 * compile/compile-loc2c.c: Fix common/ includes.
14886 * compile/compile-cplus-types.c: Fix common/ includes.
14887 * compile/compile-cplus-symbols.c: Fix common/ includes.
14888 * command.h: Fix common/ includes.
14889 * cli/cli-dump.c: Fix common/ includes.
14890 * cli/cli-cmds.c: Fix common/ includes.
14891 * charset.c: Fix common/ includes.
14892 * build-id.c: Fix common/ includes.
14893 * btrace.h: Fix common/ includes.
14894 * btrace.c: Fix common/ includes.
14895 * breakpoint.h: Fix common/ includes.
14896 * breakpoint.c: Fix common/ includes.
14897 * ax.h:
14898 (enum agent_op): Fix common/ includes.
14899 * ax-general.c (struct aop_map): Fix common/ includes.
14900 * ax-gdb.c: Fix common/ includes.
14901 * auxv.c: Fix common/ includes.
14902 * auto-load.c: Fix common/ includes.
14903 * arm-tdep.c: Fix common/ includes.
14904 * arch/riscv.c: Fix common/ includes.
14905 * arch/ppc-linux-common.c: Fix common/ includes.
14906 * arch/i386.c: Fix common/ includes.
14907 * arch/arm.c: Fix common/ includes.
14908 * arch/arm-linux.c: Fix common/ includes.
14909 * arch/arm-get-next-pcs.c: Fix common/ includes.
14910 * arch/amd64.c: Fix common/ includes.
14911 * arch/aarch64.c: Fix common/ includes.
14912 * arch/aarch64-insn.c: Fix common/ includes.
14913 * arch-utils.c: Fix common/ includes.
14914 * amd64-windows-tdep.c: Fix common/ includes.
14915 * amd64-tdep.c: Fix common/ includes.
14916 * amd64-sol2-tdep.c: Fix common/ includes.
14917 * amd64-obsd-tdep.c: Fix common/ includes.
14918 * amd64-nbsd-tdep.c: Fix common/ includes.
14919 * amd64-linux-tdep.c: Fix common/ includes.
14920 * amd64-linux-nat.c: Fix common/ includes.
14921 * amd64-fbsd-tdep.c: Fix common/ includes.
14922 * amd64-fbsd-nat.c: Fix common/ includes.
14923 * amd64-dicos-tdep.c: Fix common/ includes.
14924 * amd64-darwin-tdep.c: Fix common/ includes.
14925 * agent.c: Fix common/ includes.
14926 * ada-lang.h: Fix common/ includes.
14927 * ada-lang.c: Fix common/ includes.
14928 * aarch64-tdep.c: Fix common/ includes.
14929
2f5c153e
TT
149302019-01-25 Tom Tromey <tom@tromey.com>
14931
14932 * common/create-version.sh: Use common/version.h.
14933
adc6a863
PA
149342019-01-24 Pedro Alves <palves@redhat.com>
14935
14936 * infrun.c (signal_stop, signal_print, signal_program)
14937 (signal_catch, signal_pass): Now arrays instead of pointers.
14938 (update_signals_program_target, do_target_resume)
14939 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14940 * linux-nat.c (linux_nat_target::pass_signals)
14941 (linux_nat_target::create_inferior, linux_nat_target::attach):
14942 Adjust.
14943 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14944 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14945 * procfs.c (procfs_target::pass_signals): Adjust.
14946 * record-full.c (record_full_target::resume): Adjust.
14947 * remote.c (remote_target::pass_signals)
14948 (remote_target::program_signals): Adjust.
14949 * target-debug.h (target_debug_print_signals): Now takes a
14950 gdb::array_view as parameter. Adjust.
14951 * target.h (target_ops) <pass_signals, program_signals>: Replace
14952 pointer and length parameters with gdb::array_view.
14953 (target_pass_signals, target_program_signals): Likewise.
14954 * target-delegates.c: Regenerate.
14955
3046d67a
PA
149562019-01-24 Pedro Alves <palves@redhat.com>
14957
14958 * common/forward-scope-exit.h
14959 (forward_scope_exit::forward_scope_exit): Pass arguments to
14960 m_bind_function directly, instead of creating a std::bind and
14961 copying that.
14962
353229bf
AH
149632019-01-24 Alan Hayward <alan.hayward@arm.com>
14964
14965 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14966 for static members.
14967 (pass_in_v_vfp_candidate): Likewise.
14968
311dc83a
TT
149692019-01-23 Tom Tromey <tom@tromey.com>
14970 Pedro Alves <palves@redhat.com>
14971
14972 * regcache.c (class regcache_invalidator): Remove.
14973 (regcache::raw_write): Use make_scope_exit.
14974
296bd123
TT
149752019-01-23 Tom Tromey <tom@tromey.com>
14976
14977 * ui-out.h (class ui_out_emit_type): Update comment.
14978
979a0d13
TT
149792019-01-23 Tom Tromey <tom@tromey.com>
14980
14981 * infrun.c (fetch_inferior_event): Update comment.
14982
d238133d
TT
149832019-01-23 Tom Tromey <tom@tromey.com>
14984 Pedro Alves <palves@redhat.com>
14985
14986 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14987 parameter.
14988 (fetch_inferior_event): Use SCOPE_EXIT.
14989
14990
9885e6bb
TT
149912019-01-23 Tom Tromey <tom@tromey.com>
14992 Pedro Alves <palves@redhat.com>
14993
14994 * infrun.c (disable_thread_events): Delete.
14995 (stop_all_threads): Use SCOPE_EXIT.
14996
286526c1
TT
149972019-01-23 Tom Tromey <tom@tromey.com>
14998 Pedro Alves <palves@redhat.com>
14999
15000 * symfile.c: Include forward-scope-exit.h.
15001 (clear_symtab_users_cleanup): Replace forward declaration with
15002 a FORWARD_SCOPE_EXIT.
15003 (syms_from_objfile_1): Use the forward_scope_exit and
15004 gdb::optional instead of cleanup_function.
15005 (reread_symbols): Use the forward_scope_exit instead of
15006 cleanup_function.
15007 (clear_symtab_users_cleanup): Remove function.
15008
1db93f14
TT
150092019-01-23 Tom Tromey <tom@tromey.com>
15010 Pedro Alves <palves@redhat.com>
15011
15012 * linux-nat.c: Include scope-exit.h.
15013 (cleanup_target_stop): Remove.
15014 (linux_nat_target::static_tracepoint_markers_by_strid): Use
15015 SCOPE_EXIT.
15016
2cc83d1e
TT
150172019-01-23 Tom Tromey <tom@tromey.com>
15018 Pedro Alves <palves@redhat.com>
15019
15020 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
15021 (call_function_by_hand_dummy): Use SCOPE_EXIT.
15022
694c6bf5
TT
150232019-01-23 Tom Tromey <tom@tromey.com>
15024 Andrew Burgess <andrew.burgess@embecosm.com>
15025 Pedro Alves <palves@redhat.com>
15026
15027 * infrun.c (fetch_inferior_event): Use scope_exit.
15028 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
15029 * top.c (execute_command): Use scope_exit.
15030 * breakpoint.c (bpstat_do_actions): Use scope_exit.
15031 * utils.c (do_bpstat_clear_actions_cleanup)
15032 (make_bpstat_clear_actions_cleanup): Remove.
15033
4c41382a
TT
150342019-01-23 Tom Tromey <tom@tromey.com>
15035 Pedro Alves <palves@redhat.com>
15036
15037 * infrun.c: Include "common/scope-exit.h"
15038 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
15039 (wait_for_inferior): Use SCOPE_EXIT.
15040 (fetch_inferior_event): Use scope_exit.
15041
89f8fb50
TT
150422019-01-23 Tom Tromey <tom@tromey.com>
15043 Pedro Alves <palves@redhat.com>
15044
15045 * breakpoint.c (create_breakpoint): Remove cleanup.
15046
5419bdae
TT
150472019-01-23 Tom Tromey <tom@tromey.com>
15048 Andrew Burgess <andrew.burgess@embecosm.com>
15049 Pedro Alves <palves@redhat.com>
15050
e587ef42
PA
150512019-01-23 Pedro Alves <palves@redhat.com>
15052
15053 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
15054
77f0e74c
PA
150552019-01-23 Pedro Alves <palves@redhat.com>
15056 Andrew Burgess <andrew.burgess@embecosm.com>
15057
15058 * gdbthread.h: Include "common/forward-scope-exit.h".
15059 (scoped_finish_thread_state): Redefine custom class in terms of
15060 forward_scope_exit.
15061
5b9b3e53
PA
150622019-01-23 Pedro Alves <palves@redhat.com>
15063 Andrew Burgess <andrew.burgess@embecosm.com>
15064
15065 * common/forward-scope-exit.h: New file.
15066
54b65c9b
PA
150672019-01-23 Pedro Alves <palves@redhat.com>
15068 Andrew Burgess <andrew.burgess@embecosm.com>
15069 Tom Tromey <tom@tromey.com>
15070
15071 * common/scope-exit.h: New file.
15072
cf08fb29
PA
150732019-01-23 Pedro Alves <palves@redhat.com>
15074
15075 * common/preprocessor.h (ESC): Rename to ...
15076 (ESC_PARENS): ... this.
15077 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
15078 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
15079
ae73e2e2
TT
150802019-01-23 Tom Tromey <tom@tromey.com>
15081
15082 * language.h (class scoped_switch_to_sym_language_if_auto):
15083 Initialize m_lang in both cases.
15084
6594e122
AH
150852019-01-23 Alan Hayward <alan.hayward@arm.com>
15086
15087 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
15088 with XCNEW.
15089
a7c9855d
TT
150902019-01-22 Tom Tromey <tom@tromey.com>
15091
15092 * corelow.c: Do not include sys/file.h.
15093
93cc1d53
TT
150942019-01-22 Tom Tromey <tom@tromey.com>
15095
15096 * tui/tui-wingeneral.h: Include gdb_curses.h.
15097
38561778
TT
150982019-01-22 Tom Tromey <tom@tromey.com>
15099
15100 * source-cache.h (class source_cache) <get_source_lines,
15101 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
15102
37b3ab5b
TT
151032019-01-22 Tom Tromey <tom@tromey.com>
15104
15105 * remote-fileio.h (struct remote_target): Declare.
15106
3fabc016
TT
151072019-01-22 Tom Tromey <tom@tromey.com>
15108
15109 * python/py-arch.c: Do not include py-ref.h.
15110 * python/py-bpevent.c: Do not include py-ref.h.
15111 * python/py-cmd.c: Do not include py-ref.h.
15112 * python/py-continueevent.c: Do not include py-ref.h.
15113 * python/py-event.h: Do not include py-ref.h.
15114 * python/py-evtregistry.c: Do not include py-ref.h.
15115 * python/py-finishbreakpoint.c: Do not include py-ref.h.
15116 * python/py-frame.c: Do not include py-ref.h.
15117 * python/py-framefilter.c: Do not include py-ref.h.
15118 * python/py-function.c: Do not include py-ref.h.
15119 * python/py-infevents.c: Do not include py-ref.h.
15120 * python/py-linetable.c: Do not include py-ref.h.
15121 * python/py-objfile.c: Do not include py-ref.h.
15122 * python/py-param.c: Do not include py-ref.h.
15123 * python/py-prettyprint.c: Do not include py-ref.h.
15124 * python/py-progspace.c: Do not include py-ref.h.
15125 * python/py-symbol.c: Do not include py-ref.h.
15126 * python/py-symtab.c: Do not include py-ref.h.
15127 * python/py-type.c: Do not include py-ref.h.
15128 * python/py-unwind.c: Do not include py-ref.h.
15129 * python/py-utils.c: Do not include py-ref.h.
15130 * python/py-value.c: Do not include py-ref.h.
15131 * python/py-varobj.c: Do not include py-ref.h.
15132 * python/py-xmethods.c: Do not include py-ref.h.
15133 * python/python.c: Do not include py-ref.h.
15134 * varobj.c: Do not include py-ref.h.
15135
6b4d7774
TT
151362019-01-22 Tom Tromey <tom@tromey.com>
15137
15138 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15139 keyword for bcache.
15140
7af7e9b5
TT
151412019-01-22 Tom Tromey <tom@tromey.com>
15142
15143 * compile/compile-cplus-types.c: Remove a comment by #include.
15144
951d1049
TT
151452019-01-22 Tom Tromey <tom@tromey.com>
15146
15147 * compile/gcc-c-plugin.h: Include compile-internal.h.
15148
d65d5705
TT
151492019-01-22 Tom Tromey <tom@tromey.com>
15150
15151 * stabsread.c (EXTERN): Do not define.
15152 (symnum, next_symbol_text_func, processing_gcc_compilation)
15153 (within_function, global_sym_chain, global_stabs)
15154 (previous_stab_code, this_object_header_files)
15155 (n_this_object_header_files)
15156 (n_allocated_this_object_header_files): Define.
15157 * stabsread.h (EXTERN): Never define. Use "extern".
15158
b6fb1ee5
PW
151592019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15160
15161 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15162 history_value.
15163
be6d4f74
TT
151642019-01-21 Tom Tromey <tom@tromey.com>
15165
15166 * ui-out.c: Fix includes.
15167 * tui/tui-source.c: Fix includes.
15168 * target.c: Fix includes.
15169 * remote.c: Fix includes.
15170 * regcache.c: Fix includes.
15171 * python/py-block.c: Fix includes.
15172 * printcmd.c: Fix includes.
15173 * or1k-tdep.c: Fix includes.
15174 * mi/mi-main.c: Fix includes.
15175 * m32r-tdep.c: Fix includes.
15176 * csky-tdep.c: Fix includes.
15177 * compile/compile-cplus-types.c: Fix includes.
15178 * cli/cli-interp.c: Fix includes.
15179
73021deb
AH
151802019-01-21 Alan Hayward <alan.hayward@arm.com>
15181
15182 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15183 for padding.
15184
7932255d
TT
151852019-01-16 Tom Tromey <tom@tromey.com>
15186
15187 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15188 earlier.
15189 (struct objfile) <msymbols_range>: Move from top level.
15190 <msymbols>: New method.
15191 (class objfile_msymbols): Remove.
15192 * symtab.c (default_collect_symbol_completion_matches_break_on):
15193 Update.
15194 * symmisc.c (dump_msymbols): Update.
15195 * stabsread.c (scan_file_globals): Update.
15196 * objc-lang.c (info_selectors_command, info_classes_command)
15197 (find_methods): Update.
15198 * minsyms.c (find_solib_trampoline_target): Update.
15199 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15200 * coffread.c (coff_symfile_read): Update.
15201 * ada-lang.c (ada_lookup_simple_minsym)
15202 (ada_collect_symbol_completion_matches): Update.
15203
604b1bfb
TT
152042019-01-16 Tom Tromey <tom@tromey.com>
15205
15206 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15207 type. Remove no-argument constructor.
15208 <iterator::operator++>: Simplify.
15209 <begin>: Update.
15210 <end>: Use minimal_symbol_count.
15211
f252c6d5
TT
152122019-01-16 Tom Tromey <tom@tromey.com>
15213
15214 * objfiles.h (struct objfile) <psymtabs>: New method.
15215 (class objfile_psymtabs): Remove.
15216 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15217 typedef.
15218 <range>: New method.
15219 (require_partial_symbols): Change return type.
15220 * psymtab.c (require_partial_symbols)
15221 (psym_expand_symtabs_matching): Update.
15222 * mdebugread.c (parse_partial_symbols): Update.
15223 * dbxread.c (dbx_end_psymtab): Update.
15224
b669c953
TT
152252019-01-15 Tom Tromey <tom@tromey.com>
15226
15227 * symtab.c (lookup_objfile_from_block)
15228 (lookup_symbol_in_objfile_symtabs)
15229 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15230 (find_line_symtab, info_sources_command)
15231 (default_collect_symbol_completion_matches_break_on)
15232 (make_source_files_completion_list): Update.
15233 * symmisc.c (print_objfile_statistics, dump_objfile)
15234 (maintenance_print_symbols, maintenance_info_symtabs)
15235 (maintenance_check_symtabs, maintenance_info_line_tables):
15236 Update.
15237 * source.c (select_source_symtab)
15238 (forget_cached_source_info_for_objfile): Update.
15239 * objfiles.h (class objfile_compunits): Remove.
15240 (struct objfile) <compunits_range>: New typedef.
15241 (compunits): New method.
15242 * objfiles.c (objfile_relocate1): Update.
15243 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15244 * maint.c (count_symtabs_and_blocks): Update.
15245 * linespec.c (iterate_over_all_matching_symtabs): Update.
15246 * cp-support.c (add_symbol_overload_list_qualified): Update.
15247 * coffread.c (coff_symtab_read): Update.
15248 * ada-lang.c (add_nonlocal_symbols)
15249 (ada_collect_symbol_completion_matches)
15250 (ada_add_global_exceptions): Update.
15251
7e955d83
TT
152522019-01-15 Tom Tromey <tom@tromey.com>
15253
15254 * progspace.h (program_space) <objfiles_safe_range>: New
15255 typedef.
15256 <objfiles_safe>: New method.
15257 * objfiles.h (class all_objfiles_safe): Remove.
15258 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15259 * jit.c (jit_inferior_exit_hook): Update.
15260
2030c079
TT
152612019-01-17 Tom Tromey <tom@tromey.com>
15262
15263 * progspace.h (program_space) <objfiles_range>: New typedef.
15264 <objfiles>: New method.
15265 <objfiles_head>: Rename from objfiles.
15266 (object_files): Update.
15267 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15268 * guile/scm-pretty-print.c
15269 (ppscm_find_pretty_printer_from_objfiles): Update.
15270 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15271 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15272 Update.
15273 * python/py-progspace.c (pspy_get_objfiles): Update.
15274 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15275 Update.
15276 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15277 (objfpy_lookup_objfile_by_build_id): Update.
15278 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15279 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15280 Update.
15281 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15282 (expand_symtab_containing_pc, lookup_objfile_from_block)
15283 (lookup_static_symbol, basic_lookup_transparent_type)
15284 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15285 (find_line_symtab, info_sources_command)
15286 (default_collect_symbol_completion_matches_break_on)
15287 (make_source_files_completion_list, find_main_name): Update.
15288 * symmisc.c (print_symbol_bcache_statistics)
15289 (print_objfile_statistics, maintenance_print_symbols)
15290 (maintenance_print_msymbols, maintenance_print_objfiles)
15291 (maintenance_info_symtabs, maintenance_check_symtabs)
15292 (maintenance_expand_symtabs, maintenance_info_line_tables):
15293 Update.
15294 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15295 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15296 (map_overlay_command, unmap_overlay_command)
15297 (simple_overlay_update, expand_symtabs_matching)
15298 (map_symbol_filenames): Update.
15299 * symfile-debug.c (set_debug_symfile): Update.
15300 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15301 Update.
15302 * source.c (select_source_symtab, forget_cached_source_info):
15303 Update.
15304 * solib.c (solib_read_symbols): Update.
15305 * solib-spu.c (append_ocl_sos): Update.
15306 * psymtab.c (maintenance_print_psymbols)
15307 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15308 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15309 * printcmd.c (info_symbol_command): Update.
15310 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15311 Update.
15312 * objfiles.h (class all_objfiles): Remove.
15313 * objfiles.c (have_partial_symbols, have_full_symbols)
15314 (have_minimal_symbols, qsort_cmp, update_section_map)
15315 (shared_objfile_contains_address_p)
15316 (default_iterate_over_objfiles_in_search_order): Update.
15317 * objc-lang.c (info_selectors_command, info_classes_command)
15318 (find_methods): Update.
15319 * minsyms.c (find_solib_trampoline_target): Update.
15320 * maint.c (maintenance_info_sections)
15321 (maintenance_translate_address, count_symtabs_and_blocks):
15322 Update.
15323 * main.c (captured_main_1): Update.
15324 * linux-thread-db.c (try_thread_db_load_from_pdir)
15325 (has_libpthread): Update.
15326 * linespec.c (iterate_over_all_matching_symtabs)
15327 (search_minsyms_for_name): Update.
15328 * jit.c (jit_find_objf_with_entry_addr): Update.
15329 * hppa-tdep.c (find_unwind_entry)
15330 (hppa_lookup_stub_minimal_symbol): Update.
15331 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15332 Update.
15333 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15334 (elf_gnu_ifunc_resolve_by_got): Update.
15335 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15336 * dwarf-index-write.c (save_gdb_index_command): Update.
15337 * cp-support.c (add_symbol_overload_list_qualified): Update.
15338 * breakpoint.c (create_overlay_event_breakpoint)
15339 (create_longjmp_master_breakpoint)
15340 (create_std_terminate_master_breakpoint)
15341 (create_exception_master_breakpoint): Update.
15342 * blockframe.c (find_pc_partial_function): Update.
15343 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15344 (ada_collect_symbol_completion_matches)
15345 (ada_add_global_exceptions): Update.
15346
776489e0
TT
153472019-01-17 Tom Tromey <tom@tromey.com>
15348
15349 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15350 declare VEC.
15351 (solib_target_parse_libraries): Change return type.
15352 (library_list_start_segment, library_list_start_section)
15353 (library_list_end_library, library_list_start_library); Update.
15354 (solib_target_free_library_list): Remove.
15355 (solib_target_parse_libraries): Remove cleanup. Change return
15356 type.
15357 (solib_target_current_sos): Update.
15358
6471e7d2
TT
153592019-01-17 Tom Tromey <tromey@bapiya>
15360
15361 * valprint.c: Replace "the the" with "the".
15362 * symtab.c: Replace "the the" with "the".
15363 * solib.c: Replace "the the" with "the".
15364 * solib-dsbt.c: Replace "the the" with "the".
15365 * linespec.c: Replace "the the" with "the".
15366 * dwarf2loc.h: Replace "the the" with "the".
15367 * amd64-windows-tdep.c: Replace "the the" with "the".
15368 * aarch64-tdep.c: Replace "the the" with "the".
15369
c24bdb02
KS
153702019-01-16 Keith Seitz <keiths@redhat.com>
15371
15372 PR gdb/23773
15373 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15374 <builder>: Rename to ..
15375 <m_builder>: ... this and make private.
15376 (dwarf2_cu::get_builder): New method. Change all users of
15377 `builder' to use this method.
15378 (dwarf2_start_symtab): Move to ...
15379 (dwarf2_cu::start_symtab): ... here. Update all callers
15380 (setup_type_unit_groups): Move to ...
15381 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15382 callers.
15383 (dwarf2_cu::reset_builder): New method.
15384 (process_full_compunit, process_full_type_unit): Use
15385 dwarf2_cu::reset_builder.
15386 (follow_die_offset): Record the ancestor CU if it is different
15387 from the followed DIE's CU.
15388 (follow_die_sig_1): Likewise.
15389
8d64371b
TT
153902019-01-15 Tom Tromey <tom@tromey.com>
15391
15392 * remote.c (class remote_state) <buf>: Now a char_vector.
15393 <buf_size>: Remove.
15394 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15395 parameter.
15396 (remote_target::getpkt_or_notif_sane_1)
15397 (remote_target::getpkt_sane)
15398 (remote_target::getpkt_or_notif_sane): Likewise.
15399 (class remote_target) <putpkt>: New overload.
15400 (remote_target::read_frame): Change type of "buf_p". Remove
15401 sizeof_p parameter.
15402 (packet_ok): New overload.
15403 (packet_check_result): New overload.
15404 Update all uses.
15405
bb277751
TT
154062019-01-14 Tom Tromey <tom@tromey.com>
15407
15408 * remote-notif.c (handle_notification, remote_notif_ack)
15409 (remote_notif_parse): Make "buf" const.
15410 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15411 const.
15412 (remote_notif_parse, remote_notif_ack, handle_notification):
15413 Likewise.
15414 * remote.c (remote_notif_stop_parse): Make "buf" const.
15415 (remote_target::remote_parse_stop_reply): Make "buf" const.
15416 (remote_notif_stop_ack): Make "buf" const.
15417
05be00a8
TT
154182019-01-14 Tom Tromey <tom@tromey.com>
15419
15420 * remote.c (remote_console_output): Make parameter const.
15421
491adeca
TT
154222019-01-14 Tom Tromey <tom@tromey.com>
15423
15424 * target-debug.h (target_debug_print_signals): Constify.
15425 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15426 * procfs.c (procfs_target::pass_signals): Update.
15427 * linux-nat.c (linux_nat_target::pass_signals): Update.
15428 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15429 * target-delegates.c: Rebuild.
15430 * remote.c (remote_target::program_signals): Update.
15431 (remote_target::pass_signals): Update.
15432 * target.c (target_pass_signals): Constify argument.
15433 (target_program_signals): Likewise.
15434 * target.h (struct target_ops) <pass_signals, program_signals>:
15435 Constify argument.
15436 (target_pass_signals, target_program_signals): Constify argument.
15437
bbd94648
TT
154382019-01-14 Tom Tromey <tom@tromey.com>
15439
15440 PR tui/28819:
15441 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15442
6f072a10
PFC
154432019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15444
15445 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15446 field.
15447 * rs6000-tdep.c: Include reggroups.h.
15448 (IS_V_ALIAS_PSEUDOREG): Define.
15449 (rs6000_register_name): Return names for the "vX" aliases.
15450 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15451 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15452 aliases. Call default_register_reggroup_p for all other
15453 pseudo-registers.
15454 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15455 New functions.
15456 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15457 Handle "vX" aliases.
15458 (v_alias_pseudo_register_collect): New function.
15459 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15460 (rs6000_gdbarch_init): Initialize "vX" aliases as
15461 pseudo-registers. Restore registration of
15462 rs6000_pseudo_register_reggroup_p with
15463 set_tdesc_pseudo_register_reggroup_p.
15464
1a782351
MF
154652019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15466
15467 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15468 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15469 set_gdbarch_num_pseudo_regs.
15470
d73cff18
PW
154712019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15472
15473 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15474 Remove arg prefixname, add do_set and do_show.
15475 Add member functions set_list and show_list.
15476 * cli/cli-style.c (class cli_style_option): Update accordingly.
15477 (style_set_list): Move to file scope.
15478 (style_show_list): Likewise.
15479 (set_style): Call help_list.
15480 (show_style): Call cmd_show_list.
15481 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15482 Update to use the new macro.
15483
60a90376
JB
154842019-10-12 Joel Brobecker <brobecker@adacore.com>
15485
15486 * ada-lang.c (_initialize_ada_language): Expand the help text
15487 for the "catch exception" command.
15488
9d7c67bf
PW
154892019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15490
15491 * symtab.c (matching_obj_sections): Initialize obj,
15492 declare it closer to its usage.
15493
7cf47dc4
TT
154942019-01-10 Tom Tromey <tom@tromey.com>
15495
15496 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15497 (basic_inf_threads_range): Remove.
15498 (inf_threads_range, inf_non_exited_threads_range)
15499 (safe_inf_threads_range): Use next_adapter.
15500
d3cb6808
KS
155012019-01-10 Keith Seitz <keiths@redhat.com>
15502
15503 PR gdb/23712
15504 PR symtab/23010
15505 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15506 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15507
63a20375
KS
155082019-01-10 Keith Seitz <keiths@redhat.com>
15509
15510 PR gdb/23712
15511 PR symtab/23010
15512 * dictionary.c (pending_to_vector): Remove.
15513 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15514 Remove _1 suffix, replacing functions of the same name. Update
15515 all callers.
15516 (dict_create_hashed, dict_create_hashed_expandable)
15517 (dict_create_linear, dict_create_linear_expandable, dict_free)
15518 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15519 Make functions static.
15520
b026f593
KS
155212019-01-10 Keith Seitz <keiths@redhat.com>
15522
15523 PR gdb/23712
15524 PR symtab/23010
15525 * dictionary.h (struct dictionary): Replace declaration with
15526 multidictionary.
15527 (dict_create_hashed, dict_create_hashed_expandable)
15528 (dict_create_linear, dict_create_linear_expandable)
15529 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15530 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15531 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15532 taking multidictionary argument.
15533 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15534 * block.h (struct block) <dict>: Change to multidictionary
15535 and rename `multidict'.
15536 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15537 symmisc.c: Update all dictionary references to multidictionary.
15538
c7748ee9
KS
155392019-01-10 Keith Seitz <keiths@redhat.com>
15540
15541 PR gdb/23712
15542 PR symtab/23010
15543 * dictionary.c: Include unordered_map.
15544 (pending_to_vector): New function.
15545 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15546 Rewrite the non-"_1" functions to take vector instead
15547 of linked list.
15548 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15549 "new" _1 versions of the same name.
15550 (multidictionary): Define.
15551 (std::hash<enum language): New definition.
15552 (collate_pending_symbols_by_language, mdict_create_hashed)
15553 (mdict_create_hashed_expandable, mdict_create_linear)
15554 (mdict_create_linear_expandable, mdict_free)
15555 (find_language_dictionary, create_new_language_dictionary)
15556 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15557 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15558 (mdict_size, mdict_empty): New functions.
15559 * dictionary.h (mdict_iterator): Define.
15560
67aa1f3c
PA
155612019-01-10 Pedro Alves <palves@redhat.com>
15562
15563 * breakpoint.c (read_uploaded_action)
15564 (create_tracepoint_from_upload): Adjust to use
15565 gdb::unique_xmalloc_ptr.
15566 * ctf.c (ctf_write_uploaded_tp):
15567 (SET_ARRAY_FIELD): Use emplace_back.
15568 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15569 * tracefile-tfile.c (tfile_write_uploaded_tp):
15570 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15571 gdb::unique_xmalloc_ptr.
15572 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15573 at_string, cond_string, cmd_strings>: Replace char pointers
15574 with gdb::unique_xmalloc_ptr.
15575
2f667667
PA
155762019-01-10 Pedro Alves <palves@redhat.com>
15577
15578 * solib-target.c (library_list_start_library): Don't xstrdup name.
15579
36cb7237
PA
155802019-01-10 Pedro Alves <palves@redhat.com>
15581
15582 * mdebugread.c (parse_partial_symbols): Use
15583 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15584
da584958
AB
155852019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15586
15587 * linux-fork.c (scoped_switch_fork_info)
15588 <~scoped_switch_fork_info>: Fix incorrect variable name.
15589
1ef8573c
AB
155902019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15591
15592 * linux-fork.c (scoped_switch_fork_info)
15593 <scoped_switch_fork_info>: Make explicit.
15594 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15595
8d7bcccb
TT
155962019-01-10 Tom Tromey <tom@tromey.com>
15597
15598 * objfiles.h (objfile::reset_psymtabs): Update.
15599 * objfiles.c (objfile::objfile): Update.
15600 * psymtab.h (psymtab_storage::obstack): Update.
15601 (psymtab_storage::m_obstack): Use gdb::optional.
15602 (class psymtab_storage): Update comment. Remove objfile
15603 parameter.
15604 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15605
b596a3c7
TT
156062019-01-10 Tom Tromey <tom@tromey.com>
15607
15608 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15609 <free_psymtabs>: Now private.
15610 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15611 (allocate_psymtab): Use new method.
15612
a9342b62
TT
156132019-01-10 Tom Tromey <tom@tromey.com>
15614
15615 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15616 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15617 * mdebugread.c (parse_partial_symbols): Use
15618 allocate_dependencies.
15619 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15620 allocate_dependencies.
15621 (process_psymtab_comp_unit_reader)
15622 (build_type_psymtab_dependencies): Likewise.
15623 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15624
5af70966
TT
156252019-01-10 Tom Tromey <tom@tromey.com>
15626
15627 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15628 PSYMBOL_SET_LANGUAGE.
15629 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15630
5923a04c
TT
156312019-01-10 Tom Tromey <tom@tromey.com>
15632
15633 * psymtab.h (psymtab_storage::obstack): New method.
15634 <m_obstack>: Rename from obstack; now private.
15635 * psymtab.c (psymtab_storage): Update.
15636 * dwarf2read.c (create_addrmap_from_index)
15637 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15638 Update.
15639
6d6a12bf
TT
156402019-01-10 Tom Tromey <tom@tromey.com>
15641
15642 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15643 * objfiles.h (objfile::reset_psymtabs): New method.
15644
d320c2b5
TT
156452019-01-10 Tom Tromey <tom@tromey.com>
15646
15647 * symmisc.c (print_symbol_bcache_statistics): Update.
15648 (print_objfile_statistics): Update.
15649 * symfile.c (reread_symbols): Update.
15650 * psymtab.h (class psymtab_storage): New.
15651 * psymtab.c (psymtab_storage): New constructor.
15652 (~psymtab_storage): New destructor.
15653 (require_partial_symbols): Update.
15654 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15655 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15656 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15657 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15658 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15659 (start_psymtab_common, end_psymtab_common)
15660 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15661 (allocate_psymtab): Update.
15662 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15663 Update.
15664 (dump_psymtab_addrmap, maintenance_print_psymbols)
15665 (maintenance_check_psymtabs): Update.
15666 (class objfile_psymtabs): Move to objfiles.h.
15667 * psympriv.h (discard_psymtab): Now inline.
15668 (psymtab_discarder::psymtab_discarder): Update.
15669 (psymtab_discarder::~psymtab_discarder): Update.
15670 (ALL_OBJFILE_PSYMTABS): Rewrite.
15671 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15672 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15673 Remove fields.
15674 <partial_symtabs>: New field.
15675 (class objfile_psymtabs): Move from psymtab.h. Update.
15676 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15677 psymbol_cache.
15678 (objfile::~objfile): Don't destroy psymbol_cache.
15679 * mdebugread.c (parse_partial_symbols): Update.
15680 * dwarf2read.c (create_addrmap_from_index)
15681 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15682 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15683 (add_partial_subprogram, dwarf2_ranges_read): Update.
15684 * dwarf-index-write.c (write_address_map)
15685 (write_one_signatured_type, recursively_write_psymbols)
15686 (class debug_names, class debug_names, write_psymtabs_to_index):
15687 Update.
15688
1d94a5a3
TT
156892019-01-10 Tom Tromey <tom@tromey.com>
15690
15691 * symtab.h (SYMBOL_SET_NAMES): Update.
15692 (symbol_set_names): Update.
15693 (MSYMBOL_SET_NAMES): Update.
15694 * symtab.c (symbol_set_names): Change argument to be an
15695 objfile_per_bfd_storage.
15696 * psymtab.c (add_psymbol_to_bcache): Update.
15697 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15698
0f14768a
TT
156992019-01-10 Tom Tromey <tom@tromey.com>
15700
15701 * symtab.c (create_demangled_names_hash): Change argument to be an
15702 objfile_per_bfd_storage.
15703 (symbol_set_names): Update.
15704
6eee24ce
TT
157052019-01-10 Tom Tromey <tom@tromey.com>
15706
15707 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15708 init_psymbol_list.
15709 * psymtab.c (init_psymbol_list): Do nothing if already called.
15710 * psympriv.h (init_psymbol_list): Add comment.
15711 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15712 init_psymbol_list.
15713 * dbxread.c (dbx_symfile_read): Unconditionally call
15714 init_psymbol_list.
15715
75aedd27
TT
157162019-01-10 Tom Tromey <tom@tromey.com>
15717
15718 * xcoffread.c (scan_xcoff_symtab): Update.
15719 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15720 "where".
15721 * mdebugread.c (parse_partial_symbols)
15722 (handle_psymbol_enumerators): Update.
15723 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15724 * dbxread.c (read_dbx_symtab): Update.
15725 * psympriv.h (psymbol_placement): New enum.
15726 (add_psymbol_to_list): Update.
15727
939652a5
TT
157282019-01-10 Tom Tromey <tom@tromey.com>
15729
15730 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15731 static_psymbols parameters.
15732 (scan_xcoff_symtab): Update.
15733 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15734 static_psymbols parameters.
15735 * psympriv.h (start_psymtab_common): Update.
15736 * mdebugread.c (parse_partial_symbols): Update.
15737 * dwarf2read.c (create_partial_symtab): Update.
15738 * dbxread.c (read_dbx_symtab): Update.
15739 (start_psymtab): Remove global_psymbols and static_psymbols
15740 parameters.
15741
baa62830
TT
157422019-01-10 Tom Tromey <tom@tromey.com>
15743
15744 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15745 * psymtab.c (allocate_psymtab): Add comment.
15746 * psympriv.h (allocate_psymtab): Add comment.
15747 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15748 initializations.
15749 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15750
0e8f53ba
TT
157512019-01-10 Tom Tromey <tom@tromey.com>
15752
15753 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15754 Don't declare.
15755 * mipsread.c: Include mdebugread.h.
15756 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15757 Declare.
15758 * elfread.c: Include mdebugread.h.
15759
b22a7c6a
TT
157602019-01-09 Tom Tromey <tom@tromey.com>
15761
15762 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15763 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15764 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15765 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15766 (psym_lookup_symbol, psym_find_last_source_symtab)
15767 (psym_forget_cached_source_info, psym_print_stats)
15768 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15769 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15770 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15771 (psym_find_compunit_symtab_by_address)
15772 (maintenance_print_psymbols, maintenance_info_psymtabs)
15773 (maintenance_check_psymtabs): Use ranged for.
15774 * psymtab.h (class objfile_psymtabs): New.
15775 (require_partial_symbols): Return objfile_psymtabs.
15776 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15777
3b9d3ac2
TT
157782019-01-09 Tom Tromey <tom@tromey.com>
15779
15780 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15781 (find_pc_mapped_section, list_overlays_command)
15782 (map_overlay_command, unmap_overlay_command)
15783 (simple_overlay_update): Use all_objfiles.
15784 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15785 * printcmd.c (info_symbol_command): Use all_objfiles.
15786 * objfiles.h (ALL_OBJSECTIONS): Remove.
15787 * maint.c (maintenance_translate_address): Use all_objfiles.
15788 * gcore.c (gcore_create_callback): Use all_objfiles.
15789 (objfile_find_memory_regions): Likewise.
15790
8b31193a
TT
157912019-01-09 Tom Tromey <tom@tromey.com>
15792
15793 * symtab.c (find_line_symtab, info_sources_command)
15794 (make_source_files_completion_list): Use objfile_compunits.
15795 * source.c (select_source_symtab): Use objfile_compunits.
15796 * objfiles.h (struct objfile): Update comment.
15797 (ALL_OBJFILES): Remove.
15798 (ALL_FILETABS): Remove.
15799 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15800 objfile_compunits.
15801
d5da8b3c
TT
158022019-01-09 Tom Tromey <tom@tromey.com>
15803
15804 * symmisc.c (print_objfile_statistics, dump_objfile)
15805 (maintenance_print_symbols): Use compunit_filetabs.
15806 * source.c (forget_cached_source_info_for_objfile): Use
15807 compunit_filetabs.
15808 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15809 (ALL_FILETABS): Use compunit_filetabs.
15810 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15811 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15812
5accd1a0
TT
158132019-01-09 Tom Tromey <tom@tromey.com>
15814
15815 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15816 (compunit_filetabs): New.
15817 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15818 compunit_filetabs.
15819 (info_sources_command, make_source_files_completion_list): Remove
15820 declaration.
15821 * symmisc.c (print_objfile_statistics, dump_objfile)
15822 (maintenance_print_symbols): Remove declaration.
15823 (maintenance_info_symtabs): Use compunit_filetabs.
15824 (maintenance_info_line_tables): Likewise.
15825 * source.c (select_source_symtab): Change local variable name.
15826 (forget_cached_source_info_for_objfile): Remove declaration.
15827 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15828 * objfiles.c (objfile_relocate1): Remove declaration.
15829 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15830 declaration.
15831 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15832 * coffread.c (coff_symtab_read): Remove declaration.
15833 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15834 compunit_filetabs.
15835
d8aeb77f
TT
158362019-01-09 Tom Tromey <tom@tromey.com>
15837
15838 * symtab.c (lookup_objfile_from_block)
15839 (find_pc_sect_compunit_symtab, search_symbols)
15840 (default_collect_symbol_completion_matches_break_on): Use
15841 objfile_compunits.
15842 * objfiles.h (ALL_COMPUNITS): Remove.
15843 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15844 * cp-support.c (add_symbol_overload_list_qualified): Use
15845 objfile_compunits.
15846 * ada-lang.c (ada_collect_symbol_completion_matches)
15847 (ada_add_global_exceptions): Use objfile_compunits.
15848
592553c4
TT
158492019-01-09 Tom Tromey <tom@tromey.com>
15850
15851 * source.c (select_source_symtab)
15852 (forget_cached_source_info_for_objfile): Remove declaration.
15853 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15854 declaration.
15855 * maint.c (count_symtabs_and_blocks): Remove declaration.
15856 * cp-support.c (add_symbol_overload_list_qualified): Remove
15857 declaration.
15858 * coffread.c (coff_symtab_read): Remove declaration.
15859 * symtab.c (lookup_symbol_in_objfile_symtabs)
15860 (basic_lookup_transparent_type_1): Use objfile_compunits.
15861 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15862 (info_sources_command, search_symbols)
15863 (default_collect_symbol_completion_matches_break_on)
15864 (make_source_files_completion_list): Remove declaration.
15865 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15866 (ada_collect_symbol_completion_matches)
15867 (ada_add_global_exceptions): Remove declaration.
15868 * linespec.c (iterate_over_all_matching_symtabs): Use
15869 objfile_compunits.
15870 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15871 (class objfile_compunits): New.
15872 (ALL_COMPUNITS): Use objfile_compunits.
15873 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15874 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15875 objfile_compunits.
15876 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15877
5325b9bf
TT
158782019-01-09 Tom Tromey <tom@tromey.com>
15879
15880 * symtab.c (search_symbols)
15881 (default_collect_symbol_completion_matches_break_on): Use
15882 objfile_msymbols.
15883 * ada-lang.c (ada_lookup_simple_minsym)
15884 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15885 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15886 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15887 objfile_msymbols.
15888 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15889 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15890 * objc-lang.c (find_methods): Use objfile_msymbols.
15891 (info_selectors_command, info_classes_command): Likewise.
15892 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15893 * objfiles.h (class objfile_msymbols): New.
15894 (ALL_OBJFILE_MSYMBOLS): Remove.
15895 (ALL_MSYMBOLS): Remove.
15896
cac85af2
TT
158972019-01-09 Tom Tromey <tom@tromey.com>
15898
15899 * common/next-iterator.h (next_adapter): Add Iterator template
15900 parameter.
15901 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15902 (class all_objfiles_safe): New.
15903 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15904 * objfiles.c (put_objfile_before): Update comment.
15905 (add_separate_debug_objfile): Likewise.
15906 (free_all_objfiles): Use all_objfiles_safe.
15907 (objfile_purge_solibs): Likewise.
15908
aed57c53
TT
159092019-01-09 Tom Tromey <tom@tromey.com>
15910
15911 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15912 (expand_symtab_containing_pc, lookup_static_symbol)
15913 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15914 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15915 all_objfiles.
15916 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15917 * breakpoint.c (create_overlay_event_breakpoint)
15918 (create_longjmp_master_breakpoint)
15919 (create_std_terminate_master_breakpoint)
15920 (create_exception_master_breakpoint): Use all_objfiles.
15921 * linux-thread-db.c (try_thread_db_load_from_pdir)
15922 (has_libpthread): Use all_objfiles.
15923 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15924 * linespec.c (iterate_over_all_matching_symtabs)
15925 (search_minsyms_for_name): Use all_objfiles.
15926 * maint.c (maintenance_info_sections): Use all_objfiles.
15927 * main.c (captured_main_1): Use all_objfiles.
15928 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15929 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15930 * guile/scm-pretty-print.c
15931 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15932 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15933 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15934 (maintenance_print_msymbols): Use all_objfiles.
15935 * source.c (select_source_symtab): Use all_objfiles.
15936 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15937 * symfile.c (remove_symbol_file_command)
15938 (expand_symtabs_matching, map_symbol_filenames): Use
15939 all_objfiles.
15940 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15941 all_objfiles.
15942 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15943 * objc-lang.c (find_methods): Use all_objfiles.
15944 * objfiles.c (have_partial_symbols, have_full_symbols)
15945 (have_minimal_symbols, qsort_cmp)
15946 (default_iterate_over_objfiles_in_search_order): Use
15947 all_objfiles.
15948 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15949 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15950 (maintenance_check_psymtabs): Use all_objfiles.
15951 (ALL_PSYMTABS): Remove.
15952 * compile/compile-object-run.c (do_module_cleanup): Use
15953 all_objfiles.
15954 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15955 * cp-support.c (add_symbol_overload_list_qualified): Use
15956 all_objfiles.
15957 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15958 Use all_objfiles.
15959 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15960 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15961 all_objfiles.
15962 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15963 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15964 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15965 Uses all_objfiles.
15966 * solib.c (solib_read_symbols): Use all_objfiles
15967
99d89cde
TT
159682019-01-09 Tom Tromey <tom@tromey.com>
15969
15970 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15971 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15972 all_objfiles.
15973 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15974 * symmisc.c (print_symbol_bcache_statistics)
15975 (print_objfile_statistics, maintenance_print_objfiles)
15976 (maintenance_info_symtabs, maintenance_check_symtabs)
15977 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15978 all_objfiles.
15979 * source.c (forget_cached_source_info): Use all_objfiles.
15980 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15981 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15982 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15983 * objfiles.c (update_section_map): Use all_objfiles.
15984 (shared_objfile_contains_address_p): Likewise.
15985 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15986 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15987
21708325
TT
159882019-01-09 Tom Tromey <tom@tromey.com>
15989
15990 * common/next-iterator.h: New file.
15991 * objfiles.h (class all_objfiles): New.
15992 (struct objfile_iterator): New.
15993
669e09f6
PW
159942019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15995
15996 * NEWS: Move the description of the changed "frame", "select-frame",
15997 and "info frame" commands to the Changed commands section.
15998
041be526
SM
159992019-01-09 Simon Marchi <simon.marchi@ericsson.com>
16000
16001 * gdbtypes.c (check_stub_method_group): Remove handling of old
16002 mangling schemes.
16003 * linespec.c (find_methods): Likewise.
16004 * stabsread.c (read_member_functions): Likewise.
16005 * valops.c (search_struct_method): Likewise.
16006 (value_struct_elt_for_reference): Likewise.
16007 * NEWS: Mention this change.
16008
0e2a2133
AB
160092019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
16010
16011 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
16012 print_source_lines.
16013 * source.c (print_source_lines_base): Update line number check.
16014 (print_source_lines): New function.
16015 (source_lines_range::source_lines_range): New function.
16016 * source.h (class source_lines_range): New class.
16017 (print_source_lines): New declaration.
16018
1055a3b4
PW
160192019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16020
16021 * linespec.c (linespec_state_destructor): Free self->canonical_names.
16022
cfeadda5
TT
160232019-01-08 Tom Tromey <tom@tromey.com>
16024 Simon Marchi <simon.marchi@ericsson.com>
16025
16026 PR gdb/24060
16027 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
16028 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
16029 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16030 * f-exp.y (DOLLAR_VARIABLE): Likewise.
16031 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
16032 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16033
583068ca
AB
160342019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16035
16036 * source.c (select_source_symtab): Move header comment to
16037 declaration in source.h.
16038 (forget_cached_source_info_for_objfile): Likewise.
16039 (forget_cached_source_info): Likewise.
16040 (identify_source_line): Likewise.
16041 * source.h (identify_source_line): Move declaration from symtab.h
16042 and add comment from source.c
16043 (print_source_lines): Likewise.
16044 (forget_cached_source_info_for_objfile): Likewise.
16045 (forget_cached_source_info): Likewise.
16046 (select_source_symtab): Likewise.
16047 (enum print_source_lines_flag): Move definition from symtab.h.
16048 * symtab.h (identify_source_line): Move declaration to source.h.
16049 (print_source_lines): Likewise.
16050 (forget_cached_source_info_for_objfile): Likewise.
16051 (forget_cached_source_info): Likewise.
16052 (select_source_symtab): Likewise.
16053 (enum print_source_lines_flag): Move definition to source.h.
16054 * tui/tui-hooks.c: Add 'source.h' include.
16055
ec98a4ad
AB
160562019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16057
16058 * source.c (print_source_lines_base): Handle requests to print
16059 reverse line number sequences, and guard against empty lines
16060 string.
16061
62ea19c1
AB
160622019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16063
16064 * source.c (print_source_lines_base): Fix skip of '\r' if next
16065 character is '\n'.
16066
9d30e1fd
TT
160672019-01-06 Tom Tromey <tom@tromey.com>
16068
16069 * c-exp.y (struct c_parse_state) <macro_original_text,
16070 expansion_obstack>: New member.
16071 (macro_original_text, expansion_obstack): Remove globals.
16072 (scan_macro_expansion, scanning_macro_expansion)
16073 (finished_macro_expansion): Update.
16074 (scan_macro_cleanup): Remove.
16075 (yylex, c_parse): Update.
16076
c65bac38
TT
160772019-01-06 Tom Tromey <tom@tromey.com>
16078
16079 * c-exp.y (struct c_parse_state) <strings>: New member.
16080 (operator_stoken): Update.
16081
02e12e38
TT
160822019-01-06 Tom Tromey <tom@tromey.com>
16083
16084 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
16085 (union type_stack_elt) <typelist_val>: Now a pointer to
16086 std::vector.
16087 (type_stack_cleanup): Don't declare.
16088 (push_typelist): Update.
16089 * parse.c (pop_typelist): Return a std::vector.
16090 (push_typelist): Take a std::vector.
16091 (follow_types): Update. Do not free args.
16092 (type_stack_cleanup): Remove.
16093 * c-exp.y (struct c_parse_state): New.
16094 (cpstate): New global.
16095 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
16096 (nonempty_typelist): Update.
16097 (func_mod): Create a new vector.
16098 (c_parse): Create a c_parse_state.
16099 (check_parameter_typelist): Do not delete params.
16100 (function_method): Update. Do not delete type_list.
16101
f097f5ad
TT
161022019-01-06 Tom Tromey <tom@tromey.com>
16103
16104 PR gdb/28155:
16105 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
16106 check_typedef.
16107 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
16108 (print_return_value): Likewise.
16109
d2adf9f1
TT
161102019-01-05 Tom Tromey <tom@tromey.com>
16111
16112 * contrib/cleanup_check.py: Remove.
16113 * contrib/gcc-with-excheck: Remove.
16114 * contrib/exsummary.py: Remove.
16115 * contrib/excheck.py: Remove.
16116
2eab46b1
JB
161172019-01-05 Joel Brobecker <brobecker@adacore.com>
16118
16119 * thread.c (delete_thread_1): Add gdb_assert that THR is not
16120 NULL. Initialize tpprev to NULL instead of assigning it
16121 to NULL on the next statement.
16122 * windows-nat.c (windows_delete_thread): Remove check for
16123 main_thread_id before printing thread exit notifications.
16124 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16125 Remove thread ID check against main_thread_id.
16126 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16127 windows_delete_thread.
16128 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16129
48c5e7e2
TT
161302019-01-04 Tom Tromey <tom@tromey.com>
16131
16132 * compile/compile.c (_initialize_compile): Use upper case for
16133 metasyntactic variables.
16134 * symmisc.c (_initialize_symmisc): Use upper case for
16135 metasyntactic variables.
16136 * psymtab.c (_initialize_psymtab): Use upper case for
16137 metasyntactic variables.
16138 * demangle.c (demangle_command): Use upper case for metasyntactic
16139 variables.
16140 (_initialize_demangler): Likewise.
16141 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16142 variables.
16143
986041cd
TT
161442019-01-03 Tom Tromey <tom@tromey.com>
16145
16146 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16147
7c711119
TT
161482019-01-03 Tom Tromey <tom@tromey.com>
16149
16150 * python/py-symtab.c (salpy_str): Update.
16151 (struct salpy_sal_object) <symtab>: Now a PyObject.
16152 (salpy_dealloc): Update.
16153 (del_objfile_sal): Use gdbpy_ref.
16154
1b20edf0
TT
161552019-01-03 Tom Tromey <tom@tromey.com>
16156
16157 * python/py-type.c (convert_field): Use new_reference. Return
16158 gdbpy_ref.
16159 (make_fielditem): Return gdbpy_ref.
16160 (typy_fields): Update.
16161 (typy_getitem): Update.
16162 (field_name): Return gdbpy_ref. Use new_reference.
16163 (typy_iterator_iternext): Update.
16164
ea41325b
TT
161652019-01-03 Tom Tromey <tom@tromey.com>
16166
16167 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16168
2a3c71d6
TT
161692019-01-03 Tom Tromey <tom@tromey.com>
16170
16171 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16172 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16173 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16174 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16175 (pspy_set_type_printers): Likewise.
16176 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16177 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16178 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16179 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16180 (objfpy_set_type_printers): Likewise.
16181
5c329e6a
TT
161822019-01-03 Tom Tromey <tom@tromey.com>
16183
16184 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16185 (gdbpy_print_stack): Use gdbpy_err_fetch.
16186 * python/python-internal.h (class gdbpy_err_fetch): New class.
16187 (class gdbpy_enter) <m_error_type, m_error_value,
16188 m_error_traceback>: Remove.
16189 <m_error>: New member.
16190 (gdbpy_exception_to_string): Don't declare.
16191 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16192 * python/py-value.c (convert_value_from_python): Use
16193 gdbpy_err_fetch.
16194 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16195 gdbpy_exception_to_string.
16196 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16197 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16198 gdbpy_err_fetch.
16199
169bb27b
AB
162002019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16201
16202 * linux-nat.c (delete_lwp_cleanup): Delete.
16203 (struct lwp_deleter): New struct.
16204 (lwp_info_up): New typedef.
16205 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16206 lwp_info_up.
16207
a07c8880
AB
162082019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16209
16210 * linux-fork.c (class scoped_switch_fork_info): New class.
16211 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16212
26089c49
AB
162132019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16214
16215 * valops.c (find_overload_match): Remove use of null_cleanup, and
16216 calls to do_cleanups.
16217
06d3e5b0
AB
162182019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16219
16220 * compile/compile-cplus-types.c
16221 (compile_cplus_instance::decl_name): Handle changes to
16222 cp_func_name.
16223 * cp-support.c (cp_func_name): Update header comment, update
16224 return type.
16225 * cp-support.h (cp_func_name): Update return type in declaration.
16226 * valops.c (find_overload_match): Move temp_func local to top
16227 level of function and change its type. Use temp_func to hold and
16228 delete temporary string obtained from cp_func_name.
16229
66644cd3
AB
162302019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16231
16232 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16233 gdb::char_vector, remove cleanup, and update uses of `msg`.
16234
592d8c0a
JW
162352019-01-03 Jim Wilson <jimw@sifive.com>
16236
16237 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16238
c55d06ec
TT
162392019-01-02 Tom Tromey <tom@tromey.com>
16240
16241 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16242 (tdesc_parse_xml): Remove cleanups.
16243 * target-descriptions.h (make_cleanup_free_target_description):
16244 Don't declare.
16245 (target_desc_deleter): New struct.
16246 (target_desc_up): New typedef.
16247 * target-descriptions.c (target_desc_deleter::operator()): Rename
16248 from free_target_description.
16249 (make_cleanup_free_target_description): Remove.
16250
3a6ae42d
TT
162512019-01-02 Tom Tromey <tom@tromey.com>
16252
16253 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16254 constructor, destructor.
16255 (linespec_parser): Remove typedef.
16256 (~linespec_parser): Rename from linespec_parser_delete.
16257 (linespec_lex_to_end, linespec_complete_label)
16258 (linespec_complete): Update.
16259 (decode_line_full): Remove cleanups.
16260 (decode_line_1): Update.
16261
61fd3e73
TT
162622019-01-02 Tom Tromey <tom@tromey.com>
16263
16264 * python/python-internal.h (inferior_to_inferior_object): Change
16265 return type.
16266 * python/py-exitedevent.c (create_exited_event_object): Update.
16267 * python/py-inferior.c (inferior_to_inferior_object): Return
16268 gdbpy_ref.
16269 (python_new_inferior, python_inferior_deleted)
16270 (thread_to_thread_object, delete_thread_object)
16271 (build_inferior_list, gdbpy_selected_inferior): Update.
16272 * python/py-infthread.c (create_thread_object): Update. Also fail
16273 if inferior_to_inferior_object fails.
16274
d20172fc
SM
162752019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16276
16277 * inferior.h (class inferior) <displaced_step_state>: New field.
16278 * infrun.h (struct displaced_step_state): Move here from
16279 infrun.c. Initialize fields, add constructor.
16280 <inf>: Remove field.
16281 <reset>: New method.
16282 * infrun.c (struct displaced_step_inferior_state): Move to
16283 infrun.h.
16284 (displaced_step_inferior_states): Remove.
16285 (get_displaced_stepping_state): Adust.
16286 (displaced_step_in_progress_any_inferior): Adjust.
16287 (displaced_step_in_progress_thread): Adjust.
16288 (displaced_step_in_progress): Adjust.
16289 (add_displaced_stepping_state): Remove.
16290 (get_displaced_step_closure_by_addr): Adjust.
16291 (remove_displaced_stepping_state): Remove.
16292 (infrun_inferior_exit): Call displaced_step_state.reset.
16293 (use_displaced_stepping): Don't check for NULL.
16294 (displaced_step_prepare_throw): Call
16295 get_displaced_stepping_state.
16296 (displaced_step_fixup): Don't check for NULL.
16297 (prepare_for_detach): Don't check for NULL.
16298
e3319240
PW
162992019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16300
16301 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16302 in case of call that did not complete.
16303
5d36dfb9
AU
163042019-01-02 Andrey Utkin <autkin@undo.io>
16305
16306 * symfile.c (find_separate_debug_file): Fix search of debug files for
16307 remote debuggee.
16308
8833fbf0
TT
163092019-01-02 Tom Tromey <tom@tromey.com>
16310
16311 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16312 indentation.
16313 * python/py-frame.c (frapy_older): Remove cast.
16314 (frapy_newer): Likewise.
16315 * python/py-breakpoint.c (local_setattro): Remove cast.
16316 * python/py-arch.c (archpy_name): Remove local variable.
16317 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16318
4ada3dfd
JB
163192019-01-02 Joel Brobecker <brobecker@adacore.com>
16320
16321 * unittests/basic_string_view/element_access/char/empty.cc:
16322 Fix year range in copyright header.
16323
113b7b81
AB
163242019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16325
16326 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16327 Delete.
16328 <operator==>: Update with for removed field.
16329 <hash>: Likewise.
16330 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16331 <isa_features>: ...this.
16332 <abi_features>: New field.
16333 (riscv_isa_flen): Update comment.
16334 (riscv_abi_xlen): New declaration.
16335 (riscv_abi_flen): New declaration.
16336 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16337 isa_features.
16338 (riscv_abi_xlen): New function.
16339 (riscv_isa_flen): Update to get answer from isa_features.
16340 (riscv_abi_flen): New function.
16341 (riscv_has_fp_abi): Update to get answer from abi_features.
16342 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16343 xlen and flen.
16344 (riscv_call_info) <xlen, flen>: Update comment.
16345 (riscv_call_arg_struct): Remove invalid assertions
16346 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16347 is removed.
16348 (riscv_gdbarch_init): Gather isa features and abi features
16349 separately, ensure both match on the gdbarch when reusing an old
16350 gdbarch. Relax an error check to allow 32-bit abi float to run on
16351 a target with 64-bit float hardware.
16352
b18ca514
PW
163532019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16354
16355 * source.c (search_command_helper): Stop reverse search
16356 when line 1 has been searched.
16357
ec70d8db
PW
163582019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16359
16360 * record-full.c (record_full_base_target::close): Rewrite
16361 record_full_core_buf_list free logic.
16362
5b38f9c1
PW
163632019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16364
16365 * break-catch-syscall.c (print_one_catch_syscall): xfree
16366 the last text.
16367
66d91b39
JB
163682019-01-01 Joel Brobecker <brobecker@adacore.com>
16369
16370 * top.c (print_gdb_version): Update Copyright year in version
16371 message.
16372
42a4f53d
JB
163732019-01-01 Joel Brobecker <brobecker@adacore.com>
16374
16375 Update copyright year range in all GDB files.
16376
7e955d83 163772019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
2139e8dc 16378
5bbd631d 16379 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 16380
5bbd631d 16381For older changes see ChangeLog-2018.
c906108c
SS
16382\f
16383Local Variables:
16384mode: change-log
16385left-margin: 8
16386fill-column: 74
16387version-control: never
57da7796 16388coding: utf-8
c906108c 16389End:
5bbd631d 16390
This page took 3.019011 seconds and 4 git commands to generate.