Update NEWS post GDB 9 branch creation.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4decd62b
JB
12019-12-11 Joel Brobecker <brobecker@adacore.com>
2
3 * NEWS: Create a new section for the next release branch.
4 Rename the section of the current branch, now that it has
5 been cut.
6
d746744e
JB
72019-12-11 Joel Brobecker <brobecker@adacore.com>
8
9 GDB 9 branch created (27f7b2f64062ac9e52afc60509263c2702a9ebd0):
10 * version.in: Bump version to 10.0.50.DATE-git.
11
2e744276
TT
122019-12-11 Tom Tromey <tromey@adacore.com>
13
14 PR build/25268:
15 * gdbsupport/thread-pool.c (set_thread_name): New function.
16 (thread_pool::set_thread_count): Don't call pthread_setname_np.
17 (thread_pool::thread_function): Call set_thread_name.
18
aac4760f
TT
192019-12-11 Tom Tromey <tromey@adacore.com>
20
21 * fbsd-tdep.c (fbsd_core_info_proc_status): Cast result of
22 bfd_get_signed_8.
23
d8edc8b7
PW
242019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
25
26 * NEWS: Document -raw-values option and the related setting commands.
27 * printcmd.c (print_command_parse_format): Do not set opts->raw off,
28 only set it on when /r is given.
29 * valprint.c (value_print_option_defs): New element raw-values.
30 * Makefile.in: Add the new file.
31
cb511130
CB
322019-12-10 Christian Biesinger <cbiesinger@google.com>
33
34 * gdbsupport/safe-strerror.c: Supress the unused function warning
35 for select_strerror_r.
36
ab7d13f0
CB
372019-12-10 Christian Biesinger <cbiesinger@google.com>
38
39 * config.in: Regenerate.
40 * configure: Regenerate.
41 * gdbsupport/agent.c (gdb_connect_sync_socket): Call
42 safe_strerror instead of strerror.
43 * gdbsupport/common.m4: Don't check for strerror.
44 * gdbsupport/safe-strerror.c: Support both the glibc version
45 of strerror_r and the XSI version.
46
6c71eb7d
TT
472019-12-10 Tom Tromey <tromey@adacore.com>
48
49 * ada-typeprint.c (print_choices): Use a single "?".
50 (print_variant_part): Print "?" if the discriminant name
51 is not known.
52
bac7c5cf
GB
532019-12-10 George Barrett <bob@bob131.so>
54
55 Fix scripted probe breakpoints.
56 * breakpoint.c (tracepoint_probe_breakpoint_ops): Move
57 declaration forward.
58 (breakpoint_ops_for_event_location_type)
59 (breakpoint_ops_for_event_location): Add function definitions.
60 (break_command_1, trace_command): Use
61 breakpoint_ops_for_event_location.
62 * breakpoint.h (breakpoint_ops_for_event_location): Add function
63 declarations.
64 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Use
65 breakpoint_ops_for_event_location.
66 * python/py-breakpoint.c (bppy_init): Use
67 breakpoint_ops_for_event_location.
68
330f1d38
TBA
692019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
70
71 * gdbtypes.c (rank_one_type): Return INCOMPATIBLE_TYPE_BADNESS
72 when ranking an lvalue argument for an rvalue parameter.
73
b1f0c0b9
WA
742019-12-08 Wataru Ashihara <wataash@wataash.com>
75
76 * darwin-nat.c (darwin_nat_target::create_inferior): Fix
77 template argument for scoped_restore_tmpl from bool to int.
78
aa2d5a42
KS
792019-12-07 Keith Seitz <keiths@redhat.com>
80
81 * build-id.c (build_id_bfd_get): Permit bfd_core, too.
82 (build_id_to_debug_bfd): Make static, rewriting to use
83 build_id_to_bfd_suffix.
84 (build_id_to_bfd_suffix): Copy of build_id_to_debug_bfd,
85 adding `suffix' parameter. Append SUFFIX to file names
86 when searching for matching files.
87 (build_id_to_debug_bfd): Use build_id_to_bfd_suffix.
88 (build_id_to_exec_bfd): Likewise.
89 * build-id.h (build_id_to_debug_bfd): Clarify that function
90 searches for BFD of debug info file.
91 (build_id_to_exec_bfd): Declare.
92 * corelow.c: Include build-id.h.
93 (locate_exec_from_corefile_build_id): New function.
94 (core_target_open): If no executable BFD is found,
95 search for a core file BFD using build-id.
96
dfb65191
CB
972019-12-06 Christian Biesinger <cbiesinger@google.com>
98
99 * bcache.c: Put in namespace gdb.
100 * bcache.h: Likewise.
101 * gdbtypes.c (check_types_worklist): Update.
102 (types_deeply_equal): Update.
103 * macrotab.c (struct macro_table) <bcache>: Update.
104 (new_macro_table): Update.
105 * macrotab.h (struct bcache): Put this forward declaration
106 inside namespace gdb.
107 (new_macro_table): Update.
108 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache>:
109 Update.
110 <macro_cache>: Update.
111 * psymtab.h: (psymtab_storage) <psymbol_cache>: Update.
112
93e55f0a
TV
1132019-12-06 Tom de Vries <tdevries@suse.de>
114
115 PR symtab/24971
116 * block.c (best_symbol, better_symbol): New function.
117 (block_lookup_symbol_primary, block_lookup_symbol): Prefer def over
118 decl.
119
06acc08f
TBA
1202019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
121
122 * gdbtypes.h: Define the REFERENCE_SEE_THROUGH_BADNESS value.
123 * gdbtypes.c (rank_one_type): Use REFERENCE_SEE_THROUGH_BADNESS
124 for ranking see-through reference cases.
125
e0fad1ea
PW
1262019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
127 * stack.c (faas_command): Check a command is provided.
128 * thread.c (taas_command, tfaas_command): Likewise.
129
908641f5
PW
1302019-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
131 * inferior.c (prune_inferiors): Only call delete_inferior,
132 Do not modify the inferior list.
133
b858499d
SM
1342019-12-05 Simon Marchi <simon.marchi@polymtl.ca>
135
136 * c-exp.y: Update calls to lookup_typename,
137 lookup_signed_typename and lookup_unsigned_typename.
138 * c-lang.c (evaluate_subexp_c): Likewise.
139 * cp-namespace.c (cp_lookup_symbol_imports_or_template):
140 Likewise.
141 * eval.c (binop_promote): Likewise.
142 * gdbtypes.c (lookup_typename): Remove gdbarch parameter.
143 (lookup_unsigned_typename): Likewise.
144 (lookup_signed_typename): Likewise.
145 * gdbtypes.h (lookup_unsigned_typename): Likewise.
146 (lookup_signed_typename): Likewise.
147 (lookup_typename): Likewise.
148 * guile/scm-type.c (tyscm_lookup_typename): Update calls to
149 lookup_typename, lookup_signed_typename,
150 lookup_unsigned_typename.
151 * m2-exp.y: Likewise.
152 * printcmd.c (printf_wide_c_string): Likewise.
153 (ui_printf): Likewise.
154 * python/py-type.c (typy_lookup_typename): Likewise.
155 * python/py-xmethods.c (python_xmethod_worker::invoke):
156 Likewise.
157 * rust-exp.y: Likewise.
158
3a8fa228
CB
1592019-12-04 Christian Biesinger <cbiesinger@google.com>
160
161 * configure.nat (obsd64): Add missing files x86-nat.o and
162 nat/x86-dregs.o.
163
2dbc041e
TT
1642019-12-04 Tom Tromey <tom@tromey.com>
165
166 * valprint.c (val_print_string): Use metadata_style.
167 * go-valprint.c (print_go_string): Use metadata style.
168 * p-valprint.c (pascal_object_print_static_field): Use metadata
169 style.
170 * cp-valprint.c (cp_print_static_field): Use metadata style.
171
36c8fb93
AB
1722019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
173 Chris January <chris.january@arm.com>
174
175 * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New
176 tokens.
177 (typebase): New patterns for complex, single/double precision, and
178 single/double complex.
179 (f77_keywords): Change token for complex keyword, and add single,
180 double, and precision keywords.
181
c6170c2c
SM
1822019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
183
184 * avr-tdep.c (_initialize_avr_tdep): Improve help of command
185 "info io_registers".
186
894ecaf4
SM
1872019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
188
189 * regcache.c (cooked_read_test): Initialize thread list of
190 mock_inferior.
191
be155ebb
SM
1922019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
193
194 * aarch64-linux-tdep.c: Remove includes.
195
c577cdd7
SM
1962019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
197
198 * aarch64-tdep.c: Remove includes.
199
610cfd61
SM
2002019-12-04 Simon Marchi <simon.marchi@efficios.com>
201
202 * filtered-iterator.h (filtered_iterator) <operator==,
203 operator!=>: Compare wrapped iterators, not wrapped pointers.
204 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
205 unittests/filtered_iterator-selftests.c.
206 * unittests/filtered_iterator-selftests.c: New file.
207
a05cf17a
TT
2082019-12-04 Tom Tromey <tromey@adacore.com>
209
210 * gdbtypes.c (create_range_type): Inherit endianity
211 from base type.
212
d5a22e77
TT
2132019-12-04 Tom Tromey <tromey@adacore.com>
214
215 * ada-lang.c (decode_constrained_packed_array)
216 (ada_value_assign, value_assign_to_component): Update.
217 * dwarf2loc.c (rw_pieced_value, access_memory)
218 (dwarf2_compile_expr_to_ax): Update.
219 * dwarf2read.c (dwarf2_add_field): Update.
220 * eval.c (evaluate_subexp_standard): Update.
221 * gdbarch.c, gdbarch.h: Rebuild.
222 * gdbarch.sh (bits_big_endian): Remove.
223 * gdbtypes.h (union field_location): Update comment.
224 * target-descriptions.c (make_gdb_type): Update.
225 * valarith.c (value_bit_index): Update.
226 * value.c (struct value) <bitpos>: Update comment.
227 (unpack_bits_as_long, modify_field): Update.
228 * value.h (value_bitpos): Update comment.
229
7ab4a236
TT
2302019-12-04 Tom Tromey <tromey@adacore.com>
231
232 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
233 endian-ness.
234
103a685e
TT
2352019-12-04 Tom Tromey <tromey@adacore.com>
236
237 * dwarf2read.c (dwarf2_init_float_type)
238 (dwarf2_init_complex_target_type): Add byte_order parameter.
239 (read_base_type): Compute byte order earlier.
240 * gdbtypes.c (init_float_type): Add byte_order parameter.
241 * gdbtypes.h (init_float_type): Add byte_order parameter.
242
7a9e9f9f
TT
2432019-12-04 Tom Tromey <tromey@adacore.com>
244
245 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
246
feee869b
TT
2472019-12-04 Tom Tromey <tromey@adacore.com>
248
249 * dwarf2read.c (process_structure_scope): Initialize
250 "discr_offset".
251
c2512106
AB
2522019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
255 add it into the search spec.
256 (parse_max_results_option): New function.
257 (mi_info_functions_or_variables): Parse -max-results flag and pass
258 it to mi_symbol_info.
259 (mi_cmd_symbol_info_modules): Likewise.
260 (mi_cmd_symbol_info_types): Likewise.
261 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
262 return type to bool, change result container into a set, and don't
263 add new results if we have enough already.
264 (global_symbol_searcher::add_matching_msymbols): Change return
265 type to bool, and don't add new results if we have enough already.
266 (sort_search_symbols_remove_dups): Delete.
267 (global_symbol_searcher::search): Early exit from search loop when
268 we have enough results. Use a std::set to collect the results
269 from calling add_matching_symbols.
270 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
271 member function.
272 (global_symbol_searcher) <m_max_search_results>: New member
273 variable.
274 (global_symbol_searcher) <add_matching_symbols>: Update header
275 comment and change return type to bool.
276 (global_symbol_searcher) <add_matching_msymbols>: Update header
277 comment and change return type to bool.
278
f97a63c5
AB
2792019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
280
281 * symtab.c (symbol_search::compare_search_syms): Update header
282 comment.
283 (global_symbol_searcher::is_suitable_msymbol): New function.
284 (global_symbol_searcher::expand_symtabs): New function.
285 (global_symbol_searcher::add_matching_symbols): New function.
286 (global_symbol_searcher::add_matching_msymbols): New function.
287 (global_symbol_searcher::search): Move most of the content
288 into the new functions above, and call them as needed.
289 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
290 function.
291 (global_symbol_searcher) <add_matching_symbols>: New member
292 function.
293 (global_symbol_searcher) <add_matching_msymbols>: New member
294 function.
295 (global_symbol_searcher) <is_suitable_msymbol>: New member
296 function.
297
293b38d6
AB
2982019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
299
300 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
301 -symbol-info-module-variables entries.
302 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
303 (mi_cmd_symbol_info_module_variables): Declare.
304 * mi/mi-symbol-cmds.c
305 (module_symbol_search_iterator): New typedef.
306 (output_module_symbols_in_single_module_and_file): New function.
307 (output_module_symbols_in_single_module): New function.
308 (mi_info_module_functions_or_variables): New function.
309 (mi_cmd_symbol_info_module_functions): New function.
310 (mi_cmd_symbol_info_module_variables): New function.
311 * NEWS: Mention new MI command.
312
4cbd39b2
CB
3132019-12-03 Christian Biesinger <cbiesinger@google.com>
314
315 * bcache.c (hash): Remove.
316 (hash_continue): Remove.
317 * bcache.h (hash): Remove.
318 (hash_continue): Remove.
319 (struct bcache) <ctor>: Update.
320 * psymtab.c (psymbol_hash): Update.
321 * stabsread.c (hashname): Update.
322 * utils.h (fast_hash): Add an argument for a start value,
323 defaulting to zero.
324
82f910ea
PW
3252019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
326 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
327 (destroy_block_symbol_cache): New function.
328 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
329 (resize_symbol_cache): Likewise.
330
de2396d0
TT
3312019-12-02 Tom Tromey <tom@tromey.com>
332
333 * unittests/tui-selftests.c (run_tests): Make conditional.
334 (_initialize_tui_selftest): Make conditional.
335
638d85bc
CB
3362019-12-02 Christian Biesinger <cbiesinger@google.com>
337
338 * aix-thread.c (debug_aix_thread): Change type to bool.
339
7532a164
LM
3402019-12-02 Luis Machado <luis.machado@linaro.org>
341
342 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
343
216a7e6b
AB
3442019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
345
346 * dwarf2read.c (read_tag_string_type): Read the fields required to
347 make a dynamic string, and possibly create a dynamic range for the
348 string.
349 (attr_to_dynamic_prop): Setup is_reference based on the type of
350 attribute being processed.
351 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
352 (resolve_dynamic_array): Rename to...
353 (resolve_dynamic_array_or_string): ...this, update header comment,
354 and accept TYPE_CODE_STRING.
355 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
356
11a8b164
AB
3572019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
358
359 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
360 of its implementation from...
361 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
362 the new function.
363
5bbd8269
AB
3642019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
365
366 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
367 create a range with stride where appropriate.
368 * f-valprint.c: Include 'gdbarch.h'.
369 (f77_print_array_1): Take the stride into account when walking the
370 array. Also convert the stride into addressable units.
371 * gdbtypes.c (create_range_type): Initialise the stride to
372 constant zero.
373 (create_range_type_with_stride): New function, initialise the
374 range as normal, and then setup the stride.
375 (has_static_range): Include the stride here. Also change the
376 return type to bool.
377 (create_array_type_with_stride): Consider the range stride if the
378 array isn't given its own stride.
379 (resolve_dynamic_range): Resolve the stride if needed.
380 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
381 (struct range_bounds) <flag_is_byte_stride>: New member variable.
382 (TYPE_BIT_STRIDE): Define.
383 (TYPE_ARRAY_BIT_STRIDE): Define.
384 (create_range_type_with_stride): Declare.
385 * valarith.c (value_subscripted_rvalue): Take range stride into
386 account when walking the array.
387
82e3b564
TT
3882019-12-01 Tom Tromey <tom@tromey.com>
389
390 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
391 specially.
392
517d261d
TT
3932019-12-01 Tom Tromey <tom@tromey.com>
394
395 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
396 \0.
397 * unittests/tui-selftests.c: New file.
398 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
399
484c9b64
TT
4002019-12-01 Tom Tromey <tom@tromey.com>
401
402 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
403
a2a7af0c
TT
4042019-12-01 Tom Tromey <tom@tromey.com>
405
406 * NEWS: Document new settings.
407 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
408 * tui/tui-win.c (_initialize_tui_win): Add border style
409 observers.
410 * tui/tui-io.h (tui_apply_style): Declare.
411 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
412 longer static.
413 (apply_ansi_escape, tui_set_reverse_mode): Update.
414 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
415 Add "skip_intensity" parameter.
416 <changed>: New member.
417 <do_set_value>: Declare.
418 (tui_border_style, tui_active_border_style): Declare.
419 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
420 globals.
421 (cli_style_option): Initialize "changed".
422 (cli_style_option::do_set_value): New function.
423 (cli_style_option::add_setshow_commands): Add "skip_intensity"
424 parameter. Update.
425 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
426 (_initialize_cli_style): Update. Create TUI border style
427 commands.
428
d1da6b01
TT
4292019-12-01 Tom Tromey <tom@tromey.com>
430
431 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
432 parameter.
433 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
434 parameter.
435 * tui/tui-win.h (compact_source): Declare.
436 * tui/tui-win.c (compact_source): New global.
437 (tui_set_compact_source, tui_show_compact_source): New functions.
438 (_initialize_tui_win): Add "compact-source" setting.
439 * tui/tui-source.c (tui_source_window::set_contents): Handle
440 compact_source setting.
441 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
442 * NEWS: Document new setting.
443
489dbda6
TT
4442019-11-30 Tom Tromey <tom@tromey.com>
445
446 * dwarf2read.c (dwarf2_add_field): Include field offset when
447 computing variant part length.
448
bf498525
PW
4492019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
450 * NEWS: Mention define-prefix. Tell that command names can now
451 contain a . character.
452
be09caf1
PW
4532019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
454
455 * command.h (valid_cmd_char_p): Declare.
456 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
457 the check of valid command char.
458 (find_command_name_length, valid_user_defined_cmd_name_p): Use
459 valid_cmd_char_p.
460 * cli/cli-script.c (validate_comname): Likewise.
461 * completer.c (gdb_completer_command_word_break_characters):
462 Do not remove . from the word break char, update comments.
463 (complete_line_internal_1): Use valid_cmd_char_p.
464 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
465 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
466
c6ac7fc9
PW
4672019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
468
469 * cli/cli-script.c (do_define_command): Ensure a redefined
470 prefix command is kept as a prefix command.
471 (define_prefix_command): New function.
472 (show_user_1): Report user defined prefixes.
473 (_initialize_cli_script): Create the new 'define-prefix' command.
474 Add completers for 'define' and 'document'.
475 * top.c (execute_command): If command is a user-defined prefix only
476 command, report the list of commands for this prefix command.
477
a992a3b0
TBA
4782019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
479
480 * valops.c (find_oload_champ): Improve debug output.
481
e9194a1a
TBA
4822019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
483
484 * valops.c (find_oload_champ): Print part of debug messages
485 before the badness vector is std::move'd.
486
53a008a6
TT
4872019-11-28 Tom Tromey <tom@tromey.com>
488
489 * value.c (creal_internal_fn): Fix comment.
490
bab05c83
TT
4912019-11-28 Tom Tromey <tom@tromey.com>
492
493 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
494 flag_bound_evaluated>: Now unsigned.
495
2522f049
TT
4962019-11-28 Tom Tromey <tom@tromey.com>
497
498 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
499 declare.
500
38b49e22
MS
5012019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
502
503 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
504 debug output.
505 * jit.c (jit_unregister_code): Add debug print to match
506 `jit_register_code`.
507
35125921
CB
5082019-11-27 Christian Biesinger <cbiesinger@google.com>
509
510 * NEWS: Mention the new multithreaded symbol loading.
511
62e77f56
CB
5122019-11-27 Christian Biesinger <cbiesinger@google.com>
513
514 * maint.c (n_worker_threads): Default to 0.
515 (worker_threads_disabled): New function.
516 * maint.h (worker_threads_disabled): New function.
517 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
518 here if worker_threads_disabled () is true.
519 (minimal_symbol_reader::install): Skip all threading if
520 worker_threads_disabled () is true.
521
f29d7f6b
CB
5222019-11-27 Christian Biesinger <cbiesinger@google.com>
523
524 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
525 hash code if possible.
526 (add_minsym_to_demangled_hash_table): Likewise.
527 (minimal_symbol_reader::install): Compute the hash codes for msymbol
528 on the background thread.
529 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
530 Add these fields.
531
e76b2246
CB
5322019-11-27 Christian Biesinger <cbiesinger@google.com>
533
534 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
535 of the mangled name on the background thread.
536 * symtab.c (symbol_set_names): Allow passing in the hash of the
537 linkage_name.
538 * symtab.h (symbol_set_names): Likewise.
539
8d9a2568
KB
5402019-11-27 Kevin Buettner <kevinb@redhat.com>
541
542 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
543 physnames are computed for inherited DIEs.
544
fad03f6e
TT
5452019-11-27 Tom Tromey <tromey@adacore.com>
546
547 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
548 backslashes.
549 * cp-support.c: Remove unnecessary backslashes.
550
43678b0a
CB
5512019-11-27 Christian Biesinger <cbiesinger@google.com>
552
553 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
554 with sym->set_linkage_name.
555 * coffread.c (coff_read_enum_type): Likewise.
556 * mdebugread.c (parse_symbol): Likewise.
557 * stabsread.c (patch_block_stabs): Likewise.
558 (define_symbol): Likewise.
559 (read_enum_type): Likewise.
560 (common_block_end): Likewise.
561 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
562 function.
563 (SYMBOL_SET_LINKAGE_NAME): Remove.
564 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
565 with sym->set_linkage_name.
566
db5960b4
AB
5672019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
570 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
571 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
572 * NEWS: Mention new MI command.
573
7dc42066
AB
5742019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
575
576 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
577 '-symbol-info-types', and '-symbol-info-variables'.
578 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
579 (mi_cmd_symbol_info_types): Declare.
580 (mi_cmd_symbol_info_variables): Declare.
581 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
582 (output_debug_symbol): New function.
583 (output_nondebug_symbol): New function.
584 (mi_symbol_info): New function.
585 (mi_info_functions_or_variables): New function.
586 (mi_cmd_symbol_info_functions): New function.
587 (mi_cmd_symbol_info_types): New function.
588 (mi_cmd_symbol_info_variables): New function.
589 * NEWS: Mention new commands.
590
5f512a7d
AB
5912019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
592
593 * symtab.c (symbol_to_info_string): New function, most content
594 moved from print_symbol_info, but updated to return a std::string.
595 (print_symbol_info): Update to use symbol_to_info_string and print
596 returned string.
597 * symtab.h (symbol_to_info_string): Declare new function.
598
470c0b1c
AB
5992019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
600
601 * python/python.c (gdbpy_rbreak): Convert to using
602 global_symbol_searcher.
603 * symtab.c (file_matches): Convert return type to bool, change
604 file list to std::vector, update header comment.
605 (search_symbols): Rename to...
606 (global_symbol_searcher::search): ...this and update now its
607 a member function of global_symbol_searcher. Take account of the
608 changes to file_matches.
609 (symtab_symbol_info): Convert to using global_symbol_searcher.
610 (rbreak_command): Likewise.
611 (search_module_symbols): Likewise.
612 * symtab.h (enum symbol_search): Update comment.
613 (search_symbols): Remove declaration.
614 (class global_symbol_searcher): New class.
615
57357d9d
TT
6162019-11-26 Tom Tromey <tromey@adacore.com>
617
618 * cp-support.c (_initialize_cp_support): Conditionally initialize
619 gdb_demangle_attempt_core_dump.
620
3ea16160
TT
6212019-11-26 Tom Tromey <tom@tromey.com>
622
623 * python/py-function.c (fnpy_init): Update.
624 * value.h (add_internal_function): Adjust declaration.
625 * value.c (function_destroyer): Remove.
626 (do_add_internal_function): Don't set destroyer or copy name.
627 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
628 Set name_allocated.
629 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
630 (cmdpy_init): Set name_allocated.
631 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
632 member.
633 (~cmd_list_element): Free "name" if needed.
634
1a6d41c6
TT
6352019-11-26 Tom Tromey <tom@tromey.com>
636
637 * value.h (add_internal_function): Add new overload. Move
638 documentation from value.h.
639 * value.c (do_add_internal_function): New function.
640 (add_internal_function): Use it. Add new overload.
641 (function_destroyer): Don't free doc.
642 * python/py-function.c (fnpy_init): Update.
643
8318f3c3
TT
6442019-11-26 Tom Tromey <tom@tromey.com>
645
646 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
647 (cmdpy_init): Set "doc_allocated".
648
4da8c3a8
TT
6492019-11-26 Tom Tromey <tom@tromey.com>
650
651 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
652 name of worker thread.
653 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
654 pthread_setname_np.
655 * configure, config.in: Rebuild.
656
971db5e2
TT
6572019-11-26 Tom Tromey <tom@tromey.com>
658
659 * python/python.c (class gdbpy_gil): New.
660 (struct gdbpy_event): Add constructor, destructor, operator().
661 (gdbpy_post_event): Use run_on_main_thread.
662 (gdbpy_initialize_events): Remove.
663 (do_start_initialization): Update.
664
22138db6
TT
6652019-11-26 Tom Tromey <tom@tromey.com>
666
667 * NEWS: Add entry.
668 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
669 commands. Call update_thread_pool_size.
670 (update_thread_pool_size, maintenance_set_worker_threads): New
671 functions.
672 (n_worker_threads): New global.
673
d55c9a68
TT
6742019-11-26 Christian Biesinger <cbiesinger@google.com>
675 Tom Tromey <tom@tromey.com>
676
677 * minsyms.c (minimal_symbol_reader::install): Use
678 parallel_for_each.
679 * gdbsupport/parallel-for.h: New file.
680 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
681
a0b57563
CB
6822019-11-26 Christian Biesinger <cbiesinger@google.com>
683 Tom Tromey <tom@tromey.com>
684
685 * gdbsupport/thread-pool.h: New file.
686 * gdbsupport/thread-pool.c: New file.
687 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
688 (HFILES_NO_SRCDIR): Add thread-pool.h.
689
3b3978bc
TT
6902019-11-26 Tom Tromey <tom@tromey.com>
691
692 * event-top.h (thread_local_segv_handler): Declare.
693 * event-top.c (thread_local_segv_handler): New global.
694 (install_handle_sigsegv, handle_sigsegv): New functions.
695 (async_init_signals): Install SIGSEGV handler.
696 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
697 thread-local.
698 (report_failed_demangle): New function.
699 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
700 handler-setting code, instead use segv_handler. Run warning code
701 on main thread.
702
9411c49e
TT
7032019-11-26 Tom Tromey <tom@tromey.com>
704
705 * run-on-main-thread.c: New file.
706 * run-on-main-thread.h: New file.
707 * unittests/main-thread-selftests.c: New file.
708 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
709 main-thread-selftests.c.
710 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
711 (COMMON_SFILES): Add run-on-main-thread.c.
712
c3efb965
TT
7132019-11-26 Tom Tromey <tom@tromey.com>
714
715 * main.c (setup_alternate_signal_stack): Remove.
716 (captured_main_1): Use gdb::alternate_signal_stack.
717 * gdbsupport/alt-stack.h: New file.
718
21987b9c
TT
7192019-11-26 Tom Tromey <tom@tromey.com>
720
721 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
722 Remove comment.
723 (save_original_signals_state, restore_original_signals_state): Use
724 gdb_sigmask.
725 * linux-nat.c (block_child_signals, restore_child_signals_mask)
726 (_initialize_linux_nat): Use gdb_sigmask.
727 * guile/guile.c (_initialize_guile): Use block_signals.
728 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
729 * gdbsupport/gdb-sigmask.h: New file.
730 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
731 * cp-support.c (gdb_demangle): Use gdb_sigmask.
732 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
733 pthread_sigmask.
734 * configure, config.in: Rebuild.
735 * gdbsupport/block-signals.h: New file.
736
5e030278
TT
7372019-11-26 Tom Tromey <tom@tromey.com>
738
739 * acinclude.m4: Include ax_pthread.m4.
740 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
741 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
742 (CLIBS): Use PTHREAD_LIBS.
743 (aclocal_m4_deps): Add ax_pthread.m4.
744 * config.in, configure: Rebuild.
745 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
746
5a79c107
TT
7472019-11-26 Tom Tromey <tom@tromey.com>
748
749 * symtab.h (struct minimal_symbol) <name_set>: New member.
750 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
751 Don't call symbol_set_names.
752 (minimal_symbol_reader::install): Call symbol_set_names.
753
aa369509
PW
7542019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
755
756 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
757 restore_active_ext_lang, as GIL is needed for (indirectly)
758 called PyOS_InterruptOccurred.
759
cadc9cb8
SM
7602019-11-26 Simon Marchi <simon.marchi@efficios.com>
761
762 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
763 definition.
764
d04afd58
SM
7652019-11-26 Simon Marchi <simon.marchi@efficios.com>
766
767 * remote-sim.c (simulator_command): Make static, remove
768 declaration.
769
dd694d77
SM
7702019-11-26 Simon Marchi <simon.marchi@efficios.com>
771
772 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
773 static.
774 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
775 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
776 (main): Likewise.
777 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
778 (main): Likewise.
779 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
780 (main): Likewise.
781 * unittests/basic_string_view/element_access/char/1.cc (test01):
782 Likewise.
783 (main): Likewise.
784 * unittests/basic_string_view/element_access/char/empty.cc (main):
785 Likewise.
786 * unittests/basic_string_view/element_access/char/front_back.cc
787 (test01): Likewise.
788 (main): Likewise.
789 * unittests/basic_string_view/inserters/char/2.cc (test05):
790 Likewise.
791 (main): Likewise.
792 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
793 (test01): Likewise.
794 (main): Likewise.
795 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
796 (test01): Likewise.
797 (main): Likewise.
798 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
799 Likewise.
800 * unittests/basic_string_view/operations/compare/char/1.cc
801 (test01): Likewise.
802 (main): Likewise.
803 * unittests/basic_string_view/operations/compare/char/13650.cc
804 (test01): Likewise.
805 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
806 Likewise.
807 (main): Likewise.
808 * unittests/basic_string_view/operations/data/char/1.cc (test01):
809 Likewise.
810 (main): Likewise.
811 * unittests/basic_string_view/operations/find/char/1.cc (test01):
812 Likewise.
813 (main): Likewise.
814 * unittests/basic_string_view/operations/find/char/2.cc (test02):
815 Likewise.
816 (main): Likewise.
817 * unittests/basic_string_view/operations/find/char/3.cc (test03):
818 Likewise.
819 (main): Likewise.
820 * unittests/basic_string_view/operations/find/char/4.cc (main):
821 Likewise.
822 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
823 Likewise.
824 (main): Likewise.
825 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
826 Likewise.
827 (main): Likewise.
828 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
829 Likewise.
830 (main): Likewise.
831 * unittests/basic_string_view/operations/substr/char/1.cc
832 (test01): Likewise.
833 (main): Likewise.
834 * unittests/basic_string_view/operators/char/2.cc (main):
835 Likewise.
836 * unittests/optional/assignment/1.cc (test): Likewise.
837 * unittests/optional/assignment/2.cc (test): Likewise.
838 * unittests/optional/assignment/3.cc (test): Likewise.
839 * unittests/optional/assignment/4.cc (test): Likewise.
840 * unittests/optional/assignment/5.cc (test): Likewise.
841 * unittests/optional/assignment/6.cc (test): Likewise.
842 * unittests/optional/assignment/7.cc (test): Likewise.
843 * unittests/optional/cons/copy.cc (test): Likewise.
844 * unittests/optional/cons/default.cc (test): Likewise.
845 * unittests/optional/cons/move.cc (test): Likewise.
846 * unittests/optional/cons/value.cc (test): Likewise.
847 * unittests/optional/in_place.cc (test): Likewise.
848 * unittests/optional/observers/1.cc (test): Likewise.
849 * unittests/optional/observers/2.cc (test): Likewise.
850
3b5c1d49
SM
8512019-11-26 Simon Marchi <simon.marchi@efficios.com>
852
853 * tui-win.h (tui_set_var_cmd): Remove.
854 * tui-win.c (tui_set_var_cmd): Make static.
855
adce99fe
SM
8562019-11-26 Simon Marchi <simon.marchi@efficios.com>
857
858 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
859 rbreak_command_wrapper): Remove.
860 * symtab.c (rbreak_command_wrapper): Remove.
861
fe3adccf
SM
8622019-11-26 Simon Marchi <simon.marchi@efficios.com>
863
864 * inferior.h (info_terminal_command): Remove declaration.
865 * inflow.c (info_terminal_command): Make static.
866
b926335f
SM
8672019-11-26 Simon Marchi <simon.marchi@efficios.com>
868
869 * inferior.c (exit_inferior_silent): Remove.
870
b62f6f54
SM
8712019-11-26 Simon Marchi <simon.marchi@efficios.com>
872
873 * dictionary.c (dict_empty, mdict_empty): Remove.
874 * dictionary.c (mdict_empty): Remove.
875
cb8c24b6
SM
8762019-11-26 Simon Marchi <simon.marchi@efficios.com>
877
878 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
879 (arc_insn_get_memory_offset): Likewise.
880 (arc_insn_dump): Likewise.
881 * cp-support.c (test_cp_symbol_name_matches): Likewise.
882 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
883 * dictionary.c (dict_iterator_next): Likewise.
884 (dict_iter_match_first): Likewise.
885 (dict_iter_match_next): Likewise.
886 * f-lang.c (evaluate_subexp_f): Likewise.
887 * hppa-tdep.c (hppa_read_pc): Likewise.
888 * i386-tdep.c (i386_floatformat_for_type): Likewise.
889 * parse.c (write_exp_elt_msym): Likewise.
890 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
891 * remote.c (remote_packet_size): Likewise.
892 (remote_notif_stop_parse): Likewise.
893 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
894 * s12z-tdep.c (s12z_disassemble_info): Likewise.
895 * source.c (prepare_path_for_appending): Likewise.
896 * sparc64-linux-tdep.c
897 (sparc64_linux_handle_segmentation_fault); Likewise.
898 * stack.c (frame_selection_by_function_completer): Likewise.
899
781597ff
SM
9002019-11-26 Simon Marchi <simon.marchi@efficios.com>
901
902 * completer.c (set_gdb_completion_word_break_characters):
903 Remove.
904
23baa4cc
SM
9052019-11-26 Simon Marchi <simon.marchi@efficios.com>
906
907 * dwarf-index-write.c: Include dwarf-index-write.h.
908 * mi/mi-interp.c: Include mi/mi-interp.h.
909
23767560
SM
9102019-11-26 Simon Marchi <simon.marchi@efficios.com>
911
912 * aarch32-tdep.c: Include aarch32-tdep.h.
913 * aarch32-tdep.h: Forward-declare struct target_desc.
914
6d91ce9a
CB
9152019-11-26 Christian Biesinger <cbiesinger@google.com>
916
917 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
918 strerror.
919 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
920 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
921
3cf2f237
TV
9222019-11-25 Tom de Vries <tdevries@suse.de>
923
924 * contrib/words.sh: Add -c option.
925
5b89c67a
CB
9262019-11-25 Christian Biesinger <cbiesinger@google.com>
927
928 * solib.c (solib_find_1): Change int to bool.
929 (exec_file_find): Change int to bool.
930 (solib_find): Change int to bool.
931 (solib_read_symbols): Change int to bool.
932 (solib_used): Change int to bool.
933 (solib_add): Change int to bool.
934 (info_sharedlibrary_command): Change int to bool.
935 (solib_contains_address_p): Change int to bool.
936 (solib_keep_data_in_core): Change int to bool.
937 (in_solib_dynsym_resolve_code): Change int to bool.
938 (reload_shared_libraries_1): Change int to bool.
939 (gdb_sysroot_changed): Change int to bool.
940 * solib.h (solib_read_symbols): Change int to bool.
941 (solib_contains_address_p): Change int to bool.
942 (solib_keep_data_in_core): Change int to bool.
943 (in_solib_dynsym_resolve_code): Change int to bool.
944 (libpthread_name_p): Change int to bool.
945
6cc8564b
LM
9462019-11-25 Luis Machado <luis.machado@linaro.org>
947
948 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
949 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
950 (remote_packet_max_chars): New static global.
951 (show_remote_packet_max_chars): New function.
952 (remote_target::putpkt_binary): Adjust to use new
953 remote_packet_max_chars option.
954 (remote_target::getpkt_or_notif_sane_1): Likewise.
955 (_initialize_remote): Register new remote-packet-max-chars option.
956
a7cdaa91
SM
9572019-11-24 Simon Marchi <simon.marchi@efficios.com>
958
959 * m68k-linux-nat.c: Include gdbarch.h.
960
26abc753
TT
9612019-11-24 Tom Tromey <tom@tromey.com>
962
963 * symfile.c (read_symbols): Update.
964 * psymtab.c (require_partial_symbols): Change type of "verbose" to
965 bool.
966 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
967 (psym_lookup_symbol, psym_find_last_source_symtab)
968 (psym_forget_cached_source_info, psym_print_stats)
969 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
970 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
971 (psym_map_matching_symbols, psym_expand_symtabs_matching)
972 (psym_find_compunit_symtab_by_address)
973 (maintenance_print_psymbols, maintenance_info_psymtabs)
974 (maintenance_check_psymtabs): Update.
975 * psymtab.h (require_partial_symbols): Change type of "verbose" to
976 bool.
977
012fc909
TT
9782019-11-22 Tom Tromey <tom@tromey.com>
979
980 * observable.h: Update comments.
981
c83d8d32
TT
9822019-11-22 Tom Tromey <tromey@adacore.com>
983
984 * ada-tasks.c (ada_task_is_alive): Make parameter const.
985 (print_ada_task_info): Don't try to fetch thread id if task is not
986 alive.
987
987012b8
CB
9882019-11-22 Christian Biesinger <cbiesinger@google.com>
989
990 * ada-exp.y: Update.
991 * ada-lang.c (sort_choices): Update.
992 (ada_print_symbol_signature): Update.
993 (resolve_subexp): Update.
994 (ada_parse_renaming): Update.
995 (ada_read_renaming_var_value): Update.
996 (lesseq_defined_than): Update.
997 (remove_extra_symbols): Update.
998 (remove_irrelevant_renamings): Update.
999 (ada_add_block_symbols): Update.
1000 (ada_collect_symbol_completion_matches): Update.
1001 (ada_is_renaming_symbol): Update.
1002 (aggregate_assign_from_choices): Update.
1003 (ada_evaluate_subexp): Update.
1004 (ada_has_this_exception_support): Update.
1005 (ada_is_non_standard_exception_sym): Update.
1006 (ada_add_exceptions_from_frame): Update.
1007 (ada_add_global_exceptions): Update.
1008 (ada_print_subexp): Update.
1009 * ax-gdb.c (gen_var_ref): Update.
1010 (gen_maybe_namespace_elt): Update.
1011 (gen_expr_for_cast): Update.
1012 (gen_expr): Update.
1013 * block.h: Update.
1014 * blockframe.c (find_pc_partial_function): Update.
1015 * breakpoint.c (print_breakpoint_location): Update.
1016 (update_static_tracepoint): Update.
1017 * btrace.c (ftrace_print_function_name): Update.
1018 (ftrace_function_switched): Update.
1019 * buildsym.c (find_symbol_in_list): Update.
1020 * c-exp.y: Update.
1021 * c-typeprint.c (c_print_typedef): Update.
1022 (c_type_print_template_args): Update.
1023 * cli/cli-cmds.c (edit_command): Update.
1024 (list_command): Update.
1025 (print_sal_location): Update.
1026 * coffread.c (patch_opaque_types): Update.
1027 (process_coff_symbol): Update.
1028 (coff_read_enum_type): Update.
1029 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
1030 (convert_one_symbol): Update.
1031 (hash_symname): Update.
1032 (eq_symname): Update.
1033 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
1034 * compile/compile-cplus-types.c (debug_print_scope): Update.
1035 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
1036 * compile/compile-object-load.c (get_out_value_type): Update.
1037 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
1038 (search_symbol_list): Update.
1039 (cp_lookup_symbol_imports_or_template): Update.
1040 * cp-support.c (overload_list_add_symbol): Update.
1041 * ctfread.c (psymtab_to_symtab): Update.
1042 * dbxread.c (cp_set_block_scope): Update.
1043 * dictionary.c (iter_match_first_hashed): Update.
1044 (iter_match_next_hashed): Update.
1045 (insert_symbol_hashed): Update.
1046 (iter_match_next_linear): Update.
1047 * dictionary.h: Update.
1048 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
1049 (locexpr_describe_location_piece): Update.
1050 (locexpr_describe_location_1): Update.
1051 (locexpr_generate_c_location): Update.
1052 (loclist_describe_location): Update.
1053 (loclist_generate_c_location): Update.
1054 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
1055 (read_func_scope): Update.
1056 (process_enumeration_scope): Update.
1057 (new_symbol): Update.
1058 (dwarf2_const_value): Update.
1059 (dwarf2_symbol_mark_computed): Update.
1060 * eval.c (evaluate_funcall): Update.
1061 (evaluate_subexp_standard): Update.
1062 * expprint.c (print_subexp_standard): Update.
1063 (dump_subexp_body_standard): Update.
1064 * f-valprint.c (info_common_command_for_block): Update.
1065 * findvar.c (get_hosting_frame): Update.
1066 (default_read_var_value): Update.
1067 * go-lang.c (go_symbol_package_name): Update.
1068 * guile/scm-block.c (bkscm_print_block_smob): Update.
1069 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
1070 (gdbscm_symbol_name): Update.
1071 (gdbscm_symbol_linkage_name): Update.
1072 (gdbscm_symbol_print_name): Update.
1073 * infcall.c (get_function_name): Update.
1074 * infcmd.c (jump_command): Update.
1075 (finish_command): Update.
1076 * infrun.c (insert_exception_resume_breakpoint): Update.
1077 * linespec.c (canonicalize_linespec): Update.
1078 (create_sals_line_offset): Update.
1079 (convert_linespec_to_sals): Update.
1080 (complete_label): Update.
1081 (find_label_symbols_in_block): Update.
1082 * m2-typeprint.c (m2_print_typedef): Update.
1083 * mdebugread.c (mdebug_reg_to_regnum): Update.
1084 (parse_symbol): Update.
1085 (mylookup_symbol): Update.
1086 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
1087 (list_args_or_locals): Update.
1088 * objc-lang.c (compare_selectors): Update.
1089 (info_selectors_command): Update.
1090 (compare_classes): Update.
1091 (info_classes_command): Update.
1092 (find_imps): Update.
1093 * p-typeprint.c (pascal_print_typedef): Update.
1094 * printcmd.c (build_address_symbolic): Update.
1095 (info_address_command): Update.
1096 (print_variable_and_value): Update.
1097 * python/py-framefilter.c (extract_sym): Update.
1098 (py_print_single_arg): Update.
1099 * python/py-symbol.c (sympy_str): Update.
1100 (sympy_get_name): Update.
1101 (sympy_get_linkage_name): Update.
1102 * python/python.c (gdbpy_rbreak): Update.
1103 * record-btrace.c (btrace_get_bfun_name): Update.
1104 (btrace_call_history): Update.
1105 * rust-lang.c (rust_print_typedef): Update.
1106 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
1107 * stabsread.c (stab_reg_to_regnum): Update.
1108 (define_symbol): Update.
1109 (read_enum_type): Update.
1110 (common_block_end): Update.
1111 (cleanup_undefined_types_1): Update.
1112 (scan_file_globals): Update.
1113 * stack.c (print_frame_arg): Update.
1114 (print_frame_args): Update.
1115 (find_frame_funname): Update.
1116 (info_frame_command_core): Update.
1117 (iterate_over_block_locals): Update.
1118 (print_block_frame_labels): Update.
1119 (do_print_variable_and_value): Update.
1120 (iterate_over_block_arg_vars): Update.
1121 (return_command): Update.
1122 * symmisc.c (dump_symtab_1): Update.
1123 (print_symbol): Update.
1124 * symtab.c (eq_symbol_entry): Update.
1125 (symbol_cache_dump): Update.
1126 (lookup_language_this): Update.
1127 (find_pc_sect_line): Update.
1128 (skip_prologue_sal): Update.
1129 (symbol_search::compare_search_syms): Update.
1130 (treg_matches_sym_type_name): Update.
1131 (search_symbols): Update.
1132 (print_symbol_info): Update.
1133 (rbreak_command): Update.
1134 (completion_list_add_symbol): Update.
1135 (find_gnu_ifunc): Update.
1136 (get_symbol_address): Update.
1137 (search_module_symbols): Update.
1138 (info_module_subcommand): Update.
1139 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
1140 (SYMBOL_LINKAGE_NAME): Remove.
1141 (SYMBOL_DEMANGLED_NAME): Remove.
1142 (SYMBOL_PRINT_NAME): Remove.
1143 (SYMBOL_SEARCH_NAME): Remove.
1144 * tracepoint.c (set_traceframe_context): Update.
1145 (validate_actionline): Update.
1146 (collection_list::collect_symbol): Update.
1147 (encode_actions_1): Update.
1148 (info_scope_command): Update.
1149 (print_one_static_tracepoint_marker): Update.
1150 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
1151 * valops.c (address_of_variable): Update.
1152 (find_overload_match): Update.
1153 (find_oload_champ): Update.
1154
c9d95fa3
CB
11552019-11-22 Christian Biesinger <cbiesinger@google.com>
1156
1157 * ada-lang.c (ada_lookup_simple_minsym): Update.
1158 (ada_collect_symbol_completion_matches): Update.
1159 * ada-tasks.c (read_atcb): Update.
1160 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
1161 (amd64_windows_skip_trampoline_code): Update.
1162 * arm-tdep.c (skip_prologue_function): Update.
1163 (arm_skip_stack_protector): Update.
1164 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
1165 (arm_wince_skip_main_prologue): Update.
1166 * ax-gdb.c (gen_expr): Update.
1167 * block.c (call_site_for_pc): Update.
1168 * blockframe.c (find_pc_partial_function): Update.
1169 * breakpoint.c (set_breakpoint_location_function): Update.
1170 * btrace.c (ftrace_print_function_name): Update.
1171 (ftrace_function_switched): Update.
1172 * c-valprint.c (print_unpacked_pointer): Update.
1173 * coffread.c (coff_symfile_read): Update.
1174 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
1175 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
1176 * dwarf-index-write.c (write_psymbols): Update.
1177 * dwarf2loc.c (call_site_to_target_addr): Update.
1178 (func_verify_no_selftailcall): Update.
1179 (tailcall_dump): Update.
1180 (call_site_find_chain_1): Update.
1181 (dwarf_expr_reg_to_entry_parameter): Update.
1182 * elfread.c (elf_gnu_ifunc_record_cache): Update.
1183 * eval.c (evaluate_funcall): Update.
1184 (evaluate_subexp_standard): Update.
1185 (evaluate_subexp_for_sizeof): Update.
1186 * expprint.c (print_subexp_standard): Update.
1187 (dump_subexp_body_standard): Update.
1188 * frame.c (get_prev_frame_always_1): Update.
1189 * frv-tdep.c (frv_skip_main_prologue): Update.
1190 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
1191 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
1192 (gnuv3_get_typename_from_type_info): Update.
1193 (gnuv3_skip_trampoline): Update.
1194 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1195 * i386-tdep.c (i386_skip_main_prologue): Update.
1196 (i386_pe_skip_trampoline_code): Update.
1197 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1198 * infcall.c (get_function_name): Update.
1199 * linespec.c (minsym_found): Update.
1200 * linux-fork.c (info_checkpoints_command): Update.
1201 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1202 (m32c_m16c_pointer_to_address): Update.
1203 * maint.c (maintenance_translate_address): Update.
1204 * minsyms.c (add_minsym_to_hash_table): Update.
1205 (add_minsym_to_demangled_hash_table): Update.
1206 (lookup_minimal_symbol_mangled): Update.
1207 (lookup_minimal_symbol_demangled): Update.
1208 (lookup_minimal_symbol_linkage): Update.
1209 (lookup_minimal_symbol_text): Update.
1210 (lookup_minimal_symbol_by_pc_name): Update.
1211 (minimal_symbol_is_less_than): Update.
1212 (compact_minimal_symbols): Update.
1213 (build_minimal_symbol_hash_tables): Update.
1214 (find_solib_trampoline_target): Update.
1215 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1216 (mips_skip_pic_trampoline_code): Update.
1217 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1218 * objc-lang.c (info_selectors_command): Update.
1219 (info_classes_command): Update.
1220 (find_methods): Update.
1221 (find_imps): Update.
1222 * p-valprint.c (pascal_val_print): Update.
1223 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1224 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1225 * printcmd.c (build_address_symbolic): Update.
1226 (info_symbol_command): Update.
1227 * psymtab.c (psymbol_name_matches): Update.
1228 (match_partial_symbol): Update.
1229 (lookup_partial_symbol): Update.
1230 (print_partial_symbols): Update.
1231 (sort_pst_symbols): Update.
1232 (maintenance_check_psymtabs): Update.
1233 * python/py-framefilter.c (py_print_frame): Update.
1234 * python/python.c (gdbpy_rbreak): Update.
1235 * record-btrace.c (btrace_get_bfun_name): Update.
1236 (btrace_call_history): Update.
1237 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1238 (rs6000_skip_trampoline_code): Update.
1239 * sol-thread.c (info_cb): Update.
1240 * stabsread.c (scan_file_globals): Update.
1241 * stack.c (find_frame_funname): Update.
1242 (info_frame_command_core): Update.
1243 * symmisc.c (dump_msymbols): Update.
1244 * symtab.c (symbol_natural_name): Rename to..,
1245 (general_symbol_info::natural_name): ...this.
1246 (symbol_demangled_name): Rename to...
1247 (general_symbol_info::demangled_name): ...this.
1248 (symbol_search_name): Rename to...
1249 (general_symbol_info::search_name): ...this.
1250 (symbol_matches_search_name): Update.
1251 (find_pc_sect_line): Update.
1252 (skip_prologue_sal): Update.
1253 (search_symbols): Update.
1254 (print_msymbol_info): Update.
1255 (rbreak_command): Update.
1256 (completion_list_add_msymbol): Update.
1257 (completion_list_objc_symbol): Update.
1258 (get_msymbol_address): Update.
1259 * symtab.h (struct general_symbol_info): Add member functions
1260 natural_name (), linkage_name (), print_name (), demangled_name (),
1261 and search_name ().
1262 (SYMBOL_NATURAL_NAME): Update.
1263 (symbol_natural_name): Move to a member function on general_symbol_info.
1264 (SYMBOL_DEMANGLED_NAME): Update.
1265 (symbol_demangled_name): Move to a member function on
1266 general_symbol_info.
1267 (SYMBOL_SEARCH_NAME): Update.
1268 (symbol_search_name): Move to a member function on general_symbol_info.
1269 (MSYMBOL_NATURAL_NAME): Remove.
1270 (MSYMBOL_LINKAGE_NAME): Remove.
1271 (MSYMBOL_PRINT_NAME): Remove.
1272 (MSYMBOL_DEMANGLED_NAME): Remove.
1273 (MSYMBOL_SEARCH_NAME): Remove.
1274 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1275
f8bab2d6
CB
12762019-11-22 Christian Biesinger <cbiesinger@google.com>
1277
1278 * symtab.c (create_demangled_names_hash): Use per_bfd->
1279 minimal_symbol_count for computing the initial size, if greater
1280 than our default size.
1281
85e7588d
TV
12822019-11-22 Tom de Vries <tdevries@suse.de>
1283
1284 * contrib/words.sh: Improve words extraction.
1285
f6180073
TV
12862019-11-22 Tom de Vries <tdevries@suse.de>
1287
1288 * contrib/words.sh: Combine sed invocations.
1289
f10ffa41
CB
12902019-11-21 Christian Biesinger <cbiesinger@google.com>
1291
1292 * Makefile.in: Update.
1293 * demangle.c: Rename to...
1294 * gdb-demangle.c: ..this.
1295 (is_cplus_marker): Change return type to bool.
1296 (_initialize_demangler): Rename to...
1297 (_initialize_gdb_demangle): ...this.
1298 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1299 * symtab.h (demangle): Remove declaration; instead include
1300 gdb-demangle.h.
1301
6ba18521
TT
13022019-11-21 Tom Tromey <tromey@adacore.com>
1303
1304 * gdbsupport/format.c (format_pieces): Parse %I64d.
1305 * unittests/format_pieces-selftests.c (test_windows_formats): New
1306 function.
1307 (run_tests): Call it.
1308
34877895
PJ
13092019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1310
1311 Byte reverse display of variables with DW_END_big, DW_END_little
1312 (DW_AT_endianity) dwarf attributes if different than the native
1313 byte order.
1314 * ada-lang.c (ada_value_binop):
1315 Use type_byte_order instead of gdbarch_byte_order.
1316 * ada-valprint.c (printstr):
1317 (ada_val_print_string):
1318 * ada-lang.c (value_pointer):
1319 (ada_value_binop):
1320 Use type_byte_order instead of gdbarch_byte_order.
1321 * c-lang.c (c_get_string):
1322 Use type_byte_order instead of gdbarch_byte_order.
1323 * c-valprint.c (c_val_print_array):
1324 Use type_byte_order instead of gdbarch_byte_order.
1325 * cp-valprint.c (cp_print_class_member):
1326 Use type_byte_order instead of gdbarch_byte_order.
1327 * dwarf2loc.c (rw_pieced_value):
1328 Use type_byte_order instead of gdbarch_byte_order.
1329 * dwarf2read.c (read_base_type): Handle DW_END_big,
1330 DW_END_little
1331 * f-lang.c (f_get_encoding):
1332 Use type_byte_order instead of gdbarch_byte_order.
1333 * findvar.c (default_read_var_value):
1334 Use type_byte_order instead of gdbarch_byte_order.
1335 * gdbtypes.c (check_types_equal):
1336 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1337 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1338 and TYPE_ENDIANITY_LITTLE if set.
1339 (type_byte_order): new function.
1340 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1341 (struct main_type) <flag_endianity_not_default>:
1342 New field.
1343 (type_byte_order): New function.
1344 * infcmd.c (default_print_one_register_info):
1345 Use type_byte_order instead of gdbarch_byte_order.
1346 * p-lang.c (pascal_printstr):
1347 Use type_byte_order instead of gdbarch_byte_order.
1348 * p-valprint.c (pascal_val_print):
1349 Use type_byte_order instead of gdbarch_byte_order.
1350 * printcmd.c (print_scalar_formatted):
1351 Use type_byte_order instead of gdbarch_byte_order.
1352 * solib-darwin.c (darwin_current_sos):
1353 Use type_byte_order instead of gdbarch_byte_order.
1354 * solib-svr4.c (solib_svr4_r_ldsomap):
1355 Use type_byte_order instead of gdbarch_byte_order.
1356 * stap-probe.c (stap_modify_semaphore):
1357 Use type_byte_order instead of gdbarch_byte_order.
1358 * target-float.c (target_float_same_format_p):
1359 Use type_byte_order instead of gdbarch_byte_order.
1360 * valarith.c (scalar_binop):
1361 (value_bit_index):
1362 Use type_byte_order instead of gdbarch_byte_order.
1363 * valops.c (value_cast):
1364 Use type_byte_order instead of gdbarch_byte_order.
1365 * valprint.c (generic_emit_char):
1366 (generic_printstr):
1367 (val_print_string):
1368 Use type_byte_order instead of gdbarch_byte_order.
1369 * value.c (unpack_long):
1370 (unpack_bits_as_long):
1371 (unpack_value_bitfield):
1372 (modify_field):
1373 (pack_long):
1374 (pack_unsigned_long):
1375 Use type_byte_order instead of gdbarch_byte_order.
1376 * findvar.c (unsigned_pointer_to_address):
1377 (signed_pointer_to_address):
1378 (unsigned_address_to_pointer):
1379 (address_to_signed_pointer):
1380 (default_read_var_value):
1381 (default_value_from_register):
1382 Use type_byte_order instead of gdbarch_byte_order.
1383 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1384 Use type_byte_order instead of gdbarch_byte_order.
1385 * riscv-tdep.c (riscv_print_one_register_info):
1386 Use type_byte_order instead of gdbarch_byte_order.
1387
87fb00ea
SM
13882019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1389
1390 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1391 (current_ui_gdb_stdin_ptr): Likewise.
1392 (current_ui_gdb_stderr_ptr): Likewise.
1393 (current_ui_gdb_stdlog_ptr): Likewise.
1394 (current_ui_current_uiout_ptr): Likewise.
1395 (gen_ret_current_ui_field_ptr): Remove.
1396
65d1cd5f
TV
13972019-11-21 Tom de Vries <tdevries@suse.de>
1398
1399 PR gdb/24956
1400 * cli/cli-script.c (execute_control_command): Only switch to
1401 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1402
9f6ad286
TT
14032019-11-19 Tom Tromey <tom@tromey.com>
1404
1405 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1406 Now static. Change type of "name".
1407 (tui_set_win_height_command): Don't copy "arg".
1408 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1409 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1410
435d3d88
AT
14112019-11-19 Ali Tamur <tamur@google.com>
1412
1413 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1414 "if (attr != nullptr)".
1415 (dwarf2_find_base_address): Likewise.
1416 (dwarf2_build_include_psymtabs): Likewise.
1417 (read_cutu_die_from_dwo): Likewise.
1418 (read_func_scope): Likewise.
1419 (read_call_site_scope): Likewise.
1420 (dwarf2_get_pc_bounds): Likewise.
1421 (dwarf2_record_block_ranges): Likewise.
1422 (dwarf2_add_field): Likewise.
1423 (dwarf2_add_member_fn): Likewise.
1424 (read_structure_type): Likewise.
1425 (read_enumeration_type): Likewise.
1426 (read_array_type): Likewise.
1427 (read_array_order): Likewise.
1428 (read_set_type): Likewise.
1429 (read_common_block): Likewise.
1430 (read_tag_reference_type): Likewise.
1431 (read_tag_string_type): Likewise.
1432 (read_subroutine_type): Likewise.
1433 (read_base_type): Likewise.
1434 (read_subrange_type): Likewise.
1435 (new_symbol): Likewise.
1436 (prepare_one_comp_unit): Likewise.
1437
c9739b6a
TT
14382019-11-19 Tom Tromey <tromey@adacore.com>
1439
1440 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1441 result in error when DebugActiveProcess fails.
1442
494409bb
SDJ
14432019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1444 Pedro Alves <palves@redhat.com>
1445
1446 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1447 * target.c (target_stack::push): Call 'unpush' if there's a
1448 target on top of the stack.
1449
2e953aca
PW
14502019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1451
1452 * python/py-block.c (blpy_dealloc): Call tp_free.
1453 (blpy_block_syms_dealloc): Likewise.
1454 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1455 * python/py-inferior.c (infpy_dealloc): Likewise.
1456 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1457 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1458 * python/py-symbol.c (sympy_dealloc): Likewise.
1459 * python/py-symtab.c (stpy_dealloc): Likewise.
1460 * python/py-type.c (typy_iterator_dealloc): Likewise.
1461
6edc43ec
CB
14622019-11-18 Christian Biesinger <cbiesinger@google.com>
1463
1464 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1465 constructor instead of using a class initializer.
1466
cd850b40
CB
14672019-11-15 Christian Biesinger <cbiesinger@google.com>
1468
1469 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1470 * configure: Regenerate.
1471 * configure.ac: Don't source common.host.
1472 * gdbsupport/common.host: Remove.
1473 * gdbsupport/mingw-strerror.c: Remove.
1474 * gdbsupport/posix-strerror.c: Rename to...
1475 * gdbsupport/safe-strerror.c: ...this.
1476
53fea9c7
CB
14772019-11-15 Christian Biesinger <cbiesinger@google.com>
1478
1479 * maint.c (scoped_command_stats::print_time): Use localtime_r
1480 instead of localtime (provided through gnulib if necessary).
1481 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1482 of ctime.
1483
f8e27d88
CB
14842019-11-15 Christian Biesinger <cbiesinger@google.com>
1485
1486 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1487 avoid compile errors.
1488
5abebf3c
CB
14892019-11-15 Christian Biesinger <cbiesinger@google.com>
1490
1491 * config.in: Regenerate.
1492 * configure: Regenerate.
1493 * gdbsupport/common.m4: No longer check for strerror_r.
1494 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1495 POSIX version of strerror_r, now that gnulib provides it if
1496 necessary.
1497
9a351667
CB
14982019-11-14 Christian Biesinger <cbiesinger@google.com>
1499
1500 * README (`configure' options): Update.
1501
55708e99
TT
15022019-11-14 Tom Tromey <tromey@adacore.com>
1503
1504 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1505 expected type for the RHS if the LHS is a convenience variable.
1506
4b09bb2e
SM
15072019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1508
1509 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1510 Provide explicit default and copy constructor.
1511
bd454f8b
PW
15122019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1513
1514 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1515 only call Py_INCREF (newbp) in the bppy_pending_object case.
1516
d1aa3cf0
TT
15172019-11-13 Tom Tromey <tromey@adacore.com>
1518
1519 PR build/25182:
1520 * psympriv.h (partial_symbol): Remove static assert.
1521 * symtab.h (general_symbol_info, symbol): Remove static assert.
1522
e06f3d6e
AB
15232019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1524
1525 * gdbsupport/format.c (format_pieces::format_pieces): Support
1526 printf 'z' size modifier.
1527 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1528 * printcmd.c (ui_printf): Handle size_t_arg.
1529 * ui-out.c (ui_out::vmessage): Likewise.
1530 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1531 function.
1532 (run_tests): Call test_format_int_sizes.
1533
468c0cbb
CB
15342019-11-12 Christian Biesinger <cbiesinger@google.com>
1535
1536 * ada-exp.y (write_ambiguous_var): Update.
1537 * buildsym.c (add_symbol_to_list): Update.
1538 * dwarf2read.c (read_variable): Update.
1539 (new_symbol): Update.
1540 * jit.c (finalize_symtab): Update.
1541 * language.c (language_alloc_type_symbol): Update.
1542 * symtab.c (fixup_symbol_section): Update.
1543 (initialize_objfile_symbol_1): Move code to...
1544 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1545 (allocate_symbol): Update.
1546 (allocate_template_symbol): Update.
1547 (get_symbol_address): Update.
1548 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1549 of having as a field, and add a constructor.
1550 (SYMBOL_VALUE): Update.
1551 (SYMBOL_VALUE_ADDRESS): Update.
1552 (SET_SYMBOL_VALUE_ADDRESS): Update.
1553 (SYMBOL_VALUE_BYTES): Update.
1554 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1555 (SYMBOL_BLOCK_VALUE): Update.
1556 (SYMBOL_VALUE_CHAIN): Update.
1557 (SYMBOL_LANGUAGE): Update.
1558 (SYMBOL_SECTION): Update.
1559 (SYMBOL_OBJ_SECTION): Update.
1560 (SYMBOL_SET_LANGUAGE): Update.
1561 (SYMBOL_SET_LINKAGE_NAME): Update.
1562 (SYMBOL_SET_NAMES): Update.
1563 (SYMBOL_NATURAL_NAME): Update.
1564 (SYMBOL_LINKAGE_NAME): Update.
1565 (SYMBOL_DEMANGLED_NAME): Update.
1566 (SYMBOL_SEARCH_NAME): Update.
1567 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1568 (struct symbol): Update.
1569 (struct template_symbol): Update.
1570 (struct rust_vtable_symbol): Update.
1571 * xcoffread.c (SYMBOL_DUP): Update.
1572
ed2c82c3
TT
15732019-11-12 Tom Tromey <tom@tromey.com>
1574
1575 * tui/tui-layout.c (show_layout): Set current_layout.
1576 (show_source_disasm_command, show_data)
1577 (show_source_or_disasm_and_command): Don't set current_layout.
1578
d9fcefd5
TT
15792019-11-12 Tom Tromey <tom@tromey.com>
1580
1581 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1582
45e42163
TT
15832019-11-12 Tom Tromey <tom@tromey.com>
1584
1585 * tui/tui-win.c (resize_message): New global.
1586 (show_tui_resize_message): New function.
1587 (tui_async_resize_screen): Print message if requested.
1588 (_initialize_tui_win): Add tui-resize-message setting.
1589 * NEWS: Add entry for new commands.
1590
c86d74cc
TT
15912019-11-11 Tom Tromey <tom@tromey.com>
1592
1593 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1594 functions.
1595
7b7b9424
CB
15962019-11-11 Christian Biesinger <cbiesinger@google.com>
1597
1598 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1599
086baaf1
AB
16002019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1601
1602 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1603 function.
1604 * python/python-internal.h (gdbpy_lookup_static_symbols):
1605 Declare new function.
1606 * python/python.c (python_GdbMethods): Add
1607 gdb.lookup_static_symbols method.
1608 * NEWS: Mention gdb.lookup_static_symbols.
1609
09ff83af
AB
16102019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1611
1612 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1613 static block of current object file first. Also fix typo in
1614 header comment.
1615
eb2dd8df
AB
16162019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1617
1618 * stack.c (set_last_displayed_sal): Delete.
1619 (last_displayed_sal_valid): Delete.
1620 (last_displayed_pspace): Delete.
1621 (last_displayed_addr): Delete.
1622 (last_displayed_symtab): Delete.
1623 (last_displayed_line): Delete.
1624 (class last_displayed_symtab_info_type): New.
1625 (last_displayed_symtab_info): New static global variable.
1626 (print_frame_info): Call methods on last_displayed_symtab_info.
1627 (clear_last_displayed_sal): Update header comment, and make use of
1628 last_displayed_symtab_info.
1629 (last_displayed_sal_is_valid): Likewise.
1630 (get_last_displayed_pspace): Likewise.
1631 (get_last_displayed_addr): Likewise.
1632 (get_last_displayed_symtab): Likewise.
1633 (get_last_displayed_line): Likewise.
1634 (get_last_displayed_sal): Likewise.
1635 * stack.h (clear_last_displayed_sal): Update header comment.
1636 (last_displayed_sal_is_valid): Likewise.
1637 (get_last_displayed_pspace): Likewise.
1638 (get_last_displayed_addr): Likewise.
1639 (get_last_displayed_symtab): Likewise.
1640 (get_last_displayed_line): Likewise.
1641 (get_last_displayed_sal): Likewise.
1642
62137775
AB
16432019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1644
1645 * stack.c (frame_show_address): Convert return type to bool.
1646 * stack.h (frame_show_address): Likewise, and update header
1647 comment.
1648
cf57ad6d
AB
16492019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1650
1651 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1652 * unittests/vec-utils-selftests.c: New file.
1653 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1654
0b026263
TT
16552019-11-10 Tom Tromey <tom@tromey.com>
1656
1657 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1658 (tui_highlight_win): Likewise.
1659 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1660 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1661 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1662 Don't set can_highlight.
1663
b049ce2d
TT
16642019-11-10 Tom Tromey <tom@tromey.com>
1665
1666 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1667 Remove unused declaration.
1668
992a7040
TT
16692019-11-08 Tom Tromey <tromey@adacore.com>
1670
1671 * top.c (read_command_file): Update.
1672 (command_line_input): Make return type const.
1673 * python/py-gdb-readline.c: Update.
1674 * linespec.c (decode_line_2): Update.
1675 * defs.h (command_line_input): Make return type const.
1676 * cli/cli-script.c (read_next_line): Make return type const.
1677 * ada-lang.c (get_selections): Update.
1678
ca3a04f6
CB
16792019-11-06 Christian Biesinger <cbiesinger@google.com>
1680
1681 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1682 * mi/mi-main.c (output_cores): Likewise.
1683 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1684 (linux_xfer_osdata_modules): Likewise.
1685 * remote.c (register_remote_support_xml): Likewise.
1686 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1687 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1688
e0eac551
TT
16892019-11-06 Tom Tromey <tom@tromey.com>
1690
1691 * tui/tui-interp.c: Don't include readline.h.
1692 * tui/tui-hooks.c: Don't include readline.h.
1693 * symmisc.c: Include tilde.h, not readline.h.
1694 * symfile.c: Include tilde.h, not readline.h.
1695 * source.c: Include tilde.h, not readline.h.
1696 * solib.c: Include tilde.h, not readline.h.
1697 * psymtab.c: Include tilde.h, not readline.h.
1698 * exec.c: Include tilde.h, not readline.h.
1699 * corelow.c: Include tilde.h, not readline.h.
1700 * cli/cli-dump.c: Include tilde.h, not readline.h.
1701 * cli/cli-cmds.c: Don't include readline.h.
1702
825165c5
TT
17032019-11-05 Tom Tromey <tom@tromey.com>
1704
1705 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1706 (tui_disassemble): Set addr_size.
1707 (tui_disasm_window::set_contents): Use addr_size.
1708
91ae903f
TT
17092019-11-05 Tom Tromey <tom@tromey.com>
1710
1711 * rust-lang.c (rust_language_defn): Update.
1712 * python/py-value.c (valpy_string): Call c_get_string.
1713 * p-lang.c (pascal_language_defn): Update.
1714 * opencl-lang.c (opencl_language_defn): Update.
1715 * objc-lang.c (objc_language_defn): Update.
1716 * m2-lang.c (m2_language_defn): Update.
1717 * language.c (unknown_language_defn, auto_language_defn): Update.
1718 (default_get_string): Remove.
1719 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1720 * go-lang.c (go_language_defn): Update.
1721 * f-lang.c (f_language_defn): Update.
1722 * d-lang.c (d_language_defn): Update.
1723 * c-lang.c (c_language_defn, cplus_language_defn)
1724 (asm_language_defn, minimal_language_defn): Update.
1725 * ada-lang.c (ada_language_defn): Update.
1726 * language.h (struct language_defn) <la_get_string>: Remove.
1727 (LA_GET_STRING): Remove.
1728 (default_get_string): Don't declare.
1729
1df2f9ef
TT
17302019-11-05 Tom Tromey <tom@tromey.com>
1731
1732 * tui/tui-source.h (struct tui_source_window): Inline
1733 constructor. Remove destructor.
1734 <style_changed, m_observable>: Move to superclass.
1735 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1736 (struct tui_source_window_base): Move private members to end.
1737 <style_changed, m_observable>: Move from tui_source_window.
1738 * tui/tui-winsource.c (tui_copy_source_line): Move from
1739 tui-source.c. Rename from copy_source_line. Add special handling
1740 for negative line number.
1741 (tui_source_window_base::style_changed): Move from
1742 tui_source_window.
1743 (tui_source_window_base): Register observer.
1744 (~tui_source_window_base): New.
1745 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1746 rename.
1747 (tui_source_window::set_contents): Use tui_copy_source_line.
1748 (tui_source_window::tui_source_window): Move to tui-source.h.
1749 (tui_source_window::~tui_source_window): Remove.
1750 (tui_source_window::style_changed): Move to superclass.
1751 * tui/tui-disasm.c (tui_disassemble): Create string file with
1752 styling, when possible. Add "addr_size" parameter.
1753 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1754 Don't compute maximum size.
1755 (len_without_escapes): New function
1756
5d051055
TT
17572019-11-05 Tom Tromey <tom@tromey.com>
1758
1759 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1760 std::string.
1761 * tui/tui-winsource.c (tui_show_source_line): Update.
1762 * tui/tui-source.c (tui_source_window::set_contents): Update.
1763 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1764
ade7beea
CB
17652019-11-05 Christian Biesinger <cbiesinger@google.com>
1766
1767 * symtab.h (gdb_static_assert): Put && operator at the beginning
1768 of the line instead of the end.
1769
3573abe1
CB
17702019-11-04 Christian Biesinger <cbiesinger@google.com>
1771
1772 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1773 and sizeof (symbol).
1774 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1775
dae8b3eb
RO
17762019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1777
1778 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1779 * configure.host: Mark *-*-solaris2.10* obsolete.
1780 * configure.tgt: Mark Solaris < 11 obsolete.
1781 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1782 Update target triplet.
1783
5df96a4e
TT
17842019-11-01 Tom Tromey <tromey@adacore.com>
1785
1786 * utils.c (print_sys_errmsg): Simplify.
1787
b7481649
TT
17882019-11-01 Tom Tromey <tromey@adacore.com>
1789
1790 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1791
e48f6033
CB
17922019-11-01 Christian Biesinger <cbiesinger@google.com>
1793
1794 * configure: Regenerate.
1795 * configure.ac: Remove check for strerror_r.
1796 * gdbsupport/common.m4: Check for strerror_r.
1797
bd5766ec
LM
17982019-11-01 Luis Machado <luis.machado@linaro.org>
1799
1800 PR gdb/25124
1801
1802 * arm-tdep.c (arm_per_objfile): Rename to ...
1803 (arm_per_bfd): ... this.
1804 (arm_objfile_data_key): Rename to ...
1805 (arm_bfd_data_key): ... this.
1806 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1807 data.
1808 (arm_record_special_symbol): Likewise.
1809
e1709896
AB
18102019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1811
1812 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1813 end.
1814 * c-typeprint.c (c_print_typedef): Likewise.
1815 * f-typeprint.c (f_print_typedef): Likewise.
1816 * m2-typeprint.c (m2_print_typedef): Likewise.
1817 * p-typeprint.c (pascal_print_typedef): Likewise.
1818 * rust-lang.c (rust_print_typedef): Likewise.
1819 * symtab.c (print_symbol_info): Print a newline after calling
1820 typedef_print.
1821
165f8965
AB
18222019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1823
1824 * symtab.c (info_module_cmdlist): New variable.
1825 (info_module_command): New function.
1826 (search_module_symbols): New function.
1827 (info_module_subcommand): New function.
1828 (struct info_modules_var_func_options): New struct.
1829 (info_modules_var_func_options_defs): New variable.
1830 (make_info_modules_var_func_options_def_group): New function.
1831 (info_module_functions_command): New function.
1832 (info_module_variables_command): New function.
1833 (info_module_var_func_command_completer): New function.
1834 (_initialize_symtab): Register new 'info module functions' and
1835 'info module variables' commands.
1836 * symtab.h (typedef symbol_search_in_module): New typedef.
1837 (search_module_symbols): Declare new function.
1838 * NEWS: Mention new commands.
1839
59c35742
AB
18402019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1841
1842 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1843 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1844 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1845 MODULES_DOMAIN.
1846 (scan_partial_symbols): Only create partial module symbols for non
1847 declarations.
1848 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1849 and MODULES_DOMAIN.
1850 * symtab.c (search_domain_name): Likewise.
1851 (search_symbols): Likewise.
1852 (print_symbol_info): Likewise.
1853 (symtab_symbol_info): Likewise.
1854 (info_modules_command): New function.
1855 (_initialize_symtab): Register 'info modules' command.
1856 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1857 * NEWS: Mention new 'info modules' command.
1858
aed61d02
PW
18592019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1860
1861 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1862 and $_gdb_maint_setting_str.
1863
9ad9b77d
PW
18642019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1865
1866 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1867 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1868 (str_value_from_setting, gdb_setting_str_internal_fn)
1869 (gdb_maint_setting_str_internal_fn): New functions.
1870 (_initialize_cli_cmds): Define the new convenience functions.
1871 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1872 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1873
8d6efaa2
CB
18742019-10-31 Christian Biesinger <cbiesinger@google.com>
1875
1876 * agent.c (set_can_use_agent): When the setting is turned on,
1877 look up agent symbols if we don't have them yet.
1878 (agent_new_objfile): Don't look up agent symbols when the agent
1879 setting is off.
1880
33cb1647
CB
18812019-10-31 Christian Biesinger <cbiesinger@google.com>
1882
1883 * config.in: Regenerate.
1884
b231e86a
CB
18852019-10-31 Christian Biesinger <cbiesinger@google.com>
1886
1887 * configure: Regenerate.
1888 * configure.ac: Check for strerror_r.
1889 * gdbsupport/common-utils.h (safe_strerror): Change return value
1890 to const char * and document that this function is now threadsafe.
1891 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1892 thread_local and call strerror_r, if available.
1893 * utils.c (perror_string): Update.
1894 (print_sys_errmsg): Update.
1895
a2726d4f
LM
18962019-10-31 Luis Machado <luis.machado@linaro.org>
1897
1898 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1899 objfile_key.
1900 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1901 objfile to fetch per-bfd data.
1902 (arm_find_exidx_entry): Likewise.
1903
75cafaa6
CB
19042019-10-31 Christian Biesinger <cbiesinger@google.com>
1905
1906 * gdbsupport/agent.c (debug_agent): Change type to bool.
1907 (use_agent): Likewise.
1908 (all_agent_symbols_look_up): Likewise.
1909 (agent_loaded_p): Change return value to bool.
1910 (agent_look_up_symbols): Update.
1911 (agent_capability_check): Change return value to bool.
1912 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1913 (debug_agent): Change type to bool.
1914 (use_agent): Likewise.
1915 (agent_capability_check): Change return value to bool.
1916
808590ec
CB
19172019-10-30 Christian Biesinger <cbiesinger@google.com>
1918
1919 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1920 (build_minimal_symbol_hash_tables): Code to clear the table moved
1921 to clear_minimal_symbol_hash_tables.
1922 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1923 when needed.
1924
f18ad8a1
SM
19252019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1926
1927 * infcmd.c: Remove includes.
1928 * infrun.c: Remove includes.
1929
de93309a
SM
19302019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1931
1932 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1933 (grow_vect): Remove declaration.
1934 (ada_type_of_array): Remove declaration.
1935 (ada_update_initial_language): Remove declaration.
1936 (ada_fold_name): Remove declaration.
1937 (ada_fill_in_ada_prototype): Remove declaration.
1938 (user_select_syms): Remove declaration.
1939 (get_selections): Remove declaration.
1940 (ada_tag_type): Remove declaration.
1941 (ada_value_tag): Remove declaration.
1942 (ada_is_others_clause): Remove declaration.
1943 (ada_in_variant): Remove declaration.
1944 (ada_value_struct_elt): Remove declaration.
1945 (ada_attribute_name): Remove declaration.
1946 (ada_system_address_type): Remove declaration.
1947 * ada-lang.c (ada_watch_location_expression): Make static.
1948 (GROW_VECT): Move here from ada-lang.h.
1949 (grow_vect): Make static.
1950 (ada_update_initial_language): Make static.
1951 (ada_fold_name): Make static.
1952 (ada_type_of_array): Make static.
1953 (encoded_ordered_before): Move up.
1954 (sort_choices): Move up.
1955 (print_signatures): Move up.
1956 (ada_print_symbol_signature): Move up.
1957 (get_selections): Move up and make static.
1958 (user_select_syms): Move up and make static.
1959 (ada_value_struct_elt): Move up and make static.
1960 (ada_tag_type): Make static.
1961 (ada_value_tag): Make static.
1962 (ada_is_others_clause): Make static.
1963 (ada_in_variant): Make static.
1964 (ada_attribute_name): Make static.
1965
cdc46a9f
SM
19662019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1967
1968 * ada-lang.c: Remove includes.
1969 * ada-typeprint.c: Remove includes.
1970 * ada-valprint.c: Remove includes.
1971
90421c56
SM
19722019-10-29 Simon Marchi <simon.marchi@efficios.com>
1973
1974 * addrmap.c: Add static assertions of type size, moved from
1975 _initialize_addrmap.
1976 (_initialize_addrmap): Remove.
1977
31edb802
CB
19782019-10-29 Christian Biesinger <cbiesinger@google.com>
1979
1980 * coffread.c (record_minimal_symbol): Update.
1981 (process_coff_symbol): Update.
1982 * dbxread.c (read_dbx_symtab): Update.
1983 * dwarf2read.c (add_partial_symbol): Update.
1984 (fixup_go_packaging): Update.
1985 (load_partial_dies): Update.
1986 (new_symbol): Update.
1987 * elfread.c (record_minimal_symbol): Change signature to use
1988 gdb::string_view instead of name+len.
1989 (elf_symtab_read): Update.
1990 (elf_rel_plt_read): Update.
1991 * mdebugread.c (parse_partial_symbols): Update.
1992 (handle_psymbol_enumerators): Update.
1993 (new_symbol): Update.
1994 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1995 to use gdb::string_view instead of name+len.
1996 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1997 * psympriv.h (add_psymbol_to_list): Likewise.
1998 * psymtab.c (add_psymbol_to_bcache): Likewise.
1999 (add_psymbol_to_list): Likewise.
2000 * stabsread.c (define_symbol): Update.
2001 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
2002 * symtab.h (SYMBOL_SET_NAMES): Likewise.
2003 (symbol_set_names): Likewise.
2004 * xcoffread.c (scan_xcoff_symtab): Update.
2005
0c921b21
CB
20062019-10-29 Christian Biesinger <cbiesinger@google.com>
2007
2008 * symtab.h (symbol_set_names): Document that copy_name must be
2009 set to true for non-nullterminated strings.
2010 * symtab.c (symbol_set_names): Only make a nullterminated copy of
2011 linkage_name if the entry was not found and we need to demangle.
2012
35e65c49
CB
20132019-10-29 Christian Biesinger <cbiesinger@google.com>
2014
2015 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
2016 * dwarf2-frame.c (bsearch_fde_cmp): Update.
2017 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
2018 * gdbsupport/gdb_binary_search.h: New file.
2019
ed2a2229
CB
20202019-10-29 Christian Biesinger <cbiesinger@google.com>
2021
2022 * NEWS: Mention new --with-system-gdbinit-dir option.
2023 * config.in: Regenerate.
2024 * configure: Regenerate.
2025 * configure.ac: Add new option --with-system-gdbinit-dir.
2026 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
2027 for a ".gdb" suffix.
2028 * main.c (get_init_files): Change system_gdbinit argument to
2029 a vector and return the files in SYSTEM_GDBINIT_DIR in
2030 addition to SYSTEM_GDBINIT.
2031 (captured_main_1): Update.
2032 (print_gdb_help): Update.
2033 * top.c (print_gdb_configuration): Also print the value of
2034 SYSTEM_GDBINIT_DIR.
2035
87f34879
CB
20362019-10-28 Christian Biesinger <cbiesinger@google.com>
2037
2038 * gdbsupport/common-utils.h (startswith): Add an overloaded version
2039 that takes gdb::string_view arguments.
2040
30baf67b
TV
20412019-10-26 Tom de Vries <tdevries@suse.de>
2042
2043 * aarch64-linux-tdep.c: Fix typos in comments.
2044 * aarch64-tdep.c: Same.
2045 * ada-lang.c: Same.
2046 * amd64-nat.c: Same.
2047 * arc-tdep.c: Same.
2048 * arch/aarch64-insn.c: Same.
2049 * block.c: Same.
2050 * breakpoint.h: Same.
2051 * btrace.h: Same.
2052 * c-varobj.c: Same.
2053 * cli/cli-decode.c: Same.
2054 * cli/cli-script.c: Same.
2055 * cli/cli-utils.h: Same.
2056 * coff-pe-read.c: Same.
2057 * coffread.c: Same.
2058 * compile/compile-cplus-symbols.c: Same.
2059 * compile/compile-object-run.c: Same.
2060 * completer.c: Same.
2061 * corelow.c: Same.
2062 * cp-support.c: Same.
2063 * demangle.c: Same.
2064 * dwarf-index-write.c: Same.
2065 * dwarf2-frame.c: Same.
2066 * dwarf2-frame.h: Same.
2067 * eval.c: Same.
2068 * frame-base.h: Same.
2069 * frame.h: Same.
2070 * gdbcmd.h: Same.
2071 * gdbtypes.h: Same.
2072 * gnu-nat.c: Same.
2073 * guile/scm-objfile.c: Same.
2074 * i386-tdep.c: Same.
2075 * i386-tdep.h: Same.
2076 * infcall.c: Same.
2077 * infcall.h: Same.
2078 * linux-nat.c: Same.
2079 * m68k-tdep.c: Same.
2080 * macroexp.c: Same.
2081 * memattr.c: Same.
2082 * mi/mi-cmd-disas.c: Same.
2083 * mi/mi-getopt.h: Same.
2084 * mi/mi-main.c: Same.
2085 * minsyms.c: Same.
2086 * nat/aarch64-sve-linux-sigcontext.h: Same.
2087 * objfiles.h: Same.
2088 * ppc-linux-nat.c: Same.
2089 * ppc-linux-tdep.c: Same.
2090 * ppc-tdep.h: Same.
2091 * progspace.h: Same.
2092 * prologue-value.h: Same.
2093 * python/py-evtregistry.c: Same.
2094 * python/py-instruction.h: Same.
2095 * record-btrace.c: Same.
2096 * record-full.c: Same.
2097 * remote.c: Same.
2098 * rs6000-tdep.c: Same.
2099 * ser-tcp.c: Same.
2100 * sol-thread.c: Same.
2101 * sparc-sol2-tdep.c: Same.
2102 * sparc64-tdep.c: Same.
2103 * stabsread.c: Same.
2104 * symfile.c: Same.
2105 * symtab.h: Same.
2106 * target.c: Same.
2107 * tracepoint.c: Same.
2108 * tui/tui-data.h: Same.
2109 * tui/tui-io.c: Same.
2110 * tui/tui-win.c: Same.
2111 * tui/tui.c: Same.
2112 * unittests/rsp-low-selftests.c: Same.
2113 * user-regs.h: Same.
2114 * utils.c: Same.
2115 * utils.h: Same.
2116 * valarith.c: Same.
2117 * valops.c: Same.
2118 * valprint.c: Same.
2119 * valprint.h: Same.
2120 * value.c: Same.
2121 * value.h: Same.
2122 * varobj.c: Same.
2123 * x86-nat.h: Same.
2124 * xtensa-tdep.c: Same.
2125
1834d45f
AT
21262019-10-25 Ali Tamur <tamur@google.com>
2127
2128 * charset.c (find_charset_names): Reflect API change.
2129
5396ae17
CB
21302019-10-25 Christian Biesinger <cbiesinger@google.com>
2131
2132 * symtab.c (struct demangled_name_entry): Change demangled name
2133 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
2134 part of the struct anymore.
2135 (symbol_set_names): No longer obstack allocate + copy the demangled
2136 name, just store the allocated name from bfd.
2137
93878f47
TT
21382019-10-25 Tom Tromey <tromey@adacore.com>
2139
2140 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
2141 (bsearch_cie_cmp, add_cie): Remove.
2142 (find_cie): Reimplement.
2143 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
2144 (dwarf2_build_frame_info): Update.
2145
7b71fc97
L
21462019-10-24 H.J. Lu <hongjiu.lu@intel.com>
2147
2148 PR gdb/25126
2149 * symfile.c (reread_symbols): Call forget_cached_source_info to
2150 clear the stale source cache.
2151
cbb5a2ea
CB
21522019-10-24 Christian Biesinger <cbiesinger@google.com>
2153
2154 * configure: Regenerate.
2155 * configure.ac: Remove code that sets python_has_threads.
2156
71737c43
CB
21572019-10-24 Christian Biesinger <cbiesinger@google.com>
2158
2159 * config.in: Regenerate.
2160 * configure: Regenerate.
2161 * configure.ac: Remove the code that uses sed to get the python
2162 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
2163
33d569b7
AB
21642019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2165
2166 * python/py-progspace.c (pspy_block_for_pc): Return None for all
2167 error paths.
2168
f16f7b7c
TT
21692019-10-23 Tom Tromey <tom@tromey.com>
2170
2171 * arc-tdep.c: Remove ".." from include.
2172 * frv-tdep.c: Remove ".." from include.
2173 * lm32-tdep.c: Remove ".." from include.
2174 * microblaze-tdep.c: Remove ".." from include.
2175 * or1k-tdep.h: Remove ".." from include.
2176 * s12z-tdep.c: Remove ".." from include.
2177 * Makefile.in (OPCODES_CFLAGS): Add comment.
2178 (TOP_CFLAGS): New variable.
2179 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
2180
6999161a
TT
21812019-10-23 Tom Tromey <tom@tromey.com>
2182
2183 * Makefile.in (READLINE_DIR): Update.
2184
12e7c35e
TBA
21852019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2186
2187 * infcall.c (call_function_by_hand_dummy): Fix the function
2188 comment. And extract out a code section into...
2189 (reserve_stack_space): ...this new function.
2190
37055cad
TBA
21912019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2192
2193 * infcall.c (value_arg_coerce): Remove an unused parameter.
2194 (call_function_by_hand_dummy): Update the call to
2195 'value_arg_coerce'.
2196
39bcc47c
TBA
21972019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2198
2199 * infcall.c (call_function_by_hand_dummy): Refactor.
2200
bd888c0f
TBA
22012019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2202
2203 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2204
c12d372d
TT
22052019-10-23 Tom Tromey <tom@tromey.com>
2206
2207 * configure: Rebuild.
2208 * configure.ac: Don't check for sigprocmask.
2209 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2210
4d0b984b
TT
22112019-10-23 Tom Tromey <tom@tromey.com>
2212
2213 * configure: Rebuild.
2214 * acinclude.m4: Use m4_include, not sinclude.
2215
7e785608
TV
22162019-10-23 Tom de Vries <tdevries@suse.de>
2217
2218 PR breakpoints/24687
2219 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2220
403772ef
CB
22212019-10-22 Christian Biesinger <cbiesinger@google.com>
2222
2223 * symtab.c (struct demangled_name_entry) <language>: Change from
2224 bitfield to regular variable.
2225
3a494279
CB
22262019-10-22 Christian Biesinger <cbiesinger@google.com>
2227
2228 * symtab.c (struct demangled_name_entry): Add a constructor.
2229 (free_demangled_name_entry): New function to call the destructor
2230 for demangled_name_entry.
2231 (create_demangled_names_hash): Pass free_demangled_name_entry to
2232 htab_create_alloc.
2233 (symbol_set_names): Call placement new for demangled_name_entry.
2234 * utils.c: No longer include xxhash.h here, now that fast_hash
2235 is inlined in the header.
2236 * utils.h: Instead, include it here.
2237
ccb1ba62
CB
22382019-10-22 Christian Biesinger <cbiesinger@google.com>
2239
2240 * Makefile.in: Link with libxxhash.
2241 * config.in: Regenerate.
2242 * configure: Regenerate.
2243 * configure.ac: Search for libxxhash.
2244 * utils.c (fast_hash): Use xxhash if present.
2245
1a6ff1a9
CB
22462019-10-22 Christian Biesinger <cbiesinger@google.com>
2247
2248 * utils.h (fast_hash): New function.
2249 * symtab.c (hash_demangled_name_entry): Call new function
2250 fast_hash.
2251
7bb43059
CB
22522019-10-22 Christian Biesinger <cbiesinger@google.com>
2253
2254 * symtab.c (struct demangled_name_entry): Change type of mangled
2255 to gdb::string_view. Also adds a constructor that takes the
2256 mangled name.
2257 (hash_demangled_name_entry): Update.
2258 (eq_demangled_name_entry): Update.
2259 (free_demangled_name_entry): New function to call the destructor
2260 now that this is not a POD anymore.
2261 (create_demangled_names_hash): Pass free_demangled_name_entry to
2262 htab_create_alloc.
2263 (symbol_set_names): Update.
2264
7ba99d21
AT
22652019-10-21 Ali Tamur <tamu@google.com>
2266
2267 * dwarf2read.c (dir_index): Change type.
2268 (file_name_index): Likewise.
2269 (line_header::include_dir_at): Change comment and implementation on
2270 whether it is DWARF 5.
2271 (line_header::is_valid_file_index): New function.
2272 (line_header::file_name_at): Change comment and implementation on
2273 whether it is DWARF 5.
2274 (line_header::file_names): Change to private field renamed as
2275 m_file_names and introduce a new accessor method.
2276 (line_header::file_names_size): New method.
2277 (line_header::include_dirs): Change to private field and rename as
2278 m_include_dirs.
2279 (dw2_get_file_names_reader): Define local var at a smaller scope and
2280 reflect API change.
2281 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2282 (process_structure_scope): Likewise.
2283 (line_header::add_include_dir): Change message and reflect renaming.
2284 (line_header::add_file_name): Likewise.
2285 (read_formatted_entries): Handle DW_FORM_data16.
2286 (dwarf_decode_line_header): Fix line header length calculation.
2287 (psymtab_include_file_name): Change comment and API.
2288 (lnp_state_machine::m_file): Update comment and reflect type change.
2289 (lnp_state_machine::record_line): Reflect type change.
2290 (dwarf_decode_lines): Reflect API change.
2291 (file_file_name): Likewise.
2292 (file_full_name): Likewise.
2293
45f47c3a
AB
22942019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2295
2296 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2297
e5f3c0e3
TT
22982019-10-21 Tom Tromey <tom@tromey.com>
2299
2300 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2301
a0a461e5
TT
23022019-10-21 Tom Tromey <tom@tromey.com>
2303
2304 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2305 NM_H. Use AC_CONFIG_LINKS.
2306 * configure: Rebuild.
2307 * Makefile.in (NM_H): New variable.
2308 (generated_files): Add NM_H. Remove gcore.
2309 (nm.h, stamp-nmh): New targets.
2310
54d83b8d
TT
23112019-10-20 Tom Tromey <tom@tromey.com>
2312
2313 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2314 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2315 obsolete comment.
2316 (put_objfile_before): Now static.
2317
23771117
SM
23182019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2319
2320 * gdbsupport/common-utils.h (startswith): Change return type to
2321 bool.
2322
39ef2f62
CB
23232019-10-19 Christian Biesinger <cbiesinger@google.com>
2324
2325 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2326 * breakpoint.c (bp_locations_compare): Rename to...
2327 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2328 (update_global_location_list): Use std::sort instead of qsort.
2329 * buildsym.c (compare_line_numbers): Rename to...
2330 (lte_is_less_than): ...this, and change to std::sort semantics.
2331 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2332 instead of qsort.
2333 * disasm.c (compare_lines): Rename to...
2334 (line_is_less_than): ...this, and change to std::sort semantics.
2335 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2336 of qsort.
2337 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2338 (fde_is_less_than): ...this, and change to std::sort semantics.
2339 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2340 * mdebugread.c (compare_blocks):
2341 (block_is_less_than): ...this, and change to std::sort semantics.
2342 (sort_blocks): Call std::sort instead of qsort.
2343 * objfiles.c (qsort_cmp): Rename to...
2344 (sort_cmp): ...this, and change to std::sort semantics.
2345 (update_section_map): Call std::sort instead of qsort.
2346 * remote.c (compare_pnums): Remove.
2347 (map_regcache_remote_table): Call std::sort instead of qsort.
2348 * utils.c (compare_positive_ints): Remove.
2349 * utils.h (compare_positive_ints): Remove.
2350 * xcoffread.c (compare_lte): Remove.
2351 (arrange_linetable): Call std::sort instead of qsort.
2352
f71433ee
SDJ
23532019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2354
2355 * symfile.c (init_entry_point_info): Fix typo.
2356 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2357
85102364
TV
23582019-10-18 Tom de Vries <tdevries@suse.de>
2359
2360 * aarch64-tdep.c: Fix typos in comments.
2361 * ada-lang.c: Same.
2362 * ada-tasks.c: Same.
2363 * alpha-tdep.c: Same.
2364 * alpha-tdep.h: Same.
2365 * amd64-nat.c: Same.
2366 * amd64-windows-tdep.c: Same.
2367 * arc-tdep.c: Same.
2368 * arc-tdep.h: Same.
2369 * arch-utils.c: Same.
2370 * arm-nbsd-tdep.c: Same.
2371 * arm-tdep.c: Same.
2372 * ax-gdb.c: Same.
2373 * blockframe.c: Same.
2374 * btrace.c: Same.
2375 * c-varobj.c: Same.
2376 * coff-pe-read.c: Same.
2377 * coffread.c: Same.
2378 * cris-tdep.c: Same.
2379 * darwin-nat.c: Same.
2380 * dbxread.c: Same.
2381 * dcache.c: Same.
2382 * disasm.c: Same.
2383 * dtrace-probe.c: Same.
2384 * dwarf-index-write.c: Same.
2385 * dwarf2-frame-tailcall.c: Same.
2386 * dwarf2-frame.c: Same.
2387 * dwarf2read.c: Same.
2388 * eval.c: Same.
2389 * exceptions.c: Same.
2390 * fbsd-tdep.c: Same.
2391 * findvar.c: Same.
2392 * frame.c: Same.
2393 * frv-tdep.c: Same.
2394 * gnu-v3-abi.c: Same.
2395 * go32-nat.c: Same.
2396 * h8300-tdep.c: Same.
2397 * hppa-tdep.c: Same.
2398 * i386-linux-tdep.c: Same.
2399 * i386-tdep.c: Same.
2400 * ia64-libunwind-tdep.c: Same.
2401 * ia64-tdep.c: Same.
2402 * infcmd.c: Same.
2403 * infrun.c: Same.
2404 * linespec.c: Same.
2405 * linux-nat.c: Same.
2406 * linux-thread-db.c: Same.
2407 * machoread.c: Same.
2408 * mdebugread.c: Same.
2409 * mep-tdep.c: Same.
2410 * mn10300-tdep.c: Same.
2411 * namespace.c: Same.
2412 * objfiles.c: Same.
2413 * opencl-lang.c: Same.
2414 * or1k-tdep.c: Same.
2415 * osabi.c: Same.
2416 * ppc-linux-nat.c: Same.
2417 * ppc-linux-tdep.c: Same.
2418 * ppc-sysv-tdep.c: Same.
2419 * printcmd.c: Same.
2420 * procfs.c: Same.
2421 * record-btrace.c: Same.
2422 * record-full.c: Same.
2423 * remote-fileio.c: Same.
2424 * remote.c: Same.
2425 * rs6000-tdep.c: Same.
2426 * s12z-tdep.c: Same.
2427 * score-tdep.c: Same.
2428 * ser-base.c: Same.
2429 * ser-go32.c: Same.
2430 * skip.c: Same.
2431 * sol-thread.c: Same.
2432 * solib-svr4.c: Same.
2433 * solib.c: Same.
2434 * source.c: Same.
2435 * sparc-nat.c: Same.
2436 * sparc-sol2-tdep.c: Same.
2437 * sparc-tdep.c: Same.
2438 * sparc64-tdep.c: Same.
2439 * stabsread.c: Same.
2440 * stack.c: Same.
2441 * symfile.c: Same.
2442 * symtab.c: Same.
2443 * target-descriptions.c: Same.
2444 * target-float.c: Same.
2445 * thread.c: Same.
2446 * utils.c: Same.
2447 * valops.c: Same.
2448 * valprint.c: Same.
2449 * value.c: Same.
2450 * varobj.c: Same.
2451 * windows-nat.c: Same.
2452 * xcoffread.c: Same.
2453 * xstormy16-tdep.c: Same.
2454 * xtensa-tdep.c: Same.
2455
c5adaa19
TT
24562019-10-17 Tom Tromey <tromey@adacore.com>
2457
2458 * configure: Rebuild.
2459 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2460 in AC_CONFIG_FILES invocation.
2461 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2462 new-style config.status invocation.
2463
405feb71
TV
24642019-10-17 Tom de Vries <tdevries@suse.de>
2465
2466 * arm-nbsd-nat.c: Fix typos in comments.
2467 * arm-tdep.c: Same.
2468 * darwin-nat-info.c: Same.
2469 * dwarf2read.c: Same.
2470 * elfread.c: Same.
2471 * event-top.c: Same.
2472 * findvar.c: Same.
2473 * gdbtypes.c: Same.
2474 * hppa-tdep.c: Same.
2475 * i386-tdep.c: Same.
2476 * jit.c: Same.
2477 * main.c: Same.
2478 * mdebugread.c: Same.
2479 * moxie-tdep.c: Same.
2480 * nto-procfs.c: Same.
2481 * osabi.c: Same.
2482 * ppc-linux-tdep.c: Same.
2483 * remote.c: Same.
2484 * riscv-tdep.c: Same.
2485 * s390-tdep.c: Same.
2486 * sh-tdep.c: Same.
2487 * sparc-linux-tdep.c: Same.
2488 * sparc-nat.c: Same.
2489 * stack.c: Same.
2490 * target-descriptions.c: Same.
2491 * top.c: Same.
2492 * varobj.c: Same.
2493
befcd486
TT
24942019-10-16 Tom Tromey <tom@tromey.com>
2495
2496 * objfiles.h (struct objfile) <original_name>: Now const.
2497
17bfe554
CB
24982019-10-16 Christian Biesinger <cbiesinger@google.com>
2499
2500 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2501 pass on to sigsetjmp's second argument.
2502 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2503
950b7495
KS
25042019-10-16 Keith Seitz <keiths@redhat.com>
2505
2506 PR gdb/23567
2507 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2508 sections whose size is greater than the file size.
2509
ff371ec9
JW
25102019-10-16 Jim Wilson <jimw@sifive.com>
2511
2512 * riscv-tdep.c (riscv_gcc_target_options): New.
2513 (riscv_gnu_triplet_regexp): New.
2514 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2515 set_gdbarch_gnu_triplet_regexp.
2516
fec4e896
CB
25172019-10-16 Christian Biesinger <cbiesinger@google.com>
2518
2519 * Makefile.in: Add xml-builtin.h.
2520 * features/feature_to_c.sh: Add an include for xml-builtin.h
2521 to ensure that the compiler checks that the types match.
2522 * xml-builtin.h: New file.
2523 * xml-support.c (fetch_xml_builtin): Add missing const.
2524 * xml-support.h: Remove declaration of xml_builtins.
2525
d10eccaa
TV
25262019-10-16 Tom de Vries <tdevries@suse.de>
2527
2528 PR tdep/25096
2529 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2530 (amd64_classify_aggregate): ... here.
2531 (amd64_classify_aggregate_field): Handled fiels of nested structs
2532 recursively.
2533
745ff14e
TV
25342019-10-16 Tom de Vries <tdevries@suse.de>
2535
2536 PR tdep/24104
2537 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2538 that handles 'theclass'.
2539
791b7405
AB
25402019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2541
2542 * linespec.c (decode_digits_ordinary): Update comment.
2543 * make-target-delegates: No longer need to handle VEC case.
2544 * memrange.c (normalize_mem_ranges): Update comment.
2545 * namespace.c (add_using_directive): Update comment.
2546 * objc-lang.c (uniquify_strings): Update comment.
2547 * ppc-linux-nat.c (struct thread_points): Update comment.
2548 * probe.h (find_probes_in_objfile): Update comment.
2549 * target.h (enum flash_preserve_mode): Update comment.
2550 * varobj.c (varobj_restrict_range): Update comment.
2551 * varobj.h (varobj_list_children): Update comment.
2552
0dc32745
AB
25532019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2554
2555 * Makefile.in: Remove references to vec.h and vec.c.
2556 * aarch64-tdep.c: No longer include vec.h.
2557 * ada-lang.c: Likewise.
2558 * ada-lang.h: Likewise.
2559 * arm-tdep.c: Likewise.
2560 * ax.h: Likewise.
2561 * breakpoint.h: Likewise.
2562 * charset.c: Likewise.
2563 * cp-support.h: Likewise.
2564 * dtrace-probe.c: Likewise.
2565 * dwarf2read.c: Likewise.
2566 * extension.h: Likewise.
2567 * gdb_bfd.c: Likewise.
2568 * gdbsupport/gdb_vecs.h: Likewise.
2569 * gdbsupport/vec.c: Remove.
2570 * gdbsupport/vec.h: Remove.
2571 * gdbthread.h: Likewise.
2572 * guile/scm-type.c: Likewise.
2573 * inline-frame.c: Likewise.
2574 * machoread.c: Likewise.
2575 * memattr.c: Likewise.
2576 * memrange.h: Likewise.
2577 * namespace.h: Likewise.
2578 * nat/linux-btrace.h: Likewise.
2579 * osdata.c: Likewise.
2580 * parser-defs.h: Likewise.
2581 * progspace.h: Likewise.
2582 * python/py-type.c: Likewise.
2583 * record-btrace.c: Likewise.
2584 * rust-exp.y: Likewise.
2585 * solib-target.c: Likewise.
2586 * stap-probe.c: Likewise.
2587 * target-descriptions.c: Likewise.
2588 * target-memory.c: Likewise.
2589 * target.h: Likewise.
2590 * varobj.c: Likewise.
2591 * varobj.h: Likewise.
2592 * xml-support.h: Likewise.
2593
ae640021
AB
25942019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2595
2596 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2597 Update for new std::vector based implementation.
2598 (process_psymtab_comp_unit_reader): Likewise.
2599 (scan_partial_symbols): Likewise.
2600 (recursively_compute_inclusions): Likewise.
2601 (compute_compunit_symtab_includes): Likewise.
2602 (process_imported_unit_die): Likewise.
2603 (queue_and_load_dwo_tu): Likewise.
2604 (follow_die_sig_1): Likewise.
2605 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2606 (typedef dwarf2_per_cu_ptr): Remove.
2607 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2608 function.
2609 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2610 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2611 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2612 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2613 std::vector.
2614
55dfc88f
TT
26152019-10-15 Tom Tromey <tromey@adacore.com>
2616
2617 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2618 TID.
2619
96b49c5e
TT
26202019-10-15 Tom Tromey <tromey@adacore.com>
2621
2622 * windows-nat.c (windows_nat_target::fetch_registers)
2623 (windows_nat_target::store_registers): Rename "pid" to "tid".
2624
953cff56
TT
26252019-10-15 Tom Tromey <tromey@adacore.com>
2626
2627 * gdbarch.h, gdbarch.c: Rebuild.
2628 * gdbarch.sh (gcc_target_options): Change return type to
2629 std::string.
2630 * compile/compile.c (get_args): Update.
2631 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2632 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2633 std::string.
2634 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2635 std::string.
2636 * arch-utils.c (default_gcc_target_options): Return std::string.
2637 * arch-utils.h (default_gcc_target_options): Return std::string.
2638 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2639
81e6b8eb
CB
26402019-10-15 Christian Biesinger <cbiesinger@google.com>
2641
2642 * breakpoint.c (breakpoint_chain): Make static.
2643 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2644 of accessing breakpoint_chain.
2645
95da600f
CB
26462019-10-15 Christian Biesinger <cbiesinger@google.com>
2647
2648 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2649 to a gdb::function_view and return value to bool.
2650 * breakpoint.h (iterate_over_breakpoints): Likewise.
2651 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2652 (pop_dummy_frame): Update.
2653 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2654 (gdbscm_breakpoints): Update.
2655 * python/py-breakpoint.c (build_bp_list): Update.
2656 (gdbpy_breakpoints): Update.
2657 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2658 Update.
2659 (bpfinishpy_handle_stop): Update.
2660 (bpfinishpy_handle_exit): Update.
2661 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2662 (svr4_update_solib_event_breakpoints): Update.
2663
ba18312d
AA
26642019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2665
2666 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2667 when unwrapping single-field structs.
2668
6acc1a0b
SM
26692019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2670
2671 * dwarf2read.c: Remove includes.
2672
284782de
SM
26732019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2674
2675 * ui-out.c (ui_out::call_do_message): Silence
2676 -Wformat-nonliteral warning.
2677
073bbbb0
SM
26782019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2679
2680 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2681 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2682 include: readline/tilde.h.
2683
7b9a15e1
CB
26842019-10-12 Christian Biesinger <cbiesinger@google.com>
2685
2686 * remote.c (remote_target::get_trace_status): Remove declaration of
2687 trace_regblock_size.
2688
cc8dee1f
CB
26892019-10-12 Christian Biesinger <cbiesinger@google.com>
2690
2691 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2692 (show_user): Remove declaration of cmdlist.
2693 * cli/cli-cmds.h (max_user_call_depth): Declare.
2694 * cli/cli-script.c (execute_user_command): Remove declaration
2695 of max_user_call_depth.
2696
a83d4ef6
JW
26972019-10-11 Jim Wilson <jimw@sifive.com>
2698
5f93c5a6
JW
2699 * gdbsupport/print-utils.h (pulongest): Fix comment.
2700 (plongest): Likewise.
2701 (phex): Add missing comment, mention leading zeros.
2702 (phex_nz): Add mention of no leading zeros to comment.
2703
a83d4ef6
JW
2704 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2705 plongest instead of unsigned long long cast.
2706
26344e0c
CB
27072019-10-10 Christian Biesinger <cbiesinger@google.com>
2708
2709 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2710 for external_editor_command and gdbtk_test.
2711
c2c440a9
CB
27122019-10-10 Christian Biesinger <cbiesinger@google.com>
2713
2714 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2715 * varobj.c (varobjdebug): Move comment to...
2716 * varobj.h (varobjdebug): ...here, and declare.
2717
a31bff9d
TT
27182019-10-09 Tom Tromey <tom@tromey.com>
2719
2720 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2721 erase_data_content.
2722
7523da63
TT
27232019-10-09 Tom Tromey <tom@tromey.com>
2724
2725 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2726 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2727 * tui/tui-command.c (tui_cmd_window::resize)
2728 (tui_refresh_cmd_win): Update.
2729 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2730 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2731 * tui/tui-data.c (~tui_gen_win_info): Remove.
2732 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2733 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2734 (tui_redisplay_readline, tui_mld_flush)
2735 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2736 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2737 (tui_data_window::erase_data_content)
2738 (tui_data_item_window::rerender)
2739 (tui_data_item_window::refresh_window): Update.
2740 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2741 (box_win, tui_gen_win_info::make_window)
2742 (tui_gen_win_info::make_visible): Update.
2743 (tui_delete_win): Remove.
2744 * tui/tui-winsource.c
2745 (tui_source_window_base::do_erase_source_content): Update.
2746 (tui_show_source_line, tui_source_window_base::update_tab_width)
2747 (tui_source_window_base::update_exec_info): Update.
2748 * tui/tui-data.h (struct curses_deleter): New.
2749 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2750 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2751
a7798e7f
TT
27522019-10-09 Tom Tromey <tom@tromey.com>
2753
2754 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2755
5c45899e
TT
27562019-10-09 Tom Tromey <tom@tromey.com>
2757
2758 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2759 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2760
6d7fd9aa
TT
27612019-10-09 Tom Tromey <tom@tromey.com>
2762
2763 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2764 window height directly.
2765 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2766 declare.
2767 * tui/tui-layout.c (tui_default_win_height): Remove.
2768 (tui_default_win_viewport_height): Remove.
2769
d2dd1084
TT
27702019-10-09 Tom Tromey <tom@tromey.com>
2771
2772 * tui/tui.h: Remove comments.
2773
cff32449
TV
27742019-10-09 Tom de Vries <tdevries@suse.de>
2775
2776 * python/lib/gdb/printer/bound_registers.py: Use
2777 '^builtin_type_bound128' as regexp argument for
2778 add_builtin_pretty_printer.
2779
6a25e8a2
CB
27802019-10-09 Christian Biesinger <cbiesinger@google.com>
2781
2782 * guile/guile.c (guile_extension_script_ops): Remove forward
2783 declaration and mark as static.
2784 (guile_script_ops): Likewise.
2785 (extension_language_guile): Move further down in the file so
2786 it can reference the definitions for guile_{extension_,}script_ops.
2787
6d9d6da4
AA
27882019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2789
2790 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2791 except SORTL, DFLTCC, and KDSA.
2792
3abea05d
TT
27932019-10-08 Tom Tromey <tromey@adacore.com>
2794
2795 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2796 (struct safe_symbol_file_add_args): Remove.
2797
dde996e2
TT
27982019-10-08 Tom Tromey <tromey@adacore.com>
2799
2800 * windows-nat.c: Don't include buildsym-legacy.h.
2801
cd6fdaa1
TT
28022019-10-08 Tom Tromey <tromey@adacore.com>
2803
2804 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2805
79bb1944
CB
28062019-10-08 Christian Biesinger <cbiesinger@google.com>
2807
2808 * gdbtypes.c (overload_debug): Move comment to header.
2809 * gdbtypes.h (overload_debug): Declare.
2810 * valops.c: Remove declaration of overload_debug, instead
2811 include gdbtypes.h.
2812
34916edc
CB
28132019-10-08 Christian Biesinger <cbiesinger@google.com>
2814
2815 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2816 through _().
2817 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2818 move comment...
2819 * language.h (lang_frame_mismatch_warn): ... here. Also add
2820 declaration.
2821 * top.c (lang_frame_mismatch_warn): Remove declaration.
2822 (check_frame_language_change): Pass lang_frame_mismatch_warn
2823 through _().
2824
bad5c026
CB
28252019-10-07 Christian Biesinger <cbiesinger@google.com>
2826
2827 * c-lang.h (vtbl_ptr_name): Declare.
2828 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2829 it from the header.
2830 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2831
51f1fdc3
CB
28322019-10-07 Christian Biesinger <cbiesinger@google.com>
2833
2834 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2835 gdb_static_assert.
2836
30d1f018
WP
28372019-10-07 Weimin Pan <weimin.pan@oracle.com>
2838
606813d5
WP
2839 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2840 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
30d1f018
WP
2841 * ctfread.c: New file.
2842 * ctfread.h: New file.
2843 * elfread.c: Include ctfread.h.
2844 (struct elfinfo text_p): New member ctfsect.
2845 (elf_locate_sections): Mark CTF section.
2846 (elf_symfile_read): Call elfctf_build_psymtabs.
2847 * Makefile.in (LIBCTF): Add.
2848 (CLIBS): Use it.
2849 (CDEPS): Likewise.
2850 (DIST): Add ctfread.c.
606813d5
WP
2851
28522019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2853
2854 * ctfread.c (struct nextfield): Renamed to ...
2855 (struct ctf_nextfield): ... this.
2856 (struct field_info): Renamed to ...
2857 (strut ctf_field_info): ... this.
2858 (attach_fields_to_type): Update for renamed structures.
2859 (ctf_add_member_cb): Likewise.
2860 (ctf_add_enum_member_cb): Likewise.
2861 (process_struct_members): Likewise.
2862 (process_enum_type): Likewise.
30d1f018 2863
518fe38c
WP
28642019-10-07 Weimin Pan <weimin.pan@oracle.com>
2865
2866 * tracectf.h: Rename, was ctf.h.
2867 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2868 * tracefile.c: Likewise.
2869 * tracepoint.c: Remove unused include ctf.h.
2870 * mi/mi-main.c: Likewise.
2871 * Makefile.in Replace ctf.c with tracectf.c.
2872
225f296a
JB
28732019-10-06 Joel Brobecker <brobecker@adacore.com>
2874
2875 * version.in: Change version number to "9.0.50.DATE-git".
2876
77c2dba3
TT
28772019-10-03 Tom Tromey <tom@tromey.com>
2878
2879 PR rust/24976:
2880 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2881
179aed7f
AB
28822019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2883
2884 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2885 cp_search_name_hash.
2886 * NEWS: Add entry about nested function support.
2887
0a4b0913
AB
28882019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2889 Andrew Burgess <andrew.burgess@embecosm.com>
2890
2891 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2892 for nested static variables when searchin VAR_DOMAIN.
2893 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2894 global scope, update comment.
2895 (add_partial_subprogram): Call add_partial_subprogram recursively
2896 for nested subroutines when processinng Fortran.
2897 (load_partial_dies): Process the child entities of a subprogram
2898 when processing Fortran.
2899 (partial_die_parent_scope): Handle building scope
2900 for Fortran nested functions.
2901 (process_die): Record that nested functions have a scope.
2902 (new_symbol): Always record Fortran subprograms on the global
2903 symbol list.
2904 (determine_prefix): How to build the prefix for Fortran
2905 subprograms.
2906
d8c06f22
AB
29072019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2908
2909 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2910 have just sent the thread a SIGSTOP and are waiting for it to
2911 arrive.
2912
a8b3b8e9
AB
29132019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2914
2915 * btrace.c (btrace_add_pc): Remove whitespace before the template
2916 parameter in 'std::vector <...>'.
2917 (parse_xml_btrace_block): Likewise.
2918 (btrace_maint_decode_pt): Likewise.
2919 (btrace_maint_update_packets): Likewise.
2920 (btrace_maint_print_packets): Likewise.
2921 * btrace.h (struct btrace_maint_info): Likewise.
2922 * dwarf2read.c (struct type_unit_group): Likewise.
2923 (build_type_psymtabs_reader): Likewise.
2924 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2925 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2926 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2927
4d825eab
TV
29282019-10-03 Tom de Vries <tdevries@suse.de>
2929
2930 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2931 the first line of the help text for set/show style metadata.
2932
80fd2826
TT
29332019-10-02 Tom Tromey <tromey@adacore.com>
2934
2935 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2936 * gdbsupport/common-inferior.c: New file.
2937 * infcmd.c (startup_with_shell): Don't define.
2938 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2939 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2940 * inferior.h (startup_with_shell): Don't declare.
2941
70054538
CB
29422019-10-02 Christian Biesinger <cbiesinger@google.com>
2943
2944 * gdbsupport/gdb_assert.h: Include errors.h.
2945 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2946
37f6a7f4
TT
29472019-10-02 Tom Tromey <tromey@adacore.com>
2948
2949 * NEWS: Add $_ada_exception entry.
2950 * ada-lang.c (struct ada_catchpoint): Add constructor.
2951 <m_kind>: New member.
2952 (allocate_location_exception, re_set_exception): Remove
2953 "ex" parameter.
2954 (should_stop_exception): Compute $_ada_exception.
2955 (check_status_exception, print_it_exception)
2956 (print_one_exception, print_mention_exception): Remove
2957 "ex" parameter.
2958 (allocate_location_catch_exception, re_set_catch_exception)
2959 (check_status_exception, print_it_catch_exception)
2960 (print_one_catch_exception, print_mention_catch_exception)
2961 (print_recreate_catch_exception)
2962 (allocate_location_catch_exception_unhandled)
2963 (re_set_catch_exception_unhandled)
2964 (check_status_exception, print_it_catch_exception_unhandled)
2965 (print_one_catch_exception_unhandled)
2966 (print_mention_catch_exception_unhandled)
2967 (print_recreate_catch_exception_unhandled)
2968 (allocate_location_catch_assert, re_set_catch_assert)
2969 (check_status_assert, print_it_catch_assert)
2970 (print_one_catch_assert, print_mention_catch_assert)
2971 (print_recreate_catch_assert)
2972 (allocate_location_catch_handlers, re_set_catch_handlers)
2973 (check_status_handlers, print_it_catch_handlers)
2974 (print_one_catch_handlers, print_mention_catch_handlers)
2975 (print_recreate_catch_handlers): Remove.
2976 (create_ada_exception_catchpoint): Update.
2977 (initialize_ada_catchpoint_ops): Update.
2978
fccf9de1
TT
29792019-10-02 Tom Tromey <tromey@adacore.com>
2980
2981 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2982 (create_excep_cond_exprs): Simplify exception string computation.
2983 (ada_exception_catchpoint_cond_string): Likewise.
2984
4b610737
TT
29852019-10-02 Tom Tromey <tromey@adacore.com>
2986
2987 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2988 * ada-lang.c (lesseq_defined_than): Handle
2989 LOC_STATIC.
2990 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2991 parameter.
2992 (dwarf2_has_info): Likewise.
2993 (new_symbol): Set maybe_copied on symbol when
2994 appropriate.
2995 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2996 parameter.
2997 <can_copy>: New member.
2998 * elfread.c (record_minimal_symbol): Set maybe_copied
2999 on symbol when appropriate.
3000 (elf_symfile_read): Update call to dwarf2_has_info.
3001 * minsyms.c (lookup_minimal_symbol_linkage): New
3002 function.
3003 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
3004 * symtab.c (get_symbol_address, get_msymbol_address):
3005 New functions.
3006 * symtab.h (get_symbol_address, get_msymbol_address):
3007 Declare.
3008 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
3009 maybe_copied.
3010 (struct symbol, struct minimal_symbol) <maybe_copied>:
3011 New member.
3012
1dd58850
TT
30132019-10-02 Tom Tromey <tromey@adacore.com>
3014
3015 * source.c (struct current_source_location): New.
3016 (current_source_key): New global.
3017 (current_source_symtab, current_source_line)
3018 (current_source_pspace): Remove.
3019 (get_source_location): New function.
3020 (get_current_source_symtab_and_line)
3021 (set_default_source_symtab_and_line)
3022 (set_current_source_symtab_and_line)
3023 (clear_current_source_symtab_and_line, select_source_symtab)
3024 (info_source_command, print_source_lines_base)
3025 (info_line_command, search_command_helper, _initialize_source):
3026 Update.
3027
5c281dbb
TT
30282019-10-02 Tom Tromey <tromey@adacore.com>
3029
3030 * source.c (select_source_symtab): Don't call
3031 decode_line_with_current_source.
3032
d3d32391
AB
30332019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3034
3035 * symtab.c (lookup_global_symbol): Search global block.
3036
38583298
TT
30372019-10-02 Tom Tromey <tromey@adacore.com>
3038
3039 * coffread.c (process_coff_symbol): Update.
3040 * dwarf2read.c (var_decode_location, new_symbol): Update.
3041 * mdebugread.c (parse_symbol): Update.
3042 * objfiles.c (relocate_one_symbol): Update.
3043 * stabsread.c (define_symbol, fix_common_block)
3044 (scan_file_globals): Update.
3045 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
3046 (SET_SYMBOL_VALUE_ADDRESS): New macro.
3047 * xcoffread.c (process_xcoff_symbol): Update.
3048
9344c18f
AA
30492019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3050
3051 * MAINTAINERS: Update my email address.
3052
df07e2c7
AB
30532019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3054
3055 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
3056 std::vector.
3057 (build_type_psymtabs_reader): Update for std::vector.
3058 (build_type_psymtab_dependencies): Likewise.
3059 * dwarf2read.h: Remove use of DEF_VEC_P.
3060 (typedef sig_type_ptr): Delete.
3061
554ac434
AB
30622019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3063
3064 * btrace.c (btrace_maint_clear): Update to handle change from VEC
3065 to std::vector.
3066 (btrace_maint_decode_pt): Likewise, and move allocation of the
3067 vector outside of the loop.
3068 (btrace_maint_update_packets): Update to handle change from VEC to
3069 std::vector.
3070 (btrace_maint_print_packets): Likewise.
3071 (maint_info_btrace_cmd): Likewise.
3072 * btrace.h: Remove use of DEF_VEC_O.
3073 (typedef btrace_pt_packet_s): Delete.
3074 (struct btrace_maint_info) <packets>: Change fromm VEC to
3075 std::vector.
3076 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
3077
46f29a9a
AB
30782019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
3081 make accesses into the vector constant references.
3082 (btrace_add_pc): Update for std::vector.
3083 (btrace_stitch_bts): Likewise.
3084 (parse_xml_btrace_block): Likewise.
3085 (btrace_maint_update_packets): Likewise.
3086 (btrace_maint_print_packets): Likewise.
3087 (maint_info_btrace_cmd): Likewise.
3088 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
3089 std::vector.
3090 (btrace_data::empty): Likewise.
3091 (btrace_data_append): Likewise.
3092 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
3093 (typedef btrace_block_s): Delete.
3094 (struct btrace_block): Add constructor.
3095 (struct btrace_data_bts) <blocks>: Change to std::vector.
3096 * nat/linux-btrace.c (perf_event_read_bts): Update for
3097 std::vector.
3098 (linux_read_bts): Likewise.
3099
d770d56f
TT
31002019-10-01 Tom Tromey <tom@tromey.com>
3101
3102 * cli/cli-logging.c (show_logging_filename): Use styled_string.
3103
9d636d67
TT
31042019-10-01 Tom Tromey <tom@tromey.com>
3105
3106 * stack.c (print_frame, info_frame_command_core): Use
3107 styled_string.
3108 * linux-thread-db.c (try_thread_db_load_1)
3109 (try_thread_db_load_from_pdir_1): Use styled_string.
3110 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
3111 (auto_load_section_scripts, info_auto_load_local_gdbinit)
3112 (maybe_print_unsupported_script_warning)
3113 (maybe_print_script_not_found_warning): Use styled_string.
3114 * ada-lang.c (user_select_syms): Use styled_string.
3115
7f6aba03
TT
31162019-10-01 Tom Tromey <tom@tromey.com>
3117
3118 * p-lang.c (pascal_printstr): Use metadata style.
3119 * value.c (show_convenience): Use metadata style.
3120 * valprint.c (valprint_check_validity, val_print_optimized_out)
3121 (val_print_not_saved, val_print_unavailable)
3122 (val_print_invalid_address, generic_val_print, val_print)
3123 (value_check_printable, val_print_array_elements): Use metadata
3124 style.
3125 * ui-out.h (class ui_out) <field_fmt>: New overload.
3126 <do_field_fmt>: Add style parameter.
3127 * ui-out.c (ui_out::field_fmt): New overload.
3128 * typeprint.c (type_print_unknown_return_type)
3129 (val_print_not_allocated, val_print_not_associated): Use metadata
3130 style.
3131 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
3132 parameter.
3133 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
3134 * tracepoint.c (tvariables_info_1): Use metadata style.
3135 * stack.c (print_frame_arg, print_frame_info, print_frame)
3136 (info_frame_command_core): Use metadata style.
3137 * skip.c (info_skip_command): Use metadata style.
3138 * rust-lang.c (rust_print_enum): Use metadata style.
3139 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
3140 metadata style.
3141 * python/py-framefilter.c (py_print_single_arg): Use metadata
3142 style.
3143 * printcmd.c (do_one_display, print_variable_and_value): Use
3144 metadata style.
3145 * p-valprint.c (pascal_val_print)
3146 (pascal_object_print_value_fields): Use metadata style.
3147 * p-typeprint.c (pascal_type_print_base): Use metadata style.
3148 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
3149 parameter.
3150 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
3151 * m2-valprint.c (m2_print_long_set): Use metadata style.
3152 * m2-typeprint.c (m2_print_type): Use metadata style.
3153 * infcmd.c (print_return_value_1): Use metadata style.
3154 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
3155 * f-valprint.c (info_common_command_for_block): Use metadata
3156 style.
3157 * f-typeprint.c (f_type_print_base): Use metadata style.
3158 * expprint.c (print_subexp_standard): Use metadata style.
3159 * cp-valprint.c (cp_print_value_fields): Use metadata style.
3160 * cli/cli-style.h (class cli_style_option): Add constructor.
3161 (metadata_style): Declare.
3162 * cli/cli-style.c (metadata_style): New global.
3163 (_initialize_cli_style): Register metadata style.
3164 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
3165 parameter.
3166 * cli-out.c (cli_ui_out::do_field_fmt): Update.
3167 * c-typeprint.c (c_type_print_base_struct_union)
3168 (c_type_print_base_1): Use metadata style.
3169 * breakpoint.c (watchpoint_value_print)
3170 (print_one_breakpoint_location): Use metadata style.
3171 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
3172 style.
3173 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
3174 style.
3175 * ada-valprint.c (val_print_packed_array_elements, printstr)
3176 (print_field_values, ada_val_print_ref, ada_val_print): Use
3177 metadata style.
3178 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
3179 style.
3180 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
3181 style.
3182 * ada-lang.c (user_select_syms): Use metadata style.
3183
14309bb6
TT
31842019-10-01 Tom Tromey <tom@tromey.com>
3185
3186 * cli/cli-cmds.c (pwd_command): Style output.
3187
6a831f06
PA
31882019-10-01 Pedro Alves <palves@redhat.com>
3189 Tom Tromey <tom@tromey.com>
3190
3191 * symtab.c (print_symbol_info): Use %ps.
3192 (print_msymbol_info): Use %ps.
3193 * symfile.c (symbol_file_add_with_addrs): Use %ps.
3194 * printcmd.c (print_variable_and_value): Use %ps.
3195 * macrocmd.c (show_pp_source_pos): Use %ps.
3196 * infrun.c (print_exited_reason): Use ui_out::message.
3197 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3198 (describe_other_breakpoints): Use ui_out::message and new
3199 formats.
3200 (say_where): Use new formats.
3201 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3202 and new formats.
3203
2a3c1174
PA
32042019-10-01 Pedro Alves <palves@redhat.com>
3205 Tom Tromey <tom@tromey.com>
3206
3207 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3208 (test_gdb_formats): New function.
3209 (run_tests): Call it.
3210 (test_format_specifier): Update.
3211 * utils.h (fputs_filtered): Update comment.
3212 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3213 (fputs_styled_unfiltered): Declare.
3214 * utils.c (fputs_styled_unfiltered): New function.
3215 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3216 (vfprintf_filtered): Update.
3217 (vfprintf_unfiltered, vprintf_filtered): Update.
3218 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3219 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3220 disallow_ui_out_field>: New constants.
3221 (enum class field_kind): New.
3222 (struct base_field_s, struct signed_field_s): New.
3223 (signed_field): New function.
3224 (struct string_field_s): New.
3225 (string_field): New function.
3226 (struct styled_string_s): New.
3227 (styled_string): New function.
3228 (class ui_out) <message>: Add comment.
3229 <vmessage, call_do_message>: New methods.
3230 <do_message>: Add style parameter.
3231 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3232 methods.
3233 (ui_out::message): Rewrite.
3234 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3235 parameter.
3236 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3237 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3238 gdb_extensions parameter.
3239 (class format_piece): Add parameter to constructor.
3240 (n_int_args): New field.
3241 * gdbsupport/format.c (format_pieces::format_pieces): Add
3242 gdb_extensions parameter. Handle '*'.
3243 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3244 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3245 vfprintf_styled_no_gdbfmt.
3246 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3247 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3248 unfiltered output.
3249 * ui-style.h (struct ui_file_style) <ptr>: New method.
3250
0dfe5bfb
TT
32512019-10-01 Tom Tromey <tom@tromey.com>
3252
3253 * unittests/format_pieces-selftests.c: Update. Add final format.
3254 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3255 empty literal pieces.
3256
e43b10e1
TT
32572019-10-01 Tom Tromey <tom@tromey.com>
3258
3259 * ui-out.h (enum class ui_out_style_kind): Remove.
3260 (class ui_out) <field_string, field_stsream, do_field_string>:
3261 Change type of "style".
3262 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3263 (ui_out::field_string): Update.
3264 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3265 of "style".
3266 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3267 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3268 * stack.c (print_frame_arg, print_frame_info, print_frame):
3269 Update.
3270 * source.c (print_source_lines_base): Update.
3271 * solib.c (info_sharedlibrary_command): Update.
3272 * skip.c (info_skip_command): Update.
3273 * record-btrace.c (btrace_call_history_src_line)
3274 (btrace_call_history): Update.
3275 * python/py-framefilter.c (py_print_frame): Update.
3276 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3277 "style".
3278 * mi/mi-out.c (mi_ui_out::do_table_header)
3279 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3280 (mi_ui_out::do_field_string): Update.
3281 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3282 Update.
3283 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3284 "style".
3285 * cli-out.c (cli_ui_out::do_table_header)
3286 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3287 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3288 (cli_ui_out::do_field_fmt): Update.
3289 * breakpoint.c (print_breakpoint_location): Update.
3290 (update_static_tracepoint): Update.
3291
cd7c32c3
PW
32922019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3293
3294 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3295 conversion of gdb_datadir.
3296 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3297 remove not needed c_str ().
3298
8fe0f950
AT
32992019-09-30 Ali Tamur <tamur@google.com>
3300
3301 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3302 (dwarf2_string_attr): Likewise.
3303
5f48f8f3
AT
33042019-09-30 Ali Tamur <tamur@google.com>
3305
3306 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3307 (process_full_type_unit): Likewise.
3308 (dump_die_shallow): Likewise.
3309 (cu_debug_loc_section): Likewise.
3310
6fb08628
CB
33112019-09-28 Christian Biesinger <cbiesinger@google.com>
3312
3313 * minsyms.c (compare_minimal_symbols): Rename to...
3314 (minimal_symbol_is_less_than): ...this, and adjust to STL
3315 conventions (return bool, take arguments as references)
3316 (minimal_symbol_reader::install): Call std::sort instead
3317 of qsort.
3318
c7ee338a
CB
33192019-09-29 Christian Biesinger <cbiesinger@google.com>
3320
3321 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3322 hash and why.
3323 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3324 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3325
703a86c2
SM
33262019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3327
3328 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3329 * psympriv.h (add_psymbol_to_list): Move comment here and update
3330 it.
3331
0df0352a
TV
33322019-09-29 Tom de Vries <tdevries@suse.de>
3333
3334 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3335 Use $tmpdir/$(basename "$output_file").dwz instead of
3336 "${output_file}.dwz".
3337
ad75efa6
SM
33382019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3339
3340 PR gdb/25045
3341 * hppa-linux-nat.c: Include gdbarch.h.
3342
ececd218
CB
33432019-09-26 Christian Biesinger <cbiesinger@google.com>
3344
3345 * blockframe.c (find_pc_partial_function): Change return type to bool.
3346 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3347 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3348 (stub_gnu_ifunc_resolve_name): Likewise.
3349 * symtab.c (compare_filenames_for_search): Likewise.
3350 (compare_glob_filenames_for_search): Likewise.
3351 (matching_obj_sections): Likewise.
3352 (symbol_matches_domain): Likewise.
3353 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3354 (find_line_pc): Change return type to bool.
3355 (find_line_pc_range): Likewise.
3356 (producer_is_realview): Likewise.
3357 * symtab.h (symbol_matches_domain): Likewise.
3358 (find_pc_partial_function): Likewise.
3359 (find_pc_line_pc_range): Likewise.
3360 (in_gnu_ifunc_stub): Likewise.
3361 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3362 (find_line_pc): Likewise.
3363 (find_line_pc_range): Likewise.
3364 (matching_obj_sections): Likewise.
3365 (find_line_symtab): Change out parameter to bool.
3366 (producer_is_realview): Change return type to bool.
3367 (compare_filenames_for_search): Likewise.
3368 (compare_glob_filenames_for_search): Likewise.
3369
27a900b8
TT
33702019-09-26 Tom Tromey <tom@tromey.com>
3371
3372 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3373 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3374 * gdb_usleep.h: Remove.
3375 * gdb_usleep.c: Remove.
3376 * utils.c: Don't include gdb_usleep.h.
3377
5d63b30a
TT
33782019-09-26 Tom Tromey <tromey@adacore.com>
3379
3380 * python/py-type.c (type_to_type_object): Call check_typedef
3381 for stub types.
3382
12904d37
TT
33832019-09-26 Tom Tromey <tom@tromey.com>
3384
3385 * utils.h (initialize_utils): Don't declare.
3386 * top.c (gdb_init): Don't call initialize_utils.
3387 * utils.c (initialize_utils): Remove. Move contents...
3388 (_initialize_utils): ... here.
3389
858f25f0
TT
33902019-09-25 Tom Tromey <tom@tromey.com>
3391
3392 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3393 * utils.h (make_hex_string): Don't declare.
3394 * utils.c (make_hex_string): Remove.
3395
3d435220
TV
33962019-09-24 Tom de Vries <tdevries@suse.de>
3397
3398 PR gdb/23815
3399 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3400 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3401
ddd44b70
DD
34022019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3403
3404 * NEWS: Mention new simulator port for PRU.
3405
f945dedf
CB
34062019-09-23 Christian Biesinger <cbiesinger@google.com>
3407
3408 * ada-exp.y (write_object_remaining): Update.
3409 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3410 and eliminate the static buffer.
3411 (ada_decode_symbol): Update.
3412 (ada_la_decode): Update.
3413 (ada_sniff_from_mangled_name): Update.
3414 (is_valid_name_for_wild_match): Update.
3415 (ada_lookup_name_info::matches): Update and simplify.
3416 (name_matches_regex): Update.
3417 (ada_add_global_exceptions): Update.
3418 * ada-lang.h (ada_decode): Update signature.
3419 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3420 * dwarf-index-write.c (debug_names::insert): Update.
3421
7ab78ccb
SM
34222019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3423
3424 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3425 formatting.
3426
9252448b
SM
34272019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3428
3429 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3430 Change "nonzero" to "true" in documentation.
3431
626ca2c0
CB
34322019-09-20 Christian Biesinger <cbiesinger@google.com>
3433
3434 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3435 (_initialize_darwin_solib): Don't set
3436 darwin_so_ops.lookup_lib_global_symbol.
3437 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3438 set_gdbarch_iterate_over_objfiles_in_search_order.
3439 (elf_lookup_lib_symbol): Rename to...
3440 (svr4_iterate_over_objfiles_in_search_order): this, and update
3441 to iterate semantics.
3442 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3443 * solib.c (solib_global_lookup): Remove.
3444 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3445 (solib_global_lookup): Remove.
3446 * symtab.c (lookup_global_or_static_symbol): Remove call to
3447 solib_global_lookup.
3448
5a3a0d63
JB
34492019-09-20 Joel Brobecker <brobecker@adacore.com>
3450
3451 * NEWS: Move entries about default MI version now being
3452 version 3, and about the GDB/MI fix for multi-location
3453 breakpoints to the "since GDB 8.3" section.
3454
ffea1427
JB
34552019-09-20 Joel Brobecker <brobecker@adacore.com>
3456
3457 GDB 8.3.1 released.
3458
abf516c6
UW
34592019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3460
3461 * NEWS: Mention that Cell/B.E. debugging support was removed.
3462 * MAINTAINERS: Remove spu target.
3463
3464 * config/djgpp/fnchange.lst: Remove entries for removed files.
3465
3466 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3467 spu-multiarch.o, and spu-tdep.o.
3468 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3469 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3470 spu-multiarch.c, and spu-tdep.c.
3471 * spu-linux-nat.c: Remove file.
3472 * spu-multiarch.c: Remove file.
3473 * spu-tdep.c: Remove file.
3474 * spu-tdep.h: Remove file.
3475 * solib-spu.c: Remove file.
3476 * solib-spu.h: Remove file.
3477
3478 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3479 * configure.nat (spu-linux): Remove.
3480 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3481 solib-multiarch.o from gdb_target_obs.
3482 (spu*-*-*): Remove.
3483
3484 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3485 feature flag.
3486 (ppc_linux_no_features): Update.
3487 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3488 Cell/B.E. support.
3489 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3490 (tdesc_powerpc_cell64l): Likewise.
3491 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3492 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3493 Cell/B.E. support.
3494 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3495 Do not include "features/rs6000/powerpc-cell32l.c" or
3496 "features/rs6000/powerpc-cell64l.c".
3497 (ppc_linux_spu_section): Remove.
3498 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3499 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3500 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3501 (ppc_linux_spe_context_lookup): Remove.
3502 (ppc_linux_spe_context_inferior_created): Remove.
3503 (ppc_linux_spe_context_solib_loaded): Remove.
3504 (ppc_linux_spe_context_solib_unloaded): Remove.
3505 (ppc_linux_spe_context): Remove.
3506 (struct ppu2spu_cache): Remove.
3507 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3508 (struct ppu2spu_data): Remove.
3509 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3510 ppu2spu_unwind): Remove.
3511 (ppc_linux_init_abi): Remove Cell/B.E. support.
3512 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3513
3514 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3515 (rs6000/powerpc-cell64l-expedite): Likewise
3516 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3517 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3518 rs6000/powerpc-cell64l.xml.
3519 * features/rs6000/powerpc-cell32l.xml: Remove.
3520 * features/rs6000/powerpc-cell64l.xml: Likewise.
3521 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3522 * features/rs6000/powerpc-cell64l.c: Likewise.
3523 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3524 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3525 * regformats/reg-spu.dat: Remove.
3526
3527 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3528 * corelow.c (struct spuid_list): Remove.
3529 (add_to_spuid_list): Remove.
3530 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3531 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3532 (remote_protocol_features): Remove associated entries.
3533 (_initialize_remote): No longer initialize them.
3534 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3535 * linux-nat.c (SPUFS_MAGIC): Remove.
3536 (linux_proc_xfer_spu): Remove.
3537 (spu_enumerate_spu_ids): Remove.
3538 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3539 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3540 (linux_make_corefile_notes): No longer call it.
3541
3542 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3543 (cooked_write_test): Likewise.
3544
78e8cb91
TT
35452019-09-20 Tom Tromey <tom@tromey.com>
3546
3547 * NEWS: Mention case-sensitivity of TUI commands.
3548 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3549 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3550 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3551
f074b67e
TT
35522019-09-20 Tom Tromey <tom@tromey.com>
3553
3554 * tui/tui-source.c (tui_source_window::set_contents): Use
3555 make_unique_xstrdup.
3556 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3557 make_unique_xstrdup.
3558
63c4bf19
TT
35592019-09-20 Tom Tromey <tom@tromey.com>
3560
3561 * tui/tui-data.c: Remove separator comments.
3562 * tui/tui-layout.c: Remove separator comments.
3563 * tui/tui-win.c: Remove separator comments.
3564 * tui/tui-wingeneral.c: Remove separator comments.
3565
43df9b2f
TT
35662019-09-20 Tom Tromey <tom@tromey.com>
3567
3568 * tui/tui.h (strcat_to_buf): Don't declare.
3569 * tui/tui.c (strcat_to_buf): Remove.
3570
7226433c
TT
35712019-09-20 Tom Tromey <tom@tromey.com>
3572
3573 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3574 from "fullname".
3575 * tui/tui-source.c (tui_source_window::set_contents)
3576 (tui_source_window::location_matches_p)
3577 (tui_source_window::maybe_update): Update.
3578
80df3337
TT
35792019-09-20 Tom Tromey <tom@tromey.com>
3580
3581 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3582 Update.
3583 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3584 prefix.
3585 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3586 (tui_data_window::line_from_reg_element_no)
3587 (tui_data_window::first_reg_element_no_inline)
3588 (tui_data_window::show_registers)
3589 (tui_data_window::show_register_group)
3590 (tui_data_window::display_registers_from)
3591 (tui_data_window::display_registers_from_line)
3592 (tui_data_window::first_data_item_displayed)
3593 (tui_data_window::delete_data_content_windows)
3594 (tui_data_window::erase_data_content)
3595 (tui_data_window::do_scroll_vertical)
3596 (tui_data_window::refresh_window)
3597 (tui_data_window::check_register_values): Update.
3598
9923f347
TT
35992019-09-20 Tom Tromey <tom@tromey.com>
3600
3601 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3602 (struct tui_locator_window) <full_name, proc_name>: Now
3603 std::string.
3604 * tui/tui-stack.c (tui_locator_window::make_status_line)
3605 (tui_locator_window::set_locator_fullname)
3606 (tui_locator_window::set_locator_info): Update.
3607 * tui/tui-source.c (tui_source_window::set_contents)
3608 (tui_source_window::showing_source_p): Update.
3609
b76251ab
TT
36102019-09-20 Tom Tromey <tom@tromey.com>
3611
3612 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3613 Don't call tui_locator_win_info_ptr.
3614
0891be08
TT
36152019-09-20 Tom Tromey <tom@tromey.com>
3616
3617 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3618
1b935acf
TT
36192019-09-20 Tom Tromey <tom@tromey.com>
3620
3621 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3622 height for locator.
3623 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3624 * tui/tui-layout.c (show_source_disasm_command, show_data)
3625 (show_source_or_disasm_and_command): Use 1 as height for locator.
3626
9abd8a65
TT
36272019-09-20 Tom Tromey <tom@tromey.com>
3628
3629 * tui/tui.c (tui_enable): Update.
3630 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3631 Update.
3632 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3633 Update.
3634 * tui/tui-data.c (win_resized): Now bool.
3635 (tui_win_resized): Return bool.
3636 (tui_set_win_resized_to): Accept a bool.
3637
b5457826
TT
36382019-09-20 Tom Tromey <tom@tromey.com>
3639
3640 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3641 Change type of "refresh_values_only".
3642 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3643 type of "refresh_values_only".
3644
6b915f7d
TT
36452019-09-20 Tom Tromey <tom@tromey.com>
3646
3647 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3648 std::string.
3649 (tui_disassemble): Add "pos" parameter.
3650 (tui_disasm_window::set_contents): Simplify.
3651
2ad52f6f
TT
36522019-09-20 Tom Tromey <tom@tromey.com>
3653
3654 * tui/tui-winsource.h (struct tui_source_window_base)
3655 <show_source_content>: Now private.
3656 * tui/tui-winsource.c
3657 (tui_source_window_base::show_source_content): Don't handle empty
3658 content case.
3659
b3b1bde6
TT
36602019-09-20 Tom Tromey <tom@tromey.com>
3661
3662 * tui/tui-layout.c (show_source_disasm_command)
3663 (show_source_or_disasm_and_command): Don't call
3664 show_source_content.
3665
71a25ed2
TT
36662019-09-20 Tom Tromey <tom@tromey.com>
3667
3668 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3669 Declare.
3670 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3671 from tui_make_status_line.
3672 (tui_locator_window::rerender): Update.
3673
f8532154
TT
36742019-09-20 Tom Tromey <tom@tromey.com>
3675
3676 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3677 (tui_locator_window::rerender): Update.
3678
2d81b349
TT
36792019-09-20 Tom Tromey <tom@tromey.com>
3680
3681 * tui/tui-winsource.h (struct tui_source_window_base)
3682 <~tui_source_window_base>: Don't declare.
3683 <fullname>: Remove.
3684 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3685 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3686 member.
3687 * tui/tui-source.c (tui_source_window::set_contents): Update.
3688 (tui_source_window::location_matches_p)
3689 (tui_source_window::maybe_update): Update.
3690
f14bec58
TT
36912019-09-20 Tom Tromey <tom@tromey.com>
3692
3693 * tui/tui-winsource.h (~tui_source_element): Remove.
3694 (tui_source_element): Update.
3695 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3696 * tui/tui-winsource.c (tui_show_source_line): Update.
3697 * tui/tui-source.c (tui_source_window::set_contents): Update.
3698 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3699
78d5933a
TT
37002019-09-20 Tom Tromey <tom@tromey.com>
3701
3702 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3703 declare.
3704 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3705 tui_clear_source_windows_detail.
3706 * tui/tui-winsource.h (struct tui_source_window_base)
3707 <clear_detail>: Don't declare.
3708 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3709 Remove.
3710 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3711
d4207696
TT
37122019-09-20 Tom Tromey <tromey@adacore.com>
3713
3714 PR ada/24919:
3715 * block.c (contained_in): Fix final return value.
3716
00f93c44
AM
37172019-09-20 Alan Modra <amodra@gmail.com>
3718
3719 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3720 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3721 (read_indirect_string_from_dwz): Use bfd accessor.
3722 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3723 * machoread.c (macho_symfile_read_all_oso): Likewise.
3724 * solib.c (solib_bfd_open): Likewise.
3725
e4153ae6
CB
37262019-09-19 Christian Biesinger <cbiesinger@google.com>
3727
3728 * eval.c: Move declaration of overload_resolution to...
3729 * value.h: ...here.
3730
c7ae7675
CB
37312019-09-19 Christian Biesinger <cbiesinger@google.com>
3732
3733 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3734 * arm-linux-tdep.c: Likewise.
3735 * arm-nbsd-nat.c: Likewise.
3736 * arm-tdep.h: Declare arm_apcs_32.
3737 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3738
e86f08d2
CB
37392019-09-19 Christian Biesinger <cbiesinger@google.com>
3740
3741 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3742 * dwarf2read.h: Declare dwarf_always_disassemble.
3743
f64e2f40
TV
37442019-09-19 Tom de Vries <tdevries@suse.de>
3745
3746 PR gdb/25009
3747 * source-cache.c (source_cache::ensure): Catch exception thrown during
3748 construction of the highlighter.
3749
fd361982
AM
37502019-09-18 Alan Modra <amodra@gmail.com>
3751
3752 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3753 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3754 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3755 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3756 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3757 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3758 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3759 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3760 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3761 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3762 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3763 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3764 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3765 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3766 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3767 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3768 * mi/mi-interp.c: Update throughout for bfd section macro and
3769 function changes.
3770 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3771 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3772
11061048
TT
37732019-09-18 Tom Tromey <tom@tromey.com>
3774
3775 * NEWS: Add entry.
3776 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3777 call rl_initialize.
3778 (tui_enable): Do not call rl_initialize.
3779
7a27b85f
CG
37802019-09-18 Christian Groessler <chris@groessler.org>
3781
3782 * alpha-linux-nat.c: Include gdbarch.h.
3783
f64eea3a
SM
37842019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3785
3786 * ui-file.c: Include cli/cli-style.h.
3787 (term_cli_styling): Remove cli_styling declaration.
3788
e6f7f6d1
AM
37892019-09-18 Alan Modra <amodra@gmail.com>
3790
3791 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3792 to bfd_asymbol_section.
3793
1d38e9d1
AM
37942019-09-18 Alan Modra <amodra@gmail.com>
3795
3796 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3797 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3798 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3799
90d92a63
AM
38002019-09-18 Alan Modra <amodra@gmail.com>
3801
3802 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3803 * spu-linux-nat.c (spu_bfd_open): Likewise.
3804
a3d181d2
CB
38052019-09-18 Christian Biesinger <cbiesinger@google.com>
3806
3807 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3808 to bool to match definition in dwarf2read.c.
3809
491144b5
CB
38102019-09-17 Christian Biesinger <cbiesinger@google.com>
3811
3812 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3813 (print_signatures): Likewise.
3814 (trust_pad_over_xvs): Likewise.
3815 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3816 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3817 * arm-linux-nat.c (arm_apcs_32): Likewise.
3818 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3819 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3820 * arm-tdep.c (arm_debug): Likewise.
3821 (arm_apcs_32): Likewise.
3822 * auto-load.c (debug_auto_load): Likewise.
3823 (auto_load_gdb_scripts): Likewise.
3824 (global_auto_load): Likewise.
3825 (auto_load_local_gdbinit): Likewise.
3826 (auto_load_local_gdbinit_loaded): Likewise.
3827 * auto-load.h (global_auto_load): Likewise.
3828 (auto_load_local_gdbinit): Likewise.
3829 (auto_load_local_gdbinit_loaded): Likewise.
3830 * breakpoint.c (disconnected_dprintf): Likewise.
3831 (breakpoint_proceeded): Likewise.
3832 (automatic_hardware_breakpoints): Likewise.
3833 (always_inserted_mode): Likewise.
3834 (target_exact_watchpoints): Likewise.
3835 (_initialize_breakpoint): Update.
3836 * breakpoint.h (target_exact_watchpoints): Change to bool.
3837 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3838 * cli/cli-cmds.c (trace_commands): Likewise.
3839 * cli/cli-cmds.h (trace_commands): Likewise.
3840 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3841 to bool*.
3842 * cli/cli-logging.c (logging_overwrite): Change to bool.
3843 (logging_redirect): Likewise.
3844 (debug_redirect): Likewise.
3845 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3846 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3847 to bool.
3848 <boolean_option_def>: Update.
3849 (struct flag_option_def): Change default type of Context to bool
3850 from int.
3851 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3852 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3853 (get_setshow_command_value_string): Likewise.
3854 * cli/cli-style.c (cli_styling): Change to bool.
3855 (source_styling): Likewise.
3856 * cli/cli-style.h (source_styling): Likewise.
3857 (cli_styling): Likewise.
3858 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3859 to bool.
3860 * command.h (var_types): Update comment.
3861 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3862 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3863 bool.
3864 (debug_compile_cplus_scopes): Likewise.
3865 * compile/compile-internal.h (compile_debug): Likewise.
3866 * compile/compile.c (compile_debug): Likewise.
3867 (struct compile_options) <raw>: Likewise.
3868 * cp-support.c (catch_demangler_crashes): Likewise.
3869 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3870 (usr_cmd_cris_dwarf2_cfi): Likewise.
3871 * csky-tdep.c (csky_debug): Likewise.
3872 * darwin-nat.c (enable_mach_exceptions): Likewise.
3873 * dcache.c (dcache_enabled_p): Likewise.
3874 * defs.h (info_verbose): Likewise.
3875 * demangle.c (demangle): Likewise.
3876 (asm_demangle): Likewise.
3877 * dwarf-index-cache.c (debug_index_cache): Likewise.
3878 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3879 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3880 * dwarf2read.c (check_physname): Likewise.
3881 (use_deprecated_index_sections): Likewise.
3882 (dwarf_always_disassemble): Likewise.
3883 * eval.c (overload_resolution): Likewise.
3884 * event-top.c (set_editing_cmd_var): Likewise.
3885 (exec_done_display_p): Likewise.
3886 * event-top.h (set_editing_cmd_var): Likewise.
3887 (exec_done_display_p): Likewise.
3888 * exec.c (write_files): Likewise.
3889 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3890 (debug_fbsd_nat): Likewise.
3891 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3892 Likewise.
3893 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3894 <backtrace_past_entry> Likewise.
3895 * gdb-demangle.h (demangle): Likewise.
3896 (asm_demangle): Likewise.
3897 * gdb_bfd.c (bfd_sharing): Likewise.
3898 * gdbcore.h (write_files): Likewise.
3899 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3900 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3901 * gdbthread.h (print_thread_events): Likewise.
3902 * gdbtypes.c (opaque_type_resolution): Likewise.
3903 (strict_type_checking): Likewise.
3904 * gnu-nat.c (gnu_debug_flag): Likewise.
3905 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3906 * guile/scm-param.c (pascm_variable): Add boolval.
3907 (add_setshow_generic): Update.
3908 (pascm_param_value): Update.
3909 (pascm_set_param_value_x): Update.
3910 * hppa-tdep.c (hppa_debug): Change to bool..
3911 * infcall.c (may_call_functions_p): Likewise.
3912 (coerce_float_to_double_p): Likewise.
3913 (unwind_on_signal_p): Likewise.
3914 (unwind_on_terminating_exception_p): Likewise.
3915 * infcmd.c (startup_with_shell): Likewise.
3916 * inferior.c (print_inferior_events): Likewise.
3917 * inferior.h (startup_with_shell): Likewise.
3918 (print_inferior_events): Likewise.
3919 * infrun.c (step_stop_if_no_debug): Likewise.
3920 (detach_fork): Likewise.
3921 (debug_displaced): Likewise.
3922 (disable_randomization): Likewise.
3923 (non_stop): Likewise.
3924 (non_stop_1): Likewise.
3925 (observer_mode): Likewise.
3926 (observer_mode_1): Likewise.
3927 (set_observer_mode): Update.
3928 (sched_multi): Change to bool.
3929 * infrun.h (debug_displaced): Likewise.
3930 (sched_multi): Likewise.
3931 (step_stop_if_no_debug): Likewise.
3932 (non_stop): Likewise.
3933 (disable_randomization): Likewise.
3934 * linux-tdep.c (use_coredump_filter): Likewise.
3935 (dump_excluded_mappings): Likewise.
3936 * linux-thread-db.c (auto_load_thread_db): Likewise.
3937 (check_thread_db_on_load): Likewise.
3938 * main.c (captured_main_1): Update.
3939 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3940 xx2_opt, boolean_opt>: Change to bool.
3941 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3942 * maint.c (maintenance_profile_p): Likewise.
3943 (per_command_time): Likewise.
3944 (per_command_space): Likewise.
3945 (per_command_symtab): Likewise.
3946 * memattr.c (inaccessible_by_default): Likewise.
3947 * mi/mi-main.c (mi_async): Likewise.
3948 (mi_async_1): Likewise.
3949 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3950 * nat/fork-inferior.h (startup_with_shell): Likewise.
3951 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3952 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3953 * nios2-tdep.c (nios2_debug): Likewise.
3954 * or1k-tdep.c (or1k_debug): Likewise.
3955 * parse.c (parser_debug): Likewise.
3956 * parser-defs.h (parser_debug): Likewise.
3957 * printcmd.c (print_symbol_filename): Likewise.
3958 * proc-api.c (procfs_trace): Likewise.
3959 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3960 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3961 (set_parameter_value): Update.
3962 (add_setshow_generic): Update.
3963 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3964 to bool*.
3965 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3966 int*.
3967 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3968 * record-btrace.c (record_btrace_target::store_registers): Update.
3969 * record-full.c (record_full_memory_query): Change to bool.
3970 (record_full_stop_at_limit): Likewise.
3971 * record-full.h (record_full_memory_query): Likewise.
3972 * remote-notif.c (notif_debug): Likewise.
3973 * remote-notif.h (notif_debug): Likewise.
3974 * remote.c (use_range_stepping): Likewise.
3975 (interrupt_on_connect): Likewise.
3976 (remote_break): Likewise.
3977 * ser-tcp.c (tcp_auto_retry): Likewise.
3978 * ser-unix.c (serial_hwflow): Likewise.
3979 * skip.c (debug_skip): Likewise.
3980 * solib-aix.c (solib_aix_debug): Likewise.
3981 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3982 (spu_auto_flush_cache_p): Likewise.
3983 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3984 Likewise.
3985 (struct info_print_options) <quiet>: Likewise.
3986 * symfile-debug.c (debug_symfile): Likewise.
3987 * symfile.c (auto_solib_add): Likewise.
3988 (separate_debug_file_debug): Likewise.
3989 * symfile.h (auto_solib_add): Likewise.
3990 (separate_debug_file_debug): Likewise.
3991 * symtab.c (basenames_may_differ): Likewise.
3992 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3993 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3994 (struct info_types_options) <quiet>: Likewise.
3995 * symtab.h (demangle): Likewise.
3996 (basenames_may_differ): Likewise.
3997 * target-dcache.c (stack_cache_enabled_1): Likewise.
3998 (code_cache_enabled_1): Likewise.
3999 * target.c (trust_readonly): Likewise.
4000 (may_write_registers): Likewise.
4001 (may_write_memory): Likewise.
4002 (may_insert_breakpoints): Likewise.
4003 (may_insert_tracepoints): Likewise.
4004 (may_insert_fast_tracepoints): Likewise.
4005 (may_stop): Likewise.
4006 (auto_connect_native_target): Likewise.
4007 (target_stop_and_wait): Update.
4008 (target_async_permitted): Change to bool.
4009 (target_async_permitted_1): Likewise.
4010 (may_write_registers_1): Likewise.
4011 (may_write_memory_1): Likewise.
4012 (may_insert_breakpoints_1): Likewise.
4013 (may_insert_tracepoints_1): Likewise.
4014 (may_insert_fast_tracepoints_1): Likewise.
4015 (may_stop_1): Likewise.
4016 * target.h (target_async_permitted): Likewise.
4017 (may_write_registers): Likewise.
4018 (may_write_memory): Likewise.
4019 (may_insert_breakpoints): Likewise.
4020 (may_insert_tracepoints): Likewise.
4021 (may_insert_fast_tracepoints): Likewise.
4022 (may_stop): Likewise.
4023 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
4024 (make_thread_apply_all_options_def_group): Change argument from int*
4025 to bool*.
4026 (thread_apply_all_command): Update.
4027 (print_thread_events): Change to bool.
4028 * top.c (confirm): Likewise.
4029 (command_editing_p): Likewise.
4030 (history_expansion_p): Likewise.
4031 (write_history_p): Likewise.
4032 (info_verbose): Likewise.
4033 * top.h (confirm): Likewise.
4034 (history_expansion_p): Likewise.
4035 * tracepoint.c (disconnected_tracing): Likewise.
4036 (circular_trace_buffer): Likewise.
4037 * typeprint.c (print_methods): Likewise.
4038 (print_typedefs): Likewise.
4039 * utils.c (debug_timestamp): Likewise.
4040 (sevenbit_strings): Likewise.
4041 (pagination_enabled): Likewise.
4042 * utils.h (sevenbit_strings): Likewise.
4043 (pagination_enabled): Likewise.
4044 * valops.c (overload_resolution): Likewise.
4045 * valprint.h (struct value_print_options) <prettyformat_arrays,
4046 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
4047 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
4048 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
4049 Likewise.
4050 * windows-nat.c (new_console): Likewise.
4051 (cygwin_exceptions): Likewise.
4052 (new_group): Likewise.
4053 (debug_exec): Likewise.
4054 (debug_events): Likewise.
4055 (debug_memory): Likewise.
4056 (debug_exceptions): Likewise.
4057 (useshell): Likewise.
4058 * windows-tdep.c (maint_display_all_tib): Likewise.
4059 * xml-support.c (debug_xml): Likewise.
4060
f1b620e9
MG
40612019-09-17 Mike Gulick <mgulick@mathworks.com>
4062
4063 * source.c (prepare_path_for_appending): New function.
4064 (openp): Make use of new function.
4065 (find_and_open_source): Search for the compilation directory and
4066 source file as a relative path beneath the directory search path.
4067
67f3ed6a
AB
40682019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4069
4070 * source-cache.c (source_cache::get_line_charpos): Catch
4071 exceptions and return false, this matches the behaviour documented
4072 in the header file.
4073
74332189
JB
40742019-09-17 Joel Brobecker <brobecker@adacore.com>
4075
4076 * ada-tasks.c (info_task): Remove quoting of the task's name.
4077
f2f24aa9
CB
40782019-09-16 Christian Biesinger <cbiesinger@google.com>
4079
4080 * symfile.c (auto_solib_add): Replace comment with a reference
4081 to the header file.
4082
6a062a93
CB
40832019-09-14 Christian Biesinger <cbiesinger@google.com>
4084
4085 * NEWS: Mention that gdb can now be compiled with Python 3
4086 on Windows.
4087
ec6c8338
AB
40882019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4089
4090 * maint.c (maint_print_section_data::maint_print_section_data):
4091 Force use of 'float log10 (float)' by casting the argument to
4092 float.
4093
aa17805f
AB
40942019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4095
4096 * maint.c: Add 'cmath' include.
4097 (struct maint_print_section_data): New structure.
4098 (print_section_index): New function.
4099 (print_bfd_section_info): Add header comment, small whitespace
4100 cleanup, and update to call new print_section_index function.
4101 (print_objfile_section_info): Likewise.
4102 (maint_obj_section_from_bfd_section): New function.
4103 (print_bfd_section_info_maybe_relocated): New function.
4104 (maintenance_info_sections): Add header comment, always use
4105 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
4106
3dd9bb46
AB
41072019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4108
4109 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
4110 inner scope, add check that the objfile has psymtabs before
4111 checking psymtabs_addrmap.
4112 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
4113
4993045d
PW
41142019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4115
4116 * NEWS: Announce that Ada task names are now shown at more places,
4117 and between quotes (except in info task output).
4118 * gdb/ada-tasks.c (task_to_str): New function.
4119 (display_current_task_id): Call task_to_str.
4120 (task_command_1): Likewise.
4121 (print_ada_task_info): In non-mi mode, Properly align headers and data
4122 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
4123
7a289707
RO
41242019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4125
4126 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
4127 prstatus.pr_lwp.pr_info instead of making it up.
4128
f2aec7f6
CB
41292019-09-11 Christian Biesinger <cbiesinger@google.com>
4130
4131 * auto-load.c (auto_load_expand_dir_vars): Update.
4132 * defs.h (gdb_datadir): Change to std::string.
4133 (python_libdir): Likewise.
4134 (relocate_gdb_directory): Change return type to std::string.
4135 * guile/guile.c (gdbscm_data_directory): Update.
4136 (initialize_scheme_side): Update.
4137 * jit.c (jit_reader_dir): Change to std::string.
4138 (jit_reader_load_command): Update.
4139 * main.c (gdb_datadir): Change to std::string.
4140 (python_libdir): Likewise.
4141 (set_gdb_data_directory): Update.
4142 (relocate_path): Change to return std::string.
4143 (relocate_gdb_directory): Change to return std::string.
4144 (relocate_gdbinit_path_maybe_in_datadir): Update.
4145 (captured_main_1): Update.
4146 * python/python.c (do_start_initialization): Update.
4147 * top.c (show_gdb_datadir): Update.
4148 * xml-syscall.c (xml_init_syscalls_info): Update.
4149 (init_syscalls_info): Update.
4150
9224a013
CB
41512019-09-11 Christian Biesinger <cbiesinger@google.com>
4152
4153 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
4154 out of get_init_files.
4155 (get_init_files): Update.
4156
f48cd836
CB
41572019-09-11 Christian Biesinger <cbiesinger@google.com>
4158
4159 * main.c (get_init_files): Change to use std::string.
4160 (captured_main_1): Update.
4161 (print_gdb_help): Update.
4162
9cab7ecd
AT
41632019-09-11 Ali Tamur <tamur@google.com>
4164
4165 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
4166 implementation.
4167
67547d89
CB
41682019-09-11 Christian Biesinger <cbiesinger@google.com>
4169
4170 * dbxread.c (read_dbx_symtab): Update.
4171 * dwarf2read.c (load_partial_dies): Update.
4172 * mdebugread.c (parse_partial_symbols): Update.
4173 (handle_psymbol_enumerators): Update.
4174 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
4175 * psymtab.c (add_psymbol_to_bcache): Likewise.
4176 (add_psymbol_to_list): Likewise.
4177 * symtab.c (symbol_set_names): Likewise.
4178 * symtab.h (symbol_set_names): Likewise.
4179 * xcoffread.c (scan_xcoff_symtab): Update.
4180
64b2d4a0
TT
41812019-09-11 Tom Tromey <tom@tromey.com>
4182
4183 * symfile-mem.c (symbol_file_add_from_memory): Use
4184 bfd_set_filename.
4185 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
4186 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
4187
3b00ef10
TT
41882019-09-10 Tom Tromey <tromey@adacore.com>
4189
4190 * dwarf-index-write.c (write_psymbols): Extend error message.
4191 (debug_names::insert): Add Ada code.
4192 (debug_names::write_psymbols): Remove Ada check.
4193 (debug_names) <m_string_obstack>: New member.
4194 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4195 (gdb_index_symbol_name_matcher::matches): Remove.
4196 (mapped_index_base::find_name_components_bounds): Add "lang"
4197 parameter.
4198 (mapped_index_base::build_name_components): Also split names
4199 according to Ada syntax.
4200 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4201 type of "match_callback".
4202 (check_match, check_find_bounds_finds)
4203 (dw2_expand_symtabs_matching): Update.
4204 (dw2_debug_names_iterator): Add new constructor.
4205 (dw2_debug_names_map_matching_symbols): New function.
4206 (dw2_debug_names_expand_symtabs_matching): Update.
4207 (dwarf2_debug_names_functions): Use
4208 dw2_debug_names_map_matching_symbols.
4209
aa391654
TT
42102019-09-10 Tom Tromey <tromey@adacore.com>
4211
4212 * dwarf2read.c (dw2_get_file_names_reader): Add the
4213 CU's file name to the results.
4214
b054970d
TT
42152019-09-10 Tom Tromey <tromey@adacore.com>
4216
4217 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4218 map_matching_symbols. Update.
4219 * dwarf2read.c (dw2_map_matching_symbols): Update.
4220 * psymtab.c (match_partial_symbol): Change type; update.
4221 (psym_map_matching_symbols): Likewise.
4222 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4223 type; update.
4224 * symfile.h (struct quick_symbol_functions)
4225 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4226 Remove "match".
4227
6a3dbf1b
TT
42282019-09-10 Tom Tromey <tromey@adacore.com>
4229
4230 * psymtab.c (map_block): Remove.
4231 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4232 * symtab.c (iterate_over_symbols_terminated): New function.
4233 * symtab.c (iterate_over_symbols_terminated): Declare.
4234
6969f124
TT
42352019-09-10 Tom Tromey <tromey@adacore.com>
4236
4237 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4238 * language.h (struct language_defn) <la_iterate_over_symbols>:
4239 Return bool.
4240 * symtab.c (iterate_over_symbols): Return bool.
4241 * symtab.h (iterate_over_symbols): Return bool.
4242
199b4314
TT
42432019-09-10 Tom Tromey <tromey@adacore.com>
4244
4245 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4246 (add_nonlocal_symbols): Update.
4247 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4248 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4249 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4250 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4251 Change type of "callback". Remove "data".
4252
a084a2a6
AT
4253
42542019-09-09 Ali Tamur <tamur@google.com>
4255
4256 * dwarf2read.c (comp_unit_head): Update comment.
4257 (dwarf2_dwo_name): New function declaration.
4258 (dwarf_unit_type_name): New function declaration.
4259 (read_comp_unit_head): Add support for new compilation units,
4260 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4261 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4262 (currently named as "signature") in their header. Also clarify error
4263 messages.
4264 (lookup_dwo_id): New function. Returns the dwo id of the given
4265 compile unit.
4266 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4267 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4268 functions.
4269 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4270 (dwarf2_dwo_name): Get the dwo name if present.
4271 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4272 purposes.
4273
25a2915e
TT
42742019-09-09 Tom Tromey <tom@tromey.com>
4275
4276 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4277
e4df0874
PW
42782019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4279
4280 * python/python.c (do_start_initialization): Make progname_copy static,
4281 to avoid a leak report.
4282
8634b462
TT
42832019-09-08 Tom Tromey <tom@tromey.com>
4284
4285 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4286
c7f839cb
SM
42872019-09-07 Simon Marchi <simon.marchi@efficios.com>
4288
4289 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4290 Change type to gdb::optional<block_enum>.
4291 (dw2_symtab_iter_init): Change block_index parameter type
4292 to gdb::optional<block_enum>.
4293 (dw2_lookup_symbol): Change block_index parameter
4294 type to block_enum.c
4295 (dw2_debug_names_lookup_symbol): Likewise.
4296 * psymtab.c (psym_lookup_symbol): Likewise.
4297 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4298 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4299 Likewise.
4300
ead0e69a
CB
43012019-09-06 Christian Biesinger <cbiesinger@google.com>
4302
4303 * defs.h (relocate_gdb_directory): Change int to bool in
4304 signature and rename flag to relocatable.
4305 * main.c (relocate_path): Likewise.
4306 (relocate_gdb_directory): Likewise.
4307
b16c44de
AM
43082019-09-06 Alan Modra <amodra@gmail.com>
4309
4310 * coffread.c (coff_symfile_read): Constify filename variable.
4311 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4312 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4313 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4314 * solib.c (reload_shared_libraries_1): Likewise.
4315 * symfile.c (reread_symbols): Likewise.
4316 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4317 * solib-darwin.c (darwin_bfd_open): Likewise.
4318 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4319
06ff036e
AB
43202019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4321
4322 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4323 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4324
4e962e74
TT
43252019-09-03 Tom Tromey <tromey@adacore.com>
4326
4327 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4328 types.
4329 (has_negatives): Unbias a range type bound.
4330 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4331 * gdbtypes.c (operator==): Handle new field.
4332 (create_range_type): Add "bias" parameter.
4333 (create_static_range_type, resolve_dynamic_range): Update.
4334 * gdbtypes.h (struct range_bounds) <bias>: New member.
4335 (create_range_type): Add bias parameter.
4336 * printcmd.c (print_scalar_formatted): Unbias range types.
4337 * value.c (unpack_long): Unbias range types.
4338 (pack_long): Bias range types.
4339
d90b8f26
AH
43402019-09-02 Alan Hayward <alan.hayward@arm.com>
4341
4342 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4343 probe arguments.
4344
fe01123e
AH
43452019-09-02 Alan Hayward <alan.hayward@arm.com>
4346
4347 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4348 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4349 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4350 (compile_probe_arg): Likewise.
4351 * probe.h (get_argument_count): Likewise.
4352 * solib-svr4.c (solib_event_probe_action): Likewise.
4353 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4354
e661ef01
AH
43552019-09-02 Alan Hayward <alan.hayward@arm.com>
4356
4357 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4358 code to here...
4359 (svr4_create_solib_event_breakpoints): ...from here.
4360
47a536d9
SDJ
43612019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4362
4363 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4364 suffix from warning message.
4365
d6a00eba
TT
43662019-08-30 Tom Tromey <tom@tromey.com>
4367
4368 * tui/tui-winsource.h (struct tui_source_window_base)
4369 <refresh_all>: Don't declare.
4370 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4371 Remove.
4372 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4373 tui_show_locator_content.
4374 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4375 declare.
4376 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4377 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4378 declare.
4379
55b2657b
TT
43802019-08-30 Tom Tromey <tom@tromey.com>
4381
4382 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4383
12a8555a
TT
43842019-08-30 Tom Tromey <tom@tromey.com>
4385
4386 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4387 Remove unnecessary forward declarations.
4388
900ac242
TT
43892019-08-30 Tom Tromey <tom@tromey.com>
4390
4391 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4392 rerender.
4393 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4394 tui_show_locator_content.
4395
99ab33fb
TT
43962019-08-30 Tom Tromey <tom@tromey.com>
4397
4398 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4399 (tui_locator_window::rerender): Rewrite using body of previous
4400 tui_show_locator_content.
4401
e594a5d1
TT
44022019-08-30 Tom Tromey <tom@tromey.com>
4403
4404 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4405 set_locator_fullname>: New methods.
4406 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4407 Rename from tui_set_locator_fullname.
4408 (tui_locator_window::set_locator_info): Rename from
4409 tui_set_locator_info. Return bool.
4410 (tui_update_locator_fullname, tui_show_frame_info): Update.
4411
715bb467
TT
44122019-08-30 Tom Tromey <tom@tromey.com>
4413
4414 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4415
772f3f03
TT
44162019-08-30 Tom Tromey <tom@tromey.com>
4417
4418 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4419 call touchwin.
4420
108e13ab
TT
44212019-08-30 Tom Tromey <tom@tromey.com>
4422
4423 * tui/tui-wingeneral.c (box_win): Assume win_info and
4424 win_info->handle cannot be NULL.
4425
cdaa6eb4
TT
44262019-08-30 Tom Tromey <tom@tromey.com>
4427
4428 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4429 refresh_window>: Declare.
4430 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4431 resize.
4432 (tui_data_item_window::rerender): Rename from
4433 tui_display_register.
4434 (tui_data_item_window::refresh_window): New method.
4435 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4436 no-op.
4437
89df7f90
TT
44382019-08-30 Tom Tromey <tom@tromey.com>
4439
4440 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4441 regs_column_count, current_group>: Move later. Now private.
4442 <get_current_group>: New method.
4443 * tui/tui-regs.c (tui_reg_command): Update.
4444 * tui/tui-layout.c (tui_set_layout): Update.
4445
1bf2866a
TT
44462019-08-30 Tom Tromey <tom@tromey.com>
4447
4448 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4449 (tui_data_window::rerender): Don't call
4450 check_and_display_highlight_if_needed.
4451 (tui_data_window::refresh_all): Remove call to
4452 erase_data_content.
4453
0670413d
TT
44542019-08-30 Tom Tromey <tom@tromey.com>
4455
4456 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4457 (tui_data_window::display_registers_from)
4458 (tui_data_window::display_reg_element_at_line)
4459 (tui_data_window::display_registers_from_line): Remove checks of
4460 "empty".
4461
18bb55c7
TT
44622019-08-30 Tom Tromey <tom@tromey.com>
4463
4464 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4465 Don't declare.
4466 * tui/tui-regs.c (tui_data_window::show_registers): Call
4467 rerender.
4468 (tui_data_window::rerender): Rename from display_all_data.
4469 (tui_data_window::rerender): Remove old implementation.
4470
1f6d2f10
TT
44712019-08-30 Tom Tromey <tom@tromey.com>
4472
4473 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4474 text.
4475 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4476
16d01f9c
BW
44772019-08-29 Bernhard Wodok <barto@gmx.net>
4478 Sergio Durigan Junior <sergiodj@redhat.com>
4479
4480 PR win32/24284
4481 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4482
d8f27c60
AB
44832019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4484
4485 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4486 when searching for types.
4487
1f20c35e
AB
44882019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4489
4490 * f-lang.c (f_language_defn): Use f_print_typedef.
4491 * f-lang.h (f_print_typedef): Declare.
4492 * f-typeprint.c (f_print_typedef): Define.
4493
550105b7
CB
44942019-08-27 Christian Biesinger <cbiesinger@google.com>
4495
4496 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4497
4acfdd20
AB
44982019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4499
4500 * cli/cli-utils.c (info_print_options_defs): Delete.
4501 (make_info_print_options_def_group): Delete.
4502 (extract_info_print_options): Delete.
4503 (info_print_command_completer): Delete.
4504 (info_print_args_help): Add extra parameter, and optionally
4505 include text about -n flag.
4506 * cli/cli-utils.h (struct info_print_options): Delete.
4507 (extract_info_print_options): Delete declaration.
4508 (info_print_command_completer): Delete declaration.
4509 (info_print_args_help): Add extra parameter, extend header
4510 comment.
4511 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4512 search_symbols.
4513 * stack.c (struct info_print_options): New type.
4514 (info_print_options_defs): New file scoped variable.
4515 (make_info_print_options_def_group): New static function.
4516 (info_print_command_completer): New static function.
4517 (info_locals_command): Update to use new local functions.
4518 (info_args_command): Likewise.
4519 (_initialize_stack): Add extra parameter to calls to
4520 info_print_args_help.
4521 * symtab.c (search_symbols): Add extra parameter, use this to
4522 possibly excluse non-debug symbols.
4523 (symtab_symbol_info): Add extra parameter, which is passed on to
4524 search_symbols.
4525 (struct info_print_options): New type.
4526 (info_print_options_defs): New file scoped variable.
4527 (make_info_print_options_def_group): New static function.
4528 (info_print_command_completer): New static function.
4529 (info_variables_command): Update to use local functions, and pass
4530 extra parameter through to symtab_symbol_info.
4531 (info_functions_command): Likewise.
4532 (info_types_command): Pass additional argument through to
4533 symtab_symbol_info.
4534 (rbreak_command): Pass extra argument to search_symbols.
4535 (_initialize_symtab): Add extra arguments for calls to
4536 info_print_args_help, and update help text for 'info variables',
4537 'whereis', and 'info functions' commands.
4538 * symtab.h (search_symbols): Add extra argument to declaration.
4539 * NEWS: Mention new flags.
4540
9aa55206
CB
45412019-08-26 Christian Biesinger <cbiesinger@google.com>
4542
4543 * symtab.c (lookup_static_symbol): Call the new function (and move
4544 it down to be next to lookup_global_symbol).
4545 (struct global_sym_lookup_data): Add block_enum member and rename to...
4546 (struct global_or_static_sym_lookup_data): ...this.
4547 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4548 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4549 (lookup_symbol_global_or_static_iterator_cb): ...this.
4550 (lookup_global_or_static_symbol): New function.
4551 (lookup_global_symbol): Call new function.
4552
5c31b358
TV
45532019-08-26 Tom de Vries <tdevries@suse.de>
4554
4555 PR c++/24852
4556 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4557 when pc_probe.prob == NULL.
4558
23c13d42
SM
45592019-08-25 Simon Marchi <simon.marchi@efficios.com>
4560
4561 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4562 variable symbol_linkage to symbol_linkage_.
4563
beadd3e8
SM
45642019-08-25 Simon Marchi <simon.marchi@efficios.com>
4565
4566 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4567 represent whether the symbol is static, dynamic, or we don't
4568 know.
4569
e3ec872f
YS
45702019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4571
4572 * gdb/rx-tdep.c (rx_register_names): New.
4573 (rx_register_name): Delete.
4574 (rx_psw_type): Delete.
4575 (rx_fpsw_type): Delete.
4576 (rx_register_type): Delete.
4577 (rx_gdbarch_init): Convert target-descriptions.
4578 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4579 * gdb/features/Makefile: Add rx.xml.
4580 * gdb/features/rx.xml: New.
4581 * gdb/features/rx.c: Generated.
4582 * gdb/NEWS: Mention target description support.
4583
d0509ba4
CB
45842019-08-22 Christian Biesinger <cbiesinger@google.com>
4585
4586 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4587 *slot_ptr.
4588
2d41fa11
SDJ
45892019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4590
4591 * configure.ac: Don't check for 'dlfcn.h' (moved to
4592 gdbsupport/common.m4).
4593 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4594 'gdbsupport/'.
4595 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4596 * compile/compile-c-support.c: Include
4597 'gdbsupport/gdb-dlfcn.h'.
4598 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4599 * gdb-dlfcn.c: Move to...
4600 * gdbsupport/gdb-dlfcn.c: ... here.
4601 * gdb-dlfcn.h: Move to...
4602 * gdbsupport/gdb-dlfcn.h: ... here.
4603
de8af808
SL
46042019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4605
4606 * nios2-tdep.c (struct reg_value): Improve comments. Make
4607 the offset field signed.
4608
27204489
CB
46092019-08-22 Christian Biesinger <cbiesinger@google.com>
4610
4611 * python/lib/gdb/__init__.py (_execute_file): New function.
4612 * python/python.c (python_run_simple_file): Call gdb._execute_file
4613 on Windows.
4614
43771869
AB
46152019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4616
4617 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4618 all uses as this was never set to anything but a zero value.
4619
26c957f1
PA
46202019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4621
4622 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4623
c07aae6e
CB
46242019-08-21 Christian Biesinger <cbiesinger@google.com>
4625
4626 * tui/tui-data.h (tui_gen_win_info): Add an =default
4627 move constructor, required by some GCC versions.
4628
3960cb7a
JF
46292019-08-21 Jinke Fan <fanjinke51@yeah.net>
4630
4631 * go32-nat.c (go32_sysinfo): Add hygon_p.
4632
04c72a68
TT
46332019-08-20 Tom Tromey <tom@tromey.com>
4634
4635 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4636 line_from_reg_element_no, first_reg_element_no_inline,
4637 display_all_data, delete_data_content_windows,
4638 erase_data_content>: Now private.
4639
072272ce
TT
46402019-08-20 Tom Tromey <tom@tromey.com>
4641
4642 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4643 (tui_unhighlight_win, tui_highlight_win)
4644 (tui_win_info::make_window): Update.
4645 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4646
973961bd
TT
46472019-08-20 Tom Tromey <tom@tromey.com>
4648
4649 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4650 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4651 (MAX_PID_WIDTH): Move to tui-stack.c.
4652 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4653 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4654 (MAX_PID_WIDTH): Move from tui-data.h.
4655
ab0e1f1a
TT
46562019-08-20 Tom Tromey <tom@tromey.com>
4657
4658 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4659 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4660 (box_win): Update.
4661 (tui_gen_win_info::make_window): Rename from tui_make_window.
4662 (tui_win_info::make_window): New method.
4663 (tui_gen_win_info::make_visible): Update.
4664 * tui/tui-source.c (tui_source_window::set_contents): Update.
4665 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4666 (tui_data_window::display_registers_from): Update.
4667 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4668 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4669 Declare.
4670 <can_box>: Remove.
4671 <title>: Remove.
4672 (struct tui_win_info) <make_window>: Declare.
4673 <can_box>: Now virtual.
4674 <title>: New member.
4675 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4676 * tui/tui-command.c (tui_cmd_window::resize): Update.
4677
100c2bf3
TT
46782019-08-20 Tom Tromey <tom@tromey.com>
4679
4680 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4681 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4682 (tui_data_window::check_register_values): Update.
4683
fa4dc567
TT
46842019-08-20 Tom Tromey <tom@tromey.com>
4685
4686 * tui/tui-regs.h (struct tui_data_window): Use
4687 DISABLE_COPY_AND_ASSIGN.
4688 <regs_content>: Change type, removing unique_ptr.
4689 <tui_data_window>: Add move constructor.
4690 * tui/tui-regs.c (tui_data_window::show_registers)
4691 (tui_data_window::show_register_group)
4692 (tui_data_window::display_registers_from)
4693 (tui_data_window::display_registers_from)
4694 (tui_data_window::first_data_item_displayed)
4695 (tui_data_window::delete_data_content_windows)
4696 (tui_data_window::rerender, tui_data_window::refresh_window)
4697 (tui_data_window::check_register_values): Update.
4698
ca02d7c8
TT
46992019-08-20 Tom Tromey <tom@tromey.com>
4700
4701 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4702 show_register_group>: Declare.
4703 (tui_show_register_group): Don't declare.
4704 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4705 tui_show_registers.
4706 (tui_data_window::show_register_group): Rename from
4707 tui_show_register_group.
4708 (tui_data_window::check_register_values, tui_reg_command):
4709 Update.
4710 * tui/tui-layout.c (tui_set_layout): Update.
4711
63356bfd
TT
47122019-08-20 Tom Tromey <tom@tromey.com>
4713
4714 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4715 Declare.
4716 (tui_check_register_values): Don't declare.
4717 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4718 from tui_check_register_values.
4719 * tui/tui-hooks.c (tui_register_changed): Update.
4720
42cc14a7
TT
47212019-08-20 Tom Tromey <tom@tromey.com>
4722
4723 * tui/tui-regs.c (tui_reg_layout): Move later.
4724 (tui_show_registers): Don't enable TUI mode or change layout.
4725
b9ad3686
TT
47262019-08-20 Tom Tromey <tom@tromey.com>
4727
4728 * tui/tui-regs.h (struct tui_data_item_window)
4729 <~tui_data_item_window>: Remove.
4730 <content>: Now a unique_xmalloc_ptr.
4731 * tui/tui-regs.c (tui_register_format): Return a
4732 unique_xmalloc_ptr.
4733 (tui_get_register): Update.
4734 (~tui_data_item_window): Remove.
4735 (tui_data_window::display_registers_from, tui_display_register):
4736 Update.
4737 * tui/tui-io.h (tui_expand_tabs): Update.
4738 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4739 Remove "col" parameter.
4740
8e114aab
TT
47412019-08-20 Tom Tromey <tom@tromey.com>
4742
4743 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4744 field.
4745 * tui/tui-regs.c (~tui_data_item_window): Update.
4746
1a4f81dd
TT
47472019-08-20 Tom Tromey <tom@tromey.com>
4748
4749 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4750 earlier.
4751
0f8d8876
TT
47522019-08-20 Tom Tromey <tom@tromey.com>
4753
4754 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4755
605dc2c2
TT
47562019-08-20 Tom Tromey <tom@tromey.com>
4757
4758 * tui/tui-source.h (struct tui_source_window): Update.
4759 * tui/tui-regs.c (tui_show_registers): Update.
4760 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4761 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4762 (NO_REGS_STRING): Remove defines.
4763
aedbe3bb
CM
47642019-08-20 Conrad Meyer <cem@FreeBSD.org>
4765
4766 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4767 unnecessary thread walk if remote doesn't support the packet.
4768
7ce8f214
TT
47692019-08-19 Tom Tromey <tromey@adacore.com>
4770
4771 * python/py-value.c (value_has_field): Fix indentation.
4772
f21c2bd7
TT
47732019-08-19 Tom Tromey <tromey@adacore.com>
4774
4775 * printcmd.c (do_one_display, info_display_command): Update.
4776 * block.h (contained_in): Return bool. Add allow_nested
4777 parameter.
4778 * block.c (contained_in): Return bool. Add allow_nested
4779 parameter.
4780
d806ea2d
TT
47812019-08-19 Tom Tromey <tom@tromey.com>
4782
4783 * configure: Rebuild.
4784 * configure.ac: Disallow the combination of -static-libstdc++ and
4785 source highlight.
4786 * source-cache.c (get_language_name): Handle rust.
4787 (source_cache::get_source_lines): Ignore highlighting exceptions.
4788
398fdd60
TT
47892019-08-16 Tom Tromey <tom@tromey.com>
4790
4791 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4792 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4793 (struct tui_source_window_base) <make_visible, refresh_window,
4794 resize>: Remove methods.
4795 <execution_info>: Remove field.
4796 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4797 (tui_show_source_line, tui_source_window_base)
4798 (~tui_source_window_base): Update.
4799 (tui_source_window_base::resize)
4800 (tui_source_window_base::make_visible)
4801 (tui_source_window_base::refresh_window): Remove.
4802 (tui_source_window_base::update_exec_info): Update.
4803 * tui/tui-source.c (tui_source_window::set_contents): Update.
4804 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4805
e699d331
TT
48062019-08-16 Tom Tromey <tom@tromey.com>
4807
4808 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4809 deprecated_query_hook.
4810
bb01dbfc
TT
48112019-08-16 Tom Tromey <tom@tromey.com>
4812
4813 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4814 (tui_update_source_windows_with_line): Update.
4815 * tui/tui-source.h (struct tui_source_window)
4816 <show_symtab_source>: Declare.
4817 (tui_show_symtab_source): Don't declare.
4818 * tui/tui-source.c (tui_show_symtab_source): Rename from
4819 tui_show_symtab_source.
4820
81c82c4b
TT
48212019-08-16 Tom Tromey <tom@tromey.com>
4822
4823 * tui/tui-winsource.h (struct tui_source_window_base)
4824 <set_contents>: Declare.
4825 * tui/tui-winsource.c
4826 (tui_source_window_base::update_source_window_as_is): Update.
4827 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4828 Declare.
4829 (tui_set_source_content): Don't declare.
4830 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4831 tui_set_source_content.
4832 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4833 Declare.
4834 (tui_set_disassem_content): Don't declare.
4835 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4836 tui_set_disassem_content.
4837
2ddaf614
TT
48382019-08-16 Tom Tromey <tom@tromey.com>
4839
4840 * tui/tui-winsource.h (struct tui_source_window_base)
4841 <update_breakpoint_info>: Declare.
4842 (tui_update_breakpoint_info): Don't declare.
4843 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4844 (tui_update_all_breakpoint_info): Update.
4845 (tui_source_window_base::update_breakpoint_info): Rename from
4846 tui_update_breakpoint_info.
4847 (tui_source_window_base::update_exec_info): Update.
4848
017f9828
TT
48492019-08-16 Tom Tromey <tom@tromey.com>
4850
4851 * tui/tui-winsource.h (struct tui_source_window_base)
4852 <update_source_window>: Declare.
4853 (tui_update_source_window): Don't declare.
4854 * tui/tui-winsource.c
4855 (tui_source_window_base::update_source_window): Rename from
4856 tui_update_source_window.
4857 (tui_source_window_base::rerender): Update.
4858 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4859 * tui/tui-disasm.c (tui_show_disassem)
4860 (tui_show_disassem_and_update_source)
4861 (tui_disasm_window::maybe_update): Update.
4862
ed8358e9
TT
48632019-08-16 Tom Tromey <tom@tromey.com>
4864
4865 * tui/tui-winsource.h (struct tui_source_window_base)
4866 <update_source_window_as_is>: Declare.
4867 (tui_update_source_window_as_is): Don't declare.
4868 * tui/tui-winsource.c (tui_update_source_window): Update
4869 (tui_source_window_base::update_source_window_as_is): Rename from
4870 tui_update_source_window_as_is.
4871 (tui_source_window_base::refill): Update.
4872 * tui/tui-source.c (tui_show_symtab_source): Update.
4873 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4874 Update.
4875
20149b6b
TT
48762019-08-16 Tom Tromey <tom@tromey.com>
4877
4878 * tui/tui-winsource.h (tui_update_source_window)
4879 (tui_update_source_window_as_is): Remove "noerror" parameter.
4880 * tui/tui-winsource.c (tui_update_source_window)
4881 (tui_update_source_window_as_is): Remove "noerror" parameter.
4882 (tui_update_source_windows_with_addr)
4883 (tui_update_source_windows_with_line)
4884 (tui_source_window_base::rerender)
4885 (tui_source_window_base::refill): Update.
4886 * tui/tui-source.h (tui_set_source_content)
4887 (tui_show_symtab_source): Remove "noerror" parameter.
4888 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4889 parameter.
4890 (tui_show_symtab_source): Likewise.
4891 (tui_source_window::maybe_update): Update.
4892 * tui/tui-disasm.c (tui_show_disassem)
4893 (tui_show_disassem_and_update_source)
4894 (tui_disasm_window::do_scroll_vertical)
4895 (tui_disasm_window::maybe_update): Update.
4896
2d83e710
TT
48972019-08-16 Tom Tromey <tom@tromey.com>
4898
4899 * tui/tui.c (tui_is_window_visible): Update.
4900 * tui/tui-wingeneral.c (tui_make_window)
4901 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4902 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4903 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4904 (tui_set_win_height_command, parse_scrolling_args): Update.
4905 * tui/tui-source.c (tui_source_window::style_changed): Update.
4906 * tui/tui-regs.c (tui_show_registers)
4907 (tui_data_window::first_data_item_displayed)
4908 (tui_data_window::delete_data_content_windows)
4909 (tui_check_register_values, tui_reg_command): Update.
4910 * tui/tui-disasm.c (tui_show_disassem): Update.
4911 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4912 method.
4913 <is_visible>: Remove field.
4914 * tui/tui-data.c (tui_next_win, tui_prev_win)
4915 (tui_delete_invisible_windows): Update.
4916
d4ab829a
TT
49172019-08-16 Tom Tromey <tom@tromey.com>
4918
4919 * tui/tui-winsource.h (struct tui_source_window_base)
4920 <m_has_locator>: Remove.
4921 * tui/tui-layout.c (show_source_disasm_command, show_data)
4922 (show_source_or_disasm_and_command): Update.
4923
aa7ca1bb
AH
49242019-08-16 Alan Hayward <alan.hayward@arm.com>
4925
4926 * NEWS (Other MI changes): New subsection.
4927 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4928 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4929 * arch-utils.c (default_get_pc_address_flags): New function.
4930 * arch-utils.h (default_get_pc_address_flags): New declaration.
4931 * gdbarch.sh: Add get_pc_address_flags.
4932 * gdbarch.c: Regenerate.
4933 * gdbarch.h: Likewise.
4934 * stack.c (print_pc): New function.
4935 (print_frame_info) (print_frame): Call print_pc.
4936
6eac171f
TV
49372019-08-16 Tom de Vries <tdevries@suse.de>
4938
4939 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4940 print_objfile_section_info.
4941
3df505f6
TT
49422019-08-15 Tom Tromey <tom@tromey.com>
4943
4944 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4945 calling update_cmdwin_start_line.
4946 * tui/tui-winsource.h (struct tui_source_window_base)
4947 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4948 <rerender>: Declare.
4949 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4950 Call rerender.
4951 (tui_source_window_base::set_new_height): Remove.
4952 (tui_source_window_base::rerender): Rename from
4953 do_make_visible_with_new_height.
4954 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4955 resize method.
4956 (tui_win_info::make_invisible_and_set_new_height)
4957 (tui_win_info::make_visible_with_new_height): Remove.
4958 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4959 Declare.
4960 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4961 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4962 do_make_visible_with_new_height>: Don't declare.
4963 <rerender>: Declare.
4964 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4965 set_new_height.
4966 (tui_data_window::do_make_visible_with_new_height): Remove.
4967 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4968 call tui_show_locator_content.
4969 (tui_gen_win_info::resize): Call rerender.
4970 (show_source_or_disasm_and_command): Don't call
4971 tui_show_locator_content.
4972 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4973 method.
4974 (struct tui_win_info) <rerender>: Declare.
4975 <set_new_height, make_invisible_and_set_new_height,
4976 make_visible_with_new_height>: Don't declare.
4977 * tui/tui-data.c (tui_win_list::rerender): New method.
4978 * tui/tui-command.h (struct tui_cmd_window)
4979 <do_make_visible_with_new_height>: Don't declare.
4980 * tui/tui-command.c
4981 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4982
272560b5
TT
49832019-08-15 Tom Tromey <tromey@adacore.com>
4984
4985 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4986 * ada-lang.c (ada_enum_name): Likewise.
4987
08235187
CB
49882019-08-15 Christian Biesinger <cbiesinger@google.com>
4989
4990 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4991 leading underscore.
4992 (GdbOutputErrorFile): Likewise.
4993 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4994 accordingly.
4995 (execute_unwinders): Rename to have a leading underscore.
4996 (auto_load_packages): Likewise.
4997 (global scope): Adjust call to auto_load_packages accordingly.
4998 (GdbSetPythonDirectory): Likewise.
4999 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
5000 instead of execute_unwinders.
5001
db502012
TT
50022019-08-15 Tom Tromey <tom@tromey.com>
5003
5004 * tui/tui-layout.c (show_layout, show_source_disasm_command)
5005 (show_data): Don't change window visibility.
5006 (tui_gen_win_info::resize): Remove special case for command
5007 window. Use wresize, when available.
5008 (show_source_or_disasm_and_command): Don't change window
5009 visibility.
5010 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
5011 <make_visible>: New method.
5012 * tui/tui-command.c (tui_cmd_window::resize): New method.
5013
3891b65e
TT
50142019-08-15 Tom Tromey <tom@tromey.com>
5015
5016 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
5017 (struct tui_source_windows): New.
5018 * tui/tui-winsource.c (tui_display_main): Update.
5019 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5020 (new_height_ok, parse_scrolling_args): Update.
5021 * tui/tui-layout.c (show_layout, show_data): Update.
5022 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
5023 (tui_add_to_source_windows): Don't declare.
5024 * tui/tui-data.c (source_windows, tui_source_windows)
5025 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
5026
ee556432
TT
50272019-08-15 Tom Tromey <tom@tromey.com>
5028
5029 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
5030 Rename from reset.
5031 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
5032 * tui/tui-layout.c (show_source_disasm_command, show_data):
5033 Update.
5034 (tui_gen_win_info::resize): Rename.
5035 (show_source_or_disasm_and_command): Update.
5036 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
5037 reset.
5038
46f438e3
TT
50392019-08-15 Tom Tromey <tom@tromey.com>
5040
5041 * tui/tui-stack.c (tui_initialize_static_data): Remove.
5042 * tui/tui-interp.c (tui_interp::init): Don't call
5043 tui_initialize_static_data.
5044 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
5045
f4ce562c
TT
50462019-08-15 Tom Tromey <tom@tromey.com>
5047
5048 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
5049 examine tui_win_list.
5050
c398c3d0
TT
50512019-08-15 Tom Tromey <tom@tromey.com>
5052
5053 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
5054 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
5055 tui_clear_source_content.
5056 (tui_clear_source_content): Remove.
5057 (tui_source_window_base::do_erase_source_content): Hoist call to
5058 content.clear().
5059 * tui/tui-stack.c (tui_show_frame_info): Don't call
5060 tui_clear_source_content.
5061
e25d2004
TT
50622019-08-15 Tom Tromey <tom@tromey.com>
5063
5064 * tui/tui-winsource.h (struct tui_source_window_base)
5065 <do_erase_source_content>: New method.
5066 <erase_source_content>: New method.
5067 (tui_erase_source_content): Don't declare.
5068 * tui/tui-winsource.c (tui_clear_source_content): Update.
5069 (tui_source_window_base::do_erase_source_content): Rename from
5070 tui_erase_source_content.
5071 (tui_source_window_base::show_source_content): Update.
5072 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5073 * tui/tui-source.h (struct tui_source_window)
5074 <erase_source_content>: New method.
5075 * tui/tui-disasm.h (struct tui_disasm_window)
5076 <erase_source_content>: New method.
5077
002f15c2
TT
50782019-08-15 Tom Tromey <tom@tromey.com>
5079
5080 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
5081 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
5082 constructor.
5083 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
5084 * tui/tui-source.c (tui_set_source_content): Update.
5085 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5086
c9033fe8
TT
50872019-08-15 Tom Tromey <tom@tromey.com>
5088
5089 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
5090 * tui/tui-winsource.c (tui_line_is_displayed): Move to
5091 tui-source.c.
5092 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
5093 Declare.
5094 * tui/tui-source.c (tui_source_window::line_is_displayed): New
5095 method.
5096 (tui_source_window::maybe_update): Update.
5097
088f37dd
TT
50982019-08-15 Tom Tromey <tom@tromey.com>
5099
5100 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
5101 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
5102 tui-disasm.c.
5103 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
5104 Declare.
5105 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
5106 method.
5107 (tui_disasm_window::maybe_update): Update.
5108
a54700c6
TT
51092019-08-15 Tom Tromey <tom@tromey.com>
5110
5111 * tui/tui-winsource.h (struct tui_source_window_base)
5112 <maybe_update>: Declare.
5113 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
5114 method.
5115 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
5116 Declare.
5117 * tui/tui-source.c (tui_source_window::maybe_update): New method.
5118 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
5119 Declare.
5120 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
5121
e2a678a5
TT
51222019-08-15 Tom Tromey <tom@tromey.com>
5123
5124 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
5125
f2dda477
TT
51262019-08-15 Tom Tromey <tom@tromey.com>
5127
5128 * tui/tui-wingeneral.c: Include tui-stack.h.
5129 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
5130 (struct tui_locator_window): Move from tui-data.h.
5131 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
5132 (tui_initialize_static_data): Move from tui-data.c.
5133 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
5134 (struct tui_locator_window): Move to tui-stack.c.
5135 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
5136 (tui_initialize_static_data): Move to tui-stack.c.
5137
ed4a1084
TT
51382019-08-15 Tom Tromey <tom@tromey.com>
5139
5140 * tui/tui-layout.c (show_source_disasm_command)
5141 (show_source_or_disasm_and_command): Use make_visible method, not
5142 tui_make_window.
5143 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
5144 Remove.
5145
65962b20
TT
51462019-08-15 Tom Tromey <tom@tromey.com>
5147
5148 * tui/tui-wingeneral.h (tui_make_window): Update.
5149 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
5150 parameter.
5151 (tui_gen_win_info::make_visible): Update.
5152 * tui/tui-regs.c (tui_data_window::display_registers_from):
5153 Update.
5154 * tui/tui-layout.c (show_source_disasm_command)
5155 (show_source_or_disasm_and_command): Update.
5156 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
5157 (enum tui_box): Remove.
5158 (struct tui_win_info) <can_box>: New method.
5159 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
5160 method.
5161
2208ee91
TV
51622019-08-15 Tom de Vries <tdevries@suse.de>
5163
5164 * linux-nat-trad.c: Include gdbarch.h.
5165
75faf5c4
AH
51662019-08-14 Alan Hayward <alan.hayward@arm.com>
5167
5168 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
5169 register sizes.
5170
b1c896b3
TT
51712019-08-14 Tom Tromey <tromey@adacore.com>
5172
5173 * darwin-nat.c: Include gdbarch.h.
5174 * darwin-nat-info.c: Include gdbarch.h.
5175
6405cd73
TT
51762019-08-13 Tom Tromey <tom@tromey.com>
5177
5178 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
5179 Remove.
5180 * tui/tui-data.c (tui_initialize_static_data): Update.
5181
5216580d
TT
51822019-08-13 Tom Tromey <tom@tromey.com>
5183
5184 * tui/tui-winsource.h (struct tui_exec_info_window)
5185 <~tui_exec_info_window, maybe_allocate_content, get_content,
5186 m_content>: Remove.
5187 (struct tui_source_window_base) <set_exec_info_content,
5188 show_exec_info_content>: Don't declare.
5189 * tui/tui-winsource.c
5190 (tui_exec_info_window::maybe_allocate_content): Remove.
5191 (tui_source_window_base::update_exec_info): Rename from
5192 set_exec_info_content.
5193 (tui_source_window_base::show_exec_info_content)
5194 (tui_source_window_base::update_exec_info): Remove.
5195
93858ad3
TT
51962019-08-13 Tom Tromey <tom@tromey.com>
5197
5198 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5199 declare.
5200 * tui/tui-winsource.c (tui_update_source_window_as_is)
5201 (tui_update_source_windows_with_addr, tui_erase_source_content):
5202 Update.
5203 (tui_clear_exec_info_content): Remove.
5204
e321e7ce
TT
52052019-08-13 Tom Tromey <tom@tromey.com>
5206
5207 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5208 declare.
5209 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5210 call tui_erase_exec_info_content.
5211 (tui_clear_exec_info_content): Rename from
5212 tui_erase_exec_info_content.
5213 (tui_clear_exec_info_content): Delete.
5214
8270ac62
TT
52152019-08-13 Tom Tromey <tom@tromey.com>
5216
5217 * tui/tui-winsource.h (struct tui_source_window_base)
5218 <show_exec_info_content>: Declare.
5219 (tui_show_exec_info_content): Don't declare.
5220 * tui/tui-winsource.c
5221 (tui_source_window_base::show_exec_info_content): Rename from
5222 tui_show_exec_info_content.
5223 (tui_source_window_base::update_exec_info): Update.
5224
7b56485d
TT
52252019-08-13 Tom Tromey <tom@tromey.com>
5226
5227 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5228 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5229 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5230 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5231 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5232 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5233 ... here.
5234
7ba913dc
TT
52352019-08-13 Tom Tromey <tom@tromey.com>
5236
5237 * tui/tui-winsource.h (struct tui_source_window_base)
5238 <update_exec_info>: Declare.
5239 (tui_update_exec_info): Don't declare.
5240 * tui/tui-winsource.c (tui_update_source_window_as_is)
5241 (tui_source_window_base::refresh_all)
5242 (tui_update_all_breakpoint_info): Update.
5243 (tui_source_window_base::update_exec_info): Rename from
5244 tui_update_exec_info.
5245 * tui/tui-stack.c (tui_show_frame_info): Update.
5246
37a4a131
TT
52472019-08-13 Tom Tromey <tom@tromey.com>
5248
5249 * tui/tui-winsource.h (struct tui_source_window_base)
5250 <set_exec_info_content>: Declare.
5251 (tui_set_exec_info_content): Don't declare.
5252 * tui/tui-winsource.c
5253 (tui_source_window_base::set_exec_info_content): Rename from
5254 tui_set_exec_info_content.
5255 (tui_update_exec_info): Update.
5256
0bd27e07
TT
52572019-08-13 Tom Tromey <tom@tromey.com>
5258
5259 * tui/tui-winsource.h (struct tui_source_window_base)
5260 <show_source_content>: Declare.
5261 (tui_show_source_content): Don't declare.
5262 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5263 (tui_source_window_base::show_source_content): Rename from
5264 tui_show_source_content.
5265 (tui_source_window_base::refresh_all): Update.
5266 * tui/tui-layout.c (show_source_disasm_command)
5267 (show_source_or_disasm_and_command): Update.
5268
b4ef5aeb
TT
52692019-08-13 Tom Tromey <tom@tromey.com>
5270
5271 * tui/tui-winsource.c (tui_erase_source_content)
5272 (tui_show_source_content, tui_source_window_base::refresh_all):
5273 Update.
5274 * tui/tui-wingeneral.h
5275 (tui_check_and_display_highlight_if_needed): Don't declare.
5276 * tui/tui-wingeneral.c
5277 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5278 check_and_display_highlight_if_needed.
5279 * tui/tui-win.c (tui_rehighlight_all)
5280 (tui_win_info::make_visible_with_new_height): Update.
5281 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5282 (tui_data_window::erase_data_content)
5283 (tui_data_window::display_all_data): Update.
5284 * tui/tui-data.h (struct tui_win_info)
5285 <check_and_display_highlight_if_needed>: Declare.
5286
fede5273
TT
52872019-08-13 Tom Tromey <tom@tromey.com>
5288
5289 * tui/tui-win.c (tui_resize_all): Call
5290 tui_delete_invisible_windows.
5291 * tui/tui-layout.c (show_layout): Call
5292 tui_delete_invisible_windows.
5293 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5294 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5295
22c3f490
TT
52962019-08-13 Tom Tromey <tom@tromey.com>
5297
5298 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5299 tui_add_win_to_layout.
5300
16cb7910
TT
53012019-08-13 Tom Tromey <tom@tromey.com>
5302
5303 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5304 * tui/tui-layout.c (tui_default_win_height): Now static.
5305
cc0c3ffb
TT
53062019-08-13 Tom Tromey <tom@tromey.com>
5307
5308 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5309 single switch.
5310 (show_source_disasm_command, show_source_or_disasm_and_command):
5311 Don't check current layout.
5312
3f3ffe54
TT
53132019-08-13 Tom Tromey <tom@tromey.com>
5314
5315 * tui/tui-wingeneral.c (make_all_visible): Remove.
5316 (tui_make_all_invisible): Simplify.
5317 * tui/tui-layout.c (tui_make_all_invisible): Move from
5318 tui-wingeneral.c; simplify.
5319 (show_layout): Hoist call to tui_make_all_invisible.
5320 (show_data): Don't call tui_make_all_invisible.
5321
69258091
TT
53222019-08-13 Tom Tromey <tom@tromey.com>
5323
5324 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5325 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5326
62cf57fe
TT
53272019-08-13 Tom Tromey <tom@tromey.com>
5328
5329 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5330 tui-data.c.
5331 (show_source_disasm_command, show_data)
5332 (show_source_or_disasm_and_command): Don't use
5333 tui_set_current_layout_to.
5334 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5335 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5336 tui-layout.c.
5337 (tui_set_current_layout_to): Remove.
5338
2afade5d
TT
53392019-08-13 Tom Tromey <tom@tromey.com>
5340
5341 * tui/tui-layout.c (tui_set_layout): Update.
5342 * tui/tui-data.h (struct tui_layout_def): Remove.
5343 (tui_layout_def): Don't declare.
5344 * tui/tui-data.c (layout_def): Remove.
5345 (tui_layout_def): Remove.
5346
a3504e96
TT
53472019-08-13 Tom Tromey <tom@tromey.com>
5348
5349 * tui/tui-winsource.h (struct tui_source_window_base)
5350 <clear_detail>: No longer "override".
5351 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5352 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5353 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5354 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5355 Remove.
5356 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5357
29c92911
TT
53582019-08-13 Tom Tromey <tromey@adacore.com>
5359
5360 * tracepoint.c: Don't include readline.h or history.h.
5361
86c6b807
TT
53622019-08-12 Tom Tromey <tom@tromey.com>
5363
5364 * configure: Rebuild.
5365 * configure.ac: Check for readline 7.
5366 * NEWS: Mention readline 7 requirement.
5367 * README: Update.
5368
5db2718c
TT
53692019-08-12 Tom Tromey <tom@tromey.com>
5370
5371 * mingw-hdep.c (gdb_select): Remove readline hack.
5372
dac36daf
PFC
53732019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5374
5375 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5376 when the function fails.
5377
1022c627
AA
53782019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5379
5380 * s390-tdep.c (s390_type_align): New function.
5381 (s390_gdbarch_init): Set it as type_align gdbarch method.
5382
eba4caf2
TV
53832019-08-09 Tom de Vries <tdevries@suse.de>
5384
5385 PR gdb/24591
5386 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5387 pc_low with relocation offset.
5388
123cd851
TT
53892019-08-07 Tom Tromey <tromey@adacore.com>
5390
5391 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5392 (print_frame_args): Update.
5393 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5394 Update.
5395 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5396 * frame.h (struct frame_arg): Add initializers.
5397 <error>: Now a unique_xmalloc_ptr.
5398
3d31bc39
AH
53992019-08-07 Alan Hayward <alan.hayward@arm.com>
5400
5401 * NEWS: Expand the Pointer Authentication entry.
5402 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5403 (aarch64_frame_unmask_lr): ... to this.
5404 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5405 Call aarch64_frame_unmask_lr.
5406 * frame.c (struct frame_info): Add "masked" variable.
5407 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5408 (fprint_frame): Check for masked pc.
5409 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5410 declarations.
5411 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5412 * stack.c (print_frame): Check for masked pc.
5413
0cf9feb9
TT
54142019-08-06 Tom Tromey <tom@tromey.com>
5415
5416 * stabsread.c (patch_block_stabs, read_one_struct_field)
5417 (read_enum_type): Use obstack_strndup.
5418 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5419 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5420 * dwarf2read.c (guess_full_die_structure_name)
5421 (anonymous_struct_prefix): Use obstack_strndup.
5422 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5423 * c-exp.y (yylex): Use obstack_strndup.
5424 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5425 (write_var_or_type): Use obstack_strndup.
5426
efba19b0
TT
54272019-08-06 Tom Tromey <tom@tromey.com>
5428
5429 * symfile.c (reread_symbols): Use obstack_strdup.
5430 * stabsread.c (read_type): Use obstack_strdup.
5431 * gdb_obstack.h (obstack_strdup): New overload.
5432 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5433 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5434 (dwarf2_canonicalize_name): Use obstack_strdup.
5435 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5436 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5437 Use obstack_strdup.
5438
f25102f7
TT
54392019-08-06 Tom Tromey <tom@tromey.com>
5440
5441 * gdb_obstack.h (obstack_strdup): Define.
5442 * gdb_obstack.c (obstack_strdup): Don't define.
5443
021887d8
TT
54442019-08-06 Tom Tromey <tom@tromey.com>
5445
5446 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5447 obstack_strdup.
5448 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5449 obstack_strdup.
5450 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5451 * stabsread.c (common_block_start): Use obstack_strdup.
5452 * objfiles.c (set_objfile_main_name, objfile): Use
5453 obstack_strdup.
5454 * namespace.c (add_using_directive): Use obstack_strdup.
5455 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5456 * jit.c (finalize_symtab): Use obstack_strdup.
5457 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5458 (guess_partial_die_structure_name, partial_die_info::fixup)
5459 (dwarf2_name): Use obstack_strdup.
5460 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5461 obstack_strdup.
5462 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5463 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5464 obstack_strdup.
5465 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5466
d2834edc
PW
54672019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5468
5469 * unittests/help-doc-selftests.c: New file.
5470 * Makefile.in: Add the new file.
5471
590042fc
PW
54722019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5473
5474 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5475 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5476 the full first line, except when FOR_VALUE_PREFIX. In this case,
5477 the trailing '.' is not output, and the first character is uppercased.
5478 (print_help_for_command): Update call to print_doc_line.
5479 (print_doc_of_command): Likewise.
5480 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5481 * cli/cli-option.c (append_indented_doc): Do not append newline.
5482 (build_help_option): Append newline after first appended_indented_doc
5483 only if a second call is done.
5484 (build_help): Append 2 new lines before each option, except the first
5485 one.
5486 * compile/compile.c (_initialize_compile): Add new lines after
5487 %OPTIONS%, when not at the end of the help.
5488 Change help doc or code
5489 producing the help doc to respect the invariants.
5490 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5491 Also removed the new line after 'Options:', as all other commands
5492 do not put an empty line between 'Options:' and the first option.
5493 * printcmd.c (_initialize_printcmd): Likewise.
5494 * stack.c (_initialize_stack): Likewise.
5495 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5496 incorrectly telling COMMAND is optional.
5497 * ada-lang.c (_initialize_ada_language): Change help doc or code
5498 producing the help doc to respect the invariants.
5499 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5500 * breakpoint.c (_initialize_breakpoint): Likewise.
5501 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5502 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5503 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5504 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5505 _initialize_cli_style): Likewise.
5506 * corelow.c (core_target_info): Likewise.
5507 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5508 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5509 * filesystem.c (_initialize_filesystem): Likewise.
5510 * frame.c (_initialize_frame): Likewise.
5511 * gnu-nat.c (add_task_commands): Likewise.
5512 * infcall.c (_initialize_infcall): Likewise.
5513 * infcmd.c (_initialize_infcmd): Likewise.
5514 * interps.c (_initialize_interpreter): Likewise.
5515 * language.c (_initialize_language): Likewise.
5516 * linux-fork.c (_initialize_linux_fork): Likewise.
5517 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5518 * maint.c (_initialize_maint_cmds): Likewise.
5519 * memattr.c (_initialize_mem): Likewise.
5520 * printcmd.c (_initialize_printcmd): Likewise.
5521 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5522 _RegEx): Likewise.
5523 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5524 * record-btrace.c (_initialize_record_btrace): Likewise.
5525 * record-full.c (_initialize_record_full): Likewise.
5526 * record.c (_initialize_record): Likewise.
5527 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5528 * regcache.c (_initialize_regcache): Likewise.
5529 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5530 _initialize_remote): Likewise.
5531 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5532 * serial.c (_initialize_serial): Likewise.
5533 * skip.c (_initialize_step_skip): Likewise.
5534 * source.c (_initialize_source): Likewise.
5535 * stack.c (_initialize_stack): Likewise.
5536 * symfile.c (_initialize_symfile): Likewise.
5537 * symtab.c (_initialize_symtab): Likewise.
5538 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5539 * top.c (init_main): Likewise.
5540 * tracefile-tfile.c (tfile_target_info): Likewise.
5541 * tracepoint.c (_initialize_tracepoint): Likewise.
5542 * tui/tui-win.c (_initialize_tui_win): Likewise.
5543 * utils.c (add_internal_problem_command): Likewise.
5544 * valprint.c (value_print_option_defs): Likewise.
5545
404f2902
FCE
55462019-08-06 Frank Ch. Eigler <fche@redhat.com>
5547
5548 PR build/24886
5549 * configure.ac: Drop enable-libmcheck support.
5550 * configure, config.in: Rebuild.
5551 * libmcheck.m4: Remove.
5552 * acinclude.m4: Don't include it.
5553 * Makefile.in: Don't distribute it.
5554 * top.c (print_gdb_configuration): Don't mention it.
5555
046bebe1
TT
55562019-08-06 Tom Tromey <tom@tromey.com>
5557
5558 * utils.c (set_output_style): Sometimes pass stream to
5559 emit_style_escape.
5560 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5561 * record-btrace.c (btrace_insn_history): Update.
5562 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5563 method.
5564 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5565 Update initializers.
5566 <m_uiout>: New field.
5567 <m_di>: Move lower.
5568 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5569 Remove "uiout" parameter.
5570 (dump_insns): Update.
5571 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5572 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5573
ddbcedf5
CB
55742019-08-06 Christian Biesinger <cbiesinger@google.com>
5575
5576 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5577 (error_in_psymtab_expansion): Likewise.
5578 (lookup_symbol_via_quick_fns): Likewise.
5579 (basic_lookup_transparent_type_quick): Likewise.
5580 (basic_lookup_transparent_type_1): Likewise.
5581
b08b16c8
TT
55822019-08-06 Tom Tromey <tromey@adacore.com>
5583
5584 * source.c (last_source_error): Now bool.
5585 (print_source_lines_base): Make "noprint" bool. Only open
5586 source file when last_source_visited changes.
5587
cb44333d
TT
55882019-08-06 Tom Tromey <tromey@adacore.com>
5589
5590 * annotate.c (annotate_source_line): Use g_source_cache.
5591 * source-cache.c (source_cache::get_plain_source_lines): Change
5592 parameters. Populate m_offset_cache.
5593 (source_cache::ensure): New method.
5594 (source_cache::get_line_charpos): New method.
5595 (extract_lines): Move lower. Change parameters.
5596 (source_cache::get_source_lines): Move lower.
5597 * source-cache.h (class source_cache): Update comment.
5598 <get_line_charpos>: New method.
5599 <get_source_lines>: Update comment.
5600 <clear>: Clear m_offset_cache.
5601 <get_plain_source_lines>: Change parameters.
5602 <ensure>: New method
5603 <m_offset_cache>: New member.
5604 * source.c (forget_cached_source_info_for_objfile): Update.
5605 (info_source_command): Use g_source_cache.
5606 (find_source_lines, open_source_file_with_line_charpos): Remove.
5607 (print_source_lines_base, search_command_helper): Use g_source_cache.
5608 * source.h (open_source_file_with_line_charpos): Don't declare.
5609 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5610 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5611 Use g_source_cache.
5612
872dceaa
TT
56132019-08-06 Tom Tromey <tromey@adacore.com>
5614
5615 * source-cache.c (source_cache::get_plain_source_lines):
5616 Remove "first_line" and "last_line" parameters.
5617 (source_cache::get_source_lines): Cache plain text.
5618 * source-cache.h (class source_cache)
5619 <get_plain_source_lines>: Update.
5620
269249d9
TT
56212019-08-06 Tom Tromey <tromey@adacore.com>
5622
5623 * source-cache.c (extract_lines): No longer a method.
5624 Changed type of parameter. Include final newline.
5625 (selftests::extract_lines_test): New function.
5626 (_initialize_source_cache): Likewise.
5627 * source-cache.h (class source_cache)
5628 <extract_lines>: Don't declare.
5629
c0e8dcd8
TT
56302019-08-06 Tom Tromey <tromey@adacore.com>
5631
5632 * breakpoint.c (init_breakpoint_sal): Update.
5633 (breakpoint): Update.
5634 * breakpoint.h (struct breakpoint) <filter>: Now a
5635 unique_xmalloc_ptr.
5636
0b27c27d
CB
56372019-08-05 Christian Biesinger <cbiesinger@google.com>
5638
5639 * NEWS: Mention dictionary access on blocks.
5640 * python/py-block.c (blpy_getitem): New function.
5641 (block_object_as_mapping): New struct.
5642 (block_object_type): Use new struct for tp_as_mapping field.
5643
4ee94178
CB
56442019-08-05 Christian Biesinger <cbiesinger@google.com>
5645
5646 * objfiles.h (objfile): Add a comment describing partial symbols.
5647
8abfcabc
TT
56482019-08-05 Tom Tromey <tromey@adacore.com>
5649
5650 * compile/compile.c (_initialize_compile): Use _(), not N_().
5651 * thread.c (_initialize_thread): Use _(), not N_().
5652 * stack.c (_initialize_stack): Use _(), not N_().
5653 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5654
2b79f376
SM
56552019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5656
5657 * dwarf2read.c (struct dw2_symtab_iterator):
5658 <want_specific_block>: Remove.
5659 <block_index>: Change type to gdb::optional.
5660 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5661 change type of BLOCK_INDEX parameter to gdb::optional.
5662 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5663 (dw2_lookup_symbol): Don't pass argument for
5664 WANT_SPECIFIC_BLOCK.
5665 (dw2_expand_symtabs_for_function): Don't pass argument for
5666 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5667 (class dw2_debug_names_iterator)
5668 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5669 parameter, change BLOCK_INDEX type to gdb::optional.
5670 <m_want_specific_block>: Remove.
5671 <m_block_index>: Change type to gdb::optional.
5672 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5673 gdb::optional. Re-write in function of gdb::optional.
5674 (dw2_debug_names_lookup_symbol): Don't pass argument for
5675 WANT_SPECIFIC_BLOCK.
5676 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5677 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5678 BLOCK_INDEX.
5679
ae60f04e
PW
56802019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5681
5682 * NEWS: Mention changes to "info sources" command.
5683
28cd9371
PW
56842019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5685
5686 * symtab.c (filename_partial_match_opts): New struct type.
5687 (struct output_source_filename_data): New members
5688 regexp, c_regexp, partial_match.
5689 (output_source_filename): Use new members to decide to print file.
5690 (info_sources_option_defs): New variable.
5691 (make_info_sources_options_def_group, print_info_sources_header,
5692 info_sources_command_completer):
5693 New functions.
5694 (info_sources_command): Read new optional arguments.
5695 (_initialize_symtab): Update info sources help.
5696
ca683e3a
AO
56972019-08-02 Alexandre Oliva <oliva@adacore.com>
5698
5699 * ada-lang.c (exception_support_info_v0): Renamed from...
5700 (default_exception_support_info): ... this. Create new
5701 definition for v1.
5702 (ada_has_this_exception_support): Look up catch_handlers_sym.
5703 (ada_exception_support_info_sniffer): Try v0 after default.
5704
f1264162
TT
57052019-08-01 Tom Tromey <tromey@adacore.com>
5706
5707 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5708 gdbarch.h.
5709
0a7b2485
CB
57102019-08-01 Christian Biesinger <cbiesinger@google.com>
5711
5712 * s12z-tdep.c: Fix include path for s12z-opc.h.
5713
c6bdbeb7
AH
57142019-08-01 Alan Hayward <alan.hayward@arm.com>
5715
5716 * NEWS: Require GNU make 3.82.
5717
a2bd7b82
TT
57182019-07-16 Tom Tromey <tom@tromey.com>
5719
5720 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5721 declare.
5722
aa3b6533
TT
57232019-07-30 Tom Tromey <tromey@adacore.com>
5724
5725 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5726
a1530dc7
KB
57272019-07-30 Kevin Buettner <kevinb@redhat.com>
5728
5729 * printcmd.c (print_address_symbolic): Print negative offsets.
5730 (build_address_symbolic): Force signed arithmetic when computing
5731 offset.
5732
2906593f
CB
57332019-07-30 Christian Biesinger <cbiesinger@google.com>
5734
5735 PR/24474: Add a function to lookup static variables.
5736 * NEWS: Mention this new function.
5737 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5738 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5739 * python/python.c (python_GdbMethods): Add new function.
5740
c620ed88
CB
57412019-07-29 Christian Biesinger <cbiesinger@google.com>
5742
5743 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5744 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5745 (objfpy_lookup_static_symbol): New function.
5746 (objfile_object_methods): Add new functions.
5747
bc4268a5
PW
57482019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5749
5750 * NEWS: Mention 'set|show print frame-info'. Mention new
5751 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5752 backtrace argument. Mention that python frame filtering code
5753 is now consistent with what 'backtrace' command prints.
5754
4b5e8d19
PW
57552019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5756
5757 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5758 comments.
5759 (print_frame_info_auto, print_frame_info_source_line,
5760 print_frame_info_location, print_frame_info_source_and_location,
5761 print_frame_info_location_and_address, print_frame_info_short_location):
5762 New declarations.
5763 (struct frame_print_options): New member print_frame_info.
5764 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5765 * stack.h (get_user_print_what_frame_info): New declaration.
5766 (frame_show_address): New declaration.
5767 * stack.c (print_frame_arguments_choices): New value 'presence'.
5768 (print_frame_info_auto, print_frame_info_source_line,
5769 print_frame_info_location, print_frame_info_source_and_location,
5770 print_frame_info_location_and_address, print_frame_info_short_location,
5771 print_frame_info_choices, print_frame_info_print_what): New definitions.
5772 (print_frame_args): Only print dots for args if print frame-arguments
5773 is 'presence'.
5774 (frame_print_option_defs): New element for "frame-info".
5775 (get_user_print_what_frame_info): New function.
5776 (frame_show_address): Make non static. Move comment to stack.h.
5777 (print_frame_info_to_print_what): New function.
5778 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5779 to decide what to print.
5780 (backtrace_command_1): Handle the new print_frame_arguments_presence
5781 value.
5782 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5783 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5784 (py_print_frame): In non-mi mode, use LOCATION as default for
5785 print_what, similarly to frame information printed directly by
5786 backtrace command. Handle frame-info user option in non MI mode.
5787
6bdfee81
KB
57882019-07-27 Kevin Buettner <kevinb@redhat.com>
5789
5790 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5791 Add case for debugging 32-bit target on 64-bit host. Revise
5792 comment.
5793
98a617f8
KB
57942019-07-27 Kevin Buettner <kevinb@redhat.com>
5795
5796 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5797 instead of find_function_entry_range_from_pc.
5798
567238c9
KB
57992019-07-27 Kevin Buettner <kevinb@redhat.com>
5800
5801 * stack.c (find_frame_funname): Remove code which preferred
5802 minsym over symtab sym in "certain pathological cases".
5803
2dc80cf8
KB
5804 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5805 parameter. Change type of "do_demangle" to bool.
5806 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5807 Pass suitable "prefer_sym_over_minsym" flag to
5808 build_address_symbolic(). Don't output "+" for negative offsets.
5809 * printcmd.c (print_address_symbolic): Update invocation of
5810 build_address_symbolic to include a "prefer_sym_over_minsym"
5811 flag.
5812 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5813 Restrict cases in which use of minimal symbol is preferred to that
5814 of a found symbol. Update comments.
5815
1aff7173
KB
5816 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5817 for entry pc when entry pc is out of range for that FDE.
5818
89b085ac
BC
58192019-07-26 Brian Callahan <bcallah@openbsd.org>
5820
5821 PR gdb/24839:
5822 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5823 type.
5824
f32feb4a
CB
58252019-07-25 Christian Biesinger <cbiesinger@google.com>
5826
5827 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5828 this function's Python signature.
5829
5830
58312019-07-24 Christian Biesinger <cbiesinger@google.com>
442853af
CB
5832
5833 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5834 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5835 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5836 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5837 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5838
5839
c54e4253
YS
58402019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5841
5842 * h8300-tdep.c (h8300_register_name_common): New.
5843 h8300_register_name): Use h8300_register_name_common.
5844 (h8300s_register_name): Likewise.
5845 (h8300sx_register_name): Likewise.
5846 (h8300h_register_nam): New.
5847 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5848
5849
40eadf04
SP
58502019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5851
5852 * arm-tdep.c (arm_skip_cmse_entry): New function.
5853 (arm_is_sgstubs_section): New function.
5854 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5855
bfa2a36d
TT
58562019-07-22 Tom Tromey <tom@tromey.com>
5857
5858 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5859 Don't self-assign.
5860
a8e9d247
AB
58612019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5862
5863 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5864 type_print.
5865
eb86c5e2
AB
58662019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5867
5868 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5869 so that GDB doesn't match any msymbols when searching in the
5870 TYPES_DOMAIN.
5871 (print_symbol_info): Print using typedef_print or type_print based
5872 on the type of the symbol. Add updated FIXME comment moved from...
5873 (_initialize_symtab): ... move and update FIXME comment to above.
5874
a8eab7c6
AB
58752019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5876
5877 * NEWS: Mention adding -q option to "info types".
5878 * symtab.c (struct info_types_options): New struct.
5879 (info_types_options_defs): New variable.
5880 (make_info_types_options_def_group): New function.
5881 (info_types_command): Use gdb::option framework to parse options.
5882 (info_types_command_completer): New function.
5883 (_initialize_symtab): Extend the help text on "info types" and
5884 register command completer.
5885
b4603c34
CB
58862019-07-21 Christian Biesinger <cbiesinger@google.com>
5887
5888 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5889 (lookup_symbol_in_objfile): Change int to block_enum and add a
5890 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5891
c8cdc1e0
CB
58922019-07-20 Christian Biesinger <cbiesinger@google.com>
5893
5894 * MAINTAINERS (Write After Approval): Add self.
5895
01e175fe
AB
58962019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5897
5898 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5899 instruction to the dummy code region.
5900
56f79b63
TT
59012019-07-19 Tom Tromey <tromey@adacore.com>
5902
5903 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5904 (ARGSUSED, PARAMS, __func__): Remove rules.
5905
4c5aa8e0
AH
59062019-07-19 Alan Hayward <alan.hayward@arm.com>
5907
5908 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5909 * features/arm/arm-with-iwmmxt.c: Remove.
5910 * features/arm/arm-with-iwmmxt.xml: Remove.
5911 * features/arm/arm-with-m-fpa-layout.c: Remove.
5912 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5913 * features/arm/arm-with-m-vfp-d16.c: Remove.
5914 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5915 * features/arm/arm-with-m.c: Remove.
5916 * features/arm/arm-with-m.xml: Remove.
5917 * features/arm/arm-with-neon.c: Remove.
5918 * features/arm/arm-with-neon.xml: Remove.
5919 * features/arm/arm-with-vfpv2.c: Remove.
5920 * features/arm/arm-with-vfpv2.xml: Remove.
5921 * features/arm/arm-with-vfpv3.c: Remove.
5922 * features/arm/arm-with-vfpv3.xml: Remove.
5923
f42b2617
AH
59242019-07-19 Alan Hayward <alan.hayward@arm.com>
5925
5926 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5927
f29ec966
AH
59282019-07-19 Alan Hayward <alan.hayward@arm.com>
5929
5930 * arch/aarch32.c (aarch32_create_target_description): Create
5931 target descriptions using features.
5932 * arch/arm.c (arm_create_target_description)
5933 (arm_create_mprofile_target_description): Likewise.
5934 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5935
d105cce5
AH
59362019-07-19 Alan Hayward <alan.hayward@arm.com>
5937
5938 * Makefile.in: Add new files.
5939 * aarch32-tdep.c: New file.
5940 * aarch32-tdep.h: New file.
5941 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5942 Call aarch32_read_description.
5943 * arch/aarch32.c: New file.
5944 * arch/aarch32.h: New file.
5945 * arch/arm.c (arm_create_target_description)
5946 (arm_create_mprofile_target_description): New function.
5947 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5948 (arm_create_target_description)
5949 (arm_create_mprofile_target_description): New declaration.
5950 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5951 read_description functions.
5952 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5953 Likewise.
5954 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5955 * arm-tdep.c (tdesc_arm_list): New variable.
5956 (arm_register_g_packet_guesses): Call create description functions.
5957 (arm_read_description) (arm_read_mprofile_description): New
5958 function.
5959 * arm-tdep.h (arm_read_description)
5960 (arm_read_mprofile_description): Add declaration.
5961 * configure.tgt: Add new files.
5962
afe09f0b
GL
59632019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5964
5965 * top.c (new_ui_command): Open specified terminal just once.
5966
cd215b2e
TT
59672019-07-18 Tom Tromey <tromey@adacore.com>
5968
5969 * symtab.c (main_name): Constify return type.
5970 * symfile.c (set_initial_language): Update.
5971 * symtab.h (main_name): Constify return type.
5972
d8f68fcb
TT
59732019-07-17 Tom Tromey <tom@tromey.com>
5974
5975 * tui/tui-winsource.c (tui_update_source_window)
5976 (tui_update_source_window_as_is)
5977 (tui_update_source_windows_with_line): Remove return.
5978 * tui/tui-disasm.c (tui_show_disassem)
5979 (tui_show_disassem_and_update_source): Remove return.
5980 * tui/tui.c (tui_reset): Remove return.
5981 * tui/tui-wingeneral.c
5982 (tui_check_and_display_highlight_if_needed): Remove return.
5983
ca5af91e
TT
59842019-07-17 Tom Tromey <tom@tromey.com>
5985
5986 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5987
5104fe36
TT
59882019-07-17 Tom Tromey <tom@tromey.com>
5989
5990 * tui/tui-winsource.h (struct tui_exec_info_window)
5991 (struct tui_source_window_base): Move from tui-data.h.
5992 * tui/tui-winsource.c: Move many method definitions from
5993 elsewhere. Remove "structuring" comments.
5994 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5995 (tui_source_window_base::refresh_window): Move to
5996 tui-winsource.c.
5997 * tui/tui-win.c (tui_source_window_base::refresh_all)
5998 (tui_source_window_base::update_tab_width)
5999 (tui_source_window_base::set_new_height)
6000 (tui_source_window_base::do_make_visible_with_new_height): Move to
6001 tui-winsource.c.
6002 * tui/tui-source.h: Update.
6003 * tui/tui-source.c (tui_source_window_base::reset): Move to
6004 tui-winsource.c.
6005 * tui/tui-disasm.h: Update.
6006 * tui/tui-data.h (struct tui_exec_info_window): Move to
6007 tui-winsource.h.
6008 (struct tui_source_window_base): Likewise.
6009 * tui/tui-data.c (tui_source_window_base::clear_detail)
6010 (tui_source_window_base, ~tui_source_window_base): Move to
6011 tui-winsource.c.
6012
daa15dde
TT
60132019-07-17 Tom Tromey <tom@tromey.com>
6014
6015 * tui/tui-win.c (tui_resize_all)
6016 (tui_source_window_base::update_tab_width)
6017 (tui_adjust_win_heights): Update.
6018 (tui_win_info::make_invisible_and_set_new_height): Rename from
6019 make_invisible_and_set_new_height.
6020 * tui/tui-data.h (struct tui_win_info)
6021 <make_invisible_and_set_new_height>: New method.
6022
bfad4537
TT
60232019-07-17 Tom Tromey <tom@tromey.com>
6024
6025 * tui/tui.c: Update.
6026 * tui/tui-source.h (struct tui_source_window): Move from
6027 tui-data.h.
6028 * tui/tui-layout.c: Update.
6029 * tui/tui-disasm.c: Update.
6030 * tui/tui-data.h (struct tui_source_window): Move to
6031 tui-source.h.
6032
88f7e873
TT
60332019-07-17 Tom Tromey <tom@tromey.com>
6034
6035 * tui/tui-disasm.h (struct tui_disasm_window): Move from
6036 tui-data.h.
6037 * tui/tui-data.h (struct tui_disasm_window): Move to
6038 tui-disasm.h.
6039
96bd6233
TT
60402019-07-17 Tom Tromey <tom@tromey.com>
6041
6042 * tui/tui-regs.h (struct tui_data_item_window): Move from
6043 tui-data.h.
6044 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
6045 * tui/tui-data.h (struct tui_data_item_window): Move to
6046 tui-regs.h.
6047 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
6048
ce38393b
TT
60492019-07-17 Tom Tromey <tom@tromey.com>
6050
6051 * tui/tui.c: Update.
6052 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
6053 (tui_cmd_window::max_height): Move to tui-command.c.
6054 * tui/tui-layout.c: Update.
6055 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
6056 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
6057 tui-command.c.
6058 * tui/tui-command.h (struct tui_cmd_window): Move from
6059 tui-data.h.
6060 * tui/tui-command.c: Remove "structuring" comments.
6061 (tui_cmd_window::clear_detail)
6062 (tui_cmd_window::do_make_visible_with_new_height)
6063 (tui_cmd_window::max_height): Move from elsewhere.
6064
2d8b51cb
TT
60652019-07-17 Tom Tromey <tom@tromey.com>
6066
6067 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
6068 Now static.
6069 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
6070 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
6071
18ab23af
TT
60722019-07-17 Tom Tromey <tom@tromey.com>
6073
6074 * tui/tui.c: Update.
6075 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
6076 tui-regs.c.
6077 * tui/tui-windata.h: Remove file.
6078 * tui/tui-windata.c: Remove file.
6079 * tui/tui-win.c (tui_data_window::set_new_height)
6080 (tui_data_window::do_make_visible_with_new_height): Move to
6081 tui-regs.c.
6082 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
6083 * tui/tui-regs.c: Remove "structuring" comments.
6084 (tui_data_window::first_data_item_displayed)
6085 (tui_data_window::delete_data_content_windows)
6086 (tui_data_window::erase_data_content)
6087 (tui_data_window::display_all_data)
6088 (tui_data_window::refresh_all)
6089 (tui_data_window::do_scroll_vertical)
6090 (tui_data_window::clear_detail, tui_data_window::set_new_height)
6091 (tui_data_window::do_make_visible_with_new_height)
6092 (tui_data_window::refresh_window): Move from elsewhere.
6093 (_initialize_tui_regs): Move to end of file.
6094 * tui/tui-layout.c: Update.
6095 * tui/tui-hooks.c: Update.
6096 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
6097 * tui/tui-data.c (tui_data_window::clear_detail): Move to
6098 tui-regs.c.
6099 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
6100
88b7e7cc
TT
61012019-07-17 Tom Tromey <tom@tromey.com>
6102
6103 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
6104 seen.
6105
0fcd3711
TT
61062019-07-17 Tom Tromey <tom@tromey.com>
6107
6108 * tui/tui-win.c (tui_source_window_base::set_new_height)
6109 (tui_source_window_base::do_make_visible_with_new_height): Use
6110 m_has_locator field directly.
6111 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
6112 method.
6113 (struct tui_source_window_base) <has_locator>: Likewise.
6114
4a38112d
TT
61152019-07-17 Tom Tromey <tom@tromey.com>
6116
6117 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
6118 Don't declare.
6119 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
6120 Remove.
6121 * tui/tui-win.c (tui_source_window_base::set_new_height)
6122 (tui_source_window_base::set_new_height)
6123 (make_invisible_and_set_new_height)
6124 (tui_source_window_base::do_make_visible_with_new_height)
6125 (tui_source_window_base::do_make_visible_with_new_height):
6126 Update.
6127 * tui/tui-layout.c (show_source_disasm_command, show_data)
6128 (show_source_or_disasm_and_command): Update.
6129 * tui/tui-layout.c (show_layout): Update.
6130
09129226
TT
61312019-07-17 Tom Tromey <tom@tromey.com>
6132
6133 * tui/tui-layout.c (make_data_window): Remove.
6134 (show_data): Unify creation and re-initialization cases.
6135
4a8a5e84
TT
61362019-07-17 Tom Tromey <tom@tromey.com>
6137
6138 * tui/tui-layout.c (make_source_window, make_disasm_window):
6139 Remove.
6140 (show_data): Unify creation and re-initialization cases.
6141
76d2be8e
TT
61422019-07-17 Tom Tromey <tom@tromey.com>
6143
6144 * tui/tui-layout.c (make_command_window): Remove.
6145 (show_source_disasm_command, show_source_or_disasm_and_command):
6146 Unify creation and re-initialization cases.
6147
890b8bde
TT
61482019-07-17 Tom Tromey <tom@tromey.com>
6149
6150 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
6151 creation and re-initialization cases.
6152
2cdfa113
TT
61532019-07-17 Tom Tromey <tom@tromey.com>
6154
6155 * tui/tui-regs.c (tui_get_register): Return void.
6156
8e3cfd09
TT
61572019-07-17 Tom Tromey <tom@tromey.com>
6158
6159 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
6160 Simplify.
6161
f4e04977
TT
61622019-07-17 Tom Tromey <tom@tromey.com>
6163
6164 * tui/tui-layout.c (show_source_disasm_command): Simplify window
6165 resetting.
6166
0379b883
TT
61672019-07-17 Tom Tromey <tom@tromey.com>
6168
6169 * tui/tui.h (tui_set_layout_by_name): Don't declare.
6170 * tui/tui-regs.c (tui_reg_layout): New function.
6171 (tui_show_registers, tui_reg_command): Use it.
6172 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
6173 (tui_layout_command): Rename from tui_set_layout_by_name. Change
6174 parameters.
6175 (tui_layout_command): Remove.
6176
b7fbad91
TT
61772019-07-17 Tom Tromey <tom@tromey.com>
6178
6179 * tui/tui-layout.h (tui/tui-layout): Return void.
6180 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
6181
4e1e56b9
TT
61822019-07-17 Tom Tromey <tom@tromey.com>
6183
6184 * tui/tui-layout.c (show_source_disasm_command, show_data):
6185 Update.
6186 (reset_locator): Remove.
6187 (show_source_or_disasm_and_command): Update.
6188
1e0c09ba
TT
61892019-07-17 Tom Tromey <tom@tromey.com>
6190
6191 * tui/tui-source.c (tui_source_window_base::reset): Remove
6192 win_type parameter.
6193 * tui/tui-layout.c (make_command_window, make_source_window)
6194 (make_disasm_window, make_data_window)
6195 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6196 (reset_locator, show_source_or_disasm_and_command): Update.
6197 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6198 win_type parameter.
6199 (struct tui_source_window_base) <reset>: Likewise.
6200
1bf605de
TT
62012019-07-17 Tom Tromey <tom@tromey.com>
6202
6203 * tui/tui-layout.c (show_source_disasm_command): Use
6204 reset_locator.
6205 (reset_locator): New function.
6206 (init_and_make_win): Remove.
6207 (show_source_or_disasm_and_command): Use reset_locator.
6208
098f9ed4
TT
62092019-07-17 Tom Tromey <tom@tromey.com>
6210
6211 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6212 condition.
6213 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6214 Remove condition.
6215 * tui/tui-source.c (tui_source_window_base::reset): New method.
6216 * tui/tui-layout.c (make_command_window): Don't call
6217 init_and_make_win.
6218 (make_source_window, make_disasm_window): Don't call
6219 make_source_or_disasm_window.
6220 (make_data_window): Don't call init_and_make_win. Change calling
6221 convention.
6222 (show_source_disasm_command, show_data): Simplify.
6223 (make_source_or_disasm_window): Remove.
6224 (show_source_or_disasm_and_command): Simplify.
6225 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6226 (struct tui_source_window_base) <reset>: Likewise.
6227 <execution_info>: Remove initializer.
6228 * tui/tui-data.c (tui_source_window_base): Initialize
6229 execution_info.
6230
80110957
TT
62312019-07-17 Tom Tromey <tom@tromey.com>
6232
6233 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6234 variable.
6235
cf82af05
TT
62362019-07-17 Tom Tromey <tom@tromey.com>
6237
6238 * tui/tui.c (tui_rl_other_window): Update.
6239 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6240 superclass method first. Always iterate over regs_content.
6241 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6242 method.
6243 * tui/tui-win.c (tui_set_focus_command): Update.
6244
01aeb396
TT
62452019-07-17 Tom Tromey <tom@tromey.com>
6246
6247 * tui/tui-win.c (tui_set_focus_command): Rename from
6248 tui_set_focus. Call tui_enable.
6249 (tui_set_focus_command): Remove.
6250
fd6c75ee
TT
62512019-07-17 Tom Tromey <tom@tromey.com>
6252
6253 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6254 refresh_window.
6255 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6256 touchwin.
6257 (tui_data_window::refresh_window): Call refresh_window on data
6258 items. Always call superclass refresh_window.
6259 (tui_win_info::refresh): Remove.
6260 (tui_source_window_base::refresh_window): Update.
6261 (tui_refresh_all): Update.
6262 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6263 refresh_window.
6264 (show_source_or_disasm_and_command): Likewise.
6265 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6266 (struct tui_source_window_base) <refresh>: Likewise.
6267
f6cc34a9
TT
62682019-07-17 Tom Tromey <tom@tromey.com>
6269
6270 * tui/tui-winsource.c (tui_clear_source_content)
6271 (tui_show_source_content): Update.
6272 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6273 whether content is empty.
6274 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6275 Remove.
6276
f31ec9af
TT
62772019-07-17 Tom Tromey <tom@tromey.com>
6278
6279 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6280 window's contents.
6281 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6282 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6283
d1b6f1e5
TT
62842019-07-17 Tom Tromey <tom@tromey.com>
6285
6286 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6287 (struct tui_data_item_window): Update.
6288
d9743a13
TT
62892019-07-17 Tom Tromey <tom@tromey.com>
6290
6291 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6292 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6293 defines.
6294
caf0bc4e
TT
62952019-07-17 Tom Tromey <tom@tromey.com>
6296
6297 * tui/tui-winsource.h (tui_erase_source_content)
6298 (tui_clear_source_content): Remove "display_prompt" parameter.
6299 * tui/tui-winsource.c (tui_update_source_window_as_is)
6300 (tui_update_source_windows_with_addr): Update.
6301 (tui_clear_source_content): Remove "display_prompt" parameter.
6302 (tui_erase_source_content): Likewise. Simplify.
6303 (tui_show_source_content): Update.
6304 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6305 * tui/tui-stack.c (tui_show_frame_info): Update.
6306 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6307 Remove defines.
6308
9d391078
TT
63092019-07-17 Tom Tromey <tom@tromey.com>
6310
6311 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6312 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6313 parameter.
6314 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6315 parameter.
6316
a38da35d
TT
63172019-07-17 Tom Tromey <tom@tromey.com>
6318
6319 * tui/tui-winsource.c (tui_clear_source_content)
6320 (tui_show_source_content, tui_show_exec_info_content)
6321 (tui_clear_exec_info_content): Update.
6322 * tui/tui-stack.c (tui_show_locator_content): Update.
6323 (tui_show_frame_info): Update.
6324 * tui/tui-source.h (tui_source_window): Don't declare.
6325 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6326 from tui_source_is_displayed.
6327 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6328 Remove field.
6329 (struct tui_source_window_base) <content_in_use>: New field. Now
6330 bool.
6331 (struct tui_source_window) <showing_source_p>: New method.
6332 (TUI_SRC_WIN): Change cast.
6333 * tui/tui-data.c (tui_initialize_static_data): Update.
6334
c2cd8994
TT
63352019-07-17 Tom Tromey <tom@tromey.com>
6336
6337 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6338 location_matches_p.
6339 * tui/tui-source.c (tui_source_window::location_matches_p): New
6340 method.
6341 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6342 method.
6343 * tui/tui-data.h (struct tui_source_window_base)
6344 <location_matches_p>: New method.
6345 (struct tui_source_window, struct tui_disasm_window)
6346 <location_matches_p>: Likewise.
6347
4dde7b34
TT
63482019-07-17 Tom Tromey <tom@tromey.com>
6349
6350 * tui/tui-win.c (tui_set_win_height_command): Rename from
6351 tui_set_win_height.
6352 (tui_set_win_height_command): Remove.
6353
b73dd877
TT
63542019-07-17 Tom Tromey <tom@tromey.com>
6355
6356 * tui/tui-source.c (tui_source_window): New constructor. Add
6357 observer.
6358 (~tui_source_window): New destructor.
6359 (tui_source_window::style_changed): New method.
6360 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6361 (tui_attach_detach_observers): Update.
6362 * tui/tui-data.h (struct tui_source_window): Make constructor not
6363 inline. Add destructor.
6364 (struct tui_source_window) <style_changed>: New method.
6365 <m_observable>: New member.
6366
ae2b5380
TT
63672019-07-17 Tom Tromey <tom@tromey.com>
6368
6369 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6370 * tui/tui-win.c (tui_resize_all): Fix typo.
6371
1ce3e844
TT
63722019-07-17 Tom Tromey <tom@tromey.com>
6373
6374 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6375 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6376 (tui_refresh_all): Remove "list" parameter. Use foreach.
6377 * tui/tui-win.c (window_name_completer): Use foreach.
6378 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6379 (update_tab_width): Likewise.
6380 * tui/tui-layout.c (show_layout): Update.
6381 * tui/tui-data.h (class tui_window_iterator): New.
6382 (struct all_tui_windows): New.
6383 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6384
fe3eaf1c
TT
63852019-07-17 Tom Tromey <tom@tromey.com>
6386
6387 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6388 parameter. Don't reference globals.
6389 (tui_reg_command): Update.
6390
368c1354
TT
63912019-07-17 Tom Tromey <tom@tromey.com>
6392
6393 * tui/tui-regs.c (tui_show_registers): Simplify.
6394
e80cd204
TT
63952019-07-17 Tom Tromey <tom@tromey.com>
6396
6397 * tui/tui-regs.c (tui_show_registers): Update.
6398 (tui_show_register_group): Add win_info parameter.
6399
aca2dd16
TT
64002019-07-17 Tom Tromey <tom@tromey.com>
6401
6402 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6403 Rename from tui_display_reg_element_at_line.
6404 (tui_data_window::display_registers_from_line): Update.
6405 * tui/tui-data.h (struct tui_data_window)
6406 <display_reg_element_at_line>: New method.
6407
517e9505
TT
64082019-07-17 Tom Tromey <tom@tromey.com>
6409
6410 * tui/tui-regs.h (tui_display_registers_from)
6411 (tui_display_registers_from_line): Don't declare.
6412 * tui/tui-windata.c (tui_data_window::display_all_data)
6413 (tui_data_window::refresh_all)
6414 (tui_data_window::do_scroll_vertical): Update.
6415 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6416 from tui_display_registers_from.
6417 (tui_display_reg_element_at_line): Update.
6418 (tui_data_window::display_registers_from_line): Rename from
6419 tui_display_registers_from_line.
6420 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6421 display_registers_from_line>: New methods.
6422
f76d8b19
TT
64232019-07-17 Tom Tromey <tom@tromey.com>
6424
6425 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6426 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6427 from tui_erase_data_content.
6428 (tui_data_window::display_all_data)
6429 (tui_data_window::refresh_all)
6430 (tui_data_window::do_scroll_vertical): Update.
6431 * tui/tui-regs.c (tui_show_registers): Update.
6432 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6433 New method.
6434
b4094625
TT
64352019-07-17 Tom Tromey <tom@tromey.com>
6436
6437 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6438 declare.
6439 * tui/tui-windata.c
6440 (tui_data_window::delete_data_content_windows): Rename from
6441 tui_delete_data_content_windows.
6442 (tui_data_window::display_all_data)
6443 (tui_data_window::do_scroll_vertical): Update.
6444 * tui/tui-data.h (struct tui_data_window)
6445 <delete_data_content_windows>: New method.
6446
c223a729
TT
64472019-07-17 Tom Tromey <tom@tromey.com>
6448
6449 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6450 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6451
50daf268
TT
64522019-07-17 Tom Tromey <tom@tromey.com>
6453
6454 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6455 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6456 from tui_display_all_data.
6457 * tui/tui-win.c
6458 (tui_data_window::do_make_visible_with_new_height): Update.
6459 * tui/tui-regs.c (tui_show_registers): Update.
6460 * tui/tui-layout.c (tui_set_layout): Update.
6461 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6462 method.
6463
df5f8cab
TT
64642019-07-17 Tom Tromey <tom@tromey.com>
6465
6466 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6467 * tui/tui-windata.c (tui_display_data_from): Remove.
6468 (tui_data_window::refresh_all): Update.
6469
80cb6c27
TT
64702019-07-17 Tom Tromey <tom@tromey.com>
6471
6472 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6473 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6474 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6475 tui_display_registers_from_line.
6476 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6477 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6478 "force_display" parameter.
6479
baff0c28
TT
64802019-07-17 Tom Tromey <tom@tromey.com>
6481
6482 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6483 declare.
6484 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6485 Rename from tui_first_reg_element_no_inline.
6486 (tui_display_reg_element_at_line)
6487 (tui_display_registers_from_line): Update.
6488 * tui/tui-data.h (struct tui_data_window)
6489 <first_reg_element_no_inline>: New method.
6490
3b23c5f2
TT
64912019-07-17 Tom Tromey <tom@tromey.com>
6492
6493 * tui/tui-windata.c (tui_display_data_from)
6494 (tui_data_window::do_scroll_vertical): Update.
6495 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6496 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6497 Rename from tui_line_from_reg_element_no.
6498 (tui_display_registers_from_line): Update.
6499 * tui/tui-data.h (struct tui_data_window)
6500 <line_from_reg_element_no>: New method.
6501
0b5ec218
TT
65022019-07-17 Tom Tromey <tom@tromey.com>
6503
6504 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6505 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6506 tui_last_regs_line_no.
6507 (tui_display_reg_element_at_line)
6508 (tui_display_registers_from_line): Update.
6509 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6510 method.
6511
0807ab7b
TT
65122019-07-17 Tom Tromey <tom@tromey.com>
6513
6514 PR tui/24722:
6515 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6516 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6517 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6518 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6519 (tui_update_breakpoint_info): Likewise.
6520 * tui/tui-hooks.c (tui_event_create_breakpoint)
6521 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6522 Update.
6523
9ad7fdef
TT
65242019-07-17 Tom Tromey <tom@tromey.com>
6525
6526 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6527
5813316f
TT
65282019-07-17 Tom Tromey <tom@tromey.com>
6529
6530 * tui/tui-winsource.c (tui_update_source_window_as_is)
6531 (tui_update_source_windows_with_addr): Update.
6532 * tui/tui-source.h (tui_set_source_content)
6533 (tui_show_symtab_source): Add "win_info" parameter.
6534 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6535 parameter.
6536 (tui_show_symtab_source): Likewise.
6537
00e264e7
TT
65382019-07-17 Tom Tromey <tom@tromey.com>
6539
6540 * tui/tui-wingeneral.c
6541 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6542
06210ce4
TT
65432019-07-17 Tom Tromey <tom@tromey.com>
6544
6545 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6546 (struct tui_cmd_window) <can_scroll>: New method.
6547 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6548 method.
6549
381befee
TT
65502019-07-17 Tom Tromey <tromey@adacore.com>
6551
6552 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6553 do_field_signed>: Rename. Change type of "value".
6554 * ui-out.c (ui_out::field_signed): Rename from field_int.
6555 Change type of "value".
6556 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6557 type of "value".
6558 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6559 do_field_int. Change type of "value".
6560 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6561 do_field_int. Change type of "value".
6562 * tracepoint.c (trace_status_mi, tfind_1)
6563 (print_one_static_tracepoint_marker): Update.
6564 * thread.c (print_thread_info_1, print_selected_thread_frame):
6565 Update.
6566 * stack.c (print_frame, print_frame_info): Update.
6567 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6568 Update.
6569 * source.c (print_source_lines_base): Update.
6570 * skip.c (info_skip_command): Update.
6571 * record-btrace.c (btrace_ui_out_decode_error)
6572 (btrace_call_history_src_line): Update.
6573 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6574 Update.
6575 * progspace.c (print_program_space): Update.
6576 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6577 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6578 do_field_int. Change type of "value".
6579 * mi/mi-out.c (mi_ui_out::do_table_begin)
6580 (mi_ui_out::do_table_header): Update.
6581 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6582 type of "value".
6583 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6584 (mi_cmd_data_list_changed_registers, output_register)
6585 (mi_cmd_data_read_memory, mi_load_progress)
6586 (mi_cmd_trace_frame_collected): Update.
6587 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6588 Update.
6589 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6590 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6591 (mi_cmd_var_list_children, varobj_update_one): Update.
6592 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6593 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6594 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6595 * inferior.c (print_inferior): Update.
6596 * gdb_bfd.c (print_one_bfd): Update.
6597 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6598 Update.
6599 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6600 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6601 do_field_int. Change type of "value".
6602 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6603 do_field_int. Change type of "value".
6604 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6605 (print_one_breakpoint_location, print_it_catch_fork)
6606 (print_one_catch_fork, print_it_catch_vfork)
6607 (print_one_catch_vfork, print_it_catch_solib)
6608 (print_it_catch_exec, print_it_ranged_breakpoint)
6609 (print_mention_watchpoint, print_mention_masked_watchpoint)
6610 (bkpt_print_it, update_static_tracepoint): Update.
6611 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6612 * break-catch-syscall.c (print_it_catch_syscall): Update.
6613 * ada-tasks.c (print_ada_task_info): Update.
6614 * ada-lang.c (print_it_exception, print_mention_exception):
6615 Update.
6616
6b78c3f8
AB
66172019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6618
6619 PR breakpoints/24541
6620 * gdbarch.c: Regenerate.
6621 * gdbarch.h: Regenerate.
6622 * gdbarch.sh: Adjust return type and parameter types for
6623 'stap_adjust_register'.
6624 (i386_stap_adjust_register): Adjust signature and return new
6625 register name.
6626 * stap-probe.c (stap_parse_register_operand): Adjust use of
6627 'gdbarch_stap_adjust_register'.
6628
d72a9b85
TT
66292019-07-17 Tom Tromey <tromey@adacore.com>
6630
6631 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6632 declare VEC.
6633 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6634 std::vector.
6635 (struct s390_process_info): Add initializers.
6636 (s390_add_process): Use new.
6637 (s390_linux_nat_target::low_forget_process): Use delete.
6638 (s390_linux_nat_target::low_new_fork)
6639 (s390_linux_nat_target::stopped_by_watchpoint)
6640 (s390_linux_nat_target::low_prepare_to_resume)
6641 (s390_linux_nat_target::insert_watchpoint)
6642 (s390_linux_nat_target::insert_hw_breakpoint)
6643 (s390_linux_nat_target::remove_watchpoint)
6644 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6645
206e6c58
JB
66462019-07-16 John Baldwin <jhb@FreeBSD.org>
6647
6648 * aarch64-fbsd-nat.c: Include regcache.h.
6649 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6650 argument.
6651 (aarch64_fbsd_nat_target::fetch_registers)
6652 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6653 variable.
6654 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6655
cbde90f2
JB
66562019-07-16 John Baldwin <jhb@FreeBSD.org>
6657
6658 * fbsd-nat.c: Include gdbarch.h.
6659
07128006
TT
66602019-07-15 Tom Tromey <tromey@adacore.com>
6661
6662 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6663
1f77b012
TT
66642019-07-15 Tom Tromey <tromey@adacore.com>
6665
6666 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6667 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6668 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6669 * cli-out.c (cli_ui_out::do_field_int): New method.
6670 * ui-out.c (ui_out::field_unsigned): New method.
6671 * symfile.c (generic_load): Use field_unsigned.
6672 (print_transfer_performance): Likewise.
6673 * record-btrace.c (ui_out_field_uint): Remove.
6674 (btrace_call_history_insn_range, btrace_call_history): Use
6675 field_unsigned.
6676 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6677 field_unsigned.
6678 * ui-out.h (class ui_out) <field_unsigned>: New method.
6679 <do_field_unsigned>: Likewise.
6680
33eca680
TT
66812019-07-15 Tom Tromey <tromey@adacore.com>
6682
6683 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6684 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6685 * target.c (flash_erase_command): Use field_string.
6686 * infrun.c (print_signal_received_reason): Use field_string.
6687 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6688 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6689 field_string.
6690 * ada-tasks.c (print_ada_task_info): Use field_string.
6691
ca8d69be
TT
66922019-07-15 Tom Tromey <tromey@adacore.com>
6693
6694 * target.c (flash_erase_command): Use field_core_addr.
6695 * symfile.c (generic_load): Use field_core_addr.
6696 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6697 Use field_core_addr.
6698 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6699 field_core_addr.
6700
0d4e84ed
AB
67012019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6702
6703 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6704 value if its desired type is smaller than a CORE_ADDR and signed.
6705
9a49df9d
AB
67062019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6707
6708 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6709 of changes to field names, and use new is_reference field to
6710 decide if a property is a reference or not.
6711 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6712 field.
6713 (struct dwarf2_property_baton): Update header comment, rename
6714 'referenced_type' to 'property_type' and update comments.
6715 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6716 default property type, store in property baton, update to take
6717 accound of renamed field.
6718 (read_func_scope): Update call to attr_to_dynamic_prop.
6719 (read_array_type): Likewise.
6720 (dwarf2_per_cu_addr_sized_int_type): New function.
6721 (read_subrange_index_type): Move type finding code to
6722 dwarf2_per_cu_addr_sized_int_type.
6723 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6724 (dwarf2_per_cu_addr_type): New function.
6725 (set_die_type): Update calls to attr_to_dynamic_prop.
6726
b86352cf
AB
67272019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6728
6729 * dwarf2read.c (read_subrange_index_type): New function.
6730 (read_subrange_type): Move code into new function and call it.
6731 * gdbtypes.c (create_range_type): Add some asserts.
6732
603490bf
AB
67332019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6734
6735 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6736 update return statements.
6737 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6738 declaration, and update comment to match.
6739 * gdbtypes.c (resolve_dynamic_array): Update call to
6740 dwarf2_evaluate_property to match new return type.
6741
592f9d27
AB
67422019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6743
6744 * valarith.c (value_subscripted_rvalue): Change lowerbound
6745 parameter type from int to LONGEST.
6746 * value.h (value_subscripted_rvalue): Likewise in declaration.
6747
60cfcb20
AB
67482019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6749
6750 * cli/cli-utils.c (info_print_command_completer): New function.
6751 * cli/cli-utils.h: Add 'completer.h' include, and forward
6752 declaration for 'struct cmd_list_element'.
6753 (info_print_command_completer): Declare.
6754 * stack.c (_initialize_stack): Add completer for 'info locals' and
6755 'info args'.
6756 * symtab.c (_initialize_symtab): Add completer for 'info
6757 variables' and 'info functions'.
6758 * NEWS: Mention completion for additional info commands.
6759
b16507e0
AB
67602019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6761
6762 * cli/cli-utils.c (extract_info_print_args): Delete.
6763 (extract_arg_maybe_quoted): Delete.
6764 (info_print_options_defs): New variable.
6765 (make_info_print_options_def_group): New function.
6766 (extract_info_print_options): Define new function.
6767 * cli/cli-utils.h (extract_info_print_args): Delete.
6768 (struct info_print_options): New structure.
6769 (extract_info_print_options): Declare new function.
6770 * stack.c (info_locals_command): Update to use new
6771 extract_info_print_options, also add a header comment.
6772 (info_args_command): Likewise.
6773 * symtab.c (info_variables_command): Likewise.
6774 (info_functions_command): Likewise.
6775
021d8588
AB
67762019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6777
6778 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6779 to extract string arguments.
6780 * common/common-utils.c (extract_string_maybe_quoted): New function.
6781 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6782
b777eb6d
TT
67832019-07-11 Tom Tromey <tromey@adacore.com>
6784
6785 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6786 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6787 * top.h (gdbinit): Don't declare.
6788 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6789 into...
6790 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6791 * top.c (gdb_init): Don't call init_cli_cmds.
6792 (gdbinit): Remove.
6793 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6794
72ee03ff
TT
67952019-07-11 Tom Tromey <tromey@adacore.com>
6796
6797 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6798 after it has been moved.
6799
00db9531
SM
68002019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6801
6802 * valops.c (value_must_coerce_to_target): Change return type to
6803 bool.
6804 * value.h (value_must_coerce_to_target): Likewise.
6805
f2478a7e
SM
68062019-07-10 Simon Marchi <simon.marchi@efficios.com>
6807
6808 * breakpoint.c (is_hardware_watchpoint): Remove
6809 forward-declaration.
6810 (is_masked_watchpoint): Change return type to bool.
6811 (is_tracepoint): Likewise.
6812 (is_breakpoint): Likewise.
6813 (is_hardware_watchpoint): Likewise.
6814 (is_watchpoint): Likewise.
6815 (is_no_memory_software_watchpoint): Likewise.
6816 (is_catchpoint): Likewise.
6817 (breakpoint_1): Make FILTER parameter's return type bool.
6818 is_masked_watchpoint): Change return type to bool.
6819 (save_breakpoints): Make FILTER parameter's return type bool.
6820 * breakpoint.h (is_breakpoint): Change return type to bool.
6821 (is_watchpoint): Likewise.
6822 (is_catchpoint): Likewise.
6823 (is_tracepoint): Likewise.
6824
0d12e84c
TT
68252019-07-10 Tom Tromey <tom@tromey.com>
6826
6827 * defs.h: Don't include gdbarch.h.
6828 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6829 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6830 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6831 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6832 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6833 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6834 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6835 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6836 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6837 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6838 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6839 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6840 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6841 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6842 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6843 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6844 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6845 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6846 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6847 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6848 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6849 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6850 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6851 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6852 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6853 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6854 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6855
f06f1252
TT
68562019-07-10 Tom Tromey <tromey@adacore.com>
6857
6858 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6859 * breakpoint.c (init_ada_exception_breakpoint): Register as
6860 bp_catchpoint.
6861 (print_one_breakpoint_location, print_one_breakpoint): Use
6862 is_ada_exception_catchpoint.
6863 * ada-lang.c (class ada_catchpoint_location): Pass
6864 bp_loc_software_breakpoint to bp_location constructor.
6865 (is_ada_exception_catchpoint): New function.
6866
7a5d944b
TT
68672019-07-10 Tom Tromey <tromey@adacore.com>
6868
6869 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6870 VEC.
6871 (struct arm_exidx_entry): New method operator<.
6872 (struct arm_exidx_data) <section_maps>: Change type.
6873 (arm_exidx_data_free): Remove.
6874 (arm_exidx_data_key): Change type. Move lower.
6875 (arm_exidx_new_objfile): Update.
6876 (arm_compare_exidx_entries): Remove.
6877 (arm_find_exidx_entry, _initialize_arm_tdep)
6878
48c66e1d
TT
68792019-07-10 Tom Tromey <tromey@adacore.com>
6880
6881 * solib-spu.c (ocl_program_data_key): Change type.
6882 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6883 Update.
6884
a269fbf1
TT
68852019-07-10 Tom Tromey <tromey@adacore.com>
6886
6887 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6888 (struct solib_aix_inferior_data) <library_list>: Change type.
6889 (solib_aix_inferior_data_handle): Change type.
6890 (get_solib_aix_inferior_data): Update.
6891 (solib_aix_free_library_list): Remove.
6892 (library_list_start_library): Update.
6893 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6894 return type.
6895 (solib_aix_get_library_list)
6896 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6897 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6898
c294730c
TT
68992019-07-10 Tom Tromey <tromey@adacore.com>
6900
6901 * solib-dsbt.c (struct dsbt_info): Add initializers.
6902 (solib_dsbt_pspace_data): Change type.
6903 (dsbt_pspace_data_cleanup): Remove.
6904 (get_dsbt_info, _initialize_dsbt_solib): Update.
6905
9d52077d
TT
69062019-07-10 Tom Tromey <tromey@adacore.com>
6907
6908 * spu-tdep.c (spu_overlay_data): Change type.
6909 (spu_get_overlay_table, spu_overlay_new_objfile)
6910 (_initialize_spu_tdep): Update.
6911
22a20dca
TT
69122019-07-10 Tom Tromey <tromey@adacore.com>
6913
6914 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6915 destructor.
6916 (dbx_objfile_data_key): Change type and declare later.
6917 (DBX_SYMFILE_INFO): Rewrite.
6918 * dbxread.c (dbx_objfile_data_key): Change type.
6919 (dbx_symfile_init): Update.
6920 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6921 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6922 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6923
cb60f420
TT
69242019-07-10 Tom Tromey <tromey@adacore.com>
6925
6926 * jit.c (jit_program_space_key): Change type. Move lower.
6927 (get_jit_program_space_data): Update.
6928 (jit_program_space_data_cleanup): Remove.
6929 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6930 Update.
6931 (struct jit_program_space_data): Add initializers.
6932
51df2ae3
TT
69332019-07-10 Tom Tromey <tromey@adacore.com>
6934
6935 * solib-darwin.c (struct darwin_info): Add initializers.
6936 (solib_darwin_pspace_data): Change type.
6937 (darwin_pspace_data_cleanup): Remove.
6938 (get_darwin_info, _initialize_darwin_solib): Update.
6939
18101a35
TT
69402019-07-10 Tom Tromey <tromey@adacore.com>
6941
6942 * remote-sim.c (struct sim_inferior_data): Add initializers,
6943 constructor, and destructor.
6944 (sim_inferior_data_key): Change type. Move lower.
6945 (check_for_duplicate_sim_descriptor): Update.
6946 (get_sim_inferior_data): Use new. Update.
6947 (~sim_inferior_data_cleanup): Rename from
6948 sim_inferior_data_cleanup. Simplify.
6949 (gdbsim_close_inferior, simulator_command)
6950 (sim_command_completer, _initialize_remote_sim): Update.
6951 (next_pid, INITIAL_PID): Move earlier.
6952
05b08ac1
TT
69532019-07-10 Tom Tromey <tromey@adacore.com>
6954
6955 * python/python-internal.h (create_thread_object): Return
6956 gdbpy_ref.
6957 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6958 * python/py-inferior.c (struct threadlist_entry): Add
6959 constructor.
6960 <thread_obj>: Now a gdbpy_ref.
6961 (thread_to_thread_object): Update.
6962 (add_thread_object): Use new.
6963 (delete_thread_object): Use delete.
6964 (infpy_threads): Update.
6965 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6966 GIL.
6967
32372d80
TT
69682019-07-10 Tom Tromey <tromey@adacore.com>
6969
6970 * valops.c (value_cast): Specialize error message for Ada.
6971
5c458ae8
SM
69722019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6973
6974 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6975
4c462cb0
SM
69762019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6977
6978 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6979 bpstat_should_step): Return bool, adjust comments.
6980 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6981 bpstat_should_step): Likewise.
6982
89abbcc2
AH
69832019-07-10 Alan Hayward <alan.hayward@arm.com>
6984
6985 * features/Makefile: Use feature target descriptions for Arm.
6986 * features/arm/arm-core.c: Generate new file.
6987 * features/arm/arm-fpa.c: Likewise.
6988 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6989 * features/arm/arm-m-profile.c: Likewise.
6990 * features/arm/arm-vfpv2.c: Likewise.
6991 * features/arm/arm-vfpv3.c: Likewise.
6992 * features/arm/xscale-iwmmxt.c: Likewise.
6993 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6994
166a82be
AH
69952019-07-10 Alan Hayward <alan.hayward@arm.com>
6996
6997 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6998 ptrace earlier.
6999
9fb4c7e9
AH
70002019-07-10 Alan Hayward <alan.hayward@arm.com>
7001
7002 * features/aarch64-pauth.c: Regenerate.
7003
e2d0f980
SM
70042019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
7005
7006 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
7007 bool.
7008 (bpstat_what): Use false instead of 0.
7009
a38118e5
PA
70102019-07-09 Pedro Alves <palves@redhat.com>
7011
7012 * break-catch-throw.c (is_exception_catchpoint): New.
7013 * breakpoint.c (print_one_breakpoint_location): New parameter
7014 'raw_loc'. Handle it. Use
7015 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
7016 looking at the breakpoint's type.
7017 (print_one_breakpoint): If handling "maint info breakpoints", also
7018 print locations of exception catchpoints.
7019 * breakpoint.h (is_exception_catchpoint): Declare.
7020
cb1e4e32
PA
70212019-07-09 Pedro Alves <palves@redhat.com>
7022
7023 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
7024 "addr" field.
7025 (allocate_location_exception_catchpoint): New.
7026 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
7027 (initialize_throw_catchpoint_ops): Install
7028 allocate_location_exception_catchpoint as allocate_location
7029 method.
7030 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
7031 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
7032 bp_loc_other.
7033 (breakpoint_address_is_meaningful): Delete.
7034 (bl_address_is_meaningful): New.
7035 (breakpoint_locations_match): Adjust comment.
7036 (bp_location_from_bp_type): New, factored out of...
7037 (bp_location::bp_location(breakpoint *)): ... this.
7038 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
7039 factored out of...
7040 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
7041 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
7042 breakpoint_address_is_meaningful.
7043 (bp_locations_compare): Adjust comment.
7044 (update_global_location_list): Use bl_address_is_meaningful
7045 instead of breakpoint_address_is_meaningful.
7046 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
7047 explicit.
7048 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
7049 * python/py-breakpoint.c (bppy_get_location): No longer check
7050 whether location is null.
7051
b58a68fe
PA
70522019-07-09 Pedro Alves <palves@redhat.com>
7053
7054 PR c++/15468
7055 * breakpoint.c (print_one_breakpoint_location): Remove
7056 single-location assert.
7057
268a13a5
TT
70582019-07-09 Tom Tromey <tom@tromey.com>
7059
7060 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
7061 * configure: Rebuild.
7062 * configure.ac: Change common to gdbsupport.
7063 * gdbsupport: Rename from common.
7064 * acinclude.m4: Change common to gdbsupport.
7065 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
7066 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
7067 gdbsupport.
7068 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
7069 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
7070 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
7071 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
7072 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
7073 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
7074 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
7075 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
7076 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
7077 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
7078 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
7079 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
7080 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
7081 coff-pe-read.c, command.h, compile/compile-c-support.c,
7082 compile/compile-c.h, compile/compile-cplus-symbols.c,
7083 compile/compile-cplus-types.c, compile/compile-cplus.h,
7084 compile/compile-loc2c.c, compile/compile.c, completer.c,
7085 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
7086 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
7087 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
7088 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
7089 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
7090 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
7091 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
7092 features/aarch64-core.c, features/aarch64-fpu.c,
7093 features/aarch64-pauth.c, features/aarch64-sve.c,
7094 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
7095 features/i386/32bit-core.c, features/i386/32bit-linux.c,
7096 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
7097 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
7098 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
7099 features/i386/64bit-core.c, features/i386/64bit-linux.c,
7100 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
7101 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
7102 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
7103 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
7104 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
7105 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
7106 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
7107 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
7108 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
7109 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
7110 go32-nat.c, guile/guile.c, guile/scm-ports.c,
7111 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
7112 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
7113 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
7114 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
7115 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
7116 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
7117 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
7118 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
7119 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
7120 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
7121 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
7122 minsyms.c, mips-linux-tdep.c, namespace.h,
7123 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
7124 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
7125 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
7126 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
7127 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
7128 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
7129 nat/linux-waitpid.c, nat/mips-linux-watch.c,
7130 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
7131 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
7132 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
7133 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
7134 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
7135 procfs.c, producer.c, progspace.h, psymtab.h,
7136 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
7137 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
7138 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
7139 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
7140 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
7141 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
7142 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
7143 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
7144 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
7145 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
7146 target-memory.c, target.c, target.h, target/waitstatus.c,
7147 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
7148 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
7149 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
7150 unittests/array-view-selftests.c,
7151 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
7152 unittests/common-utils-selftests.c,
7153 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
7154 unittests/format_pieces-selftests.c,
7155 unittests/function-view-selftests.c,
7156 unittests/lookup_name_info-selftests.c,
7157 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
7158 unittests/mkdir-recursive-selftests.c,
7159 unittests/observable-selftests.c,
7160 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
7161 unittests/parse-connection-spec-selftests.c,
7162 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
7163 unittests/scoped_fd-selftests.c,
7164 unittests/scoped_mmap-selftests.c,
7165 unittests/scoped_restore-selftests.c,
7166 unittests/string_view-selftests.c, unittests/style-selftests.c,
7167 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
7168 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
7169 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
7170 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
7171 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
7172 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
7173
5b0e2db4
AB
71742019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7175
7176 * linespec.c (decode_digits_list_mode): Set explicit_line to a
7177 bool value.
7178 (decode_digits_ordinary): Set explicit_line field in sal.
7179 * symtab.c (skip_prologue_sal): Don't skip prologue for a
7180 symtab_and_line that was set on an explicit line number in
7181 assembler code. Do always update the recorded symtab and line if
7182 we do skip the prologue.
7183
0ba852ab
AB
71842019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7185
7186 * breakpoint.c (set_breakpoint_location_function): Remove
7187 explicit_loc parameter.
7188 (momentary_breakpoint_from_master): Update call to
7189 set_breakpoint_location_function.
7190 (add_location_to_breakpoint): Likewise.
7191
b3a7d171
AB
71922019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7193
7194 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7195 required features based on default bfd type when no specific bfd
7196 is present.
7197
1f6f6e21
PW
71982019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7199
7200 * NEWS: Mention that GDB printf and eval commands can now print
7201 C-style and Ada-style convenience var strings without
7202 calling the inferior.
7203 * printcmd.c (printf_c_string): Locally print GDB internal var
7204 instead of transiting via the inferior.
7205 (printf_wide_c_string): Likewise.
7206
72072019-07-04 Alan Hayward <alan.hayward@arm.com>
ea142fbf 7208
5862c886 7209 PR breakpoints/25011
ea142fbf
AH
7210 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7211
0598af48
TT
72122019-07-04 Tom Tromey <tom@tromey.com>
7213
7214 PR tui/24724:
7215 * tui/tui-winsource.c (tui_clear_source_content): Update.
7216 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7217 (tui_update_breakpoint_info): Update.
7218 (tui_set_exec_info_content): Update.
7219 * tui/tui-source.c (tui_set_source_content_nil): Update.
7220 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7221 has_break.
7222 * tui/tui-data.h (enum tui_bp_flag): New.
7223 (tui_bp_flags): New enum flags type.
7224 (struct tui_source_element) <break_mode>: Change type. Rename
7225 from has_break.
7226 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7227 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7228 constants.
7229 * tui/tui-winsource.h: Fix comment.
7230
350fab54
AH
72312019-07-04 Alan Hayward <alan.hayward@arm.com>
7232
7233 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7234 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7235 (store_fpregs_to_thread)
7236 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7237 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7238 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7239 (IWMMXT_REGS_SIZE): Add define.
7240 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7241 (fetch_vfp_regs, store_vfp_regs)
7242 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7243 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7244
f0452268
AH
72452019-07-04 Alan Hayward <alan.hayward@arm.com>
7246
7247 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7248 defines.
7249 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7250 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7251 (ARM_INT_REGISTER_SIZE): ...to this.
7252 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7253 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7254 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7255 (arm_linux_collect_gregset, supply_nwfpe_register)
7256 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7257 defines.
7258 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7259 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7260 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7261 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7262 (arm_return_in_memory, arm_store_return_value)
7263 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7264 (arm_record_ld_st_multiple): Likewise.
7265 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7266 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7267
e935475c
AH
72682019-07-04 Alan Hayward <alan.hayward@arm.com>
7269
7270 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7271 AARCH64_DISPLACED_MODIFIED_INSNS.
7272 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7273 (aarch64_displaced_step_copy_insn): Likewise.
7274 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7275 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7276 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7277 ARM_DISPLACED_MODIFIED_INSNS.
7278 * arm-tdep.c (arm_gdbarch_init): Likewise.
7279 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7280 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7281 (struct arm_displaced_step_closure): Use
7282 ARM_DISPLACED_MODIFIED_INSNS.
7283
df0bb381
AH
72842019-07-04 Alan Hayward <alan.hayward@arm.com>
7285
7286 * features/Makefile: Remove unused xml files.
7287 * features/aarch64.xml: Remove.
7288 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7289 * features/i386/amd64-avx-avx512.xml: Remove.
7290 * features/i386/amd64-avx-linux.xml: Remove.
7291 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7292 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7293 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7294 * features/i386/amd64-avx-mpx.xml: Remove.
7295 * features/i386/amd64-avx.xml: Remove.
7296 * features/i386/amd64-linux.xml: Remove.
7297 * features/i386/amd64-mpx-linux.xml: Remove.
7298 * features/i386/amd64-mpx.xml: Remove.
7299 * features/i386/amd64.xml: Remove.
7300 * features/i386/i386-avx-avx512-linux.xml: Remove.
7301 * features/i386/i386-avx-avx512.xml: Remove.
7302 * features/i386/i386-avx-linux.xml: Remove.
7303 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7304 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7305 * features/i386/i386-avx-mpx-linux.xml: Remove.
7306 * features/i386/i386-avx-mpx.xml: Remove.
7307 * features/i386/i386-avx.xml: Remove.
7308 * features/i386/i386-linux.xml: Remove.
7309 * features/i386/i386-mmx-linux.xml: Remove.
7310 * features/i386/i386-mmx.xml: Remove.
7311 * features/i386/i386-mpx-linux.xml: Remove.
7312 * features/i386/i386-mpx.xml: Remove.
7313 * features/i386/i386.xml: Remove.
7314 * features/i386/x32-avx-avx512-linux.xml: Remove.
7315 * features/i386/x32-avx-linux.xml: Remove.
7316 * features/i386/x32-linux.xml: Remove.
7317
edd6266a
AH
73182019-07-04 Alan Hayward <alan.hayward@arm.com>
7319
7320 * regformats/aarch64.dat: Remove.
7321 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7322 * regformats/i386/amd64-avx-linux.dat: Remove.
7323 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7324 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7325 * regformats/i386/amd64-linux.dat: Remove.
7326 * regformats/i386/amd64-mpx-linux.dat: Remove.
7327 * regformats/i386/amd64.dat: Remove.
7328 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7329 * regformats/i386/i386-avx-linux.dat: Remove.
7330 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7331 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7332 * regformats/i386/i386-linux.dat: Remove.
7333 * regformats/i386/i386-mmx-linux.dat: Remove.
7334 * regformats/i386/i386-mpx-linux.dat: Remove.
7335 * regformats/i386/i386.dat: Remove.
7336 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7337 * regformats/i386/x32-avx-linux.dat: Remove.
7338 * regformats/i386/x32-linux.dat: Remove.
7339
2b40fda7
AH
73402019-07-04 Alan Hayward <alan.hayward@arm.com>
7341
7342 * aarch64-tdep.c: Remove xml self tests.
7343 * amd64-linux-tdep.c: Likewise.
7344 * amd64-tdep.c: Likewise.
7345 * i386-linux-tdep.c: Likewise.
7346 * i386-tdep.c: Likewise.
7347
5f4ba3e7
PA
73482019-07-03 Pedro Alves <palves@redhat.com>
7349
7350 PR cli/24732
7351 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7352 (pipe_cmd_option_defs): New.
7353 (make_pipe_cmd_options_def_group): New.
7354 (pipe_command): Use gdb::option::process_options.
7355 (pipe_command_completer): New function.
7356 (_initialize_cli_cmds): Install completer for "pipe" command.
7357
3d9be6f5
PA
73582019-07-03 Pedro Alves <palves@redhat.com>
7359
7360 * cli/cli-option.c (union option_value) <string>: New field.
7361 (struct option_def_and_value): Add ctor, move ctor, dtor and
7362 use DISABLE_COPY_AND_ASSIGN.
7363 (option_def_and_value::clear_value): New.
7364 (parse_option, save_option_value_in_ctx, get_val_type_str)
7365 (add_setshow_cmds_for_options): Handle var_string.
7366 * cli-option.h (union option_def::var_address) <string>: New
7367 field.
7368 (struct string_option_def): New.
7369 * maint-test-options.c (struct test_options_opts): Add default
7370 ctor and use DISABLE_COPY_AND_ASSIGN.
7371 <string_opt>: New field.
7372 (test_options_opts::~test_options_opts): New.
7373 (test_options_opts::dump): Also dump "-string".
7374 (test_options_option_defs): Install "string.
7375
41fc454c
PA
73762019-07-03 Pedro Alves <palves@redhat.com>
7377
7378 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7379 option_value with a null enumeration.
7380 (complete_options): Save the option values in the context.
7381 (save_option_value_in_ctx): New, factored out from ...
7382 (process_options): ... here.
7383 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7384 of the function.
7385 * maint-test-options.c (test_options_opts::dump): New, factored
7386 out from ...
7387 (maintenance_test_options_command_mode): ... here.
7388 (maintenance_test_options_command_completion_result): Delete.
7389 (maintenance_test_options_command_completion_text): Update
7390 comment.
7391 (maintenance_show_test_options_completion_result): Change
7392 prototype. Just print
7393 maintenance_test_options_command_completion_text.
7394 (save_completion_result): New.
7395 (maintenance_test_options_completer_mode): Pass options context to
7396 complete_options, and then save a dump.
7397 (_initialize_maint_test_options): Use add_cmd to install "maint
7398 show test-options-completion-result".
7399
fdbc9870
PA
74002019-07-03 Pedro Alves <palves@redhat.com>
7401
7402 * NEWS (New commands): Mention "with" and "maint with".
7403 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7404 (with_command, with_command_completer): New.
7405 (pipe_command): Adjust to new repeat_previous
7406 interface.
7407 (_initialize_cli_cmds): Install the "with" command and its "w"
7408 alias.
7409 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7410 declarations.
7411 * cli/cli-setshow.c (parse_cli_var_uinteger)
7412 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7413 argument strings for all var_types.
7414 (get_setshow_command_value_string): New, factored out from ...
7415 (do_show_command): ... this.
7416 * cli/cli-setshow.h: Include <string>.
7417 (get_setshow_command_value_string): Declare.
7418 * command.h (repeat_previous): Now returns const char *. Adjust
7419 comment.
7420 * maint.c: Include "cli/cli-cmds.h".
7421 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7422 (_initialize_maint_cmds): Register the "maintenance with" command.
7423 * top.c (repeat_previous): Move bits from pipe_command here:
7424 Return the saved command line, if any; error out if there's no
7425 command to relaunch.
7426
c6ac8931
PA
74272019-07-03 Pedro Alves <palves@redhat.com>
7428
7429 * NEWS (New commands): Mention "maint set/show test-settings"
7430 instead of "maint test-settings".
7431 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7432 (maintenance_test_settings_set_list): Rename to ...
7433 (maintenance_set_test_settings_list): ... this.
7434 (maintenance_test_settings_show_list): Rename to ...
7435 (maintenance_show_test_settings_list): ... this.
7436 (maintenance_test_settings_cmd): Delete.
7437 (maintenance_test_settings_set_cmd): ...
7438 (maintenance_set_test_settings_cmd): ... this.
7439 (maintenance_test_settings_show_cmd): ...
7440 (maintenance_show_test_settings_cmd): ... this.
7441 (maintenance_test_settings_show_value_cmd):
7442 (maintenance_show_test_settings_value_cmd): ... this.
7443 (_initialize_maint_test_settings): No longer install the "maint
7444 test-settings" prefix command. Rename "maint test-settings set"
7445 to "maint set test-settings", and "maint test-settings show" to
7446 "maint show test-settings". Adjust all subcommands.
7447
d1fcf2fd
PA
74482019-07-03 Pedro Alves <palves@redhat.com>
7449
7450 * maint-test-settings.c: Fix file's intro comment. Replace all
7451 references to "test-options" with references to "test-settings",
7452 in comments.
7453
970f9d09
PA
74542019-07-03 Pedro Alves <palves@redhat.com>
7455
7456 * maint-test-settings.c (maintenance_test_settings_xxx)
7457 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7458 New.
7459 (maintenance_test_settings_enums): Use them.
7460 (maintenance_test_settings_enum): Default to
7461 maintenance_test_settings_xxx.
7462 (_initialize_maint_test_settings): Initialize
7463 MAINTENANCE_TEST_SETTINGS_FILENAME.
7464
f3869b1a
SM
74652019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7466
7467 * breakpoint.h (remove_breakpoints_inf): Change return type to
7468 void, move function documentation here.
7469 * breakpoint.c (remove_breakpoints_inf): Change return type to
7470 void, move function documentation to header.
7471
54d66006
PA
74722019-07-02 Pedro Alves <palves@redhat.com>
7473
7474 * NEWS (Completion improvements): Mention "info threads".
7475 * thread.c (struct info_threads_opts, info_threads_option_defs)
7476 (make_info_threads_options_def_group): New.
7477 (info_threads_command): Use gdb::option::process_options.
7478 (info_threads_command_completer): New.
7479 (_initialize_thread): Use gdb::option::build_help to build the
7480 help text for "info threads".
7481
854f6088
SM
74822019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7483
7484 * defs.h (generic_load): Move from here...
7485 * symfile.h (generic_load): ... to here. Rename name parameter
7486 to args.
7487 * symfile.c (generic_load): Add comment.
7488
54ee4252
TT
74892019-07-01 Tom Tromey <tromey@adacore.com>
7490
7491 * dwarf2read.c
7492 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7493 declaration of without_params. Fix formatting.
7494
65392b3e
TT
74952019-07-01 Tom Tromey <tromey@adacore.com>
7496
7497 * ada-exp.y (find_primitive_type): Update.
7498 * ada-lang.h (ada_lookup_symbol): Update.
7499 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7500 parameter.
7501 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7502
7d7571f0
SDJ
75032019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7504
7505 PR breakpoints/24541
7506 * gdbarch.c: Regenerate.
7507 * gdbarch.h: Regenerate.
7508 * gdbarch.sh: Add 'stap_adjust_register'.
7509 * i386-tdep.c: Include '<unordered_set>'.
7510 (i386_stap_adjust_register): New function.
7511 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7512 * stap-probe.c (stap_parse_register_operand): Call
7513 'gdbarch_stap_adjust_register'.
7514
5af5392a
SDJ
75152019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7516
7517 PR python/24742
7518 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7519 * python/python.c (do_start_initialization): Use 'xmalloc'
7520 instead of 'PyMem_Malloc'.
7521
10d06d82
TT
75222019-06-28 Tom Tromey <tromey@adacore.com>
7523
7524 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7525 for Ada.
7526
1b7f24cd
TT
75272019-06-27 Tom Tromey <tromey@adacore.com>
7528
7529 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7530 objfile_key.
7531 (arm_find_mapping_symbol, arm_record_special_symbol)
7532 (_initialize_arm_tdep): Update.
7533 (arm_objfile_data_free): Remove.
7534
3d507ff2
TT
75352019-06-27 Tom Tromey <tromey@adacore.com>
7536
7537 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7538 to cp_print_static_field.
7539
762c164d
TT
75402019-06-26 Tom Tromey <tromey@adacore.com>
7541
7542 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7543 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7544 declare.
7545
aa2f9bcf
AH
75462019-06-26 Alan Hayward <alan.hayward@arm.com>
7547
7548 * features/aarch64-core.c (create_feature_aarch64_core):
7549 Regenerate.
7550 * features/aarch64-core.xml: Add cpsr flags.
7551
3426ae57
AH
75522019-06-26 Alan Hayward <alan.hayward@arm.com>
7553
7554 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7555 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7556
4838e44c
SM
75572019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7558
7559 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7560 field.
7561 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7562 use.
7563 (arm_record_special_symbol): Don't insert new symbol in sorted
7564 position, push it at the end.
7565
54cc7474
SM
75662019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7567
7568 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7569 (arm_mapping_symbol_s): Remove.
7570 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7571 (arm_mapping_symbol_vec): New typedef.
7572 (struct arm_per_objfile): Add constructor.
7573 <section_maps>: Change type to
7574 std::unique_ptr<arm_mapping_symbol_vec[]>.
7575 (arm_compare_mapping_symbols): Remove.
7576 (arm_find_mapping_symbol): Adjust to section_maps type change.
7577 (arm_objfile_data_free): Call delete on arm_per_objfile.
7578 (arm_record_special_symbol): Adjust to section_maps type change.
7579 Allocate arm_per_objfile with new.
7580
b65b566c
PW
75812019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7582
7583 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7584 with the command prefix.
7585
c2fc64f5
TT
75862019-06-25 Tom Tromey <tom@tromey.com>
7587
7588 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7589 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7590
fb54fa76
TT
75912019-06-25 Tom Tromey <tom@tromey.com>
7592
7593 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7594 type.
7595 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7596 protected.
7597
f7952c57
TT
75982019-06-25 Tom Tromey <tom@tromey.com>
7599
7600 * tui/tui-winsource.c
7601 (tui_source_window_base::set_is_exec_point_at): Add check against
7602 LOA_ADDRESS.
7603
17568d78
TT
76042019-06-25 Tom Tromey <tom@tromey.com>
7605
7606 * tui/tui-source.c (tui_set_source_content): Don't check before
7607 xfree.
7608 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7609
53e7cdba
TT
76102019-06-25 Tom Tromey <tom@tromey.com>
7611
7612 * tui/tui-winsource.h (tui_update_source_window_as_is)
7613 (tui_alloc_source_buffer, tui_line_is_displayed)
7614 (tui_addr_is_displayed): Change type of win_info.
7615 * tui/tui-winsource.c (tui_update_source_window_as_is)
7616 (tui_clear_source_content, tui_show_source_line)
7617 (tui_show_source_content, tui_source_window_base::refill)
7618 (tui_source_window_base::set_is_exec_point_at)
7619 (tui_source_window_base::set_is_exec_point_at)
7620 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7621 (tui_alloc_source_buffer, tui_line_is_displayed)
7622 (tui_addr_is_displayed): Change type of win_info. Update.
7623 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7624 (tui_source_window_base::do_make_visible_with_new_height):
7625 Update.
7626 * tui/tui-source.c (tui_set_source_content)
7627 (tui_set_source_content_nil)
7628 (tui_source_window::do_scroll_vertical): Update.
7629 * tui/tui-layout.c (show_layout): Update.
7630 * tui/tui-disasm.c (tui_set_disassem_content)
7631 (tui_disasm_window::do_scroll_vertical): Update.
7632 * tui/tui-data.h (tui_win_content): Remove.
7633 (struct tui_gen_win_info) <content, content_size>: Remove.
7634 (struct tui_source_element): Add initializers and destructor.
7635 (union tui_which_element, struct tui_win_element): Remove.
7636 (struct tui_source_window_base) <content>: New field.
7637 (struct tui_data_window): Remove destructor.
7638 (tui_alloc_content, tui_free_win_content)
7639 (tui_free_all_source_wins_content): Don't declare.
7640 * tui/tui-data.c (tui_initialize_static_data): Update.
7641 (init_content_element, tui_alloc_content): Remove.
7642 (~tui_gen_win_info): Update.
7643 (~tui_data_window, tui_free_all_source_wins_content)
7644 (tui_free_win_content, free_content, free_content_elements):
7645 Remove.
7646
7908abbf
TT
76472019-06-25 Tom Tromey <tom@tromey.com>
7648
7649 * tui/tui-winsource.h (tui_clear_source_content)
7650 (tui_erase_source_content, tui_show_source_content): Change type
7651 of win_info.
7652 * tui/tui-winsource.c (tui_clear_source_content)
7653 (tui_erase_source_content, tui_show_source_content): Change type
7654 of win_info.
7655 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7656 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7657 win_info.
7658 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7659 win_info.
7660 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7661
02c28df0
TT
76622019-06-25 Tom Tromey <tom@tromey.com>
7663
7664 * tui/tui-winsource.c (tui_clear_source_content)
7665 (tui_source_window_base::set_is_exec_point_at): Update.
7666 * tui/tui-source.c (tui_set_source_content_nil): Update.
7667 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7668 a bool.
7669 * tui/tui-data.c (init_content_element): Update.
7670
6658b1bf
TT
76712019-06-25 Tom Tromey <tom@tromey.com>
7672
7673 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7674 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7675 * tui/tui-layout.c (init_and_make_win): Update.
7676 * tui/tui.h (enum tui_win_type): Update.
7677 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7678 tui_win_is_auxillary.
7679 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7680 tui_win_is_auxillary.
7681
21e1c91e
TT
76822019-06-25 Tom Tromey <tom@tromey.com>
7683
7684 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7685 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7686 (tui_delete_data_content_windows, tui_display_all_data)
7687 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7688 Update.
7689 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7690 * tui/tui-regs.c (tui_last_regs_line_no)
7691 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7692 (tui_show_registers): Update.
7693 (tui_show_register_group): Return void. Update.
7694 (tui_display_registers_from, tui_display_reg_element_at_line)
7695 (tui_display_registers_from_line, tui_check_register_values):
7696 Update.
7697 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7698 member.
7699 (struct tui_data_window) <regs_content>: Now a std::vector.
7700 <regs_content_count>: Remove.
7701 (tui_add_content_elements, tui_free_data_content): Don't declare.
7702 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7703 (init_content_element): Remove DATA_WIN case. Add assert.
7704 (tui_add_content_elements): Remove.
7705 (tui_data_window): Update.
7706 (tui_free_data_content): Remove.
7707 (free_content_elements): Remove DATA_WIN case.
7708
115ac53b
TT
77092019-06-25 Tom Tromey <tom@tromey.com>
7710
7711 * tui/tui-data.c (tui_data_item_window): Update.
7712 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7713 * tui/tui-windata.c (tui_display_all_data)
7714 (tui_display_data_from_line): Update.
7715 (tui_check_data_values): Remove.
7716 * tui/tui-regs.c (tui_show_register_group)
7717 (tui_display_reg_element_at_line): Update.
7718 * tui/tui-hooks.c (tui_register_changed)
7719 (tui_refresh_frame_and_register_information): Call
7720 tui_check_register_values.
7721 * tui/tui-data.h (struct tui_data_window) <data_content,
7722 data_content_count, data_type>: Remove.
7723 (enum tui_data_type): Remove.
7724
7725 * tui/tui-data.c (tui_data_window::clear_detail)
7726 (~tui_data_window): Update.
7727
eaf9738b
TT
77282019-06-25 Tom Tromey <tom@tromey.com>
7729
7730 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7731 declare.
7732 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7733 Rename from tui_first_data_item_displayed. Update.
7734 (tui_data_window::refresh_all)
7735 (tui_data_window::do_scroll_vertical): Update.
7736 * tui/tui-data.h (struct tui_data_window)
7737 <first_data_item_displayed>: Declare new method.
7738
31ca4723
TT
77392019-06-25 Tom Tromey <tom@tromey.com>
7740
7741 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7742 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7743 contents...
7744 (tui_initialize_static_data): ...here.
7745
41bcff7f
TT
77462019-06-25 Tom Tromey <tom@tromey.com>
7747
7748 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7749 (tui_display_registers_from, tui_check_register_values): Update.
7750 (tui_display_register): Remove win_info parameter; update.
7751 (tui_get_register): Change type of parameters.
7752 * tui/tui-data.h (struct tui_data_element): Remove.
7753 (union tui_which_element) <data>: Remove.
7754 <data_window>: Change type.
7755 (struct tui_data_item_window): New.
7756 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7757 case. Add assert.
7758 (~tui_data_item_window): New destructor.
7759 (free_content_elements): Remove DATA_ITEM_WIN case.
7760
d2802c33
TT
77612019-06-25 Tom Tromey <tom@tromey.com>
7762
7763 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7764 Remove.
7765
dd835f8b
TT
77662019-06-25 Tom Tromey <tom@tromey.com>
7767
7768 * tui/tui-data.h (struct tui_command_element): Remove.
7769 (union tui_which_element) <command>: Remove.
7770 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7771 assert.
7772 (free_content_elements): Remove CMD_WIN case.
7773
bd7db367
TT
77742019-06-25 Tom Tromey <tom@tromey.com>
7775
7776 * tui/tui-layout.c (tui_set_layout): Update.
7777 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7778 * tui/tui-data.c (layout_def): Update.
7779
3add462f
TT
77802019-06-25 Tom Tromey <tom@tromey.com>
7781
7782 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7783 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7784 (tui_source_window_base::set_new_height): Update.
7785 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7786 Update.
7787 (tui_set_locator_fullname, tui_set_locator_info)
7788 (tui_show_frame_info): Update.
7789 * tui/tui-source.c (tui_set_source_content)
7790 (tui_source_is_displayed): Update.
7791 * tui/tui-layout.c (show_source_disasm_command, show_data)
7792 (show_source_or_disasm_and_command): Update.
7793 * tui/tui-disasm.c (tui_set_disassem_content)
7794 (tui_get_begin_asm_address): Update.
7795 * tui/tui-data.h (struct tui_locator_element): Remove.
7796 (union tui_which_element) <locator>: Remove.
7797 (struct tui_locator_window): New.
7798 (tui_locator_win_info_ptr): Change return type.
7799 * tui/tui-data.c (_locator): Change type.
7800 (tui_locator_win_info_ptr): Change return type.
7801 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7802 (tui_alloc_content): Add assert.
7803
489e9d8b
TT
78042019-06-25 Tom Tromey <tom@tromey.com>
7805
7806 * tui/tui-winsource.c
7807 (tui_exec_info_window::maybe_allocate_content): New method.
7808 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7809 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7810 (make_source_or_disasm_window): Add cast.
7811 * tui/tui-data.h (union tui_which_element) <simple_string>:
7812 Remove.
7813 (struct tui_source_info): New.
7814 (struct tui_source_window_base) <execution_info>: Change type.
7815 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7816 case, and add assert.
7817 (tui_alloc_content): Add assert.
7818
c3fabb7d
TT
78192019-06-25 Tom Tromey <tom@tromey.com>
7820
7821 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7822 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7823 * tui/tui-data.c (tui_alloc_win_info): Remove.
7824
bbc228ee
TT
78252019-06-25 Tom Tromey <tom@tromey.com>
7826
7827 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7828 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7829 can_highlight.
7830
5fcee43a
TT
78312019-06-25 Tom Tromey <tom@tromey.com>
7832
7833 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7834 make_visible_with_new_height method.
7835 (tui_win_info::make_visible_with_new_height): New method.
7836 (tui_source_window_base::do_make_visible_with_new_height)
7837 (tui_data_window::do_make_visible_with_new_height)
7838 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7839 (make_visible_with_new_height): Remove.
7840 (tui_resize_all, tui_adjust_win_heights): Use
7841 make_visible_with_new_height method.
7842 * tui/tui-data.h (struct tui_win_info)
7843 <do_make_visible_with_new_height, make_visible_with_new_height>:
7844 New methods.
7845 (struct tui_source_window_base, struct tui_data_window)
7846 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7847 methods.
7848
d83f1fe6
TT
78492019-06-25 Tom Tromey <tom@tromey.com>
7850
7851 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7852 method.
7853 (update_tab_width): Call update_tab_width method.
7854 * tui/tui-data.h (struct tui_win_info)
7855 (struct tui_source_window_base) <update_tab_width>: New methods.
7856
17374de4
TT
78572019-06-25 Tom Tromey <tom@tromey.com>
7858
7859 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7860 parameter.
7861 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7862 parameter.
7863 (tui_gen_win_info::make_visible): Update.
7864 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7865 parameter.
7866 * tui/tui-data.h (enum tui_box): New enum.
7867 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7868
f936bca2
TT
78692019-06-25 Tom Tromey <tom@tromey.com>
7870
7871 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7872 init_and_make_win for EXEC_INFO_WIN.
7873 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7874 longer inline.
7875 (struct tui_win_info) <~tui_win_info>: Inline.
7876 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7877 Don't declare.
7878 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7879 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7880 Remove.
7881 (tui_initialize_static_data): Update.
7882 (~tui_gen_win_info): Handle more cleanup here.
7883 (~tui_source_window_base): Delete "execution_info".
7884 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7885
d6ba6a11
TT
78862019-06-25 Tom Tromey <tom@tromey.com>
7887
7888 * tui/tui-layout.c (make_command_window): Don't set
7889 can_highlight.
7890 (show_source_disasm_command): Call the reset method.
7891 (show_data): Don't set can_highlight. Call the reset method.
7892 (tui_gen_win_info::reset): Rename from init_gen_win_info
7893 (init_and_make_win): Simplify. Return tui_gen_win_info.
7894 (show_source_or_disasm_and_command): Call the reset method.
7895 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7896 (struct tui_cmd_window): Set can_highlight.
7897
48a3bd16
TT
78982019-06-25 Tom Tromey <tom@tromey.com>
7899
7900 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7901 from make_visible.
7902 (tui_make_visible, tui_make_invisible): Rewrite.
7903 (tui_win_info::make_visible): Remove.
7904 (tui_source_window_base::make_visible): Update.
7905 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7906 method. Moved from...
7907 (struct tui_win_info) <make_visible>: ...here.
7908
c3bd716f
TT
79092019-06-25 Tom Tromey <tom@tromey.com>
7910
7911 * tui/tui-winsource.c
7912 (tui_source_window_base::do_scroll_horizontal): Remove direction
7913 parameter.
7914 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7915 direction parameter.
7916 * tui/tui-win.c (tui_win_info::forward_scroll)
7917 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7918 (tui_win_info::right_scroll): Update.
7919 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7920 direction parameter.
7921 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7922 direction parameter.
7923 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7924 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7925 Remove direction parameter.
7926 (struct tui_source_window_base, struct tui_source_window)
7927 (struct tui_disasm_window, struct tui_data_window)
7928 (struct tui_cmd_window): Update.
7929
21c32dca
TT
79302019-06-25 Tom Tromey <tom@tromey.com>
7931
7932 * tui/tui-winsource.h (tui_set_exec_info_content)
7933 (tui_show_exec_info_content, tui_erase_exec_info_content)
7934 (tui_clear_exec_info_content, tui_update_exec_info): Change
7935 argument to tui_source_window_base.
7936 * tui/tui-winsource.c (tui_set_exec_info_content)
7937 (tui_show_exec_info_content, tui_erase_exec_info_content)
7938 (tui_clear_exec_info_content, tui_update_exec_info): Change
7939 argument to tui_source_window_base.
7940
73fbdc65
TT
79412019-06-25 Tom Tromey <tom@tromey.com>
7942
7943 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7944 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7945
33325343
TT
79462019-06-25 Tom Tromey <tom@tromey.com>
7947
7948 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7949 check.
7950
29d2c474
TT
79512019-06-25 Tom Tromey <tom@tromey.com>
7952
7953 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7954 type to void.
7955 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7956 type to void.
7957 * tui/tui-source.c (tui_set_source_content): Update.
7958 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7959
152f3f4b
TT
79602019-06-25 Tom Tromey <tom@tromey.com>
7961
7962 * tui/tui-win.c (window_name_completer, tui_set_focus)
7963 (tui_all_windows_info): Use name method.
7964 * tui/tui-data.h (struct tui_gen_win_info)
7965 (struct tui_source_window, struct tui_disasm_window)
7966 (struct tui_data_window, struct tui_cmd_window) <name>: New
7967 method.
7968 (tui_win_name): Don't declare.
7969 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7970 (tui_win_name): Remove.
7971
be4da588
TT
79722019-06-25 Tom Tromey <tom@tromey.com>
7973
7974 * tui/tui-winsource.h (tui_update_source_window)
7975 (tui_update_source_window_as_is): Change parameter type.
7976 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7977 to be a tui_source_window_base.
7978 (tui_update_source_window_as_is): Likewise.
7979 * tui/tui-win.c (make_visible_with_new_height): Update.
7980
5b81daba
TT
79812019-06-25 Tom Tromey <tom@tromey.com>
7982
7983 * tui/tui-winsource.c (tui_erase_source_content)
7984 (tui_show_source_content, tui_show_exec_info_content)
7985 (tui_erase_exec_info_content): Use refresh_window method.
7986 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7987 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7988 from tui_refresh_win.
7989 (tui_data_window::refresh_window): New method.
7990 (tui_win_info::refresh, tui_source_window_base::refresh)
7991 (tui_refresh_all): Use refresh_window method.
7992 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7993 method.
7994 * tui/tui-regs.c (tui_display_register): Call refresh_window
7995 method.
7996 * tui/tui-layout.c (show_source_disasm_command)
7997 (show_source_or_disasm_and_command): Call refresh_window method.
7998 * tui/tui-data.h (struct tui_gen_win_info)
7999 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
8000 New method.
8001
cb2ce893
TT
80022019-06-25 Tom Tromey <tom@tromey.com>
8003
8004 * tui/tui.c (tui_rl_other_window, tui_enable)
8005 (tui_is_window_visible, tui_get_command_dimension): Update.
8006 * tui/tui-winsource.c (tui_update_source_window_as_is)
8007 (tui_clear_source_content, tui_erase_source_content)
8008 (tui_show_source_line, tui_source_window_base::refill)
8009 (tui_source_window_base::do_scroll_horizontal)
8010 (tui_source_window_base::set_is_exec_point_at)
8011 (tui_update_breakpoint_info, tui_set_exec_info_content)
8012 (tui_alloc_source_buffer, tui_line_is_displayed)
8013 (tui_addr_is_displayed): Update.
8014 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8015 (tui_check_and_display_highlight_if_needed)
8016 (tui_win_info::make_visible, tui_win_info::refresh)
8017 (tui_refresh_all): Update.
8018 * tui/tui-windata.c (tui_first_data_item_displayed)
8019 (tui_delete_data_content_windows, tui_erase_data_content)
8020 (tui_display_all_data, tui_data_window::refresh_all)
8021 (tui_check_data_values): Update.
8022 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
8023 (tui_set_win_focus_to, tui_win_info::forward_scroll)
8024 (tui_win_info::backward_scroll, tui_refresh_all_win)
8025 (tui_resize_all, tui_set_focus, tui_all_windows_info)
8026 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
8027 (tui_source_window_base::set_new_height)
8028 (tui_data_window::set_new_height)
8029 (make_invisible_and_set_new_height)
8030 (make_visible_with_new_height, new_height_ok)
8031 (parse_scrolling_args): Update.
8032 * tui/tui-stack.c (tui_show_frame_info): Update.
8033 * tui/tui-source.c (tui_set_source_content)
8034 (tui_set_source_content_nil, tui_source_is_displayed)
8035 (tui_source_window::do_scroll_vertical): Update.
8036 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8037 (tui_display_registers_from, tui_display_reg_element_at_line)
8038 (tui_check_register_values, tui_reg_command): Update.
8039 * tui/tui-layout.c (tui_default_win_height)
8040 (show_source_disasm_command, show_data, init_and_make_win)
8041 (show_source_or_disasm_and_command): Update.
8042 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
8043 (tui_redisplay_readline, tui_mld_flush)
8044 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
8045 (tui_getc): Update.
8046 * tui/tui-disasm.c (tui_set_disassem_content)
8047 (tui_disasm_window::do_scroll_vertical): Update.
8048 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
8049 Now virtual.
8050 (struct tui_win_info): Derive from tui_gen_win_info.
8051 <~tui_win_info>: Mark as override.
8052 <generic>: Remove member.
8053 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
8054 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
8055 (~tui_data_window, ~tui_win_info)
8056 (tui_free_all_source_wins_content): Update.
8057 * tui/tui-command.c (tui_refresh_cmd_win): Update.
8058
ab313b35
TT
80592019-06-25 Tom Tromey <tom@tromey.com>
8060
8061 * tui/tui-layout.c (init_and_make_win): Use new.
8062 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
8063 destructor, initializers.
8064 (tui_alloc_generic_win_info): Don't declare.
8065 * tui/tui-data.c (_locator): Add argument to constructor.
8066 (source_win, disasm_win): New globals.
8067 (exec_info): Remove.
8068 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
8069 Update.
8070 (tui_alloc_generic_win_info): Remove.
8071 (init_content_element): Use new.
8072 (tui_win_info::tui_win_info): Update.
8073 (free_content_elements) <case DATA_WIN>: Use delete.
8074
dc2c33e4
TT
80752019-06-25 Tom Tromey <tom@tromey.com>
8076
8077 * tui/tui-wingeneral.c (tui_refresh_win): Update.
8078 * tui/tui-windata.c (tui_first_data_item_displayed)
8079 (tui_delete_data_content_windows): Update.
8080 * tui/tui-win.c (tui_data_window::set_new_height): Update.
8081 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
8082 (tui_display_registers_from, tui_check_register_values): Update.
8083 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
8084 pointer.
8085 * tui/tui-data.c (init_content_element): Update. Allocate the new
8086 window.
8087 (tui_free_data_content): Update.
8088 (free_content_elements) <case DATA_WIN>: Free the window.
8089
214a5cbe
TT
80902019-06-25 Tom Tromey <tom@tromey.com>
8091
8092 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
8093 Update.
8094 * tui/tui-layout.c (make_command_window)
8095 (show_source_disasm_command, show_data, init_and_make_win)
8096 (show_source_or_disasm_and_command): Update.
8097 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
8098 method.
8099 <can_highight, is_highlighted>: Now bool.
8100 (tui_set_win_highlight): Don't declare.
8101 * tui/tui-data.c (tui_set_win_highlight): Remove.
8102
8e2daf15
TT
81032019-06-25 Tom Tromey <tom@tromey.com>
8104
8105 * tui/tui-wingeneral.c (make_visible): Remove check of window
8106 type.
8107
8903bd8a
TT
81082019-06-25 Tom Tromey <tom@tromey.com>
8109
8110 * tui/tui-win.c (tui_win_info::max_height)
8111 (tui_cmd_window::max_height): New methods.
8112 (new_height_ok): Call max_height.
8113 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
8114 <max_height>: New method.
8115
3f02ce1e
TT
81162019-06-25 Tom Tromey <tom@tromey.com>
8117
8118 * tui/tui-win.c (tui_source_window_base::set_new_height)
8119 (tui_data_window::set_new_height): New methods.
8120 (make_invisible_and_set_new_height): Call set_new_height method.
8121 * tui/tui-data.h (struct tui_win_info)
8122 (struct tui_source_window_base, struct tui_data_window)
8123 <set_new_height>: New method.
8124
1825f487
TT
81252019-06-25 Tom Tromey <tom@tromey.com>
8126
8127 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
8128 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
8129 tui_refresh_data_win.
8130 * tui/tui-win.c (tui_source_window_base::refresh_all): New
8131 method.
8132 (tui_refresh_all_win): Call the refresh_all method.
8133 (tui_set_focus): Likewise.
8134 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
8135 (struct tui_source_window_base, struct tui_data_window) <refresh>:
8136 Likewise.
8137
ad54d15b
TT
81382019-06-25 Tom Tromey <tom@tromey.com>
8139
8140 * tui/tui-winsource.h (tui_refill_source_window)
8141 (tui_set_is_exec_point_at): Don't declare.
8142 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
8143 (tui_source_window_base::refill): Rename from
8144 tui_refill_source_window.
8145 (tui_source_window_base::do_scroll_horizontal): Update.
8146 (tui_source_window_base::set_is_exec_point_at): Rename from
8147 tui_set_is_exec_point_at.
8148 (tui_update_all_breakpoint_info): Update.
8149 * tui/tui-stack.c (tui_show_frame_info): Update.
8150 * tui/tui-layout.c (show_data): Add cast.
8151 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
8152 * tui/tui-data.h (struct tui_source_window_base) <refill,
8153 set_is_exec_point_at>: New methods.
8154 (tui_source_windows, tui_add_to_source_windows): Update types.
8155 (tui_add_to_source_windows): Remove redundant declaration.
8156 * tui/tui-data.c (source_windows): Store tui_source_window_base.
8157 (tui_source_windows): Change return type.
8158 (tui_clear_source_windows_detail): Update.
8159 (tui_add_to_source_windows): Change type of parameter.
8160 (tui_free_all_source_wins_content): Update.
8161
2042b506
TT
81622019-06-25 Tom Tromey <tom@tromey.com>
8163
8164 * tui/tui-wingeneral.c (tui_win_info::refresh)
8165 (tui_source_window_base::refresh): New methods.
8166 (tui_refresh_all): Call the refresh method.
8167 * tui/tui-data.h (struct tui_win_info)
8168 (struct tui_source_window_base) <refresh>: New method.
8169
56122977
TT
81702019-06-25 Tom Tromey <tom@tromey.com>
8171
8172 * tui/tui.h (tui_is_window_visible): Return bool.
8173 * tui/tui.c (tui_is_window_visible): Return bool.
8174 * tui/tui-wingeneral.c (tui_make_window, make_visible)
8175 (tui_make_visible, tui_make_invisible)
8176 (tui_win_info::make_visible)
8177 (tui_source_window_base::make_visible, make_all_visible)
8178 (tui_make_all_visible, tui_make_all_invisible): Update.
8179 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
8180 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
8181 bool.
8182 (struct tui_win_info, struct tui_source_window_base)
8183 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
8184 * tui/tui-data.c (tui_init_generic_part): Update.
8185
cda37efb
TT
81862019-06-25 Tom Tromey <tom@tromey.com>
8187
8188 * tui/tui-wingeneral.c (tui_win_info::make_visible)
8189 (tui_source_window_base::make_visible): New methods.
8190 (make_all_visible): Make method call.
8191 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
8192 (struct tui_source_window_base, struct tui_cmd_window): Override
8193 make_visible.
8194 (tui_win_is_source_type): Don't declare.
8195 * tui/tui-data.c (tui_win_is_source_type): Remove.
8196
6a0ee02c
TT
81972019-06-25 Tom Tromey <tom@tromey.com>
8198
8199 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8200 NULL check.
8201
63901aec
TT
82022019-06-25 Tom Tromey <tom@tromey.com>
8203
8204 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8205 Inline constructor. Add initializers for members.
8206 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8207 constructors; now inline in class.
8208
ceb13a13
TT
82092019-06-25 Tom Tromey <tom@tromey.com>
8210
8211 * tui/tui-regs.c (tui_show_registers): Update.
8212 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8213 bool.
8214 * tui/tui-data.c (tui_data_window::clear_detail)
8215 (tui_data_window): Update.
8216
238eb706
TT
82172019-06-25 Tom Tromey <tom@tromey.com>
8218
8219 * tui/tui-windata.c (tui_display_all_data)
8220 (tui_display_data_from_line, tui_display_data_from)
8221 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8222 Update.
8223 * tui/tui-regs.c (tui_last_regs_line_no)
8224 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8225 (tui_show_registers, tui_show_register_group)
8226 (tui_display_registers_from, tui_display_reg_element_at_line)
8227 (tui_display_registers_from_line, tui_check_register_values)
8228 (tui_reg_next, tui_reg_prev): Update.
8229 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8230 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8231 tui_data_window.
8232 (struct tui_win_info) <detail>: Remove. Add new fields from
8233 tui_data_info.
8234 (TUI_DATA_WIN): Add cast.
8235 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8236 (~tui_data_window): Simplify.
8237
81491aa0
TT
82382019-06-25 Tom Tromey <tom@tromey.com>
8239
8240 * tui/tui-layout.c (show_source_disasm_command)
8241 (show_source_or_disasm_and_command): Update.
8242 * tui/tui-io.c (update_cmdwin_start_line)
8243 (tui_redisplay_readline): Update.
8244 * tui/tui-data.h (struct tui_command_info): Remove.
8245 (struct tui_win_info) <detail>: Remove command_info member.
8246 (struct tui_data_window) <start_line>: New member, from
8247 tui_command_info.
8248 (TUI_CMD_WIN): Add casts.
8249
e6e41501
TT
82502019-06-25 Tom Tromey <tom@tromey.com>
8251
8252 * tui/tui-winsource.c (tui_update_source_window)
8253 (tui_refill_source_window)
8254 (tui_source_window_base::do_scroll_horizontal)
8255 (tui_update_breakpoint_info, tui_set_exec_info_content)
8256 (tui_show_exec_info_content, tui_erase_exec_info_content)
8257 (tui_clear_exec_info_content): Update.
8258 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8259 Update.
8260 * tui/tui-win.c (make_invisible_and_set_new_height)
8261 (make_visible_with_new_height): Update.
8262 * tui/tui-source.c (tui_set_source_content)
8263 (tui_show_symtab_source): Update.
8264 * tui/tui-layout.c (extract_display_start_addr)
8265 (show_source_disasm_command, show_data)
8266 (make_source_or_disasm_window)
8267 (show_source_or_disasm_and_command): Update.
8268 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8269 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8270 "gdbarch".
8271 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8272 to tui_source_window_base.
8273 (struct tui_win_info) <detail>: Remove source_info member.
8274 (struct tui_source_window_base) <has_locator>: Inline.
8275 Move contents from tui_source_info; rename has_locator member to
8276 m_has_locator.
8277 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8278 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8279 header file.
8280 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8281 Simplify.
8282 (tui_free_all_source_wins_content): Cast to
8283 tui_source_window_base.
8284
44f0e208
TT
82852019-06-25 Tom Tromey <tom@tromey.com>
8286
8287 * tui/tui-win.c (make_invisible_and_set_new_height)
8288 (make_visible_with_new_height): Call has_locator method.
8289 * tui/tui-layout.c (show_source_disasm_command, show_data)
8290 (show_source_or_disasm_and_command): Update for bool change.
8291 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8292 (tui_win_info) <has_locator>: New method.
8293 (struct tui_source_window_base) <has_locator>: New method.
8294 (tui_win_has_locator): Don't declare.
8295 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8296 from tui_win_has_locator.
8297 (tui_source_window_base): Use false, not FALSE.
8298
7778b912
TT
82992019-06-25 Tom Tromey <tom@tromey.com>
8300
8301 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8302 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8303 clear_detail method directly.
8304 (tui_clear_win_detail): Remove.
8305
f83d391c
TT
83062019-06-25 Tom Tromey <tom@tromey.com>
8307
8308 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8309 "this", not TUI_DISASM_WIN.
8310
13446e05
TT
83112019-06-25 Tom Tromey <tom@tromey.com>
8312
8313 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8314 declare.
8315 * tui/tui-winsource.c
8316 (tui_source_window_base::do_scroll_horizontal): Rename from
8317 tui_horizontal_source_scroll.
8318 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8319 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8320 from tui_vertical_data_scroll.
8321 * tui/tui-win.h (tui_scroll): Don't declare.
8322 * tui/tui-win.c (tui_win_info::forward_scroll)
8323 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8324 (tui_win_info::right_scroll): Rename and update.
8325 (tui_scroll_forward_command, tui_scroll_backward_command)
8326 (tui_scroll_left_command, tui_scroll_right_command): Update.
8327 (tui_scroll): Remove.
8328 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8329 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8330 from tui_vertical_source_scroll.
8331 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8332 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8333 from tui_vertical_disassem_scroll.
8334 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8335 do_scroll_horizontal>: New methods.
8336 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8337 Likewise.
8338 (struct tui_source_window_base): Add do_scroll_horizontal.
8339 (struct tui_source_window, struct tui_disasm_window): Add
8340 do_scroll_vertical.
8341 (struct tui_data_window, struct tui_cmd_window): Add
8342 do_scroll_horizontal and do_scroll_vertical.
8343 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8344
5cf82909
TT
83452019-06-25 Tom Tromey <tom@tromey.com>
8346
8347 * tui/tui-data.h (struct tui_source_window_base): New struct.
8348 (struct tui_source_window): Derive from tui_source_window_base.
8349 (struct tui_disasm_window): New struct.
8350 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8351 from tui_source_window::clear_detail.
8352 (tui_source_window_base): Rename from tui_source_window.
8353 (~tui_source_window_base): Rename from ~tui_source_window.
8354 (tui_alloc_win_info): Create a tui_disasm_window.
8355
ee1d42d6
TT
83562019-06-25 Tom Tromey <tom@tromey.com>
8357
8358 * tui/tui-data.h (struct tui_source_window)
8359 (struct tui_data_window): Declare destructors.
8360 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8361 destructors.
8362 (tui_win_info): Simplify.
8363
b4eb2452
TT
83642019-06-25 Tom Tromey <tom@tromey.com>
8365
8366 * tui/tui-winsource.c (tui_display_main)
8367 (tui_update_source_windows_with_addr)
8368 (tui_update_all_breakpoint_info): Update.
8369 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8370 (new_height_ok, parse_scrolling_args): Update.
8371 * tui/tui-stack.c (tui_show_frame_info): Update.
8372 * tui/tui-data.h (struct tui_list): Remove.
8373 (tui_source_windows): Return a reference to a std::vector.
8374 * tui/tui-data.c (source_windows): Now a std::vector.
8375 (tui_source_windows): Change return type.
8376 (tui_clear_source_windows): Rewrite.
8377 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8378 (tui_free_all_source_wins_content): Rewrite.
8379
8761a91b
TT
83802019-06-25 Tom Tromey <tom@tromey.com>
8381
8382 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8383 (struct tui_data_window, struct tui_cmd_window): Declare
8384 clear_detail method.
8385 * tui/tui-data.c (tui_source_window::clear_detail)
8386 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8387 methods.
8388 (tui_clear_win_detail): Simplify.
8389
0ed69eda
TT
83902019-06-25 Tom Tromey <tom@tromey.com>
8391
8392 * tui/tui-layout.c (make_source_window, make_disasm_window)
8393 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8394 Return the new window.
8395 (show_source_disasm_command, show_data)
8396 (show_source_or_disasm_and_command): Update.
8397
82432e10
TT
83982019-06-25 Tom Tromey <tom@tromey.com>
8399
8400 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8401 parameter. Return the new window.
8402 (show_source_disasm_command): Update and remove NULL check.
8403 (show_source_or_disasm_and_command): Update.
8404
ec328aa5
TT
84052019-06-25 Tom Tromey <tom@tromey.com>
8406
8407 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8408
33b906ab
TT
84092019-06-25 Tom Tromey <tom@tromey.com>
8410
8411 * tui/tui-data.h (struct tui_win_info): Make constructor
8412 protected. Make destructor virtual. Add initializers.
8413 (tui_source_window, tui_data_window, tui_cmd_window): New
8414 classes.
8415 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8416 constructor. Add "type" parameter.
8417 (tui_source_window, tui_data_window, tui_cmd_window): New
8418 constructors.
8419 (tui_alloc_win_info): Instantiate the appropriate subclass.
8420
e7e11af4
TT
84212019-06-25 Tom Tromey <tom@tromey.com>
8422
8423 * tui/tui-win.c (tui_resize_all): Use delete.
8424 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8425 destructor.
8426 (tui_free_window): Don't declare.
8427 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8428 Update.
8429
6792b55e
TT
84302019-06-25 Tom Tromey <tom@tromey.com>
8431
8432 * tui/tui-data.h (struct tui_win_info): Add constructor.
8433 * tui/tui-data.c (tui_alloc_win_info): Use new.
8434 (tui_free_window): Use delete.
8435
f95675e1
TT
84362019-06-22 Tom Tromey <tom@tromey.com>
8437
8438 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8439 declare.
8440 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8441
5bff081c
TT
84422019-06-22 Tom Tromey <tom@tromey.com>
8443
8444 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8445 declare.
8446 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8447
47e3f474
TV
84482019-06-22 Tom de Vries <tdevries@suse.de>
8449
8450 * dwarf2read.c (create_addrmap_from_aranges)
8451 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8452 instead of '%zu'.
8453
fd5866f6
SM
84542019-06-21 Simon Marchi <simon.marchi@efficios.com>
8455
8456 * dwarf2read.h (dwarf2_section_info_def): Remove.
8457 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8458 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8459 std::vector<dwarf2_section_info>.
8460 (struct dwo_file) <~dwo_file>: Remove.
8461 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8462 types field.
8463 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8464 (dwarf2_read_debug_names): Likewise.
8465 (create_debug_types_hash_table): Change parameter type to
8466 array_view, adjust code accordingly.
8467 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8468 (partial_die_info::fixup): Likewise.
8469 (determine_prefix): Likewise.
8470 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8471
fb1eb2f9
SM
84722019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8473
8474 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8475 gdb_bfd_ref_ptr.
8476 <~dwo_file>: Remove call to gdb_bfd_unref.
8477 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8478 gdb_bfd_ref_ptr::get.
8479
51ac9db5
SM
84802019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8481
8482 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8483 type to htab_up.
8484 * dwarf2read.c (struct dwo_file): Initialize fields.
8485 <~dwo_file>: New.
8486 (free_dwo_file): Remove, move content to ~dwo_file.
8487 (struct dwo_file_deleter): Remove.
8488 (dwo_file_up>: Remove custom deleter.
8489 (free_dwo_files): Remove.
8490 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8491 dwo_files.
8492 (process_skeletonless_type_units): Call unique_ptr::get.
8493 (allocate_dwo_file_hash_table): Add deleter to created hash
8494 table. Change return type to htab_up.
8495 (lookup_dwo_file_slot): Don't memset dwo_file, call
8496 unique_ptr::get.
8497 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8498 (create_dwo_unit_in_dwp_v2): Likewise.
8499 (open_and_init_dwo_file): Likewise.
8500 (free_dwo_file_from_slot): Remove.
8501
dc4ccb6f
SM
85022019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8503
8504 * dwarf2read.h (struct dwarf2_section_info) <readin,
8505 is_virtual>: Change type to bool.
8506 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8507 true instead of 1.
8508
e6a1c5cb
TT
85092019-06-19 Tom Tromey <tom@tromey.com>
8510
8511 * tui/tui-data.h (tui_init_content_element): Don't declare.
8512
6f6ffbeb
TT
85132019-06-19 Tom Tromey <tom@tromey.com>
8514
8515 * tui/tui-data.h (tui_init_win_info): Don't declare.
8516
f23f598e
TV
85172019-06-19 Tom de Vries <tdevries@suse.de>
8518
8519 * dwarf2read.h (abstract_to_concrete): Change type to
8520 std::unordered_map<sect_offset, std::vector<sect_offset>,
8521 gdb::hash_enum<sect_offset>>.
8522
680e1bee
TT
85232019-06-19 Tom Tromey <tromey@adacore.com>
8524
8525 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8526 EVAL_AVOID_SIDE_EFFECTS specially.
8527
dcf37923
TT
85282019-06-19 Tom Tromey <tromey@adacore.com>
8529
8530 * source-cache.c (highlighter): New global.
8531 (source_cache::get_source_lines): Create a highlighter on demand.
8532
494986d5
AB
85332019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8534
8535 * defs.h (deprecated_interactive_hook): Delete declaration.
8536 * interps.c (clear_interpreter_hooks): Remove use of
8537 deprecated_interactive_hook.
8538 * top.c (deprecated_interactive_hook): Delete definition.
8539 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8540
3360b6e7
TV
85412019-06-18 Tom de Vries <tdevries@suse.de>
8542
8543 PR gdb/24515
8544 * dwarf2read.h (abstract_to_concrete): Change type from
8545 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8546 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8547 * dwarf2read.c (read_variable): Update.
8548 (dwarf2_fetch_die_loc_sect_off): Update.
8549
310b3441
TV
85502019-06-17 Tom de Vries <tdevries@suse.de>
8551
8552 PR gdb/24617
8553 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8554 accessing parent[parent_len - 1].
8555
ba9777be
PP
85562019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8557
8558 PR gdb/24364
8559 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8560 call dtrace_process_dof with NULL dof.
8561
2b9f6e89
TV
85622019-06-16 Tom de Vries <tdevries@suse.de>
8563
8564 PR gdb/24445
8565 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8566
431b3ead
TT
85672019-06-16 Tom Tromey <tom@tromey.com>
8568
8569 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8570 (make_all_visible): Use address of member.
8571
d04b44a1
TT
85722019-06-16 Tom Tromey <tom@tromey.com>
8573
8574 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8575 (tui_free_window, free_content, free_content_elements): Remove
8576 unnecessary cast.
8577 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8578 cast.
8579 * tui/tui-regs.c (tui_show_register_group)
8580 (tui_display_registers_from, tui_display_reg_element_at_line):
8581 Remove unnecessary cast.
8582
bf5142e7
AB
85832019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8584
8585 * linux-nat.c (normal_mask): Delete.
8586 (_initialize_linux_nat): Don't initialise normal_mask.
8587
c4973306
SM
85882019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8589
8590 PR gdb/24445
8591 * dwarf-index-write.h (write_psymtabs_to_index): Add
8592 dwz_basename parameter.
8593 * dwarf-index-write.c (write_gdbindex): Move file writing to
8594 write_gdbindex_1. Change return type void.
8595 (assert_file_size): Move up, remove filename parameter.
8596 (write_gdbindex_1): New function.
8597 (write_debug_names): Change return type to void, call
8598 assert_file_size.
8599 (struct index_wip_file): New struct.
8600 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8601 file logic to index_wip_file. Write index for dwz file if
8602 needed.
8603 (save_gdb_index_command): Pass basename of dwz file, if present.
8604 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8605 build-id of dwz file, if present.
8606 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8607 (dwarf2_get_dwz_file): Likewise.
8608 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8609 (dwarf2_get_dwz_file): Likewise.
8610
395f9c91
TT
86112019-06-16 Tom Tromey <tom@tromey.com>
8612
8613 * coffread.c (process_coff_symbol): Use xstrdup.
8614 * value.c (create_internalvar): Use xstrdup.
8615
cafb3438
TT
86162019-06-16 Tom Tromey <tom@tromey.com>
8617
8618 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8619 * breakpoint.c (stopin_command, stopat_command)
8620 (until_break_command, decode_location_default): Remove unnecessary
8621 cast.
8622 * utils.c (subset_compare): Remove unnecessary cast.
8623 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8624 cast.
8625 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8626 cast.
8627 * infcmd.c (path_command): Remove unnecessary cast.
8628 * coffread.c (decode_type): Remove unnecessary cast.
8629 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8630 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8631 * tui/tui-stack.c (tui_show_locator_content)
8632 (tui_show_frame_info): Remove unnecessary cast.
8633 * tui/tui-win.c (tui_scroll_forward_command)
8634 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8635 (parse_scrolling_args): Remove unnecessary cast.
8636 * tui/tui-data.c (init_win_info, tui_del_window)
8637 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8638 (free_content_elements): Remove unnecessary cast.
8639 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8640 unnecessary cast.
8641 * tui/tui-source.c (tui_set_source_content)
8642 (tui_vertical_source_scroll): Remove unnecessary cast.
8643 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8644 cast.
8645 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8646 * tui/tui-regs.c (tui_display_registers_from)
8647 (tui_display_register): Remove unnecessary cast.
8648 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8649 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8650 (make_visible): Remove unnecessary cast.
8651 * tui/tui-winsource.c (tui_erase_source_content)
8652 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8653 unnecessary cast.
8654 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8655 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8656 * stabsread.c (read_type, read_array_type, read_range_type):
8657 Remove unnecessary cast.
8658 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8659 (parse_symbol, parse_type, upgrade_type, parse_external)
8660 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8661 unnecessary cast.
8662 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8663
730ead81
TT
86642019-06-16 Tom Tromey <tom@tromey.com>
8665
8666 * tui/tui-data.c (tui_alloc_generic_win_info)
8667 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8668 checks.
8669
584a927c
AB
86702019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8671 Andrew Burgess <andrew.burgess@embecosm.com>
8672
8673 * f-typeprint.c (f_print_type): Don't return early for not
8674 associated or not allocated types.
8675 (f_type_print_varspec_suffix): Add print_rank parameter and print
8676 ranks of array types in case they dangling.
8677 (f_type_print_base): Add print_rank parameter.
8678
30056ea0
AB
86792019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8680
8681 * NEWS: Mention new MI commands.
8682 * break-catch-throw.c (enum exception_event_kind): Move to
8683 breakpoint.h.
8684 (print_mention_exception_catchpoint): Output text as a single
8685 message.
8686 (catch_exception_command_1): Rename to...
8687 (catch_exception_event): ...this, make non-static, update header
8688 command, and change some parameter types.
8689 (catch_catch_command): Update for changes to
8690 catch_exception_command_1.
8691 (catch_throw_command): Likewise.
8692 (catch_rethrow_command): Likewise.
8693 * breakpoint.c (enum exception_event_kind): Delete.
8694 * breakpoint.h (enum exception_event_kind): Moved here from
8695 break-catch-throw.c.
8696 (catch_exception_event): Declare.
8697 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8698 (mi_cmd_catch_throw): New function.
8699 (mi_cmd_catch_rethrow): New function.
8700 (mi_cmd_catch_catch): New function.
8701 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8702 'catch-catch' entries.
8703 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8704 (mi_cmd_catch_rethrow): Declare.
8705 (mi_cmd_catch_catch): Declare.
8706
ec8e2b6d
AB
87072019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8708
8709 * annotate.c (annotate_source_line): Change return type to void,
8710 update implementation to match.
8711 * annotate.h (annotate_source_line): Change return type to void,
8712 update header comment.
8713 * stack.c (print_frame_info): Don't change what frame information
8714 is printed based on whether annotations are on or not.
8715
0d3abd8c
AB
87162019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8717
8718 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8719 (annotate_source): Make static.
8720 (annotate_source_line): Moved from source.c and renamed from
8721 identify_source_line. Update the return type.
8722 * annotate.h (annotate_source): Delete declaration.
8723 (annotate_source_line): Declaration moved from source.h, and
8724 renamed from identify_source_line. Return type updated.
8725 * source.c (identify_source_line): Moved to annotate.c and renamed
8726 to annotate_source_line.
8727 (info_line_command): Remove check of annotation_level.
8728 * source.h (identify_source_line): Move declaration to annotate.h
8729 and rename to annotate_source_line.
8730 * stack.c: Add 'annotate.h' include.
8731 (print_frame_info): Remove check of annotation_level before
8732 calling annotate_source_line.
8733
00df30ae
AB
87342019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8735
8736 * source-cache.c (source_cache::get_plain_source_lines): Use
8737 open_source_file_with_line_charpos instead of just
8738 open_source_file, remove call to find_source_lines.
8739 (source_cache::get_source_lines): Likewise.
8740 * source.c (find_source_lines): Make static.
8741 (get_filename_and_charpos): Renamed into...
8742 (open_source_file_with_line_charpos): ..this along with changes to
8743 return a scoped_fd, and some other minor clean ups.
8744 (identify_source_line): Use open_source_file_with_line_charpos.
8745 (search_command_helper): Use open_source_file_with_line_charpos
8746 instead of just open_source_file, remove call to
8747 find_source_lines.
8748 * source.h (open_source_file_with_line_charpos): Declare new
8749 function.
8750 (find_source_lines): Delete declaration.
8751
afda45a2
AB
87522019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8753
8754 * source.c (get_filename_and_charpos): Remove fullname
8755 parameter.
8756 (identify_source_line): Update call to get_filename_and_charpos.
8757
0735b091
TT
87582019-06-14 Tom Tromey <tromey@adacore.com>
8759
8760 PR gdb/24502:
8761 * ui-style.h (skip_ansi_escape): Update comment.
8762 * ui-file.h (class no_terminal_escape_file): New class.
8763 * ui-file.c (no_terminal_escape_file::write)
8764 (no_terminal_escape_file::puts): New methods.
8765 * cli/cli-logging.c (handle_redirections): Use
8766 no_terminal_escape_file.
8767
52ce35e2
TT
87682019-06-14 Tom Tromey <tromey@adacore.com>
8769
8770 * NEWS: Move convenience variable news above Python news.
8771
73cc7272
TT
87722019-06-14 Tom Tromey <tom@tromey.com>
8773
8774 * gnulib: Move directory to top-level.
8775 * configure.ac: Don't configure gnulib.
8776 * configure: Rebuild.
8777 * common/common-defs.h: Use new path to gnulib.
8778 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8779 (GNULIB_H): Remove.
8780 (INCGNU): Look in new gnulib location.
8781 (HFILES_NO_SRCDIR): Remove gnulib files.
8782 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8783 (generated_files): Remove GNULIB_H.
8784 ($(LIBGNU), all-lib): Remove targets.
8785 (distclean): Don't mention GNULIB_BUILDDIR.
8786 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8787
f5686554
TT
87882019-06-14 Tom Tromey <tromey@adacore.com>
8789
8790 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8791 Warn if symbol file does not provide any symbols.
8792
a0c1ffed
TT
87932019-06-14 Tom Tromey <tromey@adacore.com>
8794
8795 * source.c (find_and_open_source): Respect basenames_may_differ.
8796
7c39e397
AB
87972019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8798
8799 * annotate.c (annotate_breakpoints_invalid): Make use of
8800 scoped_restore_terminal_state.
8801 (annotate_frames_invalid): Likewise.
8802
f411722c
TT
88032019-06-14 Tom Tromey <tromey@adacore.com>
8804
8805 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8806 allow assignment to an internalvar.
8807
4268ec18
TT
88082019-06-14 Tom Tromey <tromey@adacore.com>
8809
8810 * ada-lex.l: Allow "_" in attribute names.
8811
abdb711e
TT
88122019-06-14 Tom Tromey <tromey@adacore.com>
8813
8814 PR gdb/24653:
8815 * regcache.c (registers_changed): Don't call alloca.
8816 * top.c (execute_command): Don't call alloca.
8817
4c048731
PA
88182019-06-13 Pedro Alves <palves@redhat.com>
8819
8820 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8821 'expression'. When parsing an expression, error out if there's
8822 junk after "unlimited".
8823 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8824 (do_set_command): Adjust calls to is_unlimited_literal.
8825
66eb1ed3
PA
88262019-06-13 Pedro Alves <palves@redhat.com>
8827
8828 * compile/compile.c (make_compile_options_def_group): Add braces
8829 around array_view initializer.
8830 * thread.c (make_thread_apply_all_options_def_group)
8831 (make_thread_apply_all_options_def_group): Likewise.
8832
3345721a
PA
88332019-06-13 Pedro Alves <palves@redhat.com>
8834
8835 * NEWS (New commands): Mention "maint test-options
8836 require-delimiter", "maint test-options unknown-is-error", "maint
8837 test-options unknown-is-operand" and "maint show
8838 test-options-completion-result".
8839 (New command options, command completion): New section.
8840 (Completion improvements): New section.
8841 Mention that you can abbreviate "unlimited".
8842
6206060d
PA
88432019-06-13 Pedro Alves <palves@redhat.com>
8844
8845 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8846 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8847 * unittests/cli-utils-selftests.c (test_parse_flags)
8848 (test_parse_flags_qcs): Delete.
8849 (test_cli_utils): Don't call deleted functions.
8850
6665660a
PA
88512019-06-13 Pedro Alves <palves@redhat.com>
8852
8853 * thread.c: Include "cli/cli-option.h".
8854 (tp_array_compar_ascending): Global.
8855 (tp_array_compar): Delete function.
8856 (tp_array_compar_ascending, tp_array_compar_descending): New
8857 functions.
8858 (ascending_option_def, qcs_flag_option_def)
8859 (thr_qcs_flags_option_defs)
8860 (make_thread_apply_all_options_def_group)
8861 (make_thread_apply_options_def_group): New.
8862 (thread_apply_all_command): Use gdb::option::process_options.
8863 (thread_apply_command_completer)
8864 (thread_apply_all_command_completer): New.
8865 (thread_apply_command): Use gdb::option::process_options.
8866 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8867 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8868 to generate help text of "thread apply". Adjust "taas"'s help.
8869 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8870 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8871
f7e13587
PA
88722019-06-13 Pedro Alves <palves@redhat.com>
8873
8874 * thread.c (thread_apply_command): Check for invalid TID with
8875 isdigit instead of !isalpha.
8876
5d707134
PA
88772019-06-13 Pedro Alves <palves@redhat.com>
8878
8879 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8880 (validate_flags_qcs): New.
8881 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8882 (validate_flags_qcs): Declare.
8883 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8884 (make_frame_apply_options_def_group): New.
8885 (frame_apply_command_count): Process options with
8886 gdb::option::process_options.
8887 (frame_apply_completer): New.
8888 (frame_apply_level_completer, frame_apply_all_completer)
8889 (frame_apply_completer): New.
8890 (_initialize_stack): Update help of "frame apply", "frame apply
8891 level", "frame apply all" and "faas" to mention supported options
8892 and install command completers.
8893 * stack.h (frame_apply_all_completer): Declare.
8894 * thread.c: Include "stack.h".
8895 (tfaas_command): Add "--".
8896 (_initialize_thread): Update help "tfaas" to mention supported
8897 options and install command completer.
8898
272d4594
PA
88992019-06-13 Pedro Alves <palves@redhat.com>
8900
8901 * completer.c (complete_nested_command_line): New.
8902 (gdb_completion_word_break_characters_throw): Add assertion.
8903 * completer.h (complete_nested_command_line): Declare.
8904
90a1ef87
PA
89052019-06-13 Pedro Alves <palves@redhat.com>
8906
8907 * stack.c (parse_backtrace_qualifiers): New.
8908 (backtrace_command): Use it.
8909 (backtrace_command_completer): Complete on qualifiers.
8910
d4c16835
PA
89112019-06-13 Pedro Alves <palves@redhat.com>
8912
8913 * frame.c: Include "cli/cli-option.h.
8914 (user_set_backtrace_options): New.
8915 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8916 Delete.
8917 (get_prev_frame): Adjust.
8918 (boolean_option_def, uinteger_option_def)
8919 (set_backtrace_option_defs): New.
8920 (_initialize_frame): Adjust and use
8921 gdb::option::add_setshow_cmds_for_options to install "set
8922 backtrace past-main" and "set backtrace past-entry".
8923 * frame.h: Include "cli/cli-option.h".
8924 (struct frame_print_options): Forward declare.
8925 (print_frame_arguments_all, print_frame_arguments_scalars)
8926 (print_frame_arguments_none): Declare.
8927 (print_entry_values): Delete declaration.
8928 (struct frame_print_options, user_frame_print_options): New.
8929 (struct set_backtrace_options): New.
8930 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8931 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8932 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8933 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8934 (list_args_or_locals): Add frame_print_options parameter.
8935 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8936 * python/py-framefilter.c (enumerate_args): Pass down
8937 USER_FRAME_PRINT_OPTIONS.
8938 * stack.c: Include "cli/cli-option.h".
8939 (print_frame_arguments_all, print_frame_arguments_scalars)
8940 (print_frame_arguments_none): Declare.
8941 (print_raw_frame_arguments, print_entry_values): Delete.
8942 (user_frame_print_options): New.
8943 (boolean_option_def, enum_option_def, frame_print_option_defs):
8944 New.
8945 (struct backtrace_cmd_options): New.
8946 (bt_flag_option_def): New.
8947 (backtrace_command_option_defs): New.
8948 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8949 (print_frame_arg, read_frame_arg, print_frame_args)
8950 (print_frame_info, print_frame): Add frame_print_options parameter
8951 and use it.
8952 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8953 (backtrace_command_1): Add frame_print_options and
8954 backtrace_cmd_options parameters and use them.
8955 (make_backtrace_options_def_group): New.
8956 (backtrace_command): Process command options with
8957 gdb::option::process_options.
8958 (backtrace_command_completer): New.
8959 (_initialize_stack): Extend "backtrace"'s help to mention
8960 supported options. Install completer for "backtrace".
8961 Install some settings commands with add_setshow_cmds_for_options.
8962
2daf894e
PA
89632019-06-13 Pedro Alves <palves@redhat.com>
8964
8965 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8966 and that "set/show print raw frame-arguments" are now deprecated.
8967
8968 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8969 command.
8970 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8971 * stack.c (_initialize_stack): Install "set/show print
8972 raw-frame-arguments", and deprecate "set/show print raw
8973 frame-arguments".
8974 * valprint.c (_initialize_valprint): Deprecate "set/show print
8975 raw".
8976
e6ed716c
PA
89772019-06-13 Pedro Alves <palves@redhat.com>
8978
8979 * compile/compile.c (struct compile_options): New.
8980 (compile_flag_option_def, compile_command_option_defs)
8981 (make_compile_options_def_group): New.
8982 (compile_file_command): Handle options with
8983 gdb::option::process_options.
8984 (compile_file_command_completer): New function.
8985 (compile_code_command): Handle options with
8986 gdb::option::process_options.
8987 (compile_code_command_completer): New function.
8988 (_initialize_compiler): Install completers for "compile code" and
8989 "compile file". Mention available options in "compile code" and
8990 "compile code"'s help.
8991 * completer.c (advance_to_completion_word): New, factored out from
8992 ...
8993 (advance_to_expression_complete_word_point): ... this.
8994 (advance_to_filename_complete_word_point): New.
8995 * completer.h (advance_to_filename_complete_word_point): New
8996 declaration.
8997
7d8062de
PA
89982019-06-13 Pedro Alves <palves@redhat.com>
8999
9000 * compile/compile.c: Include "cli/cli-option.h".
9001 (compile_print_value): Scope data pointer is now a
9002 value_print_options pointer; adjust.
9003 (compile_print_command): Process options. Scope data pointer is
9004 now a value_print_options pointer; adjust.
9005 (_initialize_compile): Update "compile print"'s help to include
9006 supported options. Install a completer for "compile print".
9007 * cp-valprint.c (show_vtblprint, show_objectprint)
9008 (show_static_field_print): Delete.
9009 (_initialize_cp_valprint): Don't install "set print
9010 static-members", "set print vtbl", "set print object" here.
9011 * printcmd.c: Include "cli/cli-option.h" and
9012 "common/gdb_optional.h".
9013 (print_command_parse_format): Rework to fill in a
9014 value_print_options instead of a format_data.
9015 (print_value): Change parameter type from format_data pointer to
9016 value_print_options reference. Adjust.
9017 (print_command_1): Process options. Adjust to pass down a
9018 value_print_options.
9019 (print_command_completer): New.
9020 (_initialize_printcmd): Install print_command_completer as
9021 handle_brkchars completer for the "print" command. Update
9022 "print"'s help to include supported options.
9023 * valprint.c: Include "cli/cli-option.h".
9024 (show_vtblprint, show_objectprint, show_static_field_print): Moved
9025 here from cp-valprint.c.
9026 (boolean_option_def, uinteger_option_def)
9027 (value_print_option_defs, make_value_print_options_def_group):
9028 New. Use gdb::option::add_setshow_cmds_for_options to install
9029 "set print elements", "set print null-stop", "set print repeats",
9030 "set print pretty", "set print union", "set print array", "set
9031 print address", "set print symbol", "set print array-indexes".
9032 * valprint.h: Include <string> and "cli/cli-option.h".
9033 (make_value_print_options_def_group): Declare.
9034 (print_value): Change parameter type from format_data pointer to
9035 value_print_options reference.
9036 (print_command_completer): Declare.
9037
9d0faba9
PA
90382019-06-13 Pedro Alves <palves@redhat.com>
9039
9040 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
9041 (COMMON_SFILES): Add maint-test-settings.c.
9042 * cli/cli-decode.c (boolean_enums): New global, factored out from
9043 ...
9044 (add_setshow_boolean_cmd): ... here.
9045 * cli/cli-decode.h (boolean_enums): Declare.
9046 * cli/cli-option.c: New file.
9047 * cli/cli-option.h: New file.
9048 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
9049 factored out from ...
9050 (parse_cli_boolean_value(const char *)): ... this.
9051 (is_unlimited_literal): Change parameter type to pointer to
9052 pointer. Adjust and advance ARG pointer.
9053 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9054 (parse_cli_var_enum): New, factored out from ...
9055 (do_set_command): ... this. Adjust.
9056 * cli/cli-setshow.h (parse_cli_boolean_value)
9057 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
9058 (parse_cli_var_enum): Declare.
9059 * cli/cli-utils.c: Include "cli/cli-option.h".
9060 (get_ulongest): New.
9061 * cli/cli-utils.h (get_ulongest): Declare.
9062 (check_for_argument): New overloads.
9063 * maint-test-options.c: New file.
9064
2c722807
PA
90652019-06-13 Pedro Alves <palves@redhat.com>
9066
9067 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
9068 parse a range if "-" is at the end of the string.
9069
dee7b4c8
PA
90702019-06-13 Pedro Alves <palves@redhat.com>
9071
9072 * cli/cli-setshow.c (parse_auto_binary_operation)
9073 (parse_cli_boolean_value): Don't allow "o".
9074
dca0f6c0
PA
90752019-06-13 Pedro Alves <palves@redhat.com>
9076
9077 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
9078 * NEWS: Mention maint test-settings KIND.
9079 * maint-test-settings.c: New file.
9080
597bf39d
PA
90812019-06-13 Pedro Alves <palves@redhat.com>
9082
9083 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
9084 completer.
9085 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
9086 "set" completers.
9087
48c410fb
PA
90882019-06-13 Pedro Alves <palves@redhat.com>
9089
9090 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
9091 after item.
9092
93bcb043
PA
90932019-06-13 Pedro Alves <palves@redhat.com>
9094
9095 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
9096
cbba3ecd
PA
90972019-06-13 Pedro Alves <palves@redhat.com>
9098
9099 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
9100 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
9101 call.
9102 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
9103 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
9104 calls.
9105 (check_for_argument): Skip spaces after argument.
9106
b9a3f842
PA
91072019-06-13 Pedro Alves <palves@redhat.com>
9108
9109 * thread.c (thread_apply_command): Adjust TID parsing.
9110 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
9111 detected before end of string.
9112 (tid_is_in_list): Error out if LIST is invalid.
9113
3844e605
PA
91142019-06-13 Pedro Alves <palves@redhat.com>
9115
9116 * completer.c (complete_line_internal_1): Rewind completion word
9117 point.
9118 (completion_tracker::advance_custom_word_point_by): Change
9119 parameter type to int.
9120 * completer.h (completion_tracker::advance_custom_word_point_by):
9121 Likewise.
9122
00b56dbe
PA
91232019-06-13 Pedro Alves <palves@redhat.com>
9124
9125 * completer.c (advance_to_completion_word): Handle delimiters.
9126
d106773e
PA
91272019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
9128
9129 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
9130
08f10e02
TT
91312019-06-11 Tom Tromey <tom@tromey.com>
9132
9133 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
9134 (xmalloc_failed): Move to alloc.c.
9135 * alloc.c: New file.
9136 * Makefile.in (COMMON_SFILES): Add alloc.c.
9137
1c7fe951
TT
91382019-06-11 Tom Tromey <tom@tromey.com>
9139
9140 * nat/linux-waitpid.c: Don't include server.h.
9141 (linux_debug): Remove.
9142 (my_waitpid): Update.
9143
89549d7f
TT
91442019-06-11 Tom Tromey <tromey@adacore.com>
9145
9146 * infcall.c (_initialize_infcall): Remove trailing newline from
9147 help.
9148 * user-regs.c (_initialize_user_regs): Remove trailing newline
9149 from help.
9150 * typeprint.c (_initialize_typeprint): Remove trailing newline
9151 from help.
9152 * reverse.c (_initialize_reverse): Remove trailing newlines from
9153 help.
9154 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
9155 from help.
9156 * language.c (add_set_language_command): Remove trailing newline
9157 from help.
9158 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
9159 help.
9160 * disasm.c (_initialize_disasm): Remove trailing newline from
9161 help.
9162 * top.c (init_main): Remove trailing newline from help.
9163 * interps.c (_initialize_interpreter): Remove trailing newline
9164 from help.
9165 * btrace.c (_initialize_btrace): Remove trailing newlines from
9166 help.
9167 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
9168 from help.
9169 * python/python.c (_initialize_python): Remove trailing newline
9170 from help.
9171 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
9172 help.
9173 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
9174 from help. Reformat some text.
9175 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
9176 from help.
9177 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
9178 newline from help.
9179
86108c13
TT
91802019-06-11 Tom Tromey <tromey@adacore.com>
9181
9182 * darwin-nat.c (darwin_decode_exception_message)
9183 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
9184
a7067863
AB
91852019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
9186
9187 * valops.c (value_slice): Check for not allocated or not
9188 associated values.
9189
9ab08412
TV
91902019-06-10 Tom de Vries <tdevries@suse.de>
9191
9192 PR gdb/24618
9193 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
9194 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9195 invalid.
9196
f19e22e9
TV
91972019-06-10 Tom de Vries <tdevries@suse.de>
9198
9199 PR gdb/24611
9200 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9201 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9202
e99f9db0
TV
92032019-06-10 Tom de Vries <tdevries@suse.de>
9204
9205 PR symtab/24545
9206 * symtab.c (struct demangled_name_entry): Add language field.
9207 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9208 static minimal symbol". Set and use language field.
9209
9bf7038b
TT
92102019-06-10 Tom Tromey <tromey@adacore.com>
9211
9212 * ada-lang.c (_initialize_ada_language): Update help text.
9213
422186a9
TT
92142019-06-10 Tom Tromey <tromey@adacore.com>
9215
9216 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9217 with a newline.
9218 * guile/guile.c (handle_boot_error): Don't end warning with a
9219 newline.
9220 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9221 warning with a newline.
9222 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9223 newline.
9224 (s12z_frame_cache): Likewise.
9225 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9226 a newline.
9227 * solib-svr4.c (disable_probes_interface): Don't end warning with
9228 a newline.
9229 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9230 newline.
9231 * python/python.c (do_finish_initialization): Don't end warning
9232 with a newline.
9233
25ce02ee
TT
92342019-06-10 Tom Tromey <tom@tromey.com>
9235
9236 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9237 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9238 gdbpy_enter.
9239
caa429d8
TT
92402019-06-10 Tom Tromey <tromey@adacore.com>
9241
9242 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9243 data.
9244 (elf_new_init): Don't call stabsread_new_init.
9245 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9246 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9247 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9248
81873cc8
TV
92492019-06-10 Tom de Vries <tdevries@suse.de>
9250
9251 PR symtab/16264
9252 PR symtab/24517
9253 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9254
4fa0265e
РИ
92552019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9256
9257 * source.c (find_and_open_source): Also rewrite relative file
9258 names.
9259
1a3da2cd
AB
92602019-04-26 Amos Bird <amosbird@gmail.com>
9261
9262 * annotate.c (annotate_thread_exited): Add "thread-exited"
9263 annotation.
9264
3847a7bf
TT
92652019-06-06 Tom Tromey <tromey@adacore.com>
9266
9267 * maint.h (class scoped_command_stats): Use
9268 DISABLE_COPY_AND_ASSIGN.
9269 <print_time>: New method.
9270 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9271 print_time.
9272 (scoped_command_stats::print_time): New method.
9273
312617a3
AB
92742019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9275
9276 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9277 instructions of lengths 6 or 8 bytes.
9278
b02f78f9
PA
92792019-06-04 Pedro Alves <palves@redhat.com>
9280
9281 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9282
9283 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9284 * breakpoint.c (condition_completer): Likewise.
9285 * cli/cli-dump.c (scan_expression): Likewise.
9286 * common/filestuff.c (mkdir_recursive): Likewise.
9287 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9288 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9289 (gdb_abspath): Likewise.
9290 * compile/compile-cplus-types.c
9291 (compile_cplus_instance::decl_name): Likewise.
9292 * completer.c (complete_explicit_location):
9293 (signal_completer, reg_or_group_completer_1): Likewise.
9294 * cp-support.c (cp_remove_params_if_any): Likewise.
9295 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9296 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9297 * infcmd.c (strip_bg_char): Likewise.
9298 * linespec.c (copy_token_string): Likewise.
9299 * mi/mi-main.c (output_cores): Likewise.
9300 * psymtab.c (psymtab_search_name):
9301 * symfile.c (test_set_ext_lang_command): Likewise.
9302 * target.c (target_fileio_read_stralloc): Likewise.
9303 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9304 * value.c (complete_internalvar): Likewise.
9305
e1f2e1a2
CB
93062019-06-04 Christian Biesinger <cbiesinger@google.com>
9307
9308 Add objfile property to gdb.Type.
d3238f7d
PA
9309 * NEWS: Mention Python API addition.
9310 * python/py-type.c (typy_get_objfile): New method.
e1f2e1a2 9311
e664d728
PW
93122019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9313
9314 * NEWS: Mention the new set|show style [title|highlight].
9315 Mention changes to "show style", "help" and "apropos".
9316
66d8c862
PW
93172019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9318
9319 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9320 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9321 instead of print_help_for_command.
9322 (print_doc_of_command): New function.
9323 (help_list): Add 'apropos -v word' suggestion.
9324 (print_help_for_command): Style the command name using title style.
9325 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9326 (_initialize_cli_cmds): Describe -v in apropos_command help.
9327
9303eb2f
PW
93282019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9329
9330 * cli/cli-style.h (cli_style_option): Add name in constructor,
9331 add m_name class member, add constructor with intensity,
9332 add name class function.
9333 (cli_style_option::add_setshow_commands): Remove name argument.
9334 (highlight_style, title_style): New styles.
9335 * cli/cli-style.c (do_show): New function that shows a style
9336 characteristic styling the style name with itself.
9337 (set_style_name): New function.
9338 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9339 Update all callers according to the changes in cli/cli-style.h.
9340 * utils.h (fputs_highlighted): New function.
9341 * utils.c (fputs_highlighted): Likewise.
9342
e2c52041
PW
93432019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9344
9345 * NEWS: Mention new pipe command and new convenience variables.
9346
947d3946
PW
93472019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9348
9349 * cli/cli-cmds.c (pipe_command): New function.
9350 (_initialize_cli_cmds): Call add_com for pipe_command.
9351 Define | as an alias for pipe.
9352 (exit_status_set_internal_vars): New function.
9353 (shell_escape): Call exit_status_set_internal_vars.
9354 cli/cli-decode.c (find_command_name_length): Recognize | as
9355 a single character command.
9356
b8fd0918
PW
93572019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9358
9359 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9360 top.c (execute_command_to_ui_file): New function, mostly a copy
9361 of execute_command_to_string.
9362 (execute_command_to_string): Implement by calling
9363 execute_command_to_ui_file.
9364
68bb5386
PW
93652019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9366
9367 * top.h (saved_command_line): Remove declaration.
9368 * top.c (previous_saved_command_line, previous_repeat_arguments):
9369 New variables.
9370 (saved_command_line): Make static, define together with other
9371 'repeat variables'.
9372 (dont_repeat): Clear repeat_arguments.
9373 (repeat_previous, get_saved_command_line, save_command_line):
9374 New functions.
9375 (gdb_init): Initialize saved_command_line
9376 and previous_saved_command_line.
9377 * main.c (captured_main_1): Remove saved_command_line initialization.
9378 * event-top.c (handle_line_of_input): Update to use
9379 the new 'repeat' related functions instead of direct access to
9380 saved_command_line.
9381 * command.h (repeat_previous, get_saved_command_line,
9382 save_command_line): New declarations.
9383 (dont_repeat): Add comment.
9384
bfcdb852
TT
93852019-05-30 Tom Tromey <tromey@adacore.com>
9386
9387 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9388 Fix comment.
9389 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9390
0ef209f2
JV
93912019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9392
9393 PR cli/24587
9394 * completer.c (complete): Initialize variable word.
9395
955b06fa
SDJ
93962019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9397
9398 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9399 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9400 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9401 'body' is NULL to the outter 'if', protecting the '!is_define'
9402 situation as well.
9403
fa9c3fa0
TT
94042019-05-29 Tom Tromey <tromey@adacore.com>
9405
9406 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9407 (dwarf_unknown): New function.
9408 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9409 (dwarf_type_encoding_name): Use dwarf_unknown.
9410
4330d61d
TT
94112019-05-29 Tom Tromey <tromey@adacore.com>
9412
9413 PR c++/20020:
9414 * cp-valprint.c (cp_print_value_fields): Call
9415 cp_print_static_field inside "try".
9416
33a6bc35
TT
94172019-05-29 Tom Tromey <tromey@adacore.com>
9418
9419 * inflow.c (struct terminal_info): Add default operator=.
9420 * configure: Rebuild.
9421 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9422 -Wdeprecated-copy-dtor, -Wredundant-move.
9423
000439d5
TT
94242019-05-29 Tom Tromey <tromey@adacore.com>
9425
9426 * NEWS: Add entry.
9427 * infcmd.c (print_return_value_1): Handle finish_print
9428 option.
9429 (show_print_finish): New function.
9430 (_initialize_infcmd): Add "set/show print finish" commands.
9431 * valprint.c (user_print_options): Initialize new member.
9432 * valprint.h (struct value_print_options) <finish_print>: New
9433 member.
9434
c0e70c62
TT
94352019-05-28 Tom Tromey <tromey@adacore.com>
9436
9437 * ada-lang.c (ada_remove_Xbn_suffix)
9438 (find_old_style_renaming_symbol)
9439 (parse_old_style_renaming): Remove.
9440 (ada_find_renaming_symbol): Don't call
9441 find_old_style_renaming_symbol.
9442 (ada_is_renaming_symbol): Rename from
9443 ada_find_renaming_symbol. Remove "block" parameter. Return
9444 bool. Now static.
9445 (ada_read_var_value): Update and simplify.
9446 * ada-exp.y (write_var_or_type): Remove old code.
9447
766f8836
AH
94482019-05-28 Alan Hayward <alan.hayward@arm.com>
9449
68255adc 9450 PR gdb/25010
766f8836
AH
9451 * event-top.c: Remove include comment.
9452 * inflow.c (class scoped_ignore_sigttou): Move from here...
9453 * inflow.h (class scoped_ignore_sigttou): ...to here.
9454 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9455 * top.c: Remove include comment.
9456
eb41253a
TT
94572019-05-27 Tom Tromey <tom@tromey.com>
9458
9459 * NEWS: Fix typo.
9460
4ca51187
TT
94612019-05-22 Tom Tromey <tromey@adacore.com>
9462
9463 * target.c (target_follow_exec): Constify parameter.
9464 * target-delegates.c: Rebuild.
9465 * remote.c (remote_target::follow_exec): Constify parameter.
9466 * infrun.c (follow_exec): Constify parameter.
9467 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9468 (target_follow_exec): Likewise.
9469
8fca4da0
AH
94702019-05-22 Alan Hayward <alan.hayward@arm.com>
9471
9472 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9473 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9474
b7060614
AH
94752019-05-22 Alan Hayward <alan.hayward@arm.com>
9476
9477 * NEWS: Add debugredirect and testsuite sections.
9478
0a5954bd
SC
94792019-05-22 Simon Cook <simon.cook@embecosm.com>
9480
9481 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9482 target descriptions using exclusively floating point register name
9483 aliases.
9484
dc42e902
AB
94852019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9486
9487 PR gdb/18644:
9488 * f-lang.c (build_fortran_types): Handle the case where
9489 gdbarch_floatformat_for_type returns a nullptr.
9490
fb7806c7
TV
94912019-05-21 Tom de Vries <tdevries@suse.de>
9492
9493 PR cli/24587
9494 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9495
34d11c68
AB
94962019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9497
9498 PR gdb/18644:
9499 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9500 16-byte floats.
9501 * i386-tdep.c (i386_floatformat_for_type): Use
9502 floatformats_ia64_quad for the 16-byte floating point component
9503 within a fortran 32-byte complex number.
9504
122cf0f2
AB
95052019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9506
9507 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9508 delete default constructor.
9509 (find_partial_die): Update to return const struct.
9510 (partial_die_parent_scope): Move variable declaration into scope
9511 of its use and change its type to auto.
9512 (guess_partial_die_structure_name): Likewise.
9513 (partial_die_info::fixup): Likewise.
9514
33d0e35a
TT
95152019-05-17 Tom Tromey <tromey@adacore.com>
9516
9517 * source.c (find_and_open_source): Remove cast.
9518
a45575b0
TT
95192019-05-17 Tom Tromey <tromey@adacore.com>
9520
9521 * annotate.c (annotate_source): Make "filename" const.
9522 * annotate.h (annotate_source): Use const.
9523
81f47ac2
AH
95242019-05-17 Alan Hayward <alan.hayward@arm.com>
9525
9526 * disasm.c (set_disassembler_options): Send errors to stderr.
9527
ca1285d1
AH
95282019-05-17 Alan Hayward <alan.hayward@arm.com>
9529
9530 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9531 (cli_interp_base::set_logging): Check debug_redirect.
9532 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9533 * cli/cli-logging.c (debug_redirect): Add static variable.
9534 (pop_output_files): Add default param.
9535 (handle_redirections): Print debug setting.
9536 (show_logging_command): Likewise.
9537 (_initialize_cli_logging): Add debugredirect command.
9538 * interps.c (current_interp_set_logging): Add debug_redirect
9539 parameter.
9540 * interps.h (set_logging): Add debug_redirect parameter.
9541 (current_interp_set_logging): Likewise.
9542 * mi/mi-common.h: Likewise.
9543 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9544
95452019-05-17 Alan Hayward <alan.hayward@arm.com>
f3a09c80
AH
9546 Tom Tromey <tromey@adacore.com>
9547
9548 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9549 directly.
9550 * cli/cli-interp.h (make_logging_output): Remove declaration.
9551 * cli/cli-logging.c (make_logging_output): Remove function.
9552 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9553 directly.
9554 * ui-file.c (tee_file::tee_file): Remove bools.
9555 (tee_file::~tee_file): Remove deletes.
9556 * ui-file.h (tee_file): Remove bools.
9557
26648588
JV
95582019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9559
9560 * mi/mi-cmds.h (mi_cmd_complete): New function.
9561 * mi/mi-main.c (mi_cmd_complete): Likewise.
9562 * mi/mi-cmds.c: Define new MI command -complete.
9563 * NEWS: Mention new -complete command.
9564
6e035501
JV
95652019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9566
9567 * completer.h (complete): New function.
9568 * completer.c (complete): Likewise.
9569 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9570 function defined in completer.h.
9571
7d0e2ece
JV
95722019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9573
e79be6e5 9574 * MAINTAINERS (Write After Approval): Add myself.
7d0e2ece 9575
fb816e8b
TV
95762019-05-17 Tom de Vries <tdevries@suse.de>
9577
9578 PR gdb/24094
9579 * dwarf2read.c (struct cu_partial_die_info): New struct.
9580 (find_partial_die): Return cu_partial_die_info.
9581 (partial_die_parent_scope, guess_partial_die_structure_name)
9582 (partial_die_info::fixup): Handle new return type of find_partial_die.
9583
677052f2
SDJ
95842019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9585
a1726c38 9586 PR breakpoints/24541
677052f2
SDJ
9587 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9588 "std::string", simplifying the algorithm.
9589
f3da9116
SDJ
95902019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9591
9592 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9593 (stap_static_probe_ops::get_probes): Likewise.
9594
f1bb75ab
SDJ
95952019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9596
9597 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9598 '-')" and "else if".
9599 (stap_parse_single_operand): Join checks for
9600 "gdbarch_stap_parse_special_token_p" and
9601 "gdbarch_stap_parse_special_token" in the same "if" statement.
9602 Invert check when verifying for operation on register
9603 displacement.
9604
3ca58cde
SDJ
96052019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9606
9607 * stap-probe.c (stap_get_opcode): Update comment.
9608 (stap_get_expected_argument_type): Likewise.
9609 (handle_stap_probe): Likewise.
9610
af2d9bee
SDJ
96112019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9612
9613 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9614 return type to 'bool'. Adjust comment. Use 'bool' when
9615 appropriate.
9616 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9617 * stap-probe.c (stap_parse_argument_1): Likewise.
9618 (stap_is_operator): Likewise.
9619 (stap_is_generic_prefix): Likewise.
9620 (stap_is_register_prefix): Likewise.
9621 (stap_is_register_indirection_prefix): Likewise.
9622 (stap_is_integer_prefix): Likewise.
9623 (stap_generic_check_suffix): Likewise.
9624 (stap_check_integer_suffix): Likewise.
9625 (stap_check_register_suffix): Likewise.
9626 (stap_check_register_indirection_suffix): Likewise.
9627 (stap_parse_register_operand): Likewise.
9628 (stap_parse_single_operand): Likewise.
9629 (stap_parse_argument_1): Likewise.
9630 (stap_probe::get_argument_count): Likewise.
9631 (stap_is_operator): Likewise.
9632
61c9c421
TT
96332019-05-16 Tom Tromey <tromey@adacore.com>
9634
9635 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9636 keyword to foreach.
9637
9ddc1af1
SM
96382019-05-15 Simon Marchi <simon.marchi@efficios.com>
9639
9640 * linux-thread-db.c (try_thread_db_load_1): Change return type
9641 to bool.
9642 (try_thread_db_load): Likewise.
9643 (try_thread_db_load_from_pdir_1): Likewise.
9644 (try_thread_db_load_from_pdir): Likewise.
9645 (try_thread_db_load_from_sdir): Likewise.
9646 (try_thread_db_load_from_dir): Likewise.
9647 (thread_db_load_search): Likewise.
9648 (has_libpthread): Likewise.
9649 (thread_db_load): Likewise.
9650
7bede828
SDJ
96512019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9652
9653 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9654 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9655 NULL, and complain/return if that's the case.
9656
c5358db4
JD
96572019-05-15 John Darrington <john@darrington.wattle.id.au>
9658
9659 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9660 (advance, posn, abstract_read_memory): New functions.
9661 [struct mem_read_abstraction]: New struct.
9662 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9663
c408a94f
TT
96642019-05-14 Tom Tromey <tromey@adacore.com>
9665
9666 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9667 value is not lval_memory.
9668
e7bd7fba
TT
96692019-05-14 Tom Tromey <tromey@adacore.com>
9670
9671 * solib.c (info_sharedlibrary_command): Style the file name.
9672
a6d0f249
AH
96732019-05-14 Alan Hayward <alan.hayward@arm.com>
9674
9675 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9676 (aarch64_vnv_type): Likewise.
9677 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9678 * common/tdesc.c: Likewise.
9679 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9680 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9681 * features/aarch64-fpu.xml: Add ieee half view.
9682 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9683 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9684 * gdbtypes.h (struct builtin_type): Likewise.
9685 (struct objfile_type): Likewise.
9686
66b8bb74
SM
96872019-05-12 Paul Naert <paul.naert@polymtl.ca>
9688
9689 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9690 typo.
9691 * location.h (string_to_event_location): Likewise.
9692
21c219fd
JB
96932019-05-11 Joel Brobecker <brobecker@adacore.com>
9694
9695 GDB 8.3 released.
9696
13674803
SM
96972019-05-10 Simon Marchi <simon.marchi@efficios.com>
9698
9699 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9700 New variable declaration.
9701 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9702 New variable.
9703 (print_one_breakpoint): Use ui_out::test_flags and new global
9704 variable to compute use_fixed_output.
9705 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9706 Remove.
9707 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9708 (mi_multi_location_breakpoint_output_fixed): Remove.
9709 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9710 new variable.
9711 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9712 fix_multi_location_breakpoint_output flag if version >= 3.
9713 * ui-out.h (enum ui_out_flag)
9714 <fix_multi_location_breakpoint_output>: New enumerator.
9715
a9eac7f9
SM
97162019-05-10 Simon Marchi <simon.marchi@efficios.com>
9717
9718 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9719
71bed2db
TT
97202019-05-10 Tom Tromey <tromey@adacore.com>
9721
9722 * ada-lang.c (catch_ada_completer): New function.
9723 (_initialize_ada_language): Use it.
9724
24c54127
TT
97252019-05-10 Tom Tromey <tromey@adacore.com>
9726
9727 * thread.c (print_thread_info): Make "requested_threads" const.
9728 * gdbthread.h (print_thread_info): Make "requested_threads"
9729 const.
9730 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9731 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9732
7a102139
TT
97332019-05-08 Tom Tromey <tom@tromey.com>
9734
9735 * gdbtypes.c (objfile_type_data): Change type.
9736 (objfile_type, _initialize_gdbtypes): Update.
9737
924d79e2
TT
97382019-05-08 Tom Tromey <tom@tromey.com>
9739
9740 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9741 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9742 (_initialize_dwarf2_frame): Update.
9743
4c58e337
TT
97442019-05-08 Tom Tromey <tom@tromey.com>
9745
9746 * objc-lang.c (objc_objfile_data): Change type.
9747 (find_methods): Update.
9748 (_initialize_objc_lang): Remove.
9749
d772d2ab
TT
97502019-05-08 Tom Tromey <tom@tromey.com>
9751
9752 * stabsread.c (rs6000_builtin_type_data): Change type.
9753 (rs6000_builtin_type, _initialize_stabsread): Update.
9754
d11d83f4
TT
97552019-05-08 Tom Tromey <tom@tromey.com>
9756
9757 * mips-tdep.c (mips_pdr_data): Remove.
9758 (_initialize_mips_tdep): Update.
9759
9a73f0ad
TT
97602019-05-08 Tom Tromey <tom@tromey.com>
9761
9762 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9763 (hppa_init_objfile_priv_data, read_unwind_info)
9764 (find_unwind_entry, _initialize_hppa_tdep): Update.
9765
8127a2fa
TT
97662019-05-08 Tom Tromey <tom@tromey.com>
9767
9768 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9769 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9770 on obstack.
9771 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9772
91d3055d
TT
97732019-05-08 Tom Tromey <tom@tromey.com>
9774
9775 * mdebugread.c (basic_type_data): Change type.
9776 (basic_type, _initialize_mdebugread): Update.
9777
31930bd3
TT
97782019-05-08 Tom Tromey <tom@tromey.com>
9779
9780 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9781
bdb3ed9e
TT
97822019-05-08 Tom Tromey <tom@tromey.com>
9783
9784 * nto-tdep.c (nto_inferior_data_reg): Change type.
9785 (nto_inferior_data): Update.
9786 (nto_inferior_data_cleanup, nto_new_inferior_data)
9787 (_initialize_nto_tdep): Remove.
9788 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9789
f37b313d
TT
97902019-05-08 Tom Tromey <tom@tromey.com>
9791
9792 * ada-lang.c (struct ada_inferior_data): Add initializers.
9793 (ada_inferior_data): Change type.
9794 (ada_inferior_data_cleanup): Remove.
9795 (get_ada_inferior_data, ada_inferior_exit)
9796 (struct ada_pspace_data): Add initializers, destructor.
9797 (ada_pspace_data_handle): Change type.
9798 (get_ada_pspace_data): Update.
9799 (ada_pspace_data_cleanup): Remove.
9800
24699405
TT
98012019-05-08 Tom Tromey <tom@tromey.com>
9802
9803 * coffread.c (struct coff_symfile_info): Add initializers.
9804 (coff_objfile_data_key): Move lower. Change type.
9805 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9806 Update.
9807 (coff_free_info): Remove.
9808
d4e05d2f
TT
98092019-05-08 Tom Tromey <tom@tromey.com>
9810
9811 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9812 (fbsd_pspace_data_handle): Move lower. Change type.
9813 (get_fbsd_pspace_data): Update.
9814 (fbsd_pspace_data_cleanup): Remove.
9815 (_initialize_fbsd_tdep): Update.
9816
14ef6690
TT
98172019-05-08 Tom Tromey <tom@tromey.com>
9818
9819 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9820 (get_ada_tasks_pspace_data): Update.
9821 (ada_tasks_pspace_data_cleanup): Remove.
9822 (_initialize_tasks): Update.
9823 (ada_tasks_inferior_data_handle): Change type.
9824 (get_ada_tasks_inferior_data): Update.
9825 (ada_tasks_inferior_data_cleanup): Remove.
9826 (struct ada_tasks_pspace_data): Add initializers.
9827
814cf43a
TT
98282019-05-08 Tom Tromey <tom@tromey.com>
9829
9830 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9831 * symfile-debug.c (debug_sym_get_probes): Change type.
9832 * stap-probe.c (handle_stap_probe):
9833 (stap_static_probe_ops::get_probes): Change type.
9834 * probe.h (class static_probe_ops) <get_probes>: Change type.
9835 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9836 (parse_probes_in_pspace): Update.
9837 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9838 Update.
9839 (any_static_probe_ops::get_probes): Change type.
9840 * elfread.c (elfread_data): New typedef.
9841 (probe_key): Change type.
9842 (elf_get_probes): Likewise. Update.
9843 (probe_key_free): Remove.
9844 (_initialize_elfread): Update.
9845 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9846 Change type.
9847 (dtrace_process_dof_probe, dtrace_process_dof)
9848 (dtrace_static_probe_ops::get_probe): Change type.
9849
02dc647e
TT
98502019-05-08 Tom Tromey <tom@tromey.com>
9851
9852 * xcoffread.c (struct xcoff_symfile_info): Rename from
9853 coff_symfile_info. Add initializers.
9854 (xcoff_objfile_data_key): Move lower. Change type.
9855 (XCOFF_DATA): Rewrite.
9856 (xcoff_free_info): Remove.
9857 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9858 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9859 (xcoff_initial_scan): Update.
9860
09232438
TT
98612019-05-08 Tom Tromey <tom@tromey.com>
9862
9863 * solib-svr4.c (struct svr4_info): Add initializers and
9864 destructor.
9865 <probes_table>: Now an htab_up.
9866 (solib_svr4_pspace_data): Change type.
9867 (free_probes_table): Simplify.
9868 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9869 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9870 (probes_table_remove_objfile_probes, register_solib_event_probe)
9871 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9872 (_initialize_svr4_solib): Update.
9873
7b4a314f
TT
98742019-05-08 Tom Tromey <tom@tromey.com>
9875
9876 * remote.c (remote_pspace_data): Change type.
9877 (remote_pspace_data_cleanup): Remove.
9878 (get_remote_exec_file, set_pspace_remote_exec_file)
9879 (_initialize_remote): Update.
9880
51d3063a
TT
98812019-05-08 Tom Tromey <tom@tromey.com>
9882
9883 * breakpoint.c (breakpoint_objfile_key): Change type.
9884 (get_breakpoint_objfile_data): Update.
9885 (free_breakpoint_objfile_data): Remove.
9886 (_initialize_breakpoint): Update.
9887
89fb8848
TT
98882019-05-08 Tom Tromey <tom@tromey.com>
9889
9890 * linux-tdep.c (struct linux_info): Add initializers.
9891 (linux_inferior_data): Move. Change type.
9892 (invalidate_linux_cache_inf): Update.
9893 (linux_inferior_data_cleanup): Remove.
9894 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9895
e9b89e2d
TT
98962019-05-08 Tom Tromey <tom@tromey.com>
9897
9898 * auxv.c (auxv_inferior_data): Move. Change type.
9899 (auxv_inferior_data_cleanup): Remove.
9900 (invalidate_auxv_cache_inf): Rewrite.
9901 (get_auxv_inferior_data, _initialize_auxv): Update.
9902
8c42777c
TT
99032019-05-08 Tom Tromey <tom@tromey.com>
9904
9905 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9906 (symfile_debug_objfile_data_key): Change type.
9907 (symfile_debug_installed, debug_qf_has_symbols)
9908 (debug_qf_find_last_source_symtab)
9909 (debug_qf_forget_cached_source_info)
9910 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9911 (debug_qf_print_stats, debug_qf_dump)
9912 (debug_qf_expand_symtabs_for_function)
9913 (debug_qf_expand_all_symtabs)
9914 (debug_qf_expand_symtabs_with_fullname)
9915 (debug_qf_map_matching_symbols)
9916 (debug_qf_expand_symtabs_matching)
9917 (debug_qf_find_pc_sect_compunit_symtab)
9918 (debug_qf_map_symbol_filenames)
9919 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9920 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9921 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9922 (debug_sym_read_linetable, debug_sym_relocate): Update.
9923 (symfile_debug_free_objfile): Remove.
9924 (install_symfile_debug_logging, _initialize_symfile_debug):
9925 Update.
9926
5bfd760d
TT
99272019-05-08 Tom Tromey <tom@tromey.com>
9928
9929 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9930 allocate_on_obstack.
9931 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9932 (get_dwarf2_per_objfile): Update.
9933 (set_dwarf2_per_objfile): Remove.
9934 (dwarf2_has_info, dwarf2_get_section_info): Update.
9935 (dwarf2_free_objfile): Remove.
9936 (_initialize_dwarf2_read): Update.
9937
e85e19b4
TT
99382019-05-08 Tom Tromey <tom@tromey.com>
9939
9940 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9941 initializers.
9942 <unsupported_script_warning_printed,
9943 script_not_found_warning_printed>: Now bool.
9944 (auto_load_pspace_data): Change type.
9945 (~auto_load_pspace_info): Rename from
9946 auto_load_pspace_data_cleanup.
9947 (get_auto_load_pspace_data, init_loaded_scripts_info)
9948 (clear_section_scripts, maybe_print_unsupported_script_warning)
9949 (maybe_print_script_not_found_warning, _initialize_auto_load):
9950 Update.
9951
f6aa7436
TT
99522019-05-08 Tom Tromey <tom@tromey.com>
9953
9954 * objfiles.c (objfile_pspace_info): Add destructor and
9955 initializers.
9956 (objfiles_pspace_data): Change type.
9957 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9958 (get_objfile_pspace_data): Update.
9959 (objfiles_bfd_data): Change type.
9960 (get_objfile_bfd_data): Update.
9961 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9962
6ae614f6
TT
99632019-05-08 Tom Tromey <tom@tromey.com>
9964
9965 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9966 Change type.
9967 (get_catch_syscall_inferior_data): Update.
9968 (catch_syscall_inferior_data_cleanup): Remove.
9969 (_initialize_break_catch_syscall): Update.
9970
6509b8eb
TT
99712019-05-08 Tom Tromey <tom@tromey.com>
9972
9973 * inflow.c (struct terminal_info): Add destructor and
9974 initializers.
9975 (inflow_inferior_data): Change type.
9976 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9977 (get_inflow_inferior_data, inflow_inferior_exit)
9978 (swap_terminal_info, _initialize_inflow): Update.
9979
35632941
TT
99802019-05-08 Tom Tromey <tom@tromey.com>
9981
9982 * target-dcache.c (target_dcache_cleanup): Remove.
9983 (target_dcache_aspace_key): Change type.
9984 (target_dcache_init_p, target_dcache_invalidate)
9985 (target_dcache_get, target_dcache_get_or_init)
9986 (_initialize_target_dcache): Update.
9987 * dcache.h (struct dcache_deleter): New.
9988
3017b94d
TT
99892019-05-08 Tom Tromey <tom@tromey.com>
9990
9991 * symtab.c (struct symbol_cache): Add destructor and
9992 initializers.
9993 (symbol_cache_key): Move. Change type.
9994 (make_symbol_cache, free_symbol_cache): Remove.
9995 (get_symbol_cache): Update.
9996 (symbol_cache_cleanup): Remove.
9997 (ALL_PSPACES, symbol_cache_flush)
9998 (maintenance_print_symbol_cache)
9999 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
10000 Update.
10001
a32ad8c5
TT
100022019-05-08 Tom Tromey <tom@tromey.com>
10003
10004 * symtab.c (struct main_info): Add destructor and initializers.
10005 (main_progspace_key): Move. Change type.
10006 (get_main_info): Update.
10007 (main_info_cleanup): Remove.
10008 (_initialize_symtab): Update.
10009
5f6e90a0
TT
100102019-05-08 Tom Tromey <tom@tromey.com>
10011
10012 * registry.h (DECLARE_REGISTRY): Define the _key class.
10013
1bd0c6e4
AB
100142019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10015
10016 * NEWS: Merge two 'New commands' sections.
10017
2228ef77
XR
100182019-05-08 Joel Brobecker <brobecker@adacore.com>
10019
10020 * ada-valprint.c (ada_val_print_gnat_array): Remove language
10021 parameter and use Ada language definition instead.
10022 (ada_val_print_ptr): Remove unused language parameter.
10023 (ada_val_print_num): Remove language parameter and use Ada language
10024 definition instead.
10025 (ada_val_print_enum, ada_val_print_flt): Remove unused language
10026 parameter.
10027 (ada_val_print_struct_union, ada_val_print_ref): Remove language
10028 parameter and use Ada language definition instead.
10029 (ada_val_print_1): Update all ada_val_print_xxx calls.
10030 Remove language parameter.
10031 (ada_val_print): Update ada_val_print_1 call.
10032
60fcc1c3
TT
100332019-05-08 Tom Tromey <tromey@adacore.com>
10034
10035 * remote.c (remote_hw_watchpoint_limit)
10036 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
10037 Now static.
10038
ed2b7c17
TT
100392019-05-08 Tom Tromey <tromey@adacore.com>
10040
10041 * maint.c (_initialize_maint_cmds): Move initialization code to
10042 remote.c.
10043 (watchdog, show_watchdog): Move to remote.c.
10044 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
10045 "watchdog" static.
10046 (_initialize_remote): Move initialization code from maint.c.
10047 * defs.h (watchdog): Don't declare.
10048
b0be6c91
TT
100492019-05-08 Tom Tromey <tromey@adacore.com>
10050
10051 * tui/tui-interp.c: Include main.h.
10052 * interps.c: Include main.h.
10053 * main.h (interpreter_p): Declare.
10054 * defs.h (interpreter_p): Don't declare.
10055
587ee17b
TT
100562019-05-08 Tom Tromey <tromey@adacore.com>
10057
10058 * dwarf2loc.c: Include dwarf2read.h.
10059 * defs.h (read_unsigned_leb128): Don't declare.
10060 * dwarf2read.h (read_unsigned_leb128): Declare.
10061
ca1df239
TT
100622019-05-08 Tom Tromey <tromey@adacore.com>
10063
10064 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
10065 method.
10066
99f20f08
TT
100672019-05-08 Tom Tromey <tromey@adacore.com>
10068
10069 * utils.c (fputs_maybe_filtered): Reset style after paging, even
10070 when no wrap column is set.
10071
80e55b13
TT
100722019-05-08 Tom Tromey <tromey@adacore.com>
10073
10074 * c-lang.c (c_get_string): Handle non-C-style arrays.
10075
9d3421af
TT
100762019-05-08 Tom Tromey <tromey@adacore.com>
10077
10078 * typeprint.c (print_offset_data::update): Print the bit offset,
10079 not the number of bits remaining.
10080
844333e2
TT
100812019-05-08 Tom Tromey <tromey@adacore.com>
10082
10083 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
10084 padding at end of comment.
10085
988915ee
TT
100862019-05-08 Tom Tromey <tromey@adacore.com>
10087
10088 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
10089 Compare main types.
10090
26bfd823
TT
100912019-05-06 Tom Tromey <tom@tromey.com>
10092
10093 * common/scoped_mmap.c: Include common-defs.h.
10094 * common/scoped_mmap.h: Don't include config.h.
10095
89055eaa
TT
100962019-05-04 Tom Tromey <tom@tromey.com>
10097
10098 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
10099 (struct aarch64_call_info): Add initializers.
10100 <si>: Now a std::vector.
10101 (pass_on_stack, aarch64_push_dummy_call): Update.
10102
5da01df5
TT
101032019-05-04 Simon Marchi <simon.marchi@efficios.com>
10104 Tom Tromey <tom@tromey.com>
10105
10106 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
10107 (ppc_threads): Now a std::vector. Now static.
10108 (hwdebug_find_thread_points_by_tid)
10109 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
10110 Update.
10111
fbdf05a1
TT
101122019-05-04 Tom Tromey <tom@tromey.com>
10113
10114 * arc-tdep.c (arc_tdesc_init): Return bool.
10115
06d16ec9
TT
101162019-05-04 Tom Tromey <tom@tromey.com>
10117
10118 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
10119 Use gdb_assert_not_reached.
10120
9c056022
TT
101212019-05-04 Tom Tromey <tom@tromey.com>
10122
10123 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
10124 "false".
10125
fa9c2a59
TT
101262019-05-04 Tom Tromey <tom@tromey.com>
10127
10128 * arc-tdep.c (arc_tdesc_init): Use bool.
10129
e2eb806a
TT
101302019-05-04 Tom Tromey <tom@tromey.com>
10131
10132 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
10133
6fe87677
TT
101342019-05-04 Tom Tromey <tom@tromey.com>
10135
10136 * cli/cli-cmds.c (valid_command_p): Return bool.
10137
7f008c9e
TT
101382019-05-04 Tom Tromey <tom@tromey.com>
10139
10140 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
10141 * command.h (valid_user_defined_cmd_name_p): Channge return type.
10142
b6484282
RT
101432019-05-04 Raul Tambre <raul@tambre.ee>
10144
10145 * python/lib/gdb/prompt.py (_ExtendedPrompt)
10146 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
10147 operator for comparison.
10148
af97b416
TT
101492019-05-04 Tom Tromey <tom@tromey.com>
10150
10151 * psymtab.c (psymbol_name_matches, match_partial_symbol)
10152 (lookup_partial_symbol, print_partial_symbols)
10153 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
10154 (psymbol_compare): Update.
10155 (add_psymbol_to_bcache): Clear the entire psymbol.
10156 (maintenance_check_psymtabs): Update.
10157 * psympriv.h (struct partial_symbol): Don't derive from
10158 general_symbol_info.
10159 <obj_section, unrelocated_address, address,
10160 set_unrelocated_address>: Update.
10161 <ginfo>: New member.
10162 * dwarf-index-write.c (write_psymbols, debug_names::insert)
10163 (debug_names::write_psymbols): Update.
10164
9d6d4be8
TV
101652019-05-04 Tom de Vries <tdevries@suse.de>
10166
10167 * contrib/cc-with-tweaks.sh: Support -n arg.
10168
66452beb
PW
101692019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10170
10171 * corelow.c (core_target::detach): Ensure frame cache and
10172 register caches are cleared.
10173 inferior.c (exit_inferior_1): Likewise.
10174
bde09ab7
TT
101752019-05-03 Sandra Loosemore <sandra@codesourcery.com>
10176 Tom Tromey <tom@tromey.com>
10177
10178 * dictionary.c (collate_pending_symbols_by_language): Remove
10179 "struct" from foreach.
10180 * symtab.c (lookup_global_symbol_from_objfile)
10181 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
10182 foreach.
10183 * ser-tcp.c (net_open): Remove "struct" from foreach.
10184 * objfiles.c (objfile_relocate, objfile_rebase)
10185 (objfile_has_symbols): Remove "struct" from foreach.
10186 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
10187 from foreach.
10188 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
10189 foreach.
10190 * darwin-nat.c (thread_info_from_private_thread_info): Remove
10191 "struct" from foreach.
10192 * ada-lang.c (create_excep_cond_exprs)
10193 (ada_exception_catchpoint_cond_string): Remove "struct" from
10194 foreach.
10195
222a8d25
TT
101962019-05-03 Tom Tromey <tromey@adacore.com>
10197
10198 * ada-exp.y (convert_char_literal): Check suffix of each
10199 enumerator.
10200
fcd60b84
DP
102012019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10202
10203 PR ada/21406:
10204 * ada-exp.y (yywrap): Don't define.
10205 * ada-lex.l (%option): Add noyywrap
10206 (yywrap): Remove.
10207
5f2459c2
EZ
102082019-05-03 Eli Zaretskii <eliz@gnu.org>
10209
353ea2d1
EZ
10210 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10211 _WIN32_WINNT to the XP level, unless already defined to a higher
10212 level.
10213
10214 * unittests/parse-connection-spec-selftests.c:
10215 * ser-tcp.c:
10216 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10217 override.
10218
5f2459c2
EZ
10219 * symfile.c (find_separate_debug_file): Remove colon from the
10220 drive spec of DOS/Windows file names of the target, so that the
10221 file name produced from DEBUGDIR and the target's directory will
10222 be valid on DOS/Windows systems.
10223
80062eb9
AB
102242019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10225
10226 * rust-lang.c (val_print_struct): Handle printing structures
10227 containing strings.
10228
b8c05e85
TT
102292019-05-02 Tom Tromey <tromey@adacore.com>
10230
10231 * valarith.c (_initialize_valarith): Remove.
10232
4504bbde
TT
102332019-05-01 Tom Tromey <tromey@adacore.com>
10234
10235 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10236 bitfields.
10237
d48e62f4
TT
102382019-05-01 Tom Tromey <tromey@adacore.com>
10239
10240 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10241 for big-endian copies.
10242
15f18d14
AT
102432019-04-30 Ali Tamur <tamur@google.com>
10244 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10245 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10246 (read_3_bytes): New function.
10247
ab4ee614
JB
102482019-04-30 Joel Brobecker <brobecker@adacore.com>
10249
10250 * windows-nat.c (main_thread_id): Delete.
10251 (handle_output_debug_string): Replace main_thread_id by
10252 current_event.dwThreadId.
10253 (fake_create_process): Likewise.
10254 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10255 Do not set main_thread_id.
10256 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10257 current_event.dwThreadId.
10258 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10259
8ed5b76e
JB
102602019-04-30 Joel Brobecker <brobecker@adacore.com>
10261
10262 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10263 Use current_event.dwThreadId instead of main_thread_id.
10264
2ff0a947
TT
102652019-04-30 Tom Tromey <tromey@adacore.com>
10266
10267 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10268 (create_excep_cond_exprs): Iterate over program spaces.
10269 (ada_exception_catchpoint_cond_string): Examine all minimal
10270 symbols for exception types.
10271
a776957c
TT
102722019-04-30 Tom Tromey <tromey@adacore.com>
10273
10274 PR c++/24470:
10275 * dwarf2read.c (process_structure_scope): Handle case where type
10276 has template parameters but no symbol was created.
10277
bc68014d
AB
102782019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10279 Chris January <chris.january@arm.com>
10280
10281 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10282 qualifier.
10283 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10284
f1fdc960
AB
102852019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10286
10287 * f-typeprint.c (f_print_type): Update rules for printing
10288 whitespace.
10289 (f_type_print_varspec_suffix): Likewise.
10290
bf7a4de1
AB
102912019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10292 Chris January <chris.january@arm.com>
10293
10294 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10295 function arguments.
10296
bbe75b9d
AB
102972019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10298
10299 * f-lang.c (build_fortran_types): Change name of void type to
10300 lower case.
10301 * f-typeprint.c (f_type_print_base): Print the name of the void
10302 type, rather than a fixed string.
10303 * f-valprint.c (f_decorations): Use lower case void string.
10304
1db455a7
AB
103052019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10306 Chris January <chris.january@arm.com>
10307
10308 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10309 types for Fortran.
10310
b6d03bb2
AB
103112019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10312 Chris January <chris.january@arm.com>
10313 David Lecomber <david.lecomber@arm.com>
10314
10315 * f-exp.y (BINOP_INTRINSIC): New token.
10316 (exp): New parser rule handling BINOP_INTRINSIC.
10317 (f77_keywords): Add new builtin procedures.
10318 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10319 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10320 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10321 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10322 (print_unop_subexp_f): New function.
10323 (print_binop_subexp_f): New function.
10324 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10325 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10326 (dump_subexp_body_f): Likewise.
10327 (operator_check_f): Likewise.
10328 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10329 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10330
83228e93
AB
103312019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10332
10333 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10334 UNOP_KIND.
10335 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10336 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10337 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10338 (operator_length_f): New fuction.
10339 (print_subexp_f): New function.
10340 (op_name_f): New function.
10341 (dump_subexp_body_f): New function.
10342 (operator_check_f): New function.
10343 (exp_descriptor_f): Replace standard expression handling functions
10344 with new functions.
10345 * gdb/fortran-operator.def: New file.
10346 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10347 * gdb/std-operator.def: Remove UNOP_KIND.
10348
6fdcd7cc
AB
103492019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10350
10351 * std-operator.def: Remove unbalanced, stray double quote
10352 character.
10353
2e62ab40
AB
103542019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10355 Chris January <chris.january@arm.com>
10356 Daniel Everett <daniel.everett@arm.com>
10357 Nick Forrington <nick.forrington@arm.com>
10358 Richard Bunt <richard.bunt@arm.com>
10359
10360 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10361 of depth when printing anonymous structs or unions.
10362 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10363 Don't print either the top-level value, or the children if the
10364 max-depth is exceeded.
10365 (ppscm_print_children): When printing the key of a map, allow one
10366 extra level of depth.
10367 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10368 print either the top-level value, or the children if the max-depth
10369 is exceeded.
10370 (print_children): When printing the key of a map, allow one extra
10371 level of depth.
10372 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10373 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10374 (user_print_options): Initialise max_depth field.
10375 (val_print_scalar_or_string_type_p): New function.
10376 (val_print): Check to see if the max depth has been reached.
10377 (val_print_check_max_depth): Define new function.
10378 (show_print_max_depth): New function.
10379 (_initialize_valprint): Add 'print max-depth' option.
10380 * valprint.h (struct value_print_options) <max_depth>: New field.
10381 (val_print_check_max_depth): Declare new function.
10382 * NEWS: Document new feature.
10383
4be290b2
AB
103842019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10385
10386 * ada-lang.c (ada_language_defn): Initialise new field.
10387 * c-lang.c (c_is_string_type_p): New function.
10388 (c_language_defn): Initialise new field.
10389 (cplus_language_defn): Initialise new field.
10390 (asm_language_defn): Initialise new field.
10391 (minimal_language_defn): Initialise new field.
10392 * c-lang.h (c_is_string_type_p): Declare new function.
10393 * d-lang.c (d_language_defn): Initialise new field.
10394 * f-lang.c (f_is_string_type_p): New function.
10395 (f_language_defn): Initialise new field.
10396 * go-lang.c (go_is_string_type_p): New function.
10397 (go_language_defn): Initialise new field.
10398 * language.c (default_is_string_type_p): New function.
10399 (unknown_language_defn): Initialise new field.
10400 (auto_language_defn): Initialise new field.
10401 * language.h (struct language_defn) <la_is_string_type_p>: New
10402 member variable.
10403 (default_is_string_type_p): Declare new function.
10404 * m2-lang.c (m2_language_defn): Initialise new field.
10405 * objc-lang.c (objc_language_defn): Initialise new field.
10406 * opencl-lang.c (opencl_language_defn): Initialise new field.
10407 * p-lang.c (pascal_is_string_type_p): New function.
10408 (pascal_language_defn): Initialise new field.
10409 * rust-lang.c (rust_is_string_type_p): New function.
10410 (rust_language_defn): Initialise new field.
10411
721b08c6
AB
104122019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10413
10414 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10415 New field.
10416 * ada-lang.c (ada_language_defn): Initialise new field.
10417 * c-lang.c (c_language_defn): Likewise.
10418 (cplus_language_defn): Likewise.
10419 (asm_language_defn): Likewise.
10420 (minimal_language_defn): Likewise.
10421 * d-lang.c (d_language_defn): Likewise.
10422 * f-lang.c (f_language_defn): Likewise.
10423 * go-lang.c (go_language_defn): Likewise.
10424 * language.c (unknown_language_defn): Likewise.
10425 (auto_language_defn): Likewise.
10426 * m2-lang.c (m2_language_defn): Likewise.
10427 * objc-lang.c (objc_language_defn): Likewise.
10428 * opencl-lang.c (opencl_language_defn): Likewise.
10429 * p-lang.c (pascal_language_defn): Likewise.
10430 * rust-lang.c (rust_language_defn): Likewise.
10431
fc913e53
AB
104322019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10433
10434 * ada-lang.c (ada_is_character_type): Change return type to bool.
10435 (ada_is_string_type): Likewise.
10436 * ada-lang.h (ada_is_character_type): Update declaration
10437 (ada_is_string_type): Likewise.
10438
fa731fa0
PW
104392019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10440
10441 Support style in 'frame|thread apply'
10442
10443 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10444 * record.c (record_start, record_stop): Update callers of
10445 execute_command_to_string with false.
10446 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10447 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10448 methods.
10449 (class string_file): New constructor with term_out parameter.
10450 Override methods term_out and can_emit_style_escape. New member
10451 term_out.
10452 (class stdio_file): Override can_emit_style_escape.
10453 (class tee_file): Override term_out and can_emit_style_escape.
10454 * utils.h (can_emit_style_escape): Remove.
10455 * utils.c (can_emit_style_escape): Likewise.
10456 Update all callers of can_emit_style_escape (SOMESTREAM) to
10457 SOMESTREAM->can_emit_style_escape.
10458 * source-cache.c (source_cache::get_source_lines): Likewise.
10459 * stack.c (frame_apply_command_count): Call execute_command_to_string
10460 passing the term_out characteristic of the current gdb_stdout.
10461 * thread.c (thr_try_catch_cmd): Likewise.
10462 * top.c (execute_command_to_string): pass term_out parameter
10463 to construct the string_file for the command output.
10464 * ui-file.c (term_cli_styling): New function (most code moved
10465 from utils.c can_emit_style_escape).
10466 (string_file::string_file, string_file::can_emit_style_escape,
10467 stdio_file::can_emit_style_escape, tee_file::term_out,
10468 tee_file::can_emit_style_escape): New functions.
10469
136afab8
PW
104702019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10471
10472 * NEWS: Mention the new set|show may-call-functions.
10473 * infcall.c (may_call_functions_p): New variable.
10474 (show_may_call_functions_p): New function.
10475 (call_function_by_hand_dummy): Throws an error if not
10476 may-call-functions.
10477 (_initialize_infcall): Call add_setshow_boolean_cmd for
10478 may-call-functions.
10479
725cbb63
KS
104802019-04-25 Keith Seitz <keiths@redhat.com>
10481
10482 PR c++/24367
10483 * cp-support.c (inspect_type): Don't attempt substitutions
10484 of symbol with the same name.
10485
3d1cbb78
TT
104862019-04-25 Tom Tromey <tromey@adacore.com>
10487
10488 PR gdb/24475:
10489 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10490 static.
10491
94aeb44b
TT
104922019-04-25 Tom Tromey <tromey@adacore.com>
10493
10494 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10495 rvalue reference.
10496 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10497 (gdb_xml_parser::parse): Use std::move.
10498 * python/python-internal.h (gdbpy_convert_exception): Take a const
10499 reference.
10500 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10501 std::move.
10502 * python/py-utils.c (gdbpy_convert_exception): Take a const
10503 reference.
10504 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10505 Use std::move.
10506 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10507 Use std::move.
10508 * mi/mi-main.c (mi_print_exception): Take a const reference.
10509 * main.c (handle_command_errors): Take a const reference.
10510 * linespec.c (parse_linespec): Use std::move.
10511 * infcall.c (run_inferior_call): Use std::move.
10512 (call_function_by_hand_dummy): Use std::move.
10513 * exec.c (try_open_exec_file): Use std::move.
10514 * exceptions.h (exception_print, exception_fprintf)
10515 (exception_print_same): Update.
10516 * exceptions.c (print_exception, exception_print)
10517 (exception_fprintf, exception_print_same): Change parameters to
10518 const reference.
10519 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10520 * common/new-op.c: Use std::move.
10521 * common/common-exceptions.h (struct gdb_exception): Add move
10522 constructor.
10523 (struct gdb_exception_error, struct gdb_exception_quit, struct
10524 gdb_quit_bad_alloc): Change constructor to move constructor.
10525 (throw_exception): Change parameter to rvalue reference.
10526 * common/common-exceptions.c (throw_exception): Take rvalue
10527 reference.
10528 * cli/cli-interp.c (safe_execute_command): Use std::move.
10529 * breakpoint.c (insert_bp_location, location_to_sals): Use
10530 std::move.
10531
680d7fd5
TT
105322019-04-25 Tom Tromey <tromey@adacore.com>
10533
10534 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10535 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10536 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10537 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10538 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10539 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10540 guile/scm-value.c: Use unpack.
10541 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10542 gdbscm_gdb_exception.
10543 (gdbscm_throw_gdb_exception): Likewise.
10544 (struct gdbscm_gdb_exception): New.
10545 (unpack): New function.
10546 (gdbscm_wrap): Use unpack.
10547
c6fdd8b2
TT
105482019-04-25 Tom Tromey <tromey@adacore.com>
10549
10550 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10551 (gdb_rl_callback_handler): Use std::move.
10552 * common/common-exceptions.h (struct gdb_exception): Add move
10553 assignment operator.
10554 (throw_exception_sjlj): Change "exception" to const reference.
10555 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10556 (throw_exception_sjlj): Change "exception" to const reference.
10557
cc06b668
TT
105582019-04-25 Tom Tromey <tromey@adacore.com>
10559
10560 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10561 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10562 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10563 Update.
10564 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10565 Update.
10566 * mi/mi-interp.c (mi_interp::exec): Update.
10567 * linespec.c (parse_linespec): Update.
10568 * infcall.c (run_inferior_call): Update.
10569 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10570 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10571 (gdbscm_lookup_global_symbol): Update.
10572 * guile/scm-param.c (gdbscm_parameter_value): Update.
10573 * guile/scm-frame.c (gdbscm_frame_read_register)
10574 (gdbscm_frame_read_var): Update.
10575 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10576 * exec.c (try_open_exec_file): Update.
10577 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10578 (gdb_rl_callback_handler): Update.
10579 * common/common-exceptions.h (exception_none): Don't declare.
10580 * common/common-exceptions.c (exception_none): Don't define.
10581 (struct catcher) <exception>: Update.
10582 * cli/cli-interp.c (safe_execute_command): Update.
10583 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10584
cf532bd1
AT
105852019-04-25 Ali Tamur <tamur@google.com>
10586
10587 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10588 (read_attribute_value): Likewise.
10589 (dwarf2_read_addr_index): Update comment.
10590 (read_str_index): Add DW_FORM_strx.
10591 (dwarf2_string_attr): Likewise.
10592 (dwarf2_const_value_attr): Likewise.
10593 (dump_die_shallow): Likewise.
10594 (dwarf2_fetch_constant_bytes): Likewise.
10595 (skip_form_bytes): Likewise.
10596 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10597
82433e3e
SDJ
105982019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10599
10600 PR corefiles/11608
10601 PR corefiles/18187
10602 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10603 OFFSET. Verify if current mapping contains an ELF header.
10604 (linux_find_memory_regions_full): Adjust call to
10605 dump_mapping_p.
10606
723adb65
SL
106072019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10608 Kang Li <kanglictf@gmail.com>
10609
10610 PR gdb/21600
10611
10612 * dwarf2-frame.c (read_initial_length): Be consistent about using
10613 unsigned representation of length.
10614 (decode_frame_entry_1): Likewise. Check for wraparound of
10615 end pointer as well as buffer overflow.
10616
596179f7
SDJ
106172019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10618
10619 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10620 "vq".
10621
a59240a4
TT
106222019-04-24 Tom Tromey <tromey@adacore.com>
10623
10624 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10625
f872fdbb
AB
106262019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10627
10628 * s12z-tdep.c (s12z_unwind_pc): Delete.
10629 (s12z_unwind_sp): Delete.
10630 (s12z_gdbarch_init): Don't register deleted functions with
10631 gdbarch.
10632
b614e6f3
AB
106332019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10634
10635 * rl78-tdep.c (rl78_unwind_sp): Delete.
10636 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10637
14faed38
AB
106382019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10639
10640 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10641 (xstormy16_unwind_pc): Delete.
10642 (xstormy16_dummy_id): Delete.
10643 (xstormy16_gdbarch_init): Don't register deleted functions with
10644 gdbarch.
10645
541aad8a
AB
106462019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10647
10648 * vax-tdep.c (vax_unwind_pc): Delete.
10649 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10650
29222070
AB
106512019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10652
10653 * v850-tdep.c (v850_unwind_sp): Delete.
10654 (v850_unwind_pc): Delete.
10655 (v850_dummy_id): Delete.
10656 (v850_gdbarch_init): Don't register deleted functions with
10657 gdbarch.
10658
0f534d76
AB
106592019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10660
10661 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10662 (tilegx_unwind_pc): Delete.
10663 (tilegx_unwind_dummy_id): Delete.
10664 (tilegx_gdbarch_init): Don't register deleted functions with
10665 gdbarch.
10666
1ba7b7f9
AB
106672019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10668
10669 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10670 (tic6x_dummy_id): Delete.
10671 (tic6x_gdbarch_init): Don't register deleted functions with
10672 gdbarch.
10673
d31f262c
AB
106742019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10675
10676 * sparc-tdep.c (sparc_unwind_pc): Delete.
10677 (sparc32_gdbarch_init): Don't register deleted function with
10678 gdbarch.
10679
6d14d64d
AB
106802019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10681
10682 * sh-tdep.c (sh_unwind_sp): Delete.
10683 (sh_unwind_pc): Delete.
10684 (sh_dummy_id): Delete.
10685 (sh_gdbarch_init): Don't register deleted functions with
10686 gdbarch.
10687
a40dde9d
AB
106882019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10689
10690 * score-tdep.c (score_unwind_sp): Delete.
10691 (score_unwind_pc): Delete.
10692 (score_dummy_id): Delete.
10693 (score_gdbarch_init): Don't register deleted functions with
10694 gdbarch.
10695
47c47d69
AB
106962019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10697
10698 * rx-tdep.c (rx_unwind_pc): Delete.
10699 (rx_unwind_sp): Delete.
10700 (rx_dummy_id): Delete.
10701 (rx_gdbarch_init): Don't register deleted functions with
10702 gdbarch. Update comment.
10703
833a4480
AB
107042019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10705
10706 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10707 (rs6000_dummy_id): Delete.
10708 (rs6000_gdbarch_init): Don't register deleted functions with
10709 gdbarch.
10710
3f2cef49
AB
107112019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10712
10713 * or1k-tdep.c (or1k_dummy_id): Delete.
10714 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10715
96acf884
AB
107162019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10717
10718 * nios2-tdep.c (nios2_dummy_id): Delete.
10719 (nios2_unwind_sp): Delete.
10720 (nios2_gdbarch_init): Don't register deleted functions with
10721 gdbarch.
10722
ca0ab0aa
AB
107232019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10724
10725 * nds32-tdep.c (nds32_dummy_id): Delete.
10726 (nds32_unwind_pc): Delete.
10727 (nds32_unwind_sp): Delete.
10728 (nds32_gdbarch_init): Don't register deleted functions with
10729 gdbarch.
10730
c8259044
AB
107312019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10732
10733 * msp430-tdep.c (msp430_unwind_pc): Delete.
10734 (msp430_unwind_sp): Delete.
10735 (msp430_dummy_id): Delete.
10736 (msp430_gdbarch_init): Don't register deleted functions with
10737 gdbarch.
10738
27f113c8
AB
107392019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10740
10741 * moxie-tdep.c (moxie_unwind_sp): Delete.
10742 (moxie_unwind_pc): Delete.
10743 (moxie_dummy_id): Delete.
10744 (moxie_gdbarch_init): Don't register deleted functions with
10745 gdbarch.
10746
aee6c3cd
AB
107472019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10748
10749 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10750 (mn10300_unwind_pc): Delete.
10751 (mn10300_unwind_sp): Delete.
10752 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10753 mn10300_unwind_sp.
10754 (mn10300_frame_unwind_init): Don't register deleted functions with
10755 gdbarch.
10756
8e2b5aea
AB
107572019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10758
10759 * mep-tdep.c (mep_unwind_pc): Delete.
10760 (mep_unwind_sp): Delete.
10761 (mep_dummy_id): Delete.
10762 (mep_gdbarch_init): Don't register deleted functions with
10763 gdbarch.
10764
43cf3ede
AB
107652019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10766
10767 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10768 (m68hc11_unwind_sp): Delete.
10769 (m68hc11_gdbarch_init): Don't register deleted functions with
10770 gdbarch.
10771
5e79b7bb
AB
107722019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10773
10774 * m32r-tdep.c (m32r_unwind_sp): Delete.
10775 (m32r_unwind_pc): Delete.
10776 (m32r_dummy_id): Delete.
10777 (m32r_gdbarch_init): Don't register deleted functions with
10778 gdbarch.
10779
89b268d8
AB
107802019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10781
10782 * m32c-tdep.c (m32c_unwind_pc): Delete.
10783 (m32c_unwind_sp): Delete.
10784 (m32c_dummy_id): Delete.
10785 (m32c_gdbarch_init): Don't register deleted functions with
10786 gdbarch.
10787
946c28d2
AB
107882019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10789
10790 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10791 (lm32_unwind_pc): Delete.
10792 (lm32_dummy_id): Delete.
10793 (lm32_gdbarch_init): Don't register deleted functions with
10794 gdbarch.
10795
bf12844a
AB
107962019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10797
10798 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10799 (iq2000_unwind_pc): Delete.
10800 (iq2000_dummy_id): Delete.
10801 (iq2000_gdbarch_init): Don't register deleted functions with
10802 gdbarch.
10803
ecbc06d2
AB
108042019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10805
10806 * nds32-tdep.c (nds32_type_align): Delete.
10807 (nds32_push_dummy_call): Use type_align instead.
10808
030197b4
AB
108092019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10810
10811 * arm-tdep.c (arm_type_align): Only handle vector override case.
10812 (arm_push_dummy_call): Use type_align.
10813 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10814
b907456c
AB
108152019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10816
10817 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10818 case.
10819 (pass_on_stack): Use type_align.
10820 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10821 function.
10822
9e97ba43
TT
108232019-04-23 Tom Tromey <tromey@adacore.com>
10824
10825 * dwarf2read.c (line_header::file_name_at): Remove unused
10826 overload.
10827
6892f601
TV
108282019-04-23 Tom de Vries <tdevries@suse.de>
10829
10830 PR gdb/24438
10831 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10832 invocation.
10833
336d760d
AT
10834
108352019-03-27 Ali Tamur <tamur@google.com>
10836
10837 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10838 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10839 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10840 (dwarf_expr_context::get_addr_index): Likewise
10841 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10842 (symbol_needs_eval_context::get_addr_index): Likewise
10843 (disassemble_dwarf_expression): Add DW_OP_addrx
10844 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10845 (read_cutu_die_from_dwo): Update comment
10846 (skip_one_die): Add DW_FORM_addrx
10847 (read_attribute_value): Likewise
10848 (var_decode_location): Add DW_OP_addrx
10849 (dwarf2_const_value_attr): Add DW_FORM_addrx
10850 (dump_die_shallow): Likewise
10851 (dwarf2_fetch_constant_bytes): Likewise
10852 (decode_locdesc): Add DW_OP_addrx
10853 (skip_form_bytes): Add DW_FORM_addrx
10854
ad9d13f8
AT
108552019-04-22 Ali Tamur <tamur@google.com>
10856
10857 * MAINTAINERS (Write After Approval): Add self.
10858
d70cc3ba
SM
108592019-04-22 Simon Marchi <simon.marchi@efficios.com>
10860
10861 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10862 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10863 (open_symbol_file_object): Likewise.
10864 (svr4_default_sos): Add info parameter.
10865 (svr4_read_so_list): Likewise.
10866 (svr4_current_sos_direct): Adjust functions calls to pass down
10867 info.
10868 (svr4_current_sos_1): Add info parameter.
10869 (svr4_current_sos): Call get_svr4_info, pass info down to
10870 svr4_current_sos_1.
10871 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10872 get_svr4_info.
10873 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10874 get_svr4_info.
10875 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10876 to get_svr4_info.
10877 (probes_table_remove_objfile_probes): Likewise.
10878 (register_solib_event_probe): Add info parameter.
10879 (solist_update_incremental): Pass info parameter down to
10880 svr4_read_so_list.
10881 (disable_probes_interface): Add info parameter.
10882 (svr4_handle_solib_event): Pass current_program_space to
10883 get_svr4_info. Adjust disable_probes_interface cleanup.
10884 (svr4_create_probe_breakpoints): Add info parameter, pass it
10885 down to register_solib_event_probe.
10886 (svr4_create_solib_event_breakpoints): Add info parameter,
10887 pass it down to svr4_create_probe_breakpoints.
10888 (enable_break): Pass info down to
10889 svr4_create_solib_event_breakpoints.
10890 (svr4_solib_create_inferior_hook): Pass current_program_space to
10891 get_svr4_info.
10892 (svr4_clear_solib): Likewise.
10893
7905fc35
PA
108942019-04-22 Pedro Alves <palves@redhat.com>
10895
10896 * solib-svr4.c (svr4_free_objfile_observer): New.
10897 (probe_and_action::objfile): New field.
10898 (probes_table_htab_remove_objfile_probes)
10899 (probes_table_remove_objfile_probes): New functions.
10900 (register_solib_event_probe): Add 'objfile' parameter. Store it
10901 in the new probe_and_action. Don't store the probe in 'lookup'.
10902 (svr4_create_probe_breakpoints): Pass objfile to
10903 register_solib_event_probe.
10904 (_initialize_svr4_solib): Register a free_objfile observer.
10905
fb881986
TT
109062019-04-19 Tom Tromey <tom@tromey.com>
10907
10908 * common/queue.h: Remove.
10909
8732db6c
TT
109102019-04-19 Tom Tromey <tom@tromey.com>
10911
10912 * event-loop.c: Don't include "common/queue.h".
10913
97dfbadd
TT
109142019-04-19 Tom Tromey <tom@tromey.com>
10915
10916 * remote.c (remote_target): Use delete.
10917 * remote-notif.h: Include <list>, not "common/queue.h".
10918 (notif_client_p): Remove typedef.
10919 (remote_notif_state): Add constructor, destructor, initializer.
10920 <notif_queue>: Now a std::list.
10921 (remote_notif_state_xfree): Don't declare.
10922 * remote-notif.c (remote_notif_process, handle_notification)
10923 (remote_notif_state_allocate): Update.
10924 (~remote_notif_state): Rename from remote_notif_state_xfree.
10925
cf250e36
TT
109262019-04-19 Tom Tromey <tom@tromey.com>
10927
10928 * symfile.c (reread_symbols): Update.
10929 * objfiles.c (objfile_register_static_link)
10930 (objfile_lookup_static_link): Update
10931 (~objfile) Don't delete static_links.
10932 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10933
61f4b350
TT
109342019-04-19 Tom Tromey <tom@tromey.com>
10935
10936 * type-stack.h (struct type_stack) <insert>: Constify string.
10937 * type-stack.c (type_stack::insert): Constify string.
10938 * gdbtypes.h (lookup_template_type): Update.
10939 (address_space_name_to_int): Update.
10940 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10941 const.
10942 (lookup_template_type): Make name const.
10943 * c-exp.y: Update rules.
10944 (lex_one_token, classify_name, classify_inner_name)
10945 (c_print_token): Update.
10946 * p-exp.y: Update rules.
10947 (yylex): Update.
10948 * f-exp.y: Update rules.
10949 (yylex): Update.
10950 * d-exp.y: Update rules.
10951 (lex_one_token, classify_name, classify_inner_name): Update.
10952 * parse.c (write_dollar_variable, copy_name): Return std::string.
10953 * parser-defs.h (copy_name): Change return type.
10954 * m2-exp.y: Update rules.
10955 (yylex): Update.
10956 * go-exp.y (lex_one_token): Update.
10957 Update rules.
10958 (classify_unsafe_function, classify_packaged_name)
10959 (classify_name, yylex): Update.
10960
189b8c2e
ST
109612019-04-19 Sergei Trofimovich <siarheit@google.com>
10962
10963 * configure.ac: add --enable-source-highlight switch.
10964 * configure: Regenerate.
10965 * top.c (print_gdb_version): plumb --enable-source-highlight
10966 status to "show configuration".
10967
8ecb59f8
TT
109682019-04-19 Tom Tromey <tromey@adacore.com>
10969
10970 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10971 Check ADA_TYPE_P.
10972 (empty_record, ada_template_to_fixed_record_type_1)
10973 (template_to_static_fixed_type)
10974 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10975 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10976 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10977 macros.
10978
62160ec9
TT
109792019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10980
10981 PR symtab/24423:
10982 * source.c (print_source_lines_base): Advance "iter" when a
10983 control character is seen.
10984
f2ae8bc8
PW
109852019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10986
10987 * inferior.h (struct infcall_suspend_state_deleter):
10988 Catch exception in destructor to avoid crash.
10989
d563b953
PW
109902019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10991
10992 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10993 close to the add_com "shell".
10994
dc34c897
TT
109952019-04-18 Tom Tromey <tromey@adacore.com>
10996
10997 * process-stratum-target.h (class process_stratum_target)
10998 <stratum>: Add "final".
10999
a12e5744
TT
110002019-04-17 Tom Tromey <tromey@adacore.com>
11001
11002 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
11003 against nullptr before use.
11004
a7e559cc
AH
110052019-04-17 Alan Hayward <alan.hayward@arm.com>
11006
11007 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
11008
c01660c6
AB
110092019-04-17 Jim Wilson <jimw@sifive.com>
11010 Andrew Burgess <andrew.burgess@embecosm.com>
11011
11012 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
11013 code read might fail, assume 4-byte breakpoint in that case.
11014
4aa866af
LS
110152019-04-15 Leszek Swirski <leszeks@google.com>
11016
11017 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
11018 rather than a hand-rolled POD check when checking for forced MEMORY
11019 classification.
11020
48574d91
AH
110212019-04-15 Alan Hayward <alan.hayward@arm.com>
11022
11023 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
11024 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
11025 function.
11026 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
11027 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
11028 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
11029 declaration.
11030
4da037ef
AH
110312019-04-15 Alan Hayward <alan.hayward@arm.com>
11032
11033 * aarch64-linux-nat.c
11034 (aarch64_linux_nat_target::thread_architecture): Add override.
11035 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
11036 each VQ.
11037
ccb8d7e8
AH
110382019-04-15 Alan Hayward <alan.hayward@arm.com>
11039
11040 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
11041
35add35e
AB
110422019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
11043
11044 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
11045 target types of size 96-bits, add some additional comments, and
11046 check that the builtin type we found was the correct size.
11047
51196bbc
EZ
110482019-04-12 Eli Zaretskii <eliz@gnu.org>
11049
11050 * utils.c (prompt_for_continue): Don't restore the styling at the
11051 end, as applied_style has the wrong value. This fixes styling in
11052 long lists of file names that are interrupted by the "Continue?"
11053 prompt.
11054
62253a61
AB
110552019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
11056
11057 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
11058 * c-lang.c (c_language_defn): Likewise.
11059 (cplus_language_defn): Likewise.
11060 (asm_language_defn): Likewise.
11061 (minimal_language_defn): Likewise.
11062 * d-lang.c (d_language_defn): Likewise.
11063 * f-lang.c (f_language_defn): Likewise.
11064 * go-lang.c (go_language_defn): Likewise.
11065 * language.c (unknown_language_defn): Likewise.
11066 (auto_language_defn): Likewise.
11067 * language.h (struct language_defn): Remove la_magic field.
11068 (LANG_MAGIC): Delete.
11069 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
11070 * objc-lang.c (objc_language_defn): Likewise.
11071 * opencl-lang.c (opencl_language_defn): Likewise.
11072 * p-lang.c (pascal_language_defn): Likewise.
11073 * rust-lang.c (rust_language_defn): Likewise.
11074
a9158a86
AB
110752019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11076
11077 * riscv-tdep.c (riscv_type_align): New function.
11078 (riscv_type_alignment): Delete.
11079 (riscv_arg_location): Use 'type_align'.
11080 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
11081
41077b66
AB
110822019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11083
11084 * gdbtypes.c (type_align): A struct with no non-static fields also
11085 has alignment of 1.
11086
9f0272f8
AB
110872019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
11088
11089 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
11090 component to 0.
11091 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
11092 member.
11093 (riscv_struct_info::analyse): New implementation using new
11094 analyse_inner member function.
11095 (riscv_struct_info::field_offset): New member function.
11096 (riscv_struct_info::m_offsets): New member variable.
11097 (riscv_struct_info::analyse_inner): New private member function,
11098 takes the old implementation of riscv_struct_info::analyse but
11099 extended to track field offsets.
11100 (riscv_call_arg_struct): Update the struct folding special cases
11101 to handle cases where empty C++ structs, which are non-zero
11102 length, are found.
11103 (riscv_arg_location): Initialise the length of each location, a
11104 non-zero length now indicates the location is in use.
11105 (riscv_push_dummy_call): Allow for the first location having a
11106 non-zero offset when setting up arguments.
11107 (riscv_return_value): Likewise, but for return values.
11108
02cf60c7
TT
111092019-04-11 Tom Tromey <tromey@adacore.com>
11110
11111 * utils.c (internal_vproblem): Make "msg" const.
11112
68811f8f
AH
111132019-04-11 Alan Hayward <alan.hayward@arm.com>
11114
11115 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
11116 * trad-frame.c (trad_frame_reset_saved_regs): New function.
11117 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
11118 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
11119
3f52fdbc
KB
111202019-04-10 Kevin Buettner <kevinb@redhat.com>
11121
11122 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
11123 function.
11124 (fill_gregset): Call amd64_linux_collect_native_gregset instead
11125 of amd64_collect_native_gregset.
11126 (amd64_linux_nat_target::store_registers): Likewise.
11127
e9ad22ee
TT
111282019-04-10 Tom Tromey <tom@tromey.com>
11129
11130 * symtab.c (lookup_global_symbol_from_objfile)
11131 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
11132 * objfiles.h (class separate_debug_iterator): New.
11133 (class separate_debug_range): New.
11134 (struct objfile) <separate_debug_objfiles>: New method.
11135 (objfile_separate_debug_iterate): Don't declare.
11136 * objfiles.c (separate_debug_iterator::operator++): Rename from
11137 objfile_separate_debug_iterate.
11138 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
11139 iterator.
11140 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
11141 iterator.
11142
ee371134
TT
111432019-04-10 Tom Tromey <tom@tromey.com>
11144
11145 * symfile.c (reread_symbols): Remove old comment.
11146 * objfiles.c (free_all_objfiles): Fix a typo.
11147
bf227d61
TT
111482019-04-10 Tom Tromey <tom@tromey.com>
11149
11150 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
11151 * minsyms.c (lookup_minimal_symbol): Use foreach.
11152 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
11153 (lookup_minimal_symbol_solib_trampoline): Likewise.
11154 * symfile.c (reread_symbols): Use foreach.
11155
8dc433a0
TT
111562019-04-09 Ivan Begert <ivanbegert@gmail.com>
11157 Tom Tromey <tromey@adacore.com>
11158
11159 PR rust/24414:
11160 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
11161 (rust_lex_int_test): Change "value" to be LONGEST.
11162 (rust_lex_tests): Add test for long integer literal.
11163
9ab8741a
TT
111642019-04-09 Tom Tromey <tromey@adacore.com>
11165
11166 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
11167 to bool.
11168 (extended_remote_target::attach): Update.
11169 (remote_target::remote_notice_new_inferior): Update.
11170 (remote_target::add_current_inferior_and_thread): Update.
11171 * inferior.c (exit_inferior_1): Use "false".
11172 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
11173
e242fd12
SM
111742019-04-09 Simon Marchi <simon.marchi@efficios.com>
11175
9ca1957f 11176 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
e242fd12
SM
11177 the "start" command.
11178
2b0c8b01
KB
111792019-04-08 Kevin Buettner <kevinb@redhat.com>
11180
11181 * python/py-inferior.c (infpy_thread_from_thread_handle):
11182 Adjust comments to reflect renaming of thread_from_thread_handle
11183 to thread_from_handle. Adjust keywords. Fix type error message.
11184 (inferior_object_methods): Add thread_from_handle. Retain
11185 thread_from_thread_handle, but mark it as deprecated.
11186
50a82723
KB
111872019-04-08 Kevin Buettner <kevinb@redhat.com>
11188
11189 * gdbthread.h (find_thread_by_handle): Revise declaration.
11190 * thread.c (find_thread_by_handle): Likewise. Adjust
11191 implementation too.
11192 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
11193 support for buffer objects as handles.
11194
cf63b016
KB
111952019-04-08 Kevin Buettner <kevinb@redhat.com>
11196
11197 * python/py-infthread.c (thpy_thread_handle): New function.
11198 (thread_object_methods): Register thpy_thread_handle.
11199
3d6c6204
KB
112002019-04-08 Kevin Buettner <kevinb@redhat.com>
11201
11202 * gdbthread.h (thread_to_thread_handle): Declare.
11203 * thread.c (gdbtypes.h): Include.
11204 (thread_to_thread_handle): New function.
11205
11206 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11207 (target_thread_info_to_thread_handle): Declare.
11208 * target.c (target_thread_info_to_thread_handle): New function.
11209 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11210 * target-delegates.c: Regenerate.
11211
11212 * linux-thread-db.c (class thread_db_target): Add method
11213 thread_info_to_thread_handle.
11214 (thread_db_target::thread_info_to_thread_handle): Define.
11215 * remote.c (class remote_target): Add new method
11216 thread_info_to_thread_handle.
11217 (remote_target::thread_info_to_thread_handle): Define.
11218
56be6ea8
PA
112192019-04-08 Pedro Alves <palves@redhat.com>
11220
11221 * common/common-exceptions.c (throw_exception): Don't create
11222 named object to throw; throw directly.
11223 (throw_it): Likewise. Don't initialize gdb_exception::message
11224 here, with new; pass FMT and AP to the ctor instead.
11225 * common/common-exceptions.h: Include <string>.
11226 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11227 const char *, va_list)): New ctor. Use std::make_shared.
11228 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11229 errors)): Delete.
11230 (gdb_exception_error::gdb_exception_error(enum errors, const char
11231 *, va_list)): New.
11232 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11233 Add assertion.
11234 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11235 errors)): Delete.
11236 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11237 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11238 Add assertion.
11239
eedc3f4f
TT
112402019-04-08 Tom Tromey <tom@tromey.com>
11241
11242 * valops.c (value_rtti_indirect_type): Replace throw_exception
11243 with throw.
11244 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11245 with throw.
11246 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11247 throw.
11248 * target.c (target_translate_tls_address): Replace throw_exception
11249 with throw.
11250 * stack.c (frame_apply_command_count): Replace throw_exception
11251 with throw.
11252 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11253 throw.
11254 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11255 with throw.
11256 * rs6000-tdep.c (rs6000_frame_cache)
11257 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11258 * remote.c: Replace throw_exception with throw.
11259 * record-full.c (record_full_message, record_full_wait_1)
11260 (record_full_restore): Replace throw_exception with throw.
11261 * record-btrace.c:
11262 (get_thread_current_frame_id, record_btrace_start_replaying)
11263 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11264 (cmd_record_btrace_start): Replace throw_exception with throw.
11265 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11266 throw.
11267 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11268 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11269 * linespec.c:
11270 (find_linespec_symbols): Replace throw_exception with throw.
11271 * infrun.c (displaced_step_prepare, resume): Replace
11272 throw_exception with throw.
11273 * infcmd.c (post_create_inferior): Replace throw_exception with
11274 throw.
11275 * inf-loop.c (inferior_event_handler): Replace throw_exception
11276 with throw.
11277 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11278 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11279 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11280 (get_prev_frame_always, get_frame_pc_if_available)
11281 (get_frame_address_in_block_if_available, get_frame_language):
11282 Replace throw_exception with throw.
11283 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11284 throw_exception with throw.
11285 * eval.c (fetch_subexp_value, evaluate_var_value)
11286 (evaluate_funcall, evaluate_subexp_standard): Replace
11287 throw_exception with throw.
11288 * dwarf2loc.c (call_site_find_chain)
11289 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11290 Replace throw_exception with throw.
11291 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11292 with throw.
11293 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11294 throw.
11295 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11296 * completer.c (complete_line_internal): Replace throw_exception
11297 with throw.
11298 * compile/compile-object-run.c (compile_object_run): Replace
11299 throw_exception with throw.
11300 * cli/cli-script.c (process_next_line): Replace throw_exception
11301 with throw.
11302 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11303 (btrace_enable, btrace_maint_update_pt_packets): Replace
11304 throw_exception with throw.
11305 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11306 throw_exception with throw.
11307 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11308 throw_exception with throw.
11309 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11310 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11311 * aarch64-tdep.c (aarch64_make_prologue_cache)
11312 (aarch64_make_stub_cache): Replace throw_exception with throw.
11313
26003a20
TT
113142019-04-08 Tom Tromey <tom@tromey.com>
11315
11316 * common/common-exceptions.c (throw_exception): Rename from
11317 throw_exception_cxx. Remove old copy. Make argument const.
11318 (throw_it): Create and throw exception objects directly.
11319 * common/common-exceptions.h (throw_exception): Make argument
11320 const.
11321 (struct gdb_exception_error): Add constructor.
11322 (struct gdb_exception_quit): Add constructor.
11323
d272eb37
TT
113242019-04-08 Tom Tromey <tom@tromey.com>
11325
11326 * common/common-exceptions.h (exception_rethrow): Don't declare.
11327 (TRY_SJLJ): Update comment.
11328 (TRY, CATCH, END_CATCH): Remove.
11329 * common/common-exceptions.c (exception_rethrow): Remove.
11330
230d2906
TT
113312019-04-08 Tom Tromey <tom@tromey.com>
11332
11333 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11334 Remove.
11335 (gdb_exception_error): Rename from
11336 gdb_exception_RETURN_MASK_ERROR.
11337 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11338 (gdb_quit_bad_alloc): Update.
11339 * aarch64-tdep.c: Update.
11340 * ada-lang.c: Update.
11341 * ada-typeprint.c: Update.
11342 * ada-valprint.c: Update.
11343 * amd64-tdep.c: Update.
11344 * arch-utils.c: Update.
11345 * break-catch-throw.c: Update.
11346 * breakpoint.c: Update.
11347 * btrace.c: Update.
11348 * c-varobj.c: Update.
11349 * cli/cli-cmds.c: Update.
11350 * cli/cli-interp.c: Update.
11351 * cli/cli-script.c: Update.
11352 * common/common-exceptions.c: Update.
11353 * common/new-op.c: Update.
11354 * common/selftest.c: Update.
11355 * compile/compile-c-symbols.c: Update.
11356 * compile/compile-cplus-symbols.c: Update.
11357 * compile/compile-object-load.c: Update.
11358 * compile/compile-object-run.c: Update.
11359 * completer.c: Update.
11360 * corelow.c: Update.
11361 * cp-abi.c: Update.
11362 * cp-support.c: Update.
11363 * cp-valprint.c: Update.
11364 * darwin-nat.c: Update.
11365 * disasm-selftests.c: Update.
11366 * dtrace-probe.c: Update.
11367 * dwarf-index-cache.c: Update.
11368 * dwarf-index-write.c: Update.
11369 * dwarf2-frame-tailcall.c: Update.
11370 * dwarf2-frame.c: Update.
11371 * dwarf2loc.c: Update.
11372 * dwarf2read.c: Update.
11373 * eval.c: Update.
11374 * event-loop.c: Update.
11375 * event-top.c: Update.
11376 * exec.c: Update.
11377 * f-valprint.c: Update.
11378 * fbsd-tdep.c: Update.
11379 * frame-unwind.c: Update.
11380 * frame.c: Update.
11381 * gdbtypes.c: Update.
11382 * gnu-v3-abi.c: Update.
11383 * guile/guile-internal.h: Update.
11384 * guile/scm-block.c: Update.
11385 * guile/scm-breakpoint.c: Update.
11386 * guile/scm-cmd.c: Update.
11387 * guile/scm-disasm.c: Update.
11388 * guile/scm-frame.c: Update.
11389 * guile/scm-lazy-string.c: Update.
11390 * guile/scm-math.c: Update.
11391 * guile/scm-param.c: Update.
11392 * guile/scm-ports.c: Update.
11393 * guile/scm-pretty-print.c: Update.
11394 * guile/scm-symbol.c: Update.
11395 * guile/scm-symtab.c: Update.
11396 * guile/scm-type.c: Update.
11397 * guile/scm-value.c: Update.
11398 * i386-linux-tdep.c: Update.
11399 * i386-tdep.c: Update.
11400 * inf-loop.c: Update.
11401 * infcall.c: Update.
11402 * infcmd.c: Update.
11403 * infrun.c: Update.
11404 * jit.c: Update.
11405 * language.c: Update.
11406 * linespec.c: Update.
11407 * linux-fork.c: Update.
11408 * linux-nat.c: Update.
11409 * linux-tdep.c: Update.
11410 * linux-thread-db.c: Update.
11411 * main.c: Update.
11412 * mi/mi-cmd-break.c: Update.
11413 * mi/mi-cmd-stack.c: Update.
11414 * mi/mi-interp.c: Update.
11415 * mi/mi-main.c: Update.
11416 * objc-lang.c: Update.
11417 * p-valprint.c: Update.
11418 * parse.c: Update.
11419 * ppc-linux-tdep.c: Update.
11420 * printcmd.c: Update.
11421 * python/py-arch.c: Update.
11422 * python/py-breakpoint.c: Update.
11423 * python/py-cmd.c: Update.
11424 * python/py-finishbreakpoint.c: Update.
11425 * python/py-frame.c: Update.
11426 * python/py-framefilter.c: Update.
11427 * python/py-gdb-readline.c: Update.
11428 * python/py-inferior.c: Update.
11429 * python/py-infthread.c: Update.
11430 * python/py-lazy-string.c: Update.
11431 * python/py-linetable.c: Update.
11432 * python/py-objfile.c: Update.
11433 * python/py-param.c: Update.
11434 * python/py-prettyprint.c: Update.
11435 * python/py-progspace.c: Update.
11436 * python/py-record-btrace.c: Update.
11437 * python/py-record.c: Update.
11438 * python/py-symbol.c: Update.
11439 * python/py-type.c: Update.
11440 * python/py-unwind.c: Update.
11441 * python/py-utils.c: Update.
11442 * python/py-value.c: Update.
11443 * python/python.c: Update.
11444 * record-btrace.c: Update.
11445 * record-full.c: Update.
11446 * remote-fileio.c: Update.
11447 * remote.c: Update.
11448 * riscv-tdep.c: Update.
11449 * rs6000-aix-tdep.c: Update.
11450 * rs6000-tdep.c: Update.
11451 * rust-exp.y: Update.
11452 * rust-lang.c: Update.
11453 * s390-tdep.c: Update.
11454 * selftest-arch.c: Update.
11455 * solib-dsbt.c: Update.
11456 * solib-frv.c: Update.
11457 * solib-spu.c: Update.
11458 * solib-svr4.c: Update.
11459 * solib.c: Update.
11460 * sparc64-linux-tdep.c: Update.
11461 * stack.c: Update.
11462 * symfile-mem.c: Update.
11463 * symmisc.c: Update.
11464 * target.c: Update.
11465 * thread.c: Update.
11466 * top.c: Update.
11467 * tracefile-tfile.c: Update.
11468 * tui/tui.c: Update.
11469 * typeprint.c: Update.
11470 * unittests/cli-utils-selftests.c: Update.
11471 * unittests/parse-connection-spec-selftests.c: Update.
11472 * valops.c: Update.
11473 * valprint.c: Update.
11474 * value.c: Update.
11475 * varobj.c: Update.
11476 * windows-nat.c: Update.
11477 * x86-linux-nat.c: Update.
11478 * xml-support.c: Update.
11479
a70b8144
TT
114802019-04-08 Tom Tromey <tom@tromey.com>
11481
11482 * xml-support.c: Use C++ exception handling.
11483 * x86-linux-nat.c: Use C++ exception handling.
11484 * windows-nat.c: Use C++ exception handling.
11485 * varobj.c: Use C++ exception handling.
11486 * value.c: Use C++ exception handling.
11487 * valprint.c: Use C++ exception handling.
11488 * valops.c: Use C++ exception handling.
11489 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11490 handling.
11491 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11492 * typeprint.c: Use C++ exception handling.
11493 * tui/tui.c: Use C++ exception handling.
11494 * tracefile-tfile.c: Use C++ exception handling.
11495 * top.c: Use C++ exception handling.
11496 * thread.c: Use C++ exception handling.
11497 * target.c: Use C++ exception handling.
11498 * symmisc.c: Use C++ exception handling.
11499 * symfile-mem.c: Use C++ exception handling.
11500 * stack.c: Use C++ exception handling.
11501 * sparc64-linux-tdep.c: Use C++ exception handling.
11502 * solib.c: Use C++ exception handling.
11503 * solib-svr4.c: Use C++ exception handling.
11504 * solib-spu.c: Use C++ exception handling.
11505 * solib-frv.c: Use C++ exception handling.
11506 * solib-dsbt.c: Use C++ exception handling.
11507 * selftest-arch.c: Use C++ exception handling.
11508 * s390-tdep.c: Use C++ exception handling.
11509 * rust-lang.c: Use C++ exception handling.
11510 * rust-exp.y: Use C++ exception handling.
11511 * rs6000-tdep.c: Use C++ exception handling.
11512 * rs6000-aix-tdep.c: Use C++ exception handling.
11513 * riscv-tdep.c: Use C++ exception handling.
11514 * remote.c: Use C++ exception handling.
11515 * remote-fileio.c: Use C++ exception handling.
11516 * record-full.c: Use C++ exception handling.
11517 * record-btrace.c: Use C++ exception handling.
11518 * python/python.c: Use C++ exception handling.
11519 * python/py-value.c: Use C++ exception handling.
11520 * python/py-utils.c: Use C++ exception handling.
11521 * python/py-unwind.c: Use C++ exception handling.
11522 * python/py-type.c: Use C++ exception handling.
11523 * python/py-symbol.c: Use C++ exception handling.
11524 * python/py-record.c: Use C++ exception handling.
11525 * python/py-record-btrace.c: Use C++ exception handling.
11526 * python/py-progspace.c: Use C++ exception handling.
11527 * python/py-prettyprint.c: Use C++ exception handling.
11528 * python/py-param.c: Use C++ exception handling.
11529 * python/py-objfile.c: Use C++ exception handling.
11530 * python/py-linetable.c: Use C++ exception handling.
11531 * python/py-lazy-string.c: Use C++ exception handling.
11532 * python/py-infthread.c: Use C++ exception handling.
11533 * python/py-inferior.c: Use C++ exception handling.
11534 * python/py-gdb-readline.c: Use C++ exception handling.
11535 * python/py-framefilter.c: Use C++ exception handling.
11536 * python/py-frame.c: Use C++ exception handling.
11537 * python/py-finishbreakpoint.c: Use C++ exception handling.
11538 * python/py-cmd.c: Use C++ exception handling.
11539 * python/py-breakpoint.c: Use C++ exception handling.
11540 * python/py-arch.c: Use C++ exception handling.
11541 * printcmd.c: Use C++ exception handling.
11542 * ppc-linux-tdep.c: Use C++ exception handling.
11543 * parse.c: Use C++ exception handling.
11544 * p-valprint.c: Use C++ exception handling.
11545 * objc-lang.c: Use C++ exception handling.
11546 * mi/mi-main.c: Use C++ exception handling.
11547 * mi/mi-interp.c: Use C++ exception handling.
11548 * mi/mi-cmd-stack.c: Use C++ exception handling.
11549 * mi/mi-cmd-break.c: Use C++ exception handling.
11550 * main.c: Use C++ exception handling.
11551 * linux-thread-db.c: Use C++ exception handling.
11552 * linux-tdep.c: Use C++ exception handling.
11553 * linux-nat.c: Use C++ exception handling.
11554 * linux-fork.c: Use C++ exception handling.
11555 * linespec.c: Use C++ exception handling.
11556 * language.c: Use C++ exception handling.
11557 * jit.c: Use C++ exception handling.
11558 * infrun.c: Use C++ exception handling.
11559 * infcmd.c: Use C++ exception handling.
11560 * infcall.c: Use C++ exception handling.
11561 * inf-loop.c: Use C++ exception handling.
11562 * i386-tdep.c: Use C++ exception handling.
11563 * i386-linux-tdep.c: Use C++ exception handling.
11564 * guile/scm-value.c: Use C++ exception handling.
11565 * guile/scm-type.c: Use C++ exception handling.
11566 * guile/scm-symtab.c: Use C++ exception handling.
11567 * guile/scm-symbol.c: Use C++ exception handling.
11568 * guile/scm-pretty-print.c: Use C++ exception handling.
11569 * guile/scm-ports.c: Use C++ exception handling.
11570 * guile/scm-param.c: Use C++ exception handling.
11571 * guile/scm-math.c: Use C++ exception handling.
11572 * guile/scm-lazy-string.c: Use C++ exception handling.
11573 * guile/scm-frame.c: Use C++ exception handling.
11574 * guile/scm-disasm.c: Use C++ exception handling.
11575 * guile/scm-cmd.c: Use C++ exception handling.
11576 * guile/scm-breakpoint.c: Use C++ exception handling.
11577 * guile/scm-block.c: Use C++ exception handling.
11578 * guile/guile-internal.h: Use C++ exception handling.
11579 * gnu-v3-abi.c: Use C++ exception handling.
11580 * gdbtypes.c: Use C++ exception handling.
11581 * frame.c: Use C++ exception handling.
11582 * frame-unwind.c: Use C++ exception handling.
11583 * fbsd-tdep.c: Use C++ exception handling.
11584 * f-valprint.c: Use C++ exception handling.
11585 * exec.c: Use C++ exception handling.
11586 * event-top.c: Use C++ exception handling.
11587 * event-loop.c: Use C++ exception handling.
11588 * eval.c: Use C++ exception handling.
11589 * dwarf2read.c: Use C++ exception handling.
11590 * dwarf2loc.c: Use C++ exception handling.
11591 * dwarf2-frame.c: Use C++ exception handling.
11592 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11593 * dwarf-index-write.c: Use C++ exception handling.
11594 * dwarf-index-cache.c: Use C++ exception handling.
11595 * dtrace-probe.c: Use C++ exception handling.
11596 * disasm-selftests.c: Use C++ exception handling.
11597 * darwin-nat.c: Use C++ exception handling.
11598 * cp-valprint.c: Use C++ exception handling.
11599 * cp-support.c: Use C++ exception handling.
11600 * cp-abi.c: Use C++ exception handling.
11601 * corelow.c: Use C++ exception handling.
11602 * completer.c: Use C++ exception handling.
11603 * compile/compile-object-run.c: Use C++ exception handling.
11604 * compile/compile-object-load.c: Use C++ exception handling.
11605 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11606 * compile/compile-c-symbols.c: Use C++ exception handling.
11607 * common/selftest.c: Use C++ exception handling.
11608 * common/new-op.c: Use C++ exception handling.
11609 * cli/cli-script.c: Use C++ exception handling.
11610 * cli/cli-interp.c: Use C++ exception handling.
11611 * cli/cli-cmds.c: Use C++ exception handling.
11612 * c-varobj.c: Use C++ exception handling.
11613 * btrace.c: Use C++ exception handling.
11614 * breakpoint.c: Use C++ exception handling.
11615 * break-catch-throw.c: Use C++ exception handling.
11616 * arch-utils.c: Use C++ exception handling.
11617 * amd64-tdep.c: Use C++ exception handling.
11618 * ada-valprint.c: Use C++ exception handling.
11619 * ada-typeprint.c: Use C++ exception handling.
11620 * ada-lang.c: Use C++ exception handling.
11621 * aarch64-tdep.c: Use C++ exception handling.
11622
3d6e9d23
TT
116232019-04-08 Tom Tromey <tom@tromey.com>
11624
11625 * xml-support.c (gdb_xml_parser::parse): Update.
11626 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11627 * value.c (show_convenience): Update.
11628 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11629 (test_parse_flags_qcs): Update.
11630 * thread.c (thr_try_catch_cmd): Update.
11631 * target.c (target_translate_tls_address): Update.
11632 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11633 (info_frame_command_core, frame_apply_command_count): Update.
11634 * rust-exp.y (rust_lex_exception_test): Update.
11635 * riscv-tdep.c (riscv_print_one_register_info): Update.
11636 * remote.c (remote_target::enable_btrace): Update.
11637 * record-btrace.c (record_btrace_enable_warn): Update.
11638 * python/py-utils.c (gdbpy_convert_exception): Update.
11639 * printcmd.c (do_one_display, print_variable_and_value): Update.
11640 * mi/mi-main.c (mi_print_exception): Update.
11641 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11642 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11643 * linux-nat.c (linux_nat_target::attach): Update.
11644 * linux-fork.c (class scoped_switch_fork_info): Update.
11645 * infrun.c (displaced_step_prepare): Update.
11646 * infcall.c (call_function_by_hand_dummy): Update.
11647 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11648 * gnu-v3-abi.c (print_one_vtable): Update.
11649 * frame.c (get_prev_frame_always): Update.
11650 * f-valprint.c (info_common_command_for_block): Update.
11651 * exec.c (try_open_exec_file): Update.
11652 * exceptions.c (print_exception, exception_print)
11653 (exception_fprintf, exception_print_same): Update.
11654 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11655 * dwarf-index-cache.c (index_cache::store)
11656 (index_cache::lookup_gdb_index): Update.
11657 * darwin-nat.c (maybe_cache_shell): Update.
11658 * cp-valprint.c (cp_print_value_fields): Update.
11659 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11660 (gcc_cplus_symbol_address): Update.
11661 * compile/compile-c-symbols.c (gcc_convert_symbol)
11662 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11663 * common/selftest.c: Update.
11664 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11665 a std::string.
11666 (exception_try_scope_entry, exception_try_scope_exit): Don't
11667 declare.
11668 (struct exception_try_scope): Remove.
11669 (TRY): Don't use exception_try_scope.
11670 (struct gdb_exception): Add constructor, operator=.
11671 <what>: New method.
11672 (struct gdb_exception_RETURN_MASK_ALL)
11673 (struct gdb_exception_RETURN_MASK_ERROR)
11674 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11675 (struct gdb_quit_bad_alloc): Update.
11676 * common/common-exceptions.c (exception_none): Change
11677 initializer.
11678 (struct catcher) <state, exception>: Initialize inline.
11679 <prev>: Remove member.
11680 (current_catcher): Remove.
11681 (catchers): New global.
11682 (exceptions_state_mc_init): Simplify.
11683 (catcher_pop): Remove.
11684 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11685 (try_scope_depth, exception_try_scope_entry)
11686 (exception_try_scope_exit): Remove.
11687 (throw_exception_sjlj): Update.
11688 (exception_messages, exception_messages_size): Remove.
11689 (throw_it): Simplify.
11690 (gdb_exception_sliced_copy): Remove.
11691 (throw_exception_cxx): Update.
11692 * cli/cli-script.c (script_from_file): Update.
11693 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11694 Update.
11695 * ada-valprint.c (ada_val_print): Update.
11696 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11697 (create_excep_cond_exprs): Update.
11698
c5c10118
TT
116992019-04-08 Tom Tromey <tom@tromey.com>
11700
11701 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11702 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11703 (TRY, CATCH, END_CATCH): Remove some definitions.
11704 * common/common-exceptions.c: Don't use GDB_XCPT.
11705 (catcher_list_size): Remove.
11706 (throw_exception, throw_it): Simplify.
11707
4de283e4
TT
117082019-04-05 Tom Tromey <tom@tromey.com>
11709
11710 Revert the header-sorting patch.
11711 * ft32-tdep.c: Revert.
11712 * frv-tdep.c: Revert.
11713 * frv-linux-tdep.c: Revert.
11714 * frame.c: Revert.
11715 * frame-unwind.c: Revert.
11716 * frame-base.c: Revert.
11717 * fork-child.c: Revert.
11718 * findvar.c: Revert.
11719 * findcmd.c: Revert.
11720 * filesystem.c: Revert.
11721 * filename-seen-cache.h: Revert.
11722 * filename-seen-cache.c: Revert.
11723 * fbsd-tdep.c: Revert.
11724 * fbsd-nat.h: Revert.
11725 * fbsd-nat.c: Revert.
11726 * f-valprint.c: Revert.
11727 * f-typeprint.c: Revert.
11728 * f-lang.c: Revert.
11729 * extension.h: Revert.
11730 * extension.c: Revert.
11731 * extension-priv.h: Revert.
11732 * expprint.c: Revert.
11733 * exec.h: Revert.
11734 * exec.c: Revert.
11735 * exceptions.c: Revert.
11736 * event-top.c: Revert.
11737 * event-loop.c: Revert.
11738 * eval.c: Revert.
11739 * elfread.c: Revert.
11740 * dwarf2read.h: Revert.
11741 * dwarf2read.c: Revert.
11742 * dwarf2loc.c: Revert.
11743 * dwarf2expr.h: Revert.
11744 * dwarf2expr.c: Revert.
11745 * dwarf2-frame.c: Revert.
11746 * dwarf2-frame-tailcall.c: Revert.
11747 * dwarf-index-write.h: Revert.
11748 * dwarf-index-write.c: Revert.
11749 * dwarf-index-common.c: Revert.
11750 * dwarf-index-cache.h: Revert.
11751 * dwarf-index-cache.c: Revert.
11752 * dummy-frame.c: Revert.
11753 * dtrace-probe.c: Revert.
11754 * disasm.h: Revert.
11755 * disasm.c: Revert.
11756 * disasm-selftests.c: Revert.
11757 * dictionary.c: Revert.
11758 * dicos-tdep.c: Revert.
11759 * demangle.c: Revert.
11760 * dcache.h: Revert.
11761 * dcache.c: Revert.
11762 * darwin-nat.h: Revert.
11763 * darwin-nat.c: Revert.
11764 * darwin-nat-info.c: Revert.
11765 * d-valprint.c: Revert.
11766 * d-namespace.c: Revert.
11767 * d-lang.c: Revert.
11768 * ctf.c: Revert.
11769 * csky-tdep.c: Revert.
11770 * csky-linux-tdep.c: Revert.
11771 * cris-tdep.c: Revert.
11772 * cris-linux-tdep.c: Revert.
11773 * cp-valprint.c: Revert.
11774 * cp-support.c: Revert.
11775 * cp-namespace.c: Revert.
11776 * cp-abi.c: Revert.
11777 * corelow.c: Revert.
11778 * corefile.c: Revert.
11779 * continuations.c: Revert.
11780 * completer.h: Revert.
11781 * completer.c: Revert.
11782 * complaints.c: Revert.
11783 * coffread.c: Revert.
11784 * coff-pe-read.c: Revert.
11785 * cli-out.h: Revert.
11786 * cli-out.c: Revert.
11787 * charset.c: Revert.
11788 * c-varobj.c: Revert.
11789 * c-valprint.c: Revert.
11790 * c-typeprint.c: Revert.
11791 * c-lang.c: Revert.
11792 * buildsym.c: Revert.
11793 * buildsym-legacy.c: Revert.
11794 * build-id.h: Revert.
11795 * build-id.c: Revert.
11796 * btrace.c: Revert.
11797 * bsd-uthread.c: Revert.
11798 * breakpoint.h: Revert.
11799 * breakpoint.c: Revert.
11800 * break-catch-throw.c: Revert.
11801 * break-catch-syscall.c: Revert.
11802 * break-catch-sig.c: Revert.
11803 * blockframe.c: Revert.
11804 * block.c: Revert.
11805 * bfin-tdep.c: Revert.
11806 * bfin-linux-tdep.c: Revert.
11807 * bfd-target.c: Revert.
11808 * bcache.c: Revert.
11809 * ax-general.c: Revert.
11810 * ax-gdb.h: Revert.
11811 * ax-gdb.c: Revert.
11812 * avr-tdep.c: Revert.
11813 * auxv.c: Revert.
11814 * auto-load.c: Revert.
11815 * arm-wince-tdep.c: Revert.
11816 * arm-tdep.c: Revert.
11817 * arm-symbian-tdep.c: Revert.
11818 * arm-pikeos-tdep.c: Revert.
11819 * arm-obsd-tdep.c: Revert.
11820 * arm-nbsd-tdep.c: Revert.
11821 * arm-nbsd-nat.c: Revert.
11822 * arm-linux-tdep.c: Revert.
11823 * arm-linux-nat.c: Revert.
11824 * arm-fbsd-tdep.c: Revert.
11825 * arm-fbsd-nat.c: Revert.
11826 * arm-bsd-tdep.c: Revert.
11827 * arch-utils.c: Revert.
11828 * arc-tdep.c: Revert.
11829 * arc-newlib-tdep.c: Revert.
11830 * annotate.h: Revert.
11831 * annotate.c: Revert.
11832 * amd64-windows-tdep.c: Revert.
11833 * amd64-windows-nat.c: Revert.
11834 * amd64-tdep.c: Revert.
11835 * amd64-sol2-tdep.c: Revert.
11836 * amd64-obsd-tdep.c: Revert.
11837 * amd64-obsd-nat.c: Revert.
11838 * amd64-nbsd-tdep.c: Revert.
11839 * amd64-nbsd-nat.c: Revert.
11840 * amd64-nat.c: Revert.
11841 * amd64-linux-tdep.c: Revert.
11842 * amd64-linux-nat.c: Revert.
11843 * amd64-fbsd-tdep.c: Revert.
11844 * amd64-fbsd-nat.c: Revert.
11845 * amd64-dicos-tdep.c: Revert.
11846 * amd64-darwin-tdep.c: Revert.
11847 * amd64-bsd-nat.c: Revert.
11848 * alpha-tdep.c: Revert.
11849 * alpha-obsd-tdep.c: Revert.
11850 * alpha-nbsd-tdep.c: Revert.
11851 * alpha-mdebug-tdep.c: Revert.
11852 * alpha-linux-tdep.c: Revert.
11853 * alpha-linux-nat.c: Revert.
11854 * alpha-bsd-tdep.c: Revert.
11855 * alpha-bsd-nat.c: Revert.
11856 * aix-thread.c: Revert.
11857 * agent.c: Revert.
11858 * addrmap.c: Revert.
11859 * ada-varobj.c: Revert.
11860 * ada-valprint.c: Revert.
11861 * ada-typeprint.c: Revert.
11862 * ada-tasks.c: Revert.
11863 * ada-lang.c: Revert.
11864 * aarch64-tdep.c: Revert.
11865 * aarch64-ravenscar-thread.c: Revert.
11866 * aarch64-newlib-tdep.c: Revert.
11867 * aarch64-linux-tdep.c: Revert.
11868 * aarch64-linux-nat.c: Revert.
11869 * aarch64-fbsd-tdep.c: Revert.
11870 * aarch64-fbsd-nat.c: Revert.
11871 * aarch32-linux-nat.c: Revert.
11872
d55e5aa6
TT
118732019-04-05 Tom Tromey <tom@tromey.com>
11874
11875 * ft32-tdep.c: Sort headers.
11876 * frv-tdep.c: Sort headers.
11877 * frv-linux-tdep.c: Sort headers.
11878 * frame.c: Sort headers.
11879 * frame-unwind.c: Sort headers.
11880 * frame-base.c: Sort headers.
11881 * fork-child.c: Sort headers.
11882 * findvar.c: Sort headers.
11883 * findcmd.c: Sort headers.
11884 * filesystem.c: Sort headers.
11885 * filename-seen-cache.h: Sort headers.
11886 * filename-seen-cache.c: Sort headers.
11887 * fbsd-tdep.c: Sort headers.
11888 * fbsd-nat.h: Sort headers.
11889 * fbsd-nat.c: Sort headers.
11890 * f-valprint.c: Sort headers.
11891 * f-typeprint.c: Sort headers.
11892 * f-lang.c: Sort headers.
11893 * extension.h: Sort headers.
11894 * extension.c: Sort headers.
11895 * extension-priv.h: Sort headers.
11896 * expprint.c: Sort headers.
11897 * exec.h: Sort headers.
11898 * exec.c: Sort headers.
11899 * exceptions.c: Sort headers.
11900 * event-top.c: Sort headers.
11901 * event-loop.c: Sort headers.
11902 * eval.c: Sort headers.
11903 * elfread.c: Sort headers.
11904 * dwarf2read.h: Sort headers.
11905 * dwarf2read.c: Sort headers.
11906 * dwarf2loc.c: Sort headers.
11907 * dwarf2expr.h: Sort headers.
11908 * dwarf2expr.c: Sort headers.
11909 * dwarf2-frame.c: Sort headers.
11910 * dwarf2-frame-tailcall.c: Sort headers.
11911 * dwarf-index-write.h: Sort headers.
11912 * dwarf-index-write.c: Sort headers.
11913 * dwarf-index-common.c: Sort headers.
11914 * dwarf-index-cache.h: Sort headers.
11915 * dwarf-index-cache.c: Sort headers.
11916 * dummy-frame.c: Sort headers.
11917 * dtrace-probe.c: Sort headers.
11918 * disasm.h: Sort headers.
11919 * disasm.c: Sort headers.
11920 * disasm-selftests.c: Sort headers.
11921 * dictionary.c: Sort headers.
11922 * dicos-tdep.c: Sort headers.
11923 * demangle.c: Sort headers.
11924 * dcache.h: Sort headers.
11925 * dcache.c: Sort headers.
11926 * darwin-nat.h: Sort headers.
11927 * darwin-nat.c: Sort headers.
11928 * darwin-nat-info.c: Sort headers.
11929 * d-valprint.c: Sort headers.
11930 * d-namespace.c: Sort headers.
11931 * d-lang.c: Sort headers.
11932 * ctf.c: Sort headers.
11933 * csky-tdep.c: Sort headers.
11934 * csky-linux-tdep.c: Sort headers.
11935 * cris-tdep.c: Sort headers.
11936 * cris-linux-tdep.c: Sort headers.
11937 * cp-valprint.c: Sort headers.
11938 * cp-support.c: Sort headers.
11939 * cp-namespace.c: Sort headers.
11940 * cp-abi.c: Sort headers.
11941 * corelow.c: Sort headers.
11942 * corefile.c: Sort headers.
11943 * continuations.c: Sort headers.
11944 * completer.h: Sort headers.
11945 * completer.c: Sort headers.
11946 * complaints.c: Sort headers.
11947 * coffread.c: Sort headers.
11948 * coff-pe-read.c: Sort headers.
11949 * cli-out.h: Sort headers.
11950 * cli-out.c: Sort headers.
11951 * charset.c: Sort headers.
11952 * c-varobj.c: Sort headers.
11953 * c-valprint.c: Sort headers.
11954 * c-typeprint.c: Sort headers.
11955 * c-lang.c: Sort headers.
11956 * buildsym.c: Sort headers.
11957 * buildsym-legacy.c: Sort headers.
11958 * build-id.h: Sort headers.
11959 * build-id.c: Sort headers.
11960 * btrace.c: Sort headers.
11961 * bsd-uthread.c: Sort headers.
11962 * breakpoint.h: Sort headers.
11963 * breakpoint.c: Sort headers.
11964 * break-catch-throw.c: Sort headers.
11965 * break-catch-syscall.c: Sort headers.
11966 * break-catch-sig.c: Sort headers.
11967 * blockframe.c: Sort headers.
11968 * block.c: Sort headers.
11969 * bfin-tdep.c: Sort headers.
11970 * bfin-linux-tdep.c: Sort headers.
11971 * bfd-target.c: Sort headers.
11972 * bcache.c: Sort headers.
11973 * ax-general.c: Sort headers.
11974 * ax-gdb.h: Sort headers.
11975 * ax-gdb.c: Sort headers.
11976 * avr-tdep.c: Sort headers.
11977 * auxv.c: Sort headers.
11978 * auto-load.c: Sort headers.
11979 * arm-wince-tdep.c: Sort headers.
11980 * arm-tdep.c: Sort headers.
11981 * arm-symbian-tdep.c: Sort headers.
11982 * arm-pikeos-tdep.c: Sort headers.
11983 * arm-obsd-tdep.c: Sort headers.
11984 * arm-nbsd-tdep.c: Sort headers.
11985 * arm-nbsd-nat.c: Sort headers.
11986 * arm-linux-tdep.c: Sort headers.
11987 * arm-linux-nat.c: Sort headers.
11988 * arm-fbsd-tdep.c: Sort headers.
11989 * arm-fbsd-nat.c: Sort headers.
11990 * arm-bsd-tdep.c: Sort headers.
11991 * arch-utils.c: Sort headers.
11992 * arc-tdep.c: Sort headers.
11993 * arc-newlib-tdep.c: Sort headers.
11994 * annotate.h: Sort headers.
11995 * annotate.c: Sort headers.
11996 * amd64-windows-tdep.c: Sort headers.
11997 * amd64-windows-nat.c: Sort headers.
11998 * amd64-tdep.c: Sort headers.
11999 * amd64-sol2-tdep.c: Sort headers.
12000 * amd64-obsd-tdep.c: Sort headers.
12001 * amd64-obsd-nat.c: Sort headers.
12002 * amd64-nbsd-tdep.c: Sort headers.
12003 * amd64-nbsd-nat.c: Sort headers.
12004 * amd64-nat.c: Sort headers.
12005 * amd64-linux-tdep.c: Sort headers.
12006 * amd64-linux-nat.c: Sort headers.
12007 * amd64-fbsd-tdep.c: Sort headers.
12008 * amd64-fbsd-nat.c: Sort headers.
12009 * amd64-dicos-tdep.c: Sort headers.
12010 * amd64-darwin-tdep.c: Sort headers.
12011 * amd64-bsd-nat.c: Sort headers.
12012 * alpha-tdep.c: Sort headers.
12013 * alpha-obsd-tdep.c: Sort headers.
12014 * alpha-nbsd-tdep.c: Sort headers.
12015 * alpha-mdebug-tdep.c: Sort headers.
12016 * alpha-linux-tdep.c: Sort headers.
12017 * alpha-linux-nat.c: Sort headers.
12018 * alpha-bsd-tdep.c: Sort headers.
12019 * alpha-bsd-nat.c: Sort headers.
12020 * aix-thread.c: Sort headers.
12021 * agent.c: Sort headers.
12022 * addrmap.c: Sort headers.
12023 * ada-varobj.c: Sort headers.
12024 * ada-valprint.c: Sort headers.
12025 * ada-typeprint.c: Sort headers.
12026 * ada-tasks.c: Sort headers.
12027 * ada-lang.c: Sort headers.
12028 * aarch64-tdep.c: Sort headers.
12029 * aarch64-ravenscar-thread.c: Sort headers.
12030 * aarch64-newlib-tdep.c: Sort headers.
12031 * aarch64-linux-tdep.c: Sort headers.
12032 * aarch64-linux-nat.c: Sort headers.
12033 * aarch64-fbsd-tdep.c: Sort headers.
12034 * aarch64-fbsd-nat.c: Sort headers.
12035 * aarch32-linux-nat.c: Sort headers.
12036
699bd4cf
TT
120372019-04-04 Tom Tromey <tom@tromey.com>
12038
12039 * varobj.c (varobj_create): Update.
12040 * rust-exp.y (struct rust_parser) <update_innermost_block,
12041 lookup_symbol>: New methods.
12042 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
12043 Rename.
12044 (rust_parser::rust_lookup_type)
12045 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12046 * printcmd.c (display_command, do_one_display): Update.
12047 * parser-defs.h (struct parser_state) <parser_state>: Add
12048 "tracker" parameter.
12049 (block_tracker): New member.
12050 (class innermost_block_tracker) <innermost_block_tracker>: Add
12051 "types" parameter.
12052 <reset>: Remove method.
12053 (innermost_block): Don't declare.
12054 (null_post_parser): Update.
12055 * parse.c (innermost_block): Remove global.
12056 (write_dollar_variable): Update.
12057 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
12058 Remove "tracker_types" parameter.
12059 (parse_expression): Add "tracker" parameter.
12060 (parse_expression_for_completion): Update.
12061 (null_post_parser): Add "tracker" parameter.
12062 * p-exp.y: Update rules.
12063 * m2-exp.y: Update rules.
12064 * language.h (struct language_defn) <la_post_parser>: Add
12065 "tracker" parameter.
12066 * go-exp.y: Update rules.
12067 * f-exp.y: Update rules.
12068 * expression.h (parse_expression, parse_exp_1): Add "tracker"
12069 parameter.
12070 * d-exp.y: Update rules.
12071 * c-exp.y: Update rules.
12072 * breakpoint.c (set_breakpoint_condition): Create an
12073 innermost_block_tracker.
12074 (watch_command_1): Likewise.
12075 * ada-lang.c (resolve): Add "tracker" parameter.
12076 (resolve_subexp): Likewise.
12077 * ada-exp.y (write_var_from_sym): Update.
12078
dac43e32
TT
120792019-04-04 Tom Tromey <tom@tromey.com>
12080
12081 * type-stack.h: New file.
12082 * type-stack.c: New file.
12083 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
12084 type-stack.h.
12085 (insert_into_type_stack, insert_type, push_type, push_type_int)
12086 (insert_type_address_space, pop_type, pop_type_int)
12087 (pop_typelist, pop_type_stack, append_type_stack)
12088 (push_type_stack, get_type_stack, push_typelist)
12089 (follow_type_instance_flags, follow_types): Don't declare.
12090 * parse.c (type_stack): Remove global.
12091 (parse_exp_in_context): Update.
12092 (insert_into_type_stack, insert_type, push_type, push_type_int)
12093 (insert_type_address_space, pop_type, pop_type_int)
12094 (pop_typelist, pop_type_stack, append_type_stack)
12095 (push_type_stack, get_type_stack, push_typelist)
12096 (follow_type_instance_flags, follow_types): Remove (moved to
12097 type-stack.c).
12098 * f-exp.y (type_stack): New global.
12099 Update rules.
12100 (push_kind_type, f_parse): Update.
12101 * d-exp.y (type_stack): New global.
12102 Update rules.
12103 (d_parse): Update.
12104 * c-exp.y (struct c_parse_state) <type_stack>: New member.
12105 Update rules.
12106 * Makefile.in (COMMON_SFILES): Add type-stack.c.
12107 (HFILES_NO_SRCDIR): Add type-stack.h.
12108
2a612529
TT
121092019-04-04 Tom Tromey <tom@tromey.com>
12110
12111 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
12112 (rust_parser::convert_ast_to_expression, rust_parse)
12113 (rust_lex_test_completion, rust_lex_tests): Update.
12114 * parser-defs.h (struct expr_completion_state): New.
12115 (struct parser_state) <parser_state>: Add completion parameter.
12116 <mark_struct_expression, mark_completion_tag>: New methods.
12117 <parse_completion, m_completion_state>: New members.
12118 (prefixify_expression, null_post_parser): Update.
12119 (mark_struct_expression, mark_completion_tag): Don't declare.
12120 * parse.c (parse_completion, expout_last_struct)
12121 (expout_tag_completion_type, expout_completion_name): Remove
12122 globals.
12123 (parser_state::mark_struct_expression)
12124 (parser_state::mark_completion_tag): Now methods.
12125 (prefixify_expression): Add last_struct parameter.
12126 (prefixify_subexp): Likewise.
12127 (parse_exp_1): Update.
12128 (parse_exp_in_context): Add cstate parameter. Update.
12129 (parse_expression_for_completion): Create an
12130 expr_completion_state.
12131 (null_post_parser): Add "completion" parameter.
12132 * p-exp.y: Update rules.
12133 (yylex): Update.
12134 * language.h (struct language_defn) <la_post_parser>: Add
12135 "completing" parameter.
12136 * go-exp.y: Update rules.
12137 (lex_one_token): Update.
12138 * expression.h (parse_completion): Don't declare.
12139 * d-exp.y: Update rules.
12140 (lex_one_token): Update rules.
12141 * c-exp.y: Update rules.
12142 (lex_one_token): Update.
12143 * ada-lang.c (resolve): Add "parse_completion" parameter.
12144 (resolve_subexp): Likewise.
12145 (ada_resolve_function): Likewise.
12146
43476f0b
TT
121472019-04-04 Tom Tromey <tom@tromey.com>
12148
12149 * parser-defs.h (struct parser_state) <start_arglist,
12150 end_arglist>: New methods.
12151 <arglist_len, m_funcall_chain>: New members.
12152 (arglist_len, start_arglist, end_arglist): Don't declare.
12153 * parse.c (arglist_len, funcall_chain): Remove global.
12154 (start_arglist, end_arglist): Remove functions.
12155 (parse_exp_in_context): Update.
12156 * p-exp.y: Update rules.
12157 * m2-exp.y: Update rules.
12158 * go-exp.y: Update rules.
12159 * f-exp.y: Update rules.
12160 * d-exp.y: Update rules.
12161 * c-exp.y: Update rules.
12162
5776fca3
TT
121632019-04-04 Tom Tromey <tom@tromey.com>
12164
12165 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
12166 lex_operator, push_back>: New methods.
12167 Update all rules.
12168 (rust_parser::lex_hex, lex_escape): Rename and update.
12169 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
12170 (rust_parser::lex_operator): Rename and update.
12171 (rust_parser::lex_number, rustyylex, rustyyerror)
12172 (rust_lex_test_init, rust_lex_test_sequence)
12173 (rust_lex_test_push_back, rust_lex_tests): Update.
12174 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
12175 parameter.
12176 <lexptr, prev_lexptr>: New members.
12177 (lexptr, prev_lexptr): Don't declare.
12178 * parse.c (lexptr, prev_lexptr): Remove globals.
12179 (parse_exp_in_context): Update.
12180 * p-exp.y (yylex, yyerror): Update.
12181 * m2-exp.y (parse_number, yylex, yyerror): Update.
12182 * go-exp.y (lex_one_token, yyerror): Update.
12183 * f-exp.y (match_string_literal, yylex, yyerror): Update.
12184 * d-exp.y (lex_one_token, yyerror): Update.
12185 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
12186 (lex_one_token, yyerror): Update.
12187 * ada-lex.l (YY_INPUT): Update.
12188 (rewind_to_char): Update.
12189 * ada-exp.y (yyerror): Update.
12190
8621b685
TT
121912019-04-04 Tom Tromey <tom@tromey.com>
12192
12193 * rust-exp.y (rustyylex, rust_lex_tests): Update.
12194 * parser-defs.h (struct parser_state) <parser_state>: Add new
12195 parameter.
12196 <comma_terminates>: New member.
12197 (comma_terminates): Don't declare global.
12198 * parse.c (comma_terminates): Remove global.
12199 (parse_exp_in_context): Update.
12200 * p-exp.y (yylex): Update.
12201 * m2-exp.y (yylex): Update.
12202 * go-exp.y (lex_one_token): Update.
12203 * f-exp.y (yylex): Update.
12204 * d-exp.y (lex_one_token): Update.
12205 * c-exp.y (lex_one_token): Update.
12206 * ada-lex.l: Update.
12207
28aaf3fd
TT
122082019-04-04 Tom Tromey <tom@tromey.com>
12209
12210 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12211 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12212 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12213 * parser-defs.h (paren_depth): Don't declare.
12214 * parse.c (paren_depth): Remove global.
12215 (parse_exp_in_context): Update.
12216 * p-exp.y (paren_depth): New global.
12217 (pascal_parse): Initialize it.
12218 * m2-exp.y (paren_depth): New global.
12219 (m2_parse): Initialize it.
12220 * go-exp.y (paren_depth): New global.
12221 (go_parse): Initialize it.
12222 * f-exp.y (paren_depth): New global.
12223 (f_parse): Initialize it.
12224 * d-exp.y (paren_depth): New global.
12225 (d_parse): Initialize it.
12226 * c-exp.y (paren_depth): New global.
12227 (c_parse): Initialize it.
12228 * ada-lex.l (paren_depth): New global.
12229 (lexer_init): Initialize it.
12230
1e58a4a4
TT
122312019-04-04 Tom Tromey <tom@tromey.com>
12232
12233 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12234 (rust_parser::convert_ast_to_type)
12235 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12236 * parser-defs.h (struct parser_state) <parser_state>: Add
12237 parameters. Initialize new members.
12238 <expression_context_block, expression_context_pc>: New members.
12239 * parse.c (expression_context_block, expression_context_pc):
12240 Remove globals.
12241 (parse_exp_in_context): Update.
12242 * p-exp.y: Update all rules.
12243 (yylex): Update.
12244 * m2-exp.y: Update all rules.
12245 (yylex): Update.
12246 * go-exp.y (yylex): Update.
12247 * f-exp.y (yylex): Update.
12248 * d-exp.y: Update all rules.
12249 (yylex): Update.
12250 * c-exp.y: Update all rules.
12251 (lex_one_token, classify_name, yylex, c_parse): Update.
12252 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12253
37eedb39
TT
122542019-04-04 Tom Tromey <tom@tromey.com>
12255
12256 * gdbarch.h, gdbarch.c: Rebuild.
12257 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12258 * stap-probe.h:
12259 (struct stap_parse_info): Replace "parser_state" with
12260 "expr_builder".
12261 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12262 (parser_state): New class.
12263 * parse.c (expr_builder): Rename.
12264 (expr_builder::release): Rename.
12265 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12266 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12267 (write_exp_elt_longcst, write_exp_elt_floatcst)
12268 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12269 (write_exp_string_vector, write_exp_bitstring)
12270 (write_exp_msymbol, mark_struct_expression)
12271 (write_dollar_variable)
12272 (insert_type_address_space, increase_expout_size): Replace
12273 "parser_state" with "expr_builder".
12274 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12275 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12276 "parser_state" with "expr_builder".
12277
73923d7e
TT
122782019-04-04 Tom Tromey <tom@tromey.com>
12279
12280 * rust-exp.y: Replace "parse_language" with method call.
12281 * p-exp.y:
12282 (yylex): Replace "parse_language" with method call.
12283 * m2-exp.y:
12284 (yylex): Replace "parse_language" with method call.
12285 * go-exp.y (classify_name): Replace "parse_language" with method
12286 call.
12287 * f-exp.y (yylex): Replace "parse_language" with method call.
12288 * d-exp.y (lex_one_token): Replace "parse_language" with method
12289 call.
12290 * c-exp.y:
12291 (lex_one_token, classify_name, yylex): Replace "parse_language"
12292 with method call.
12293 * ada-exp.y (find_primitive_type, type_char)
12294 (type_system_address): Replace "parse_language" with method call.
12295
fa9f5be6
TT
122962019-04-04 Tom Tromey <tom@tromey.com>
12297
12298 * rust-exp.y: Replace "parse_gdbarch" with method call.
12299 * parse.c (write_dollar_variable, insert_type_address_space):
12300 Replace "parse_gdbarch" with method call.
12301 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12302 call.
12303 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12304 call.
12305 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12306 "parse_gdbarch" with method call.
12307 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12308 with method call.
12309 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12310 "parse_gdbarch" with method call.
12311 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12312 "parse_gdbarch" with method call.
12313 * c-exp.y (parse_type, parse_number, classify_name): Replace
12314 "parse_gdbarch" with method call.
12315 * ada-lex.l: Replace "parse_gdbarch" with method call.
12316 * ada-exp.y (parse_type, find_primitive_type, type_char)
12317 (type_system_address): Replace "parse_gdbarch" with method call.
12318
1201a264
TT
123192019-04-04 Tom Tromey <tom@tromey.com>
12320
12321 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12322 * stap-probe.c (stap_parse_argument): Update.
12323 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12324 initial_size parameter.
12325 * rust-exp.y (rust_lex_tests): Update.
12326 * parse.c (parser_state): Update.
12327 (parse_exp_in_context): Update.
12328 * parser-defs.h (struct parser_state) <parser_state>: Remove
12329 "initial_size" parameter.
12330
e3980ce2
TT
123312019-04-04 Tom Tromey <tom@tromey.com>
12332
12333 * parser-defs.h (increase_expout_size): Don't declare.
12334 * parse.c (increase_expout_size): Now static.
12335
e9f8e3f1
TS
123362019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12337
12338 * gnu-nat.c (gnu_nat_target::wait): Fix
12339 target_waitstatus_to_string call.
12340
d7df6549
AB
123412019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12342
12343 * eval.c (evaluate_subexp_standard): Handle internal functions
12344 during Fortran function call handling.
12345
8bdc1658
AB
123462019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12347
12348 * NEWS: Mention new internal functions.
12349 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12350 (read_base_type): Use dwarf2_init_complex_target_type.
12351 * value.c (creal_internal_fn): New function.
12352 (cimag_internal_fn): New function.
12353 (_initialize_values): Register new internal functions.
12354
c29705b7
PW
123552019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12356
12357 * infrun.c (stop_all_threads): If debug_infrun, always
12358 trace the wait status after wait_one, using
12359 target_waitstatus_to_string and target_pid_to_str.
12360 (handle_inferior_event): Replace various trace of
12361 wait status kind by a single trace.
12362 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12363 wait status kind image by target_waitstatus_to_string.
12364 * target/waitstatus.c (target_waitstatus_to_string): Fix
12365 obsolete comment.
12366
05caa1d2
TT
123672019-04-01 Tom Tromey <tromey@adacore.com>
12368
12369 PR symtab/23331:
12370 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12371
9d1447e0
SDJ
123722019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12373 Pedro Alves <palves@redhat.com>
12374
12375 * top.c (quit_force): Call 'finalize_values'.
12376 * value.c (finalize_values): New function.
12377 * value.h (finalize_values): Declare.
12378
7734102d
EZ
123792019-03-30 Eli Zaretskii <eliz@gnu.org>
12380
12381 * NEWS: Announce $_gdb_major and $_gdb_minor.
12382
12383 * top.c (init_gdb_version_vars): New function.
12384 (gdb_init): Call init_gdb_version_vars.
12385
188e1fa9
TT
123862019-03-29 Tom Tromey <tromey@adacore.com>
12387
12388 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12389 help text. Remove dead code.
12390
2880242d
KS
123912019-03-29 Keith Seitz <keiths@redhat.com>
12392
12393 From Siddhesh Poyarekar:
12394 * f-lang.h (f77_get_upperbound): Return LONGEST.
12395 (f77_get_lowerbound): Likewise.
12396 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12397 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12398 print them.
12399 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12400 plongest to format print it.
12401 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12402 (f77_get_upperbound): Likewise.
12403 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12404 LOWER_BOUND to LONGEST.
12405 (f77_create_arrayprint_offset_tbl): Likewise.
12406
cc1defb1
KS
124072019-03-29 Keith Seitz <keiths@redhat.com>
12408
12409 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12410 %s/pulongest for TYPE_LENGTH instead of %d in format
12411 strings.
12412 * ada-typerint.c (ada_print_type): Likewise.
12413 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12414 * compile/compile-c-support.c (generate_register_struct): Likewise.
12415 * gdbtypes.c (recursive_dump_type): Likewise.
12416 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12417 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12418 instead of %d in format strings.
12419 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12420 to std::min to ULONGEST.
12421 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12422 instead of %d in format strings.
12423 * tracepoint.c (info_scope_command): Likewise.
12424 * typeprint.c (print_offset_data::update)
12425 (print_offset_data::finish): Likewise.
12426 * xtensa-tdep.c (xtensa_store_return_value)
12427 (xtensa_push_dummy_call): Likewise.
12428
e432ccf1
JT
124292019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12430
12431 * windows-nat.c (display_selector): Fixed format specifications
12432 for 64-bit Cygwin.
12433
65d2b333
PW
124342019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12435
12436 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12437
f489207e
SL
124382019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12439
12440 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12441 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12442 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12443 (nios2_linux_init_abi): Install it.
12444
bffa1015
AH
124452019-03-28 Alan Hayward <alan.hayward@arm.com>
12446
12447 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12448
fc96163a
AH
124492019-03-28 Alan Hayward <alan.hayward@arm.com>
12450
12451 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12452
20dc7e9b
PW
124532019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12454 Tom Tromey <tromey@adacore.com>
12455
12456 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12457
7f5331a8
JB
124582019-03-26 Joel Brobecker <brobecker@adacore.com>
12459
12460 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12461 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12462 method to compute the bounds of range types. Also print "[evaluated]"
12463 if the bounds' values come from a dynamic evaluation.
12464
18c77628
AB
124652019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12466
12467 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12468 whitespace when pretty printing is on.
12469
53c973f2
AH
124702019-03-26 Alan Hayward <alan.hayward@arm.com>
12471
e79be6e5 12472 * ppc-linux-nat.c: Add include.
53c973f2 12473
d851aa71
AH
124742019-03-26 Alan Hayward <alan.hayward@arm.com>
12475
e79be6e5 12476 * NEWS: Mention AArch64 Pointer Authentication.
d851aa71 12477
2fe7bab7
AH
124782019-03-26 Alan Hayward <alan.hayward@arm.com>
12479
e79be6e5 12480 * arm-linux-nat.c: Add include.
2fe7bab7 12481
068ef30e
SM
124822019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12483
12484 * source-cache.c (source_cache::get_source_lines): Re-read
12485 fullname after calling open_source_file.
12486
81a24d04
JB
124872019-03-25 John Baldwin <jhb@FreeBSD.org>
12488
12489 * NEWS: Mention TLS support for FreeBSD.
12490
79e7ae11
TT
124912019-03-25 Tom Tromey <tromey@adacore.com>
12492
12493 * minsyms.c (BUNCH_SIZE): Update comment.
12494 (~minimal_symbol_reader): Remove old comment.
12495 (compact_minimal_symbols): Update comment.
12496 (minimal_symbol_reader::install): Remove old comment. Update
12497 other comments.
12498
d45963c2
AH
124992019-03-25 Alan Hayward <alan.hayward@arm.com>
12500
12501 * s390-linux-nat.c: Add include.
12502
0f83012e
AH
125032019-03-25 Alan Hayward <alan.hayward@arm.com>
12504
12505 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12506 Call linux_get_hwcap.
12507 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12508 Likewise.
12509 (aarch64_linux_get_hwcap): Remove function.
12510 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12511 declaration.
12512 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12513 linux_get_hwcap.
12514 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12515 * linux-tdep.c (linux_get_hwcap): Add function.
12516 (linux_get_hwcap2): Likewise.
12517 * linux-tdep.h (linux_get_hwcap): Add declaration.
12518 (linux_get_hwcap2): Likewise.
12519 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12520 (ppc_linux_get_hwcap2): Likewise.
12521 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12522 linux_get_hwcap.
12523 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12524 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12525 (ppc_linux_nat_target::read_description): Likewise.
12526 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12527 * s390-linux-nat.c: Likewise.
12528 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12529
6640a367
TT
125302019-03-24 Tom Tromey <tom@tromey.com>
12531
12532 * ada-lang.c (standard_lookup): Simplify initialization.
12533 (ada_lookup_symbol_nonlocal): Simplify return.
12534 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12535 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12536 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12537 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12538 initialization.
12539 * solib.c (solib_global_lookup): Simplify.
12540 * symtab.c (null_block_symbol): Remove.
12541 (symbol_cache_lookup): Simplify returns.
12542 (lookup_language_this): Simplify returns.
12543 (lookup_symbol_aux): Simplify return.
12544 (lookup_local_symbol): Simplify returns.
12545 (lookup_global_symbol_from_objfile): Simplify return.
12546 (lookup_symbol_in_objfile_symtabs)
12547 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12548 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12549 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12550 * cp-namespace.c (cp_lookup_bare_symbol)
12551 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12552 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12553 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12554 (cp_lookup_symbol_via_imports): Simplify initialization.
12555 (find_symbol_in_baseclass): Likewise.
12556 * symtab.h (null_block_symbol): Remove.
12557 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12558 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12559 (d_lookup_symbol_module): Likewise.
12560 (find_symbol_in_baseclass): Simplify initialization.
12561
a930ebcd
TT
125622019-03-24 Tom Tromey <tom@tromey.com>
12563
12564 * expression.h: Don't include symtab.h.
12565 (struct block): Forward declare.
12566
582942f4
TT
125672019-03-24 Tom Tromey <tom@tromey.com>
12568
12569 * c-exp.y (typebase): Remove casts.
12570 * gdbtypes.c (lookup_unsigned_typename, )
12571 (lookup_signed_typename): Remove cast.
12572 * eval.c (parse_to_comma_and_eval): Remove cast.
12573 * parse.c (write_dollar_variable): Remove cast.
12574 * block.h (struct block) <superblock>: Now const.
12575 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12576 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12577 (map_block): Make "block" const.
12578 * symfile.h (struct quick_symbol_functions)
12579 <map_matching_symbols>: Constify block argument to "callback".
12580 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12581 const.
12582 (find_pc_sect_compunit_symtab): Make "b" const.
12583 (find_symbol_at_address): Likewise.
12584 (search_symbols): Likewise.
12585 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12586 (dw2_debug_names_lookup_symbol): Likewise.
12587 (dw2_map_matching_symbols): Update.
12588 * p-valprint.c (pascal_val_print): Remove "block".
12589 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12590 (aux_add_nonlocal_symbols): Make "block" const.
12591 (resolve_subexp): Remove cast.
12592 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12593 const.
12594 (iterate_over_file_blocks): Likewise.
12595 * f-exp.y (%union) <bval>: Remove.
12596 * coffread.c (patch_opaque_types): Make "b" const.
12597 * spu-tdep.c (spu_catch_start): Make "block" const.
12598 * c-valprint.c (print_unpacked_pointer): Remove "block".
12599 * symmisc.c (dump_symtab_1): Make "b" const.
12600 (block_depth): Make "block" const.
12601 * d-exp.y (%union) <bval>: Remove.
12602 * cp-support.h (cp_lookup_rtti_type): Update.
12603 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12604 * psymtab.c (psym_lookup_symbol): Make "block" const.
12605 (maintenance_check_psymtabs): Make "b" const.
12606 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12607 (enumerate_locals, enumerate_args): Update.
12608 * python/py-symtab.c (stpy_global_block): Make "block" const.
12609 (stpy_static_block): Likewise.
12610 * inline-frame.c (block_starting_point_at): Make "new_block"
12611 const.
12612 * block.c (find_block_in_blockvector): Make return type const.
12613 (blockvector_for_pc_sect): Make "b" const.
12614 (find_block_in_blockvector): Make "b" const.
12615
7ad417dd
TT
126162019-03-23 Tom Tromey <tom@tromey.com>
12617
12618 * varobj.c (varobj_create): Update.
12619 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12620 * printcmd.c (display_command, do_one_display): Don't reset
12621 innermost_block.
12622 * parser-defs.h (enum innermost_block_tracker_type): Move to
12623 expression.h.
12624 (innermost_block): Update comment.
12625 * parse.c (parse_exp_1): Add tracker_types parameter.
12626 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12627 tracker_types parameter. Reset innermost_block.
12628 (parse_exp_in_context): Remove.
12629 (parse_expression_for_completion): Update.
12630 * objfiles.c (~objfile): Don't reset expression_context_block or
12631 innermost_block.
12632 * expression.h (enum innermost_block_tracker_type): Move from
12633 parser-defs.h.
12634 (parse_exp_1): Add tracker_types parameter.
12635 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12636 reset innermost_block.
12637
b366c208
TT
126382019-03-23 Tom Tromey <tom@tromey.com>
12639
12640 * objfiles.h: Include bcache.h.
12641
9bb9b2f9
TT
126422019-03-23 Tom Tromey <tom@tromey.com>
12643
12644 * linespec.c (get_current_search_block): Use
12645 scoped_restore_current_language.
12646 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12647
59c28372
AH
126482019-03-22 Alan Hayward <alan.hayward@arm.com>
12649 Jiong Wang <jiong.wang@arm.com>
12650
12651 * aarch64-linux-tdep.c
12652 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12653 section.
12654 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12655
17e116a7
AH
126562019-03-22 Alan Hayward <alan.hayward@arm.com>
12657 Jiong Wang <jiong.wang@arm.com>
12658
12659 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12660 instructions.
12661 (aarch64_analyze_prologue_test): Add PACIASP test.
12662 (aarch64_prologue_prev_register): Unmask PC value.
12663
11e1b75f
AH
126642019-03-22 Alan Hayward <alan.hayward@arm.com>
12665 Jiong Wang <jiong.wang@arm.com>
12666
12667 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12668 (aarch64_dwarf2_prev_register): Unmask PC value.
12669 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12670 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12671 DW_CFA_AARCH64_negate_ra_state.
12672 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12673
34dcc7cf
AH
126742019-03-22 Alan Hayward <alan.hayward@arm.com>
12675 Jiong Wang <jiong.wang@arm.com>
12676
12677 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12678 registers.
12679 (aarch64_pseudo_register_name): Likewise.
12680 (aarch64_pseudo_register_type): Likewise.
12681 (aarch64_pseudo_register_reggroup_p): Likewise.
12682 (aarch64_gdbarch_init): Add pauth registers.
12683 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12684 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12685 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12686 (struct gdbarch_tdep): Add regnum for ra_state.
12687
1ef53e6b
AH
126882019-03-22 Alan Hayward <alan.hayward@arm.com>
12689 Jiong Wang <jiong.wang@arm.com>
12690
12691 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12692
76bed0fd
AH
126932019-03-22 Alan Hayward <alan.hayward@arm.com>
12694 Jiong Wang <jiong.wang@arm.com>
12695
12696 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12697 function.
12698 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12699 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12700 (aarch64_gdbarch_init): Add puth registers.
12701 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12702 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12703 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12704
ee4fbcfa
AH
127052019-03-22 Alan Hayward <alan.hayward@arm.com>
12706 Jiong Wang <jiong.wang@arm.com>
12707
12708 * aarch64-linux-nat.c
12709 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12710 * aarch64-linux-tdep.c
12711 (aarch64_linux_core_read_description): Likewise.
12712 (aarch64_linux_get_hwcap): New function.
12713 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12714 (aarch64_linux_get_hwcap): New declaration.
12715
6dc0ebde
AH
127162019-03-22 Alan Hayward <alan.hayward@arm.com>
12717 Jiong Wang <jiong.wang@arm.com>
12718
12719 * aarch64-linux-nat.c
12720 (aarch64_linux_nat_target::read_description): Add pauth param.
12721 * aarch64-linux-tdep.c
12722 (aarch64_linux_core_read_description): Likewise.
12723 * aarch64-tdep.c (struct target_desc): Add in pauth.
12724 (aarch64_read_description): Add pauth param.
12725 (aarch64_gdbarch_init): Likewise.
12726 * aarch64-tdep.h (aarch64_read_description): Likewise.
12727 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12728 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12729 * features/Makefile: Add new files.
12730 * features/aarch64-pauth.c: New file.
12731 * features/aarch64-pauth.xml: New file.
12732
595915c1
TT
127332019-03-20 Tom Tromey <tromey@adacore.com>
12734
12735 * infrun.c (handle_inferior_event): Rename from
12736 handle_inferior_event_1. Create a scoped_value_mark.
12737 (handle_inferior_event): Remove.
12738
4c7d57e7
TT
127392019-03-19 Tom Tromey <tromey@adacore.com>
12740
12741 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12742 * infrun.h (print_stop_event): Add "displays" parameter.
12743 * infrun.c (print_stop_event): Add "displays" parameter.
12744
cb246234
PA
127452019-03-19 Pedro Alves <palves@redhat.com>
12746
12747 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12748 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12749 to -1. Fix TABs vs spaces.
12750 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12751 * tui/tui-out.h (tui_ui_out) Add intro comments.
12752 <m_line, m_start_of_line>: In-class initialize, and add describing
12753 comment.
12754
3a0e45b2
AH
127552019-03-18 Alan Hayward <alan.hayward@arm.com>
12756
12757 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12758 variable names.
12759 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12760
5371b850
PA
127612019-03-18 Pedro Alves <palves@redhat.com>
12762 Eli Zaretskii <eliz@gnu.org>
12763
12764 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12765 m_line and m_start_of_line.
12766
b17c4cd0
EZ
127672019-03-18 Eli Zaretskii <eliz@gnu.org>
12768
12769 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12770 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12771 it returns a newline. This fixes a regression in TU mode, whereby
12772 the next line is output on the same screen line as the user input.
12773
4bd56d18
TT
127742019-03-18 Tom Tromey <tromey@adacore.com>
12775
12776 * minsyms.c (minimal_symbol_reader::install): Remove call to
12777 obstack_blank.
12778
55c10aca
PA
127792019-03-18 Pedro Alves <palves@redhat.com>
12780
12781 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12782 New globals.
12783 (apply_style): New, factored out from ...
12784 (apply_ansi_escape): ... this. Handle reverse video mode.
12785 (tui_set_reverse_mode): New function.
12786 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12787 * tui/tui-winsource.c (tui_show_source_line): Use
12788 tui_set_reverse_mode instead of setting A_STANDOUT.
12789 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12790 New setter methods.
12791
647bb750
HD
127922019-03-18 Hannes Domani <ssbssa@yahoo.de>
12793
12794 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12795 Handle tabs.
12796
bff8c71f
TT
127972019-03-18 Tom Tromey <tromey@adacore.com>
12798
12799 * ada-lang.c (empty_array): Add "high" parameter.
12800 (ada_evaluate_subexp): Update.
12801
58785d98
ST
128022019-03-17 Sergei Trofimovich <siarheit@google.com>
12803
12804 * unittests/string_view-selftests.c: Define
12805 _initialize_string_view_selftests unconditionally.
12806
d4cbef22
ВМ
128072019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12808
12809 PR gdb/24350
12810 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12811
fce4c071
ВМ
128122019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12813
12814 PR gdb/24351
12815 * windows-nat.c (display_selector): Fix format specifiers.
12816
f7f0a123
EZ
128172019-03-17 Eli Zaretskii <eliz@gnu.org>
12818
12819 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12820 tui_refill_source_window instead of tui_refresh_win, to update the
12821 current execution line. This fixes redisplay of the current line
12822 when stepping through the code with "next" or "step".
12823
ab42892f
EZ
128242019-03-16 Eli Zaretskii <eliz@gnu.org>
12825
12826 * source-cache.c (source_cache::get_source_lines): Call
12827 find_source_lines to initialize s->nlines. This fixes vertical
12828 scrolling of TUI source window when the DOWN arrow is pressed.
12829
8d8c087f
PW
128302019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12831
12832 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12833 linux-thread-db.c (_initialize_thread_db): Likewise.
12834
798e1c30
EZ
128352019-03-16 Eli Zaretskii <eliz@gnu.org>
12836
12837 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12838 wclrtoeol in tui_show_source_line". This reverts changes made in
12839 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12840
eefba3da
TT
128412019-03-15 Tom Tromey <tom@tromey.com>
12842
12843 * symtab.h (struct minimal_symbol): Derive from
12844 general_symbol_info.
12845 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12846 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12847 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12848 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12849 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12850 (MSYMBOL_SEARCH_NAME): Update.
12851 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12852 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12853 * minsyms.c (minimal_symbol_reader::record_full): Update.
12854
0de2420c
TT
128552019-03-15 Tom Tromey <tom@tromey.com>
12856
12857 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12858
042d75e4
TT
128592019-03-15 Tom Tromey <tom@tromey.com>
12860
12861 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12862 unique_xmalloc_ptr.
12863 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12864 Update.
12865 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12866 (build_minimal_symbol_hash_tables)
12867 (minimal_symbol_reader::install): Update.
12868
db92718b
TT
128692019-03-15 Tom Tromey <tom@tromey.com>
12870
12871 * symtab.c (create_demangled_names_hash): Update.
12872 (symbol_set_names): Update.
12873 * objfiles.h (struct objfile_per_bfd_storage)
12874 <demangled_names_hash>: Now an htab_up.
12875 * objfiles.c (objfile_per_bfd_storage): Simplify.
12876
d6797f46
TT
128772019-03-15 Tom Tromey <tom@tromey.com>
12878
12879 * objfiles.h (struct objfile_per_bfd_storage): Declare
12880 destructor.
12881 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12882 New.
12883 (get_objfile_bfd_data): Use new. Don't initialize
12884 language_of_main.
12885 (free_objfile_per_bfd_storage): Remove.
12886 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12887
741d7538
TT
128882019-03-15 Tom Tromey <tom@tromey.com>
12889
12890 * symfile.c (reread_symbols): Update.
12891 * objfiles.c (objfile::objfile): Update.
12892 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12893 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12894 comment.
12895 (minimal_symbol_reader::install): Update.
12896 (terminate_minimal_symbol_table): Remove.
12897 * jit.c (jit_object_close_impl): Update.
12898
788c80d1
TT
128992019-03-15 Tom Tromey <tom@tromey.com>
12900
12901 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12902 initializations.
12903
1b7a07cb
TT
129042019-03-15 Tom Tromey <tom@tromey.com>
12905
12906 * objfiles.h (struct objfile_per_bfd_storage)
12907 <demangled_hash_languages>: Now a bitset.
12908 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12909 (lookup_minimal_symbol): Update.
12910
3db066bc
TT
129112019-03-15 Tom Tromey <tom@tromey.com>
12912
12913 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12914 Don't return the symbol.
12915 * coffread.c (record_minimal_symbol): Use record_full.
12916
3fff2c37
EZ
129172019-03-14 Eli Zaretskii <eliz@gnu.org>
12918
12919 The MS-Windows port of ncurses fails to switch to a color pair if
12920 one or both of the colors are the implicit default colors. This
12921 change records the default colors when TUI is initialized, and
12922 then specifies them explicitly when a color pair uses the default
12923 colors. This allows color styling in TUI mode on MS-Windows.
12924
12925 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12926 ncurses_norm_attr.
12927 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12928 colors in ncurses_norm_attr.
12929 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12930 "none", replace it with the default color recorded in
12931 ncurses_norm_attr.
12932
3b336828
TT
129332019-03-14 Tom Tromey <tromey@adacore.com>
12934
12935 * source-cache.h (class source_cache) <get_source_lines>: Return
12936 std::string.
12937 * source-cache.c (source_cache::extract_lines): Handle case where
12938 first_pos==npos. Return std::string.
12939 (source_cache::get_source_lines): Update.
12940
d085f989
TT
129412019-03-14 Tom Tromey <tromey@adacore.com>
12942
12943 * NEWS: Add item for "style sources" commands.
12944 * source-cache.c (source_cache::get_source_lines): Check
12945 source_styling.
12946 * cli/cli-style.c (source_styling): New global.
12947 (_initialize_cli_style): Add "style sources" commands.
12948 (show_style_sources): New function.
12949 * cli/cli-style.h (source_styling): Declare.
12950
6f11e682
TT
129512019-03-14 Pedro Alves <palves@redhat.com>
12952 Tom Tromey <tromey@adacore.com>
12953
12954 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12955 * tui/tui-winsource.c (tui_refill_source_window): New function,
12956 from...
12957 (tui_horizontal_source_scroll): ... here. Move some logic.
12958 * cli/cli-style.c (set_style_enabled): Notify new observable.
12959 * tui/tui-hooks.c (tui_redisplay_source): New function.
12960 (tui_attach_detach_observers): Attach or detach
12961 tui_redisplay_source.
12962 * observable.h (source_styling_changed): New observable.
12963 * observable.c: Define source_styling_changed observable.
12964
a068643d
TT
129652019-03-13 Tom Tromey <tromey@adacore.com>
12966
12967 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12968 (i386_gnu_nat_target::store_registers): Update.
12969 * target-debug.h (target_debug_print_std_string): New macro.
12970 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12971 * windows-tdep.c (display_one_tib): Update.
12972 * tui/tui-stack.c (tui_make_status_line): Update.
12973 * top.c (print_inferior_quit_action): Update.
12974 * thread.c (thr_try_catch_cmd): Update.
12975 (add_thread_with_info): Update.
12976 (thread_target_id_str): Update.
12977 (thr_try_catch_cmd): Update.
12978 (thread_command): Update.
12979 (thread_find_command): Update.
12980 * record-btrace.c (record_btrace_target::info_record)
12981 (record_btrace_resume_thread, record_btrace_target::resume)
12982 (record_btrace_cancel_resume, record_btrace_step_thread)
12983 (record_btrace_target::wait, record_btrace_target::wait)
12984 (record_btrace_target::wait, record_btrace_target::stop): Update.
12985 * progspace.c (print_program_space): Update.
12986 * process-stratum-target.c
12987 (process_stratum_target::thread_address_space): Update.
12988 * linux-fork.c (linux_fork_mourn_inferior)
12989 (detach_checkpoint_command, info_checkpoints_command)
12990 (linux_fork_context): Update.
12991 (linux_fork_detach): Update.
12992 (class scoped_switch_fork_info): Update.
12993 (delete_checkpoint_command): Update.
12994 * infrun.c (follow_fork_inferior): Update.
12995 (follow_fork_inferior): Update.
12996 (proceed_after_vfork_done): Update.
12997 (handle_vfork_child_exec_or_exit): Update.
12998 (follow_exec): Update.
12999 (displaced_step_prepare_throw): Update.
13000 (displaced_step_restore): Update.
13001 (start_step_over): Update.
13002 (resume_1): Update.
13003 (clear_proceed_status_thread): Update.
13004 (proceed): Update.
13005 (print_target_wait_results): Update.
13006 (do_target_wait): Update.
13007 (context_switch): Update.
13008 (stop_all_threads): Update.
13009 (restart_threads): Update.
13010 (finish_step_over): Update.
13011 (handle_signal_stop): Update.
13012 (switch_back_to_stepped_thread): Update.
13013 (keep_going_pass_signal): Update.
13014 (print_exited_reason): Update.
13015 (normal_stop): Update.
13016 * inferior.c (inferior_pid_to_str): Change return type.
13017 (print_selected_inferior): Update.
13018 (add_inferior): Update.
13019 (detach_inferior): Update.
13020 * dummy-frame.c (fprint_dummy_frames): Update.
13021 * dcache.c (dcache_info_1): Update.
13022 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
13023 (btrace_fetch, btrace_clear): Update.
13024 * linux-tdep.c (linux_core_pid_to_str): Change return type.
13025 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
13026 type.
13027 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
13028 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
13029 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
13030 * gdbarch.c, gdbarch.h: Rebuild.
13031 * gdbarch.sh (core_pid_to_str): Change return type.
13032 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
13033 return type.
13034 (windows_nat_target::pid_to_str): Change return type.
13035 (windows_delete_thread): Update.
13036 (windows_nat_target::attach): Update.
13037 (windows_nat_target::files_info): Update.
13038 * target-delegates.c: Rebuild.
13039 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
13040 return type.
13041 (sol_thread_target::pid_to_str): Change return type.
13042 * remote.c (class remote_target) <pid_to_str>: Change return
13043 type.
13044 (remote_target::pid_to_str): Change return type.
13045 (extended_remote_target::attach, remote_target::remote_stop_ns)
13046 (remote_target::remote_notif_remove_queued_reply)
13047 (remote_target::push_stop_reply, remote_target::disable_btrace):
13048 Update.
13049 (extended_remote_target::attach): Update.
13050 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
13051 type.
13052 (gdbsim_target::pid_to_str): Change return type.
13053 * ravenscar-thread.c (struct ravenscar_thread_target)
13054 <pid_to_str>: Change return type.
13055 (ravenscar_thread_target::pid_to_str): Change return type.
13056 * procfs.c (class procfs_target) <pid_to_str>: Change return
13057 type.
13058 (procfs_target::pid_to_str): Change return type.
13059 (procfs_target::attach): Update.
13060 (procfs_target::detach): Update.
13061 (procfs_target::fetch_registers): Update.
13062 (procfs_target::store_registers): Update.
13063 (procfs_target::wait): Update.
13064 (procfs_target::files_info): Update.
13065 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
13066 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
13067 return type.
13068 (nto_procfs_target::pid_to_str): Change return type.
13069 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
13070 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
13071 return type.
13072 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
13073 (exit_lwp): Update.
13074 (attach_proc_task_lwp_callback, get_detach_signal)
13075 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
13076 (linux_nat_target::resume, wait_lwp, stop_callback)
13077 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
13078 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
13079 (linux_nat_wait_1, resume_stopped_resumed_lwps)
13080 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
13081 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
13082 type.
13083 (inf_ptrace_target::attach): Update.
13084 (inf_ptrace_target::files_info): Update.
13085 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
13086 type.
13087 (go32_nat_target::pid_to_str): Change return type.
13088 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
13089 (gnu_nat_target::wait): Update.
13090 (gnu_nat_target::wait): Update.
13091 (gnu_nat_target::resume): Update.
13092 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
13093 (fbsd_nat_target::wait): Update.
13094 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
13095 type.
13096 (darwin_nat_target::attach): Update.
13097 * corelow.c (class core_target) <pid_to_str>: Change return type.
13098 (core_target::pid_to_str): Change return type.
13099 * target.c (normal_pid_to_str): Change return type.
13100 (default_pid_to_str): Likewise.
13101 (target_pid_to_str): Change return type.
13102 (target_translate_tls_address): Update.
13103 (target_announce_detach): Update.
13104 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
13105 return type.
13106 (bsd_uthread_target::pid_to_str): Change return type.
13107 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
13108 type.
13109 (bsd_kvm_target::pid_to_str): Change return type.
13110 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
13111 return type.
13112 (aix_thread_target::pid_to_str): Change return type.
13113 * target.h (struct target_ops) <pid_to_str>: Change return type.
13114 (target_pid_to_str, normal_pid_to_str): Likewise.
13115 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
13116 type.
13117 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
13118 type.
13119 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
13120 return type.
13121 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
13122 type.
13123 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
13124 type.
13125 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
13126 return type.
13127
b4be1b06
SM
131282019-03-13 Simon Marchi <simon.marchi@ericsson.com>
13129
13130 * NEWS: Mention that the new default MI version is 3. Mention
13131 changes to the output of commands and events that deal with
13132 multi-location breakpoints.
13133 * breakpoint.c: Include "mi/mi-out.h".
13134 (print_one_breakpoint): Change output syntax if using MI version
13135 >= 3.
13136 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
13137 New.
13138 (mi_multi_location_breakpoint_output_fixed): New.
13139 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
13140 (mi_cmd_fix_multi_location_breakpoint_output): New.
13141 (mi_multi_location_breakpoint_output_fixed): New.
13142 * mi/mi-cmds.c (mi_cmds): Register command
13143 -fix-multi-location-breakpoint-output.
13144 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
13145 interpreter "mi".
13146
8e5e5494
SM
131472019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13148
13149 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
13150 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
13151 instantiate mi_ui_out based on interpreter name.
13152 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
13153 * mi/mi-main.c (mi_load_progress): Likewise.
13154
197df35e
JB
131552019-03-12 John Baldwin <jhb@FreeBSD.org>
13156
13157 * NEWS: Combine separate "New targets" sections for 8.3.
13158
8399425f
JB
131592019-03-12 John Baldwin <jhb@FreeBSD.org>
13160
13161 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
13162 (ppcfbsd_init_abi): Install gdbarch
13163 "fetch_tls_load_module_address" and "get_thread_local_address"
13164 methods.
13165
b0f87ed0
JB
131662019-03-12 John Baldwin <jhb@FreeBSD.org>
13167
13168 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
13169 (riscv_fbsd_init_abi): Install gdbarch
13170 "fetch_tls_load_module_address" and "get_thread_local_address"
13171 methods.
13172
ce25aa57
JB
131732019-03-12 John Baldwin <jhb@FreeBSD.org>
13174
13175 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
13176 (i386fbsd_init_abi): Install gdbarch
13177 "fetch_tls_load_module_address" and "get_thread_local_address"
13178 methods.
13179
f5424cfa
JB
131802019-03-12 John Baldwin <jhb@FreeBSD.org>
13181
13182 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
13183 (amd64fbsd_init_abi): Install gdbarch
13184 "fetch_tls_load_module_address" and "get_thread_local_address"
13185 methods.
13186
945f3901
JB
131872019-03-12 John Baldwin <jhb@FreeBSD.org>
13188
13189 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
13190 (struct fbsd_pspace_data): New type.
13191 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
13192 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
13193 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
13194 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13195 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13196
ef0bd204
JB
131972019-03-12 John Baldwin <jhb@FreeBSD.org>
13198
13199 * gdbtypes.c (lookup_struct_elt): New function.
13200 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13201 * gdbtypes.h (struct struct_elt): New type.
13202 (lookup_struct_elt): New prototype.
13203
36c53a02
JB
132042019-03-12 John Baldwin <jhb@FreeBSD.org>
13205
13206 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13207 remove disabled code block.
13208
6e056c81
JB
132092019-03-12 John Baldwin <jhb@FreeBSD.org>
13210
13211 * gdbarch.sh (get_thread_local_address): New method.
13212 * gdbarch.h, gdbarch.c: Regenerate.
13213 * target.c (target_translate_tls_address): Use
13214 gdbarch_get_thread_local_address if present instead of
13215 target::get_thread_local_address.
13216
cd250a18
JB
132172019-03-12 John Baldwin <jhb@FreeBSD.org>
13218
13219 * target.h (target::get_thread_local_address): Update comment.
13220
df22c1e5
JB
132212019-03-12 John Baldwin <jhb@FreeBSD.org>
13222
13223 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13224 objfile->separate_debug_objfile_backlink if not NULL.
13225
dd6876c9
JB
132262019-03-12 John Baldwin <jhb@FreeBSD.org>
13227
13228 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13229 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13230 (amd64bsd_store_inferior_registers): Likewise.
13231 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13232 Enable segment base registers.
13233 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13234 PT_GETFSBASE and PT_GETGSBASE.
13235 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13236 PT_SETGSBASE.
13237 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13238 segment base registers.
13239 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13240
1163a4b7
JB
132412019-03-12 John Baldwin <jhb@FreeBSD.org>
13242
13243 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13244 Update calls to i386_target_description to add 'segments'
13245 parameter.
13246 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13247 add segment base registers.
13248 * arch/i386.c (i386_create_target_description): Add 'segments'
13249 parameter to enable segment base registers.
13250 * arch/i386.h (i386_create_target_description): Likewise.
13251 * features/i386/32bit-segments.xml: New file.
13252 * features/i386/32bit-segments.c: Generate.
13253 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13254 call to i386_target_description to add 'segments' parameter.
13255 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13256 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13257 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13258 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13259 if feature is present.
13260 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13261 Add 'segments' parameter to call to i386_target_description.
13262 (i386_target_description): Add 'segments' parameter to enable
13263 segment base registers.
13264 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13265 to call to i386_target_description.
13266 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13267 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13268 Define I386_NUM_REGS.
13269 (i386_target_description): Add 'segments' parameter to enable
13270 segment base registers.
13271
3a350822
EZ
132722019-03-12 Eli Zaretskii <eliz@gnu.org>
13273
13274 PR/24325
13275 * source-cache.c: #undef open and close, to avoid unresolved
13276 externals during linking.
13277
ffdd69cf
TT
132782019-03-12 Tom Tromey <tromey@adacore.com>
13279
13280 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13281 const. Add initializers.
13282 (_initialize_remote): Don't initialize ptid globals.
13283
ec148c57
PA
132842019-03-12 Pedro Alves <palves@redhat.com>
13285
13286 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13287
32764270
PA
132882019-03-12 Pedro Alves <palves@redhat.com>
13289
13290 * cp-name-parser.y (main): Remove unused 'len' variable.
13291
17547186
TT
132922019-03-12 Tom Tromey <tromey@adacore.com>
13293
13294 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13295 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13296
d3a70e03
TT
132972019-03-12 Tom Tromey <tromey@adacore.com>
13298
13299 * linux-nat.c (iterate_over_lwps): Update.
13300 (stop_callback): Remove parameter.
13301 (stop_wait_callback, detach_callback, resume_set_callback)
13302 (select_singlestep_lwp_callback, set_ignore_sigint)
13303 (status_callback, resumed_callback, resume_clear_callback)
13304 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13305 data parameter.
13306 (linux_nat_target::detach, linux_nat_target::resume)
13307 (linux_stop_and_wait_all_lwps, select_event_lwp)
13308 (linux_nat_filter_event, linux_nat_wait_1)
13309 (linux_nat_target::kill, linux_nat_target::stop)
13310 (linux_nat_target::stop): Update.
13311 (linux_nat_resume_callback): Change type.
13312 (resume_stopped_resumed_lwps, count_events_callback)
13313 (select_event_lwp_callback): Likewise.
13314 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13315 * arm-linux-nat.c (struct update_registers_data): Remove.
13316 (update_registers_callback): Change type.
13317 (arm_linux_insert_hw_breakpoint1): Update.
13318 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13319 parameter.
13320 (x86_linux_dr_set_addr): Update.
13321 (x86_linux_dr_set_control): Update.
13322 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13323 (iterate_over_lwps): Use gdb::function_view.
13324 * nat/aarch64-linux-hw-point.c (struct
13325 aarch64_dr_update_callback_param): Remove.
13326 (debug_reg_change_callback): Change type.
13327 (aarch64_notify_debug_reg_change): Update.
13328 * s390-linux-nat.c (s390_refresh_per_info): Update.
13329
82cb27ff
TT
133302019-03-11 Tom Tromey <tromey@adacore.com>
13331
13332 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13333 redundant assignment to "this_cu".
13334
568c0683
SM
133352019-03-08 Simon Marchi <simon.marchi@efficios.com>
13336
13337 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13338
f09ce22d
SM
133392019-03-08 Simon Marchi <simon.marchi@efficios.com>
13340
13341 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13342 from...
13343 (rank_one_type): ... this.
13344
595f96a9
SM
133452019-03-08 Simon Marchi <simon.marchi@efficios.com>
13346
13347 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13348 from...
13349 (rank_one_type): ... this.
13350
2598a94b
SM
133512019-03-08 Simon Marchi <simon.marchi@efficios.com>
13352
13353 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13354 from...
13355 (rank_one_type): ... this.
13356
7f17b20d
SM
133572019-03-08 Simon Marchi <simon.marchi@efficios.com>
13358
13359 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13360 from...
13361 (rank_one_type): ... this.
13362
2c509035
SM
133632019-03-08 Simon Marchi <simon.marchi@efficios.com>
13364
13365 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13366 from...
13367 (rank_one_type): ... this.
13368
0dd322dc
SM
133692019-03-08 Simon Marchi <simon.marchi@efficios.com>
13370
13371 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13372 from...
13373 (rank_one_type): ... this.
13374
41ea4728
SM
133752019-03-08 Simon Marchi <simon.marchi@efficios.com>
13376
13377 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13378 from...
13379 (rank_one_type): ... this.
13380
793cd1d2
SM
133812019-03-08 Simon Marchi <simon.marchi@efficios.com>
13382
13383 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13384 from...
13385 (rank_one_type): ... this.
13386
34910087
SM
133872019-03-08 Simon Marchi <simon.marchi@efficios.com>
13388
13389 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13390 from...
13391 (rank_one_type): ... this.
13392
f1f832d6
SM
133932019-03-08 Simon Marchi <simon.marchi@efficios.com>
13394
13395 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13396 from...
13397 (rank_one_type): ... this.
13398
b9f4512f
SM
133992019-03-08 Simon Marchi <simon.marchi@efficios.com>
13400
13401 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13402 from...
13403 (rank_one_type): ... this.
13404
9293fc63
SM
134052019-03-08 Simon Marchi <simon.marchi@efficios.com>
13406
13407 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13408 from...
13409 (rank_one_type): ... this.
13410
e3abbe7e
PW
134112019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13412
13413 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13414 inferior-events' shows the example events.
13415
e4adb939
EZ
134162019-03-08 Eli Zaretskii <eliz@gnu.org>
13417
13418 Support styling on native MS-Windows console
13419
13420 PR/24315
13421 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13422 on MS-Windows if $TERM is not defined.
13423
13424 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13425
13426 * posix-hdep.c (gdb_console_fputs):
13427 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13428 functions.
13429 * ui-file.h (gdb_console_fputs): Add prototype.
13430
13431 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13432 back to fputs only if the former returns zero.
13433
25629dfd
TT
134342019-03-07 Tom Tromey <tom@tromey.com>
13435
13436 * symmisc.c (print_symbol_bcache_statistics): Update.
13437 (print_objfile_statistics): Update.
13438 * symfile.c (allocate_symtab): Update.
13439 * stabsread.c: Don't include bcache.h.
13440 * psymtab.h (struct psymbol_bcache): Don't declare.
13441 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13442 (psymbol_bcache_init, psymbol_bcache_free)
13443 (psymbol_bcache_get_bcache): Don't declare.
13444 * psymtab.c (struct psymbol_bcache): Remove.
13445 (psymtab_storage::psymtab_storage): Update.
13446 (psymtab_storage::~psymtab_storage): Update.
13447 (psymbol_bcache_init, psymbol_bcache_free)
13448 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13449 (add_psymbol_to_bcache): Update.
13450 (allocate_psymtab): Update.
13451 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13452 macro_cache>: No longer pointers.
13453 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13454 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13455 * macrotab.c (macro_bcache): Update.
13456 * macroexp.c: Don't include bcache.h.
13457 * gdbtypes.c (check_types_worklist): Update.
13458 (types_deeply_equal): Remove TRY/CATCH. Update.
13459 * elfread.c (elf_symtab_read): Update.
13460 * dwarf2read.c: Don't include bcache.h.
13461 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13462 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13463 (print_bcache_statistics, bcache_memory_used): Don't declare.
13464 (struct bcache): Move from bcache.c. Add constructor, destructor,
13465 methods. Rename all data members.
13466 * bcache.c (struct bcache): Move to bcache.h.
13467 (bcache::expand_hash_table): Rename from expand_hash_table.
13468 (bcache): Remove.
13469 (bcache::insert): Rename from bcache_full.
13470 (bcache::compare): Rename from bcache_compare.
13471 (bcache_xmalloc): Remove.
13472 (bcache::~bcache): Rename from bcache_xfree.
13473 (bcache::print_statistics): Rename from print_bcache_statistics.
13474 (bcache::memory_used): Rename from bcache_memory_used.
13475
fe726667
PA
134762019-03-07 Pedro Alves <palves@redhat.com>
13477
13478 * infrun.c (normal_stop): Also check for
13479 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13480
7584bb30
AB
134812019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13482
13483 * f-lang.c (value_from_host_double): Moved to...
13484 * value.c (value_from_host_double): ...here.
13485 * value.h (value_from_host_double): Declare.
13486 * guile/scm-math.c (vlscm_convert_typed_number): Use
13487 value_from_host_double.
13488 (vlscm_convert_number): Likewise.
13489 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13490 * python/py-value.c (convert_value_from_python): Likewise.
13491
a7b1986e
TT
134922019-03-06 Tom Tromey <tom@tromey.com>
13493
13494 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13495
0ccf4211
TT
134962019-03-06 Tom Tromey <tom@tromey.com>
13497
13498 * utils.h (free_current_contents): Don't declare.
13499 * utils.c (free_current_contents): Remove.
13500
fe7b42e5
TT
135012019-03-06 Tom Tromey <tom@tromey.com>
13502
13503 * top.c (quit_force): Update.
13504 * main.c (captured_command_loop): Update.
13505 * common/new-op.c (operator new): Update.
13506 * common/common-exceptions.c (struct catcher)
13507 <save_cleanup_chain>: Remove member.
13508 (exceptions_state_mc_init): Update.
13509 (exception_try_scope_entry): Return nullptr.
13510 (exception_try_scope_exit, exception_rethrow)
13511 (throw_exception_sjlj, throw_exception_cxx): Update.
13512 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13513 (all_cleanups, do_cleanups, discard_cleanups)
13514 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13515 (restore_cleanups, restore_final_cleanups): Don't declare.
13516 (do_final_cleanups): Remove parameter.
13517 * common/cleanups.c (cleanup_chain, make_cleanup)
13518 (make_cleanup_dtor, all_cleanups, do_cleanups)
13519 (discard_my_cleanups, discard_cleanups)
13520 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13521 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13522 (null_cleanup): Remove.
13523 (do_final_cleanups): Remove parameter.
13524
c6321f19
TT
135252019-03-06 Tom Tromey <tom@tromey.com>
13526
13527 * remote.c (remote_target::remote_parse_stop_reply): Use
13528 unique_xmalloc_ptr.
13529
61b30099
TT
135302019-03-06 Tom Tromey <tom@tromey.com>
13531
13532 * stabsread.c (struct stabs_field_info): Rename from field_info.
13533 <list, fnlist>: Add initializers.
13534 <obstack>: New member.
13535 (read_member_functions, read_struct_fields, read_baseclasses):
13536 Allocate on obstack. Don't use cleanups.
13537 (read_one_struct_field, read_member_functions, read_struct_fields)
13538 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13539 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13540 (read_struct_type): Update.
13541
6cceac94
TT
135422019-03-06 Tom Tromey <tom@tromey.com>
13543
13544 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13545 * common/filestuff.h (make_cleanup_close): Don't declare.
13546 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13547 Remove.
13548
72412762
TT
135492019-03-06 Tom Tromey <tom@tromey.com>
13550
13551 * solib-aix.c: Use make_scope_exit.
13552
2b6ff1c0
TT
135532019-03-06 Tom Tromey <tom@tromey.com>
13554
13555 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13556 Use make_scope_exit.
13557
d01c5877
TT
135582019-03-06 Tom Tromey <tom@tromey.com>
13559
13560 * solib-svr4.c (disable_probes_interface): Remove parameter.
13561 (svr4_handle_solib_event): Use make_scope_exit.
13562
32603266
TT
135632019-03-06 Tom Tromey <tom@tromey.com>
13564
13565 * remote.c (struct stop_reply_deleter): Remove.
13566 (stop_reply_up): Update.
13567 (struct stop_reply): Derive from notif_event. Don't typedef.
13568 <regcache>: Now a std::vector.
13569 (stop_reply_xfree): Remove.
13570 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13571 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13572 (remote_target::discard_pending_stop_replies): Use delete.
13573 (remote_target::remote_parse_stop_reply): Update.
13574 (remote_target::process_stop_reply): Update.
13575 * remote-notif.h (struct notif_event): Add virtual destructor.
13576 Remove "dtr" member.
13577 (struct notif_client) <alloc_event>: Return a unique_ptr.
13578 (notif_event_xfree): Don't declare.
13579 (notif_event_up): New typedef.
13580 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13581 (notif_event_xfree, do_notif_event_xfree): Remove.
13582 (remote_notif_state_xfree): Update.
13583
9799571e
TT
135842019-03-06 Tom Tromey <tom@tromey.com>
13585
13586 * infrun.c (displaced_step_clear_cleanup): Now a
13587 forward_scope_exit type.
13588 (displaced_step_prepare_throw): Update.
13589 (displaced_step_fixup): Update.
13590
09e3c4ca
TT
135912019-03-06 Tom Tromey <tom@tromey.com>
13592
13593 * inferior.h (class inferior): Update comment.
13594 * gdbthread.h (class thread_info): Update comment.
13595
e2a03548
TT
135962019-03-06 Joel Brobecker <brobecker@adacore.com>
13597 Tom Tromey <tom@tromey.com>
13598
13599 * stabsread.h (struct stab_section_list): Remove.
13600 (coffstab_build_psymtabs): Update.
13601 * dbxread.c (symbuf_sections): Now a std::vector.
13602 (sect_idx): New global.
13603 (fill_symbuf): Update.
13604 (coffstab_build_psymtabs): Change type of stabsects parameter.
13605 Update.
13606 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13607 std::vector.
13608 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13609 (coff_locate_sections): Update.
13610 (coff_symfile_read): Remove cleanups. Update.
13611 (init_stringtab): Add storage parameter.
13612 (free_stringtab, free_stringtab_cleanup): Remove.
13613 (init_lineno): Add storage parameter.
13614 (free_linetab, free_linetab_cleanup): Remove.
13615
b7e60d85
PA
136162019-03-06 Pedro Alves <palves@redhat.com>
13617
13618 * linux-fork.c (fork_info::clobber_regs): Delete.
13619 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13620 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13621 comment. Adjust.
13622 (scoped_switch_fork_info::scoped_switch_fork_info)
13623 (checkpoint_command, linux_fork_context): Adjust
13624 fork_save_infrun_state calls.
13625
e52c971f
PA
136262019-03-06 Pedro Alves <palves@redhat.com>
13627
13628 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13629 (inf_has_multiple_threads): Return 'bool' and rewrite using
13630 inferior_info::threads().
13631
06974e6c
PA
136322019-03-06 Pedro Alves <palves@redhat.com>
13633
13634 * linux-fork.c: Include <list>.
13635 (fork_list): Now a std::list instance.
13636 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13637 (forks_exist_p, find_last_fork): Adjust.
13638 (new_fork): Delete.
13639 (one_fork_p): New.
13640 (add_fork): Adjust.
13641 (free_fork): Delete, folded into fork_info::~fork_info().
13642 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13643 Adjust.
13644 (init_fork_list): Delete.
13645 (linux_fork_killall, linux_fork_mourn_inferior)
13646 (linux_fork_detach, info_checkpoints_command): Adjust.
13647 (_initialize_linux_fork): No longer call init_fork_list.
13648
72f31aea
PA
136492019-03-06 Pedro Alves <palves@redhat.com>
13650
13651 * linux-fork.c (new_fork): New, split out of ...
13652 (add_fork): ... this. Return void. Move "first fork" special
13653 case from here, to ...
13654 (checkpoint_command): ... here.
13655 * linux-linux.h (add_fork): Return void.
13656
efbecbc1
AB
136572019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13658
13659 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13660
0841c79a
AB
136612019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13662 Chris January <chris.january@arm.com>
13663 David Lecomber <david.lecomber@arm.com>
13664
13665 * f-exp.y: New token, UNOP_INTRINSIC.
13666 (exp): New pattern using UNOP_INTRINSIC token.
13667 (f77_keywords): Add 'abs' keyword.
13668 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13669 (value_from_host_double): New function.
13670 (evaluate_subexp_f): Support UNOP_ABS.
13671
4a270568
AB
136722019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13673
13674 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13675 types.
13676
067630bd
AB
136772019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13678
13679 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13680 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13681 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13682
3be47f7a
AB
136832019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13684
13685 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13686
4d00f5d8
AB
136872019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13688 Chris January <chris.january@arm.com>
13689
13690 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13691 * f-exp.y: Define 'KIND' token.
13692 (exp): New pattern for KIND expressions.
13693 (ptype): Handle types with a kind extension.
13694 (direct_abs_decl): Extend to spot kind extensions.
13695 (f77_keywords): Add 'kind' to the list.
13696 (push_kind_type): New function.
13697 (convert_to_kind_type): New function.
13698 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13699 * parse.c (operator_length_standard): Likewise.
13700 * parser-defs.h (enum type_pieces): Add tp_kind.
13701 * std-operator.def: Add UNOP_KIND.
13702
e454224f
AB
137032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13704
13705 * f-exp.y (f_parse): Set yydebug.
13706
9dad4a58
AB
137072019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13708
13709 * f-lang.c (evaluate_subexp_f): New function.
13710 (exp_descriptor_f): New global.
13711 (f_language_defn): Use exp_descriptor_f instead of
13712 exp_descriptor_standard.
13713
c8f91604
AB
137142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13715
13716 * f-exp.y (struct token): Add comments.
13717 (dot_ops): Remove uppercase versions and the end marker.
13718 (f77_keywords): Likewise.
13719 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13720 entries in the dot_ops array are case insensitive, and use
13721 strncasecmp to compare strings. Also some whitespace cleanup in
13722 this area. Similar for the f77_keywords array, except entries in
13723 this list might be case sensitive.
13724
dd9f2c76
AB
137252019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13726
13727 * f-exp.y (struct f77_boolean_val): Add comments.
13728 (boolean_values): Remove uppercase versions, and end marker.
13729 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13730 and use strncasecmp to achieve case insensitivity. Additionally,
13731 perform whitespace cleanup around this code.
13732
67a3048c
TT
137332019-03-06 Tom Tromey <tromey@adacore.com>
13734
13735 * remote-sim.c (gdbsim_target_open): Use result of
13736 gdb_argv::release.
13737
aa3cfbda
RB
137382019-03-06 Richard Bunt <richard.bunt@arm.com>
13739 Dirk Schubert <dirk.schubert@arm.com>
13740 Chris January <chris.january@arm.com>
13741
13742 * eval.c (evaluate_subexp_standard): Call Fortran argument
13743 wrapping logic.
13744 * f-lang.c (struct value): A value which can be passed into a
13745 Fortran function call.
13746 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13747 where appropriate.
13748 (struct type): Value ready for a Fortran function call.
13749 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13750 is needed.
13751 * f-lang.h (fortran_argument_convert): Declaration.
13752 (fortran_preserve_arg_pointer): Declaration.
13753 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13754
ea38e5df
TT
137552019-03-05 Tom Tromey <tromey@adacore.com>
13756
13757 * python/py-prettyprint.c (print_string_repr): Remove #if.
13758 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13759
06b5b831
TT
137602019-03-05 Tom Tromey <tromey@adacore.com>
13761
13762 * target.c (the_dummy_target): Move later. Change type to
13763 "dummy_target".
13764 (initialize_targets): Don't initialize the_dummy_target.
13765
edbd9e45
TT
137662019-03-05 Tom Tromey <tromey@adacore.com>
13767
13768 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13769 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13770
c119e040
TT
137712019-03-05 Tom Tromey <tromey@adacore.com>
13772
13773 * windows-nat.c (windows_nat_target::attach)
13774 (windows_nat_target::detach): Don't call gdb_flush.
13775 * valprint.c (generic_val_print, val_print, val_print_string):
13776 Don't call gdb_flush.
13777 * utils.c (defaulted_query): Don't call gdb_flush.
13778 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13779 * target.c (target_announce_detach): Don't call gdb_flush.
13780 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13781 * remote.c (extended_remote_target::attach): Don't call
13782 gdb_flush.
13783 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13784 * printcmd.c (do_examine): Don't call gdb_flush.
13785 (info_display_command): Don't call gdb_flush.
13786 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13787 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13788 * memattr.c (info_mem_command): Don't call gdb_flush.
13789 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13790 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13791 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13792 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13793 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13794 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13795 (gnu_nat_target::detach): Don't call gdb_flush.
13796 * f-valprint.c (f_val_print): Don't call gdb_flush.
13797 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13798 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13799 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13800 gdb_flush.
13801 * c-valprint.c (c_val_print): Don't call gdb_flush.
13802 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13803
895dafa6
TT
138042019-03-05 Tom Tromey <tromey@adacore.com>
13805
13806 * varobj.c (update_dynamic_varobj_children): Update.
13807 (install_default_visualizer): Use reset, not release.
13808 * value.c (set_internalvar): Update.
13809 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13810 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13811 ATTRIBUTE_UNUSED_RESULT.
13812
88a774b9
TT
138132019-03-05 Tom Tromey <tromey@adacore.com>
13814
13815 * remote.c (class scoped_remote_fd) <release>: Add
13816 ATTRIBUTE_UNUSED_RESULT.
13817
4e4a8b93
TT
138182019-03-05 Tom Tromey <tromey@adacore.com>
13819
13820 * macroexp.c (struct macro_buffer) <release>: Add
13821 ATTRIBUTE_UNUSED_RESULT.
13822
083eef1f
TT
138232019-03-05 Tom Tromey <tromey@adacore.com>
13824
13825 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13826 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13827 ATTRIBUTE_UNUSED_RESULT.
13828
3cabd438
TT
138292019-03-05 Tom Tromey <tromey@adacore.com>
13830
13831 * common/scoped_fd.h (class scoped_fd) <release>: Add
13832 ATTRIBUTE_UNUSED_RESULT.
13833
41e3300a
TT
138342019-03-05 Tom Tromey <tromey@adacore.com>
13835
13836 * parser-defs.h (struct parser_state) <release>: Add
13837 ATTRIBUTE_UNUSED_RESULT.
13838
18cb7c9f
TT
138392019-03-05 Tom Tromey <tromey@adacore.com>
13840
13841 * utils.h (class gdb_argv) <release>: Add
13842 ATTRIBUTE_UNUSED_RESULT.
13843 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13844
41fa577f
EZ
138452019-03-02 Eli Zaretskii <eliz@gnu.org>
13846
a6a4b2c6
EZ
13847 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13848 for-loop range, to avoid compiler warnings.
13849
13850 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13851 avoid compiler warnings about unused variables.
13852
742a7df5
EZ
13853 * NEWS: Mention end of support for native debugging on MS-Windows
13854 before XP.
13855
41fa577f
EZ
13856 PR gdb/24292
13857 * common/netstuff.c:
13858 * gdbserver/gdbreplay.c
13859 * gdbserver/remote-utils.c:
13860 * ser-tcp.c:
13861 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13862 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13863 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13864 'getaddrinfo' and 'freeaddrinfo' were not available before
13865 Windows XP, and mingw.org's MinGW headers by default define
13866 _WIN32_WINNT to 0x500.
13867
827f438f
GB
138682019-03-01 Gary Benson <gbenson@redhat.com>
13869
13870 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13871
92137da0
RO
138722019-02-28 Brian Vandenberg <phantall@gmail.com>
13873 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13874
13875 PR gdb/8527
13876 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13877 set_sigint_trap, clear_sigint_trap.
13878
799efbe8
PW
138792019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13880
13881 * target.c (target_detach): Clear the regcache and the
13882 frame cache.
13883
8ed25214
PA
138842019-02-27 Pedro Alves <palves@redhat.com>
13885
13886 * utils.c (set_screen_size): When we cap the height/width sizes,
13887 tweak the corresponding command variable to show "unlimited":
13888
23031e31
SJ
138892019-02-27 Saagar Jha <saagar@saagarjha.com>
13890 Pedro Alves <palves@redhat.com>
13891
13892 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13893 before calling rl_set_screen_size.
13894
6c28e44a
TT
138952019-02-27 Tom Tromey <tromey@adacore.com>
13896
13897 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13898 define.
13899 * python/py-value.c: Remove Python 2.4 workaround.
13900 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13901 workaround.
13902 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13903 Python 2.4 workaround.
13904 * python/python-internal.h: Remove Python 2.4 comment.
13905 (Py_ssize_t): Don't define.
13906 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13907 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13908 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13909 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13910 * python/python.c (do_start_initialization): Remove Python 2.4
13911 workaround.
13912 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13913 (print_children): Remove Python 2.4 workaround.
13914 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13915 workaround.
13916 (CHARBUFFERPROC_NAME): Remove.
13917 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13918 Python 2.4 workaround.
13919
2c3fc25d 139202019-02-27 Kevin Buettner <kevinb@redhat.com>
799efbe8 13921
2c3fc25d
KB
13922 * NEWS: Note minimum Python version.
13923
6ca62222
KB
139242019-02-27 Kevin Buettner <kevinb@redhat.com>
13925
13926 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13927 code from these functions. Remove corresponding ifdefs. Use
13928 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13929 Remove gotos and target of gotos.
13930 (infpy_search_memory): Likewise.
13931
f4bc7d2c
AB
139322019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13933
13934 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13935 (hppa_gdbarch_init): Don't register deleted functions with
13936 gdbarch.
13937
9734a586
AB
139382019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13939
13940 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13941 (h8300_unwind_sp): Delete.
13942 (h8300_dummy_id): Delete.
13943 (h8300_gdbarch_init): Don't register deleted functions with
13944 gdbarch.
13945
68b867f3
AB
139462019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13947
13948 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13949 (ft32_unwind_pc): Delete.
13950 (ft32_unwind_sp): Delete.
13951 (ft32_gdbarch_init): Don't register deleted functions with
13952 gdbarch.
13953
2fbe7ad0
AB
139542019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13955
13956 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13957 (frv_unwind_pc): Delete.
13958 (frv_unwind_sp): Delete.
13959 (frv_gdbarch_init): Don't register deleted functions with
13960 gdbarch.
13961
76055cbe
AB
139622019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13963
13964 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13965 (riscv_unwind_pc): Delete.
13966 (riscv_unwind_sp): Delete.
13967 (riscv_gdbarch_init): Don't register deleted functions with
13968 gdbarch.
13969
4133e5a1
AB
139702019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13971
13972 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13973 (csky_unwind_pc): Delete.
13974 (csky_unwind_sp): Delete.
13975 (csky_gdbarch_init): Don't register deleted functions with
13976 gdbarch.
13977
8010f576
AB
139782019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13979
13980 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13981 (cris_unwind_pc): Delete.
13982 (cris_unwind_sp): Delete.
13983 (cris_gdbarch_init): Don't register deleted functions with
13984 gdbarch.
13985
b56bf084
AB
139862019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13987
13988 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13989 (bfin_unwind_pc): Delete.
13990 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13991
a19a650f
AB
139922019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13993
13994 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13995 (arm_unwind_pc): Delete.
13996 (arm_unwind_sp): Delete.
13997 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13998
f8278c3c
AB
139992019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14000
14001 * gdb/arc-tdep.c (arc_dummy_id): Delete.
14002 (arc_unwind_pc): Delete.
14003 (arc_unwind_sp): Delete.
14004 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
14005
480e46cf
AB
140062019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14007
14008 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
14009 (alpha_unwind_pc): Delete.
14010 (alpha_gdbarch_init): Don't register deleted functions with
14011 gdbarch.
14012
7a995095
AB
140132019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14014
14015 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
14016 (aarch64_unwind_pc): Delete.
14017 (aarch64_unwind_sp): Delete.
14018 (aarch64_gdbarch_init): Don't register deleted functions with
14019 gdbarch.
14020
bf9a735e
AB
140212019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14022
14023 * gdbtypes.c (type_align): Don't consider static members when
14024 computing structure alignment.
14025
5561fc30
AB
140262019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
14027
14028 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
14029 return 0 for other types.
14030 * arch-utils.c (default_type_align): Always return 0.
14031 * gdbarch.h: Regenerate.
14032 * gdbarch.sh (type_align): Extend comment.
14033 * gdbtypes.c (type_align): Add additional comments, always call
14034 gdbarch_type_align before applying the default rules.
14035 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
14036 generic code will then apply a suitable default.
14037 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
14038 types, return 0 for other types.
14039
9335e75a
JB
140402019-02-27 Joel Brobecker <brobecker@adacore.com>
14041
14042 * NEWS: Create a new section for the next release branch.
14043 Rename the section of the current branch, now that it has
14044 been cut.
14045
3d34d8de
JB
140462019-02-27 Joel Brobecker <brobecker@adacore.com>
14047
14048 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
14049 * version.in: Bump version to 8.3.50.DATE-git.
14050
143420fb
SM
140512019-02-26 Simon Marchi <simon.marchi@efficios.com>
14052
14053 * aix-thread.c (ptid_cmp): Remove unused variable.
14054 (get_signaled_thread): Likewise.
14055 (store_regs_user_thread): Likewise.
14056 (store_regs_kernel_thread): Likewise.
14057 (fetch_regs_kernel_thread): Remove shadowed variable.
14058
172fb711
AB
140592019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
14060
14061 * features/riscv/32bit-cpu.xml: Add register numbers.
14062 * features/riscv/32bit-fpu.c: Regenerate.
14063 * features/riscv/32bit-fpu.xml: Add register numbers.
14064 * features/riscv/64bit-cpu.xml: Add register numbers.
14065 * features/riscv/64bit-fpu.c: Regenerate.
14066 * features/riscv/64bit-fpu.xml: Add register numbers.
14067
26c89782
KB
140682019-02-26 Kevin Buettner <kevinb@redhat.com>
14069
af54ade9 14070 * NEWS: Mention two argument form of gdb.Value constructor.
fe07eca5
KB
14071 * python/py-value.c (convert_buffer_and_type_to_value): New
14072 function.
14073 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
14074 Add support for handling an optional second argument. Call
14075 convert_buffer_and_type_to_value as appropriate.
26c89782
KB
14076 * python/python-internal.h (Py_buffer_deleter): New struct.
14077 (Py_buffer_up): New typedef.
14078
0f58c9e8
JB
140792019-02-25 John Baldwin <jhb@FreeBSD.org>
14080
14081 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
14082 instead of releasing ownership.
14083
0a0f4c01
JR
140842019-02-25 Jordan Rupprecht <rupprecht@google.com>
14085
14086 * dwarf2read.c (open_and_init_dwp_file): Call
14087 elf_numsections instead of bfd_count_sections to initialize
14088 dwp_file->num_sections.
14089
cd5a152c
TT
140902019-02-25 Tom Tromey <tromey@adacore.com>
14091
14092 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
14093
8a6a8513
SDJ
140942019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
14095
14096 * gcore.in: Add '--readnever' option when invoking GDB.
14097
04dcda9c
SM
140982019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14099
14100 * MAINTAINERS: Update my email address.
14101
07bc701d
SM
141022019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
14103
14104 * build-id.c (build_id_to_debug_bfd_1): New function.
14105 (build_id_to_debug_bfd): Look for separate debug file in
14106 sysroot.
14107
c6f4a5d0
AB
141082019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
14109
14110 * gdbarch.sh: Update the copyright year range that is placed into
14111 generated files.
14112
9600246d
KS
141132019-02-22 Keith Seitz <keiths@redhat.com>
14114
14115 PR symtab/23853
14116 * linespec.c (create_sals_line_offset): Search for the default
14117 symtab's filename instead of its fullname.
14118
7557a514
AH
141192019-02-21 Alan Hayward <alan.hayward@arm.com>
14120
14121 * NEWS: Update style defaults.
14122
ee2bcb0c
AH
141232019-02-21 Alan Hayward <alan.hayward@arm.com>
14124
14125 * main.c (captured_main_1): Disable styling in batch mode.
14126
0c95f9ed
TT
141272019-02-20 Tom Tromey <tom@tromey.com>
14128
14129 * symtab.c (symtab_symbol_info): Fix typos.
14130
c763b894
TT
141312019-02-20 Tom Tromey <tromey@adacore.com>
14132
14133 * findcmd.c (_initialize_mem_search): Use upper case for
14134 metasyntactic variables.
14135
0ef8a082
AH
141362019-02-20 Alan Hayward <alan.hayward@arm.com>
14137
14138 * aarch64-tdep.c (aarch64_add_reggroups): New function.
14139 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
14140
6caa91b6
SM
141412019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
14142
14143 * top.h (source_file_name): Change to std::string.
14144 * top.c (source_file_name): Likewise.
14145 (command_line_input): Adjust.
14146 * cli/cli-script.c (script_from_file): Adjust.
14147
98814c6c
TT
141482019-02-19 Tom Tromey <tromey@adacore.com>
14149
14150 * ravenscar-thread.c
14151 (ravenscar_thread_target::update_thread_list): Don't call
14152 ada_build_task_list.
14153 * ada-lang.h (ada_build_task_list): Don't declare.
14154 * ada-tasks.c (struct ada_tasks_inferior_data)
14155 <task_list_valid_p>: Now bool.
14156 (read_known_tasks, ada_task_list_changed)
14157 (ada_tasks_invalidate_inferior_data): Update.
14158 (read_known_tasks_array): Return bool.
14159 (read_known_tasks_list): Likewise.
14160 (read_known_tasks): Return void.
14161 (ada_build_task_list): Now static.
14162
70cd633e
AB
141632019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
14164
14165 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
14166 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
14167
040b3e95
PW
141682019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14169
14170 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
14171 variant for ada_tasks_pspace_data_handle and
14172 ada_tasks_inferior_data_handle.
14173 (ada_tasks_pspace_data_cleanup): New function.
14174 (ada_tasks_inferior_data_cleanup): New function.
14175
9409233b
TT
141762019-02-17 Tom Tromey <tom@tromey.com>
14177
14178 * macrotab.h (macro_source_fullname): Return a std::string.
14179 * macrotab.c (macro_include, check_for_redefinition)
14180 (macro_undef, macro_lookup_definition, foreach_macro)
14181 (foreach_macro_in_scope): Update.
14182 (macro_source_fullname): Return a std::string.
14183 * macrocmd.c (show_pp_source_pos): Update.
14184
6506371f
TT
141852019-02-17 Tom Tromey <tom@tromey.com>
14186
14187 * macrocmd.c (show_pp_source_pos): Style the file names.
14188
0c820d67
TT
141892019-02-17 Tom Tromey <tom@tromey.com>
14190
14191 PR tui/24197:
14192 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
14193
a0087920
TT
141942019-02-17 Tom Tromey <tom@tromey.com>
14195
14196 * ada-lang.c (user_select_syms): Use filtered printing.
14197 * utils.c (wrap_style): New global.
14198 (desired_style): Remove.
14199 (emit_style_escape): Add stream parameter.
14200 (set_output_style, reset_terminal_style, prompt_for_continue):
14201 Update.
14202 (flush_wrap_buffer): Only flush gdb_stdout.
14203 (wrap_here): Set wrap_style.
14204 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14205 treat escape sequences as a character. Change when wrap buffer is
14206 flushed.
14207 (fputs_styled): Do not set the output style when the default is
14208 requested.
14209 * ui-style.h (struct ui_file_style) <is_default>: New method.
14210 * source.c (print_source_lines_base): Emit escape sequences in one
14211 piece.
14212
75ba10dc
JB
142132019-02-17 Joel Brobecker <brobecker@adacore.com>
14214
14215 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14216 integers and enumeration types.
14217
a2cd4f14
JB
142182019-02-17 Joel Brobecker <brobecker@adacore.com>
14219
14220 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14221 instead of lookup_symbol_in_language
14222 (do_exact_match): New function.
14223 (ada_get_symbol_name_matcher): Return do_exact_match when
14224 doing a verbatim match.
14225
485b851b
TT
142262019-02-15 Tom Tromey <tromey@adacore.com>
14227
14228 * ravenscar-thread.c (ravenscar_thread_target::resume)
14229 (ravenscar_thread_target::wait): Special case wildcard requests.
14230
0b790b1e
TT
142312019-02-15 Tom Tromey <tromey@adacore.com>
14232
14233 * ravenscar-thread.c (base_ptid): Remove.
14234 (struct ravenscar_thread_target) <close>: New method.
14235 <m_base_ptid>: New member.
14236 <update_inferior_ptid, active_task, task_is_currently_active,
14237 runtime_initialized>: Declare methods.
14238 <ravenscar_thread_target>: Add constructor.
14239 (ravenscar_thread_target::task_is_currently_active)
14240 (ravenscar_thread_target::update_inferior_ptid)
14241 (ravenscar_runtime_initialized): Rename. Now methods.
14242 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14243 (ravenscar_thread_target::update_thread_list): Update.
14244 (ravenscar_thread_target::active_task): Now method.
14245 (ravenscar_thread_target::store_registers)
14246 (ravenscar_thread_target::prepare_to_store)
14247 (ravenscar_thread_target::prepare_to_store)
14248 (ravenscar_thread_target::mourn_inferior): Update.
14249 (ravenscar_inferior_created): Use "new" to create target.
14250 (ravenscar_thread_target::get_ada_task_ptid): Update.
14251 (_initialize_ravenscar): Don't initialize base_ptid.
14252 (ravenscar_ops): Remove global.
14253
dea57a62
TT
142542019-02-15 Tom Tromey <tromey@adacore.com>
14255
14256 * target.h (push_target): Declare new overload.
14257 * target.c (push_target): New overload, taking an rvalue reference.
14258 * remote.c (remote_target::open_1): Use push_target overload.
14259 * corelow.c (core_target_open): Use push_target overload.
14260
989f3c58
TT
142612019-02-15 Tom Tromey <tromey@adacore.com>
14262
14263 * ravenscar-thread.c (is_ravenscar_task)
14264 (ravenscar_task_is_currently_active): Return bool.
14265 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14266 (_initialize_ravenscar): Remove "(void)".
14267 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14268 Return bool.
14269
6cbcc006
TT
142702019-02-15 Tom Tromey <tromey@adacore.com>
14271
14272 * ravenscar-thread.c (ravenscar_runtime_initializer)
14273 (has_ravenscar_runtime, get_running_thread_id)
14274 (ravenscar_thread_target::resume): Fix indentation.
14275
7657f14d
TT
142762019-02-15 Tom Tromey <tromey@adacore.com>
14277
14278 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14279 from ravenscar_arch_ops.
14280 (sparc_ravenscar_ops::fetch_registers)
14281 (sparc_ravenscar_ops::store_registers): Now methods.
14282 (sparc_ravenscar_prepare_to_store): Remove.
14283 (sparc_ravenscar_ops): Redefine.
14284 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14285 methods and destructor. Remove members.
14286 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14287 (ravenscar_thread_target::store_registers)
14288 (ravenscar_thread_target::prepare_to_store): Update.
14289 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14290 Remove.
14291 (struct ppc_ravenscar_powerpc_ops): Derive from
14292 ravenscar_arch_ops.
14293 (ppc_ravenscar_powerpc_ops::fetch_registers)
14294 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14295 (ppc_ravenscar_powerpc_ops): Redefine.
14296 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14297 (ppc_ravenscar_e500_ops::fetch_registers)
14298 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14299 (ppc_ravenscar_e500_ops): Redefine.
14300 * aarch64-ravenscar-thread.c
14301 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14302 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14303 (aarch64_ravenscar_fetch_registers)
14304 (aarch64_ravenscar_store_registers): Now methods.
14305 (aarch64_ravenscar_ops): Redefine.
14306
5b6ea500
TT
143072019-02-15 Tom Tromey <tromey@adacore.com>
14308
14309 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14310 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14311 (ravenscar_thread_target::stopped_by_watchpoint)
14312 (ravenscar_thread_target::stopped_data_address)
14313 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14314
e397fd39
TT
143152019-02-15 Tom Tromey <tromey@adacore.com>
14316
14317 * ravenscar-thread.c: Fix some typos.
14318
cc12f4a8
TT
143192019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14320 Tom Tromey <tromey@adacore.com>
14321
14322 * ada-lang.c (ada_exception_sal): Change addr_string to a
14323 std::string.
14324 (create_ada_exception_catchpoint): Update.
14325
5f486660
TT
143262019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14327 Tom Tromey <tromey@adacore.com>
14328
14329 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14330 (bp_location_ops): Remove.
14331 (base_breakpoint_allocate_location): Update.
14332 (free_bp_location): Update.
14333 * ada-lang.c (class ada_catchpoint_location)
14334 <ada_catchpoint_location>: Remove ops parameter.
14335 (ada_catchpoint_location_dtor): Remove.
14336 (ada_catchpoint_location_ops): Remove.
14337 (allocate_location_exception): Update.
14338 * breakpoint.h (struct bp_location_ops): Remove.
14339 (class bp_location) <bp_location>: Remove bp_location_ops
14340 parameter.
14341 <~bp_location>: Add destructor.
14342 <ops>: Remove.
14343
b671c7fb
TS
143442019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14345 Pedro Alves <palves@redhat.com>
14346
14347 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14348 'PATH_MAX'.
14349
8071c5ce
DM
143502019-02-14 David Michael <fedora.dm0@gmail.com>
14351 Samuel Thibault <samuel.thibault@gnu.org>
14352 Thomas Schwinge <thomas@codesourcery.com>
14353
14354 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14355 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14356
b1041ae0
TS
143572019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14358
924514e1
TS
14359 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14360 (check_empty): Use "const char *".
14361
c29ee8d4
TS
14362 * gnu-nat.c (gnu_nat_target::detach): Instead of
14363 'detach_inferior (pid)' call
14364 'detach_inferior (find_inferior_pid (pid))'.
14365
6c6ef69f
TS
14366 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14367 'nat/fork-inferior.o'.
14368 * gnu-nat.c: #include "nat/fork-inferior.h".
14369
2d0a338c
TS
14370 * gnu-nat.c (gnu_nat_target::detach): Instead of
14371 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14372 * gnu-nat.h: #include "inf-child.h".
14373 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14374 'i386_gnu_nat_target::fetch_registers'.
14375 (gnu_store_registers): Rename/move to
14376 'i386_gnu_nat_target::store_registers'.
14377
cabb5f06
TS
14378 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14379 * gnu-nat.h (mach_thread_info): New function.
14380 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14381
b1041ae0
TS
14382 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14383
2988d01e
KF
143842019-02-14 Frederic Konrad <konrad@adacore.com>
14385
14386 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14387
c559d709
JB
143882019-02-14 Joel Brobecker <brobecker@adacore.com>
14389
14390 * windows-nat.c (windows_add_thread): Add new parameter
14391 "main_thread_p" with default value set to false. Update
14392 function documentation as well as all callers.
14393 (windows_delete_thread): Likewise.
14394 (fake_create_process): Update call to windows_add_thread.
14395 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14396 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14397 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14398 call to windows_delete_thread.
14399
007024cc
SM
144002019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14401
14402 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14403
f62318e9
JB
144042019-02-12 John Baldwin <jhb@FreeBSD.org>
14405
14406 * symfile.c (find_separate_debug_file): Use canonical path of
14407 sysroot with child_path instead of gdb_sysroot if it is valid.
14408
cd4b7848
JB
144092019-02-12 John Baldwin <jhb@FreeBSD.org>
14410
14411 * symfile.c (find_separate_debug_file): Use child_path to
14412 determine if an object file is under a sysroot.
14413
efac4bfe
JB
144142019-02-12 John Baldwin <jhb@FreeBSD.org>
14415
14416 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14417 unittests/child-path-selftests.c.
14418 * common/pathstuff.c (child_path): New function.
14419 * common/pathstuff.h (child_path): New prototype.
14420 * unittests/child-path-selftests.c: New file.
14421
402d2bfe
JB
144222019-02-12 John Baldwin <jhb@FreeBSD.org>
14423
14424 * symfile.c (find_separate_debug_file): Look for separate debug
14425 files in debug directories under the sysroot.
14426
1ed9f74e
PW
144272019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14428
14429 * symtab.h (struct minimal_symbol data_p): New const method.
14430 (struct minimal_symbol text_p): Likewise.
14431 * symtab.c (output_source_filename): Use file name style
14432 to print file name.
14433 (print_symbol_info): Likewise.
14434 (print_msymbol_info): Use address style to print addresses.
14435 Use function name style to print executable text symbols.
14436 (expand_symtab_containing_pc): Use data_p.
14437 (find_pc_sect_compunit_symtab): Likewise.
14438
2636d81d
PW
144392019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14440
14441 * breakpoint.c (describe_other_breakpoints): Use address style
14442 to print addresses.
14443 (say_where): Likewise.
14444
ac8c53cc
PW
144452019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14446
14447 * ada-typeprint.c (print_func_type): Print function name
14448 style to print function name.
14449 * c-typeprint.c (c_print_type_1): Likewise.
14450
ea638c43
AH
144512019-02-11 Alan Hayward <alan.hayward@arm.com>
14452
14453 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14454 for execve.
14455
ab759ca8
PW
144562019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14457
14458 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14459 type_stack.
14460
aff29d1c
JB
144612019-02-10 Joel Brobecker <brobecker@adacore.com>
14462
14463 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14464 TYPE_CODE_REF types.
14465
617126bc
JW
144662019-02-08 Jim Wilson <jimw@sifive.com>
14467
14468 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14469 (riscv_linux_fregset): New.
14470 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14471
46e3ed7f
TT
144722019-02-07 Tom Tromey <tom@tromey.com>
14473
14474 * thread.c (thread_cancel_execution_command): Update.
14475 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14476 methods.
14477 (struct thread_fsm_ops): Remove.
14478 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14479 (thread_fsm_should_stop, thread_fsm_return_value)
14480 (thread_fsm_set_finished, thread_fsm_finished_p)
14481 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14482 Don't declare.
14483 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14484 * infrun.c (clear_proceed_status_thread)
14485 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14486 (print_stop_event): Update.
14487 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14488 Add constructor.
14489 (step_command_fsm_ops): Remove.
14490 (new_step_command_fsm): Remove.
14491 (step_1): Update.
14492 (step_command_fsm::should_stop): Rename from
14493 step_command_fsm_should_stop.
14494 (step_command_fsm::clean_up): Rename from
14495 step_command_fsm_clean_up.
14496 (step_command_fsm::do_async_reply_reason): Rename from
14497 step_command_fsm_async_reply_reason.
14498 (struct until_next_fsm): Inherit from thread_fsm. Add
14499 constructor.
14500 (until_next_fsm_ops): Remove.
14501 (new_until_next_fsm): Remove.
14502 (until_next_fsm::should_stop): Rename from
14503 until_next_fsm_should_stop.
14504 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14505 (until_next_fsm::do_async_reply_reason): Rename from
14506 until_next_fsm_async_reply_reason.
14507 (struct finish_command_fsm): Inherit from thread_fsm. Add
14508 constructor. Change type of breakpoint.
14509 (finish_command_fsm_ops): Remove.
14510 (new_finish_command_fsm): Remove.
14511 (finish_command_fsm::should_stop): Rename from
14512 finish_command_fsm_should_stop.
14513 (finish_command_fsm::clean_up): Rename from
14514 finish_command_fsm_clean_up.
14515 (finish_command_fsm::return_value): Rename from
14516 finish_command_fsm_return_value.
14517 (finish_command_fsm::do_async_reply_reason): Rename from
14518 finish_command_fsm_async_reply_reason.
14519 (finish_command): Update.
14520 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14521 Add constructor.
14522 (call_thread_fsm_ops): Remove.
14523 (call_thread_fsm::call_thread_fsm): Rename from
14524 new_call_thread_fsm.
14525 (call_thread_fsm::should_stop): Rename from
14526 call_thread_fsm_should_stop.
14527 (call_thread_fsm::should_notify_stop): Rename from
14528 call_thread_fsm_should_notify_stop.
14529 (run_inferior_call, call_function_by_hand_dummy): Update.
14530 * cli/cli-interp.c (should_print_stop_to_console): Update.
14531 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14532 Add constructor. Change type of location_breakpoint,
14533 caller_breakpoint.
14534 (until_break_fsm_ops): Remove.
14535 (new_until_break_fsm): Remove.
14536 (until_break_fsm::should_stop): Rename from
14537 until_break_fsm_should_stop.
14538 (until_break_fsm::clean_up): Rename from
14539 until_break_fsm_clean_up.
14540 (until_break_fsm::do_async_reply_reason): Rename from
14541 until_break_fsm_async_reply_reason.
14542 (until_break_command): Update.
14543 * thread-fsm.c: Remove.
14544 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14545
1a5c2598
TT
145462019-02-07 Tom Tromey <tom@tromey.com>
14547
14548 * yy-remap.h: Add include guard.
14549 * xtensa-tdep.h: Add include guard.
14550 * xcoffread.h: Rename include guard.
14551 * varobj-iter.h: Add include guard.
14552 * tui/tui.h: Rename include guard.
14553 * tui/tui-winsource.h: Rename include guard.
14554 * tui/tui-wingeneral.h: Rename include guard.
14555 * tui/tui-windata.h: Rename include guard.
14556 * tui/tui-win.h: Rename include guard.
14557 * tui/tui-stack.h: Rename include guard.
14558 * tui/tui-source.h: Rename include guard.
14559 * tui/tui-regs.h: Rename include guard.
14560 * tui/tui-out.h: Rename include guard.
14561 * tui/tui-layout.h: Rename include guard.
14562 * tui/tui-io.h: Rename include guard.
14563 * tui/tui-hooks.h: Rename include guard.
14564 * tui/tui-file.h: Rename include guard.
14565 * tui/tui-disasm.h: Rename include guard.
14566 * tui/tui-data.h: Rename include guard.
14567 * tui/tui-command.h: Rename include guard.
14568 * tic6x-tdep.h: Add include guard.
14569 * target/waitstatus.h: Rename include guard.
14570 * target/wait.h: Rename include guard.
14571 * target/target.h: Rename include guard.
14572 * target/resume.h: Rename include guard.
14573 * target-float.h: Rename include guard.
14574 * stabsread.h: Add include guard.
14575 * rs6000-tdep.h: Add include guard.
14576 * riscv-fbsd-tdep.h: Add include guard.
14577 * regformats/regdef.h: Rename include guard.
14578 * record.h: Rename include guard.
14579 * python/python.h: Rename include guard.
14580 * python/python-internal.h: Rename include guard.
14581 * python/py-stopevent.h: Rename include guard.
14582 * python/py-ref.h: Rename include guard.
14583 * python/py-record.h: Rename include guard.
14584 * python/py-record-full.h: Rename include guard.
14585 * python/py-record-btrace.h: Rename include guard.
14586 * python/py-instruction.h: Rename include guard.
14587 * python/py-events.h: Rename include guard.
14588 * python/py-event.h: Rename include guard.
14589 * procfs.h: Add include guard.
14590 * proc-utils.h: Add include guard.
14591 * p-lang.h: Add include guard.
14592 * or1k-tdep.h: Rename include guard.
14593 * observable.h: Rename include guard.
14594 * nto-tdep.h: Rename include guard.
14595 * nat/x86-linux.h: Rename include guard.
14596 * nat/x86-linux-dregs.h: Rename include guard.
14597 * nat/x86-gcc-cpuid.h: Add include guard.
14598 * nat/x86-dregs.h: Rename include guard.
14599 * nat/x86-cpuid.h: Rename include guard.
14600 * nat/ppc-linux.h: Rename include guard.
14601 * nat/mips-linux-watch.h: Rename include guard.
14602 * nat/linux-waitpid.h: Rename include guard.
14603 * nat/linux-ptrace.h: Rename include guard.
14604 * nat/linux-procfs.h: Rename include guard.
14605 * nat/linux-osdata.h: Rename include guard.
14606 * nat/linux-nat.h: Rename include guard.
14607 * nat/linux-namespaces.h: Rename include guard.
14608 * nat/linux-btrace.h: Rename include guard.
14609 * nat/glibc_thread_db.h: Rename include guard.
14610 * nat/gdb_thread_db.h: Rename include guard.
14611 * nat/gdb_ptrace.h: Rename include guard.
14612 * nat/fork-inferior.h: Rename include guard.
14613 * nat/amd64-linux-siginfo.h: Rename include guard.
14614 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14615 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14616 * nat/aarch64-linux.h: Rename include guard.
14617 * nat/aarch64-linux-hw-point.h: Rename include guard.
14618 * mn10300-tdep.h: Add include guard.
14619 * mips-linux-tdep.h: Add include guard.
14620 * mi/mi-parse.h: Rename include guard.
14621 * mi/mi-out.h: Rename include guard.
14622 * mi/mi-main.h: Rename include guard.
14623 * mi/mi-interp.h: Rename include guard.
14624 * mi/mi-getopt.h: Rename include guard.
14625 * mi/mi-console.h: Rename include guard.
14626 * mi/mi-common.h: Rename include guard.
14627 * mi/mi-cmds.h: Rename include guard.
14628 * mi/mi-cmd-break.h: Rename include guard.
14629 * m2-lang.h: Add include guard.
14630 * location.h: Rename include guard.
14631 * linux-record.h: Rename include guard.
14632 * linux-nat.h: Add include guard.
14633 * linux-fork.h: Add include guard.
14634 * i386-darwin-tdep.h: Rename include guard.
14635 * hppa-linux-offsets.h: Add include guard.
14636 * guile/guile.h: Rename include guard.
14637 * guile/guile-internal.h: Rename include guard.
14638 * gnu-nat.h: Rename include guard.
14639 * gdb-stabs.h: Rename include guard.
14640 * frv-tdep.h: Add include guard.
14641 * f-lang.h: Add include guard.
14642 * event-loop.h: Add include guard.
14643 * darwin-nat.h: Rename include guard.
14644 * cp-abi.h: Rename include guard.
14645 * config/sparc/nm-sol2.h: Rename include guard.
14646 * config/nm-nto.h: Rename include guard.
14647 * config/nm-linux.h: Add include guard.
14648 * config/i386/nm-i386gnu.h: Rename include guard.
14649 * config/djgpp/nl_types.h: Rename include guard.
14650 * config/djgpp/langinfo.h: Rename include guard.
14651 * compile/gcc-cp-plugin.h: Add include guard.
14652 * compile/gcc-c-plugin.h: Add include guard.
14653 * compile/compile.h: Rename include guard.
14654 * compile/compile-object-run.h: Rename include guard.
14655 * compile/compile-object-load.h: Rename include guard.
14656 * compile/compile-internal.h: Rename include guard.
14657 * compile/compile-cplus.h: Rename include guard.
14658 * compile/compile-c.h: Rename include guard.
14659 * common/xml-utils.h: Rename include guard.
14660 * common/x86-xstate.h: Rename include guard.
14661 * common/version.h: Rename include guard.
14662 * common/vec.h: Rename include guard.
14663 * common/tdesc.h: Rename include guard.
14664 * common/selftest.h: Rename include guard.
14665 * common/scoped_restore.h: Rename include guard.
14666 * common/scoped_mmap.h: Rename include guard.
14667 * common/scoped_fd.h: Rename include guard.
14668 * common/safe-iterator.h: Rename include guard.
14669 * common/run-time-clock.h: Rename include guard.
14670 * common/refcounted-object.h: Rename include guard.
14671 * common/queue.h: Rename include guard.
14672 * common/ptid.h: Rename include guard.
14673 * common/print-utils.h: Rename include guard.
14674 * common/preprocessor.h: Rename include guard.
14675 * common/pathstuff.h: Rename include guard.
14676 * common/observable.h: Rename include guard.
14677 * common/netstuff.h: Rename include guard.
14678 * common/job-control.h: Rename include guard.
14679 * common/host-defs.h: Rename include guard.
14680 * common/gdb_wait.h: Rename include guard.
14681 * common/gdb_vecs.h: Rename include guard.
14682 * common/gdb_unlinker.h: Rename include guard.
14683 * common/gdb_unique_ptr.h: Rename include guard.
14684 * common/gdb_tilde_expand.h: Rename include guard.
14685 * common/gdb_sys_time.h: Rename include guard.
14686 * common/gdb_string_view.h: Rename include guard.
14687 * common/gdb_splay_tree.h: Rename include guard.
14688 * common/gdb_setjmp.h: Rename include guard.
14689 * common/gdb_ref_ptr.h: Rename include guard.
14690 * common/gdb_optional.h: Rename include guard.
14691 * common/gdb_locale.h: Rename include guard.
14692 * common/gdb_assert.h: Rename include guard.
14693 * common/filtered-iterator.h: Rename include guard.
14694 * common/filestuff.h: Rename include guard.
14695 * common/fileio.h: Rename include guard.
14696 * common/environ.h: Rename include guard.
14697 * common/common-utils.h: Rename include guard.
14698 * common/common-types.h: Rename include guard.
14699 * common/common-regcache.h: Rename include guard.
14700 * common/common-inferior.h: Rename include guard.
14701 * common/common-gdbthread.h: Rename include guard.
14702 * common/common-exceptions.h: Rename include guard.
14703 * common/common-defs.h: Rename include guard.
14704 * common/common-debug.h: Rename include guard.
14705 * common/cleanups.h: Rename include guard.
14706 * common/buffer.h: Rename include guard.
14707 * common/btrace-common.h: Rename include guard.
14708 * common/break-common.h: Rename include guard.
14709 * cli/cli-utils.h: Rename include guard.
14710 * cli/cli-style.h: Rename include guard.
14711 * cli/cli-setshow.h: Rename include guard.
14712 * cli/cli-script.h: Rename include guard.
14713 * cli/cli-interp.h: Rename include guard.
14714 * cli/cli-decode.h: Rename include guard.
14715 * cli/cli-cmds.h: Rename include guard.
14716 * charset-list.h: Add include guard.
14717 * buildsym-legacy.h: Rename include guard.
14718 * bfin-tdep.h: Add include guard.
14719 * ax.h: Rename include guard.
14720 * arm-linux-tdep.h: Add include guard.
14721 * arm-fbsd-tdep.h: Add include guard.
14722 * arch/xtensa.h: Rename include guard.
14723 * arch/tic6x.h: Add include guard.
14724 * arch/i386.h: Add include guard.
14725 * arch/arm.h: Rename include guard.
14726 * arch/arm-linux.h: Rename include guard.
14727 * arch/arm-get-next-pcs.h: Rename include guard.
14728 * arch/amd64.h: Add include guard.
14729 * arch/aarch64-insn.h: Rename include guard.
14730 * arch-utils.h: Rename include guard.
14731 * annotate.h: Add include guard.
14732 * amd64-darwin-tdep.h: Rename include guard.
14733 * aarch64-linux-tdep.h: Add include guard.
14734 * aarch64-fbsd-tdep.h: Add include guard.
14735 * aarch32-linux-nat.h: Add include guard.
14736
ab9268d2
PW
147372019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14738
14739 * macrotab.c (macro_define_internal): New function that
14740 factorizes macro_define_object_internal and macro_define_function
14741 code.
14742 (macro_define_object_internal): Use macro_define_internal.
14743 (macro_define_function): Likewise.
14744
bb0da2b4
PW
147452019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14746
14747 * macrocmd.c (extract_identifier): Return
14748 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14749 callers.
14750
424eb552
JB
147512019-02-06 John Baldwin <jhb@FreeBSD.org>
14752
14753 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14754
1688cb29
TT
147552019-02-05 Tom Tromey <tom@tromey.com>
14756
14757 * target.c (target_stack::unpush): Move assertion earlier.
14758
b5eba2d8
TT
147592019-01-30 Tom Tromey <tom@tromey.com>
14760
14761 PR python/23615:
14762 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14763 (gdbpy_parse_and_eval): Likewise.
14764 * python/python-internal.h (gdbpy_allow_threads): New class.
14765
7054e2ff
JB
147662019-01-28 John Baldwin <jhb@FreeBSD.org>
14767
14768 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14769 (aarch64_fbsd_fpregmap): Move earlier.
14770 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14771 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14772 instead of individual calls to trad_frame_set_reg_addr.
14773 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14774 earlier.
14775 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14776 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14777 instead of individual calls to trad_frame_set_reg_addr.
14778
36c25ffa
AH
147792019-01-28 Alan Hayward <alan.hayward@arm.com>
14780
14781 * CONTRIBUTE: Replace contribution list with wiki link.
14782
a0707f3c
TT
147832019-01-25 Tom Tromey <tom@tromey.com>
14784
14785 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14786
0747795c
TT
147872019-01-25 Tom Tromey <tom@tromey.com>
14788
14789 * xtensa-linux-nat.c: Fix common/ includes.
14790 * xml-support.h: Fix common/ includes.
14791 * xml-support.c: Fix common/ includes.
14792 * x86-linux-nat.c: Fix common/ includes.
14793 * windows-nat.c: Fix common/ includes.
14794 * varobj.h: Fix common/ includes.
14795 * varobj.c: Fix common/ includes.
14796 * value.c: Fix common/ includes.
14797 * valops.c: Fix common/ includes.
14798 * utils.c: Fix common/ includes.
14799 * unittests/xml-utils-selftests.c: Fix common/ includes.
14800 * unittests/utils-selftests.c: Fix common/ includes.
14801 * unittests/unpack-selftests.c: Fix common/ includes.
14802 * unittests/tracepoint-selftests.c: Fix common/ includes.
14803 * unittests/style-selftests.c: Fix common/ includes.
14804 * unittests/string_view-selftests.c: Fix common/ includes.
14805 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14806 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14807 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14808 * unittests/rsp-low-selftests.c: Fix common/ includes.
14809 * unittests/parse-connection-spec-selftests.c: Fix common/
14810 includes.
14811 * unittests/optional-selftests.c: Fix common/ includes.
14812 * unittests/offset-type-selftests.c: Fix common/ includes.
14813 * unittests/observable-selftests.c: Fix common/ includes.
14814 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14815 * unittests/memrange-selftests.c: Fix common/ includes.
14816 * unittests/memory-map-selftests.c: Fix common/ includes.
14817 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14818 * unittests/function-view-selftests.c: Fix common/ includes.
14819 * unittests/environ-selftests.c: Fix common/ includes.
14820 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14821 * unittests/common-utils-selftests.c: Fix common/ includes.
14822 * unittests/cli-utils-selftests.c: Fix common/ includes.
14823 * unittests/array-view-selftests.c: Fix common/ includes.
14824 * ui-file.c: Fix common/ includes.
14825 * tui/tui-io.c: Fix common/ includes.
14826 * tracepoint.h: Fix common/ includes.
14827 * tracepoint.c: Fix common/ includes.
14828 * tracefile-tfile.c: Fix common/ includes.
14829 * top.h: Fix common/ includes.
14830 * top.c: Fix common/ includes.
14831 * thread.c: Fix common/ includes.
14832 * target/waitstatus.h: Fix common/ includes.
14833 * target/waitstatus.c: Fix common/ includes.
14834 * target.h: Fix common/ includes.
14835 * target.c: Fix common/ includes.
14836 * target-memory.c: Fix common/ includes.
14837 * target-descriptions.c: Fix common/ includes.
14838 * symtab.h: Fix common/ includes.
14839 * symfile.c: Fix common/ includes.
14840 * stap-probe.c: Fix common/ includes.
14841 * spu-linux-nat.c: Fix common/ includes.
14842 * sparc-nat.c: Fix common/ includes.
14843 * source.c: Fix common/ includes.
14844 * solib.c: Fix common/ includes.
14845 * solib-target.c: Fix common/ includes.
14846 * ser-unix.c: Fix common/ includes.
14847 * ser-tcp.c: Fix common/ includes.
14848 * ser-pipe.c: Fix common/ includes.
14849 * ser-base.c: Fix common/ includes.
14850 * selftest-arch.c: Fix common/ includes.
14851 * s12z-tdep.c: Fix common/ includes.
14852 * rust-exp.y: Fix common/ includes.
14853 * rs6000-aix-tdep.c: Fix common/ includes.
14854 * riscv-tdep.c: Fix common/ includes.
14855 * remote.c: Fix common/ includes.
14856 * remote-notif.h: Fix common/ includes.
14857 * remote-fileio.h: Fix common/ includes.
14858 * remote-fileio.c: Fix common/ includes.
14859 * regcache.h: Fix common/ includes.
14860 * regcache.c: Fix common/ includes.
14861 * record-btrace.c: Fix common/ includes.
14862 * python/python.c: Fix common/ includes.
14863 * python/py-type.c: Fix common/ includes.
14864 * python/py-inferior.c: Fix common/ includes.
14865 * progspace.h: Fix common/ includes.
14866 * producer.c: Fix common/ includes.
14867 * procfs.c: Fix common/ includes.
14868 * proc-api.c: Fix common/ includes.
14869 * printcmd.c: Fix common/ includes.
14870 * ppc-linux-nat.c: Fix common/ includes.
14871 * parser-defs.h: Fix common/ includes.
14872 * osdata.c: Fix common/ includes.
14873 * obsd-nat.c: Fix common/ includes.
14874 * nat/x86-linux.c: Fix common/ includes.
14875 * nat/x86-linux-dregs.c: Fix common/ includes.
14876 * nat/x86-dregs.h: Fix common/ includes.
14877 * nat/x86-dregs.c: Fix common/ includes.
14878 * nat/ppc-linux.c: Fix common/ includes.
14879 * nat/mips-linux-watch.h: Fix common/ includes.
14880 * nat/mips-linux-watch.c: Fix common/ includes.
14881 * nat/linux-waitpid.c: Fix common/ includes.
14882 * nat/linux-ptrace.h: Fix common/ includes.
14883 * nat/linux-ptrace.c: Fix common/ includes.
14884 * nat/linux-procfs.c: Fix common/ includes.
14885 * nat/linux-personality.c: Fix common/ includes.
14886 * nat/linux-osdata.c: Fix common/ includes.
14887 * nat/linux-namespaces.c: Fix common/ includes.
14888 * nat/linux-btrace.h: Fix common/ includes.
14889 * nat/linux-btrace.c: Fix common/ includes.
14890 * nat/fork-inferior.c: Fix common/ includes.
14891 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14892 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14893 * nat/aarch64-linux.c: Fix common/ includes.
14894 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14895 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14896 * namespace.h: Fix common/ includes.
14897 * mips-linux-tdep.c: Fix common/ includes.
14898 * minsyms.c: Fix common/ includes.
14899 * mi/mi-parse.h: Fix common/ includes.
14900 * mi/mi-main.c: Fix common/ includes.
14901 * mi/mi-cmd-env.c: Fix common/ includes.
14902 * memrange.h: Fix common/ includes.
14903 * memattr.c: Fix common/ includes.
14904 * maint.h: Fix common/ includes.
14905 * maint.c: Fix common/ includes.
14906 * main.c: Fix common/ includes.
14907 * machoread.c: Fix common/ includes.
14908 * location.c: Fix common/ includes.
14909 * linux-thread-db.c: Fix common/ includes.
14910 * linux-nat.c: Fix common/ includes.
14911 * linux-fork.c: Fix common/ includes.
14912 * inline-frame.c: Fix common/ includes.
14913 * infrun.c: Fix common/ includes.
14914 * inflow.c: Fix common/ includes.
14915 * inferior.h: Fix common/ includes.
14916 * inferior.c: Fix common/ includes.
14917 * infcmd.c: Fix common/ includes.
14918 * inf-ptrace.c: Fix common/ includes.
14919 * inf-child.c: Fix common/ includes.
14920 * ia64-linux-nat.c: Fix common/ includes.
14921 * i387-tdep.c: Fix common/ includes.
14922 * i386-tdep.c: Fix common/ includes.
14923 * i386-linux-tdep.c: Fix common/ includes.
14924 * i386-linux-nat.c: Fix common/ includes.
14925 * i386-go32-tdep.c: Fix common/ includes.
14926 * i386-fbsd-tdep.c: Fix common/ includes.
14927 * i386-fbsd-nat.c: Fix common/ includes.
14928 * guile/scm-type.c: Fix common/ includes.
14929 * guile/guile.c: Fix common/ includes.
14930 * go32-nat.c: Fix common/ includes.
14931 * gnu-nat.c: Fix common/ includes.
14932 * gdbthread.h: Fix common/ includes.
14933 * gdbarch-selftests.c: Fix common/ includes.
14934 * gdb_usleep.c: Fix common/ includes.
14935 * gdb_select.h: Fix common/ includes.
14936 * gdb_bfd.c: Fix common/ includes.
14937 * gcore.c: Fix common/ includes.
14938 * fork-child.c: Fix common/ includes.
14939 * findvar.c: Fix common/ includes.
14940 * fbsd-nat.c: Fix common/ includes.
14941 * event-top.c: Fix common/ includes.
14942 * event-loop.c: Fix common/ includes.
14943 * dwarf2read.c: Fix common/ includes.
14944 * dwarf2loc.c: Fix common/ includes.
14945 * dwarf2-frame.c: Fix common/ includes.
14946 * dwarf-index-cache.c: Fix common/ includes.
14947 * dtrace-probe.c: Fix common/ includes.
14948 * disasm-selftests.c: Fix common/ includes.
14949 * defs.h: Fix common/ includes.
14950 * csky-tdep.c: Fix common/ includes.
14951 * cp-valprint.c: Fix common/ includes.
14952 * cp-support.h: Fix common/ includes.
14953 * cp-support.c: Fix common/ includes.
14954 * corelow.c: Fix common/ includes.
14955 * completer.h: Fix common/ includes.
14956 * completer.c: Fix common/ includes.
14957 * compile/compile.c: Fix common/ includes.
14958 * compile/compile-loc2c.c: Fix common/ includes.
14959 * compile/compile-cplus-types.c: Fix common/ includes.
14960 * compile/compile-cplus-symbols.c: Fix common/ includes.
14961 * command.h: Fix common/ includes.
14962 * cli/cli-dump.c: Fix common/ includes.
14963 * cli/cli-cmds.c: Fix common/ includes.
14964 * charset.c: Fix common/ includes.
14965 * build-id.c: Fix common/ includes.
14966 * btrace.h: Fix common/ includes.
14967 * btrace.c: Fix common/ includes.
14968 * breakpoint.h: Fix common/ includes.
14969 * breakpoint.c: Fix common/ includes.
14970 * ax.h:
14971 (enum agent_op): Fix common/ includes.
14972 * ax-general.c (struct aop_map): Fix common/ includes.
14973 * ax-gdb.c: Fix common/ includes.
14974 * auxv.c: Fix common/ includes.
14975 * auto-load.c: Fix common/ includes.
14976 * arm-tdep.c: Fix common/ includes.
14977 * arch/riscv.c: Fix common/ includes.
14978 * arch/ppc-linux-common.c: Fix common/ includes.
14979 * arch/i386.c: Fix common/ includes.
14980 * arch/arm.c: Fix common/ includes.
14981 * arch/arm-linux.c: Fix common/ includes.
14982 * arch/arm-get-next-pcs.c: Fix common/ includes.
14983 * arch/amd64.c: Fix common/ includes.
14984 * arch/aarch64.c: Fix common/ includes.
14985 * arch/aarch64-insn.c: Fix common/ includes.
14986 * arch-utils.c: Fix common/ includes.
14987 * amd64-windows-tdep.c: Fix common/ includes.
14988 * amd64-tdep.c: Fix common/ includes.
14989 * amd64-sol2-tdep.c: Fix common/ includes.
14990 * amd64-obsd-tdep.c: Fix common/ includes.
14991 * amd64-nbsd-tdep.c: Fix common/ includes.
14992 * amd64-linux-tdep.c: Fix common/ includes.
14993 * amd64-linux-nat.c: Fix common/ includes.
14994 * amd64-fbsd-tdep.c: Fix common/ includes.
14995 * amd64-fbsd-nat.c: Fix common/ includes.
14996 * amd64-dicos-tdep.c: Fix common/ includes.
14997 * amd64-darwin-tdep.c: Fix common/ includes.
14998 * agent.c: Fix common/ includes.
14999 * ada-lang.h: Fix common/ includes.
15000 * ada-lang.c: Fix common/ includes.
15001 * aarch64-tdep.c: Fix common/ includes.
15002
2f5c153e
TT
150032019-01-25 Tom Tromey <tom@tromey.com>
15004
15005 * common/create-version.sh: Use common/version.h.
15006
adc6a863
PA
150072019-01-24 Pedro Alves <palves@redhat.com>
15008
15009 * infrun.c (signal_stop, signal_print, signal_program)
15010 (signal_catch, signal_pass): Now arrays instead of pointers.
15011 (update_signals_program_target, do_target_resume)
15012 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
15013 * linux-nat.c (linux_nat_target::pass_signals)
15014 (linux_nat_target::create_inferior, linux_nat_target::attach):
15015 Adjust.
15016 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
15017 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
15018 * procfs.c (procfs_target::pass_signals): Adjust.
15019 * record-full.c (record_full_target::resume): Adjust.
15020 * remote.c (remote_target::pass_signals)
15021 (remote_target::program_signals): Adjust.
15022 * target-debug.h (target_debug_print_signals): Now takes a
15023 gdb::array_view as parameter. Adjust.
15024 * target.h (target_ops) <pass_signals, program_signals>: Replace
15025 pointer and length parameters with gdb::array_view.
15026 (target_pass_signals, target_program_signals): Likewise.
15027 * target-delegates.c: Regenerate.
15028
3046d67a
PA
150292019-01-24 Pedro Alves <palves@redhat.com>
15030
15031 * common/forward-scope-exit.h
15032 (forward_scope_exit::forward_scope_exit): Pass arguments to
15033 m_bind_function directly, instead of creating a std::bind and
15034 copying that.
15035
353229bf
AH
150362019-01-24 Alan Hayward <alan.hayward@arm.com>
15037
15038 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15039 for static members.
15040 (pass_in_v_vfp_candidate): Likewise.
15041
311dc83a
TT
150422019-01-23 Tom Tromey <tom@tromey.com>
15043 Pedro Alves <palves@redhat.com>
15044
15045 * regcache.c (class regcache_invalidator): Remove.
15046 (regcache::raw_write): Use make_scope_exit.
15047
296bd123
TT
150482019-01-23 Tom Tromey <tom@tromey.com>
15049
15050 * ui-out.h (class ui_out_emit_type): Update comment.
15051
979a0d13
TT
150522019-01-23 Tom Tromey <tom@tromey.com>
15053
15054 * infrun.c (fetch_inferior_event): Update comment.
15055
d238133d
TT
150562019-01-23 Tom Tromey <tom@tromey.com>
15057 Pedro Alves <palves@redhat.com>
15058
15059 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
15060 parameter.
15061 (fetch_inferior_event): Use SCOPE_EXIT.
15062
15063
9885e6bb
TT
150642019-01-23 Tom Tromey <tom@tromey.com>
15065 Pedro Alves <palves@redhat.com>
15066
15067 * infrun.c (disable_thread_events): Delete.
15068 (stop_all_threads): Use SCOPE_EXIT.
15069
286526c1
TT
150702019-01-23 Tom Tromey <tom@tromey.com>
15071 Pedro Alves <palves@redhat.com>
15072
15073 * symfile.c: Include forward-scope-exit.h.
15074 (clear_symtab_users_cleanup): Replace forward declaration with
15075 a FORWARD_SCOPE_EXIT.
15076 (syms_from_objfile_1): Use the forward_scope_exit and
15077 gdb::optional instead of cleanup_function.
15078 (reread_symbols): Use the forward_scope_exit instead of
15079 cleanup_function.
15080 (clear_symtab_users_cleanup): Remove function.
15081
1db93f14
TT
150822019-01-23 Tom Tromey <tom@tromey.com>
15083 Pedro Alves <palves@redhat.com>
15084
15085 * linux-nat.c: Include scope-exit.h.
15086 (cleanup_target_stop): Remove.
15087 (linux_nat_target::static_tracepoint_markers_by_strid): Use
15088 SCOPE_EXIT.
15089
2cc83d1e
TT
150902019-01-23 Tom Tromey <tom@tromey.com>
15091 Pedro Alves <palves@redhat.com>
15092
15093 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
15094 (call_function_by_hand_dummy): Use SCOPE_EXIT.
15095
694c6bf5
TT
150962019-01-23 Tom Tromey <tom@tromey.com>
15097 Andrew Burgess <andrew.burgess@embecosm.com>
15098 Pedro Alves <palves@redhat.com>
15099
15100 * infrun.c (fetch_inferior_event): Use scope_exit.
15101 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
15102 * top.c (execute_command): Use scope_exit.
15103 * breakpoint.c (bpstat_do_actions): Use scope_exit.
15104 * utils.c (do_bpstat_clear_actions_cleanup)
15105 (make_bpstat_clear_actions_cleanup): Remove.
15106
4c41382a
TT
151072019-01-23 Tom Tromey <tom@tromey.com>
15108 Pedro Alves <palves@redhat.com>
15109
15110 * infrun.c: Include "common/scope-exit.h"
15111 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
15112 (wait_for_inferior): Use SCOPE_EXIT.
15113 (fetch_inferior_event): Use scope_exit.
15114
89f8fb50
TT
151152019-01-23 Tom Tromey <tom@tromey.com>
15116 Pedro Alves <palves@redhat.com>
15117
15118 * breakpoint.c (create_breakpoint): Remove cleanup.
15119
5419bdae
TT
151202019-01-23 Tom Tromey <tom@tromey.com>
15121 Andrew Burgess <andrew.burgess@embecosm.com>
15122 Pedro Alves <palves@redhat.com>
15123
e587ef42
PA
151242019-01-23 Pedro Alves <palves@redhat.com>
15125
15126 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
15127
77f0e74c
PA
151282019-01-23 Pedro Alves <palves@redhat.com>
15129 Andrew Burgess <andrew.burgess@embecosm.com>
15130
15131 * gdbthread.h: Include "common/forward-scope-exit.h".
15132 (scoped_finish_thread_state): Redefine custom class in terms of
15133 forward_scope_exit.
15134
5b9b3e53
PA
151352019-01-23 Pedro Alves <palves@redhat.com>
15136 Andrew Burgess <andrew.burgess@embecosm.com>
15137
15138 * common/forward-scope-exit.h: New file.
15139
54b65c9b
PA
151402019-01-23 Pedro Alves <palves@redhat.com>
15141 Andrew Burgess <andrew.burgess@embecosm.com>
15142 Tom Tromey <tom@tromey.com>
15143
15144 * common/scope-exit.h: New file.
15145
cf08fb29
PA
151462019-01-23 Pedro Alves <palves@redhat.com>
15147
15148 * common/preprocessor.h (ESC): Rename to ...
15149 (ESC_PARENS): ... this.
15150 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
15151 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
15152
ae73e2e2
TT
151532019-01-23 Tom Tromey <tom@tromey.com>
15154
15155 * language.h (class scoped_switch_to_sym_language_if_auto):
15156 Initialize m_lang in both cases.
15157
6594e122
AH
151582019-01-23 Alan Hayward <alan.hayward@arm.com>
15159
15160 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
15161 with XCNEW.
15162
a7c9855d
TT
151632019-01-22 Tom Tromey <tom@tromey.com>
15164
15165 * corelow.c: Do not include sys/file.h.
15166
93cc1d53
TT
151672019-01-22 Tom Tromey <tom@tromey.com>
15168
15169 * tui/tui-wingeneral.h: Include gdb_curses.h.
15170
38561778
TT
151712019-01-22 Tom Tromey <tom@tromey.com>
15172
15173 * source-cache.h (class source_cache) <get_source_lines,
15174 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
15175
37b3ab5b
TT
151762019-01-22 Tom Tromey <tom@tromey.com>
15177
15178 * remote-fileio.h (struct remote_target): Declare.
15179
3fabc016
TT
151802019-01-22 Tom Tromey <tom@tromey.com>
15181
15182 * python/py-arch.c: Do not include py-ref.h.
15183 * python/py-bpevent.c: Do not include py-ref.h.
15184 * python/py-cmd.c: Do not include py-ref.h.
15185 * python/py-continueevent.c: Do not include py-ref.h.
15186 * python/py-event.h: Do not include py-ref.h.
15187 * python/py-evtregistry.c: Do not include py-ref.h.
15188 * python/py-finishbreakpoint.c: Do not include py-ref.h.
15189 * python/py-frame.c: Do not include py-ref.h.
15190 * python/py-framefilter.c: Do not include py-ref.h.
15191 * python/py-function.c: Do not include py-ref.h.
15192 * python/py-infevents.c: Do not include py-ref.h.
15193 * python/py-linetable.c: Do not include py-ref.h.
15194 * python/py-objfile.c: Do not include py-ref.h.
15195 * python/py-param.c: Do not include py-ref.h.
15196 * python/py-prettyprint.c: Do not include py-ref.h.
15197 * python/py-progspace.c: Do not include py-ref.h.
15198 * python/py-symbol.c: Do not include py-ref.h.
15199 * python/py-symtab.c: Do not include py-ref.h.
15200 * python/py-type.c: Do not include py-ref.h.
15201 * python/py-unwind.c: Do not include py-ref.h.
15202 * python/py-utils.c: Do not include py-ref.h.
15203 * python/py-value.c: Do not include py-ref.h.
15204 * python/py-varobj.c: Do not include py-ref.h.
15205 * python/py-xmethods.c: Do not include py-ref.h.
15206 * python/python.c: Do not include py-ref.h.
15207 * varobj.c: Do not include py-ref.h.
15208
6b4d7774
TT
152092019-01-22 Tom Tromey <tom@tromey.com>
15210
15211 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15212 keyword for bcache.
15213
7af7e9b5
TT
152142019-01-22 Tom Tromey <tom@tromey.com>
15215
15216 * compile/compile-cplus-types.c: Remove a comment by #include.
15217
951d1049
TT
152182019-01-22 Tom Tromey <tom@tromey.com>
15219
15220 * compile/gcc-c-plugin.h: Include compile-internal.h.
15221
d65d5705
TT
152222019-01-22 Tom Tromey <tom@tromey.com>
15223
15224 * stabsread.c (EXTERN): Do not define.
15225 (symnum, next_symbol_text_func, processing_gcc_compilation)
15226 (within_function, global_sym_chain, global_stabs)
15227 (previous_stab_code, this_object_header_files)
15228 (n_this_object_header_files)
15229 (n_allocated_this_object_header_files): Define.
15230 * stabsread.h (EXTERN): Never define. Use "extern".
15231
b6fb1ee5
PW
152322019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15233
15234 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15235 history_value.
15236
be6d4f74
TT
152372019-01-21 Tom Tromey <tom@tromey.com>
15238
15239 * ui-out.c: Fix includes.
15240 * tui/tui-source.c: Fix includes.
15241 * target.c: Fix includes.
15242 * remote.c: Fix includes.
15243 * regcache.c: Fix includes.
15244 * python/py-block.c: Fix includes.
15245 * printcmd.c: Fix includes.
15246 * or1k-tdep.c: Fix includes.
15247 * mi/mi-main.c: Fix includes.
15248 * m32r-tdep.c: Fix includes.
15249 * csky-tdep.c: Fix includes.
15250 * compile/compile-cplus-types.c: Fix includes.
15251 * cli/cli-interp.c: Fix includes.
15252
73021deb
AH
152532019-01-21 Alan Hayward <alan.hayward@arm.com>
15254
15255 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15256 for padding.
15257
7932255d
TT
152582019-01-16 Tom Tromey <tom@tromey.com>
15259
15260 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15261 earlier.
15262 (struct objfile) <msymbols_range>: Move from top level.
15263 <msymbols>: New method.
15264 (class objfile_msymbols): Remove.
15265 * symtab.c (default_collect_symbol_completion_matches_break_on):
15266 Update.
15267 * symmisc.c (dump_msymbols): Update.
15268 * stabsread.c (scan_file_globals): Update.
15269 * objc-lang.c (info_selectors_command, info_classes_command)
15270 (find_methods): Update.
15271 * minsyms.c (find_solib_trampoline_target): Update.
15272 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15273 * coffread.c (coff_symfile_read): Update.
15274 * ada-lang.c (ada_lookup_simple_minsym)
15275 (ada_collect_symbol_completion_matches): Update.
15276
604b1bfb
TT
152772019-01-16 Tom Tromey <tom@tromey.com>
15278
15279 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15280 type. Remove no-argument constructor.
15281 <iterator::operator++>: Simplify.
15282 <begin>: Update.
15283 <end>: Use minimal_symbol_count.
15284
f252c6d5
TT
152852019-01-16 Tom Tromey <tom@tromey.com>
15286
15287 * objfiles.h (struct objfile) <psymtabs>: New method.
15288 (class objfile_psymtabs): Remove.
15289 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15290 typedef.
15291 <range>: New method.
15292 (require_partial_symbols): Change return type.
15293 * psymtab.c (require_partial_symbols)
15294 (psym_expand_symtabs_matching): Update.
15295 * mdebugread.c (parse_partial_symbols): Update.
15296 * dbxread.c (dbx_end_psymtab): Update.
15297
b669c953
TT
152982019-01-15 Tom Tromey <tom@tromey.com>
15299
15300 * symtab.c (lookup_objfile_from_block)
15301 (lookup_symbol_in_objfile_symtabs)
15302 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15303 (find_line_symtab, info_sources_command)
15304 (default_collect_symbol_completion_matches_break_on)
15305 (make_source_files_completion_list): Update.
15306 * symmisc.c (print_objfile_statistics, dump_objfile)
15307 (maintenance_print_symbols, maintenance_info_symtabs)
15308 (maintenance_check_symtabs, maintenance_info_line_tables):
15309 Update.
15310 * source.c (select_source_symtab)
15311 (forget_cached_source_info_for_objfile): Update.
15312 * objfiles.h (class objfile_compunits): Remove.
15313 (struct objfile) <compunits_range>: New typedef.
15314 (compunits): New method.
15315 * objfiles.c (objfile_relocate1): Update.
15316 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15317 * maint.c (count_symtabs_and_blocks): Update.
15318 * linespec.c (iterate_over_all_matching_symtabs): Update.
15319 * cp-support.c (add_symbol_overload_list_qualified): Update.
15320 * coffread.c (coff_symtab_read): Update.
15321 * ada-lang.c (add_nonlocal_symbols)
15322 (ada_collect_symbol_completion_matches)
15323 (ada_add_global_exceptions): Update.
15324
7e955d83
TT
153252019-01-15 Tom Tromey <tom@tromey.com>
15326
15327 * progspace.h (program_space) <objfiles_safe_range>: New
15328 typedef.
15329 <objfiles_safe>: New method.
15330 * objfiles.h (class all_objfiles_safe): Remove.
15331 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15332 * jit.c (jit_inferior_exit_hook): Update.
15333
2030c079
TT
153342019-01-17 Tom Tromey <tom@tromey.com>
15335
15336 * progspace.h (program_space) <objfiles_range>: New typedef.
15337 <objfiles>: New method.
15338 <objfiles_head>: Rename from objfiles.
15339 (object_files): Update.
15340 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15341 * guile/scm-pretty-print.c
15342 (ppscm_find_pretty_printer_from_objfiles): Update.
15343 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15344 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15345 Update.
15346 * python/py-progspace.c (pspy_get_objfiles): Update.
15347 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15348 Update.
15349 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15350 (objfpy_lookup_objfile_by_build_id): Update.
15351 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15352 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15353 Update.
15354 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15355 (expand_symtab_containing_pc, lookup_objfile_from_block)
15356 (lookup_static_symbol, basic_lookup_transparent_type)
15357 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15358 (find_line_symtab, info_sources_command)
15359 (default_collect_symbol_completion_matches_break_on)
15360 (make_source_files_completion_list, find_main_name): Update.
15361 * symmisc.c (print_symbol_bcache_statistics)
15362 (print_objfile_statistics, maintenance_print_symbols)
15363 (maintenance_print_msymbols, maintenance_print_objfiles)
15364 (maintenance_info_symtabs, maintenance_check_symtabs)
15365 (maintenance_expand_symtabs, maintenance_info_line_tables):
15366 Update.
15367 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15368 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15369 (map_overlay_command, unmap_overlay_command)
15370 (simple_overlay_update, expand_symtabs_matching)
15371 (map_symbol_filenames): Update.
15372 * symfile-debug.c (set_debug_symfile): Update.
15373 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15374 Update.
15375 * source.c (select_source_symtab, forget_cached_source_info):
15376 Update.
15377 * solib.c (solib_read_symbols): Update.
15378 * solib-spu.c (append_ocl_sos): Update.
15379 * psymtab.c (maintenance_print_psymbols)
15380 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15381 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15382 * printcmd.c (info_symbol_command): Update.
15383 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15384 Update.
15385 * objfiles.h (class all_objfiles): Remove.
15386 * objfiles.c (have_partial_symbols, have_full_symbols)
15387 (have_minimal_symbols, qsort_cmp, update_section_map)
15388 (shared_objfile_contains_address_p)
15389 (default_iterate_over_objfiles_in_search_order): Update.
15390 * objc-lang.c (info_selectors_command, info_classes_command)
15391 (find_methods): Update.
15392 * minsyms.c (find_solib_trampoline_target): Update.
15393 * maint.c (maintenance_info_sections)
15394 (maintenance_translate_address, count_symtabs_and_blocks):
15395 Update.
15396 * main.c (captured_main_1): Update.
15397 * linux-thread-db.c (try_thread_db_load_from_pdir)
15398 (has_libpthread): Update.
15399 * linespec.c (iterate_over_all_matching_symtabs)
15400 (search_minsyms_for_name): Update.
15401 * jit.c (jit_find_objf_with_entry_addr): Update.
15402 * hppa-tdep.c (find_unwind_entry)
15403 (hppa_lookup_stub_minimal_symbol): Update.
15404 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15405 Update.
15406 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15407 (elf_gnu_ifunc_resolve_by_got): Update.
15408 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15409 * dwarf-index-write.c (save_gdb_index_command): Update.
15410 * cp-support.c (add_symbol_overload_list_qualified): Update.
15411 * breakpoint.c (create_overlay_event_breakpoint)
15412 (create_longjmp_master_breakpoint)
15413 (create_std_terminate_master_breakpoint)
15414 (create_exception_master_breakpoint): Update.
15415 * blockframe.c (find_pc_partial_function): Update.
15416 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15417 (ada_collect_symbol_completion_matches)
15418 (ada_add_global_exceptions): Update.
15419
776489e0
TT
154202019-01-17 Tom Tromey <tom@tromey.com>
15421
15422 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15423 declare VEC.
15424 (solib_target_parse_libraries): Change return type.
15425 (library_list_start_segment, library_list_start_section)
15426 (library_list_end_library, library_list_start_library); Update.
15427 (solib_target_free_library_list): Remove.
15428 (solib_target_parse_libraries): Remove cleanup. Change return
15429 type.
15430 (solib_target_current_sos): Update.
15431
6471e7d2
TT
154322019-01-17 Tom Tromey <tromey@bapiya>
15433
15434 * valprint.c: Replace "the the" with "the".
15435 * symtab.c: Replace "the the" with "the".
15436 * solib.c: Replace "the the" with "the".
15437 * solib-dsbt.c: Replace "the the" with "the".
15438 * linespec.c: Replace "the the" with "the".
15439 * dwarf2loc.h: Replace "the the" with "the".
15440 * amd64-windows-tdep.c: Replace "the the" with "the".
15441 * aarch64-tdep.c: Replace "the the" with "the".
15442
c24bdb02
KS
154432019-01-16 Keith Seitz <keiths@redhat.com>
15444
15445 PR gdb/23773
15446 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15447 <builder>: Rename to ..
15448 <m_builder>: ... this and make private.
15449 (dwarf2_cu::get_builder): New method. Change all users of
15450 `builder' to use this method.
15451 (dwarf2_start_symtab): Move to ...
15452 (dwarf2_cu::start_symtab): ... here. Update all callers
15453 (setup_type_unit_groups): Move to ...
15454 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15455 callers.
15456 (dwarf2_cu::reset_builder): New method.
15457 (process_full_compunit, process_full_type_unit): Use
15458 dwarf2_cu::reset_builder.
15459 (follow_die_offset): Record the ancestor CU if it is different
15460 from the followed DIE's CU.
15461 (follow_die_sig_1): Likewise.
15462
8d64371b
TT
154632019-01-15 Tom Tromey <tom@tromey.com>
15464
15465 * remote.c (class remote_state) <buf>: Now a char_vector.
15466 <buf_size>: Remove.
15467 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15468 parameter.
15469 (remote_target::getpkt_or_notif_sane_1)
15470 (remote_target::getpkt_sane)
15471 (remote_target::getpkt_or_notif_sane): Likewise.
15472 (class remote_target) <putpkt>: New overload.
15473 (remote_target::read_frame): Change type of "buf_p". Remove
15474 sizeof_p parameter.
15475 (packet_ok): New overload.
15476 (packet_check_result): New overload.
15477 Update all uses.
15478
bb277751
TT
154792019-01-14 Tom Tromey <tom@tromey.com>
15480
15481 * remote-notif.c (handle_notification, remote_notif_ack)
15482 (remote_notif_parse): Make "buf" const.
15483 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15484 const.
15485 (remote_notif_parse, remote_notif_ack, handle_notification):
15486 Likewise.
15487 * remote.c (remote_notif_stop_parse): Make "buf" const.
15488 (remote_target::remote_parse_stop_reply): Make "buf" const.
15489 (remote_notif_stop_ack): Make "buf" const.
15490
05be00a8
TT
154912019-01-14 Tom Tromey <tom@tromey.com>
15492
15493 * remote.c (remote_console_output): Make parameter const.
15494
491adeca
TT
154952019-01-14 Tom Tromey <tom@tromey.com>
15496
15497 * target-debug.h (target_debug_print_signals): Constify.
15498 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15499 * procfs.c (procfs_target::pass_signals): Update.
15500 * linux-nat.c (linux_nat_target::pass_signals): Update.
15501 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15502 * target-delegates.c: Rebuild.
15503 * remote.c (remote_target::program_signals): Update.
15504 (remote_target::pass_signals): Update.
15505 * target.c (target_pass_signals): Constify argument.
15506 (target_program_signals): Likewise.
15507 * target.h (struct target_ops) <pass_signals, program_signals>:
15508 Constify argument.
15509 (target_pass_signals, target_program_signals): Constify argument.
15510
bbd94648
TT
155112019-01-14 Tom Tromey <tom@tromey.com>
15512
15513 PR tui/28819:
15514 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15515
6f072a10
PFC
155162019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15517
15518 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15519 field.
15520 * rs6000-tdep.c: Include reggroups.h.
15521 (IS_V_ALIAS_PSEUDOREG): Define.
15522 (rs6000_register_name): Return names for the "vX" aliases.
15523 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15524 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15525 aliases. Call default_register_reggroup_p for all other
15526 pseudo-registers.
15527 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15528 New functions.
15529 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15530 Handle "vX" aliases.
15531 (v_alias_pseudo_register_collect): New function.
15532 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15533 (rs6000_gdbarch_init): Initialize "vX" aliases as
15534 pseudo-registers. Restore registration of
15535 rs6000_pseudo_register_reggroup_p with
15536 set_tdesc_pseudo_register_reggroup_p.
15537
1a782351
MF
155382019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15539
15540 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15541 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15542 set_gdbarch_num_pseudo_regs.
15543
d73cff18
PW
155442019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15545
15546 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15547 Remove arg prefixname, add do_set and do_show.
15548 Add member functions set_list and show_list.
15549 * cli/cli-style.c (class cli_style_option): Update accordingly.
15550 (style_set_list): Move to file scope.
15551 (style_show_list): Likewise.
15552 (set_style): Call help_list.
15553 (show_style): Call cmd_show_list.
15554 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15555 Update to use the new macro.
15556
60a90376
JB
155572019-10-12 Joel Brobecker <brobecker@adacore.com>
15558
15559 * ada-lang.c (_initialize_ada_language): Expand the help text
15560 for the "catch exception" command.
15561
9d7c67bf
PW
155622019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15563
15564 * symtab.c (matching_obj_sections): Initialize obj,
15565 declare it closer to its usage.
15566
7cf47dc4
TT
155672019-01-10 Tom Tromey <tom@tromey.com>
15568
15569 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15570 (basic_inf_threads_range): Remove.
15571 (inf_threads_range, inf_non_exited_threads_range)
15572 (safe_inf_threads_range): Use next_adapter.
15573
d3cb6808
KS
155742019-01-10 Keith Seitz <keiths@redhat.com>
15575
15576 PR gdb/23712
15577 PR symtab/23010
15578 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15579 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15580
63a20375
KS
155812019-01-10 Keith Seitz <keiths@redhat.com>
15582
15583 PR gdb/23712
15584 PR symtab/23010
15585 * dictionary.c (pending_to_vector): Remove.
15586 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15587 Remove _1 suffix, replacing functions of the same name. Update
15588 all callers.
15589 (dict_create_hashed, dict_create_hashed_expandable)
15590 (dict_create_linear, dict_create_linear_expandable, dict_free)
15591 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15592 Make functions static.
15593
b026f593
KS
155942019-01-10 Keith Seitz <keiths@redhat.com>
15595
15596 PR gdb/23712
15597 PR symtab/23010
15598 * dictionary.h (struct dictionary): Replace declaration with
15599 multidictionary.
15600 (dict_create_hashed, dict_create_hashed_expandable)
15601 (dict_create_linear, dict_create_linear_expandable)
15602 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15603 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15604 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15605 taking multidictionary argument.
15606 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15607 * block.h (struct block) <dict>: Change to multidictionary
15608 and rename `multidict'.
15609 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15610 symmisc.c: Update all dictionary references to multidictionary.
15611
c7748ee9
KS
156122019-01-10 Keith Seitz <keiths@redhat.com>
15613
15614 PR gdb/23712
15615 PR symtab/23010
15616 * dictionary.c: Include unordered_map.
15617 (pending_to_vector): New function.
15618 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15619 Rewrite the non-"_1" functions to take vector instead
15620 of linked list.
15621 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15622 "new" _1 versions of the same name.
15623 (multidictionary): Define.
15624 (std::hash<enum language): New definition.
15625 (collate_pending_symbols_by_language, mdict_create_hashed)
15626 (mdict_create_hashed_expandable, mdict_create_linear)
15627 (mdict_create_linear_expandable, mdict_free)
15628 (find_language_dictionary, create_new_language_dictionary)
15629 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15630 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15631 (mdict_size, mdict_empty): New functions.
15632 * dictionary.h (mdict_iterator): Define.
15633
67aa1f3c
PA
156342019-01-10 Pedro Alves <palves@redhat.com>
15635
15636 * breakpoint.c (read_uploaded_action)
15637 (create_tracepoint_from_upload): Adjust to use
15638 gdb::unique_xmalloc_ptr.
15639 * ctf.c (ctf_write_uploaded_tp):
15640 (SET_ARRAY_FIELD): Use emplace_back.
15641 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15642 * tracefile-tfile.c (tfile_write_uploaded_tp):
15643 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15644 gdb::unique_xmalloc_ptr.
15645 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15646 at_string, cond_string, cmd_strings>: Replace char pointers
15647 with gdb::unique_xmalloc_ptr.
15648
2f667667
PA
156492019-01-10 Pedro Alves <palves@redhat.com>
15650
15651 * solib-target.c (library_list_start_library): Don't xstrdup name.
15652
36cb7237
PA
156532019-01-10 Pedro Alves <palves@redhat.com>
15654
15655 * mdebugread.c (parse_partial_symbols): Use
15656 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15657
da584958
AB
156582019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15659
15660 * linux-fork.c (scoped_switch_fork_info)
15661 <~scoped_switch_fork_info>: Fix incorrect variable name.
15662
1ef8573c
AB
156632019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15664
15665 * linux-fork.c (scoped_switch_fork_info)
15666 <scoped_switch_fork_info>: Make explicit.
15667 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15668
8d7bcccb
TT
156692019-01-10 Tom Tromey <tom@tromey.com>
15670
15671 * objfiles.h (objfile::reset_psymtabs): Update.
15672 * objfiles.c (objfile::objfile): Update.
15673 * psymtab.h (psymtab_storage::obstack): Update.
15674 (psymtab_storage::m_obstack): Use gdb::optional.
15675 (class psymtab_storage): Update comment. Remove objfile
15676 parameter.
15677 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15678
b596a3c7
TT
156792019-01-10 Tom Tromey <tom@tromey.com>
15680
15681 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15682 <free_psymtabs>: Now private.
15683 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15684 (allocate_psymtab): Use new method.
15685
a9342b62
TT
156862019-01-10 Tom Tromey <tom@tromey.com>
15687
15688 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15689 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15690 * mdebugread.c (parse_partial_symbols): Use
15691 allocate_dependencies.
15692 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15693 allocate_dependencies.
15694 (process_psymtab_comp_unit_reader)
15695 (build_type_psymtab_dependencies): Likewise.
15696 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15697
5af70966
TT
156982019-01-10 Tom Tromey <tom@tromey.com>
15699
15700 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15701 PSYMBOL_SET_LANGUAGE.
15702 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15703
5923a04c
TT
157042019-01-10 Tom Tromey <tom@tromey.com>
15705
15706 * psymtab.h (psymtab_storage::obstack): New method.
15707 <m_obstack>: Rename from obstack; now private.
15708 * psymtab.c (psymtab_storage): Update.
15709 * dwarf2read.c (create_addrmap_from_index)
15710 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15711 Update.
15712
6d6a12bf
TT
157132019-01-10 Tom Tromey <tom@tromey.com>
15714
15715 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15716 * objfiles.h (objfile::reset_psymtabs): New method.
15717
d320c2b5
TT
157182019-01-10 Tom Tromey <tom@tromey.com>
15719
15720 * symmisc.c (print_symbol_bcache_statistics): Update.
15721 (print_objfile_statistics): Update.
15722 * symfile.c (reread_symbols): Update.
15723 * psymtab.h (class psymtab_storage): New.
15724 * psymtab.c (psymtab_storage): New constructor.
15725 (~psymtab_storage): New destructor.
15726 (require_partial_symbols): Update.
15727 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15728 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15729 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15730 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15731 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15732 (start_psymtab_common, end_psymtab_common)
15733 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15734 (allocate_psymtab): Update.
15735 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15736 Update.
15737 (dump_psymtab_addrmap, maintenance_print_psymbols)
15738 (maintenance_check_psymtabs): Update.
15739 (class objfile_psymtabs): Move to objfiles.h.
15740 * psympriv.h (discard_psymtab): Now inline.
15741 (psymtab_discarder::psymtab_discarder): Update.
15742 (psymtab_discarder::~psymtab_discarder): Update.
15743 (ALL_OBJFILE_PSYMTABS): Rewrite.
15744 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15745 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15746 Remove fields.
15747 <partial_symtabs>: New field.
15748 (class objfile_psymtabs): Move from psymtab.h. Update.
15749 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15750 psymbol_cache.
15751 (objfile::~objfile): Don't destroy psymbol_cache.
15752 * mdebugread.c (parse_partial_symbols): Update.
15753 * dwarf2read.c (create_addrmap_from_index)
15754 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15755 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15756 (add_partial_subprogram, dwarf2_ranges_read): Update.
15757 * dwarf-index-write.c (write_address_map)
15758 (write_one_signatured_type, recursively_write_psymbols)
15759 (class debug_names, class debug_names, write_psymtabs_to_index):
15760 Update.
15761
1d94a5a3
TT
157622019-01-10 Tom Tromey <tom@tromey.com>
15763
15764 * symtab.h (SYMBOL_SET_NAMES): Update.
15765 (symbol_set_names): Update.
15766 (MSYMBOL_SET_NAMES): Update.
15767 * symtab.c (symbol_set_names): Change argument to be an
15768 objfile_per_bfd_storage.
15769 * psymtab.c (add_psymbol_to_bcache): Update.
15770 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15771
0f14768a
TT
157722019-01-10 Tom Tromey <tom@tromey.com>
15773
15774 * symtab.c (create_demangled_names_hash): Change argument to be an
15775 objfile_per_bfd_storage.
15776 (symbol_set_names): Update.
15777
6eee24ce
TT
157782019-01-10 Tom Tromey <tom@tromey.com>
15779
15780 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15781 init_psymbol_list.
15782 * psymtab.c (init_psymbol_list): Do nothing if already called.
15783 * psympriv.h (init_psymbol_list): Add comment.
15784 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15785 init_psymbol_list.
15786 * dbxread.c (dbx_symfile_read): Unconditionally call
15787 init_psymbol_list.
15788
75aedd27
TT
157892019-01-10 Tom Tromey <tom@tromey.com>
15790
15791 * xcoffread.c (scan_xcoff_symtab): Update.
15792 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15793 "where".
15794 * mdebugread.c (parse_partial_symbols)
15795 (handle_psymbol_enumerators): Update.
15796 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15797 * dbxread.c (read_dbx_symtab): Update.
15798 * psympriv.h (psymbol_placement): New enum.
15799 (add_psymbol_to_list): Update.
15800
939652a5
TT
158012019-01-10 Tom Tromey <tom@tromey.com>
15802
15803 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15804 static_psymbols parameters.
15805 (scan_xcoff_symtab): Update.
15806 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15807 static_psymbols parameters.
15808 * psympriv.h (start_psymtab_common): Update.
15809 * mdebugread.c (parse_partial_symbols): Update.
15810 * dwarf2read.c (create_partial_symtab): Update.
15811 * dbxread.c (read_dbx_symtab): Update.
15812 (start_psymtab): Remove global_psymbols and static_psymbols
15813 parameters.
15814
baa62830
TT
158152019-01-10 Tom Tromey <tom@tromey.com>
15816
15817 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15818 * psymtab.c (allocate_psymtab): Add comment.
15819 * psympriv.h (allocate_psymtab): Add comment.
15820 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15821 initializations.
15822 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15823
0e8f53ba
TT
158242019-01-10 Tom Tromey <tom@tromey.com>
15825
15826 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15827 Don't declare.
15828 * mipsread.c: Include mdebugread.h.
15829 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15830 Declare.
15831 * elfread.c: Include mdebugread.h.
15832
b22a7c6a
TT
158332019-01-09 Tom Tromey <tom@tromey.com>
15834
15835 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15836 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15837 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15838 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15839 (psym_lookup_symbol, psym_find_last_source_symtab)
15840 (psym_forget_cached_source_info, psym_print_stats)
15841 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15842 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15843 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15844 (psym_find_compunit_symtab_by_address)
15845 (maintenance_print_psymbols, maintenance_info_psymtabs)
15846 (maintenance_check_psymtabs): Use ranged for.
15847 * psymtab.h (class objfile_psymtabs): New.
15848 (require_partial_symbols): Return objfile_psymtabs.
15849 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15850
3b9d3ac2
TT
158512019-01-09 Tom Tromey <tom@tromey.com>
15852
15853 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15854 (find_pc_mapped_section, list_overlays_command)
15855 (map_overlay_command, unmap_overlay_command)
15856 (simple_overlay_update): Use all_objfiles.
15857 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15858 * printcmd.c (info_symbol_command): Use all_objfiles.
15859 * objfiles.h (ALL_OBJSECTIONS): Remove.
15860 * maint.c (maintenance_translate_address): Use all_objfiles.
15861 * gcore.c (gcore_create_callback): Use all_objfiles.
15862 (objfile_find_memory_regions): Likewise.
15863
8b31193a
TT
158642019-01-09 Tom Tromey <tom@tromey.com>
15865
15866 * symtab.c (find_line_symtab, info_sources_command)
15867 (make_source_files_completion_list): Use objfile_compunits.
15868 * source.c (select_source_symtab): Use objfile_compunits.
15869 * objfiles.h (struct objfile): Update comment.
15870 (ALL_OBJFILES): Remove.
15871 (ALL_FILETABS): Remove.
15872 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15873 objfile_compunits.
15874
d5da8b3c
TT
158752019-01-09 Tom Tromey <tom@tromey.com>
15876
15877 * symmisc.c (print_objfile_statistics, dump_objfile)
15878 (maintenance_print_symbols): Use compunit_filetabs.
15879 * source.c (forget_cached_source_info_for_objfile): Use
15880 compunit_filetabs.
15881 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15882 (ALL_FILETABS): Use compunit_filetabs.
15883 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15884 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15885
5accd1a0
TT
158862019-01-09 Tom Tromey <tom@tromey.com>
15887
15888 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15889 (compunit_filetabs): New.
15890 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15891 compunit_filetabs.
15892 (info_sources_command, make_source_files_completion_list): Remove
15893 declaration.
15894 * symmisc.c (print_objfile_statistics, dump_objfile)
15895 (maintenance_print_symbols): Remove declaration.
15896 (maintenance_info_symtabs): Use compunit_filetabs.
15897 (maintenance_info_line_tables): Likewise.
15898 * source.c (select_source_symtab): Change local variable name.
15899 (forget_cached_source_info_for_objfile): Remove declaration.
15900 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15901 * objfiles.c (objfile_relocate1): Remove declaration.
15902 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15903 declaration.
15904 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15905 * coffread.c (coff_symtab_read): Remove declaration.
15906 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15907 compunit_filetabs.
15908
d8aeb77f
TT
159092019-01-09 Tom Tromey <tom@tromey.com>
15910
15911 * symtab.c (lookup_objfile_from_block)
15912 (find_pc_sect_compunit_symtab, search_symbols)
15913 (default_collect_symbol_completion_matches_break_on): Use
15914 objfile_compunits.
15915 * objfiles.h (ALL_COMPUNITS): Remove.
15916 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15917 * cp-support.c (add_symbol_overload_list_qualified): Use
15918 objfile_compunits.
15919 * ada-lang.c (ada_collect_symbol_completion_matches)
15920 (ada_add_global_exceptions): Use objfile_compunits.
15921
592553c4
TT
159222019-01-09 Tom Tromey <tom@tromey.com>
15923
15924 * source.c (select_source_symtab)
15925 (forget_cached_source_info_for_objfile): Remove declaration.
15926 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15927 declaration.
15928 * maint.c (count_symtabs_and_blocks): Remove declaration.
15929 * cp-support.c (add_symbol_overload_list_qualified): Remove
15930 declaration.
15931 * coffread.c (coff_symtab_read): Remove declaration.
15932 * symtab.c (lookup_symbol_in_objfile_symtabs)
15933 (basic_lookup_transparent_type_1): Use objfile_compunits.
15934 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15935 (info_sources_command, search_symbols)
15936 (default_collect_symbol_completion_matches_break_on)
15937 (make_source_files_completion_list): Remove declaration.
15938 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15939 (ada_collect_symbol_completion_matches)
15940 (ada_add_global_exceptions): Remove declaration.
15941 * linespec.c (iterate_over_all_matching_symtabs): Use
15942 objfile_compunits.
15943 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15944 (class objfile_compunits): New.
15945 (ALL_COMPUNITS): Use objfile_compunits.
15946 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15947 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15948 objfile_compunits.
15949 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15950
5325b9bf
TT
159512019-01-09 Tom Tromey <tom@tromey.com>
15952
15953 * symtab.c (search_symbols)
15954 (default_collect_symbol_completion_matches_break_on): Use
15955 objfile_msymbols.
15956 * ada-lang.c (ada_lookup_simple_minsym)
15957 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15958 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15959 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15960 objfile_msymbols.
15961 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15962 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15963 * objc-lang.c (find_methods): Use objfile_msymbols.
15964 (info_selectors_command, info_classes_command): Likewise.
15965 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15966 * objfiles.h (class objfile_msymbols): New.
15967 (ALL_OBJFILE_MSYMBOLS): Remove.
15968 (ALL_MSYMBOLS): Remove.
15969
cac85af2
TT
159702019-01-09 Tom Tromey <tom@tromey.com>
15971
15972 * common/next-iterator.h (next_adapter): Add Iterator template
15973 parameter.
15974 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15975 (class all_objfiles_safe): New.
15976 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15977 * objfiles.c (put_objfile_before): Update comment.
15978 (add_separate_debug_objfile): Likewise.
15979 (free_all_objfiles): Use all_objfiles_safe.
15980 (objfile_purge_solibs): Likewise.
15981
aed57c53
TT
159822019-01-09 Tom Tromey <tom@tromey.com>
15983
15984 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15985 (expand_symtab_containing_pc, lookup_static_symbol)
15986 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15987 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15988 all_objfiles.
15989 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15990 * breakpoint.c (create_overlay_event_breakpoint)
15991 (create_longjmp_master_breakpoint)
15992 (create_std_terminate_master_breakpoint)
15993 (create_exception_master_breakpoint): Use all_objfiles.
15994 * linux-thread-db.c (try_thread_db_load_from_pdir)
15995 (has_libpthread): Use all_objfiles.
15996 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15997 * linespec.c (iterate_over_all_matching_symtabs)
15998 (search_minsyms_for_name): Use all_objfiles.
15999 * maint.c (maintenance_info_sections): Use all_objfiles.
16000 * main.c (captured_main_1): Use all_objfiles.
16001 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
16002 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
16003 * guile/scm-pretty-print.c
16004 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
16005 * solib-spu.c (append_ocl_sos): Use all_objfiles.
16006 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
16007 (maintenance_print_msymbols): Use all_objfiles.
16008 * source.c (select_source_symtab): Use all_objfiles.
16009 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
16010 * symfile.c (remove_symbol_file_command)
16011 (expand_symtabs_matching, map_symbol_filenames): Use
16012 all_objfiles.
16013 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
16014 all_objfiles.
16015 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
16016 * objc-lang.c (find_methods): Use all_objfiles.
16017 * objfiles.c (have_partial_symbols, have_full_symbols)
16018 (have_minimal_symbols, qsort_cmp)
16019 (default_iterate_over_objfiles_in_search_order): Use
16020 all_objfiles.
16021 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
16022 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
16023 (maintenance_check_psymtabs): Use all_objfiles.
16024 (ALL_PSYMTABS): Remove.
16025 * compile/compile-object-run.c (do_module_cleanup): Use
16026 all_objfiles.
16027 * blockframe.c (find_pc_partial_function): Use all_objfiles.
16028 * cp-support.c (add_symbol_overload_list_qualified): Use
16029 all_objfiles.
16030 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
16031 Use all_objfiles.
16032 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
16033 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
16034 all_objfiles.
16035 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
16036 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
16037 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
16038 Uses all_objfiles.
16039 * solib.c (solib_read_symbols): Use all_objfiles
16040
99d89cde
TT
160412019-01-09 Tom Tromey <tom@tromey.com>
16042
16043 * probe.c (parse_probes_in_pspace): Use all_objfiles.
16044 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
16045 all_objfiles.
16046 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
16047 * symmisc.c (print_symbol_bcache_statistics)
16048 (print_objfile_statistics, maintenance_print_objfiles)
16049 (maintenance_info_symtabs, maintenance_check_symtabs)
16050 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
16051 all_objfiles.
16052 * source.c (forget_cached_source_info): Use all_objfiles.
16053 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
16054 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
16055 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
16056 * objfiles.c (update_section_map): Use all_objfiles.
16057 (shared_objfile_contains_address_p): Likewise.
16058 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
16059 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
16060
21708325
TT
160612019-01-09 Tom Tromey <tom@tromey.com>
16062
16063 * common/next-iterator.h: New file.
16064 * objfiles.h (class all_objfiles): New.
16065 (struct objfile_iterator): New.
16066
669e09f6
PW
160672019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16068
16069 * NEWS: Move the description of the changed "frame", "select-frame",
16070 and "info frame" commands to the Changed commands section.
16071
041be526
SM
160722019-01-09 Simon Marchi <simon.marchi@ericsson.com>
16073
16074 * gdbtypes.c (check_stub_method_group): Remove handling of old
16075 mangling schemes.
16076 * linespec.c (find_methods): Likewise.
16077 * stabsread.c (read_member_functions): Likewise.
16078 * valops.c (search_struct_method): Likewise.
16079 (value_struct_elt_for_reference): Likewise.
16080 * NEWS: Mention this change.
16081
0e2a2133
AB
160822019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
16083
16084 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
16085 print_source_lines.
16086 * source.c (print_source_lines_base): Update line number check.
16087 (print_source_lines): New function.
16088 (source_lines_range::source_lines_range): New function.
16089 * source.h (class source_lines_range): New class.
16090 (print_source_lines): New declaration.
16091
1055a3b4
PW
160922019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16093
16094 * linespec.c (linespec_state_destructor): Free self->canonical_names.
16095
cfeadda5
TT
160962019-01-08 Tom Tromey <tom@tromey.com>
16097 Simon Marchi <simon.marchi@ericsson.com>
16098
16099 PR gdb/24060
16100 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
16101 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
16102 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16103 * f-exp.y (DOLLAR_VARIABLE): Likewise.
16104 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
16105 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
16106
583068ca
AB
161072019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16108
16109 * source.c (select_source_symtab): Move header comment to
16110 declaration in source.h.
16111 (forget_cached_source_info_for_objfile): Likewise.
16112 (forget_cached_source_info): Likewise.
16113 (identify_source_line): Likewise.
16114 * source.h (identify_source_line): Move declaration from symtab.h
16115 and add comment from source.c
16116 (print_source_lines): Likewise.
16117 (forget_cached_source_info_for_objfile): Likewise.
16118 (forget_cached_source_info): Likewise.
16119 (select_source_symtab): Likewise.
16120 (enum print_source_lines_flag): Move definition from symtab.h.
16121 * symtab.h (identify_source_line): Move declaration to source.h.
16122 (print_source_lines): Likewise.
16123 (forget_cached_source_info_for_objfile): Likewise.
16124 (forget_cached_source_info): Likewise.
16125 (select_source_symtab): Likewise.
16126 (enum print_source_lines_flag): Move definition to source.h.
16127 * tui/tui-hooks.c: Add 'source.h' include.
16128
ec98a4ad
AB
161292019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16130
16131 * source.c (print_source_lines_base): Handle requests to print
16132 reverse line number sequences, and guard against empty lines
16133 string.
16134
62ea19c1
AB
161352019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16136
16137 * source.c (print_source_lines_base): Fix skip of '\r' if next
16138 character is '\n'.
16139
9d30e1fd
TT
161402019-01-06 Tom Tromey <tom@tromey.com>
16141
16142 * c-exp.y (struct c_parse_state) <macro_original_text,
16143 expansion_obstack>: New member.
16144 (macro_original_text, expansion_obstack): Remove globals.
16145 (scan_macro_expansion, scanning_macro_expansion)
16146 (finished_macro_expansion): Update.
16147 (scan_macro_cleanup): Remove.
16148 (yylex, c_parse): Update.
16149
c65bac38
TT
161502019-01-06 Tom Tromey <tom@tromey.com>
16151
16152 * c-exp.y (struct c_parse_state) <strings>: New member.
16153 (operator_stoken): Update.
16154
02e12e38
TT
161552019-01-06 Tom Tromey <tom@tromey.com>
16156
16157 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
16158 (union type_stack_elt) <typelist_val>: Now a pointer to
16159 std::vector.
16160 (type_stack_cleanup): Don't declare.
16161 (push_typelist): Update.
16162 * parse.c (pop_typelist): Return a std::vector.
16163 (push_typelist): Take a std::vector.
16164 (follow_types): Update. Do not free args.
16165 (type_stack_cleanup): Remove.
16166 * c-exp.y (struct c_parse_state): New.
16167 (cpstate): New global.
16168 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
16169 (nonempty_typelist): Update.
16170 (func_mod): Create a new vector.
16171 (c_parse): Create a c_parse_state.
16172 (check_parameter_typelist): Do not delete params.
16173 (function_method): Update. Do not delete type_list.
16174
f097f5ad
TT
161752019-01-06 Tom Tromey <tom@tromey.com>
16176
16177 PR gdb/28155:
16178 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
16179 check_typedef.
16180 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
16181 (print_return_value): Likewise.
16182
d2adf9f1
TT
161832019-01-05 Tom Tromey <tom@tromey.com>
16184
16185 * contrib/cleanup_check.py: Remove.
16186 * contrib/gcc-with-excheck: Remove.
16187 * contrib/exsummary.py: Remove.
16188 * contrib/excheck.py: Remove.
16189
2eab46b1
JB
161902019-01-05 Joel Brobecker <brobecker@adacore.com>
16191
16192 * thread.c (delete_thread_1): Add gdb_assert that THR is not
16193 NULL. Initialize tpprev to NULL instead of assigning it
16194 to NULL on the next statement.
16195 * windows-nat.c (windows_delete_thread): Remove check for
16196 main_thread_id before printing thread exit notifications.
16197 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16198 Remove thread ID check against main_thread_id.
16199 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16200 windows_delete_thread.
16201 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16202
48c5e7e2
TT
162032019-01-04 Tom Tromey <tom@tromey.com>
16204
16205 * compile/compile.c (_initialize_compile): Use upper case for
16206 metasyntactic variables.
16207 * symmisc.c (_initialize_symmisc): Use upper case for
16208 metasyntactic variables.
16209 * psymtab.c (_initialize_psymtab): Use upper case for
16210 metasyntactic variables.
16211 * demangle.c (demangle_command): Use upper case for metasyntactic
16212 variables.
16213 (_initialize_demangler): Likewise.
16214 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16215 variables.
16216
986041cd
TT
162172019-01-03 Tom Tromey <tom@tromey.com>
16218
16219 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16220
7c711119
TT
162212019-01-03 Tom Tromey <tom@tromey.com>
16222
16223 * python/py-symtab.c (salpy_str): Update.
16224 (struct salpy_sal_object) <symtab>: Now a PyObject.
16225 (salpy_dealloc): Update.
16226 (del_objfile_sal): Use gdbpy_ref.
16227
1b20edf0
TT
162282019-01-03 Tom Tromey <tom@tromey.com>
16229
16230 * python/py-type.c (convert_field): Use new_reference. Return
16231 gdbpy_ref.
16232 (make_fielditem): Return gdbpy_ref.
16233 (typy_fields): Update.
16234 (typy_getitem): Update.
16235 (field_name): Return gdbpy_ref. Use new_reference.
16236 (typy_iterator_iternext): Update.
16237
ea41325b
TT
162382019-01-03 Tom Tromey <tom@tromey.com>
16239
16240 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16241
2a3c71d6
TT
162422019-01-03 Tom Tromey <tom@tromey.com>
16243
16244 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16245 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16246 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16247 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16248 (pspy_set_type_printers): Likewise.
16249 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16250 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16251 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16252 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16253 (objfpy_set_type_printers): Likewise.
16254
5c329e6a
TT
162552019-01-03 Tom Tromey <tom@tromey.com>
16256
16257 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16258 (gdbpy_print_stack): Use gdbpy_err_fetch.
16259 * python/python-internal.h (class gdbpy_err_fetch): New class.
16260 (class gdbpy_enter) <m_error_type, m_error_value,
16261 m_error_traceback>: Remove.
16262 <m_error>: New member.
16263 (gdbpy_exception_to_string): Don't declare.
16264 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16265 * python/py-value.c (convert_value_from_python): Use
16266 gdbpy_err_fetch.
16267 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16268 gdbpy_exception_to_string.
16269 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16270 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16271 gdbpy_err_fetch.
16272
169bb27b
AB
162732019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16274
16275 * linux-nat.c (delete_lwp_cleanup): Delete.
16276 (struct lwp_deleter): New struct.
16277 (lwp_info_up): New typedef.
16278 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16279 lwp_info_up.
16280
a07c8880
AB
162812019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16282
16283 * linux-fork.c (class scoped_switch_fork_info): New class.
16284 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16285
26089c49
AB
162862019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16287
16288 * valops.c (find_overload_match): Remove use of null_cleanup, and
16289 calls to do_cleanups.
16290
06d3e5b0
AB
162912019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16292
16293 * compile/compile-cplus-types.c
16294 (compile_cplus_instance::decl_name): Handle changes to
16295 cp_func_name.
16296 * cp-support.c (cp_func_name): Update header comment, update
16297 return type.
16298 * cp-support.h (cp_func_name): Update return type in declaration.
16299 * valops.c (find_overload_match): Move temp_func local to top
16300 level of function and change its type. Use temp_func to hold and
16301 delete temporary string obtained from cp_func_name.
16302
66644cd3
AB
163032019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16304
16305 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16306 gdb::char_vector, remove cleanup, and update uses of `msg`.
16307
592d8c0a
JW
163082019-01-03 Jim Wilson <jimw@sifive.com>
16309
16310 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16311
c55d06ec
TT
163122019-01-02 Tom Tromey <tom@tromey.com>
16313
16314 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16315 (tdesc_parse_xml): Remove cleanups.
16316 * target-descriptions.h (make_cleanup_free_target_description):
16317 Don't declare.
16318 (target_desc_deleter): New struct.
16319 (target_desc_up): New typedef.
16320 * target-descriptions.c (target_desc_deleter::operator()): Rename
16321 from free_target_description.
16322 (make_cleanup_free_target_description): Remove.
16323
3a6ae42d
TT
163242019-01-02 Tom Tromey <tom@tromey.com>
16325
16326 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16327 constructor, destructor.
16328 (linespec_parser): Remove typedef.
16329 (~linespec_parser): Rename from linespec_parser_delete.
16330 (linespec_lex_to_end, linespec_complete_label)
16331 (linespec_complete): Update.
16332 (decode_line_full): Remove cleanups.
16333 (decode_line_1): Update.
16334
61fd3e73
TT
163352019-01-02 Tom Tromey <tom@tromey.com>
16336
16337 * python/python-internal.h (inferior_to_inferior_object): Change
16338 return type.
16339 * python/py-exitedevent.c (create_exited_event_object): Update.
16340 * python/py-inferior.c (inferior_to_inferior_object): Return
16341 gdbpy_ref.
16342 (python_new_inferior, python_inferior_deleted)
16343 (thread_to_thread_object, delete_thread_object)
16344 (build_inferior_list, gdbpy_selected_inferior): Update.
16345 * python/py-infthread.c (create_thread_object): Update. Also fail
16346 if inferior_to_inferior_object fails.
16347
d20172fc
SM
163482019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16349
16350 * inferior.h (class inferior) <displaced_step_state>: New field.
16351 * infrun.h (struct displaced_step_state): Move here from
16352 infrun.c. Initialize fields, add constructor.
16353 <inf>: Remove field.
16354 <reset>: New method.
16355 * infrun.c (struct displaced_step_inferior_state): Move to
16356 infrun.h.
16357 (displaced_step_inferior_states): Remove.
16358 (get_displaced_stepping_state): Adust.
16359 (displaced_step_in_progress_any_inferior): Adjust.
16360 (displaced_step_in_progress_thread): Adjust.
16361 (displaced_step_in_progress): Adjust.
16362 (add_displaced_stepping_state): Remove.
16363 (get_displaced_step_closure_by_addr): Adjust.
16364 (remove_displaced_stepping_state): Remove.
16365 (infrun_inferior_exit): Call displaced_step_state.reset.
16366 (use_displaced_stepping): Don't check for NULL.
16367 (displaced_step_prepare_throw): Call
16368 get_displaced_stepping_state.
16369 (displaced_step_fixup): Don't check for NULL.
16370 (prepare_for_detach): Don't check for NULL.
16371
e3319240
PW
163722019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16373
16374 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16375 in case of call that did not complete.
16376
5d36dfb9
AU
163772019-01-02 Andrey Utkin <autkin@undo.io>
16378
16379 * symfile.c (find_separate_debug_file): Fix search of debug files for
16380 remote debuggee.
16381
8833fbf0
TT
163822019-01-02 Tom Tromey <tom@tromey.com>
16383
16384 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16385 indentation.
16386 * python/py-frame.c (frapy_older): Remove cast.
16387 (frapy_newer): Likewise.
16388 * python/py-breakpoint.c (local_setattro): Remove cast.
16389 * python/py-arch.c (archpy_name): Remove local variable.
16390 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16391
4ada3dfd
JB
163922019-01-02 Joel Brobecker <brobecker@adacore.com>
16393
16394 * unittests/basic_string_view/element_access/char/empty.cc:
16395 Fix year range in copyright header.
16396
113b7b81
AB
163972019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16398
16399 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16400 Delete.
16401 <operator==>: Update with for removed field.
16402 <hash>: Likewise.
16403 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16404 <isa_features>: ...this.
16405 <abi_features>: New field.
16406 (riscv_isa_flen): Update comment.
16407 (riscv_abi_xlen): New declaration.
16408 (riscv_abi_flen): New declaration.
16409 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16410 isa_features.
16411 (riscv_abi_xlen): New function.
16412 (riscv_isa_flen): Update to get answer from isa_features.
16413 (riscv_abi_flen): New function.
16414 (riscv_has_fp_abi): Update to get answer from abi_features.
16415 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16416 xlen and flen.
16417 (riscv_call_info) <xlen, flen>: Update comment.
16418 (riscv_call_arg_struct): Remove invalid assertions
16419 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16420 is removed.
16421 (riscv_gdbarch_init): Gather isa features and abi features
16422 separately, ensure both match on the gdbarch when reusing an old
16423 gdbarch. Relax an error check to allow 32-bit abi float to run on
16424 a target with 64-bit float hardware.
16425
b18ca514
PW
164262019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16427
16428 * source.c (search_command_helper): Stop reverse search
16429 when line 1 has been searched.
16430
ec70d8db
PW
164312019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16432
16433 * record-full.c (record_full_base_target::close): Rewrite
16434 record_full_core_buf_list free logic.
16435
5b38f9c1
PW
164362019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16437
16438 * break-catch-syscall.c (print_one_catch_syscall): xfree
16439 the last text.
16440
66d91b39
JB
164412019-01-01 Joel Brobecker <brobecker@adacore.com>
16442
16443 * top.c (print_gdb_version): Update Copyright year in version
16444 message.
16445
42a4f53d
JB
164462019-01-01 Joel Brobecker <brobecker@adacore.com>
16447
16448 Update copyright year range in all GDB files.
16449
7e955d83 164502019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
2139e8dc 16451
5bbd631d 16452 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 16453
5bbd631d 16454For older changes see ChangeLog-2018.
c906108c
SS
16455\f
16456Local Variables:
16457mode: change-log
16458left-margin: 8
16459fill-column: 74
16460version-control: never
57da7796 16461coding: utf-8
c906108c 16462End:
5bbd631d 16463
This page took 3.241421 seconds and 4 git commands to generate.