Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
908641f5
PW
12019-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2 * inferior.c (prune_inferiors): Only call delete_inferior,
3 Do not modify the inferior list.
4
b858499d
SM
52019-12-05 Simon Marchi <simon.marchi@polymtl.ca>
6
7 * c-exp.y: Update calls to lookup_typename,
8 lookup_signed_typename and lookup_unsigned_typename.
9 * c-lang.c (evaluate_subexp_c): Likewise.
10 * cp-namespace.c (cp_lookup_symbol_imports_or_template):
11 Likewise.
12 * eval.c (binop_promote): Likewise.
13 * gdbtypes.c (lookup_typename): Remove gdbarch parameter.
14 (lookup_unsigned_typename): Likewise.
15 (lookup_signed_typename): Likewise.
16 * gdbtypes.h (lookup_unsigned_typename): Likewise.
17 (lookup_signed_typename): Likewise.
18 (lookup_typename): Likewise.
19 * guile/scm-type.c (tyscm_lookup_typename): Update calls to
20 lookup_typename, lookup_signed_typename,
21 lookup_unsigned_typename.
22 * m2-exp.y: Likewise.
23 * printcmd.c (printf_wide_c_string): Likewise.
24 (ui_printf): Likewise.
25 * python/py-type.c (typy_lookup_typename): Likewise.
26 * python/py-xmethods.c (python_xmethod_worker::invoke):
27 Likewise.
28 * rust-exp.y: Likewise.
29
3a8fa228
CB
302019-12-04 Christian Biesinger <cbiesinger@google.com>
31
32 * configure.nat (obsd64): Add missing files x86-nat.o and
33 nat/x86-dregs.o.
34
2dbc041e
TT
352019-12-04 Tom Tromey <tom@tromey.com>
36
37 * valprint.c (val_print_string): Use metadata_style.
38 * go-valprint.c (print_go_string): Use metadata style.
39 * p-valprint.c (pascal_object_print_static_field): Use metadata
40 style.
41 * cp-valprint.c (cp_print_static_field): Use metadata style.
42
36c8fb93
AB
432019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
44 Chris January <chris.january@arm.com>
45
46 * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New
47 tokens.
48 (typebase): New patterns for complex, single/double precision, and
49 single/double complex.
50 (f77_keywords): Change token for complex keyword, and add single,
51 double, and precision keywords.
52
c6170c2c
SM
532019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
54
55 * avr-tdep.c (_initialize_avr_tdep): Improve help of command
56 "info io_registers".
57
894ecaf4
SM
582019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
59
60 * regcache.c (cooked_read_test): Initialize thread list of
61 mock_inferior.
62
be155ebb
SM
632019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
64
65 * aarch64-linux-tdep.c: Remove includes.
66
c577cdd7
SM
672019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
68
69 * aarch64-tdep.c: Remove includes.
70
610cfd61
SM
712019-12-04 Simon Marchi <simon.marchi@efficios.com>
72
73 * filtered-iterator.h (filtered_iterator) <operator==,
74 operator!=>: Compare wrapped iterators, not wrapped pointers.
75 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
76 unittests/filtered_iterator-selftests.c.
77 * unittests/filtered_iterator-selftests.c: New file.
78
a05cf17a
TT
792019-12-04 Tom Tromey <tromey@adacore.com>
80
81 * gdbtypes.c (create_range_type): Inherit endianity
82 from base type.
83
d5a22e77
TT
842019-12-04 Tom Tromey <tromey@adacore.com>
85
86 * ada-lang.c (decode_constrained_packed_array)
87 (ada_value_assign, value_assign_to_component): Update.
88 * dwarf2loc.c (rw_pieced_value, access_memory)
89 (dwarf2_compile_expr_to_ax): Update.
90 * dwarf2read.c (dwarf2_add_field): Update.
91 * eval.c (evaluate_subexp_standard): Update.
92 * gdbarch.c, gdbarch.h: Rebuild.
93 * gdbarch.sh (bits_big_endian): Remove.
94 * gdbtypes.h (union field_location): Update comment.
95 * target-descriptions.c (make_gdb_type): Update.
96 * valarith.c (value_bit_index): Update.
97 * value.c (struct value) <bitpos>: Update comment.
98 (unpack_bits_as_long, modify_field): Update.
99 * value.h (value_bitpos): Update comment.
100
7ab4a236
TT
1012019-12-04 Tom Tromey <tromey@adacore.com>
102
103 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
104 endian-ness.
105
103a685e
TT
1062019-12-04 Tom Tromey <tromey@adacore.com>
107
108 * dwarf2read.c (dwarf2_init_float_type)
109 (dwarf2_init_complex_target_type): Add byte_order parameter.
110 (read_base_type): Compute byte order earlier.
111 * gdbtypes.c (init_float_type): Add byte_order parameter.
112 * gdbtypes.h (init_float_type): Add byte_order parameter.
113
7a9e9f9f
TT
1142019-12-04 Tom Tromey <tromey@adacore.com>
115
116 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
117
feee869b
TT
1182019-12-04 Tom Tromey <tromey@adacore.com>
119
120 * dwarf2read.c (process_structure_scope): Initialize
121 "discr_offset".
122
c2512106
AB
1232019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
124
125 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
126 add it into the search spec.
127 (parse_max_results_option): New function.
128 (mi_info_functions_or_variables): Parse -max-results flag and pass
129 it to mi_symbol_info.
130 (mi_cmd_symbol_info_modules): Likewise.
131 (mi_cmd_symbol_info_types): Likewise.
132 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
133 return type to bool, change result container into a set, and don't
134 add new results if we have enough already.
135 (global_symbol_searcher::add_matching_msymbols): Change return
136 type to bool, and don't add new results if we have enough already.
137 (sort_search_symbols_remove_dups): Delete.
138 (global_symbol_searcher::search): Early exit from search loop when
139 we have enough results. Use a std::set to collect the results
140 from calling add_matching_symbols.
141 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
142 member function.
143 (global_symbol_searcher) <m_max_search_results>: New member
144 variable.
145 (global_symbol_searcher) <add_matching_symbols>: Update header
146 comment and change return type to bool.
147 (global_symbol_searcher) <add_matching_msymbols>: Update header
148 comment and change return type to bool.
149
f97a63c5
AB
1502019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
151
152 * symtab.c (symbol_search::compare_search_syms): Update header
153 comment.
154 (global_symbol_searcher::is_suitable_msymbol): New function.
155 (global_symbol_searcher::expand_symtabs): New function.
156 (global_symbol_searcher::add_matching_symbols): New function.
157 (global_symbol_searcher::add_matching_msymbols): New function.
158 (global_symbol_searcher::search): Move most of the content
159 into the new functions above, and call them as needed.
160 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
161 function.
162 (global_symbol_searcher) <add_matching_symbols>: New member
163 function.
164 (global_symbol_searcher) <add_matching_msymbols>: New member
165 function.
166 (global_symbol_searcher) <is_suitable_msymbol>: New member
167 function.
168
293b38d6
AB
1692019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
172 -symbol-info-module-variables entries.
173 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
174 (mi_cmd_symbol_info_module_variables): Declare.
175 * mi/mi-symbol-cmds.c
176 (module_symbol_search_iterator): New typedef.
177 (output_module_symbols_in_single_module_and_file): New function.
178 (output_module_symbols_in_single_module): New function.
179 (mi_info_module_functions_or_variables): New function.
180 (mi_cmd_symbol_info_module_functions): New function.
181 (mi_cmd_symbol_info_module_variables): New function.
182 * NEWS: Mention new MI command.
183
4cbd39b2
CB
1842019-12-03 Christian Biesinger <cbiesinger@google.com>
185
186 * bcache.c (hash): Remove.
187 (hash_continue): Remove.
188 * bcache.h (hash): Remove.
189 (hash_continue): Remove.
190 (struct bcache) <ctor>: Update.
191 * psymtab.c (psymbol_hash): Update.
192 * stabsread.c (hashname): Update.
193 * utils.h (fast_hash): Add an argument for a start value,
194 defaulting to zero.
195
82f910ea
PW
1962019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
197 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
198 (destroy_block_symbol_cache): New function.
199 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
200 (resize_symbol_cache): Likewise.
201
de2396d0
TT
2022019-12-02 Tom Tromey <tom@tromey.com>
203
204 * unittests/tui-selftests.c (run_tests): Make conditional.
205 (_initialize_tui_selftest): Make conditional.
206
638d85bc
CB
2072019-12-02 Christian Biesinger <cbiesinger@google.com>
208
209 * aix-thread.c (debug_aix_thread): Change type to bool.
210
7532a164
LM
2112019-12-02 Luis Machado <luis.machado@linaro.org>
212
213 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
214
216a7e6b
AB
2152019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
216
217 * dwarf2read.c (read_tag_string_type): Read the fields required to
218 make a dynamic string, and possibly create a dynamic range for the
219 string.
220 (attr_to_dynamic_prop): Setup is_reference based on the type of
221 attribute being processed.
222 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
223 (resolve_dynamic_array): Rename to...
224 (resolve_dynamic_array_or_string): ...this, update header comment,
225 and accept TYPE_CODE_STRING.
226 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
227
11a8b164
AB
2282019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
229
230 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
231 of its implementation from...
232 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
233 the new function.
234
5bbd8269
AB
2352019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
238 create a range with stride where appropriate.
239 * f-valprint.c: Include 'gdbarch.h'.
240 (f77_print_array_1): Take the stride into account when walking the
241 array. Also convert the stride into addressable units.
242 * gdbtypes.c (create_range_type): Initialise the stride to
243 constant zero.
244 (create_range_type_with_stride): New function, initialise the
245 range as normal, and then setup the stride.
246 (has_static_range): Include the stride here. Also change the
247 return type to bool.
248 (create_array_type_with_stride): Consider the range stride if the
249 array isn't given its own stride.
250 (resolve_dynamic_range): Resolve the stride if needed.
251 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
252 (struct range_bounds) <flag_is_byte_stride>: New member variable.
253 (TYPE_BIT_STRIDE): Define.
254 (TYPE_ARRAY_BIT_STRIDE): Define.
255 (create_range_type_with_stride): Declare.
256 * valarith.c (value_subscripted_rvalue): Take range stride into
257 account when walking the array.
258
82e3b564
TT
2592019-12-01 Tom Tromey <tom@tromey.com>
260
261 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
262 specially.
263
517d261d
TT
2642019-12-01 Tom Tromey <tom@tromey.com>
265
266 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
267 \0.
268 * unittests/tui-selftests.c: New file.
269 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
270
484c9b64
TT
2712019-12-01 Tom Tromey <tom@tromey.com>
272
273 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
274
a2a7af0c
TT
2752019-12-01 Tom Tromey <tom@tromey.com>
276
277 * NEWS: Document new settings.
278 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
279 * tui/tui-win.c (_initialize_tui_win): Add border style
280 observers.
281 * tui/tui-io.h (tui_apply_style): Declare.
282 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
283 longer static.
284 (apply_ansi_escape, tui_set_reverse_mode): Update.
285 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
286 Add "skip_intensity" parameter.
287 <changed>: New member.
288 <do_set_value>: Declare.
289 (tui_border_style, tui_active_border_style): Declare.
290 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
291 globals.
292 (cli_style_option): Initialize "changed".
293 (cli_style_option::do_set_value): New function.
294 (cli_style_option::add_setshow_commands): Add "skip_intensity"
295 parameter. Update.
296 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
297 (_initialize_cli_style): Update. Create TUI border style
298 commands.
299
d1da6b01
TT
3002019-12-01 Tom Tromey <tom@tromey.com>
301
302 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
303 parameter.
304 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
305 parameter.
306 * tui/tui-win.h (compact_source): Declare.
307 * tui/tui-win.c (compact_source): New global.
308 (tui_set_compact_source, tui_show_compact_source): New functions.
309 (_initialize_tui_win): Add "compact-source" setting.
310 * tui/tui-source.c (tui_source_window::set_contents): Handle
311 compact_source setting.
312 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
313 * NEWS: Document new setting.
314
489dbda6
TT
3152019-11-30 Tom Tromey <tom@tromey.com>
316
317 * dwarf2read.c (dwarf2_add_field): Include field offset when
318 computing variant part length.
319
bf498525
PW
3202019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
321 * NEWS: Mention define-prefix. Tell that command names can now
322 contain a . character.
323
be09caf1
PW
3242019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
325
326 * command.h (valid_cmd_char_p): Declare.
327 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
328 the check of valid command char.
329 (find_command_name_length, valid_user_defined_cmd_name_p): Use
330 valid_cmd_char_p.
331 * cli/cli-script.c (validate_comname): Likewise.
332 * completer.c (gdb_completer_command_word_break_characters):
333 Do not remove . from the word break char, update comments.
334 (complete_line_internal_1): Use valid_cmd_char_p.
335 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
336 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
337
c6ac7fc9
PW
3382019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
339
340 * cli/cli-script.c (do_define_command): Ensure a redefined
341 prefix command is kept as a prefix command.
342 (define_prefix_command): New function.
343 (show_user_1): Report user defined prefixes.
344 (_initialize_cli_script): Create the new 'define-prefix' command.
345 Add completers for 'define' and 'document'.
346 * top.c (execute_command): If command is a user-defined prefix only
347 command, report the list of commands for this prefix command.
348
a992a3b0
TBA
3492019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
350
351 * valops.c (find_oload_champ): Improve debug output.
352
e9194a1a
TBA
3532019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
354
355 * valops.c (find_oload_champ): Print part of debug messages
356 before the badness vector is std::move'd.
357
53a008a6
TT
3582019-11-28 Tom Tromey <tom@tromey.com>
359
360 * value.c (creal_internal_fn): Fix comment.
361
bab05c83
TT
3622019-11-28 Tom Tromey <tom@tromey.com>
363
364 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
365 flag_bound_evaluated>: Now unsigned.
366
2522f049
TT
3672019-11-28 Tom Tromey <tom@tromey.com>
368
369 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
370 declare.
371
38b49e22
MS
3722019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
373
374 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
375 debug output.
376 * jit.c (jit_unregister_code): Add debug print to match
377 `jit_register_code`.
378
35125921
CB
3792019-11-27 Christian Biesinger <cbiesinger@google.com>
380
381 * NEWS: Mention the new multithreaded symbol loading.
382
62e77f56
CB
3832019-11-27 Christian Biesinger <cbiesinger@google.com>
384
385 * maint.c (n_worker_threads): Default to 0.
386 (worker_threads_disabled): New function.
387 * maint.h (worker_threads_disabled): New function.
388 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
389 here if worker_threads_disabled () is true.
390 (minimal_symbol_reader::install): Skip all threading if
391 worker_threads_disabled () is true.
392
f29d7f6b
CB
3932019-11-27 Christian Biesinger <cbiesinger@google.com>
394
395 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
396 hash code if possible.
397 (add_minsym_to_demangled_hash_table): Likewise.
398 (minimal_symbol_reader::install): Compute the hash codes for msymbol
399 on the background thread.
400 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
401 Add these fields.
402
e76b2246
CB
4032019-11-27 Christian Biesinger <cbiesinger@google.com>
404
405 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
406 of the mangled name on the background thread.
407 * symtab.c (symbol_set_names): Allow passing in the hash of the
408 linkage_name.
409 * symtab.h (symbol_set_names): Likewise.
410
8d9a2568
KB
4112019-11-27 Kevin Buettner <kevinb@redhat.com>
412
413 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
414 physnames are computed for inherited DIEs.
415
fad03f6e
TT
4162019-11-27 Tom Tromey <tromey@adacore.com>
417
418 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
419 backslashes.
420 * cp-support.c: Remove unnecessary backslashes.
421
43678b0a
CB
4222019-11-27 Christian Biesinger <cbiesinger@google.com>
423
424 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
425 with sym->set_linkage_name.
426 * coffread.c (coff_read_enum_type): Likewise.
427 * mdebugread.c (parse_symbol): Likewise.
428 * stabsread.c (patch_block_stabs): Likewise.
429 (define_symbol): Likewise.
430 (read_enum_type): Likewise.
431 (common_block_end): Likewise.
432 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
433 function.
434 (SYMBOL_SET_LINKAGE_NAME): Remove.
435 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
436 with sym->set_linkage_name.
437
db5960b4
AB
4382019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
439
440 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
441 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
442 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
443 * NEWS: Mention new MI command.
444
7dc42066
AB
4452019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
446
447 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
448 '-symbol-info-types', and '-symbol-info-variables'.
449 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
450 (mi_cmd_symbol_info_types): Declare.
451 (mi_cmd_symbol_info_variables): Declare.
452 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
453 (output_debug_symbol): New function.
454 (output_nondebug_symbol): New function.
455 (mi_symbol_info): New function.
456 (mi_info_functions_or_variables): New function.
457 (mi_cmd_symbol_info_functions): New function.
458 (mi_cmd_symbol_info_types): New function.
459 (mi_cmd_symbol_info_variables): New function.
460 * NEWS: Mention new commands.
461
5f512a7d
AB
4622019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
463
464 * symtab.c (symbol_to_info_string): New function, most content
465 moved from print_symbol_info, but updated to return a std::string.
466 (print_symbol_info): Update to use symbol_to_info_string and print
467 returned string.
468 * symtab.h (symbol_to_info_string): Declare new function.
469
470c0b1c
AB
4702019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * python/python.c (gdbpy_rbreak): Convert to using
473 global_symbol_searcher.
474 * symtab.c (file_matches): Convert return type to bool, change
475 file list to std::vector, update header comment.
476 (search_symbols): Rename to...
477 (global_symbol_searcher::search): ...this and update now its
478 a member function of global_symbol_searcher. Take account of the
479 changes to file_matches.
480 (symtab_symbol_info): Convert to using global_symbol_searcher.
481 (rbreak_command): Likewise.
482 (search_module_symbols): Likewise.
483 * symtab.h (enum symbol_search): Update comment.
484 (search_symbols): Remove declaration.
485 (class global_symbol_searcher): New class.
486
57357d9d
TT
4872019-11-26 Tom Tromey <tromey@adacore.com>
488
489 * cp-support.c (_initialize_cp_support): Conditionally initialize
490 gdb_demangle_attempt_core_dump.
491
3ea16160
TT
4922019-11-26 Tom Tromey <tom@tromey.com>
493
494 * python/py-function.c (fnpy_init): Update.
495 * value.h (add_internal_function): Adjust declaration.
496 * value.c (function_destroyer): Remove.
497 (do_add_internal_function): Don't set destroyer or copy name.
498 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
499 Set name_allocated.
500 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
501 (cmdpy_init): Set name_allocated.
502 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
503 member.
504 (~cmd_list_element): Free "name" if needed.
505
1a6d41c6
TT
5062019-11-26 Tom Tromey <tom@tromey.com>
507
508 * value.h (add_internal_function): Add new overload. Move
509 documentation from value.h.
510 * value.c (do_add_internal_function): New function.
511 (add_internal_function): Use it. Add new overload.
512 (function_destroyer): Don't free doc.
513 * python/py-function.c (fnpy_init): Update.
514
8318f3c3
TT
5152019-11-26 Tom Tromey <tom@tromey.com>
516
517 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
518 (cmdpy_init): Set "doc_allocated".
519
4da8c3a8
TT
5202019-11-26 Tom Tromey <tom@tromey.com>
521
522 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
523 name of worker thread.
524 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
525 pthread_setname_np.
526 * configure, config.in: Rebuild.
527
971db5e2
TT
5282019-11-26 Tom Tromey <tom@tromey.com>
529
530 * python/python.c (class gdbpy_gil): New.
531 (struct gdbpy_event): Add constructor, destructor, operator().
532 (gdbpy_post_event): Use run_on_main_thread.
533 (gdbpy_initialize_events): Remove.
534 (do_start_initialization): Update.
535
22138db6
TT
5362019-11-26 Tom Tromey <tom@tromey.com>
537
538 * NEWS: Add entry.
539 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
540 commands. Call update_thread_pool_size.
541 (update_thread_pool_size, maintenance_set_worker_threads): New
542 functions.
543 (n_worker_threads): New global.
544
d55c9a68
TT
5452019-11-26 Christian Biesinger <cbiesinger@google.com>
546 Tom Tromey <tom@tromey.com>
547
548 * minsyms.c (minimal_symbol_reader::install): Use
549 parallel_for_each.
550 * gdbsupport/parallel-for.h: New file.
551 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
552
a0b57563
CB
5532019-11-26 Christian Biesinger <cbiesinger@google.com>
554 Tom Tromey <tom@tromey.com>
555
556 * gdbsupport/thread-pool.h: New file.
557 * gdbsupport/thread-pool.c: New file.
558 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
559 (HFILES_NO_SRCDIR): Add thread-pool.h.
560
3b3978bc
TT
5612019-11-26 Tom Tromey <tom@tromey.com>
562
563 * event-top.h (thread_local_segv_handler): Declare.
564 * event-top.c (thread_local_segv_handler): New global.
565 (install_handle_sigsegv, handle_sigsegv): New functions.
566 (async_init_signals): Install SIGSEGV handler.
567 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
568 thread-local.
569 (report_failed_demangle): New function.
570 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
571 handler-setting code, instead use segv_handler. Run warning code
572 on main thread.
573
9411c49e
TT
5742019-11-26 Tom Tromey <tom@tromey.com>
575
576 * run-on-main-thread.c: New file.
577 * run-on-main-thread.h: New file.
578 * unittests/main-thread-selftests.c: New file.
579 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
580 main-thread-selftests.c.
581 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
582 (COMMON_SFILES): Add run-on-main-thread.c.
583
c3efb965
TT
5842019-11-26 Tom Tromey <tom@tromey.com>
585
586 * main.c (setup_alternate_signal_stack): Remove.
587 (captured_main_1): Use gdb::alternate_signal_stack.
588 * gdbsupport/alt-stack.h: New file.
589
21987b9c
TT
5902019-11-26 Tom Tromey <tom@tromey.com>
591
592 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
593 Remove comment.
594 (save_original_signals_state, restore_original_signals_state): Use
595 gdb_sigmask.
596 * linux-nat.c (block_child_signals, restore_child_signals_mask)
597 (_initialize_linux_nat): Use gdb_sigmask.
598 * guile/guile.c (_initialize_guile): Use block_signals.
599 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
600 * gdbsupport/gdb-sigmask.h: New file.
601 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
602 * cp-support.c (gdb_demangle): Use gdb_sigmask.
603 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
604 pthread_sigmask.
605 * configure, config.in: Rebuild.
606 * gdbsupport/block-signals.h: New file.
607
5e030278
TT
6082019-11-26 Tom Tromey <tom@tromey.com>
609
610 * acinclude.m4: Include ax_pthread.m4.
611 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
612 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
613 (CLIBS): Use PTHREAD_LIBS.
614 (aclocal_m4_deps): Add ax_pthread.m4.
615 * config.in, configure: Rebuild.
616 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
617
5a79c107
TT
6182019-11-26 Tom Tromey <tom@tromey.com>
619
620 * symtab.h (struct minimal_symbol) <name_set>: New member.
621 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
622 Don't call symbol_set_names.
623 (minimal_symbol_reader::install): Call symbol_set_names.
624
aa369509
PW
6252019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
626
627 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
628 restore_active_ext_lang, as GIL is needed for (indirectly)
629 called PyOS_InterruptOccurred.
630
cadc9cb8
SM
6312019-11-26 Simon Marchi <simon.marchi@efficios.com>
632
633 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
634 definition.
635
d04afd58
SM
6362019-11-26 Simon Marchi <simon.marchi@efficios.com>
637
638 * remote-sim.c (simulator_command): Make static, remove
639 declaration.
640
dd694d77
SM
6412019-11-26 Simon Marchi <simon.marchi@efficios.com>
642
643 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
644 static.
645 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
646 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
647 (main): Likewise.
648 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
649 (main): Likewise.
650 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
651 (main): Likewise.
652 * unittests/basic_string_view/element_access/char/1.cc (test01):
653 Likewise.
654 (main): Likewise.
655 * unittests/basic_string_view/element_access/char/empty.cc (main):
656 Likewise.
657 * unittests/basic_string_view/element_access/char/front_back.cc
658 (test01): Likewise.
659 (main): Likewise.
660 * unittests/basic_string_view/inserters/char/2.cc (test05):
661 Likewise.
662 (main): Likewise.
663 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
664 (test01): Likewise.
665 (main): Likewise.
666 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
667 (test01): Likewise.
668 (main): Likewise.
669 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
670 Likewise.
671 * unittests/basic_string_view/operations/compare/char/1.cc
672 (test01): Likewise.
673 (main): Likewise.
674 * unittests/basic_string_view/operations/compare/char/13650.cc
675 (test01): Likewise.
676 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
677 Likewise.
678 (main): Likewise.
679 * unittests/basic_string_view/operations/data/char/1.cc (test01):
680 Likewise.
681 (main): Likewise.
682 * unittests/basic_string_view/operations/find/char/1.cc (test01):
683 Likewise.
684 (main): Likewise.
685 * unittests/basic_string_view/operations/find/char/2.cc (test02):
686 Likewise.
687 (main): Likewise.
688 * unittests/basic_string_view/operations/find/char/3.cc (test03):
689 Likewise.
690 (main): Likewise.
691 * unittests/basic_string_view/operations/find/char/4.cc (main):
692 Likewise.
693 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
694 Likewise.
695 (main): Likewise.
696 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
697 Likewise.
698 (main): Likewise.
699 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
700 Likewise.
701 (main): Likewise.
702 * unittests/basic_string_view/operations/substr/char/1.cc
703 (test01): Likewise.
704 (main): Likewise.
705 * unittests/basic_string_view/operators/char/2.cc (main):
706 Likewise.
707 * unittests/optional/assignment/1.cc (test): Likewise.
708 * unittests/optional/assignment/2.cc (test): Likewise.
709 * unittests/optional/assignment/3.cc (test): Likewise.
710 * unittests/optional/assignment/4.cc (test): Likewise.
711 * unittests/optional/assignment/5.cc (test): Likewise.
712 * unittests/optional/assignment/6.cc (test): Likewise.
713 * unittests/optional/assignment/7.cc (test): Likewise.
714 * unittests/optional/cons/copy.cc (test): Likewise.
715 * unittests/optional/cons/default.cc (test): Likewise.
716 * unittests/optional/cons/move.cc (test): Likewise.
717 * unittests/optional/cons/value.cc (test): Likewise.
718 * unittests/optional/in_place.cc (test): Likewise.
719 * unittests/optional/observers/1.cc (test): Likewise.
720 * unittests/optional/observers/2.cc (test): Likewise.
721
3b5c1d49
SM
7222019-11-26 Simon Marchi <simon.marchi@efficios.com>
723
724 * tui-win.h (tui_set_var_cmd): Remove.
725 * tui-win.c (tui_set_var_cmd): Make static.
726
adce99fe
SM
7272019-11-26 Simon Marchi <simon.marchi@efficios.com>
728
729 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
730 rbreak_command_wrapper): Remove.
731 * symtab.c (rbreak_command_wrapper): Remove.
732
fe3adccf
SM
7332019-11-26 Simon Marchi <simon.marchi@efficios.com>
734
735 * inferior.h (info_terminal_command): Remove declaration.
736 * inflow.c (info_terminal_command): Make static.
737
b926335f
SM
7382019-11-26 Simon Marchi <simon.marchi@efficios.com>
739
740 * inferior.c (exit_inferior_silent): Remove.
741
b62f6f54
SM
7422019-11-26 Simon Marchi <simon.marchi@efficios.com>
743
744 * dictionary.c (dict_empty, mdict_empty): Remove.
745 * dictionary.c (mdict_empty): Remove.
746
cb8c24b6
SM
7472019-11-26 Simon Marchi <simon.marchi@efficios.com>
748
749 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
750 (arc_insn_get_memory_offset): Likewise.
751 (arc_insn_dump): Likewise.
752 * cp-support.c (test_cp_symbol_name_matches): Likewise.
753 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
754 * dictionary.c (dict_iterator_next): Likewise.
755 (dict_iter_match_first): Likewise.
756 (dict_iter_match_next): Likewise.
757 * f-lang.c (evaluate_subexp_f): Likewise.
758 * hppa-tdep.c (hppa_read_pc): Likewise.
759 * i386-tdep.c (i386_floatformat_for_type): Likewise.
760 * parse.c (write_exp_elt_msym): Likewise.
761 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
762 * remote.c (remote_packet_size): Likewise.
763 (remote_notif_stop_parse): Likewise.
764 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
765 * s12z-tdep.c (s12z_disassemble_info): Likewise.
766 * source.c (prepare_path_for_appending): Likewise.
767 * sparc64-linux-tdep.c
768 (sparc64_linux_handle_segmentation_fault); Likewise.
769 * stack.c (frame_selection_by_function_completer): Likewise.
770
781597ff
SM
7712019-11-26 Simon Marchi <simon.marchi@efficios.com>
772
773 * completer.c (set_gdb_completion_word_break_characters):
774 Remove.
775
23baa4cc
SM
7762019-11-26 Simon Marchi <simon.marchi@efficios.com>
777
778 * dwarf-index-write.c: Include dwarf-index-write.h.
779 * mi/mi-interp.c: Include mi/mi-interp.h.
780
23767560
SM
7812019-11-26 Simon Marchi <simon.marchi@efficios.com>
782
783 * aarch32-tdep.c: Include aarch32-tdep.h.
784 * aarch32-tdep.h: Forward-declare struct target_desc.
785
6d91ce9a
CB
7862019-11-26 Christian Biesinger <cbiesinger@google.com>
787
788 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
789 strerror.
790 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
791 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
792
3cf2f237
TV
7932019-11-25 Tom de Vries <tdevries@suse.de>
794
795 * contrib/words.sh: Add -c option.
796
5b89c67a
CB
7972019-11-25 Christian Biesinger <cbiesinger@google.com>
798
799 * solib.c (solib_find_1): Change int to bool.
800 (exec_file_find): Change int to bool.
801 (solib_find): Change int to bool.
802 (solib_read_symbols): Change int to bool.
803 (solib_used): Change int to bool.
804 (solib_add): Change int to bool.
805 (info_sharedlibrary_command): Change int to bool.
806 (solib_contains_address_p): Change int to bool.
807 (solib_keep_data_in_core): Change int to bool.
808 (in_solib_dynsym_resolve_code): Change int to bool.
809 (reload_shared_libraries_1): Change int to bool.
810 (gdb_sysroot_changed): Change int to bool.
811 * solib.h (solib_read_symbols): Change int to bool.
812 (solib_contains_address_p): Change int to bool.
813 (solib_keep_data_in_core): Change int to bool.
814 (in_solib_dynsym_resolve_code): Change int to bool.
815 (libpthread_name_p): Change int to bool.
816
6cc8564b
LM
8172019-11-25 Luis Machado <luis.machado@linaro.org>
818
819 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
820 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
821 (remote_packet_max_chars): New static global.
822 (show_remote_packet_max_chars): New function.
823 (remote_target::putpkt_binary): Adjust to use new
824 remote_packet_max_chars option.
825 (remote_target::getpkt_or_notif_sane_1): Likewise.
826 (_initialize_remote): Register new remote-packet-max-chars option.
827
a7cdaa91
SM
8282019-11-24 Simon Marchi <simon.marchi@efficios.com>
829
830 * m68k-linux-nat.c: Include gdbarch.h.
831
26abc753
TT
8322019-11-24 Tom Tromey <tom@tromey.com>
833
834 * symfile.c (read_symbols): Update.
835 * psymtab.c (require_partial_symbols): Change type of "verbose" to
836 bool.
837 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
838 (psym_lookup_symbol, psym_find_last_source_symtab)
839 (psym_forget_cached_source_info, psym_print_stats)
840 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
841 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
842 (psym_map_matching_symbols, psym_expand_symtabs_matching)
843 (psym_find_compunit_symtab_by_address)
844 (maintenance_print_psymbols, maintenance_info_psymtabs)
845 (maintenance_check_psymtabs): Update.
846 * psymtab.h (require_partial_symbols): Change type of "verbose" to
847 bool.
848
012fc909
TT
8492019-11-22 Tom Tromey <tom@tromey.com>
850
851 * observable.h: Update comments.
852
c83d8d32
TT
8532019-11-22 Tom Tromey <tromey@adacore.com>
854
855 * ada-tasks.c (ada_task_is_alive): Make parameter const.
856 (print_ada_task_info): Don't try to fetch thread id if task is not
857 alive.
858
987012b8
CB
8592019-11-22 Christian Biesinger <cbiesinger@google.com>
860
861 * ada-exp.y: Update.
862 * ada-lang.c (sort_choices): Update.
863 (ada_print_symbol_signature): Update.
864 (resolve_subexp): Update.
865 (ada_parse_renaming): Update.
866 (ada_read_renaming_var_value): Update.
867 (lesseq_defined_than): Update.
868 (remove_extra_symbols): Update.
869 (remove_irrelevant_renamings): Update.
870 (ada_add_block_symbols): Update.
871 (ada_collect_symbol_completion_matches): Update.
872 (ada_is_renaming_symbol): Update.
873 (aggregate_assign_from_choices): Update.
874 (ada_evaluate_subexp): Update.
875 (ada_has_this_exception_support): Update.
876 (ada_is_non_standard_exception_sym): Update.
877 (ada_add_exceptions_from_frame): Update.
878 (ada_add_global_exceptions): Update.
879 (ada_print_subexp): Update.
880 * ax-gdb.c (gen_var_ref): Update.
881 (gen_maybe_namespace_elt): Update.
882 (gen_expr_for_cast): Update.
883 (gen_expr): Update.
884 * block.h: Update.
885 * blockframe.c (find_pc_partial_function): Update.
886 * breakpoint.c (print_breakpoint_location): Update.
887 (update_static_tracepoint): Update.
888 * btrace.c (ftrace_print_function_name): Update.
889 (ftrace_function_switched): Update.
890 * buildsym.c (find_symbol_in_list): Update.
891 * c-exp.y: Update.
892 * c-typeprint.c (c_print_typedef): Update.
893 (c_type_print_template_args): Update.
894 * cli/cli-cmds.c (edit_command): Update.
895 (list_command): Update.
896 (print_sal_location): Update.
897 * coffread.c (patch_opaque_types): Update.
898 (process_coff_symbol): Update.
899 (coff_read_enum_type): Update.
900 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
901 (convert_one_symbol): Update.
902 (hash_symname): Update.
903 (eq_symname): Update.
904 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
905 * compile/compile-cplus-types.c (debug_print_scope): Update.
906 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
907 * compile/compile-object-load.c (get_out_value_type): Update.
908 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
909 (search_symbol_list): Update.
910 (cp_lookup_symbol_imports_or_template): Update.
911 * cp-support.c (overload_list_add_symbol): Update.
912 * ctfread.c (psymtab_to_symtab): Update.
913 * dbxread.c (cp_set_block_scope): Update.
914 * dictionary.c (iter_match_first_hashed): Update.
915 (iter_match_next_hashed): Update.
916 (insert_symbol_hashed): Update.
917 (iter_match_next_linear): Update.
918 * dictionary.h: Update.
919 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
920 (locexpr_describe_location_piece): Update.
921 (locexpr_describe_location_1): Update.
922 (locexpr_generate_c_location): Update.
923 (loclist_describe_location): Update.
924 (loclist_generate_c_location): Update.
925 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
926 (read_func_scope): Update.
927 (process_enumeration_scope): Update.
928 (new_symbol): Update.
929 (dwarf2_const_value): Update.
930 (dwarf2_symbol_mark_computed): Update.
931 * eval.c (evaluate_funcall): Update.
932 (evaluate_subexp_standard): Update.
933 * expprint.c (print_subexp_standard): Update.
934 (dump_subexp_body_standard): Update.
935 * f-valprint.c (info_common_command_for_block): Update.
936 * findvar.c (get_hosting_frame): Update.
937 (default_read_var_value): Update.
938 * go-lang.c (go_symbol_package_name): Update.
939 * guile/scm-block.c (bkscm_print_block_smob): Update.
940 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
941 (gdbscm_symbol_name): Update.
942 (gdbscm_symbol_linkage_name): Update.
943 (gdbscm_symbol_print_name): Update.
944 * infcall.c (get_function_name): Update.
945 * infcmd.c (jump_command): Update.
946 (finish_command): Update.
947 * infrun.c (insert_exception_resume_breakpoint): Update.
948 * linespec.c (canonicalize_linespec): Update.
949 (create_sals_line_offset): Update.
950 (convert_linespec_to_sals): Update.
951 (complete_label): Update.
952 (find_label_symbols_in_block): Update.
953 * m2-typeprint.c (m2_print_typedef): Update.
954 * mdebugread.c (mdebug_reg_to_regnum): Update.
955 (parse_symbol): Update.
956 (mylookup_symbol): Update.
957 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
958 (list_args_or_locals): Update.
959 * objc-lang.c (compare_selectors): Update.
960 (info_selectors_command): Update.
961 (compare_classes): Update.
962 (info_classes_command): Update.
963 (find_imps): Update.
964 * p-typeprint.c (pascal_print_typedef): Update.
965 * printcmd.c (build_address_symbolic): Update.
966 (info_address_command): Update.
967 (print_variable_and_value): Update.
968 * python/py-framefilter.c (extract_sym): Update.
969 (py_print_single_arg): Update.
970 * python/py-symbol.c (sympy_str): Update.
971 (sympy_get_name): Update.
972 (sympy_get_linkage_name): Update.
973 * python/python.c (gdbpy_rbreak): Update.
974 * record-btrace.c (btrace_get_bfun_name): Update.
975 (btrace_call_history): Update.
976 * rust-lang.c (rust_print_typedef): Update.
977 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
978 * stabsread.c (stab_reg_to_regnum): Update.
979 (define_symbol): Update.
980 (read_enum_type): Update.
981 (common_block_end): Update.
982 (cleanup_undefined_types_1): Update.
983 (scan_file_globals): Update.
984 * stack.c (print_frame_arg): Update.
985 (print_frame_args): Update.
986 (find_frame_funname): Update.
987 (info_frame_command_core): Update.
988 (iterate_over_block_locals): Update.
989 (print_block_frame_labels): Update.
990 (do_print_variable_and_value): Update.
991 (iterate_over_block_arg_vars): Update.
992 (return_command): Update.
993 * symmisc.c (dump_symtab_1): Update.
994 (print_symbol): Update.
995 * symtab.c (eq_symbol_entry): Update.
996 (symbol_cache_dump): Update.
997 (lookup_language_this): Update.
998 (find_pc_sect_line): Update.
999 (skip_prologue_sal): Update.
1000 (symbol_search::compare_search_syms): Update.
1001 (treg_matches_sym_type_name): Update.
1002 (search_symbols): Update.
1003 (print_symbol_info): Update.
1004 (rbreak_command): Update.
1005 (completion_list_add_symbol): Update.
1006 (find_gnu_ifunc): Update.
1007 (get_symbol_address): Update.
1008 (search_module_symbols): Update.
1009 (info_module_subcommand): Update.
1010 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
1011 (SYMBOL_LINKAGE_NAME): Remove.
1012 (SYMBOL_DEMANGLED_NAME): Remove.
1013 (SYMBOL_PRINT_NAME): Remove.
1014 (SYMBOL_SEARCH_NAME): Remove.
1015 * tracepoint.c (set_traceframe_context): Update.
1016 (validate_actionline): Update.
1017 (collection_list::collect_symbol): Update.
1018 (encode_actions_1): Update.
1019 (info_scope_command): Update.
1020 (print_one_static_tracepoint_marker): Update.
1021 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
1022 * valops.c (address_of_variable): Update.
1023 (find_overload_match): Update.
1024 (find_oload_champ): Update.
1025
c9d95fa3
CB
10262019-11-22 Christian Biesinger <cbiesinger@google.com>
1027
1028 * ada-lang.c (ada_lookup_simple_minsym): Update.
1029 (ada_collect_symbol_completion_matches): Update.
1030 * ada-tasks.c (read_atcb): Update.
1031 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
1032 (amd64_windows_skip_trampoline_code): Update.
1033 * arm-tdep.c (skip_prologue_function): Update.
1034 (arm_skip_stack_protector): Update.
1035 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
1036 (arm_wince_skip_main_prologue): Update.
1037 * ax-gdb.c (gen_expr): Update.
1038 * block.c (call_site_for_pc): Update.
1039 * blockframe.c (find_pc_partial_function): Update.
1040 * breakpoint.c (set_breakpoint_location_function): Update.
1041 * btrace.c (ftrace_print_function_name): Update.
1042 (ftrace_function_switched): Update.
1043 * c-valprint.c (print_unpacked_pointer): Update.
1044 * coffread.c (coff_symfile_read): Update.
1045 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
1046 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
1047 * dwarf-index-write.c (write_psymbols): Update.
1048 * dwarf2loc.c (call_site_to_target_addr): Update.
1049 (func_verify_no_selftailcall): Update.
1050 (tailcall_dump): Update.
1051 (call_site_find_chain_1): Update.
1052 (dwarf_expr_reg_to_entry_parameter): Update.
1053 * elfread.c (elf_gnu_ifunc_record_cache): Update.
1054 * eval.c (evaluate_funcall): Update.
1055 (evaluate_subexp_standard): Update.
1056 (evaluate_subexp_for_sizeof): Update.
1057 * expprint.c (print_subexp_standard): Update.
1058 (dump_subexp_body_standard): Update.
1059 * frame.c (get_prev_frame_always_1): Update.
1060 * frv-tdep.c (frv_skip_main_prologue): Update.
1061 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
1062 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
1063 (gnuv3_get_typename_from_type_info): Update.
1064 (gnuv3_skip_trampoline): Update.
1065 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1066 * i386-tdep.c (i386_skip_main_prologue): Update.
1067 (i386_pe_skip_trampoline_code): Update.
1068 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1069 * infcall.c (get_function_name): Update.
1070 * linespec.c (minsym_found): Update.
1071 * linux-fork.c (info_checkpoints_command): Update.
1072 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1073 (m32c_m16c_pointer_to_address): Update.
1074 * maint.c (maintenance_translate_address): Update.
1075 * minsyms.c (add_minsym_to_hash_table): Update.
1076 (add_minsym_to_demangled_hash_table): Update.
1077 (lookup_minimal_symbol_mangled): Update.
1078 (lookup_minimal_symbol_demangled): Update.
1079 (lookup_minimal_symbol_linkage): Update.
1080 (lookup_minimal_symbol_text): Update.
1081 (lookup_minimal_symbol_by_pc_name): Update.
1082 (minimal_symbol_is_less_than): Update.
1083 (compact_minimal_symbols): Update.
1084 (build_minimal_symbol_hash_tables): Update.
1085 (find_solib_trampoline_target): Update.
1086 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1087 (mips_skip_pic_trampoline_code): Update.
1088 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1089 * objc-lang.c (info_selectors_command): Update.
1090 (info_classes_command): Update.
1091 (find_methods): Update.
1092 (find_imps): Update.
1093 * p-valprint.c (pascal_val_print): Update.
1094 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1095 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1096 * printcmd.c (build_address_symbolic): Update.
1097 (info_symbol_command): Update.
1098 * psymtab.c (psymbol_name_matches): Update.
1099 (match_partial_symbol): Update.
1100 (lookup_partial_symbol): Update.
1101 (print_partial_symbols): Update.
1102 (sort_pst_symbols): Update.
1103 (maintenance_check_psymtabs): Update.
1104 * python/py-framefilter.c (py_print_frame): Update.
1105 * python/python.c (gdbpy_rbreak): Update.
1106 * record-btrace.c (btrace_get_bfun_name): Update.
1107 (btrace_call_history): Update.
1108 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1109 (rs6000_skip_trampoline_code): Update.
1110 * sol-thread.c (info_cb): Update.
1111 * stabsread.c (scan_file_globals): Update.
1112 * stack.c (find_frame_funname): Update.
1113 (info_frame_command_core): Update.
1114 * symmisc.c (dump_msymbols): Update.
1115 * symtab.c (symbol_natural_name): Rename to..,
1116 (general_symbol_info::natural_name): ...this.
1117 (symbol_demangled_name): Rename to...
1118 (general_symbol_info::demangled_name): ...this.
1119 (symbol_search_name): Rename to...
1120 (general_symbol_info::search_name): ...this.
1121 (symbol_matches_search_name): Update.
1122 (find_pc_sect_line): Update.
1123 (skip_prologue_sal): Update.
1124 (search_symbols): Update.
1125 (print_msymbol_info): Update.
1126 (rbreak_command): Update.
1127 (completion_list_add_msymbol): Update.
1128 (completion_list_objc_symbol): Update.
1129 (get_msymbol_address): Update.
1130 * symtab.h (struct general_symbol_info): Add member functions
1131 natural_name (), linkage_name (), print_name (), demangled_name (),
1132 and search_name ().
1133 (SYMBOL_NATURAL_NAME): Update.
1134 (symbol_natural_name): Move to a member function on general_symbol_info.
1135 (SYMBOL_DEMANGLED_NAME): Update.
1136 (symbol_demangled_name): Move to a member function on
1137 general_symbol_info.
1138 (SYMBOL_SEARCH_NAME): Update.
1139 (symbol_search_name): Move to a member function on general_symbol_info.
1140 (MSYMBOL_NATURAL_NAME): Remove.
1141 (MSYMBOL_LINKAGE_NAME): Remove.
1142 (MSYMBOL_PRINT_NAME): Remove.
1143 (MSYMBOL_DEMANGLED_NAME): Remove.
1144 (MSYMBOL_SEARCH_NAME): Remove.
1145 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1146
f8bab2d6
CB
11472019-11-22 Christian Biesinger <cbiesinger@google.com>
1148
1149 * symtab.c (create_demangled_names_hash): Use per_bfd->
1150 minimal_symbol_count for computing the initial size, if greater
1151 than our default size.
1152
85e7588d
TV
11532019-11-22 Tom de Vries <tdevries@suse.de>
1154
1155 * contrib/words.sh: Improve words extraction.
1156
f6180073
TV
11572019-11-22 Tom de Vries <tdevries@suse.de>
1158
1159 * contrib/words.sh: Combine sed invocations.
1160
f10ffa41
CB
11612019-11-21 Christian Biesinger <cbiesinger@google.com>
1162
1163 * Makefile.in: Update.
1164 * demangle.c: Rename to...
1165 * gdb-demangle.c: ..this.
1166 (is_cplus_marker): Change return type to bool.
1167 (_initialize_demangler): Rename to...
1168 (_initialize_gdb_demangle): ...this.
1169 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1170 * symtab.h (demangle): Remove declaration; instead include
1171 gdb-demangle.h.
1172
6ba18521
TT
11732019-11-21 Tom Tromey <tromey@adacore.com>
1174
1175 * gdbsupport/format.c (format_pieces): Parse %I64d.
1176 * unittests/format_pieces-selftests.c (test_windows_formats): New
1177 function.
1178 (run_tests): Call it.
1179
34877895
PJ
11802019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1181
1182 Byte reverse display of variables with DW_END_big, DW_END_little
1183 (DW_AT_endianity) dwarf attributes if different than the native
1184 byte order.
1185 * ada-lang.c (ada_value_binop):
1186 Use type_byte_order instead of gdbarch_byte_order.
1187 * ada-valprint.c (printstr):
1188 (ada_val_print_string):
1189 * ada-lang.c (value_pointer):
1190 (ada_value_binop):
1191 Use type_byte_order instead of gdbarch_byte_order.
1192 * c-lang.c (c_get_string):
1193 Use type_byte_order instead of gdbarch_byte_order.
1194 * c-valprint.c (c_val_print_array):
1195 Use type_byte_order instead of gdbarch_byte_order.
1196 * cp-valprint.c (cp_print_class_member):
1197 Use type_byte_order instead of gdbarch_byte_order.
1198 * dwarf2loc.c (rw_pieced_value):
1199 Use type_byte_order instead of gdbarch_byte_order.
1200 * dwarf2read.c (read_base_type): Handle DW_END_big,
1201 DW_END_little
1202 * f-lang.c (f_get_encoding):
1203 Use type_byte_order instead of gdbarch_byte_order.
1204 * findvar.c (default_read_var_value):
1205 Use type_byte_order instead of gdbarch_byte_order.
1206 * gdbtypes.c (check_types_equal):
1207 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1208 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1209 and TYPE_ENDIANITY_LITTLE if set.
1210 (type_byte_order): new function.
1211 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1212 (struct main_type) <flag_endianity_not_default>:
1213 New field.
1214 (type_byte_order): New function.
1215 * infcmd.c (default_print_one_register_info):
1216 Use type_byte_order instead of gdbarch_byte_order.
1217 * p-lang.c (pascal_printstr):
1218 Use type_byte_order instead of gdbarch_byte_order.
1219 * p-valprint.c (pascal_val_print):
1220 Use type_byte_order instead of gdbarch_byte_order.
1221 * printcmd.c (print_scalar_formatted):
1222 Use type_byte_order instead of gdbarch_byte_order.
1223 * solib-darwin.c (darwin_current_sos):
1224 Use type_byte_order instead of gdbarch_byte_order.
1225 * solib-svr4.c (solib_svr4_r_ldsomap):
1226 Use type_byte_order instead of gdbarch_byte_order.
1227 * stap-probe.c (stap_modify_semaphore):
1228 Use type_byte_order instead of gdbarch_byte_order.
1229 * target-float.c (target_float_same_format_p):
1230 Use type_byte_order instead of gdbarch_byte_order.
1231 * valarith.c (scalar_binop):
1232 (value_bit_index):
1233 Use type_byte_order instead of gdbarch_byte_order.
1234 * valops.c (value_cast):
1235 Use type_byte_order instead of gdbarch_byte_order.
1236 * valprint.c (generic_emit_char):
1237 (generic_printstr):
1238 (val_print_string):
1239 Use type_byte_order instead of gdbarch_byte_order.
1240 * value.c (unpack_long):
1241 (unpack_bits_as_long):
1242 (unpack_value_bitfield):
1243 (modify_field):
1244 (pack_long):
1245 (pack_unsigned_long):
1246 Use type_byte_order instead of gdbarch_byte_order.
1247 * findvar.c (unsigned_pointer_to_address):
1248 (signed_pointer_to_address):
1249 (unsigned_address_to_pointer):
1250 (address_to_signed_pointer):
1251 (default_read_var_value):
1252 (default_value_from_register):
1253 Use type_byte_order instead of gdbarch_byte_order.
1254 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1255 Use type_byte_order instead of gdbarch_byte_order.
1256 * riscv-tdep.c (riscv_print_one_register_info):
1257 Use type_byte_order instead of gdbarch_byte_order.
1258
87fb00ea
SM
12592019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1260
1261 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1262 (current_ui_gdb_stdin_ptr): Likewise.
1263 (current_ui_gdb_stderr_ptr): Likewise.
1264 (current_ui_gdb_stdlog_ptr): Likewise.
1265 (current_ui_current_uiout_ptr): Likewise.
1266 (gen_ret_current_ui_field_ptr): Remove.
1267
65d1cd5f
TV
12682019-11-21 Tom de Vries <tdevries@suse.de>
1269
1270 PR gdb/24956
1271 * cli/cli-script.c (execute_control_command): Only switch to
1272 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1273
9f6ad286
TT
12742019-11-19 Tom Tromey <tom@tromey.com>
1275
1276 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1277 Now static. Change type of "name".
1278 (tui_set_win_height_command): Don't copy "arg".
1279 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1280 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1281
435d3d88
AT
12822019-11-19 Ali Tamur <tamur@google.com>
1283
1284 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1285 "if (attr != nullptr)".
1286 (dwarf2_find_base_address): Likewise.
1287 (dwarf2_build_include_psymtabs): Likewise.
1288 (read_cutu_die_from_dwo): Likewise.
1289 (read_func_scope): Likewise.
1290 (read_call_site_scope): Likewise.
1291 (dwarf2_get_pc_bounds): Likewise.
1292 (dwarf2_record_block_ranges): Likewise.
1293 (dwarf2_add_field): Likewise.
1294 (dwarf2_add_member_fn): Likewise.
1295 (read_structure_type): Likewise.
1296 (read_enumeration_type): Likewise.
1297 (read_array_type): Likewise.
1298 (read_array_order): Likewise.
1299 (read_set_type): Likewise.
1300 (read_common_block): Likewise.
1301 (read_tag_reference_type): Likewise.
1302 (read_tag_string_type): Likewise.
1303 (read_subroutine_type): Likewise.
1304 (read_base_type): Likewise.
1305 (read_subrange_type): Likewise.
1306 (new_symbol): Likewise.
1307 (prepare_one_comp_unit): Likewise.
1308
c9739b6a
TT
13092019-11-19 Tom Tromey <tromey@adacore.com>
1310
1311 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1312 result in error when DebugActiveProcess fails.
1313
494409bb
SDJ
13142019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1315 Pedro Alves <palves@redhat.com>
1316
1317 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1318 * target.c (target_stack::push): Call 'unpush' if there's a
1319 target on top of the stack.
1320
2e953aca
PW
13212019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1322
1323 * python/py-block.c (blpy_dealloc): Call tp_free.
1324 (blpy_block_syms_dealloc): Likewise.
1325 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1326 * python/py-inferior.c (infpy_dealloc): Likewise.
1327 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1328 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1329 * python/py-symbol.c (sympy_dealloc): Likewise.
1330 * python/py-symtab.c (stpy_dealloc): Likewise.
1331 * python/py-type.c (typy_iterator_dealloc): Likewise.
1332
6edc43ec
CB
13332019-11-18 Christian Biesinger <cbiesinger@google.com>
1334
1335 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1336 constructor instead of using a class initializer.
1337
cd850b40
CB
13382019-11-15 Christian Biesinger <cbiesinger@google.com>
1339
1340 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1341 * configure: Regenerate.
1342 * configure.ac: Don't source common.host.
1343 * gdbsupport/common.host: Remove.
1344 * gdbsupport/mingw-strerror.c: Remove.
1345 * gdbsupport/posix-strerror.c: Rename to...
1346 * gdbsupport/safe-strerror.c: ...this.
1347
53fea9c7
CB
13482019-11-15 Christian Biesinger <cbiesinger@google.com>
1349
1350 * maint.c (scoped_command_stats::print_time): Use localtime_r
1351 instead of localtime (provided through gnulib if necessary).
1352 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1353 of ctime.
1354
f8e27d88
CB
13552019-11-15 Christian Biesinger <cbiesinger@google.com>
1356
1357 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1358 avoid compile errors.
1359
5abebf3c
CB
13602019-11-15 Christian Biesinger <cbiesinger@google.com>
1361
1362 * config.in: Regenerate.
1363 * configure: Regenerate.
1364 * gdbsupport/common.m4: No longer check for strerror_r.
1365 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1366 POSIX version of strerror_r, now that gnulib provides it if
1367 necessary.
1368
9a351667
CB
13692019-11-14 Christian Biesinger <cbiesinger@google.com>
1370
1371 * README (`configure' options): Update.
1372
55708e99
TT
13732019-11-14 Tom Tromey <tromey@adacore.com>
1374
1375 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1376 expected type for the RHS if the LHS is a convenience variable.
1377
4b09bb2e
SM
13782019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1379
1380 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1381 Provide explicit default and copy constructor.
1382
bd454f8b
PW
13832019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1384
1385 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1386 only call Py_INCREF (newbp) in the bppy_pending_object case.
1387
d1aa3cf0
TT
13882019-11-13 Tom Tromey <tromey@adacore.com>
1389
1390 PR build/25182:
1391 * psympriv.h (partial_symbol): Remove static assert.
1392 * symtab.h (general_symbol_info, symbol): Remove static assert.
1393
e06f3d6e
AB
13942019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1395
1396 * gdbsupport/format.c (format_pieces::format_pieces): Support
1397 printf 'z' size modifier.
1398 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1399 * printcmd.c (ui_printf): Handle size_t_arg.
1400 * ui-out.c (ui_out::vmessage): Likewise.
1401 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1402 function.
1403 (run_tests): Call test_format_int_sizes.
1404
468c0cbb
CB
14052019-11-12 Christian Biesinger <cbiesinger@google.com>
1406
1407 * ada-exp.y (write_ambiguous_var): Update.
1408 * buildsym.c (add_symbol_to_list): Update.
1409 * dwarf2read.c (read_variable): Update.
1410 (new_symbol): Update.
1411 * jit.c (finalize_symtab): Update.
1412 * language.c (language_alloc_type_symbol): Update.
1413 * symtab.c (fixup_symbol_section): Update.
1414 (initialize_objfile_symbol_1): Move code to...
1415 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1416 (allocate_symbol): Update.
1417 (allocate_template_symbol): Update.
1418 (get_symbol_address): Update.
1419 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1420 of having as a field, and add a constructor.
1421 (SYMBOL_VALUE): Update.
1422 (SYMBOL_VALUE_ADDRESS): Update.
1423 (SET_SYMBOL_VALUE_ADDRESS): Update.
1424 (SYMBOL_VALUE_BYTES): Update.
1425 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1426 (SYMBOL_BLOCK_VALUE): Update.
1427 (SYMBOL_VALUE_CHAIN): Update.
1428 (SYMBOL_LANGUAGE): Update.
1429 (SYMBOL_SECTION): Update.
1430 (SYMBOL_OBJ_SECTION): Update.
1431 (SYMBOL_SET_LANGUAGE): Update.
1432 (SYMBOL_SET_LINKAGE_NAME): Update.
1433 (SYMBOL_SET_NAMES): Update.
1434 (SYMBOL_NATURAL_NAME): Update.
1435 (SYMBOL_LINKAGE_NAME): Update.
1436 (SYMBOL_DEMANGLED_NAME): Update.
1437 (SYMBOL_SEARCH_NAME): Update.
1438 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1439 (struct symbol): Update.
1440 (struct template_symbol): Update.
1441 (struct rust_vtable_symbol): Update.
1442 * xcoffread.c (SYMBOL_DUP): Update.
1443
ed2c82c3
TT
14442019-11-12 Tom Tromey <tom@tromey.com>
1445
1446 * tui/tui-layout.c (show_layout): Set current_layout.
1447 (show_source_disasm_command, show_data)
1448 (show_source_or_disasm_and_command): Don't set current_layout.
1449
d9fcefd5
TT
14502019-11-12 Tom Tromey <tom@tromey.com>
1451
1452 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1453
45e42163
TT
14542019-11-12 Tom Tromey <tom@tromey.com>
1455
1456 * tui/tui-win.c (resize_message): New global.
1457 (show_tui_resize_message): New function.
1458 (tui_async_resize_screen): Print message if requested.
1459 (_initialize_tui_win): Add tui-resize-message setting.
1460 * NEWS: Add entry for new commands.
1461
c86d74cc
TT
14622019-11-11 Tom Tromey <tom@tromey.com>
1463
1464 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1465 functions.
1466
7b7b9424
CB
14672019-11-11 Christian Biesinger <cbiesinger@google.com>
1468
1469 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1470
086baaf1
AB
14712019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1472
1473 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1474 function.
1475 * python/python-internal.h (gdbpy_lookup_static_symbols):
1476 Declare new function.
1477 * python/python.c (python_GdbMethods): Add
1478 gdb.lookup_static_symbols method.
1479 * NEWS: Mention gdb.lookup_static_symbols.
1480
09ff83af
AB
14812019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1482
1483 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1484 static block of current object file first. Also fix typo in
1485 header comment.
1486
eb2dd8df
AB
14872019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1488
1489 * stack.c (set_last_displayed_sal): Delete.
1490 (last_displayed_sal_valid): Delete.
1491 (last_displayed_pspace): Delete.
1492 (last_displayed_addr): Delete.
1493 (last_displayed_symtab): Delete.
1494 (last_displayed_line): Delete.
1495 (class last_displayed_symtab_info_type): New.
1496 (last_displayed_symtab_info): New static global variable.
1497 (print_frame_info): Call methods on last_displayed_symtab_info.
1498 (clear_last_displayed_sal): Update header comment, and make use of
1499 last_displayed_symtab_info.
1500 (last_displayed_sal_is_valid): Likewise.
1501 (get_last_displayed_pspace): Likewise.
1502 (get_last_displayed_addr): Likewise.
1503 (get_last_displayed_symtab): Likewise.
1504 (get_last_displayed_line): Likewise.
1505 (get_last_displayed_sal): Likewise.
1506 * stack.h (clear_last_displayed_sal): Update header comment.
1507 (last_displayed_sal_is_valid): Likewise.
1508 (get_last_displayed_pspace): Likewise.
1509 (get_last_displayed_addr): Likewise.
1510 (get_last_displayed_symtab): Likewise.
1511 (get_last_displayed_line): Likewise.
1512 (get_last_displayed_sal): Likewise.
1513
62137775
AB
15142019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1515
1516 * stack.c (frame_show_address): Convert return type to bool.
1517 * stack.h (frame_show_address): Likewise, and update header
1518 comment.
1519
cf57ad6d
AB
15202019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1521
1522 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1523 * unittests/vec-utils-selftests.c: New file.
1524 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1525
0b026263
TT
15262019-11-10 Tom Tromey <tom@tromey.com>
1527
1528 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1529 (tui_highlight_win): Likewise.
1530 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1531 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1532 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1533 Don't set can_highlight.
1534
b049ce2d
TT
15352019-11-10 Tom Tromey <tom@tromey.com>
1536
1537 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1538 Remove unused declaration.
1539
992a7040
TT
15402019-11-08 Tom Tromey <tromey@adacore.com>
1541
1542 * top.c (read_command_file): Update.
1543 (command_line_input): Make return type const.
1544 * python/py-gdb-readline.c: Update.
1545 * linespec.c (decode_line_2): Update.
1546 * defs.h (command_line_input): Make return type const.
1547 * cli/cli-script.c (read_next_line): Make return type const.
1548 * ada-lang.c (get_selections): Update.
1549
ca3a04f6
CB
15502019-11-06 Christian Biesinger <cbiesinger@google.com>
1551
1552 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1553 * mi/mi-main.c (output_cores): Likewise.
1554 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1555 (linux_xfer_osdata_modules): Likewise.
1556 * remote.c (register_remote_support_xml): Likewise.
1557 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1558 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1559
e0eac551
TT
15602019-11-06 Tom Tromey <tom@tromey.com>
1561
1562 * tui/tui-interp.c: Don't include readline.h.
1563 * tui/tui-hooks.c: Don't include readline.h.
1564 * symmisc.c: Include tilde.h, not readline.h.
1565 * symfile.c: Include tilde.h, not readline.h.
1566 * source.c: Include tilde.h, not readline.h.
1567 * solib.c: Include tilde.h, not readline.h.
1568 * psymtab.c: Include tilde.h, not readline.h.
1569 * exec.c: Include tilde.h, not readline.h.
1570 * corelow.c: Include tilde.h, not readline.h.
1571 * cli/cli-dump.c: Include tilde.h, not readline.h.
1572 * cli/cli-cmds.c: Don't include readline.h.
1573
825165c5
TT
15742019-11-05 Tom Tromey <tom@tromey.com>
1575
1576 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1577 (tui_disassemble): Set addr_size.
1578 (tui_disasm_window::set_contents): Use addr_size.
1579
91ae903f
TT
15802019-11-05 Tom Tromey <tom@tromey.com>
1581
1582 * rust-lang.c (rust_language_defn): Update.
1583 * python/py-value.c (valpy_string): Call c_get_string.
1584 * p-lang.c (pascal_language_defn): Update.
1585 * opencl-lang.c (opencl_language_defn): Update.
1586 * objc-lang.c (objc_language_defn): Update.
1587 * m2-lang.c (m2_language_defn): Update.
1588 * language.c (unknown_language_defn, auto_language_defn): Update.
1589 (default_get_string): Remove.
1590 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1591 * go-lang.c (go_language_defn): Update.
1592 * f-lang.c (f_language_defn): Update.
1593 * d-lang.c (d_language_defn): Update.
1594 * c-lang.c (c_language_defn, cplus_language_defn)
1595 (asm_language_defn, minimal_language_defn): Update.
1596 * ada-lang.c (ada_language_defn): Update.
1597 * language.h (struct language_defn) <la_get_string>: Remove.
1598 (LA_GET_STRING): Remove.
1599 (default_get_string): Don't declare.
1600
1df2f9ef
TT
16012019-11-05 Tom Tromey <tom@tromey.com>
1602
1603 * tui/tui-source.h (struct tui_source_window): Inline
1604 constructor. Remove destructor.
1605 <style_changed, m_observable>: Move to superclass.
1606 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1607 (struct tui_source_window_base): Move private members to end.
1608 <style_changed, m_observable>: Move from tui_source_window.
1609 * tui/tui-winsource.c (tui_copy_source_line): Move from
1610 tui-source.c. Rename from copy_source_line. Add special handling
1611 for negative line number.
1612 (tui_source_window_base::style_changed): Move from
1613 tui_source_window.
1614 (tui_source_window_base): Register observer.
1615 (~tui_source_window_base): New.
1616 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1617 rename.
1618 (tui_source_window::set_contents): Use tui_copy_source_line.
1619 (tui_source_window::tui_source_window): Move to tui-source.h.
1620 (tui_source_window::~tui_source_window): Remove.
1621 (tui_source_window::style_changed): Move to superclass.
1622 * tui/tui-disasm.c (tui_disassemble): Create string file with
1623 styling, when possible. Add "addr_size" parameter.
1624 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1625 Don't compute maximum size.
1626 (len_without_escapes): New function
1627
5d051055
TT
16282019-11-05 Tom Tromey <tom@tromey.com>
1629
1630 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1631 std::string.
1632 * tui/tui-winsource.c (tui_show_source_line): Update.
1633 * tui/tui-source.c (tui_source_window::set_contents): Update.
1634 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1635
ade7beea
CB
16362019-11-05 Christian Biesinger <cbiesinger@google.com>
1637
1638 * symtab.h (gdb_static_assert): Put && operator at the beginning
1639 of the line instead of the end.
1640
3573abe1
CB
16412019-11-04 Christian Biesinger <cbiesinger@google.com>
1642
1643 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1644 and sizeof (symbol).
1645 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1646
dae8b3eb
RO
16472019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1648
1649 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1650 * configure.host: Mark *-*-solaris2.10* obsolete.
1651 * configure.tgt: Mark Solaris < 11 obsolete.
1652 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1653 Update target triplet.
1654
5df96a4e
TT
16552019-11-01 Tom Tromey <tromey@adacore.com>
1656
1657 * utils.c (print_sys_errmsg): Simplify.
1658
b7481649
TT
16592019-11-01 Tom Tromey <tromey@adacore.com>
1660
1661 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1662
e48f6033
CB
16632019-11-01 Christian Biesinger <cbiesinger@google.com>
1664
1665 * configure: Regenerate.
1666 * configure.ac: Remove check for strerror_r.
1667 * gdbsupport/common.m4: Check for strerror_r.
1668
bd5766ec
LM
16692019-11-01 Luis Machado <luis.machado@linaro.org>
1670
1671 PR gdb/25124
1672
1673 * arm-tdep.c (arm_per_objfile): Rename to ...
1674 (arm_per_bfd): ... this.
1675 (arm_objfile_data_key): Rename to ...
1676 (arm_bfd_data_key): ... this.
1677 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1678 data.
1679 (arm_record_special_symbol): Likewise.
1680
e1709896
AB
16812019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1682
1683 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1684 end.
1685 * c-typeprint.c (c_print_typedef): Likewise.
1686 * f-typeprint.c (f_print_typedef): Likewise.
1687 * m2-typeprint.c (m2_print_typedef): Likewise.
1688 * p-typeprint.c (pascal_print_typedef): Likewise.
1689 * rust-lang.c (rust_print_typedef): Likewise.
1690 * symtab.c (print_symbol_info): Print a newline after calling
1691 typedef_print.
1692
165f8965
AB
16932019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1694
1695 * symtab.c (info_module_cmdlist): New variable.
1696 (info_module_command): New function.
1697 (search_module_symbols): New function.
1698 (info_module_subcommand): New function.
1699 (struct info_modules_var_func_options): New struct.
1700 (info_modules_var_func_options_defs): New variable.
1701 (make_info_modules_var_func_options_def_group): New function.
1702 (info_module_functions_command): New function.
1703 (info_module_variables_command): New function.
1704 (info_module_var_func_command_completer): New function.
1705 (_initialize_symtab): Register new 'info module functions' and
1706 'info module variables' commands.
1707 * symtab.h (typedef symbol_search_in_module): New typedef.
1708 (search_module_symbols): Declare new function.
1709 * NEWS: Mention new commands.
1710
59c35742
AB
17112019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1712
1713 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1714 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1715 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1716 MODULES_DOMAIN.
1717 (scan_partial_symbols): Only create partial module symbols for non
1718 declarations.
1719 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1720 and MODULES_DOMAIN.
1721 * symtab.c (search_domain_name): Likewise.
1722 (search_symbols): Likewise.
1723 (print_symbol_info): Likewise.
1724 (symtab_symbol_info): Likewise.
1725 (info_modules_command): New function.
1726 (_initialize_symtab): Register 'info modules' command.
1727 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1728 * NEWS: Mention new 'info modules' command.
1729
aed61d02
PW
17302019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1731
1732 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1733 and $_gdb_maint_setting_str.
1734
9ad9b77d
PW
17352019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1736
1737 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1738 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1739 (str_value_from_setting, gdb_setting_str_internal_fn)
1740 (gdb_maint_setting_str_internal_fn): New functions.
1741 (_initialize_cli_cmds): Define the new convenience functions.
1742 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1743 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1744
8d6efaa2
CB
17452019-10-31 Christian Biesinger <cbiesinger@google.com>
1746
1747 * agent.c (set_can_use_agent): When the setting is turned on,
1748 look up agent symbols if we don't have them yet.
1749 (agent_new_objfile): Don't look up agent symbols when the agent
1750 setting is off.
1751
33cb1647
CB
17522019-10-31 Christian Biesinger <cbiesinger@google.com>
1753
1754 * config.in: Regenerate.
1755
b231e86a
CB
17562019-10-31 Christian Biesinger <cbiesinger@google.com>
1757
1758 * configure: Regenerate.
1759 * configure.ac: Check for strerror_r.
1760 * gdbsupport/common-utils.h (safe_strerror): Change return value
1761 to const char * and document that this function is now threadsafe.
1762 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1763 thread_local and call strerror_r, if available.
1764 * utils.c (perror_string): Update.
1765 (print_sys_errmsg): Update.
1766
a2726d4f
LM
17672019-10-31 Luis Machado <luis.machado@linaro.org>
1768
1769 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1770 objfile_key.
1771 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1772 objfile to fetch per-bfd data.
1773 (arm_find_exidx_entry): Likewise.
1774
75cafaa6
CB
17752019-10-31 Christian Biesinger <cbiesinger@google.com>
1776
1777 * gdbsupport/agent.c (debug_agent): Change type to bool.
1778 (use_agent): Likewise.
1779 (all_agent_symbols_look_up): Likewise.
1780 (agent_loaded_p): Change return value to bool.
1781 (agent_look_up_symbols): Update.
1782 (agent_capability_check): Change return value to bool.
1783 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1784 (debug_agent): Change type to bool.
1785 (use_agent): Likewise.
1786 (agent_capability_check): Change return value to bool.
1787
808590ec
CB
17882019-10-30 Christian Biesinger <cbiesinger@google.com>
1789
1790 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1791 (build_minimal_symbol_hash_tables): Code to clear the table moved
1792 to clear_minimal_symbol_hash_tables.
1793 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1794 when needed.
1795
f18ad8a1
SM
17962019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1797
1798 * infcmd.c: Remove includes.
1799 * infrun.c: Remove includes.
1800
de93309a
SM
18012019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1802
1803 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1804 (grow_vect): Remove declaration.
1805 (ada_type_of_array): Remove declaration.
1806 (ada_update_initial_language): Remove declaration.
1807 (ada_fold_name): Remove declaration.
1808 (ada_fill_in_ada_prototype): Remove declaration.
1809 (user_select_syms): Remove declaration.
1810 (get_selections): Remove declaration.
1811 (ada_tag_type): Remove declaration.
1812 (ada_value_tag): Remove declaration.
1813 (ada_is_others_clause): Remove declaration.
1814 (ada_in_variant): Remove declaration.
1815 (ada_value_struct_elt): Remove declaration.
1816 (ada_attribute_name): Remove declaration.
1817 (ada_system_address_type): Remove declaration.
1818 * ada-lang.c (ada_watch_location_expression): Make static.
1819 (GROW_VECT): Move here from ada-lang.h.
1820 (grow_vect): Make static.
1821 (ada_update_initial_language): Make static.
1822 (ada_fold_name): Make static.
1823 (ada_type_of_array): Make static.
1824 (encoded_ordered_before): Move up.
1825 (sort_choices): Move up.
1826 (print_signatures): Move up.
1827 (ada_print_symbol_signature): Move up.
1828 (get_selections): Move up and make static.
1829 (user_select_syms): Move up and make static.
1830 (ada_value_struct_elt): Move up and make static.
1831 (ada_tag_type): Make static.
1832 (ada_value_tag): Make static.
1833 (ada_is_others_clause): Make static.
1834 (ada_in_variant): Make static.
1835 (ada_attribute_name): Make static.
1836
cdc46a9f
SM
18372019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1838
1839 * ada-lang.c: Remove includes.
1840 * ada-typeprint.c: Remove includes.
1841 * ada-valprint.c: Remove includes.
1842
90421c56
SM
18432019-10-29 Simon Marchi <simon.marchi@efficios.com>
1844
1845 * addrmap.c: Add static assertions of type size, moved from
1846 _initialize_addrmap.
1847 (_initialize_addrmap): Remove.
1848
31edb802
CB
18492019-10-29 Christian Biesinger <cbiesinger@google.com>
1850
1851 * coffread.c (record_minimal_symbol): Update.
1852 (process_coff_symbol): Update.
1853 * dbxread.c (read_dbx_symtab): Update.
1854 * dwarf2read.c (add_partial_symbol): Update.
1855 (fixup_go_packaging): Update.
1856 (load_partial_dies): Update.
1857 (new_symbol): Update.
1858 * elfread.c (record_minimal_symbol): Change signature to use
1859 gdb::string_view instead of name+len.
1860 (elf_symtab_read): Update.
1861 (elf_rel_plt_read): Update.
1862 * mdebugread.c (parse_partial_symbols): Update.
1863 (handle_psymbol_enumerators): Update.
1864 (new_symbol): Update.
1865 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1866 to use gdb::string_view instead of name+len.
1867 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1868 * psympriv.h (add_psymbol_to_list): Likewise.
1869 * psymtab.c (add_psymbol_to_bcache): Likewise.
1870 (add_psymbol_to_list): Likewise.
1871 * stabsread.c (define_symbol): Update.
1872 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1873 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1874 (symbol_set_names): Likewise.
1875 * xcoffread.c (scan_xcoff_symtab): Update.
1876
0c921b21
CB
18772019-10-29 Christian Biesinger <cbiesinger@google.com>
1878
1879 * symtab.h (symbol_set_names): Document that copy_name must be
1880 set to true for non-nullterminated strings.
1881 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1882 linkage_name if the entry was not found and we need to demangle.
1883
35e65c49
CB
18842019-10-29 Christian Biesinger <cbiesinger@google.com>
1885
1886 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1887 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1888 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1889 * gdbsupport/gdb_binary_search.h: New file.
1890
ed2a2229
CB
18912019-10-29 Christian Biesinger <cbiesinger@google.com>
1892
1893 * NEWS: Mention new --with-system-gdbinit-dir option.
1894 * config.in: Regenerate.
1895 * configure: Regenerate.
1896 * configure.ac: Add new option --with-system-gdbinit-dir.
1897 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1898 for a ".gdb" suffix.
1899 * main.c (get_init_files): Change system_gdbinit argument to
1900 a vector and return the files in SYSTEM_GDBINIT_DIR in
1901 addition to SYSTEM_GDBINIT.
1902 (captured_main_1): Update.
1903 (print_gdb_help): Update.
1904 * top.c (print_gdb_configuration): Also print the value of
1905 SYSTEM_GDBINIT_DIR.
1906
87f34879
CB
19072019-10-28 Christian Biesinger <cbiesinger@google.com>
1908
1909 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1910 that takes gdb::string_view arguments.
1911
30baf67b
TV
19122019-10-26 Tom de Vries <tdevries@suse.de>
1913
1914 * aarch64-linux-tdep.c: Fix typos in comments.
1915 * aarch64-tdep.c: Same.
1916 * ada-lang.c: Same.
1917 * amd64-nat.c: Same.
1918 * arc-tdep.c: Same.
1919 * arch/aarch64-insn.c: Same.
1920 * block.c: Same.
1921 * breakpoint.h: Same.
1922 * btrace.h: Same.
1923 * c-varobj.c: Same.
1924 * cli/cli-decode.c: Same.
1925 * cli/cli-script.c: Same.
1926 * cli/cli-utils.h: Same.
1927 * coff-pe-read.c: Same.
1928 * coffread.c: Same.
1929 * compile/compile-cplus-symbols.c: Same.
1930 * compile/compile-object-run.c: Same.
1931 * completer.c: Same.
1932 * corelow.c: Same.
1933 * cp-support.c: Same.
1934 * demangle.c: Same.
1935 * dwarf-index-write.c: Same.
1936 * dwarf2-frame.c: Same.
1937 * dwarf2-frame.h: Same.
1938 * eval.c: Same.
1939 * frame-base.h: Same.
1940 * frame.h: Same.
1941 * gdbcmd.h: Same.
1942 * gdbtypes.h: Same.
1943 * gnu-nat.c: Same.
1944 * guile/scm-objfile.c: Same.
1945 * i386-tdep.c: Same.
1946 * i386-tdep.h: Same.
1947 * infcall.c: Same.
1948 * infcall.h: Same.
1949 * linux-nat.c: Same.
1950 * m68k-tdep.c: Same.
1951 * macroexp.c: Same.
1952 * memattr.c: Same.
1953 * mi/mi-cmd-disas.c: Same.
1954 * mi/mi-getopt.h: Same.
1955 * mi/mi-main.c: Same.
1956 * minsyms.c: Same.
1957 * nat/aarch64-sve-linux-sigcontext.h: Same.
1958 * objfiles.h: Same.
1959 * ppc-linux-nat.c: Same.
1960 * ppc-linux-tdep.c: Same.
1961 * ppc-tdep.h: Same.
1962 * progspace.h: Same.
1963 * prologue-value.h: Same.
1964 * python/py-evtregistry.c: Same.
1965 * python/py-instruction.h: Same.
1966 * record-btrace.c: Same.
1967 * record-full.c: Same.
1968 * remote.c: Same.
1969 * rs6000-tdep.c: Same.
1970 * ser-tcp.c: Same.
1971 * sol-thread.c: Same.
1972 * sparc-sol2-tdep.c: Same.
1973 * sparc64-tdep.c: Same.
1974 * stabsread.c: Same.
1975 * symfile.c: Same.
1976 * symtab.h: Same.
1977 * target.c: Same.
1978 * tracepoint.c: Same.
1979 * tui/tui-data.h: Same.
1980 * tui/tui-io.c: Same.
1981 * tui/tui-win.c: Same.
1982 * tui/tui.c: Same.
1983 * unittests/rsp-low-selftests.c: Same.
1984 * user-regs.h: Same.
1985 * utils.c: Same.
1986 * utils.h: Same.
1987 * valarith.c: Same.
1988 * valops.c: Same.
1989 * valprint.c: Same.
1990 * valprint.h: Same.
1991 * value.c: Same.
1992 * value.h: Same.
1993 * varobj.c: Same.
1994 * x86-nat.h: Same.
1995 * xtensa-tdep.c: Same.
1996
1834d45f
AT
19972019-10-25 Ali Tamur <tamur@google.com>
1998
1999 * charset.c (find_charset_names): Reflect API change.
2000
5396ae17
CB
20012019-10-25 Christian Biesinger <cbiesinger@google.com>
2002
2003 * symtab.c (struct demangled_name_entry): Change demangled name
2004 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
2005 part of the struct anymore.
2006 (symbol_set_names): No longer obstack allocate + copy the demangled
2007 name, just store the allocated name from bfd.
2008
93878f47
TT
20092019-10-25 Tom Tromey <tromey@adacore.com>
2010
2011 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
2012 (bsearch_cie_cmp, add_cie): Remove.
2013 (find_cie): Reimplement.
2014 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
2015 (dwarf2_build_frame_info): Update.
2016
7b71fc97
L
20172019-10-24 H.J. Lu <hongjiu.lu@intel.com>
2018
2019 PR gdb/25126
2020 * symfile.c (reread_symbols): Call forget_cached_source_info to
2021 clear the stale source cache.
2022
cbb5a2ea
CB
20232019-10-24 Christian Biesinger <cbiesinger@google.com>
2024
2025 * configure: Regenerate.
2026 * configure.ac: Remove code that sets python_has_threads.
2027
71737c43
CB
20282019-10-24 Christian Biesinger <cbiesinger@google.com>
2029
2030 * config.in: Regenerate.
2031 * configure: Regenerate.
2032 * configure.ac: Remove the code that uses sed to get the python
2033 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
2034
33d569b7
AB
20352019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2036
2037 * python/py-progspace.c (pspy_block_for_pc): Return None for all
2038 error paths.
2039
f16f7b7c
TT
20402019-10-23 Tom Tromey <tom@tromey.com>
2041
2042 * arc-tdep.c: Remove ".." from include.
2043 * frv-tdep.c: Remove ".." from include.
2044 * lm32-tdep.c: Remove ".." from include.
2045 * microblaze-tdep.c: Remove ".." from include.
2046 * or1k-tdep.h: Remove ".." from include.
2047 * s12z-tdep.c: Remove ".." from include.
2048 * Makefile.in (OPCODES_CFLAGS): Add comment.
2049 (TOP_CFLAGS): New variable.
2050 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
2051
6999161a
TT
20522019-10-23 Tom Tromey <tom@tromey.com>
2053
2054 * Makefile.in (READLINE_DIR): Update.
2055
12e7c35e
TBA
20562019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2057
2058 * infcall.c (call_function_by_hand_dummy): Fix the function
2059 comment. And extract out a code section into...
2060 (reserve_stack_space): ...this new function.
2061
37055cad
TBA
20622019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2063
2064 * infcall.c (value_arg_coerce): Remove an unused parameter.
2065 (call_function_by_hand_dummy): Update the call to
2066 'value_arg_coerce'.
2067
39bcc47c
TBA
20682019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2069
2070 * infcall.c (call_function_by_hand_dummy): Refactor.
2071
bd888c0f
TBA
20722019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2073
2074 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2075
c12d372d
TT
20762019-10-23 Tom Tromey <tom@tromey.com>
2077
2078 * configure: Rebuild.
2079 * configure.ac: Don't check for sigprocmask.
2080 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2081
4d0b984b
TT
20822019-10-23 Tom Tromey <tom@tromey.com>
2083
2084 * configure: Rebuild.
2085 * acinclude.m4: Use m4_include, not sinclude.
2086
7e785608
TV
20872019-10-23 Tom de Vries <tdevries@suse.de>
2088
2089 PR breakpoints/24687
2090 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2091
403772ef
CB
20922019-10-22 Christian Biesinger <cbiesinger@google.com>
2093
2094 * symtab.c (struct demangled_name_entry) <language>: Change from
2095 bitfield to regular variable.
2096
3a494279
CB
20972019-10-22 Christian Biesinger <cbiesinger@google.com>
2098
2099 * symtab.c (struct demangled_name_entry): Add a constructor.
2100 (free_demangled_name_entry): New function to call the destructor
2101 for demangled_name_entry.
2102 (create_demangled_names_hash): Pass free_demangled_name_entry to
2103 htab_create_alloc.
2104 (symbol_set_names): Call placement new for demangled_name_entry.
2105 * utils.c: No longer include xxhash.h here, now that fast_hash
2106 is inlined in the header.
2107 * utils.h: Instead, include it here.
2108
ccb1ba62
CB
21092019-10-22 Christian Biesinger <cbiesinger@google.com>
2110
2111 * Makefile.in: Link with libxxhash.
2112 * config.in: Regenerate.
2113 * configure: Regenerate.
2114 * configure.ac: Search for libxxhash.
2115 * utils.c (fast_hash): Use xxhash if present.
2116
1a6ff1a9
CB
21172019-10-22 Christian Biesinger <cbiesinger@google.com>
2118
2119 * utils.h (fast_hash): New function.
2120 * symtab.c (hash_demangled_name_entry): Call new function
2121 fast_hash.
2122
7bb43059
CB
21232019-10-22 Christian Biesinger <cbiesinger@google.com>
2124
2125 * symtab.c (struct demangled_name_entry): Change type of mangled
2126 to gdb::string_view. Also adds a constructor that takes the
2127 mangled name.
2128 (hash_demangled_name_entry): Update.
2129 (eq_demangled_name_entry): Update.
2130 (free_demangled_name_entry): New function to call the destructor
2131 now that this is not a POD anymore.
2132 (create_demangled_names_hash): Pass free_demangled_name_entry to
2133 htab_create_alloc.
2134 (symbol_set_names): Update.
2135
7ba99d21
AT
21362019-10-21 Ali Tamur <tamu@google.com>
2137
2138 * dwarf2read.c (dir_index): Change type.
2139 (file_name_index): Likewise.
2140 (line_header::include_dir_at): Change comment and implementation on
2141 whether it is DWARF 5.
2142 (line_header::is_valid_file_index): New function.
2143 (line_header::file_name_at): Change comment and implementation on
2144 whether it is DWARF 5.
2145 (line_header::file_names): Change to private field renamed as
2146 m_file_names and introduce a new accessor method.
2147 (line_header::file_names_size): New method.
2148 (line_header::include_dirs): Change to private field and rename as
2149 m_include_dirs.
2150 (dw2_get_file_names_reader): Define local var at a smaller scope and
2151 reflect API change.
2152 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2153 (process_structure_scope): Likewise.
2154 (line_header::add_include_dir): Change message and reflect renaming.
2155 (line_header::add_file_name): Likewise.
2156 (read_formatted_entries): Handle DW_FORM_data16.
2157 (dwarf_decode_line_header): Fix line header length calculation.
2158 (psymtab_include_file_name): Change comment and API.
2159 (lnp_state_machine::m_file): Update comment and reflect type change.
2160 (lnp_state_machine::record_line): Reflect type change.
2161 (dwarf_decode_lines): Reflect API change.
2162 (file_file_name): Likewise.
2163 (file_full_name): Likewise.
2164
45f47c3a
AB
21652019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2166
2167 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2168
e5f3c0e3
TT
21692019-10-21 Tom Tromey <tom@tromey.com>
2170
2171 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2172
a0a461e5
TT
21732019-10-21 Tom Tromey <tom@tromey.com>
2174
2175 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2176 NM_H. Use AC_CONFIG_LINKS.
2177 * configure: Rebuild.
2178 * Makefile.in (NM_H): New variable.
2179 (generated_files): Add NM_H. Remove gcore.
2180 (nm.h, stamp-nmh): New targets.
2181
54d83b8d
TT
21822019-10-20 Tom Tromey <tom@tromey.com>
2183
2184 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2185 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2186 obsolete comment.
2187 (put_objfile_before): Now static.
2188
23771117
SM
21892019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2190
2191 * gdbsupport/common-utils.h (startswith): Change return type to
2192 bool.
2193
39ef2f62
CB
21942019-10-19 Christian Biesinger <cbiesinger@google.com>
2195
2196 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2197 * breakpoint.c (bp_locations_compare): Rename to...
2198 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2199 (update_global_location_list): Use std::sort instead of qsort.
2200 * buildsym.c (compare_line_numbers): Rename to...
2201 (lte_is_less_than): ...this, and change to std::sort semantics.
2202 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2203 instead of qsort.
2204 * disasm.c (compare_lines): Rename to...
2205 (line_is_less_than): ...this, and change to std::sort semantics.
2206 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2207 of qsort.
2208 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2209 (fde_is_less_than): ...this, and change to std::sort semantics.
2210 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2211 * mdebugread.c (compare_blocks):
2212 (block_is_less_than): ...this, and change to std::sort semantics.
2213 (sort_blocks): Call std::sort instead of qsort.
2214 * objfiles.c (qsort_cmp): Rename to...
2215 (sort_cmp): ...this, and change to std::sort semantics.
2216 (update_section_map): Call std::sort instead of qsort.
2217 * remote.c (compare_pnums): Remove.
2218 (map_regcache_remote_table): Call std::sort instead of qsort.
2219 * utils.c (compare_positive_ints): Remove.
2220 * utils.h (compare_positive_ints): Remove.
2221 * xcoffread.c (compare_lte): Remove.
2222 (arrange_linetable): Call std::sort instead of qsort.
2223
f71433ee
SDJ
22242019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2225
2226 * symfile.c (init_entry_point_info): Fix typo.
2227 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2228
85102364
TV
22292019-10-18 Tom de Vries <tdevries@suse.de>
2230
2231 * aarch64-tdep.c: Fix typos in comments.
2232 * ada-lang.c: Same.
2233 * ada-tasks.c: Same.
2234 * alpha-tdep.c: Same.
2235 * alpha-tdep.h: Same.
2236 * amd64-nat.c: Same.
2237 * amd64-windows-tdep.c: Same.
2238 * arc-tdep.c: Same.
2239 * arc-tdep.h: Same.
2240 * arch-utils.c: Same.
2241 * arm-nbsd-tdep.c: Same.
2242 * arm-tdep.c: Same.
2243 * ax-gdb.c: Same.
2244 * blockframe.c: Same.
2245 * btrace.c: Same.
2246 * c-varobj.c: Same.
2247 * coff-pe-read.c: Same.
2248 * coffread.c: Same.
2249 * cris-tdep.c: Same.
2250 * darwin-nat.c: Same.
2251 * dbxread.c: Same.
2252 * dcache.c: Same.
2253 * disasm.c: Same.
2254 * dtrace-probe.c: Same.
2255 * dwarf-index-write.c: Same.
2256 * dwarf2-frame-tailcall.c: Same.
2257 * dwarf2-frame.c: Same.
2258 * dwarf2read.c: Same.
2259 * eval.c: Same.
2260 * exceptions.c: Same.
2261 * fbsd-tdep.c: Same.
2262 * findvar.c: Same.
2263 * frame.c: Same.
2264 * frv-tdep.c: Same.
2265 * gnu-v3-abi.c: Same.
2266 * go32-nat.c: Same.
2267 * h8300-tdep.c: Same.
2268 * hppa-tdep.c: Same.
2269 * i386-linux-tdep.c: Same.
2270 * i386-tdep.c: Same.
2271 * ia64-libunwind-tdep.c: Same.
2272 * ia64-tdep.c: Same.
2273 * infcmd.c: Same.
2274 * infrun.c: Same.
2275 * linespec.c: Same.
2276 * linux-nat.c: Same.
2277 * linux-thread-db.c: Same.
2278 * machoread.c: Same.
2279 * mdebugread.c: Same.
2280 * mep-tdep.c: Same.
2281 * mn10300-tdep.c: Same.
2282 * namespace.c: Same.
2283 * objfiles.c: Same.
2284 * opencl-lang.c: Same.
2285 * or1k-tdep.c: Same.
2286 * osabi.c: Same.
2287 * ppc-linux-nat.c: Same.
2288 * ppc-linux-tdep.c: Same.
2289 * ppc-sysv-tdep.c: Same.
2290 * printcmd.c: Same.
2291 * procfs.c: Same.
2292 * record-btrace.c: Same.
2293 * record-full.c: Same.
2294 * remote-fileio.c: Same.
2295 * remote.c: Same.
2296 * rs6000-tdep.c: Same.
2297 * s12z-tdep.c: Same.
2298 * score-tdep.c: Same.
2299 * ser-base.c: Same.
2300 * ser-go32.c: Same.
2301 * skip.c: Same.
2302 * sol-thread.c: Same.
2303 * solib-svr4.c: Same.
2304 * solib.c: Same.
2305 * source.c: Same.
2306 * sparc-nat.c: Same.
2307 * sparc-sol2-tdep.c: Same.
2308 * sparc-tdep.c: Same.
2309 * sparc64-tdep.c: Same.
2310 * stabsread.c: Same.
2311 * stack.c: Same.
2312 * symfile.c: Same.
2313 * symtab.c: Same.
2314 * target-descriptions.c: Same.
2315 * target-float.c: Same.
2316 * thread.c: Same.
2317 * utils.c: Same.
2318 * valops.c: Same.
2319 * valprint.c: Same.
2320 * value.c: Same.
2321 * varobj.c: Same.
2322 * windows-nat.c: Same.
2323 * xcoffread.c: Same.
2324 * xstormy16-tdep.c: Same.
2325 * xtensa-tdep.c: Same.
2326
c5adaa19
TT
23272019-10-17 Tom Tromey <tromey@adacore.com>
2328
2329 * configure: Rebuild.
2330 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2331 in AC_CONFIG_FILES invocation.
2332 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2333 new-style config.status invocation.
2334
405feb71
TV
23352019-10-17 Tom de Vries <tdevries@suse.de>
2336
2337 * arm-nbsd-nat.c: Fix typos in comments.
2338 * arm-tdep.c: Same.
2339 * darwin-nat-info.c: Same.
2340 * dwarf2read.c: Same.
2341 * elfread.c: Same.
2342 * event-top.c: Same.
2343 * findvar.c: Same.
2344 * gdbtypes.c: Same.
2345 * hppa-tdep.c: Same.
2346 * i386-tdep.c: Same.
2347 * jit.c: Same.
2348 * main.c: Same.
2349 * mdebugread.c: Same.
2350 * moxie-tdep.c: Same.
2351 * nto-procfs.c: Same.
2352 * osabi.c: Same.
2353 * ppc-linux-tdep.c: Same.
2354 * remote.c: Same.
2355 * riscv-tdep.c: Same.
2356 * s390-tdep.c: Same.
2357 * sh-tdep.c: Same.
2358 * sparc-linux-tdep.c: Same.
2359 * sparc-nat.c: Same.
2360 * stack.c: Same.
2361 * target-descriptions.c: Same.
2362 * top.c: Same.
2363 * varobj.c: Same.
2364
befcd486
TT
23652019-10-16 Tom Tromey <tom@tromey.com>
2366
2367 * objfiles.h (struct objfile) <original_name>: Now const.
2368
17bfe554
CB
23692019-10-16 Christian Biesinger <cbiesinger@google.com>
2370
2371 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2372 pass on to sigsetjmp's second argument.
2373 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2374
950b7495
KS
23752019-10-16 Keith Seitz <keiths@redhat.com>
2376
2377 PR gdb/23567
2378 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2379 sections whose size is greater than the file size.
2380
ff371ec9
JW
23812019-10-16 Jim Wilson <jimw@sifive.com>
2382
2383 * riscv-tdep.c (riscv_gcc_target_options): New.
2384 (riscv_gnu_triplet_regexp): New.
2385 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2386 set_gdbarch_gnu_triplet_regexp.
2387
fec4e896
CB
23882019-10-16 Christian Biesinger <cbiesinger@google.com>
2389
2390 * Makefile.in: Add xml-builtin.h.
2391 * features/feature_to_c.sh: Add an include for xml-builtin.h
2392 to ensure that the compiler checks that the types match.
2393 * xml-builtin.h: New file.
2394 * xml-support.c (fetch_xml_builtin): Add missing const.
2395 * xml-support.h: Remove declaration of xml_builtins.
2396
d10eccaa
TV
23972019-10-16 Tom de Vries <tdevries@suse.de>
2398
2399 PR tdep/25096
2400 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2401 (amd64_classify_aggregate): ... here.
2402 (amd64_classify_aggregate_field): Handled fiels of nested structs
2403 recursively.
2404
745ff14e
TV
24052019-10-16 Tom de Vries <tdevries@suse.de>
2406
2407 PR tdep/24104
2408 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2409 that handles 'theclass'.
2410
791b7405
AB
24112019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2412
2413 * linespec.c (decode_digits_ordinary): Update comment.
2414 * make-target-delegates: No longer need to handle VEC case.
2415 * memrange.c (normalize_mem_ranges): Update comment.
2416 * namespace.c (add_using_directive): Update comment.
2417 * objc-lang.c (uniquify_strings): Update comment.
2418 * ppc-linux-nat.c (struct thread_points): Update comment.
2419 * probe.h (find_probes_in_objfile): Update comment.
2420 * target.h (enum flash_preserve_mode): Update comment.
2421 * varobj.c (varobj_restrict_range): Update comment.
2422 * varobj.h (varobj_list_children): Update comment.
2423
0dc32745
AB
24242019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2425
2426 * Makefile.in: Remove references to vec.h and vec.c.
2427 * aarch64-tdep.c: No longer include vec.h.
2428 * ada-lang.c: Likewise.
2429 * ada-lang.h: Likewise.
2430 * arm-tdep.c: Likewise.
2431 * ax.h: Likewise.
2432 * breakpoint.h: Likewise.
2433 * charset.c: Likewise.
2434 * cp-support.h: Likewise.
2435 * dtrace-probe.c: Likewise.
2436 * dwarf2read.c: Likewise.
2437 * extension.h: Likewise.
2438 * gdb_bfd.c: Likewise.
2439 * gdbsupport/gdb_vecs.h: Likewise.
2440 * gdbsupport/vec.c: Remove.
2441 * gdbsupport/vec.h: Remove.
2442 * gdbthread.h: Likewise.
2443 * guile/scm-type.c: Likewise.
2444 * inline-frame.c: Likewise.
2445 * machoread.c: Likewise.
2446 * memattr.c: Likewise.
2447 * memrange.h: Likewise.
2448 * namespace.h: Likewise.
2449 * nat/linux-btrace.h: Likewise.
2450 * osdata.c: Likewise.
2451 * parser-defs.h: Likewise.
2452 * progspace.h: Likewise.
2453 * python/py-type.c: Likewise.
2454 * record-btrace.c: Likewise.
2455 * rust-exp.y: Likewise.
2456 * solib-target.c: Likewise.
2457 * stap-probe.c: Likewise.
2458 * target-descriptions.c: Likewise.
2459 * target-memory.c: Likewise.
2460 * target.h: Likewise.
2461 * varobj.c: Likewise.
2462 * varobj.h: Likewise.
2463 * xml-support.h: Likewise.
2464
ae640021
AB
24652019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2466
2467 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2468 Update for new std::vector based implementation.
2469 (process_psymtab_comp_unit_reader): Likewise.
2470 (scan_partial_symbols): Likewise.
2471 (recursively_compute_inclusions): Likewise.
2472 (compute_compunit_symtab_includes): Likewise.
2473 (process_imported_unit_die): Likewise.
2474 (queue_and_load_dwo_tu): Likewise.
2475 (follow_die_sig_1): Likewise.
2476 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2477 (typedef dwarf2_per_cu_ptr): Remove.
2478 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2479 function.
2480 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2481 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2482 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2483 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2484 std::vector.
2485
55dfc88f
TT
24862019-10-15 Tom Tromey <tromey@adacore.com>
2487
2488 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2489 TID.
2490
96b49c5e
TT
24912019-10-15 Tom Tromey <tromey@adacore.com>
2492
2493 * windows-nat.c (windows_nat_target::fetch_registers)
2494 (windows_nat_target::store_registers): Rename "pid" to "tid".
2495
953cff56
TT
24962019-10-15 Tom Tromey <tromey@adacore.com>
2497
2498 * gdbarch.h, gdbarch.c: Rebuild.
2499 * gdbarch.sh (gcc_target_options): Change return type to
2500 std::string.
2501 * compile/compile.c (get_args): Update.
2502 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2503 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2504 std::string.
2505 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2506 std::string.
2507 * arch-utils.c (default_gcc_target_options): Return std::string.
2508 * arch-utils.h (default_gcc_target_options): Return std::string.
2509 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2510
81e6b8eb
CB
25112019-10-15 Christian Biesinger <cbiesinger@google.com>
2512
2513 * breakpoint.c (breakpoint_chain): Make static.
2514 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2515 of accessing breakpoint_chain.
2516
95da600f
CB
25172019-10-15 Christian Biesinger <cbiesinger@google.com>
2518
2519 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2520 to a gdb::function_view and return value to bool.
2521 * breakpoint.h (iterate_over_breakpoints): Likewise.
2522 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2523 (pop_dummy_frame): Update.
2524 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2525 (gdbscm_breakpoints): Update.
2526 * python/py-breakpoint.c (build_bp_list): Update.
2527 (gdbpy_breakpoints): Update.
2528 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2529 Update.
2530 (bpfinishpy_handle_stop): Update.
2531 (bpfinishpy_handle_exit): Update.
2532 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2533 (svr4_update_solib_event_breakpoints): Update.
2534
ba18312d
AA
25352019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2536
2537 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2538 when unwrapping single-field structs.
2539
6acc1a0b
SM
25402019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2541
2542 * dwarf2read.c: Remove includes.
2543
284782de
SM
25442019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2545
2546 * ui-out.c (ui_out::call_do_message): Silence
2547 -Wformat-nonliteral warning.
2548
073bbbb0
SM
25492019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2550
2551 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2552 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2553 include: readline/tilde.h.
2554
7b9a15e1
CB
25552019-10-12 Christian Biesinger <cbiesinger@google.com>
2556
2557 * remote.c (remote_target::get_trace_status): Remove declaration of
2558 trace_regblock_size.
2559
cc8dee1f
CB
25602019-10-12 Christian Biesinger <cbiesinger@google.com>
2561
2562 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2563 (show_user): Remove declaration of cmdlist.
2564 * cli/cli-cmds.h (max_user_call_depth): Declare.
2565 * cli/cli-script.c (execute_user_command): Remove declaration
2566 of max_user_call_depth.
2567
a83d4ef6
JW
25682019-10-11 Jim Wilson <jimw@sifive.com>
2569
5f93c5a6
JW
2570 * gdbsupport/print-utils.h (pulongest): Fix comment.
2571 (plongest): Likewise.
2572 (phex): Add missing comment, mention leading zeros.
2573 (phex_nz): Add mention of no leading zeros to comment.
2574
a83d4ef6
JW
2575 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2576 plongest instead of unsigned long long cast.
2577
26344e0c
CB
25782019-10-10 Christian Biesinger <cbiesinger@google.com>
2579
2580 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2581 for external_editor_command and gdbtk_test.
2582
c2c440a9
CB
25832019-10-10 Christian Biesinger <cbiesinger@google.com>
2584
2585 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2586 * varobj.c (varobjdebug): Move comment to...
2587 * varobj.h (varobjdebug): ...here, and declare.
2588
a31bff9d
TT
25892019-10-09 Tom Tromey <tom@tromey.com>
2590
2591 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2592 erase_data_content.
2593
7523da63
TT
25942019-10-09 Tom Tromey <tom@tromey.com>
2595
2596 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2597 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2598 * tui/tui-command.c (tui_cmd_window::resize)
2599 (tui_refresh_cmd_win): Update.
2600 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2601 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2602 * tui/tui-data.c (~tui_gen_win_info): Remove.
2603 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2604 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2605 (tui_redisplay_readline, tui_mld_flush)
2606 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2607 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2608 (tui_data_window::erase_data_content)
2609 (tui_data_item_window::rerender)
2610 (tui_data_item_window::refresh_window): Update.
2611 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2612 (box_win, tui_gen_win_info::make_window)
2613 (tui_gen_win_info::make_visible): Update.
2614 (tui_delete_win): Remove.
2615 * tui/tui-winsource.c
2616 (tui_source_window_base::do_erase_source_content): Update.
2617 (tui_show_source_line, tui_source_window_base::update_tab_width)
2618 (tui_source_window_base::update_exec_info): Update.
2619 * tui/tui-data.h (struct curses_deleter): New.
2620 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2621 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2622
a7798e7f
TT
26232019-10-09 Tom Tromey <tom@tromey.com>
2624
2625 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2626
5c45899e
TT
26272019-10-09 Tom Tromey <tom@tromey.com>
2628
2629 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2630 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2631
6d7fd9aa
TT
26322019-10-09 Tom Tromey <tom@tromey.com>
2633
2634 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2635 window height directly.
2636 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2637 declare.
2638 * tui/tui-layout.c (tui_default_win_height): Remove.
2639 (tui_default_win_viewport_height): Remove.
2640
d2dd1084
TT
26412019-10-09 Tom Tromey <tom@tromey.com>
2642
2643 * tui/tui.h: Remove comments.
2644
cff32449
TV
26452019-10-09 Tom de Vries <tdevries@suse.de>
2646
2647 * python/lib/gdb/printer/bound_registers.py: Use
2648 '^builtin_type_bound128' as regexp argument for
2649 add_builtin_pretty_printer.
2650
6a25e8a2
CB
26512019-10-09 Christian Biesinger <cbiesinger@google.com>
2652
2653 * guile/guile.c (guile_extension_script_ops): Remove forward
2654 declaration and mark as static.
2655 (guile_script_ops): Likewise.
2656 (extension_language_guile): Move further down in the file so
2657 it can reference the definitions for guile_{extension_,}script_ops.
2658
6d9d6da4
AA
26592019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2660
2661 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2662 except SORTL, DFLTCC, and KDSA.
2663
3abea05d
TT
26642019-10-08 Tom Tromey <tromey@adacore.com>
2665
2666 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2667 (struct safe_symbol_file_add_args): Remove.
2668
dde996e2
TT
26692019-10-08 Tom Tromey <tromey@adacore.com>
2670
2671 * windows-nat.c: Don't include buildsym-legacy.h.
2672
cd6fdaa1
TT
26732019-10-08 Tom Tromey <tromey@adacore.com>
2674
2675 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2676
79bb1944
CB
26772019-10-08 Christian Biesinger <cbiesinger@google.com>
2678
2679 * gdbtypes.c (overload_debug): Move comment to header.
2680 * gdbtypes.h (overload_debug): Declare.
2681 * valops.c: Remove declaration of overload_debug, instead
2682 include gdbtypes.h.
2683
34916edc
CB
26842019-10-08 Christian Biesinger <cbiesinger@google.com>
2685
2686 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2687 through _().
2688 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2689 move comment...
2690 * language.h (lang_frame_mismatch_warn): ... here. Also add
2691 declaration.
2692 * top.c (lang_frame_mismatch_warn): Remove declaration.
2693 (check_frame_language_change): Pass lang_frame_mismatch_warn
2694 through _().
2695
bad5c026
CB
26962019-10-07 Christian Biesinger <cbiesinger@google.com>
2697
2698 * c-lang.h (vtbl_ptr_name): Declare.
2699 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2700 it from the header.
2701 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2702
51f1fdc3
CB
27032019-10-07 Christian Biesinger <cbiesinger@google.com>
2704
2705 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2706 gdb_static_assert.
2707
30d1f018
WP
27082019-10-07 Weimin Pan <weimin.pan@oracle.com>
2709
606813d5
WP
2710 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2711 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
30d1f018
WP
2712 * ctfread.c: New file.
2713 * ctfread.h: New file.
2714 * elfread.c: Include ctfread.h.
2715 (struct elfinfo text_p): New member ctfsect.
2716 (elf_locate_sections): Mark CTF section.
2717 (elf_symfile_read): Call elfctf_build_psymtabs.
2718 * Makefile.in (LIBCTF): Add.
2719 (CLIBS): Use it.
2720 (CDEPS): Likewise.
2721 (DIST): Add ctfread.c.
606813d5
WP
2722
27232019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2724
2725 * ctfread.c (struct nextfield): Renamed to ...
2726 (struct ctf_nextfield): ... this.
2727 (struct field_info): Renamed to ...
2728 (strut ctf_field_info): ... this.
2729 (attach_fields_to_type): Update for renamed structures.
2730 (ctf_add_member_cb): Likewise.
2731 (ctf_add_enum_member_cb): Likewise.
2732 (process_struct_members): Likewise.
2733 (process_enum_type): Likewise.
30d1f018 2734
518fe38c
WP
27352019-10-07 Weimin Pan <weimin.pan@oracle.com>
2736
2737 * tracectf.h: Rename, was ctf.h.
2738 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2739 * tracefile.c: Likewise.
2740 * tracepoint.c: Remove unused include ctf.h.
2741 * mi/mi-main.c: Likewise.
2742 * Makefile.in Replace ctf.c with tracectf.c.
2743
225f296a
JB
27442019-10-06 Joel Brobecker <brobecker@adacore.com>
2745
2746 * version.in: Change version number to "9.0.50.DATE-git".
2747
77c2dba3
TT
27482019-10-03 Tom Tromey <tom@tromey.com>
2749
2750 PR rust/24976:
2751 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2752
179aed7f
AB
27532019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2754
2755 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2756 cp_search_name_hash.
2757 * NEWS: Add entry about nested function support.
2758
0a4b0913
AB
27592019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2760 Andrew Burgess <andrew.burgess@embecosm.com>
2761
2762 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2763 for nested static variables when searchin VAR_DOMAIN.
2764 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2765 global scope, update comment.
2766 (add_partial_subprogram): Call add_partial_subprogram recursively
2767 for nested subroutines when processinng Fortran.
2768 (load_partial_dies): Process the child entities of a subprogram
2769 when processing Fortran.
2770 (partial_die_parent_scope): Handle building scope
2771 for Fortran nested functions.
2772 (process_die): Record that nested functions have a scope.
2773 (new_symbol): Always record Fortran subprograms on the global
2774 symbol list.
2775 (determine_prefix): How to build the prefix for Fortran
2776 subprograms.
2777
d8c06f22
AB
27782019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2779
2780 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2781 have just sent the thread a SIGSTOP and are waiting for it to
2782 arrive.
2783
a8b3b8e9
AB
27842019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2785
2786 * btrace.c (btrace_add_pc): Remove whitespace before the template
2787 parameter in 'std::vector <...>'.
2788 (parse_xml_btrace_block): Likewise.
2789 (btrace_maint_decode_pt): Likewise.
2790 (btrace_maint_update_packets): Likewise.
2791 (btrace_maint_print_packets): Likewise.
2792 * btrace.h (struct btrace_maint_info): Likewise.
2793 * dwarf2read.c (struct type_unit_group): Likewise.
2794 (build_type_psymtabs_reader): Likewise.
2795 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2796 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2797 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2798
4d825eab
TV
27992019-10-03 Tom de Vries <tdevries@suse.de>
2800
2801 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2802 the first line of the help text for set/show style metadata.
2803
80fd2826
TT
28042019-10-02 Tom Tromey <tromey@adacore.com>
2805
2806 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2807 * gdbsupport/common-inferior.c: New file.
2808 * infcmd.c (startup_with_shell): Don't define.
2809 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2810 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2811 * inferior.h (startup_with_shell): Don't declare.
2812
70054538
CB
28132019-10-02 Christian Biesinger <cbiesinger@google.com>
2814
2815 * gdbsupport/gdb_assert.h: Include errors.h.
2816 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2817
37f6a7f4
TT
28182019-10-02 Tom Tromey <tromey@adacore.com>
2819
2820 * NEWS: Add $_ada_exception entry.
2821 * ada-lang.c (struct ada_catchpoint): Add constructor.
2822 <m_kind>: New member.
2823 (allocate_location_exception, re_set_exception): Remove
2824 "ex" parameter.
2825 (should_stop_exception): Compute $_ada_exception.
2826 (check_status_exception, print_it_exception)
2827 (print_one_exception, print_mention_exception): Remove
2828 "ex" parameter.
2829 (allocate_location_catch_exception, re_set_catch_exception)
2830 (check_status_exception, print_it_catch_exception)
2831 (print_one_catch_exception, print_mention_catch_exception)
2832 (print_recreate_catch_exception)
2833 (allocate_location_catch_exception_unhandled)
2834 (re_set_catch_exception_unhandled)
2835 (check_status_exception, print_it_catch_exception_unhandled)
2836 (print_one_catch_exception_unhandled)
2837 (print_mention_catch_exception_unhandled)
2838 (print_recreate_catch_exception_unhandled)
2839 (allocate_location_catch_assert, re_set_catch_assert)
2840 (check_status_assert, print_it_catch_assert)
2841 (print_one_catch_assert, print_mention_catch_assert)
2842 (print_recreate_catch_assert)
2843 (allocate_location_catch_handlers, re_set_catch_handlers)
2844 (check_status_handlers, print_it_catch_handlers)
2845 (print_one_catch_handlers, print_mention_catch_handlers)
2846 (print_recreate_catch_handlers): Remove.
2847 (create_ada_exception_catchpoint): Update.
2848 (initialize_ada_catchpoint_ops): Update.
2849
fccf9de1
TT
28502019-10-02 Tom Tromey <tromey@adacore.com>
2851
2852 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2853 (create_excep_cond_exprs): Simplify exception string computation.
2854 (ada_exception_catchpoint_cond_string): Likewise.
2855
4b610737
TT
28562019-10-02 Tom Tromey <tromey@adacore.com>
2857
2858 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2859 * ada-lang.c (lesseq_defined_than): Handle
2860 LOC_STATIC.
2861 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2862 parameter.
2863 (dwarf2_has_info): Likewise.
2864 (new_symbol): Set maybe_copied on symbol when
2865 appropriate.
2866 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2867 parameter.
2868 <can_copy>: New member.
2869 * elfread.c (record_minimal_symbol): Set maybe_copied
2870 on symbol when appropriate.
2871 (elf_symfile_read): Update call to dwarf2_has_info.
2872 * minsyms.c (lookup_minimal_symbol_linkage): New
2873 function.
2874 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2875 * symtab.c (get_symbol_address, get_msymbol_address):
2876 New functions.
2877 * symtab.h (get_symbol_address, get_msymbol_address):
2878 Declare.
2879 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2880 maybe_copied.
2881 (struct symbol, struct minimal_symbol) <maybe_copied>:
2882 New member.
2883
1dd58850
TT
28842019-10-02 Tom Tromey <tromey@adacore.com>
2885
2886 * source.c (struct current_source_location): New.
2887 (current_source_key): New global.
2888 (current_source_symtab, current_source_line)
2889 (current_source_pspace): Remove.
2890 (get_source_location): New function.
2891 (get_current_source_symtab_and_line)
2892 (set_default_source_symtab_and_line)
2893 (set_current_source_symtab_and_line)
2894 (clear_current_source_symtab_and_line, select_source_symtab)
2895 (info_source_command, print_source_lines_base)
2896 (info_line_command, search_command_helper, _initialize_source):
2897 Update.
2898
5c281dbb
TT
28992019-10-02 Tom Tromey <tromey@adacore.com>
2900
2901 * source.c (select_source_symtab): Don't call
2902 decode_line_with_current_source.
2903
d3d32391
AB
29042019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2905
2906 * symtab.c (lookup_global_symbol): Search global block.
2907
38583298
TT
29082019-10-02 Tom Tromey <tromey@adacore.com>
2909
2910 * coffread.c (process_coff_symbol): Update.
2911 * dwarf2read.c (var_decode_location, new_symbol): Update.
2912 * mdebugread.c (parse_symbol): Update.
2913 * objfiles.c (relocate_one_symbol): Update.
2914 * stabsread.c (define_symbol, fix_common_block)
2915 (scan_file_globals): Update.
2916 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2917 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2918 * xcoffread.c (process_xcoff_symbol): Update.
2919
9344c18f
AA
29202019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2921
2922 * MAINTAINERS: Update my email address.
2923
df07e2c7
AB
29242019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2925
2926 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2927 std::vector.
2928 (build_type_psymtabs_reader): Update for std::vector.
2929 (build_type_psymtab_dependencies): Likewise.
2930 * dwarf2read.h: Remove use of DEF_VEC_P.
2931 (typedef sig_type_ptr): Delete.
2932
554ac434
AB
29332019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2934
2935 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2936 to std::vector.
2937 (btrace_maint_decode_pt): Likewise, and move allocation of the
2938 vector outside of the loop.
2939 (btrace_maint_update_packets): Update to handle change from VEC to
2940 std::vector.
2941 (btrace_maint_print_packets): Likewise.
2942 (maint_info_btrace_cmd): Likewise.
2943 * btrace.h: Remove use of DEF_VEC_O.
2944 (typedef btrace_pt_packet_s): Delete.
2945 (struct btrace_maint_info) <packets>: Change fromm VEC to
2946 std::vector.
2947 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
2948
46f29a9a
AB
29492019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2950
2951 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
2952 make accesses into the vector constant references.
2953 (btrace_add_pc): Update for std::vector.
2954 (btrace_stitch_bts): Likewise.
2955 (parse_xml_btrace_block): Likewise.
2956 (btrace_maint_update_packets): Likewise.
2957 (btrace_maint_print_packets): Likewise.
2958 (maint_info_btrace_cmd): Likewise.
2959 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
2960 std::vector.
2961 (btrace_data::empty): Likewise.
2962 (btrace_data_append): Likewise.
2963 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
2964 (typedef btrace_block_s): Delete.
2965 (struct btrace_block): Add constructor.
2966 (struct btrace_data_bts) <blocks>: Change to std::vector.
2967 * nat/linux-btrace.c (perf_event_read_bts): Update for
2968 std::vector.
2969 (linux_read_bts): Likewise.
2970
d770d56f
TT
29712019-10-01 Tom Tromey <tom@tromey.com>
2972
2973 * cli/cli-logging.c (show_logging_filename): Use styled_string.
2974
9d636d67
TT
29752019-10-01 Tom Tromey <tom@tromey.com>
2976
2977 * stack.c (print_frame, info_frame_command_core): Use
2978 styled_string.
2979 * linux-thread-db.c (try_thread_db_load_1)
2980 (try_thread_db_load_from_pdir_1): Use styled_string.
2981 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
2982 (auto_load_section_scripts, info_auto_load_local_gdbinit)
2983 (maybe_print_unsupported_script_warning)
2984 (maybe_print_script_not_found_warning): Use styled_string.
2985 * ada-lang.c (user_select_syms): Use styled_string.
2986
7f6aba03
TT
29872019-10-01 Tom Tromey <tom@tromey.com>
2988
2989 * p-lang.c (pascal_printstr): Use metadata style.
2990 * value.c (show_convenience): Use metadata style.
2991 * valprint.c (valprint_check_validity, val_print_optimized_out)
2992 (val_print_not_saved, val_print_unavailable)
2993 (val_print_invalid_address, generic_val_print, val_print)
2994 (value_check_printable, val_print_array_elements): Use metadata
2995 style.
2996 * ui-out.h (class ui_out) <field_fmt>: New overload.
2997 <do_field_fmt>: Add style parameter.
2998 * ui-out.c (ui_out::field_fmt): New overload.
2999 * typeprint.c (type_print_unknown_return_type)
3000 (val_print_not_allocated, val_print_not_associated): Use metadata
3001 style.
3002 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
3003 parameter.
3004 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
3005 * tracepoint.c (tvariables_info_1): Use metadata style.
3006 * stack.c (print_frame_arg, print_frame_info, print_frame)
3007 (info_frame_command_core): Use metadata style.
3008 * skip.c (info_skip_command): Use metadata style.
3009 * rust-lang.c (rust_print_enum): Use metadata style.
3010 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
3011 metadata style.
3012 * python/py-framefilter.c (py_print_single_arg): Use metadata
3013 style.
3014 * printcmd.c (do_one_display, print_variable_and_value): Use
3015 metadata style.
3016 * p-valprint.c (pascal_val_print)
3017 (pascal_object_print_value_fields): Use metadata style.
3018 * p-typeprint.c (pascal_type_print_base): Use metadata style.
3019 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
3020 parameter.
3021 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
3022 * m2-valprint.c (m2_print_long_set): Use metadata style.
3023 * m2-typeprint.c (m2_print_type): Use metadata style.
3024 * infcmd.c (print_return_value_1): Use metadata style.
3025 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
3026 * f-valprint.c (info_common_command_for_block): Use metadata
3027 style.
3028 * f-typeprint.c (f_type_print_base): Use metadata style.
3029 * expprint.c (print_subexp_standard): Use metadata style.
3030 * cp-valprint.c (cp_print_value_fields): Use metadata style.
3031 * cli/cli-style.h (class cli_style_option): Add constructor.
3032 (metadata_style): Declare.
3033 * cli/cli-style.c (metadata_style): New global.
3034 (_initialize_cli_style): Register metadata style.
3035 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
3036 parameter.
3037 * cli-out.c (cli_ui_out::do_field_fmt): Update.
3038 * c-typeprint.c (c_type_print_base_struct_union)
3039 (c_type_print_base_1): Use metadata style.
3040 * breakpoint.c (watchpoint_value_print)
3041 (print_one_breakpoint_location): Use metadata style.
3042 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
3043 style.
3044 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
3045 style.
3046 * ada-valprint.c (val_print_packed_array_elements, printstr)
3047 (print_field_values, ada_val_print_ref, ada_val_print): Use
3048 metadata style.
3049 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
3050 style.
3051 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
3052 style.
3053 * ada-lang.c (user_select_syms): Use metadata style.
3054
14309bb6
TT
30552019-10-01 Tom Tromey <tom@tromey.com>
3056
3057 * cli/cli-cmds.c (pwd_command): Style output.
3058
6a831f06
PA
30592019-10-01 Pedro Alves <palves@redhat.com>
3060 Tom Tromey <tom@tromey.com>
3061
3062 * symtab.c (print_symbol_info): Use %ps.
3063 (print_msymbol_info): Use %ps.
3064 * symfile.c (symbol_file_add_with_addrs): Use %ps.
3065 * printcmd.c (print_variable_and_value): Use %ps.
3066 * macrocmd.c (show_pp_source_pos): Use %ps.
3067 * infrun.c (print_exited_reason): Use ui_out::message.
3068 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3069 (describe_other_breakpoints): Use ui_out::message and new
3070 formats.
3071 (say_where): Use new formats.
3072 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3073 and new formats.
3074
2a3c1174
PA
30752019-10-01 Pedro Alves <palves@redhat.com>
3076 Tom Tromey <tom@tromey.com>
3077
3078 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3079 (test_gdb_formats): New function.
3080 (run_tests): Call it.
3081 (test_format_specifier): Update.
3082 * utils.h (fputs_filtered): Update comment.
3083 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3084 (fputs_styled_unfiltered): Declare.
3085 * utils.c (fputs_styled_unfiltered): New function.
3086 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3087 (vfprintf_filtered): Update.
3088 (vfprintf_unfiltered, vprintf_filtered): Update.
3089 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3090 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3091 disallow_ui_out_field>: New constants.
3092 (enum class field_kind): New.
3093 (struct base_field_s, struct signed_field_s): New.
3094 (signed_field): New function.
3095 (struct string_field_s): New.
3096 (string_field): New function.
3097 (struct styled_string_s): New.
3098 (styled_string): New function.
3099 (class ui_out) <message>: Add comment.
3100 <vmessage, call_do_message>: New methods.
3101 <do_message>: Add style parameter.
3102 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3103 methods.
3104 (ui_out::message): Rewrite.
3105 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3106 parameter.
3107 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3108 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3109 gdb_extensions parameter.
3110 (class format_piece): Add parameter to constructor.
3111 (n_int_args): New field.
3112 * gdbsupport/format.c (format_pieces::format_pieces): Add
3113 gdb_extensions parameter. Handle '*'.
3114 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3115 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3116 vfprintf_styled_no_gdbfmt.
3117 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3118 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3119 unfiltered output.
3120 * ui-style.h (struct ui_file_style) <ptr>: New method.
3121
0dfe5bfb
TT
31222019-10-01 Tom Tromey <tom@tromey.com>
3123
3124 * unittests/format_pieces-selftests.c: Update. Add final format.
3125 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3126 empty literal pieces.
3127
e43b10e1
TT
31282019-10-01 Tom Tromey <tom@tromey.com>
3129
3130 * ui-out.h (enum class ui_out_style_kind): Remove.
3131 (class ui_out) <field_string, field_stsream, do_field_string>:
3132 Change type of "style".
3133 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3134 (ui_out::field_string): Update.
3135 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3136 of "style".
3137 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3138 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3139 * stack.c (print_frame_arg, print_frame_info, print_frame):
3140 Update.
3141 * source.c (print_source_lines_base): Update.
3142 * solib.c (info_sharedlibrary_command): Update.
3143 * skip.c (info_skip_command): Update.
3144 * record-btrace.c (btrace_call_history_src_line)
3145 (btrace_call_history): Update.
3146 * python/py-framefilter.c (py_print_frame): Update.
3147 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3148 "style".
3149 * mi/mi-out.c (mi_ui_out::do_table_header)
3150 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3151 (mi_ui_out::do_field_string): Update.
3152 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3153 Update.
3154 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3155 "style".
3156 * cli-out.c (cli_ui_out::do_table_header)
3157 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3158 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3159 (cli_ui_out::do_field_fmt): Update.
3160 * breakpoint.c (print_breakpoint_location): Update.
3161 (update_static_tracepoint): Update.
3162
cd7c32c3
PW
31632019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3164
3165 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3166 conversion of gdb_datadir.
3167 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3168 remove not needed c_str ().
3169
8fe0f950
AT
31702019-09-30 Ali Tamur <tamur@google.com>
3171
3172 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3173 (dwarf2_string_attr): Likewise.
3174
5f48f8f3
AT
31752019-09-30 Ali Tamur <tamur@google.com>
3176
3177 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3178 (process_full_type_unit): Likewise.
3179 (dump_die_shallow): Likewise.
3180 (cu_debug_loc_section): Likewise.
3181
6fb08628
CB
31822019-09-28 Christian Biesinger <cbiesinger@google.com>
3183
3184 * minsyms.c (compare_minimal_symbols): Rename to...
3185 (minimal_symbol_is_less_than): ...this, and adjust to STL
3186 conventions (return bool, take arguments as references)
3187 (minimal_symbol_reader::install): Call std::sort instead
3188 of qsort.
3189
c7ee338a
CB
31902019-09-29 Christian Biesinger <cbiesinger@google.com>
3191
3192 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3193 hash and why.
3194 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3195 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3196
703a86c2
SM
31972019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3198
3199 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3200 * psympriv.h (add_psymbol_to_list): Move comment here and update
3201 it.
3202
0df0352a
TV
32032019-09-29 Tom de Vries <tdevries@suse.de>
3204
3205 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3206 Use $tmpdir/$(basename "$output_file").dwz instead of
3207 "${output_file}.dwz".
3208
ad75efa6
SM
32092019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3210
3211 PR gdb/25045
3212 * hppa-linux-nat.c: Include gdbarch.h.
3213
ececd218
CB
32142019-09-26 Christian Biesinger <cbiesinger@google.com>
3215
3216 * blockframe.c (find_pc_partial_function): Change return type to bool.
3217 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3218 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3219 (stub_gnu_ifunc_resolve_name): Likewise.
3220 * symtab.c (compare_filenames_for_search): Likewise.
3221 (compare_glob_filenames_for_search): Likewise.
3222 (matching_obj_sections): Likewise.
3223 (symbol_matches_domain): Likewise.
3224 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3225 (find_line_pc): Change return type to bool.
3226 (find_line_pc_range): Likewise.
3227 (producer_is_realview): Likewise.
3228 * symtab.h (symbol_matches_domain): Likewise.
3229 (find_pc_partial_function): Likewise.
3230 (find_pc_line_pc_range): Likewise.
3231 (in_gnu_ifunc_stub): Likewise.
3232 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3233 (find_line_pc): Likewise.
3234 (find_line_pc_range): Likewise.
3235 (matching_obj_sections): Likewise.
3236 (find_line_symtab): Change out parameter to bool.
3237 (producer_is_realview): Change return type to bool.
3238 (compare_filenames_for_search): Likewise.
3239 (compare_glob_filenames_for_search): Likewise.
3240
27a900b8
TT
32412019-09-26 Tom Tromey <tom@tromey.com>
3242
3243 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3244 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3245 * gdb_usleep.h: Remove.
3246 * gdb_usleep.c: Remove.
3247 * utils.c: Don't include gdb_usleep.h.
3248
5d63b30a
TT
32492019-09-26 Tom Tromey <tromey@adacore.com>
3250
3251 * python/py-type.c (type_to_type_object): Call check_typedef
3252 for stub types.
3253
12904d37
TT
32542019-09-26 Tom Tromey <tom@tromey.com>
3255
3256 * utils.h (initialize_utils): Don't declare.
3257 * top.c (gdb_init): Don't call initialize_utils.
3258 * utils.c (initialize_utils): Remove. Move contents...
3259 (_initialize_utils): ... here.
3260
858f25f0
TT
32612019-09-25 Tom Tromey <tom@tromey.com>
3262
3263 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3264 * utils.h (make_hex_string): Don't declare.
3265 * utils.c (make_hex_string): Remove.
3266
3d435220
TV
32672019-09-24 Tom de Vries <tdevries@suse.de>
3268
3269 PR gdb/23815
3270 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3271 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3272
ddd44b70
DD
32732019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3274
3275 * NEWS: Mention new simulator port for PRU.
3276
f945dedf
CB
32772019-09-23 Christian Biesinger <cbiesinger@google.com>
3278
3279 * ada-exp.y (write_object_remaining): Update.
3280 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3281 and eliminate the static buffer.
3282 (ada_decode_symbol): Update.
3283 (ada_la_decode): Update.
3284 (ada_sniff_from_mangled_name): Update.
3285 (is_valid_name_for_wild_match): Update.
3286 (ada_lookup_name_info::matches): Update and simplify.
3287 (name_matches_regex): Update.
3288 (ada_add_global_exceptions): Update.
3289 * ada-lang.h (ada_decode): Update signature.
3290 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3291 * dwarf-index-write.c (debug_names::insert): Update.
3292
7ab78ccb
SM
32932019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3294
3295 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3296 formatting.
3297
9252448b
SM
32982019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3299
3300 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3301 Change "nonzero" to "true" in documentation.
3302
626ca2c0
CB
33032019-09-20 Christian Biesinger <cbiesinger@google.com>
3304
3305 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3306 (_initialize_darwin_solib): Don't set
3307 darwin_so_ops.lookup_lib_global_symbol.
3308 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3309 set_gdbarch_iterate_over_objfiles_in_search_order.
3310 (elf_lookup_lib_symbol): Rename to...
3311 (svr4_iterate_over_objfiles_in_search_order): this, and update
3312 to iterate semantics.
3313 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3314 * solib.c (solib_global_lookup): Remove.
3315 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3316 (solib_global_lookup): Remove.
3317 * symtab.c (lookup_global_or_static_symbol): Remove call to
3318 solib_global_lookup.
3319
5a3a0d63
JB
33202019-09-20 Joel Brobecker <brobecker@adacore.com>
3321
3322 * NEWS: Move entries about default MI version now being
3323 version 3, and about the GDB/MI fix for multi-location
3324 breakpoints to the "since GDB 8.3" section.
3325
ffea1427
JB
33262019-09-20 Joel Brobecker <brobecker@adacore.com>
3327
3328 GDB 8.3.1 released.
3329
abf516c6
UW
33302019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3331
3332 * NEWS: Mention that Cell/B.E. debugging support was removed.
3333 * MAINTAINERS: Remove spu target.
3334
3335 * config/djgpp/fnchange.lst: Remove entries for removed files.
3336
3337 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3338 spu-multiarch.o, and spu-tdep.o.
3339 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3340 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3341 spu-multiarch.c, and spu-tdep.c.
3342 * spu-linux-nat.c: Remove file.
3343 * spu-multiarch.c: Remove file.
3344 * spu-tdep.c: Remove file.
3345 * spu-tdep.h: Remove file.
3346 * solib-spu.c: Remove file.
3347 * solib-spu.h: Remove file.
3348
3349 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3350 * configure.nat (spu-linux): Remove.
3351 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3352 solib-multiarch.o from gdb_target_obs.
3353 (spu*-*-*): Remove.
3354
3355 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3356 feature flag.
3357 (ppc_linux_no_features): Update.
3358 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3359 Cell/B.E. support.
3360 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3361 (tdesc_powerpc_cell64l): Likewise.
3362 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3363 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3364 Cell/B.E. support.
3365 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3366 Do not include "features/rs6000/powerpc-cell32l.c" or
3367 "features/rs6000/powerpc-cell64l.c".
3368 (ppc_linux_spu_section): Remove.
3369 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3370 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3371 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3372 (ppc_linux_spe_context_lookup): Remove.
3373 (ppc_linux_spe_context_inferior_created): Remove.
3374 (ppc_linux_spe_context_solib_loaded): Remove.
3375 (ppc_linux_spe_context_solib_unloaded): Remove.
3376 (ppc_linux_spe_context): Remove.
3377 (struct ppu2spu_cache): Remove.
3378 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3379 (struct ppu2spu_data): Remove.
3380 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3381 ppu2spu_unwind): Remove.
3382 (ppc_linux_init_abi): Remove Cell/B.E. support.
3383 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3384
3385 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3386 (rs6000/powerpc-cell64l-expedite): Likewise
3387 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3388 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3389 rs6000/powerpc-cell64l.xml.
3390 * features/rs6000/powerpc-cell32l.xml: Remove.
3391 * features/rs6000/powerpc-cell64l.xml: Likewise.
3392 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3393 * features/rs6000/powerpc-cell64l.c: Likewise.
3394 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3395 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3396 * regformats/reg-spu.dat: Remove.
3397
3398 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3399 * corelow.c (struct spuid_list): Remove.
3400 (add_to_spuid_list): Remove.
3401 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3402 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3403 (remote_protocol_features): Remove associated entries.
3404 (_initialize_remote): No longer initialize them.
3405 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3406 * linux-nat.c (SPUFS_MAGIC): Remove.
3407 (linux_proc_xfer_spu): Remove.
3408 (spu_enumerate_spu_ids): Remove.
3409 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3410 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3411 (linux_make_corefile_notes): No longer call it.
3412
3413 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3414 (cooked_write_test): Likewise.
3415
78e8cb91
TT
34162019-09-20 Tom Tromey <tom@tromey.com>
3417
3418 * NEWS: Mention case-sensitivity of TUI commands.
3419 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3420 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3421 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3422
f074b67e
TT
34232019-09-20 Tom Tromey <tom@tromey.com>
3424
3425 * tui/tui-source.c (tui_source_window::set_contents): Use
3426 make_unique_xstrdup.
3427 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3428 make_unique_xstrdup.
3429
63c4bf19
TT
34302019-09-20 Tom Tromey <tom@tromey.com>
3431
3432 * tui/tui-data.c: Remove separator comments.
3433 * tui/tui-layout.c: Remove separator comments.
3434 * tui/tui-win.c: Remove separator comments.
3435 * tui/tui-wingeneral.c: Remove separator comments.
3436
43df9b2f
TT
34372019-09-20 Tom Tromey <tom@tromey.com>
3438
3439 * tui/tui.h (strcat_to_buf): Don't declare.
3440 * tui/tui.c (strcat_to_buf): Remove.
3441
7226433c
TT
34422019-09-20 Tom Tromey <tom@tromey.com>
3443
3444 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3445 from "fullname".
3446 * tui/tui-source.c (tui_source_window::set_contents)
3447 (tui_source_window::location_matches_p)
3448 (tui_source_window::maybe_update): Update.
3449
80df3337
TT
34502019-09-20 Tom Tromey <tom@tromey.com>
3451
3452 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3453 Update.
3454 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3455 prefix.
3456 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3457 (tui_data_window::line_from_reg_element_no)
3458 (tui_data_window::first_reg_element_no_inline)
3459 (tui_data_window::show_registers)
3460 (tui_data_window::show_register_group)
3461 (tui_data_window::display_registers_from)
3462 (tui_data_window::display_registers_from_line)
3463 (tui_data_window::first_data_item_displayed)
3464 (tui_data_window::delete_data_content_windows)
3465 (tui_data_window::erase_data_content)
3466 (tui_data_window::do_scroll_vertical)
3467 (tui_data_window::refresh_window)
3468 (tui_data_window::check_register_values): Update.
3469
9923f347
TT
34702019-09-20 Tom Tromey <tom@tromey.com>
3471
3472 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3473 (struct tui_locator_window) <full_name, proc_name>: Now
3474 std::string.
3475 * tui/tui-stack.c (tui_locator_window::make_status_line)
3476 (tui_locator_window::set_locator_fullname)
3477 (tui_locator_window::set_locator_info): Update.
3478 * tui/tui-source.c (tui_source_window::set_contents)
3479 (tui_source_window::showing_source_p): Update.
3480
b76251ab
TT
34812019-09-20 Tom Tromey <tom@tromey.com>
3482
3483 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3484 Don't call tui_locator_win_info_ptr.
3485
0891be08
TT
34862019-09-20 Tom Tromey <tom@tromey.com>
3487
3488 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3489
1b935acf
TT
34902019-09-20 Tom Tromey <tom@tromey.com>
3491
3492 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3493 height for locator.
3494 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3495 * tui/tui-layout.c (show_source_disasm_command, show_data)
3496 (show_source_or_disasm_and_command): Use 1 as height for locator.
3497
9abd8a65
TT
34982019-09-20 Tom Tromey <tom@tromey.com>
3499
3500 * tui/tui.c (tui_enable): Update.
3501 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3502 Update.
3503 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3504 Update.
3505 * tui/tui-data.c (win_resized): Now bool.
3506 (tui_win_resized): Return bool.
3507 (tui_set_win_resized_to): Accept a bool.
3508
b5457826
TT
35092019-09-20 Tom Tromey <tom@tromey.com>
3510
3511 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3512 Change type of "refresh_values_only".
3513 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3514 type of "refresh_values_only".
3515
6b915f7d
TT
35162019-09-20 Tom Tromey <tom@tromey.com>
3517
3518 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3519 std::string.
3520 (tui_disassemble): Add "pos" parameter.
3521 (tui_disasm_window::set_contents): Simplify.
3522
2ad52f6f
TT
35232019-09-20 Tom Tromey <tom@tromey.com>
3524
3525 * tui/tui-winsource.h (struct tui_source_window_base)
3526 <show_source_content>: Now private.
3527 * tui/tui-winsource.c
3528 (tui_source_window_base::show_source_content): Don't handle empty
3529 content case.
3530
b3b1bde6
TT
35312019-09-20 Tom Tromey <tom@tromey.com>
3532
3533 * tui/tui-layout.c (show_source_disasm_command)
3534 (show_source_or_disasm_and_command): Don't call
3535 show_source_content.
3536
71a25ed2
TT
35372019-09-20 Tom Tromey <tom@tromey.com>
3538
3539 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3540 Declare.
3541 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3542 from tui_make_status_line.
3543 (tui_locator_window::rerender): Update.
3544
f8532154
TT
35452019-09-20 Tom Tromey <tom@tromey.com>
3546
3547 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3548 (tui_locator_window::rerender): Update.
3549
2d81b349
TT
35502019-09-20 Tom Tromey <tom@tromey.com>
3551
3552 * tui/tui-winsource.h (struct tui_source_window_base)
3553 <~tui_source_window_base>: Don't declare.
3554 <fullname>: Remove.
3555 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3556 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3557 member.
3558 * tui/tui-source.c (tui_source_window::set_contents): Update.
3559 (tui_source_window::location_matches_p)
3560 (tui_source_window::maybe_update): Update.
3561
f14bec58
TT
35622019-09-20 Tom Tromey <tom@tromey.com>
3563
3564 * tui/tui-winsource.h (~tui_source_element): Remove.
3565 (tui_source_element): Update.
3566 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3567 * tui/tui-winsource.c (tui_show_source_line): Update.
3568 * tui/tui-source.c (tui_source_window::set_contents): Update.
3569 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3570
78d5933a
TT
35712019-09-20 Tom Tromey <tom@tromey.com>
3572
3573 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3574 declare.
3575 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3576 tui_clear_source_windows_detail.
3577 * tui/tui-winsource.h (struct tui_source_window_base)
3578 <clear_detail>: Don't declare.
3579 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3580 Remove.
3581 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3582
d4207696
TT
35832019-09-20 Tom Tromey <tromey@adacore.com>
3584
3585 PR ada/24919:
3586 * block.c (contained_in): Fix final return value.
3587
00f93c44
AM
35882019-09-20 Alan Modra <amodra@gmail.com>
3589
3590 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3591 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3592 (read_indirect_string_from_dwz): Use bfd accessor.
3593 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3594 * machoread.c (macho_symfile_read_all_oso): Likewise.
3595 * solib.c (solib_bfd_open): Likewise.
3596
e4153ae6
CB
35972019-09-19 Christian Biesinger <cbiesinger@google.com>
3598
3599 * eval.c: Move declaration of overload_resolution to...
3600 * value.h: ...here.
3601
c7ae7675
CB
36022019-09-19 Christian Biesinger <cbiesinger@google.com>
3603
3604 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3605 * arm-linux-tdep.c: Likewise.
3606 * arm-nbsd-nat.c: Likewise.
3607 * arm-tdep.h: Declare arm_apcs_32.
3608 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3609
e86f08d2
CB
36102019-09-19 Christian Biesinger <cbiesinger@google.com>
3611
3612 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3613 * dwarf2read.h: Declare dwarf_always_disassemble.
3614
f64e2f40
TV
36152019-09-19 Tom de Vries <tdevries@suse.de>
3616
3617 PR gdb/25009
3618 * source-cache.c (source_cache::ensure): Catch exception thrown during
3619 construction of the highlighter.
3620
fd361982
AM
36212019-09-18 Alan Modra <amodra@gmail.com>
3622
3623 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3624 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3625 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3626 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3627 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3628 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3629 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3630 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3631 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3632 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3633 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3634 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3635 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3636 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3637 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3638 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3639 * mi/mi-interp.c: Update throughout for bfd section macro and
3640 function changes.
3641 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3642 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3643
11061048
TT
36442019-09-18 Tom Tromey <tom@tromey.com>
3645
3646 * NEWS: Add entry.
3647 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3648 call rl_initialize.
3649 (tui_enable): Do not call rl_initialize.
3650
7a27b85f
CG
36512019-09-18 Christian Groessler <chris@groessler.org>
3652
3653 * alpha-linux-nat.c: Include gdbarch.h.
3654
f64eea3a
SM
36552019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3656
3657 * ui-file.c: Include cli/cli-style.h.
3658 (term_cli_styling): Remove cli_styling declaration.
3659
e6f7f6d1
AM
36602019-09-18 Alan Modra <amodra@gmail.com>
3661
3662 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3663 to bfd_asymbol_section.
3664
1d38e9d1
AM
36652019-09-18 Alan Modra <amodra@gmail.com>
3666
3667 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3668 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3669 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3670
90d92a63
AM
36712019-09-18 Alan Modra <amodra@gmail.com>
3672
3673 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3674 * spu-linux-nat.c (spu_bfd_open): Likewise.
3675
a3d181d2
CB
36762019-09-18 Christian Biesinger <cbiesinger@google.com>
3677
3678 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3679 to bool to match definition in dwarf2read.c.
3680
491144b5
CB
36812019-09-17 Christian Biesinger <cbiesinger@google.com>
3682
3683 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3684 (print_signatures): Likewise.
3685 (trust_pad_over_xvs): Likewise.
3686 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3687 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3688 * arm-linux-nat.c (arm_apcs_32): Likewise.
3689 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3690 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3691 * arm-tdep.c (arm_debug): Likewise.
3692 (arm_apcs_32): Likewise.
3693 * auto-load.c (debug_auto_load): Likewise.
3694 (auto_load_gdb_scripts): Likewise.
3695 (global_auto_load): Likewise.
3696 (auto_load_local_gdbinit): Likewise.
3697 (auto_load_local_gdbinit_loaded): Likewise.
3698 * auto-load.h (global_auto_load): Likewise.
3699 (auto_load_local_gdbinit): Likewise.
3700 (auto_load_local_gdbinit_loaded): Likewise.
3701 * breakpoint.c (disconnected_dprintf): Likewise.
3702 (breakpoint_proceeded): Likewise.
3703 (automatic_hardware_breakpoints): Likewise.
3704 (always_inserted_mode): Likewise.
3705 (target_exact_watchpoints): Likewise.
3706 (_initialize_breakpoint): Update.
3707 * breakpoint.h (target_exact_watchpoints): Change to bool.
3708 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3709 * cli/cli-cmds.c (trace_commands): Likewise.
3710 * cli/cli-cmds.h (trace_commands): Likewise.
3711 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3712 to bool*.
3713 * cli/cli-logging.c (logging_overwrite): Change to bool.
3714 (logging_redirect): Likewise.
3715 (debug_redirect): Likewise.
3716 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3717 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3718 to bool.
3719 <boolean_option_def>: Update.
3720 (struct flag_option_def): Change default type of Context to bool
3721 from int.
3722 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3723 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3724 (get_setshow_command_value_string): Likewise.
3725 * cli/cli-style.c (cli_styling): Change to bool.
3726 (source_styling): Likewise.
3727 * cli/cli-style.h (source_styling): Likewise.
3728 (cli_styling): Likewise.
3729 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3730 to bool.
3731 * command.h (var_types): Update comment.
3732 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3733 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3734 bool.
3735 (debug_compile_cplus_scopes): Likewise.
3736 * compile/compile-internal.h (compile_debug): Likewise.
3737 * compile/compile.c (compile_debug): Likewise.
3738 (struct compile_options) <raw>: Likewise.
3739 * cp-support.c (catch_demangler_crashes): Likewise.
3740 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3741 (usr_cmd_cris_dwarf2_cfi): Likewise.
3742 * csky-tdep.c (csky_debug): Likewise.
3743 * darwin-nat.c (enable_mach_exceptions): Likewise.
3744 * dcache.c (dcache_enabled_p): Likewise.
3745 * defs.h (info_verbose): Likewise.
3746 * demangle.c (demangle): Likewise.
3747 (asm_demangle): Likewise.
3748 * dwarf-index-cache.c (debug_index_cache): Likewise.
3749 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3750 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3751 * dwarf2read.c (check_physname): Likewise.
3752 (use_deprecated_index_sections): Likewise.
3753 (dwarf_always_disassemble): Likewise.
3754 * eval.c (overload_resolution): Likewise.
3755 * event-top.c (set_editing_cmd_var): Likewise.
3756 (exec_done_display_p): Likewise.
3757 * event-top.h (set_editing_cmd_var): Likewise.
3758 (exec_done_display_p): Likewise.
3759 * exec.c (write_files): Likewise.
3760 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3761 (debug_fbsd_nat): Likewise.
3762 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3763 Likewise.
3764 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3765 <backtrace_past_entry> Likewise.
3766 * gdb-demangle.h (demangle): Likewise.
3767 (asm_demangle): Likewise.
3768 * gdb_bfd.c (bfd_sharing): Likewise.
3769 * gdbcore.h (write_files): Likewise.
3770 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3771 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3772 * gdbthread.h (print_thread_events): Likewise.
3773 * gdbtypes.c (opaque_type_resolution): Likewise.
3774 (strict_type_checking): Likewise.
3775 * gnu-nat.c (gnu_debug_flag): Likewise.
3776 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3777 * guile/scm-param.c (pascm_variable): Add boolval.
3778 (add_setshow_generic): Update.
3779 (pascm_param_value): Update.
3780 (pascm_set_param_value_x): Update.
3781 * hppa-tdep.c (hppa_debug): Change to bool..
3782 * infcall.c (may_call_functions_p): Likewise.
3783 (coerce_float_to_double_p): Likewise.
3784 (unwind_on_signal_p): Likewise.
3785 (unwind_on_terminating_exception_p): Likewise.
3786 * infcmd.c (startup_with_shell): Likewise.
3787 * inferior.c (print_inferior_events): Likewise.
3788 * inferior.h (startup_with_shell): Likewise.
3789 (print_inferior_events): Likewise.
3790 * infrun.c (step_stop_if_no_debug): Likewise.
3791 (detach_fork): Likewise.
3792 (debug_displaced): Likewise.
3793 (disable_randomization): Likewise.
3794 (non_stop): Likewise.
3795 (non_stop_1): Likewise.
3796 (observer_mode): Likewise.
3797 (observer_mode_1): Likewise.
3798 (set_observer_mode): Update.
3799 (sched_multi): Change to bool.
3800 * infrun.h (debug_displaced): Likewise.
3801 (sched_multi): Likewise.
3802 (step_stop_if_no_debug): Likewise.
3803 (non_stop): Likewise.
3804 (disable_randomization): Likewise.
3805 * linux-tdep.c (use_coredump_filter): Likewise.
3806 (dump_excluded_mappings): Likewise.
3807 * linux-thread-db.c (auto_load_thread_db): Likewise.
3808 (check_thread_db_on_load): Likewise.
3809 * main.c (captured_main_1): Update.
3810 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3811 xx2_opt, boolean_opt>: Change to bool.
3812 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3813 * maint.c (maintenance_profile_p): Likewise.
3814 (per_command_time): Likewise.
3815 (per_command_space): Likewise.
3816 (per_command_symtab): Likewise.
3817 * memattr.c (inaccessible_by_default): Likewise.
3818 * mi/mi-main.c (mi_async): Likewise.
3819 (mi_async_1): Likewise.
3820 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3821 * nat/fork-inferior.h (startup_with_shell): Likewise.
3822 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3823 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3824 * nios2-tdep.c (nios2_debug): Likewise.
3825 * or1k-tdep.c (or1k_debug): Likewise.
3826 * parse.c (parser_debug): Likewise.
3827 * parser-defs.h (parser_debug): Likewise.
3828 * printcmd.c (print_symbol_filename): Likewise.
3829 * proc-api.c (procfs_trace): Likewise.
3830 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3831 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3832 (set_parameter_value): Update.
3833 (add_setshow_generic): Update.
3834 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3835 to bool*.
3836 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3837 int*.
3838 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3839 * record-btrace.c (record_btrace_target::store_registers): Update.
3840 * record-full.c (record_full_memory_query): Change to bool.
3841 (record_full_stop_at_limit): Likewise.
3842 * record-full.h (record_full_memory_query): Likewise.
3843 * remote-notif.c (notif_debug): Likewise.
3844 * remote-notif.h (notif_debug): Likewise.
3845 * remote.c (use_range_stepping): Likewise.
3846 (interrupt_on_connect): Likewise.
3847 (remote_break): Likewise.
3848 * ser-tcp.c (tcp_auto_retry): Likewise.
3849 * ser-unix.c (serial_hwflow): Likewise.
3850 * skip.c (debug_skip): Likewise.
3851 * solib-aix.c (solib_aix_debug): Likewise.
3852 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3853 (spu_auto_flush_cache_p): Likewise.
3854 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3855 Likewise.
3856 (struct info_print_options) <quiet>: Likewise.
3857 * symfile-debug.c (debug_symfile): Likewise.
3858 * symfile.c (auto_solib_add): Likewise.
3859 (separate_debug_file_debug): Likewise.
3860 * symfile.h (auto_solib_add): Likewise.
3861 (separate_debug_file_debug): Likewise.
3862 * symtab.c (basenames_may_differ): Likewise.
3863 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3864 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3865 (struct info_types_options) <quiet>: Likewise.
3866 * symtab.h (demangle): Likewise.
3867 (basenames_may_differ): Likewise.
3868 * target-dcache.c (stack_cache_enabled_1): Likewise.
3869 (code_cache_enabled_1): Likewise.
3870 * target.c (trust_readonly): Likewise.
3871 (may_write_registers): Likewise.
3872 (may_write_memory): Likewise.
3873 (may_insert_breakpoints): Likewise.
3874 (may_insert_tracepoints): Likewise.
3875 (may_insert_fast_tracepoints): Likewise.
3876 (may_stop): Likewise.
3877 (auto_connect_native_target): Likewise.
3878 (target_stop_and_wait): Update.
3879 (target_async_permitted): Change to bool.
3880 (target_async_permitted_1): Likewise.
3881 (may_write_registers_1): Likewise.
3882 (may_write_memory_1): Likewise.
3883 (may_insert_breakpoints_1): Likewise.
3884 (may_insert_tracepoints_1): Likewise.
3885 (may_insert_fast_tracepoints_1): Likewise.
3886 (may_stop_1): Likewise.
3887 * target.h (target_async_permitted): Likewise.
3888 (may_write_registers): Likewise.
3889 (may_write_memory): Likewise.
3890 (may_insert_breakpoints): Likewise.
3891 (may_insert_tracepoints): Likewise.
3892 (may_insert_fast_tracepoints): Likewise.
3893 (may_stop): Likewise.
3894 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3895 (make_thread_apply_all_options_def_group): Change argument from int*
3896 to bool*.
3897 (thread_apply_all_command): Update.
3898 (print_thread_events): Change to bool.
3899 * top.c (confirm): Likewise.
3900 (command_editing_p): Likewise.
3901 (history_expansion_p): Likewise.
3902 (write_history_p): Likewise.
3903 (info_verbose): Likewise.
3904 * top.h (confirm): Likewise.
3905 (history_expansion_p): Likewise.
3906 * tracepoint.c (disconnected_tracing): Likewise.
3907 (circular_trace_buffer): Likewise.
3908 * typeprint.c (print_methods): Likewise.
3909 (print_typedefs): Likewise.
3910 * utils.c (debug_timestamp): Likewise.
3911 (sevenbit_strings): Likewise.
3912 (pagination_enabled): Likewise.
3913 * utils.h (sevenbit_strings): Likewise.
3914 (pagination_enabled): Likewise.
3915 * valops.c (overload_resolution): Likewise.
3916 * valprint.h (struct value_print_options) <prettyformat_arrays,
3917 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3918 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3919 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3920 Likewise.
3921 * windows-nat.c (new_console): Likewise.
3922 (cygwin_exceptions): Likewise.
3923 (new_group): Likewise.
3924 (debug_exec): Likewise.
3925 (debug_events): Likewise.
3926 (debug_memory): Likewise.
3927 (debug_exceptions): Likewise.
3928 (useshell): Likewise.
3929 * windows-tdep.c (maint_display_all_tib): Likewise.
3930 * xml-support.c (debug_xml): Likewise.
3931
f1b620e9
MG
39322019-09-17 Mike Gulick <mgulick@mathworks.com>
3933
3934 * source.c (prepare_path_for_appending): New function.
3935 (openp): Make use of new function.
3936 (find_and_open_source): Search for the compilation directory and
3937 source file as a relative path beneath the directory search path.
3938
67f3ed6a
AB
39392019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3940
3941 * source-cache.c (source_cache::get_line_charpos): Catch
3942 exceptions and return false, this matches the behaviour documented
3943 in the header file.
3944
74332189
JB
39452019-09-17 Joel Brobecker <brobecker@adacore.com>
3946
3947 * ada-tasks.c (info_task): Remove quoting of the task's name.
3948
f2f24aa9
CB
39492019-09-16 Christian Biesinger <cbiesinger@google.com>
3950
3951 * symfile.c (auto_solib_add): Replace comment with a reference
3952 to the header file.
3953
6a062a93
CB
39542019-09-14 Christian Biesinger <cbiesinger@google.com>
3955
3956 * NEWS: Mention that gdb can now be compiled with Python 3
3957 on Windows.
3958
ec6c8338
AB
39592019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3960
3961 * maint.c (maint_print_section_data::maint_print_section_data):
3962 Force use of 'float log10 (float)' by casting the argument to
3963 float.
3964
aa17805f
AB
39652019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3966
3967 * maint.c: Add 'cmath' include.
3968 (struct maint_print_section_data): New structure.
3969 (print_section_index): New function.
3970 (print_bfd_section_info): Add header comment, small whitespace
3971 cleanup, and update to call new print_section_index function.
3972 (print_objfile_section_info): Likewise.
3973 (maint_obj_section_from_bfd_section): New function.
3974 (print_bfd_section_info_maybe_relocated): New function.
3975 (maintenance_info_sections): Add header comment, always use
3976 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
3977
3dd9bb46
AB
39782019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3979
3980 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
3981 inner scope, add check that the objfile has psymtabs before
3982 checking psymtabs_addrmap.
3983 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
3984
4993045d
PW
39852019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3986
3987 * NEWS: Announce that Ada task names are now shown at more places,
3988 and between quotes (except in info task output).
3989 * gdb/ada-tasks.c (task_to_str): New function.
3990 (display_current_task_id): Call task_to_str.
3991 (task_command_1): Likewise.
3992 (print_ada_task_info): In non-mi mode, Properly align headers and data
3993 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
3994
7a289707
RO
39952019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3996
3997 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
3998 prstatus.pr_lwp.pr_info instead of making it up.
3999
f2aec7f6
CB
40002019-09-11 Christian Biesinger <cbiesinger@google.com>
4001
4002 * auto-load.c (auto_load_expand_dir_vars): Update.
4003 * defs.h (gdb_datadir): Change to std::string.
4004 (python_libdir): Likewise.
4005 (relocate_gdb_directory): Change return type to std::string.
4006 * guile/guile.c (gdbscm_data_directory): Update.
4007 (initialize_scheme_side): Update.
4008 * jit.c (jit_reader_dir): Change to std::string.
4009 (jit_reader_load_command): Update.
4010 * main.c (gdb_datadir): Change to std::string.
4011 (python_libdir): Likewise.
4012 (set_gdb_data_directory): Update.
4013 (relocate_path): Change to return std::string.
4014 (relocate_gdb_directory): Change to return std::string.
4015 (relocate_gdbinit_path_maybe_in_datadir): Update.
4016 (captured_main_1): Update.
4017 * python/python.c (do_start_initialization): Update.
4018 * top.c (show_gdb_datadir): Update.
4019 * xml-syscall.c (xml_init_syscalls_info): Update.
4020 (init_syscalls_info): Update.
4021
9224a013
CB
40222019-09-11 Christian Biesinger <cbiesinger@google.com>
4023
4024 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
4025 out of get_init_files.
4026 (get_init_files): Update.
4027
f48cd836
CB
40282019-09-11 Christian Biesinger <cbiesinger@google.com>
4029
4030 * main.c (get_init_files): Change to use std::string.
4031 (captured_main_1): Update.
4032 (print_gdb_help): Update.
4033
9cab7ecd
AT
40342019-09-11 Ali Tamur <tamur@google.com>
4035
4036 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
4037 implementation.
4038
67547d89
CB
40392019-09-11 Christian Biesinger <cbiesinger@google.com>
4040
4041 * dbxread.c (read_dbx_symtab): Update.
4042 * dwarf2read.c (load_partial_dies): Update.
4043 * mdebugread.c (parse_partial_symbols): Update.
4044 (handle_psymbol_enumerators): Update.
4045 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
4046 * psymtab.c (add_psymbol_to_bcache): Likewise.
4047 (add_psymbol_to_list): Likewise.
4048 * symtab.c (symbol_set_names): Likewise.
4049 * symtab.h (symbol_set_names): Likewise.
4050 * xcoffread.c (scan_xcoff_symtab): Update.
4051
64b2d4a0
TT
40522019-09-11 Tom Tromey <tom@tromey.com>
4053
4054 * symfile-mem.c (symbol_file_add_from_memory): Use
4055 bfd_set_filename.
4056 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
4057 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
4058
3b00ef10
TT
40592019-09-10 Tom Tromey <tromey@adacore.com>
4060
4061 * dwarf-index-write.c (write_psymbols): Extend error message.
4062 (debug_names::insert): Add Ada code.
4063 (debug_names::write_psymbols): Remove Ada check.
4064 (debug_names) <m_string_obstack>: New member.
4065 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4066 (gdb_index_symbol_name_matcher::matches): Remove.
4067 (mapped_index_base::find_name_components_bounds): Add "lang"
4068 parameter.
4069 (mapped_index_base::build_name_components): Also split names
4070 according to Ada syntax.
4071 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4072 type of "match_callback".
4073 (check_match, check_find_bounds_finds)
4074 (dw2_expand_symtabs_matching): Update.
4075 (dw2_debug_names_iterator): Add new constructor.
4076 (dw2_debug_names_map_matching_symbols): New function.
4077 (dw2_debug_names_expand_symtabs_matching): Update.
4078 (dwarf2_debug_names_functions): Use
4079 dw2_debug_names_map_matching_symbols.
4080
aa391654
TT
40812019-09-10 Tom Tromey <tromey@adacore.com>
4082
4083 * dwarf2read.c (dw2_get_file_names_reader): Add the
4084 CU's file name to the results.
4085
b054970d
TT
40862019-09-10 Tom Tromey <tromey@adacore.com>
4087
4088 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4089 map_matching_symbols. Update.
4090 * dwarf2read.c (dw2_map_matching_symbols): Update.
4091 * psymtab.c (match_partial_symbol): Change type; update.
4092 (psym_map_matching_symbols): Likewise.
4093 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4094 type; update.
4095 * symfile.h (struct quick_symbol_functions)
4096 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4097 Remove "match".
4098
6a3dbf1b
TT
40992019-09-10 Tom Tromey <tromey@adacore.com>
4100
4101 * psymtab.c (map_block): Remove.
4102 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4103 * symtab.c (iterate_over_symbols_terminated): New function.
4104 * symtab.c (iterate_over_symbols_terminated): Declare.
4105
6969f124
TT
41062019-09-10 Tom Tromey <tromey@adacore.com>
4107
4108 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4109 * language.h (struct language_defn) <la_iterate_over_symbols>:
4110 Return bool.
4111 * symtab.c (iterate_over_symbols): Return bool.
4112 * symtab.h (iterate_over_symbols): Return bool.
4113
199b4314
TT
41142019-09-10 Tom Tromey <tromey@adacore.com>
4115
4116 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4117 (add_nonlocal_symbols): Update.
4118 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4119 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4120 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4121 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4122 Change type of "callback". Remove "data".
4123
a084a2a6
AT
4124
41252019-09-09 Ali Tamur <tamur@google.com>
4126
4127 * dwarf2read.c (comp_unit_head): Update comment.
4128 (dwarf2_dwo_name): New function declaration.
4129 (dwarf_unit_type_name): New function declaration.
4130 (read_comp_unit_head): Add support for new compilation units,
4131 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4132 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4133 (currently named as "signature") in their header. Also clarify error
4134 messages.
4135 (lookup_dwo_id): New function. Returns the dwo id of the given
4136 compile unit.
4137 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4138 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4139 functions.
4140 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4141 (dwarf2_dwo_name): Get the dwo name if present.
4142 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4143 purposes.
4144
25a2915e
TT
41452019-09-09 Tom Tromey <tom@tromey.com>
4146
4147 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4148
e4df0874
PW
41492019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4150
4151 * python/python.c (do_start_initialization): Make progname_copy static,
4152 to avoid a leak report.
4153
8634b462
TT
41542019-09-08 Tom Tromey <tom@tromey.com>
4155
4156 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4157
c7f839cb
SM
41582019-09-07 Simon Marchi <simon.marchi@efficios.com>
4159
4160 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4161 Change type to gdb::optional<block_enum>.
4162 (dw2_symtab_iter_init): Change block_index parameter type
4163 to gdb::optional<block_enum>.
4164 (dw2_lookup_symbol): Change block_index parameter
4165 type to block_enum.c
4166 (dw2_debug_names_lookup_symbol): Likewise.
4167 * psymtab.c (psym_lookup_symbol): Likewise.
4168 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4169 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4170 Likewise.
4171
ead0e69a
CB
41722019-09-06 Christian Biesinger <cbiesinger@google.com>
4173
4174 * defs.h (relocate_gdb_directory): Change int to bool in
4175 signature and rename flag to relocatable.
4176 * main.c (relocate_path): Likewise.
4177 (relocate_gdb_directory): Likewise.
4178
b16c44de
AM
41792019-09-06 Alan Modra <amodra@gmail.com>
4180
4181 * coffread.c (coff_symfile_read): Constify filename variable.
4182 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4183 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4184 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4185 * solib.c (reload_shared_libraries_1): Likewise.
4186 * symfile.c (reread_symbols): Likewise.
4187 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4188 * solib-darwin.c (darwin_bfd_open): Likewise.
4189 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4190
06ff036e
AB
41912019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4192
4193 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4194 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4195
4e962e74
TT
41962019-09-03 Tom Tromey <tromey@adacore.com>
4197
4198 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4199 types.
4200 (has_negatives): Unbias a range type bound.
4201 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4202 * gdbtypes.c (operator==): Handle new field.
4203 (create_range_type): Add "bias" parameter.
4204 (create_static_range_type, resolve_dynamic_range): Update.
4205 * gdbtypes.h (struct range_bounds) <bias>: New member.
4206 (create_range_type): Add bias parameter.
4207 * printcmd.c (print_scalar_formatted): Unbias range types.
4208 * value.c (unpack_long): Unbias range types.
4209 (pack_long): Bias range types.
4210
d90b8f26
AH
42112019-09-02 Alan Hayward <alan.hayward@arm.com>
4212
4213 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4214 probe arguments.
4215
fe01123e
AH
42162019-09-02 Alan Hayward <alan.hayward@arm.com>
4217
4218 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4219 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4220 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4221 (compile_probe_arg): Likewise.
4222 * probe.h (get_argument_count): Likewise.
4223 * solib-svr4.c (solib_event_probe_action): Likewise.
4224 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4225
e661ef01
AH
42262019-09-02 Alan Hayward <alan.hayward@arm.com>
4227
4228 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4229 code to here...
4230 (svr4_create_solib_event_breakpoints): ...from here.
4231
47a536d9
SDJ
42322019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4233
4234 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4235 suffix from warning message.
4236
d6a00eba
TT
42372019-08-30 Tom Tromey <tom@tromey.com>
4238
4239 * tui/tui-winsource.h (struct tui_source_window_base)
4240 <refresh_all>: Don't declare.
4241 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4242 Remove.
4243 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4244 tui_show_locator_content.
4245 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4246 declare.
4247 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4248 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4249 declare.
4250
55b2657b
TT
42512019-08-30 Tom Tromey <tom@tromey.com>
4252
4253 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4254
12a8555a
TT
42552019-08-30 Tom Tromey <tom@tromey.com>
4256
4257 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4258 Remove unnecessary forward declarations.
4259
900ac242
TT
42602019-08-30 Tom Tromey <tom@tromey.com>
4261
4262 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4263 rerender.
4264 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4265 tui_show_locator_content.
4266
99ab33fb
TT
42672019-08-30 Tom Tromey <tom@tromey.com>
4268
4269 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4270 (tui_locator_window::rerender): Rewrite using body of previous
4271 tui_show_locator_content.
4272
e594a5d1
TT
42732019-08-30 Tom Tromey <tom@tromey.com>
4274
4275 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4276 set_locator_fullname>: New methods.
4277 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4278 Rename from tui_set_locator_fullname.
4279 (tui_locator_window::set_locator_info): Rename from
4280 tui_set_locator_info. Return bool.
4281 (tui_update_locator_fullname, tui_show_frame_info): Update.
4282
715bb467
TT
42832019-08-30 Tom Tromey <tom@tromey.com>
4284
4285 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4286
772f3f03
TT
42872019-08-30 Tom Tromey <tom@tromey.com>
4288
4289 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4290 call touchwin.
4291
108e13ab
TT
42922019-08-30 Tom Tromey <tom@tromey.com>
4293
4294 * tui/tui-wingeneral.c (box_win): Assume win_info and
4295 win_info->handle cannot be NULL.
4296
cdaa6eb4
TT
42972019-08-30 Tom Tromey <tom@tromey.com>
4298
4299 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4300 refresh_window>: Declare.
4301 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4302 resize.
4303 (tui_data_item_window::rerender): Rename from
4304 tui_display_register.
4305 (tui_data_item_window::refresh_window): New method.
4306 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4307 no-op.
4308
89df7f90
TT
43092019-08-30 Tom Tromey <tom@tromey.com>
4310
4311 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4312 regs_column_count, current_group>: Move later. Now private.
4313 <get_current_group>: New method.
4314 * tui/tui-regs.c (tui_reg_command): Update.
4315 * tui/tui-layout.c (tui_set_layout): Update.
4316
1bf2866a
TT
43172019-08-30 Tom Tromey <tom@tromey.com>
4318
4319 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4320 (tui_data_window::rerender): Don't call
4321 check_and_display_highlight_if_needed.
4322 (tui_data_window::refresh_all): Remove call to
4323 erase_data_content.
4324
0670413d
TT
43252019-08-30 Tom Tromey <tom@tromey.com>
4326
4327 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4328 (tui_data_window::display_registers_from)
4329 (tui_data_window::display_reg_element_at_line)
4330 (tui_data_window::display_registers_from_line): Remove checks of
4331 "empty".
4332
18bb55c7
TT
43332019-08-30 Tom Tromey <tom@tromey.com>
4334
4335 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4336 Don't declare.
4337 * tui/tui-regs.c (tui_data_window::show_registers): Call
4338 rerender.
4339 (tui_data_window::rerender): Rename from display_all_data.
4340 (tui_data_window::rerender): Remove old implementation.
4341
1f6d2f10
TT
43422019-08-30 Tom Tromey <tom@tromey.com>
4343
4344 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4345 text.
4346 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4347
16d01f9c
BW
43482019-08-29 Bernhard Wodok <barto@gmx.net>
4349 Sergio Durigan Junior <sergiodj@redhat.com>
4350
4351 PR win32/24284
4352 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4353
d8f27c60
AB
43542019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4355
4356 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4357 when searching for types.
4358
1f20c35e
AB
43592019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4360
4361 * f-lang.c (f_language_defn): Use f_print_typedef.
4362 * f-lang.h (f_print_typedef): Declare.
4363 * f-typeprint.c (f_print_typedef): Define.
4364
550105b7
CB
43652019-08-27 Christian Biesinger <cbiesinger@google.com>
4366
4367 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4368
4acfdd20
AB
43692019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4370
4371 * cli/cli-utils.c (info_print_options_defs): Delete.
4372 (make_info_print_options_def_group): Delete.
4373 (extract_info_print_options): Delete.
4374 (info_print_command_completer): Delete.
4375 (info_print_args_help): Add extra parameter, and optionally
4376 include text about -n flag.
4377 * cli/cli-utils.h (struct info_print_options): Delete.
4378 (extract_info_print_options): Delete declaration.
4379 (info_print_command_completer): Delete declaration.
4380 (info_print_args_help): Add extra parameter, extend header
4381 comment.
4382 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4383 search_symbols.
4384 * stack.c (struct info_print_options): New type.
4385 (info_print_options_defs): New file scoped variable.
4386 (make_info_print_options_def_group): New static function.
4387 (info_print_command_completer): New static function.
4388 (info_locals_command): Update to use new local functions.
4389 (info_args_command): Likewise.
4390 (_initialize_stack): Add extra parameter to calls to
4391 info_print_args_help.
4392 * symtab.c (search_symbols): Add extra parameter, use this to
4393 possibly excluse non-debug symbols.
4394 (symtab_symbol_info): Add extra parameter, which is passed on to
4395 search_symbols.
4396 (struct info_print_options): New type.
4397 (info_print_options_defs): New file scoped variable.
4398 (make_info_print_options_def_group): New static function.
4399 (info_print_command_completer): New static function.
4400 (info_variables_command): Update to use local functions, and pass
4401 extra parameter through to symtab_symbol_info.
4402 (info_functions_command): Likewise.
4403 (info_types_command): Pass additional argument through to
4404 symtab_symbol_info.
4405 (rbreak_command): Pass extra argument to search_symbols.
4406 (_initialize_symtab): Add extra arguments for calls to
4407 info_print_args_help, and update help text for 'info variables',
4408 'whereis', and 'info functions' commands.
4409 * symtab.h (search_symbols): Add extra argument to declaration.
4410 * NEWS: Mention new flags.
4411
9aa55206
CB
44122019-08-26 Christian Biesinger <cbiesinger@google.com>
4413
4414 * symtab.c (lookup_static_symbol): Call the new function (and move
4415 it down to be next to lookup_global_symbol).
4416 (struct global_sym_lookup_data): Add block_enum member and rename to...
4417 (struct global_or_static_sym_lookup_data): ...this.
4418 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4419 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4420 (lookup_symbol_global_or_static_iterator_cb): ...this.
4421 (lookup_global_or_static_symbol): New function.
4422 (lookup_global_symbol): Call new function.
4423
5c31b358
TV
44242019-08-26 Tom de Vries <tdevries@suse.de>
4425
4426 PR c++/24852
4427 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4428 when pc_probe.prob == NULL.
4429
23c13d42
SM
44302019-08-25 Simon Marchi <simon.marchi@efficios.com>
4431
4432 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4433 variable symbol_linkage to symbol_linkage_.
4434
beadd3e8
SM
44352019-08-25 Simon Marchi <simon.marchi@efficios.com>
4436
4437 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4438 represent whether the symbol is static, dynamic, or we don't
4439 know.
4440
e3ec872f
YS
44412019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4442
4443 * gdb/rx-tdep.c (rx_register_names): New.
4444 (rx_register_name): Delete.
4445 (rx_psw_type): Delete.
4446 (rx_fpsw_type): Delete.
4447 (rx_register_type): Delete.
4448 (rx_gdbarch_init): Convert target-descriptions.
4449 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4450 * gdb/features/Makefile: Add rx.xml.
4451 * gdb/features/rx.xml: New.
4452 * gdb/features/rx.c: Generated.
4453 * gdb/NEWS: Mention target description support.
4454
d0509ba4
CB
44552019-08-22 Christian Biesinger <cbiesinger@google.com>
4456
4457 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4458 *slot_ptr.
4459
2d41fa11
SDJ
44602019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4461
4462 * configure.ac: Don't check for 'dlfcn.h' (moved to
4463 gdbsupport/common.m4).
4464 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4465 'gdbsupport/'.
4466 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4467 * compile/compile-c-support.c: Include
4468 'gdbsupport/gdb-dlfcn.h'.
4469 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4470 * gdb-dlfcn.c: Move to...
4471 * gdbsupport/gdb-dlfcn.c: ... here.
4472 * gdb-dlfcn.h: Move to...
4473 * gdbsupport/gdb-dlfcn.h: ... here.
4474
de8af808
SL
44752019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4476
4477 * nios2-tdep.c (struct reg_value): Improve comments. Make
4478 the offset field signed.
4479
27204489
CB
44802019-08-22 Christian Biesinger <cbiesinger@google.com>
4481
4482 * python/lib/gdb/__init__.py (_execute_file): New function.
4483 * python/python.c (python_run_simple_file): Call gdb._execute_file
4484 on Windows.
4485
43771869
AB
44862019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4487
4488 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4489 all uses as this was never set to anything but a zero value.
4490
26c957f1
PA
44912019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4492
4493 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4494
c07aae6e
CB
44952019-08-21 Christian Biesinger <cbiesinger@google.com>
4496
4497 * tui/tui-data.h (tui_gen_win_info): Add an =default
4498 move constructor, required by some GCC versions.
4499
3960cb7a
JF
45002019-08-21 Jinke Fan <fanjinke51@yeah.net>
4501
4502 * go32-nat.c (go32_sysinfo): Add hygon_p.
4503
04c72a68
TT
45042019-08-20 Tom Tromey <tom@tromey.com>
4505
4506 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4507 line_from_reg_element_no, first_reg_element_no_inline,
4508 display_all_data, delete_data_content_windows,
4509 erase_data_content>: Now private.
4510
072272ce
TT
45112019-08-20 Tom Tromey <tom@tromey.com>
4512
4513 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4514 (tui_unhighlight_win, tui_highlight_win)
4515 (tui_win_info::make_window): Update.
4516 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4517
973961bd
TT
45182019-08-20 Tom Tromey <tom@tromey.com>
4519
4520 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4521 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4522 (MAX_PID_WIDTH): Move to tui-stack.c.
4523 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4524 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4525 (MAX_PID_WIDTH): Move from tui-data.h.
4526
ab0e1f1a
TT
45272019-08-20 Tom Tromey <tom@tromey.com>
4528
4529 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4530 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4531 (box_win): Update.
4532 (tui_gen_win_info::make_window): Rename from tui_make_window.
4533 (tui_win_info::make_window): New method.
4534 (tui_gen_win_info::make_visible): Update.
4535 * tui/tui-source.c (tui_source_window::set_contents): Update.
4536 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4537 (tui_data_window::display_registers_from): Update.
4538 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4539 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4540 Declare.
4541 <can_box>: Remove.
4542 <title>: Remove.
4543 (struct tui_win_info) <make_window>: Declare.
4544 <can_box>: Now virtual.
4545 <title>: New member.
4546 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4547 * tui/tui-command.c (tui_cmd_window::resize): Update.
4548
100c2bf3
TT
45492019-08-20 Tom Tromey <tom@tromey.com>
4550
4551 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4552 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4553 (tui_data_window::check_register_values): Update.
4554
fa4dc567
TT
45552019-08-20 Tom Tromey <tom@tromey.com>
4556
4557 * tui/tui-regs.h (struct tui_data_window): Use
4558 DISABLE_COPY_AND_ASSIGN.
4559 <regs_content>: Change type, removing unique_ptr.
4560 <tui_data_window>: Add move constructor.
4561 * tui/tui-regs.c (tui_data_window::show_registers)
4562 (tui_data_window::show_register_group)
4563 (tui_data_window::display_registers_from)
4564 (tui_data_window::display_registers_from)
4565 (tui_data_window::first_data_item_displayed)
4566 (tui_data_window::delete_data_content_windows)
4567 (tui_data_window::rerender, tui_data_window::refresh_window)
4568 (tui_data_window::check_register_values): Update.
4569
ca02d7c8
TT
45702019-08-20 Tom Tromey <tom@tromey.com>
4571
4572 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4573 show_register_group>: Declare.
4574 (tui_show_register_group): Don't declare.
4575 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4576 tui_show_registers.
4577 (tui_data_window::show_register_group): Rename from
4578 tui_show_register_group.
4579 (tui_data_window::check_register_values, tui_reg_command):
4580 Update.
4581 * tui/tui-layout.c (tui_set_layout): Update.
4582
63356bfd
TT
45832019-08-20 Tom Tromey <tom@tromey.com>
4584
4585 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4586 Declare.
4587 (tui_check_register_values): Don't declare.
4588 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4589 from tui_check_register_values.
4590 * tui/tui-hooks.c (tui_register_changed): Update.
4591
42cc14a7
TT
45922019-08-20 Tom Tromey <tom@tromey.com>
4593
4594 * tui/tui-regs.c (tui_reg_layout): Move later.
4595 (tui_show_registers): Don't enable TUI mode or change layout.
4596
b9ad3686
TT
45972019-08-20 Tom Tromey <tom@tromey.com>
4598
4599 * tui/tui-regs.h (struct tui_data_item_window)
4600 <~tui_data_item_window>: Remove.
4601 <content>: Now a unique_xmalloc_ptr.
4602 * tui/tui-regs.c (tui_register_format): Return a
4603 unique_xmalloc_ptr.
4604 (tui_get_register): Update.
4605 (~tui_data_item_window): Remove.
4606 (tui_data_window::display_registers_from, tui_display_register):
4607 Update.
4608 * tui/tui-io.h (tui_expand_tabs): Update.
4609 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4610 Remove "col" parameter.
4611
8e114aab
TT
46122019-08-20 Tom Tromey <tom@tromey.com>
4613
4614 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4615 field.
4616 * tui/tui-regs.c (~tui_data_item_window): Update.
4617
1a4f81dd
TT
46182019-08-20 Tom Tromey <tom@tromey.com>
4619
4620 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4621 earlier.
4622
0f8d8876
TT
46232019-08-20 Tom Tromey <tom@tromey.com>
4624
4625 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4626
605dc2c2
TT
46272019-08-20 Tom Tromey <tom@tromey.com>
4628
4629 * tui/tui-source.h (struct tui_source_window): Update.
4630 * tui/tui-regs.c (tui_show_registers): Update.
4631 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4632 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4633 (NO_REGS_STRING): Remove defines.
4634
aedbe3bb
CM
46352019-08-20 Conrad Meyer <cem@FreeBSD.org>
4636
4637 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4638 unnecessary thread walk if remote doesn't support the packet.
4639
7ce8f214
TT
46402019-08-19 Tom Tromey <tromey@adacore.com>
4641
4642 * python/py-value.c (value_has_field): Fix indentation.
4643
f21c2bd7
TT
46442019-08-19 Tom Tromey <tromey@adacore.com>
4645
4646 * printcmd.c (do_one_display, info_display_command): Update.
4647 * block.h (contained_in): Return bool. Add allow_nested
4648 parameter.
4649 * block.c (contained_in): Return bool. Add allow_nested
4650 parameter.
4651
d806ea2d
TT
46522019-08-19 Tom Tromey <tom@tromey.com>
4653
4654 * configure: Rebuild.
4655 * configure.ac: Disallow the combination of -static-libstdc++ and
4656 source highlight.
4657 * source-cache.c (get_language_name): Handle rust.
4658 (source_cache::get_source_lines): Ignore highlighting exceptions.
4659
398fdd60
TT
46602019-08-16 Tom Tromey <tom@tromey.com>
4661
4662 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4663 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4664 (struct tui_source_window_base) <make_visible, refresh_window,
4665 resize>: Remove methods.
4666 <execution_info>: Remove field.
4667 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4668 (tui_show_source_line, tui_source_window_base)
4669 (~tui_source_window_base): Update.
4670 (tui_source_window_base::resize)
4671 (tui_source_window_base::make_visible)
4672 (tui_source_window_base::refresh_window): Remove.
4673 (tui_source_window_base::update_exec_info): Update.
4674 * tui/tui-source.c (tui_source_window::set_contents): Update.
4675 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4676
e699d331
TT
46772019-08-16 Tom Tromey <tom@tromey.com>
4678
4679 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4680 deprecated_query_hook.
4681
bb01dbfc
TT
46822019-08-16 Tom Tromey <tom@tromey.com>
4683
4684 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4685 (tui_update_source_windows_with_line): Update.
4686 * tui/tui-source.h (struct tui_source_window)
4687 <show_symtab_source>: Declare.
4688 (tui_show_symtab_source): Don't declare.
4689 * tui/tui-source.c (tui_show_symtab_source): Rename from
4690 tui_show_symtab_source.
4691
81c82c4b
TT
46922019-08-16 Tom Tromey <tom@tromey.com>
4693
4694 * tui/tui-winsource.h (struct tui_source_window_base)
4695 <set_contents>: Declare.
4696 * tui/tui-winsource.c
4697 (tui_source_window_base::update_source_window_as_is): Update.
4698 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4699 Declare.
4700 (tui_set_source_content): Don't declare.
4701 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4702 tui_set_source_content.
4703 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4704 Declare.
4705 (tui_set_disassem_content): Don't declare.
4706 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4707 tui_set_disassem_content.
4708
2ddaf614
TT
47092019-08-16 Tom Tromey <tom@tromey.com>
4710
4711 * tui/tui-winsource.h (struct tui_source_window_base)
4712 <update_breakpoint_info>: Declare.
4713 (tui_update_breakpoint_info): Don't declare.
4714 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4715 (tui_update_all_breakpoint_info): Update.
4716 (tui_source_window_base::update_breakpoint_info): Rename from
4717 tui_update_breakpoint_info.
4718 (tui_source_window_base::update_exec_info): Update.
4719
017f9828
TT
47202019-08-16 Tom Tromey <tom@tromey.com>
4721
4722 * tui/tui-winsource.h (struct tui_source_window_base)
4723 <update_source_window>: Declare.
4724 (tui_update_source_window): Don't declare.
4725 * tui/tui-winsource.c
4726 (tui_source_window_base::update_source_window): Rename from
4727 tui_update_source_window.
4728 (tui_source_window_base::rerender): Update.
4729 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4730 * tui/tui-disasm.c (tui_show_disassem)
4731 (tui_show_disassem_and_update_source)
4732 (tui_disasm_window::maybe_update): Update.
4733
ed8358e9
TT
47342019-08-16 Tom Tromey <tom@tromey.com>
4735
4736 * tui/tui-winsource.h (struct tui_source_window_base)
4737 <update_source_window_as_is>: Declare.
4738 (tui_update_source_window_as_is): Don't declare.
4739 * tui/tui-winsource.c (tui_update_source_window): Update
4740 (tui_source_window_base::update_source_window_as_is): Rename from
4741 tui_update_source_window_as_is.
4742 (tui_source_window_base::refill): Update.
4743 * tui/tui-source.c (tui_show_symtab_source): Update.
4744 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4745 Update.
4746
20149b6b
TT
47472019-08-16 Tom Tromey <tom@tromey.com>
4748
4749 * tui/tui-winsource.h (tui_update_source_window)
4750 (tui_update_source_window_as_is): Remove "noerror" parameter.
4751 * tui/tui-winsource.c (tui_update_source_window)
4752 (tui_update_source_window_as_is): Remove "noerror" parameter.
4753 (tui_update_source_windows_with_addr)
4754 (tui_update_source_windows_with_line)
4755 (tui_source_window_base::rerender)
4756 (tui_source_window_base::refill): Update.
4757 * tui/tui-source.h (tui_set_source_content)
4758 (tui_show_symtab_source): Remove "noerror" parameter.
4759 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4760 parameter.
4761 (tui_show_symtab_source): Likewise.
4762 (tui_source_window::maybe_update): Update.
4763 * tui/tui-disasm.c (tui_show_disassem)
4764 (tui_show_disassem_and_update_source)
4765 (tui_disasm_window::do_scroll_vertical)
4766 (tui_disasm_window::maybe_update): Update.
4767
2d83e710
TT
47682019-08-16 Tom Tromey <tom@tromey.com>
4769
4770 * tui/tui.c (tui_is_window_visible): Update.
4771 * tui/tui-wingeneral.c (tui_make_window)
4772 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4773 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4774 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4775 (tui_set_win_height_command, parse_scrolling_args): Update.
4776 * tui/tui-source.c (tui_source_window::style_changed): Update.
4777 * tui/tui-regs.c (tui_show_registers)
4778 (tui_data_window::first_data_item_displayed)
4779 (tui_data_window::delete_data_content_windows)
4780 (tui_check_register_values, tui_reg_command): Update.
4781 * tui/tui-disasm.c (tui_show_disassem): Update.
4782 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4783 method.
4784 <is_visible>: Remove field.
4785 * tui/tui-data.c (tui_next_win, tui_prev_win)
4786 (tui_delete_invisible_windows): Update.
4787
d4ab829a
TT
47882019-08-16 Tom Tromey <tom@tromey.com>
4789
4790 * tui/tui-winsource.h (struct tui_source_window_base)
4791 <m_has_locator>: Remove.
4792 * tui/tui-layout.c (show_source_disasm_command, show_data)
4793 (show_source_or_disasm_and_command): Update.
4794
aa7ca1bb
AH
47952019-08-16 Alan Hayward <alan.hayward@arm.com>
4796
4797 * NEWS (Other MI changes): New subsection.
4798 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4799 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4800 * arch-utils.c (default_get_pc_address_flags): New function.
4801 * arch-utils.h (default_get_pc_address_flags): New declaration.
4802 * gdbarch.sh: Add get_pc_address_flags.
4803 * gdbarch.c: Regenerate.
4804 * gdbarch.h: Likewise.
4805 * stack.c (print_pc): New function.
4806 (print_frame_info) (print_frame): Call print_pc.
4807
6eac171f
TV
48082019-08-16 Tom de Vries <tdevries@suse.de>
4809
4810 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4811 print_objfile_section_info.
4812
3df505f6
TT
48132019-08-15 Tom Tromey <tom@tromey.com>
4814
4815 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4816 calling update_cmdwin_start_line.
4817 * tui/tui-winsource.h (struct tui_source_window_base)
4818 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4819 <rerender>: Declare.
4820 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4821 Call rerender.
4822 (tui_source_window_base::set_new_height): Remove.
4823 (tui_source_window_base::rerender): Rename from
4824 do_make_visible_with_new_height.
4825 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4826 resize method.
4827 (tui_win_info::make_invisible_and_set_new_height)
4828 (tui_win_info::make_visible_with_new_height): Remove.
4829 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4830 Declare.
4831 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4832 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4833 do_make_visible_with_new_height>: Don't declare.
4834 <rerender>: Declare.
4835 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4836 set_new_height.
4837 (tui_data_window::do_make_visible_with_new_height): Remove.
4838 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4839 call tui_show_locator_content.
4840 (tui_gen_win_info::resize): Call rerender.
4841 (show_source_or_disasm_and_command): Don't call
4842 tui_show_locator_content.
4843 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4844 method.
4845 (struct tui_win_info) <rerender>: Declare.
4846 <set_new_height, make_invisible_and_set_new_height,
4847 make_visible_with_new_height>: Don't declare.
4848 * tui/tui-data.c (tui_win_list::rerender): New method.
4849 * tui/tui-command.h (struct tui_cmd_window)
4850 <do_make_visible_with_new_height>: Don't declare.
4851 * tui/tui-command.c
4852 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4853
272560b5
TT
48542019-08-15 Tom Tromey <tromey@adacore.com>
4855
4856 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4857 * ada-lang.c (ada_enum_name): Likewise.
4858
08235187
CB
48592019-08-15 Christian Biesinger <cbiesinger@google.com>
4860
4861 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4862 leading underscore.
4863 (GdbOutputErrorFile): Likewise.
4864 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4865 accordingly.
4866 (execute_unwinders): Rename to have a leading underscore.
4867 (auto_load_packages): Likewise.
4868 (global scope): Adjust call to auto_load_packages accordingly.
4869 (GdbSetPythonDirectory): Likewise.
4870 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4871 instead of execute_unwinders.
4872
db502012
TT
48732019-08-15 Tom Tromey <tom@tromey.com>
4874
4875 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4876 (show_data): Don't change window visibility.
4877 (tui_gen_win_info::resize): Remove special case for command
4878 window. Use wresize, when available.
4879 (show_source_or_disasm_and_command): Don't change window
4880 visibility.
4881 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4882 <make_visible>: New method.
4883 * tui/tui-command.c (tui_cmd_window::resize): New method.
4884
3891b65e
TT
48852019-08-15 Tom Tromey <tom@tromey.com>
4886
4887 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4888 (struct tui_source_windows): New.
4889 * tui/tui-winsource.c (tui_display_main): Update.
4890 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4891 (new_height_ok, parse_scrolling_args): Update.
4892 * tui/tui-layout.c (show_layout, show_data): Update.
4893 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4894 (tui_add_to_source_windows): Don't declare.
4895 * tui/tui-data.c (source_windows, tui_source_windows)
4896 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4897
ee556432
TT
48982019-08-15 Tom Tromey <tom@tromey.com>
4899
4900 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4901 Rename from reset.
4902 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4903 * tui/tui-layout.c (show_source_disasm_command, show_data):
4904 Update.
4905 (tui_gen_win_info::resize): Rename.
4906 (show_source_or_disasm_and_command): Update.
4907 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4908 reset.
4909
46f438e3
TT
49102019-08-15 Tom Tromey <tom@tromey.com>
4911
4912 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4913 * tui/tui-interp.c (tui_interp::init): Don't call
4914 tui_initialize_static_data.
4915 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4916
f4ce562c
TT
49172019-08-15 Tom Tromey <tom@tromey.com>
4918
4919 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4920 examine tui_win_list.
4921
c398c3d0
TT
49222019-08-15 Tom Tromey <tom@tromey.com>
4923
4924 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4925 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4926 tui_clear_source_content.
4927 (tui_clear_source_content): Remove.
4928 (tui_source_window_base::do_erase_source_content): Hoist call to
4929 content.clear().
4930 * tui/tui-stack.c (tui_show_frame_info): Don't call
4931 tui_clear_source_content.
4932
e25d2004
TT
49332019-08-15 Tom Tromey <tom@tromey.com>
4934
4935 * tui/tui-winsource.h (struct tui_source_window_base)
4936 <do_erase_source_content>: New method.
4937 <erase_source_content>: New method.
4938 (tui_erase_source_content): Don't declare.
4939 * tui/tui-winsource.c (tui_clear_source_content): Update.
4940 (tui_source_window_base::do_erase_source_content): Rename from
4941 tui_erase_source_content.
4942 (tui_source_window_base::show_source_content): Update.
4943 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4944 * tui/tui-source.h (struct tui_source_window)
4945 <erase_source_content>: New method.
4946 * tui/tui-disasm.h (struct tui_disasm_window)
4947 <erase_source_content>: New method.
4948
002f15c2
TT
49492019-08-15 Tom Tromey <tom@tromey.com>
4950
4951 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
4952 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
4953 constructor.
4954 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
4955 * tui/tui-source.c (tui_set_source_content): Update.
4956 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4957
c9033fe8
TT
49582019-08-15 Tom Tromey <tom@tromey.com>
4959
4960 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
4961 * tui/tui-winsource.c (tui_line_is_displayed): Move to
4962 tui-source.c.
4963 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
4964 Declare.
4965 * tui/tui-source.c (tui_source_window::line_is_displayed): New
4966 method.
4967 (tui_source_window::maybe_update): Update.
4968
088f37dd
TT
49692019-08-15 Tom Tromey <tom@tromey.com>
4970
4971 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
4972 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
4973 tui-disasm.c.
4974 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
4975 Declare.
4976 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
4977 method.
4978 (tui_disasm_window::maybe_update): Update.
4979
a54700c6
TT
49802019-08-15 Tom Tromey <tom@tromey.com>
4981
4982 * tui/tui-winsource.h (struct tui_source_window_base)
4983 <maybe_update>: Declare.
4984 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
4985 method.
4986 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
4987 Declare.
4988 * tui/tui-source.c (tui_source_window::maybe_update): New method.
4989 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
4990 Declare.
4991 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
4992
e2a678a5
TT
49932019-08-15 Tom Tromey <tom@tromey.com>
4994
4995 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
4996
f2dda477
TT
49972019-08-15 Tom Tromey <tom@tromey.com>
4998
4999 * tui/tui-wingeneral.c: Include tui-stack.h.
5000 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
5001 (struct tui_locator_window): Move from tui-data.h.
5002 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
5003 (tui_initialize_static_data): Move from tui-data.c.
5004 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
5005 (struct tui_locator_window): Move to tui-stack.c.
5006 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
5007 (tui_initialize_static_data): Move to tui-stack.c.
5008
ed4a1084
TT
50092019-08-15 Tom Tromey <tom@tromey.com>
5010
5011 * tui/tui-layout.c (show_source_disasm_command)
5012 (show_source_or_disasm_and_command): Use make_visible method, not
5013 tui_make_window.
5014 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
5015 Remove.
5016
65962b20
TT
50172019-08-15 Tom Tromey <tom@tromey.com>
5018
5019 * tui/tui-wingeneral.h (tui_make_window): Update.
5020 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
5021 parameter.
5022 (tui_gen_win_info::make_visible): Update.
5023 * tui/tui-regs.c (tui_data_window::display_registers_from):
5024 Update.
5025 * tui/tui-layout.c (show_source_disasm_command)
5026 (show_source_or_disasm_and_command): Update.
5027 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
5028 (enum tui_box): Remove.
5029 (struct tui_win_info) <can_box>: New method.
5030 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
5031 method.
5032
2208ee91
TV
50332019-08-15 Tom de Vries <tdevries@suse.de>
5034
5035 * linux-nat-trad.c: Include gdbarch.h.
5036
75faf5c4
AH
50372019-08-14 Alan Hayward <alan.hayward@arm.com>
5038
5039 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
5040 register sizes.
5041
b1c896b3
TT
50422019-08-14 Tom Tromey <tromey@adacore.com>
5043
5044 * darwin-nat.c: Include gdbarch.h.
5045 * darwin-nat-info.c: Include gdbarch.h.
5046
6405cd73
TT
50472019-08-13 Tom Tromey <tom@tromey.com>
5048
5049 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
5050 Remove.
5051 * tui/tui-data.c (tui_initialize_static_data): Update.
5052
5216580d
TT
50532019-08-13 Tom Tromey <tom@tromey.com>
5054
5055 * tui/tui-winsource.h (struct tui_exec_info_window)
5056 <~tui_exec_info_window, maybe_allocate_content, get_content,
5057 m_content>: Remove.
5058 (struct tui_source_window_base) <set_exec_info_content,
5059 show_exec_info_content>: Don't declare.
5060 * tui/tui-winsource.c
5061 (tui_exec_info_window::maybe_allocate_content): Remove.
5062 (tui_source_window_base::update_exec_info): Rename from
5063 set_exec_info_content.
5064 (tui_source_window_base::show_exec_info_content)
5065 (tui_source_window_base::update_exec_info): Remove.
5066
93858ad3
TT
50672019-08-13 Tom Tromey <tom@tromey.com>
5068
5069 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5070 declare.
5071 * tui/tui-winsource.c (tui_update_source_window_as_is)
5072 (tui_update_source_windows_with_addr, tui_erase_source_content):
5073 Update.
5074 (tui_clear_exec_info_content): Remove.
5075
e321e7ce
TT
50762019-08-13 Tom Tromey <tom@tromey.com>
5077
5078 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5079 declare.
5080 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5081 call tui_erase_exec_info_content.
5082 (tui_clear_exec_info_content): Rename from
5083 tui_erase_exec_info_content.
5084 (tui_clear_exec_info_content): Delete.
5085
8270ac62
TT
50862019-08-13 Tom Tromey <tom@tromey.com>
5087
5088 * tui/tui-winsource.h (struct tui_source_window_base)
5089 <show_exec_info_content>: Declare.
5090 (tui_show_exec_info_content): Don't declare.
5091 * tui/tui-winsource.c
5092 (tui_source_window_base::show_exec_info_content): Rename from
5093 tui_show_exec_info_content.
5094 (tui_source_window_base::update_exec_info): Update.
5095
7b56485d
TT
50962019-08-13 Tom Tromey <tom@tromey.com>
5097
5098 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5099 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5100 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5101 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5102 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5103 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5104 ... here.
5105
7ba913dc
TT
51062019-08-13 Tom Tromey <tom@tromey.com>
5107
5108 * tui/tui-winsource.h (struct tui_source_window_base)
5109 <update_exec_info>: Declare.
5110 (tui_update_exec_info): Don't declare.
5111 * tui/tui-winsource.c (tui_update_source_window_as_is)
5112 (tui_source_window_base::refresh_all)
5113 (tui_update_all_breakpoint_info): Update.
5114 (tui_source_window_base::update_exec_info): Rename from
5115 tui_update_exec_info.
5116 * tui/tui-stack.c (tui_show_frame_info): Update.
5117
37a4a131
TT
51182019-08-13 Tom Tromey <tom@tromey.com>
5119
5120 * tui/tui-winsource.h (struct tui_source_window_base)
5121 <set_exec_info_content>: Declare.
5122 (tui_set_exec_info_content): Don't declare.
5123 * tui/tui-winsource.c
5124 (tui_source_window_base::set_exec_info_content): Rename from
5125 tui_set_exec_info_content.
5126 (tui_update_exec_info): Update.
5127
0bd27e07
TT
51282019-08-13 Tom Tromey <tom@tromey.com>
5129
5130 * tui/tui-winsource.h (struct tui_source_window_base)
5131 <show_source_content>: Declare.
5132 (tui_show_source_content): Don't declare.
5133 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5134 (tui_source_window_base::show_source_content): Rename from
5135 tui_show_source_content.
5136 (tui_source_window_base::refresh_all): Update.
5137 * tui/tui-layout.c (show_source_disasm_command)
5138 (show_source_or_disasm_and_command): Update.
5139
b4ef5aeb
TT
51402019-08-13 Tom Tromey <tom@tromey.com>
5141
5142 * tui/tui-winsource.c (tui_erase_source_content)
5143 (tui_show_source_content, tui_source_window_base::refresh_all):
5144 Update.
5145 * tui/tui-wingeneral.h
5146 (tui_check_and_display_highlight_if_needed): Don't declare.
5147 * tui/tui-wingeneral.c
5148 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5149 check_and_display_highlight_if_needed.
5150 * tui/tui-win.c (tui_rehighlight_all)
5151 (tui_win_info::make_visible_with_new_height): Update.
5152 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5153 (tui_data_window::erase_data_content)
5154 (tui_data_window::display_all_data): Update.
5155 * tui/tui-data.h (struct tui_win_info)
5156 <check_and_display_highlight_if_needed>: Declare.
5157
fede5273
TT
51582019-08-13 Tom Tromey <tom@tromey.com>
5159
5160 * tui/tui-win.c (tui_resize_all): Call
5161 tui_delete_invisible_windows.
5162 * tui/tui-layout.c (show_layout): Call
5163 tui_delete_invisible_windows.
5164 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5165 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5166
22c3f490
TT
51672019-08-13 Tom Tromey <tom@tromey.com>
5168
5169 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5170 tui_add_win_to_layout.
5171
16cb7910
TT
51722019-08-13 Tom Tromey <tom@tromey.com>
5173
5174 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5175 * tui/tui-layout.c (tui_default_win_height): Now static.
5176
cc0c3ffb
TT
51772019-08-13 Tom Tromey <tom@tromey.com>
5178
5179 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5180 single switch.
5181 (show_source_disasm_command, show_source_or_disasm_and_command):
5182 Don't check current layout.
5183
3f3ffe54
TT
51842019-08-13 Tom Tromey <tom@tromey.com>
5185
5186 * tui/tui-wingeneral.c (make_all_visible): Remove.
5187 (tui_make_all_invisible): Simplify.
5188 * tui/tui-layout.c (tui_make_all_invisible): Move from
5189 tui-wingeneral.c; simplify.
5190 (show_layout): Hoist call to tui_make_all_invisible.
5191 (show_data): Don't call tui_make_all_invisible.
5192
69258091
TT
51932019-08-13 Tom Tromey <tom@tromey.com>
5194
5195 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5196 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5197
62cf57fe
TT
51982019-08-13 Tom Tromey <tom@tromey.com>
5199
5200 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5201 tui-data.c.
5202 (show_source_disasm_command, show_data)
5203 (show_source_or_disasm_and_command): Don't use
5204 tui_set_current_layout_to.
5205 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5206 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5207 tui-layout.c.
5208 (tui_set_current_layout_to): Remove.
5209
2afade5d
TT
52102019-08-13 Tom Tromey <tom@tromey.com>
5211
5212 * tui/tui-layout.c (tui_set_layout): Update.
5213 * tui/tui-data.h (struct tui_layout_def): Remove.
5214 (tui_layout_def): Don't declare.
5215 * tui/tui-data.c (layout_def): Remove.
5216 (tui_layout_def): Remove.
5217
a3504e96
TT
52182019-08-13 Tom Tromey <tom@tromey.com>
5219
5220 * tui/tui-winsource.h (struct tui_source_window_base)
5221 <clear_detail>: No longer "override".
5222 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5223 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5224 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5225 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5226 Remove.
5227 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5228
29c92911
TT
52292019-08-13 Tom Tromey <tromey@adacore.com>
5230
5231 * tracepoint.c: Don't include readline.h or history.h.
5232
86c6b807
TT
52332019-08-12 Tom Tromey <tom@tromey.com>
5234
5235 * configure: Rebuild.
5236 * configure.ac: Check for readline 7.
5237 * NEWS: Mention readline 7 requirement.
5238 * README: Update.
5239
5db2718c
TT
52402019-08-12 Tom Tromey <tom@tromey.com>
5241
5242 * mingw-hdep.c (gdb_select): Remove readline hack.
5243
dac36daf
PFC
52442019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5245
5246 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5247 when the function fails.
5248
1022c627
AA
52492019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5250
5251 * s390-tdep.c (s390_type_align): New function.
5252 (s390_gdbarch_init): Set it as type_align gdbarch method.
5253
eba4caf2
TV
52542019-08-09 Tom de Vries <tdevries@suse.de>
5255
5256 PR gdb/24591
5257 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5258 pc_low with relocation offset.
5259
123cd851
TT
52602019-08-07 Tom Tromey <tromey@adacore.com>
5261
5262 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5263 (print_frame_args): Update.
5264 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5265 Update.
5266 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5267 * frame.h (struct frame_arg): Add initializers.
5268 <error>: Now a unique_xmalloc_ptr.
5269
3d31bc39
AH
52702019-08-07 Alan Hayward <alan.hayward@arm.com>
5271
5272 * NEWS: Expand the Pointer Authentication entry.
5273 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5274 (aarch64_frame_unmask_lr): ... to this.
5275 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5276 Call aarch64_frame_unmask_lr.
5277 * frame.c (struct frame_info): Add "masked" variable.
5278 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5279 (fprint_frame): Check for masked pc.
5280 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5281 declarations.
5282 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5283 * stack.c (print_frame): Check for masked pc.
5284
0cf9feb9
TT
52852019-08-06 Tom Tromey <tom@tromey.com>
5286
5287 * stabsread.c (patch_block_stabs, read_one_struct_field)
5288 (read_enum_type): Use obstack_strndup.
5289 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5290 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5291 * dwarf2read.c (guess_full_die_structure_name)
5292 (anonymous_struct_prefix): Use obstack_strndup.
5293 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5294 * c-exp.y (yylex): Use obstack_strndup.
5295 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5296 (write_var_or_type): Use obstack_strndup.
5297
efba19b0
TT
52982019-08-06 Tom Tromey <tom@tromey.com>
5299
5300 * symfile.c (reread_symbols): Use obstack_strdup.
5301 * stabsread.c (read_type): Use obstack_strdup.
5302 * gdb_obstack.h (obstack_strdup): New overload.
5303 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5304 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5305 (dwarf2_canonicalize_name): Use obstack_strdup.
5306 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5307 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5308 Use obstack_strdup.
5309
f25102f7
TT
53102019-08-06 Tom Tromey <tom@tromey.com>
5311
5312 * gdb_obstack.h (obstack_strdup): Define.
5313 * gdb_obstack.c (obstack_strdup): Don't define.
5314
021887d8
TT
53152019-08-06 Tom Tromey <tom@tromey.com>
5316
5317 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5318 obstack_strdup.
5319 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5320 obstack_strdup.
5321 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5322 * stabsread.c (common_block_start): Use obstack_strdup.
5323 * objfiles.c (set_objfile_main_name, objfile): Use
5324 obstack_strdup.
5325 * namespace.c (add_using_directive): Use obstack_strdup.
5326 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5327 * jit.c (finalize_symtab): Use obstack_strdup.
5328 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5329 (guess_partial_die_structure_name, partial_die_info::fixup)
5330 (dwarf2_name): Use obstack_strdup.
5331 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5332 obstack_strdup.
5333 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5334 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5335 obstack_strdup.
5336 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5337
d2834edc
PW
53382019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5339
5340 * unittests/help-doc-selftests.c: New file.
5341 * Makefile.in: Add the new file.
5342
590042fc
PW
53432019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5344
5345 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5346 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5347 the full first line, except when FOR_VALUE_PREFIX. In this case,
5348 the trailing '.' is not output, and the first character is uppercased.
5349 (print_help_for_command): Update call to print_doc_line.
5350 (print_doc_of_command): Likewise.
5351 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5352 * cli/cli-option.c (append_indented_doc): Do not append newline.
5353 (build_help_option): Append newline after first appended_indented_doc
5354 only if a second call is done.
5355 (build_help): Append 2 new lines before each option, except the first
5356 one.
5357 * compile/compile.c (_initialize_compile): Add new lines after
5358 %OPTIONS%, when not at the end of the help.
5359 Change help doc or code
5360 producing the help doc to respect the invariants.
5361 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5362 Also removed the new line after 'Options:', as all other commands
5363 do not put an empty line between 'Options:' and the first option.
5364 * printcmd.c (_initialize_printcmd): Likewise.
5365 * stack.c (_initialize_stack): Likewise.
5366 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5367 incorrectly telling COMMAND is optional.
5368 * ada-lang.c (_initialize_ada_language): Change help doc or code
5369 producing the help doc to respect the invariants.
5370 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5371 * breakpoint.c (_initialize_breakpoint): Likewise.
5372 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5373 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5374 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5375 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5376 _initialize_cli_style): Likewise.
5377 * corelow.c (core_target_info): Likewise.
5378 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5379 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5380 * filesystem.c (_initialize_filesystem): Likewise.
5381 * frame.c (_initialize_frame): Likewise.
5382 * gnu-nat.c (add_task_commands): Likewise.
5383 * infcall.c (_initialize_infcall): Likewise.
5384 * infcmd.c (_initialize_infcmd): Likewise.
5385 * interps.c (_initialize_interpreter): Likewise.
5386 * language.c (_initialize_language): Likewise.
5387 * linux-fork.c (_initialize_linux_fork): Likewise.
5388 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5389 * maint.c (_initialize_maint_cmds): Likewise.
5390 * memattr.c (_initialize_mem): Likewise.
5391 * printcmd.c (_initialize_printcmd): Likewise.
5392 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5393 _RegEx): Likewise.
5394 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5395 * record-btrace.c (_initialize_record_btrace): Likewise.
5396 * record-full.c (_initialize_record_full): Likewise.
5397 * record.c (_initialize_record): Likewise.
5398 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5399 * regcache.c (_initialize_regcache): Likewise.
5400 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5401 _initialize_remote): Likewise.
5402 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5403 * serial.c (_initialize_serial): Likewise.
5404 * skip.c (_initialize_step_skip): Likewise.
5405 * source.c (_initialize_source): Likewise.
5406 * stack.c (_initialize_stack): Likewise.
5407 * symfile.c (_initialize_symfile): Likewise.
5408 * symtab.c (_initialize_symtab): Likewise.
5409 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5410 * top.c (init_main): Likewise.
5411 * tracefile-tfile.c (tfile_target_info): Likewise.
5412 * tracepoint.c (_initialize_tracepoint): Likewise.
5413 * tui/tui-win.c (_initialize_tui_win): Likewise.
5414 * utils.c (add_internal_problem_command): Likewise.
5415 * valprint.c (value_print_option_defs): Likewise.
5416
404f2902
FCE
54172019-08-06 Frank Ch. Eigler <fche@redhat.com>
5418
5419 PR build/24886
5420 * configure.ac: Drop enable-libmcheck support.
5421 * configure, config.in: Rebuild.
5422 * libmcheck.m4: Remove.
5423 * acinclude.m4: Don't include it.
5424 * Makefile.in: Don't distribute it.
5425 * top.c (print_gdb_configuration): Don't mention it.
5426
046bebe1
TT
54272019-08-06 Tom Tromey <tom@tromey.com>
5428
5429 * utils.c (set_output_style): Sometimes pass stream to
5430 emit_style_escape.
5431 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5432 * record-btrace.c (btrace_insn_history): Update.
5433 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5434 method.
5435 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5436 Update initializers.
5437 <m_uiout>: New field.
5438 <m_di>: Move lower.
5439 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5440 Remove "uiout" parameter.
5441 (dump_insns): Update.
5442 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5443 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5444
ddbcedf5
CB
54452019-08-06 Christian Biesinger <cbiesinger@google.com>
5446
5447 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5448 (error_in_psymtab_expansion): Likewise.
5449 (lookup_symbol_via_quick_fns): Likewise.
5450 (basic_lookup_transparent_type_quick): Likewise.
5451 (basic_lookup_transparent_type_1): Likewise.
5452
b08b16c8
TT
54532019-08-06 Tom Tromey <tromey@adacore.com>
5454
5455 * source.c (last_source_error): Now bool.
5456 (print_source_lines_base): Make "noprint" bool. Only open
5457 source file when last_source_visited changes.
5458
cb44333d
TT
54592019-08-06 Tom Tromey <tromey@adacore.com>
5460
5461 * annotate.c (annotate_source_line): Use g_source_cache.
5462 * source-cache.c (source_cache::get_plain_source_lines): Change
5463 parameters. Populate m_offset_cache.
5464 (source_cache::ensure): New method.
5465 (source_cache::get_line_charpos): New method.
5466 (extract_lines): Move lower. Change parameters.
5467 (source_cache::get_source_lines): Move lower.
5468 * source-cache.h (class source_cache): Update comment.
5469 <get_line_charpos>: New method.
5470 <get_source_lines>: Update comment.
5471 <clear>: Clear m_offset_cache.
5472 <get_plain_source_lines>: Change parameters.
5473 <ensure>: New method
5474 <m_offset_cache>: New member.
5475 * source.c (forget_cached_source_info_for_objfile): Update.
5476 (info_source_command): Use g_source_cache.
5477 (find_source_lines, open_source_file_with_line_charpos): Remove.
5478 (print_source_lines_base, search_command_helper): Use g_source_cache.
5479 * source.h (open_source_file_with_line_charpos): Don't declare.
5480 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5481 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5482 Use g_source_cache.
5483
872dceaa
TT
54842019-08-06 Tom Tromey <tromey@adacore.com>
5485
5486 * source-cache.c (source_cache::get_plain_source_lines):
5487 Remove "first_line" and "last_line" parameters.
5488 (source_cache::get_source_lines): Cache plain text.
5489 * source-cache.h (class source_cache)
5490 <get_plain_source_lines>: Update.
5491
269249d9
TT
54922019-08-06 Tom Tromey <tromey@adacore.com>
5493
5494 * source-cache.c (extract_lines): No longer a method.
5495 Changed type of parameter. Include final newline.
5496 (selftests::extract_lines_test): New function.
5497 (_initialize_source_cache): Likewise.
5498 * source-cache.h (class source_cache)
5499 <extract_lines>: Don't declare.
5500
c0e8dcd8
TT
55012019-08-06 Tom Tromey <tromey@adacore.com>
5502
5503 * breakpoint.c (init_breakpoint_sal): Update.
5504 (breakpoint): Update.
5505 * breakpoint.h (struct breakpoint) <filter>: Now a
5506 unique_xmalloc_ptr.
5507
0b27c27d
CB
55082019-08-05 Christian Biesinger <cbiesinger@google.com>
5509
5510 * NEWS: Mention dictionary access on blocks.
5511 * python/py-block.c (blpy_getitem): New function.
5512 (block_object_as_mapping): New struct.
5513 (block_object_type): Use new struct for tp_as_mapping field.
5514
4ee94178
CB
55152019-08-05 Christian Biesinger <cbiesinger@google.com>
5516
5517 * objfiles.h (objfile): Add a comment describing partial symbols.
5518
8abfcabc
TT
55192019-08-05 Tom Tromey <tromey@adacore.com>
5520
5521 * compile/compile.c (_initialize_compile): Use _(), not N_().
5522 * thread.c (_initialize_thread): Use _(), not N_().
5523 * stack.c (_initialize_stack): Use _(), not N_().
5524 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5525
2b79f376
SM
55262019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5527
5528 * dwarf2read.c (struct dw2_symtab_iterator):
5529 <want_specific_block>: Remove.
5530 <block_index>: Change type to gdb::optional.
5531 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5532 change type of BLOCK_INDEX parameter to gdb::optional.
5533 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5534 (dw2_lookup_symbol): Don't pass argument for
5535 WANT_SPECIFIC_BLOCK.
5536 (dw2_expand_symtabs_for_function): Don't pass argument for
5537 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5538 (class dw2_debug_names_iterator)
5539 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5540 parameter, change BLOCK_INDEX type to gdb::optional.
5541 <m_want_specific_block>: Remove.
5542 <m_block_index>: Change type to gdb::optional.
5543 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5544 gdb::optional. Re-write in function of gdb::optional.
5545 (dw2_debug_names_lookup_symbol): Don't pass argument for
5546 WANT_SPECIFIC_BLOCK.
5547 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5548 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5549 BLOCK_INDEX.
5550
ae60f04e
PW
55512019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5552
5553 * NEWS: Mention changes to "info sources" command.
5554
28cd9371
PW
55552019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5556
5557 * symtab.c (filename_partial_match_opts): New struct type.
5558 (struct output_source_filename_data): New members
5559 regexp, c_regexp, partial_match.
5560 (output_source_filename): Use new members to decide to print file.
5561 (info_sources_option_defs): New variable.
5562 (make_info_sources_options_def_group, print_info_sources_header,
5563 info_sources_command_completer):
5564 New functions.
5565 (info_sources_command): Read new optional arguments.
5566 (_initialize_symtab): Update info sources help.
5567
ca683e3a
AO
55682019-08-02 Alexandre Oliva <oliva@adacore.com>
5569
5570 * ada-lang.c (exception_support_info_v0): Renamed from...
5571 (default_exception_support_info): ... this. Create new
5572 definition for v1.
5573 (ada_has_this_exception_support): Look up catch_handlers_sym.
5574 (ada_exception_support_info_sniffer): Try v0 after default.
5575
f1264162
TT
55762019-08-01 Tom Tromey <tromey@adacore.com>
5577
5578 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5579 gdbarch.h.
5580
0a7b2485
CB
55812019-08-01 Christian Biesinger <cbiesinger@google.com>
5582
5583 * s12z-tdep.c: Fix include path for s12z-opc.h.
5584
c6bdbeb7
AH
55852019-08-01 Alan Hayward <alan.hayward@arm.com>
5586
5587 * NEWS: Require GNU make 3.82.
5588
a2bd7b82
TT
55892019-07-16 Tom Tromey <tom@tromey.com>
5590
5591 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5592 declare.
5593
aa3b6533
TT
55942019-07-30 Tom Tromey <tromey@adacore.com>
5595
5596 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5597
a1530dc7
KB
55982019-07-30 Kevin Buettner <kevinb@redhat.com>
5599
5600 * printcmd.c (print_address_symbolic): Print negative offsets.
5601 (build_address_symbolic): Force signed arithmetic when computing
5602 offset.
5603
2906593f
CB
56042019-07-30 Christian Biesinger <cbiesinger@google.com>
5605
5606 PR/24474: Add a function to lookup static variables.
5607 * NEWS: Mention this new function.
5608 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5609 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5610 * python/python.c (python_GdbMethods): Add new function.
5611
c620ed88
CB
56122019-07-29 Christian Biesinger <cbiesinger@google.com>
5613
5614 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5615 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5616 (objfpy_lookup_static_symbol): New function.
5617 (objfile_object_methods): Add new functions.
5618
bc4268a5
PW
56192019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5620
5621 * NEWS: Mention 'set|show print frame-info'. Mention new
5622 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5623 backtrace argument. Mention that python frame filtering code
5624 is now consistent with what 'backtrace' command prints.
5625
4b5e8d19
PW
56262019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5627
5628 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5629 comments.
5630 (print_frame_info_auto, print_frame_info_source_line,
5631 print_frame_info_location, print_frame_info_source_and_location,
5632 print_frame_info_location_and_address, print_frame_info_short_location):
5633 New declarations.
5634 (struct frame_print_options): New member print_frame_info.
5635 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5636 * stack.h (get_user_print_what_frame_info): New declaration.
5637 (frame_show_address): New declaration.
5638 * stack.c (print_frame_arguments_choices): New value 'presence'.
5639 (print_frame_info_auto, print_frame_info_source_line,
5640 print_frame_info_location, print_frame_info_source_and_location,
5641 print_frame_info_location_and_address, print_frame_info_short_location,
5642 print_frame_info_choices, print_frame_info_print_what): New definitions.
5643 (print_frame_args): Only print dots for args if print frame-arguments
5644 is 'presence'.
5645 (frame_print_option_defs): New element for "frame-info".
5646 (get_user_print_what_frame_info): New function.
5647 (frame_show_address): Make non static. Move comment to stack.h.
5648 (print_frame_info_to_print_what): New function.
5649 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5650 to decide what to print.
5651 (backtrace_command_1): Handle the new print_frame_arguments_presence
5652 value.
5653 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5654 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5655 (py_print_frame): In non-mi mode, use LOCATION as default for
5656 print_what, similarly to frame information printed directly by
5657 backtrace command. Handle frame-info user option in non MI mode.
5658
6bdfee81
KB
56592019-07-27 Kevin Buettner <kevinb@redhat.com>
5660
5661 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5662 Add case for debugging 32-bit target on 64-bit host. Revise
5663 comment.
5664
98a617f8
KB
56652019-07-27 Kevin Buettner <kevinb@redhat.com>
5666
5667 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5668 instead of find_function_entry_range_from_pc.
5669
567238c9
KB
56702019-07-27 Kevin Buettner <kevinb@redhat.com>
5671
5672 * stack.c (find_frame_funname): Remove code which preferred
5673 minsym over symtab sym in "certain pathological cases".
5674
2dc80cf8
KB
5675 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5676 parameter. Change type of "do_demangle" to bool.
5677 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5678 Pass suitable "prefer_sym_over_minsym" flag to
5679 build_address_symbolic(). Don't output "+" for negative offsets.
5680 * printcmd.c (print_address_symbolic): Update invocation of
5681 build_address_symbolic to include a "prefer_sym_over_minsym"
5682 flag.
5683 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5684 Restrict cases in which use of minimal symbol is preferred to that
5685 of a found symbol. Update comments.
5686
1aff7173
KB
5687 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5688 for entry pc when entry pc is out of range for that FDE.
5689
89b085ac
BC
56902019-07-26 Brian Callahan <bcallah@openbsd.org>
5691
5692 PR gdb/24839:
5693 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5694 type.
5695
f32feb4a
CB
56962019-07-25 Christian Biesinger <cbiesinger@google.com>
5697
5698 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5699 this function's Python signature.
5700
5701
57022019-07-24 Christian Biesinger <cbiesinger@google.com>
442853af
CB
5703
5704 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5705 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5706 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5707 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5708 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5709
5710
c54e4253
YS
57112019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5712
5713 * h8300-tdep.c (h8300_register_name_common): New.
5714 h8300_register_name): Use h8300_register_name_common.
5715 (h8300s_register_name): Likewise.
5716 (h8300sx_register_name): Likewise.
5717 (h8300h_register_nam): New.
5718 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5719
5720
40eadf04
SP
57212019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5722
5723 * arm-tdep.c (arm_skip_cmse_entry): New function.
5724 (arm_is_sgstubs_section): New function.
5725 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5726
bfa2a36d
TT
57272019-07-22 Tom Tromey <tom@tromey.com>
5728
5729 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5730 Don't self-assign.
5731
a8e9d247
AB
57322019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5733
5734 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5735 type_print.
5736
eb86c5e2
AB
57372019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5738
5739 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5740 so that GDB doesn't match any msymbols when searching in the
5741 TYPES_DOMAIN.
5742 (print_symbol_info): Print using typedef_print or type_print based
5743 on the type of the symbol. Add updated FIXME comment moved from...
5744 (_initialize_symtab): ... move and update FIXME comment to above.
5745
a8eab7c6
AB
57462019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5747
5748 * NEWS: Mention adding -q option to "info types".
5749 * symtab.c (struct info_types_options): New struct.
5750 (info_types_options_defs): New variable.
5751 (make_info_types_options_def_group): New function.
5752 (info_types_command): Use gdb::option framework to parse options.
5753 (info_types_command_completer): New function.
5754 (_initialize_symtab): Extend the help text on "info types" and
5755 register command completer.
5756
b4603c34
CB
57572019-07-21 Christian Biesinger <cbiesinger@google.com>
5758
5759 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5760 (lookup_symbol_in_objfile): Change int to block_enum and add a
5761 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5762
c8cdc1e0
CB
57632019-07-20 Christian Biesinger <cbiesinger@google.com>
5764
5765 * MAINTAINERS (Write After Approval): Add self.
5766
01e175fe
AB
57672019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5768
5769 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5770 instruction to the dummy code region.
5771
56f79b63
TT
57722019-07-19 Tom Tromey <tromey@adacore.com>
5773
5774 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5775 (ARGSUSED, PARAMS, __func__): Remove rules.
5776
4c5aa8e0
AH
57772019-07-19 Alan Hayward <alan.hayward@arm.com>
5778
5779 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5780 * features/arm/arm-with-iwmmxt.c: Remove.
5781 * features/arm/arm-with-iwmmxt.xml: Remove.
5782 * features/arm/arm-with-m-fpa-layout.c: Remove.
5783 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5784 * features/arm/arm-with-m-vfp-d16.c: Remove.
5785 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5786 * features/arm/arm-with-m.c: Remove.
5787 * features/arm/arm-with-m.xml: Remove.
5788 * features/arm/arm-with-neon.c: Remove.
5789 * features/arm/arm-with-neon.xml: Remove.
5790 * features/arm/arm-with-vfpv2.c: Remove.
5791 * features/arm/arm-with-vfpv2.xml: Remove.
5792 * features/arm/arm-with-vfpv3.c: Remove.
5793 * features/arm/arm-with-vfpv3.xml: Remove.
5794
f42b2617
AH
57952019-07-19 Alan Hayward <alan.hayward@arm.com>
5796
5797 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5798
f29ec966
AH
57992019-07-19 Alan Hayward <alan.hayward@arm.com>
5800
5801 * arch/aarch32.c (aarch32_create_target_description): Create
5802 target descriptions using features.
5803 * arch/arm.c (arm_create_target_description)
5804 (arm_create_mprofile_target_description): Likewise.
5805 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5806
d105cce5
AH
58072019-07-19 Alan Hayward <alan.hayward@arm.com>
5808
5809 * Makefile.in: Add new files.
5810 * aarch32-tdep.c: New file.
5811 * aarch32-tdep.h: New file.
5812 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5813 Call aarch32_read_description.
5814 * arch/aarch32.c: New file.
5815 * arch/aarch32.h: New file.
5816 * arch/arm.c (arm_create_target_description)
5817 (arm_create_mprofile_target_description): New function.
5818 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5819 (arm_create_target_description)
5820 (arm_create_mprofile_target_description): New declaration.
5821 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5822 read_description functions.
5823 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5824 Likewise.
5825 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5826 * arm-tdep.c (tdesc_arm_list): New variable.
5827 (arm_register_g_packet_guesses): Call create description functions.
5828 (arm_read_description) (arm_read_mprofile_description): New
5829 function.
5830 * arm-tdep.h (arm_read_description)
5831 (arm_read_mprofile_description): Add declaration.
5832 * configure.tgt: Add new files.
5833
afe09f0b
GL
58342019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5835
5836 * top.c (new_ui_command): Open specified terminal just once.
5837
cd215b2e
TT
58382019-07-18 Tom Tromey <tromey@adacore.com>
5839
5840 * symtab.c (main_name): Constify return type.
5841 * symfile.c (set_initial_language): Update.
5842 * symtab.h (main_name): Constify return type.
5843
d8f68fcb
TT
58442019-07-17 Tom Tromey <tom@tromey.com>
5845
5846 * tui/tui-winsource.c (tui_update_source_window)
5847 (tui_update_source_window_as_is)
5848 (tui_update_source_windows_with_line): Remove return.
5849 * tui/tui-disasm.c (tui_show_disassem)
5850 (tui_show_disassem_and_update_source): Remove return.
5851 * tui/tui.c (tui_reset): Remove return.
5852 * tui/tui-wingeneral.c
5853 (tui_check_and_display_highlight_if_needed): Remove return.
5854
ca5af91e
TT
58552019-07-17 Tom Tromey <tom@tromey.com>
5856
5857 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5858
5104fe36
TT
58592019-07-17 Tom Tromey <tom@tromey.com>
5860
5861 * tui/tui-winsource.h (struct tui_exec_info_window)
5862 (struct tui_source_window_base): Move from tui-data.h.
5863 * tui/tui-winsource.c: Move many method definitions from
5864 elsewhere. Remove "structuring" comments.
5865 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5866 (tui_source_window_base::refresh_window): Move to
5867 tui-winsource.c.
5868 * tui/tui-win.c (tui_source_window_base::refresh_all)
5869 (tui_source_window_base::update_tab_width)
5870 (tui_source_window_base::set_new_height)
5871 (tui_source_window_base::do_make_visible_with_new_height): Move to
5872 tui-winsource.c.
5873 * tui/tui-source.h: Update.
5874 * tui/tui-source.c (tui_source_window_base::reset): Move to
5875 tui-winsource.c.
5876 * tui/tui-disasm.h: Update.
5877 * tui/tui-data.h (struct tui_exec_info_window): Move to
5878 tui-winsource.h.
5879 (struct tui_source_window_base): Likewise.
5880 * tui/tui-data.c (tui_source_window_base::clear_detail)
5881 (tui_source_window_base, ~tui_source_window_base): Move to
5882 tui-winsource.c.
5883
daa15dde
TT
58842019-07-17 Tom Tromey <tom@tromey.com>
5885
5886 * tui/tui-win.c (tui_resize_all)
5887 (tui_source_window_base::update_tab_width)
5888 (tui_adjust_win_heights): Update.
5889 (tui_win_info::make_invisible_and_set_new_height): Rename from
5890 make_invisible_and_set_new_height.
5891 * tui/tui-data.h (struct tui_win_info)
5892 <make_invisible_and_set_new_height>: New method.
5893
bfad4537
TT
58942019-07-17 Tom Tromey <tom@tromey.com>
5895
5896 * tui/tui.c: Update.
5897 * tui/tui-source.h (struct tui_source_window): Move from
5898 tui-data.h.
5899 * tui/tui-layout.c: Update.
5900 * tui/tui-disasm.c: Update.
5901 * tui/tui-data.h (struct tui_source_window): Move to
5902 tui-source.h.
5903
88f7e873
TT
59042019-07-17 Tom Tromey <tom@tromey.com>
5905
5906 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5907 tui-data.h.
5908 * tui/tui-data.h (struct tui_disasm_window): Move to
5909 tui-disasm.h.
5910
96bd6233
TT
59112019-07-17 Tom Tromey <tom@tromey.com>
5912
5913 * tui/tui-regs.h (struct tui_data_item_window): Move from
5914 tui-data.h.
5915 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5916 * tui/tui-data.h (struct tui_data_item_window): Move to
5917 tui-regs.h.
5918 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5919
ce38393b
TT
59202019-07-17 Tom Tromey <tom@tromey.com>
5921
5922 * tui/tui.c: Update.
5923 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5924 (tui_cmd_window::max_height): Move to tui-command.c.
5925 * tui/tui-layout.c: Update.
5926 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5927 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5928 tui-command.c.
5929 * tui/tui-command.h (struct tui_cmd_window): Move from
5930 tui-data.h.
5931 * tui/tui-command.c: Remove "structuring" comments.
5932 (tui_cmd_window::clear_detail)
5933 (tui_cmd_window::do_make_visible_with_new_height)
5934 (tui_cmd_window::max_height): Move from elsewhere.
5935
2d8b51cb
TT
59362019-07-17 Tom Tromey <tom@tromey.com>
5937
5938 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5939 Now static.
5940 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5941 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5942
18ab23af
TT
59432019-07-17 Tom Tromey <tom@tromey.com>
5944
5945 * tui/tui.c: Update.
5946 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
5947 tui-regs.c.
5948 * tui/tui-windata.h: Remove file.
5949 * tui/tui-windata.c: Remove file.
5950 * tui/tui-win.c (tui_data_window::set_new_height)
5951 (tui_data_window::do_make_visible_with_new_height): Move to
5952 tui-regs.c.
5953 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
5954 * tui/tui-regs.c: Remove "structuring" comments.
5955 (tui_data_window::first_data_item_displayed)
5956 (tui_data_window::delete_data_content_windows)
5957 (tui_data_window::erase_data_content)
5958 (tui_data_window::display_all_data)
5959 (tui_data_window::refresh_all)
5960 (tui_data_window::do_scroll_vertical)
5961 (tui_data_window::clear_detail, tui_data_window::set_new_height)
5962 (tui_data_window::do_make_visible_with_new_height)
5963 (tui_data_window::refresh_window): Move from elsewhere.
5964 (_initialize_tui_regs): Move to end of file.
5965 * tui/tui-layout.c: Update.
5966 * tui/tui-hooks.c: Update.
5967 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
5968 * tui/tui-data.c (tui_data_window::clear_detail): Move to
5969 tui-regs.c.
5970 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
5971
88b7e7cc
TT
59722019-07-17 Tom Tromey <tom@tromey.com>
5973
5974 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
5975 seen.
5976
0fcd3711
TT
59772019-07-17 Tom Tromey <tom@tromey.com>
5978
5979 * tui/tui-win.c (tui_source_window_base::set_new_height)
5980 (tui_source_window_base::do_make_visible_with_new_height): Use
5981 m_has_locator field directly.
5982 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
5983 method.
5984 (struct tui_source_window_base) <has_locator>: Likewise.
5985
4a38112d
TT
59862019-07-17 Tom Tromey <tom@tromey.com>
5987
5988 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
5989 Don't declare.
5990 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
5991 Remove.
5992 * tui/tui-win.c (tui_source_window_base::set_new_height)
5993 (tui_source_window_base::set_new_height)
5994 (make_invisible_and_set_new_height)
5995 (tui_source_window_base::do_make_visible_with_new_height)
5996 (tui_source_window_base::do_make_visible_with_new_height):
5997 Update.
5998 * tui/tui-layout.c (show_source_disasm_command, show_data)
5999 (show_source_or_disasm_and_command): Update.
6000 * tui/tui-layout.c (show_layout): Update.
6001
09129226
TT
60022019-07-17 Tom Tromey <tom@tromey.com>
6003
6004 * tui/tui-layout.c (make_data_window): Remove.
6005 (show_data): Unify creation and re-initialization cases.
6006
4a8a5e84
TT
60072019-07-17 Tom Tromey <tom@tromey.com>
6008
6009 * tui/tui-layout.c (make_source_window, make_disasm_window):
6010 Remove.
6011 (show_data): Unify creation and re-initialization cases.
6012
76d2be8e
TT
60132019-07-17 Tom Tromey <tom@tromey.com>
6014
6015 * tui/tui-layout.c (make_command_window): Remove.
6016 (show_source_disasm_command, show_source_or_disasm_and_command):
6017 Unify creation and re-initialization cases.
6018
890b8bde
TT
60192019-07-17 Tom Tromey <tom@tromey.com>
6020
6021 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
6022 creation and re-initialization cases.
6023
2cdfa113
TT
60242019-07-17 Tom Tromey <tom@tromey.com>
6025
6026 * tui/tui-regs.c (tui_get_register): Return void.
6027
8e3cfd09
TT
60282019-07-17 Tom Tromey <tom@tromey.com>
6029
6030 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
6031 Simplify.
6032
f4e04977
TT
60332019-07-17 Tom Tromey <tom@tromey.com>
6034
6035 * tui/tui-layout.c (show_source_disasm_command): Simplify window
6036 resetting.
6037
0379b883
TT
60382019-07-17 Tom Tromey <tom@tromey.com>
6039
6040 * tui/tui.h (tui_set_layout_by_name): Don't declare.
6041 * tui/tui-regs.c (tui_reg_layout): New function.
6042 (tui_show_registers, tui_reg_command): Use it.
6043 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
6044 (tui_layout_command): Rename from tui_set_layout_by_name. Change
6045 parameters.
6046 (tui_layout_command): Remove.
6047
b7fbad91
TT
60482019-07-17 Tom Tromey <tom@tromey.com>
6049
6050 * tui/tui-layout.h (tui/tui-layout): Return void.
6051 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
6052
4e1e56b9
TT
60532019-07-17 Tom Tromey <tom@tromey.com>
6054
6055 * tui/tui-layout.c (show_source_disasm_command, show_data):
6056 Update.
6057 (reset_locator): Remove.
6058 (show_source_or_disasm_and_command): Update.
6059
1e0c09ba
TT
60602019-07-17 Tom Tromey <tom@tromey.com>
6061
6062 * tui/tui-source.c (tui_source_window_base::reset): Remove
6063 win_type parameter.
6064 * tui/tui-layout.c (make_command_window, make_source_window)
6065 (make_disasm_window, make_data_window)
6066 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6067 (reset_locator, show_source_or_disasm_and_command): Update.
6068 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6069 win_type parameter.
6070 (struct tui_source_window_base) <reset>: Likewise.
6071
1bf605de
TT
60722019-07-17 Tom Tromey <tom@tromey.com>
6073
6074 * tui/tui-layout.c (show_source_disasm_command): Use
6075 reset_locator.
6076 (reset_locator): New function.
6077 (init_and_make_win): Remove.
6078 (show_source_or_disasm_and_command): Use reset_locator.
6079
098f9ed4
TT
60802019-07-17 Tom Tromey <tom@tromey.com>
6081
6082 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6083 condition.
6084 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6085 Remove condition.
6086 * tui/tui-source.c (tui_source_window_base::reset): New method.
6087 * tui/tui-layout.c (make_command_window): Don't call
6088 init_and_make_win.
6089 (make_source_window, make_disasm_window): Don't call
6090 make_source_or_disasm_window.
6091 (make_data_window): Don't call init_and_make_win. Change calling
6092 convention.
6093 (show_source_disasm_command, show_data): Simplify.
6094 (make_source_or_disasm_window): Remove.
6095 (show_source_or_disasm_and_command): Simplify.
6096 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6097 (struct tui_source_window_base) <reset>: Likewise.
6098 <execution_info>: Remove initializer.
6099 * tui/tui-data.c (tui_source_window_base): Initialize
6100 execution_info.
6101
80110957
TT
61022019-07-17 Tom Tromey <tom@tromey.com>
6103
6104 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6105 variable.
6106
cf82af05
TT
61072019-07-17 Tom Tromey <tom@tromey.com>
6108
6109 * tui/tui.c (tui_rl_other_window): Update.
6110 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6111 superclass method first. Always iterate over regs_content.
6112 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6113 method.
6114 * tui/tui-win.c (tui_set_focus_command): Update.
6115
01aeb396
TT
61162019-07-17 Tom Tromey <tom@tromey.com>
6117
6118 * tui/tui-win.c (tui_set_focus_command): Rename from
6119 tui_set_focus. Call tui_enable.
6120 (tui_set_focus_command): Remove.
6121
fd6c75ee
TT
61222019-07-17 Tom Tromey <tom@tromey.com>
6123
6124 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6125 refresh_window.
6126 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6127 touchwin.
6128 (tui_data_window::refresh_window): Call refresh_window on data
6129 items. Always call superclass refresh_window.
6130 (tui_win_info::refresh): Remove.
6131 (tui_source_window_base::refresh_window): Update.
6132 (tui_refresh_all): Update.
6133 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6134 refresh_window.
6135 (show_source_or_disasm_and_command): Likewise.
6136 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6137 (struct tui_source_window_base) <refresh>: Likewise.
6138
f6cc34a9
TT
61392019-07-17 Tom Tromey <tom@tromey.com>
6140
6141 * tui/tui-winsource.c (tui_clear_source_content)
6142 (tui_show_source_content): Update.
6143 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6144 whether content is empty.
6145 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6146 Remove.
6147
f31ec9af
TT
61482019-07-17 Tom Tromey <tom@tromey.com>
6149
6150 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6151 window's contents.
6152 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6153 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6154
d1b6f1e5
TT
61552019-07-17 Tom Tromey <tom@tromey.com>
6156
6157 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6158 (struct tui_data_item_window): Update.
6159
d9743a13
TT
61602019-07-17 Tom Tromey <tom@tromey.com>
6161
6162 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6163 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6164 defines.
6165
caf0bc4e
TT
61662019-07-17 Tom Tromey <tom@tromey.com>
6167
6168 * tui/tui-winsource.h (tui_erase_source_content)
6169 (tui_clear_source_content): Remove "display_prompt" parameter.
6170 * tui/tui-winsource.c (tui_update_source_window_as_is)
6171 (tui_update_source_windows_with_addr): Update.
6172 (tui_clear_source_content): Remove "display_prompt" parameter.
6173 (tui_erase_source_content): Likewise. Simplify.
6174 (tui_show_source_content): Update.
6175 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6176 * tui/tui-stack.c (tui_show_frame_info): Update.
6177 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6178 Remove defines.
6179
9d391078
TT
61802019-07-17 Tom Tromey <tom@tromey.com>
6181
6182 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6183 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6184 parameter.
6185 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6186 parameter.
6187
a38da35d
TT
61882019-07-17 Tom Tromey <tom@tromey.com>
6189
6190 * tui/tui-winsource.c (tui_clear_source_content)
6191 (tui_show_source_content, tui_show_exec_info_content)
6192 (tui_clear_exec_info_content): Update.
6193 * tui/tui-stack.c (tui_show_locator_content): Update.
6194 (tui_show_frame_info): Update.
6195 * tui/tui-source.h (tui_source_window): Don't declare.
6196 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6197 from tui_source_is_displayed.
6198 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6199 Remove field.
6200 (struct tui_source_window_base) <content_in_use>: New field. Now
6201 bool.
6202 (struct tui_source_window) <showing_source_p>: New method.
6203 (TUI_SRC_WIN): Change cast.
6204 * tui/tui-data.c (tui_initialize_static_data): Update.
6205
c2cd8994
TT
62062019-07-17 Tom Tromey <tom@tromey.com>
6207
6208 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6209 location_matches_p.
6210 * tui/tui-source.c (tui_source_window::location_matches_p): New
6211 method.
6212 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6213 method.
6214 * tui/tui-data.h (struct tui_source_window_base)
6215 <location_matches_p>: New method.
6216 (struct tui_source_window, struct tui_disasm_window)
6217 <location_matches_p>: Likewise.
6218
4dde7b34
TT
62192019-07-17 Tom Tromey <tom@tromey.com>
6220
6221 * tui/tui-win.c (tui_set_win_height_command): Rename from
6222 tui_set_win_height.
6223 (tui_set_win_height_command): Remove.
6224
b73dd877
TT
62252019-07-17 Tom Tromey <tom@tromey.com>
6226
6227 * tui/tui-source.c (tui_source_window): New constructor. Add
6228 observer.
6229 (~tui_source_window): New destructor.
6230 (tui_source_window::style_changed): New method.
6231 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6232 (tui_attach_detach_observers): Update.
6233 * tui/tui-data.h (struct tui_source_window): Make constructor not
6234 inline. Add destructor.
6235 (struct tui_source_window) <style_changed>: New method.
6236 <m_observable>: New member.
6237
ae2b5380
TT
62382019-07-17 Tom Tromey <tom@tromey.com>
6239
6240 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6241 * tui/tui-win.c (tui_resize_all): Fix typo.
6242
1ce3e844
TT
62432019-07-17 Tom Tromey <tom@tromey.com>
6244
6245 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6246 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6247 (tui_refresh_all): Remove "list" parameter. Use foreach.
6248 * tui/tui-win.c (window_name_completer): Use foreach.
6249 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6250 (update_tab_width): Likewise.
6251 * tui/tui-layout.c (show_layout): Update.
6252 * tui/tui-data.h (class tui_window_iterator): New.
6253 (struct all_tui_windows): New.
6254 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6255
fe3eaf1c
TT
62562019-07-17 Tom Tromey <tom@tromey.com>
6257
6258 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6259 parameter. Don't reference globals.
6260 (tui_reg_command): Update.
6261
368c1354
TT
62622019-07-17 Tom Tromey <tom@tromey.com>
6263
6264 * tui/tui-regs.c (tui_show_registers): Simplify.
6265
e80cd204
TT
62662019-07-17 Tom Tromey <tom@tromey.com>
6267
6268 * tui/tui-regs.c (tui_show_registers): Update.
6269 (tui_show_register_group): Add win_info parameter.
6270
aca2dd16
TT
62712019-07-17 Tom Tromey <tom@tromey.com>
6272
6273 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6274 Rename from tui_display_reg_element_at_line.
6275 (tui_data_window::display_registers_from_line): Update.
6276 * tui/tui-data.h (struct tui_data_window)
6277 <display_reg_element_at_line>: New method.
6278
517e9505
TT
62792019-07-17 Tom Tromey <tom@tromey.com>
6280
6281 * tui/tui-regs.h (tui_display_registers_from)
6282 (tui_display_registers_from_line): Don't declare.
6283 * tui/tui-windata.c (tui_data_window::display_all_data)
6284 (tui_data_window::refresh_all)
6285 (tui_data_window::do_scroll_vertical): Update.
6286 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6287 from tui_display_registers_from.
6288 (tui_display_reg_element_at_line): Update.
6289 (tui_data_window::display_registers_from_line): Rename from
6290 tui_display_registers_from_line.
6291 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6292 display_registers_from_line>: New methods.
6293
f76d8b19
TT
62942019-07-17 Tom Tromey <tom@tromey.com>
6295
6296 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6297 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6298 from tui_erase_data_content.
6299 (tui_data_window::display_all_data)
6300 (tui_data_window::refresh_all)
6301 (tui_data_window::do_scroll_vertical): Update.
6302 * tui/tui-regs.c (tui_show_registers): Update.
6303 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6304 New method.
6305
b4094625
TT
63062019-07-17 Tom Tromey <tom@tromey.com>
6307
6308 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6309 declare.
6310 * tui/tui-windata.c
6311 (tui_data_window::delete_data_content_windows): Rename from
6312 tui_delete_data_content_windows.
6313 (tui_data_window::display_all_data)
6314 (tui_data_window::do_scroll_vertical): Update.
6315 * tui/tui-data.h (struct tui_data_window)
6316 <delete_data_content_windows>: New method.
6317
c223a729
TT
63182019-07-17 Tom Tromey <tom@tromey.com>
6319
6320 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6321 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6322
50daf268
TT
63232019-07-17 Tom Tromey <tom@tromey.com>
6324
6325 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6326 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6327 from tui_display_all_data.
6328 * tui/tui-win.c
6329 (tui_data_window::do_make_visible_with_new_height): Update.
6330 * tui/tui-regs.c (tui_show_registers): Update.
6331 * tui/tui-layout.c (tui_set_layout): Update.
6332 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6333 method.
6334
df5f8cab
TT
63352019-07-17 Tom Tromey <tom@tromey.com>
6336
6337 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6338 * tui/tui-windata.c (tui_display_data_from): Remove.
6339 (tui_data_window::refresh_all): Update.
6340
80cb6c27
TT
63412019-07-17 Tom Tromey <tom@tromey.com>
6342
6343 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6344 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6345 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6346 tui_display_registers_from_line.
6347 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6348 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6349 "force_display" parameter.
6350
baff0c28
TT
63512019-07-17 Tom Tromey <tom@tromey.com>
6352
6353 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6354 declare.
6355 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6356 Rename from tui_first_reg_element_no_inline.
6357 (tui_display_reg_element_at_line)
6358 (tui_display_registers_from_line): Update.
6359 * tui/tui-data.h (struct tui_data_window)
6360 <first_reg_element_no_inline>: New method.
6361
3b23c5f2
TT
63622019-07-17 Tom Tromey <tom@tromey.com>
6363
6364 * tui/tui-windata.c (tui_display_data_from)
6365 (tui_data_window::do_scroll_vertical): Update.
6366 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6367 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6368 Rename from tui_line_from_reg_element_no.
6369 (tui_display_registers_from_line): Update.
6370 * tui/tui-data.h (struct tui_data_window)
6371 <line_from_reg_element_no>: New method.
6372
0b5ec218
TT
63732019-07-17 Tom Tromey <tom@tromey.com>
6374
6375 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6376 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6377 tui_last_regs_line_no.
6378 (tui_display_reg_element_at_line)
6379 (tui_display_registers_from_line): Update.
6380 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6381 method.
6382
0807ab7b
TT
63832019-07-17 Tom Tromey <tom@tromey.com>
6384
6385 PR tui/24722:
6386 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6387 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6388 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6389 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6390 (tui_update_breakpoint_info): Likewise.
6391 * tui/tui-hooks.c (tui_event_create_breakpoint)
6392 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6393 Update.
6394
9ad7fdef
TT
63952019-07-17 Tom Tromey <tom@tromey.com>
6396
6397 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6398
5813316f
TT
63992019-07-17 Tom Tromey <tom@tromey.com>
6400
6401 * tui/tui-winsource.c (tui_update_source_window_as_is)
6402 (tui_update_source_windows_with_addr): Update.
6403 * tui/tui-source.h (tui_set_source_content)
6404 (tui_show_symtab_source): Add "win_info" parameter.
6405 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6406 parameter.
6407 (tui_show_symtab_source): Likewise.
6408
00e264e7
TT
64092019-07-17 Tom Tromey <tom@tromey.com>
6410
6411 * tui/tui-wingeneral.c
6412 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6413
06210ce4
TT
64142019-07-17 Tom Tromey <tom@tromey.com>
6415
6416 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6417 (struct tui_cmd_window) <can_scroll>: New method.
6418 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6419 method.
6420
381befee
TT
64212019-07-17 Tom Tromey <tromey@adacore.com>
6422
6423 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6424 do_field_signed>: Rename. Change type of "value".
6425 * ui-out.c (ui_out::field_signed): Rename from field_int.
6426 Change type of "value".
6427 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6428 type of "value".
6429 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6430 do_field_int. Change type of "value".
6431 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6432 do_field_int. Change type of "value".
6433 * tracepoint.c (trace_status_mi, tfind_1)
6434 (print_one_static_tracepoint_marker): Update.
6435 * thread.c (print_thread_info_1, print_selected_thread_frame):
6436 Update.
6437 * stack.c (print_frame, print_frame_info): Update.
6438 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6439 Update.
6440 * source.c (print_source_lines_base): Update.
6441 * skip.c (info_skip_command): Update.
6442 * record-btrace.c (btrace_ui_out_decode_error)
6443 (btrace_call_history_src_line): Update.
6444 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6445 Update.
6446 * progspace.c (print_program_space): Update.
6447 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6448 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6449 do_field_int. Change type of "value".
6450 * mi/mi-out.c (mi_ui_out::do_table_begin)
6451 (mi_ui_out::do_table_header): Update.
6452 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6453 type of "value".
6454 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6455 (mi_cmd_data_list_changed_registers, output_register)
6456 (mi_cmd_data_read_memory, mi_load_progress)
6457 (mi_cmd_trace_frame_collected): Update.
6458 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6459 Update.
6460 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6461 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6462 (mi_cmd_var_list_children, varobj_update_one): Update.
6463 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6464 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6465 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6466 * inferior.c (print_inferior): Update.
6467 * gdb_bfd.c (print_one_bfd): Update.
6468 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6469 Update.
6470 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6471 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6472 do_field_int. Change type of "value".
6473 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6474 do_field_int. Change type of "value".
6475 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6476 (print_one_breakpoint_location, print_it_catch_fork)
6477 (print_one_catch_fork, print_it_catch_vfork)
6478 (print_one_catch_vfork, print_it_catch_solib)
6479 (print_it_catch_exec, print_it_ranged_breakpoint)
6480 (print_mention_watchpoint, print_mention_masked_watchpoint)
6481 (bkpt_print_it, update_static_tracepoint): Update.
6482 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6483 * break-catch-syscall.c (print_it_catch_syscall): Update.
6484 * ada-tasks.c (print_ada_task_info): Update.
6485 * ada-lang.c (print_it_exception, print_mention_exception):
6486 Update.
6487
6b78c3f8
AB
64882019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6489
6490 PR breakpoints/24541
6491 * gdbarch.c: Regenerate.
6492 * gdbarch.h: Regenerate.
6493 * gdbarch.sh: Adjust return type and parameter types for
6494 'stap_adjust_register'.
6495 (i386_stap_adjust_register): Adjust signature and return new
6496 register name.
6497 * stap-probe.c (stap_parse_register_operand): Adjust use of
6498 'gdbarch_stap_adjust_register'.
6499
d72a9b85
TT
65002019-07-17 Tom Tromey <tromey@adacore.com>
6501
6502 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6503 declare VEC.
6504 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6505 std::vector.
6506 (struct s390_process_info): Add initializers.
6507 (s390_add_process): Use new.
6508 (s390_linux_nat_target::low_forget_process): Use delete.
6509 (s390_linux_nat_target::low_new_fork)
6510 (s390_linux_nat_target::stopped_by_watchpoint)
6511 (s390_linux_nat_target::low_prepare_to_resume)
6512 (s390_linux_nat_target::insert_watchpoint)
6513 (s390_linux_nat_target::insert_hw_breakpoint)
6514 (s390_linux_nat_target::remove_watchpoint)
6515 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6516
206e6c58
JB
65172019-07-16 John Baldwin <jhb@FreeBSD.org>
6518
6519 * aarch64-fbsd-nat.c: Include regcache.h.
6520 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6521 argument.
6522 (aarch64_fbsd_nat_target::fetch_registers)
6523 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6524 variable.
6525 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6526
cbde90f2
JB
65272019-07-16 John Baldwin <jhb@FreeBSD.org>
6528
6529 * fbsd-nat.c: Include gdbarch.h.
6530
07128006
TT
65312019-07-15 Tom Tromey <tromey@adacore.com>
6532
6533 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6534
1f77b012
TT
65352019-07-15 Tom Tromey <tromey@adacore.com>
6536
6537 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6538 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6539 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6540 * cli-out.c (cli_ui_out::do_field_int): New method.
6541 * ui-out.c (ui_out::field_unsigned): New method.
6542 * symfile.c (generic_load): Use field_unsigned.
6543 (print_transfer_performance): Likewise.
6544 * record-btrace.c (ui_out_field_uint): Remove.
6545 (btrace_call_history_insn_range, btrace_call_history): Use
6546 field_unsigned.
6547 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6548 field_unsigned.
6549 * ui-out.h (class ui_out) <field_unsigned>: New method.
6550 <do_field_unsigned>: Likewise.
6551
33eca680
TT
65522019-07-15 Tom Tromey <tromey@adacore.com>
6553
6554 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6555 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6556 * target.c (flash_erase_command): Use field_string.
6557 * infrun.c (print_signal_received_reason): Use field_string.
6558 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6559 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6560 field_string.
6561 * ada-tasks.c (print_ada_task_info): Use field_string.
6562
ca8d69be
TT
65632019-07-15 Tom Tromey <tromey@adacore.com>
6564
6565 * target.c (flash_erase_command): Use field_core_addr.
6566 * symfile.c (generic_load): Use field_core_addr.
6567 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6568 Use field_core_addr.
6569 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6570 field_core_addr.
6571
0d4e84ed
AB
65722019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6573
6574 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6575 value if its desired type is smaller than a CORE_ADDR and signed.
6576
9a49df9d
AB
65772019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6578
6579 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6580 of changes to field names, and use new is_reference field to
6581 decide if a property is a reference or not.
6582 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6583 field.
6584 (struct dwarf2_property_baton): Update header comment, rename
6585 'referenced_type' to 'property_type' and update comments.
6586 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6587 default property type, store in property baton, update to take
6588 accound of renamed field.
6589 (read_func_scope): Update call to attr_to_dynamic_prop.
6590 (read_array_type): Likewise.
6591 (dwarf2_per_cu_addr_sized_int_type): New function.
6592 (read_subrange_index_type): Move type finding code to
6593 dwarf2_per_cu_addr_sized_int_type.
6594 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6595 (dwarf2_per_cu_addr_type): New function.
6596 (set_die_type): Update calls to attr_to_dynamic_prop.
6597
b86352cf
AB
65982019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6599
6600 * dwarf2read.c (read_subrange_index_type): New function.
6601 (read_subrange_type): Move code into new function and call it.
6602 * gdbtypes.c (create_range_type): Add some asserts.
6603
603490bf
AB
66042019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6605
6606 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6607 update return statements.
6608 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6609 declaration, and update comment to match.
6610 * gdbtypes.c (resolve_dynamic_array): Update call to
6611 dwarf2_evaluate_property to match new return type.
6612
592f9d27
AB
66132019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6614
6615 * valarith.c (value_subscripted_rvalue): Change lowerbound
6616 parameter type from int to LONGEST.
6617 * value.h (value_subscripted_rvalue): Likewise in declaration.
6618
60cfcb20
AB
66192019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6620
6621 * cli/cli-utils.c (info_print_command_completer): New function.
6622 * cli/cli-utils.h: Add 'completer.h' include, and forward
6623 declaration for 'struct cmd_list_element'.
6624 (info_print_command_completer): Declare.
6625 * stack.c (_initialize_stack): Add completer for 'info locals' and
6626 'info args'.
6627 * symtab.c (_initialize_symtab): Add completer for 'info
6628 variables' and 'info functions'.
6629 * NEWS: Mention completion for additional info commands.
6630
b16507e0
AB
66312019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6632
6633 * cli/cli-utils.c (extract_info_print_args): Delete.
6634 (extract_arg_maybe_quoted): Delete.
6635 (info_print_options_defs): New variable.
6636 (make_info_print_options_def_group): New function.
6637 (extract_info_print_options): Define new function.
6638 * cli/cli-utils.h (extract_info_print_args): Delete.
6639 (struct info_print_options): New structure.
6640 (extract_info_print_options): Declare new function.
6641 * stack.c (info_locals_command): Update to use new
6642 extract_info_print_options, also add a header comment.
6643 (info_args_command): Likewise.
6644 * symtab.c (info_variables_command): Likewise.
6645 (info_functions_command): Likewise.
6646
021d8588
AB
66472019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6648
6649 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6650 to extract string arguments.
6651 * common/common-utils.c (extract_string_maybe_quoted): New function.
6652 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6653
b777eb6d
TT
66542019-07-11 Tom Tromey <tromey@adacore.com>
6655
6656 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6657 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6658 * top.h (gdbinit): Don't declare.
6659 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6660 into...
6661 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6662 * top.c (gdb_init): Don't call init_cli_cmds.
6663 (gdbinit): Remove.
6664 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6665
72ee03ff
TT
66662019-07-11 Tom Tromey <tromey@adacore.com>
6667
6668 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6669 after it has been moved.
6670
00db9531
SM
66712019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6672
6673 * valops.c (value_must_coerce_to_target): Change return type to
6674 bool.
6675 * value.h (value_must_coerce_to_target): Likewise.
6676
f2478a7e
SM
66772019-07-10 Simon Marchi <simon.marchi@efficios.com>
6678
6679 * breakpoint.c (is_hardware_watchpoint): Remove
6680 forward-declaration.
6681 (is_masked_watchpoint): Change return type to bool.
6682 (is_tracepoint): Likewise.
6683 (is_breakpoint): Likewise.
6684 (is_hardware_watchpoint): Likewise.
6685 (is_watchpoint): Likewise.
6686 (is_no_memory_software_watchpoint): Likewise.
6687 (is_catchpoint): Likewise.
6688 (breakpoint_1): Make FILTER parameter's return type bool.
6689 is_masked_watchpoint): Change return type to bool.
6690 (save_breakpoints): Make FILTER parameter's return type bool.
6691 * breakpoint.h (is_breakpoint): Change return type to bool.
6692 (is_watchpoint): Likewise.
6693 (is_catchpoint): Likewise.
6694 (is_tracepoint): Likewise.
6695
0d12e84c
TT
66962019-07-10 Tom Tromey <tom@tromey.com>
6697
6698 * defs.h: Don't include gdbarch.h.
6699 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6700 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6701 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6702 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6703 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6704 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6705 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6706 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6707 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6708 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6709 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6710 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6711 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6712 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6713 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6714 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6715 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6716 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6717 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6718 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6719 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6720 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6721 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6722 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6723 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6724 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6725 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6726
f06f1252
TT
67272019-07-10 Tom Tromey <tromey@adacore.com>
6728
6729 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6730 * breakpoint.c (init_ada_exception_breakpoint): Register as
6731 bp_catchpoint.
6732 (print_one_breakpoint_location, print_one_breakpoint): Use
6733 is_ada_exception_catchpoint.
6734 * ada-lang.c (class ada_catchpoint_location): Pass
6735 bp_loc_software_breakpoint to bp_location constructor.
6736 (is_ada_exception_catchpoint): New function.
6737
7a5d944b
TT
67382019-07-10 Tom Tromey <tromey@adacore.com>
6739
6740 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6741 VEC.
6742 (struct arm_exidx_entry): New method operator<.
6743 (struct arm_exidx_data) <section_maps>: Change type.
6744 (arm_exidx_data_free): Remove.
6745 (arm_exidx_data_key): Change type. Move lower.
6746 (arm_exidx_new_objfile): Update.
6747 (arm_compare_exidx_entries): Remove.
6748 (arm_find_exidx_entry, _initialize_arm_tdep)
6749
48c66e1d
TT
67502019-07-10 Tom Tromey <tromey@adacore.com>
6751
6752 * solib-spu.c (ocl_program_data_key): Change type.
6753 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6754 Update.
6755
a269fbf1
TT
67562019-07-10 Tom Tromey <tromey@adacore.com>
6757
6758 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6759 (struct solib_aix_inferior_data) <library_list>: Change type.
6760 (solib_aix_inferior_data_handle): Change type.
6761 (get_solib_aix_inferior_data): Update.
6762 (solib_aix_free_library_list): Remove.
6763 (library_list_start_library): Update.
6764 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6765 return type.
6766 (solib_aix_get_library_list)
6767 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6768 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6769
c294730c
TT
67702019-07-10 Tom Tromey <tromey@adacore.com>
6771
6772 * solib-dsbt.c (struct dsbt_info): Add initializers.
6773 (solib_dsbt_pspace_data): Change type.
6774 (dsbt_pspace_data_cleanup): Remove.
6775 (get_dsbt_info, _initialize_dsbt_solib): Update.
6776
9d52077d
TT
67772019-07-10 Tom Tromey <tromey@adacore.com>
6778
6779 * spu-tdep.c (spu_overlay_data): Change type.
6780 (spu_get_overlay_table, spu_overlay_new_objfile)
6781 (_initialize_spu_tdep): Update.
6782
22a20dca
TT
67832019-07-10 Tom Tromey <tromey@adacore.com>
6784
6785 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6786 destructor.
6787 (dbx_objfile_data_key): Change type and declare later.
6788 (DBX_SYMFILE_INFO): Rewrite.
6789 * dbxread.c (dbx_objfile_data_key): Change type.
6790 (dbx_symfile_init): Update.
6791 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6792 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6793 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6794
cb60f420
TT
67952019-07-10 Tom Tromey <tromey@adacore.com>
6796
6797 * jit.c (jit_program_space_key): Change type. Move lower.
6798 (get_jit_program_space_data): Update.
6799 (jit_program_space_data_cleanup): Remove.
6800 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6801 Update.
6802 (struct jit_program_space_data): Add initializers.
6803
51df2ae3
TT
68042019-07-10 Tom Tromey <tromey@adacore.com>
6805
6806 * solib-darwin.c (struct darwin_info): Add initializers.
6807 (solib_darwin_pspace_data): Change type.
6808 (darwin_pspace_data_cleanup): Remove.
6809 (get_darwin_info, _initialize_darwin_solib): Update.
6810
18101a35
TT
68112019-07-10 Tom Tromey <tromey@adacore.com>
6812
6813 * remote-sim.c (struct sim_inferior_data): Add initializers,
6814 constructor, and destructor.
6815 (sim_inferior_data_key): Change type. Move lower.
6816 (check_for_duplicate_sim_descriptor): Update.
6817 (get_sim_inferior_data): Use new. Update.
6818 (~sim_inferior_data_cleanup): Rename from
6819 sim_inferior_data_cleanup. Simplify.
6820 (gdbsim_close_inferior, simulator_command)
6821 (sim_command_completer, _initialize_remote_sim): Update.
6822 (next_pid, INITIAL_PID): Move earlier.
6823
05b08ac1
TT
68242019-07-10 Tom Tromey <tromey@adacore.com>
6825
6826 * python/python-internal.h (create_thread_object): Return
6827 gdbpy_ref.
6828 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6829 * python/py-inferior.c (struct threadlist_entry): Add
6830 constructor.
6831 <thread_obj>: Now a gdbpy_ref.
6832 (thread_to_thread_object): Update.
6833 (add_thread_object): Use new.
6834 (delete_thread_object): Use delete.
6835 (infpy_threads): Update.
6836 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6837 GIL.
6838
32372d80
TT
68392019-07-10 Tom Tromey <tromey@adacore.com>
6840
6841 * valops.c (value_cast): Specialize error message for Ada.
6842
5c458ae8
SM
68432019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6844
6845 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6846
4c462cb0
SM
68472019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6848
6849 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6850 bpstat_should_step): Return bool, adjust comments.
6851 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6852 bpstat_should_step): Likewise.
6853
89abbcc2
AH
68542019-07-10 Alan Hayward <alan.hayward@arm.com>
6855
6856 * features/Makefile: Use feature target descriptions for Arm.
6857 * features/arm/arm-core.c: Generate new file.
6858 * features/arm/arm-fpa.c: Likewise.
6859 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6860 * features/arm/arm-m-profile.c: Likewise.
6861 * features/arm/arm-vfpv2.c: Likewise.
6862 * features/arm/arm-vfpv3.c: Likewise.
6863 * features/arm/xscale-iwmmxt.c: Likewise.
6864 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6865
166a82be
AH
68662019-07-10 Alan Hayward <alan.hayward@arm.com>
6867
6868 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6869 ptrace earlier.
6870
9fb4c7e9
AH
68712019-07-10 Alan Hayward <alan.hayward@arm.com>
6872
6873 * features/aarch64-pauth.c: Regenerate.
6874
e2d0f980
SM
68752019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6876
6877 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6878 bool.
6879 (bpstat_what): Use false instead of 0.
6880
a38118e5
PA
68812019-07-09 Pedro Alves <palves@redhat.com>
6882
6883 * break-catch-throw.c (is_exception_catchpoint): New.
6884 * breakpoint.c (print_one_breakpoint_location): New parameter
6885 'raw_loc'. Handle it. Use
6886 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6887 looking at the breakpoint's type.
6888 (print_one_breakpoint): If handling "maint info breakpoints", also
6889 print locations of exception catchpoints.
6890 * breakpoint.h (is_exception_catchpoint): Declare.
6891
cb1e4e32
PA
68922019-07-09 Pedro Alves <palves@redhat.com>
6893
6894 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6895 "addr" field.
6896 (allocate_location_exception_catchpoint): New.
6897 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6898 (initialize_throw_catchpoint_ops): Install
6899 allocate_location_exception_catchpoint as allocate_location
6900 method.
6901 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6902 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6903 bp_loc_other.
6904 (breakpoint_address_is_meaningful): Delete.
6905 (bl_address_is_meaningful): New.
6906 (breakpoint_locations_match): Adjust comment.
6907 (bp_location_from_bp_type): New, factored out of...
6908 (bp_location::bp_location(breakpoint *)): ... this.
6909 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6910 factored out of...
6911 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6912 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6913 breakpoint_address_is_meaningful.
6914 (bp_locations_compare): Adjust comment.
6915 (update_global_location_list): Use bl_address_is_meaningful
6916 instead of breakpoint_address_is_meaningful.
6917 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6918 explicit.
6919 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6920 * python/py-breakpoint.c (bppy_get_location): No longer check
6921 whether location is null.
6922
b58a68fe
PA
69232019-07-09 Pedro Alves <palves@redhat.com>
6924
6925 PR c++/15468
6926 * breakpoint.c (print_one_breakpoint_location): Remove
6927 single-location assert.
6928
268a13a5
TT
69292019-07-09 Tom Tromey <tom@tromey.com>
6930
6931 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6932 * configure: Rebuild.
6933 * configure.ac: Change common to gdbsupport.
6934 * gdbsupport: Rename from common.
6935 * acinclude.m4: Change common to gdbsupport.
6936 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6937 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6938 gdbsupport.
6939 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6940 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6941 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6942 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6943 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
6944 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
6945 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
6946 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
6947 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
6948 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
6949 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
6950 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
6951 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
6952 coff-pe-read.c, command.h, compile/compile-c-support.c,
6953 compile/compile-c.h, compile/compile-cplus-symbols.c,
6954 compile/compile-cplus-types.c, compile/compile-cplus.h,
6955 compile/compile-loc2c.c, compile/compile.c, completer.c,
6956 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
6957 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
6958 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
6959 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
6960 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
6961 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
6962 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
6963 features/aarch64-core.c, features/aarch64-fpu.c,
6964 features/aarch64-pauth.c, features/aarch64-sve.c,
6965 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
6966 features/i386/32bit-core.c, features/i386/32bit-linux.c,
6967 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
6968 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
6969 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
6970 features/i386/64bit-core.c, features/i386/64bit-linux.c,
6971 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
6972 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
6973 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
6974 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
6975 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
6976 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
6977 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
6978 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
6979 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
6980 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
6981 go32-nat.c, guile/guile.c, guile/scm-ports.c,
6982 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
6983 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
6984 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
6985 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
6986 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
6987 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
6988 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
6989 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
6990 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
6991 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
6992 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
6993 minsyms.c, mips-linux-tdep.c, namespace.h,
6994 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
6995 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
6996 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
6997 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
6998 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
6999 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
7000 nat/linux-waitpid.c, nat/mips-linux-watch.c,
7001 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
7002 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
7003 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
7004 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
7005 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
7006 procfs.c, producer.c, progspace.h, psymtab.h,
7007 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
7008 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
7009 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
7010 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
7011 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
7012 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
7013 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
7014 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
7015 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
7016 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
7017 target-memory.c, target.c, target.h, target/waitstatus.c,
7018 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
7019 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
7020 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
7021 unittests/array-view-selftests.c,
7022 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
7023 unittests/common-utils-selftests.c,
7024 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
7025 unittests/format_pieces-selftests.c,
7026 unittests/function-view-selftests.c,
7027 unittests/lookup_name_info-selftests.c,
7028 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
7029 unittests/mkdir-recursive-selftests.c,
7030 unittests/observable-selftests.c,
7031 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
7032 unittests/parse-connection-spec-selftests.c,
7033 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
7034 unittests/scoped_fd-selftests.c,
7035 unittests/scoped_mmap-selftests.c,
7036 unittests/scoped_restore-selftests.c,
7037 unittests/string_view-selftests.c, unittests/style-selftests.c,
7038 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
7039 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
7040 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
7041 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
7042 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
7043 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
7044
5b0e2db4
AB
70452019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7046
7047 * linespec.c (decode_digits_list_mode): Set explicit_line to a
7048 bool value.
7049 (decode_digits_ordinary): Set explicit_line field in sal.
7050 * symtab.c (skip_prologue_sal): Don't skip prologue for a
7051 symtab_and_line that was set on an explicit line number in
7052 assembler code. Do always update the recorded symtab and line if
7053 we do skip the prologue.
7054
0ba852ab
AB
70552019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7056
7057 * breakpoint.c (set_breakpoint_location_function): Remove
7058 explicit_loc parameter.
7059 (momentary_breakpoint_from_master): Update call to
7060 set_breakpoint_location_function.
7061 (add_location_to_breakpoint): Likewise.
7062
b3a7d171
AB
70632019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7064
7065 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7066 required features based on default bfd type when no specific bfd
7067 is present.
7068
1f6f6e21
PW
70692019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7070
7071 * NEWS: Mention that GDB printf and eval commands can now print
7072 C-style and Ada-style convenience var strings without
7073 calling the inferior.
7074 * printcmd.c (printf_c_string): Locally print GDB internal var
7075 instead of transiting via the inferior.
7076 (printf_wide_c_string): Likewise.
7077
70782019-07-04 Alan Hayward <alan.hayward@arm.com>
ea142fbf 7079
5862c886 7080 PR breakpoints/25011
ea142fbf
AH
7081 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7082
0598af48
TT
70832019-07-04 Tom Tromey <tom@tromey.com>
7084
7085 PR tui/24724:
7086 * tui/tui-winsource.c (tui_clear_source_content): Update.
7087 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7088 (tui_update_breakpoint_info): Update.
7089 (tui_set_exec_info_content): Update.
7090 * tui/tui-source.c (tui_set_source_content_nil): Update.
7091 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7092 has_break.
7093 * tui/tui-data.h (enum tui_bp_flag): New.
7094 (tui_bp_flags): New enum flags type.
7095 (struct tui_source_element) <break_mode>: Change type. Rename
7096 from has_break.
7097 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7098 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7099 constants.
7100 * tui/tui-winsource.h: Fix comment.
7101
350fab54
AH
71022019-07-04 Alan Hayward <alan.hayward@arm.com>
7103
7104 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7105 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7106 (store_fpregs_to_thread)
7107 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7108 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7109 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7110 (IWMMXT_REGS_SIZE): Add define.
7111 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7112 (fetch_vfp_regs, store_vfp_regs)
7113 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7114 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7115
f0452268
AH
71162019-07-04 Alan Hayward <alan.hayward@arm.com>
7117
7118 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7119 defines.
7120 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7121 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7122 (ARM_INT_REGISTER_SIZE): ...to this.
7123 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7124 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7125 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7126 (arm_linux_collect_gregset, supply_nwfpe_register)
7127 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7128 defines.
7129 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7130 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7131 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7132 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7133 (arm_return_in_memory, arm_store_return_value)
7134 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7135 (arm_record_ld_st_multiple): Likewise.
7136 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7137 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7138
e935475c
AH
71392019-07-04 Alan Hayward <alan.hayward@arm.com>
7140
7141 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7142 AARCH64_DISPLACED_MODIFIED_INSNS.
7143 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7144 (aarch64_displaced_step_copy_insn): Likewise.
7145 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7146 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7147 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7148 ARM_DISPLACED_MODIFIED_INSNS.
7149 * arm-tdep.c (arm_gdbarch_init): Likewise.
7150 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7151 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7152 (struct arm_displaced_step_closure): Use
7153 ARM_DISPLACED_MODIFIED_INSNS.
7154
df0bb381
AH
71552019-07-04 Alan Hayward <alan.hayward@arm.com>
7156
7157 * features/Makefile: Remove unused xml files.
7158 * features/aarch64.xml: Remove.
7159 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7160 * features/i386/amd64-avx-avx512.xml: Remove.
7161 * features/i386/amd64-avx-linux.xml: Remove.
7162 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7163 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7164 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7165 * features/i386/amd64-avx-mpx.xml: Remove.
7166 * features/i386/amd64-avx.xml: Remove.
7167 * features/i386/amd64-linux.xml: Remove.
7168 * features/i386/amd64-mpx-linux.xml: Remove.
7169 * features/i386/amd64-mpx.xml: Remove.
7170 * features/i386/amd64.xml: Remove.
7171 * features/i386/i386-avx-avx512-linux.xml: Remove.
7172 * features/i386/i386-avx-avx512.xml: Remove.
7173 * features/i386/i386-avx-linux.xml: Remove.
7174 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7175 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7176 * features/i386/i386-avx-mpx-linux.xml: Remove.
7177 * features/i386/i386-avx-mpx.xml: Remove.
7178 * features/i386/i386-avx.xml: Remove.
7179 * features/i386/i386-linux.xml: Remove.
7180 * features/i386/i386-mmx-linux.xml: Remove.
7181 * features/i386/i386-mmx.xml: Remove.
7182 * features/i386/i386-mpx-linux.xml: Remove.
7183 * features/i386/i386-mpx.xml: Remove.
7184 * features/i386/i386.xml: Remove.
7185 * features/i386/x32-avx-avx512-linux.xml: Remove.
7186 * features/i386/x32-avx-linux.xml: Remove.
7187 * features/i386/x32-linux.xml: Remove.
7188
edd6266a
AH
71892019-07-04 Alan Hayward <alan.hayward@arm.com>
7190
7191 * regformats/aarch64.dat: Remove.
7192 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7193 * regformats/i386/amd64-avx-linux.dat: Remove.
7194 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7195 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7196 * regformats/i386/amd64-linux.dat: Remove.
7197 * regformats/i386/amd64-mpx-linux.dat: Remove.
7198 * regformats/i386/amd64.dat: Remove.
7199 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7200 * regformats/i386/i386-avx-linux.dat: Remove.
7201 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7202 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7203 * regformats/i386/i386-linux.dat: Remove.
7204 * regformats/i386/i386-mmx-linux.dat: Remove.
7205 * regformats/i386/i386-mpx-linux.dat: Remove.
7206 * regformats/i386/i386.dat: Remove.
7207 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7208 * regformats/i386/x32-avx-linux.dat: Remove.
7209 * regformats/i386/x32-linux.dat: Remove.
7210
2b40fda7
AH
72112019-07-04 Alan Hayward <alan.hayward@arm.com>
7212
7213 * aarch64-tdep.c: Remove xml self tests.
7214 * amd64-linux-tdep.c: Likewise.
7215 * amd64-tdep.c: Likewise.
7216 * i386-linux-tdep.c: Likewise.
7217 * i386-tdep.c: Likewise.
7218
5f4ba3e7
PA
72192019-07-03 Pedro Alves <palves@redhat.com>
7220
7221 PR cli/24732
7222 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7223 (pipe_cmd_option_defs): New.
7224 (make_pipe_cmd_options_def_group): New.
7225 (pipe_command): Use gdb::option::process_options.
7226 (pipe_command_completer): New function.
7227 (_initialize_cli_cmds): Install completer for "pipe" command.
7228
3d9be6f5
PA
72292019-07-03 Pedro Alves <palves@redhat.com>
7230
7231 * cli/cli-option.c (union option_value) <string>: New field.
7232 (struct option_def_and_value): Add ctor, move ctor, dtor and
7233 use DISABLE_COPY_AND_ASSIGN.
7234 (option_def_and_value::clear_value): New.
7235 (parse_option, save_option_value_in_ctx, get_val_type_str)
7236 (add_setshow_cmds_for_options): Handle var_string.
7237 * cli-option.h (union option_def::var_address) <string>: New
7238 field.
7239 (struct string_option_def): New.
7240 * maint-test-options.c (struct test_options_opts): Add default
7241 ctor and use DISABLE_COPY_AND_ASSIGN.
7242 <string_opt>: New field.
7243 (test_options_opts::~test_options_opts): New.
7244 (test_options_opts::dump): Also dump "-string".
7245 (test_options_option_defs): Install "string.
7246
41fc454c
PA
72472019-07-03 Pedro Alves <palves@redhat.com>
7248
7249 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7250 option_value with a null enumeration.
7251 (complete_options): Save the option values in the context.
7252 (save_option_value_in_ctx): New, factored out from ...
7253 (process_options): ... here.
7254 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7255 of the function.
7256 * maint-test-options.c (test_options_opts::dump): New, factored
7257 out from ...
7258 (maintenance_test_options_command_mode): ... here.
7259 (maintenance_test_options_command_completion_result): Delete.
7260 (maintenance_test_options_command_completion_text): Update
7261 comment.
7262 (maintenance_show_test_options_completion_result): Change
7263 prototype. Just print
7264 maintenance_test_options_command_completion_text.
7265 (save_completion_result): New.
7266 (maintenance_test_options_completer_mode): Pass options context to
7267 complete_options, and then save a dump.
7268 (_initialize_maint_test_options): Use add_cmd to install "maint
7269 show test-options-completion-result".
7270
fdbc9870
PA
72712019-07-03 Pedro Alves <palves@redhat.com>
7272
7273 * NEWS (New commands): Mention "with" and "maint with".
7274 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7275 (with_command, with_command_completer): New.
7276 (pipe_command): Adjust to new repeat_previous
7277 interface.
7278 (_initialize_cli_cmds): Install the "with" command and its "w"
7279 alias.
7280 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7281 declarations.
7282 * cli/cli-setshow.c (parse_cli_var_uinteger)
7283 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7284 argument strings for all var_types.
7285 (get_setshow_command_value_string): New, factored out from ...
7286 (do_show_command): ... this.
7287 * cli/cli-setshow.h: Include <string>.
7288 (get_setshow_command_value_string): Declare.
7289 * command.h (repeat_previous): Now returns const char *. Adjust
7290 comment.
7291 * maint.c: Include "cli/cli-cmds.h".
7292 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7293 (_initialize_maint_cmds): Register the "maintenance with" command.
7294 * top.c (repeat_previous): Move bits from pipe_command here:
7295 Return the saved command line, if any; error out if there's no
7296 command to relaunch.
7297
c6ac8931
PA
72982019-07-03 Pedro Alves <palves@redhat.com>
7299
7300 * NEWS (New commands): Mention "maint set/show test-settings"
7301 instead of "maint test-settings".
7302 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7303 (maintenance_test_settings_set_list): Rename to ...
7304 (maintenance_set_test_settings_list): ... this.
7305 (maintenance_test_settings_show_list): Rename to ...
7306 (maintenance_show_test_settings_list): ... this.
7307 (maintenance_test_settings_cmd): Delete.
7308 (maintenance_test_settings_set_cmd): ...
7309 (maintenance_set_test_settings_cmd): ... this.
7310 (maintenance_test_settings_show_cmd): ...
7311 (maintenance_show_test_settings_cmd): ... this.
7312 (maintenance_test_settings_show_value_cmd):
7313 (maintenance_show_test_settings_value_cmd): ... this.
7314 (_initialize_maint_test_settings): No longer install the "maint
7315 test-settings" prefix command. Rename "maint test-settings set"
7316 to "maint set test-settings", and "maint test-settings show" to
7317 "maint show test-settings". Adjust all subcommands.
7318
d1fcf2fd
PA
73192019-07-03 Pedro Alves <palves@redhat.com>
7320
7321 * maint-test-settings.c: Fix file's intro comment. Replace all
7322 references to "test-options" with references to "test-settings",
7323 in comments.
7324
970f9d09
PA
73252019-07-03 Pedro Alves <palves@redhat.com>
7326
7327 * maint-test-settings.c (maintenance_test_settings_xxx)
7328 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7329 New.
7330 (maintenance_test_settings_enums): Use them.
7331 (maintenance_test_settings_enum): Default to
7332 maintenance_test_settings_xxx.
7333 (_initialize_maint_test_settings): Initialize
7334 MAINTENANCE_TEST_SETTINGS_FILENAME.
7335
f3869b1a
SM
73362019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7337
7338 * breakpoint.h (remove_breakpoints_inf): Change return type to
7339 void, move function documentation here.
7340 * breakpoint.c (remove_breakpoints_inf): Change return type to
7341 void, move function documentation to header.
7342
54d66006
PA
73432019-07-02 Pedro Alves <palves@redhat.com>
7344
7345 * NEWS (Completion improvements): Mention "info threads".
7346 * thread.c (struct info_threads_opts, info_threads_option_defs)
7347 (make_info_threads_options_def_group): New.
7348 (info_threads_command): Use gdb::option::process_options.
7349 (info_threads_command_completer): New.
7350 (_initialize_thread): Use gdb::option::build_help to build the
7351 help text for "info threads".
7352
854f6088
SM
73532019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7354
7355 * defs.h (generic_load): Move from here...
7356 * symfile.h (generic_load): ... to here. Rename name parameter
7357 to args.
7358 * symfile.c (generic_load): Add comment.
7359
54ee4252
TT
73602019-07-01 Tom Tromey <tromey@adacore.com>
7361
7362 * dwarf2read.c
7363 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7364 declaration of without_params. Fix formatting.
7365
65392b3e
TT
73662019-07-01 Tom Tromey <tromey@adacore.com>
7367
7368 * ada-exp.y (find_primitive_type): Update.
7369 * ada-lang.h (ada_lookup_symbol): Update.
7370 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7371 parameter.
7372 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7373
7d7571f0
SDJ
73742019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7375
7376 PR breakpoints/24541
7377 * gdbarch.c: Regenerate.
7378 * gdbarch.h: Regenerate.
7379 * gdbarch.sh: Add 'stap_adjust_register'.
7380 * i386-tdep.c: Include '<unordered_set>'.
7381 (i386_stap_adjust_register): New function.
7382 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7383 * stap-probe.c (stap_parse_register_operand): Call
7384 'gdbarch_stap_adjust_register'.
7385
5af5392a
SDJ
73862019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7387
7388 PR python/24742
7389 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7390 * python/python.c (do_start_initialization): Use 'xmalloc'
7391 instead of 'PyMem_Malloc'.
7392
10d06d82
TT
73932019-06-28 Tom Tromey <tromey@adacore.com>
7394
7395 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7396 for Ada.
7397
1b7f24cd
TT
73982019-06-27 Tom Tromey <tromey@adacore.com>
7399
7400 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7401 objfile_key.
7402 (arm_find_mapping_symbol, arm_record_special_symbol)
7403 (_initialize_arm_tdep): Update.
7404 (arm_objfile_data_free): Remove.
7405
3d507ff2
TT
74062019-06-27 Tom Tromey <tromey@adacore.com>
7407
7408 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7409 to cp_print_static_field.
7410
762c164d
TT
74112019-06-26 Tom Tromey <tromey@adacore.com>
7412
7413 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7414 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7415 declare.
7416
aa2f9bcf
AH
74172019-06-26 Alan Hayward <alan.hayward@arm.com>
7418
7419 * features/aarch64-core.c (create_feature_aarch64_core):
7420 Regenerate.
7421 * features/aarch64-core.xml: Add cpsr flags.
7422
3426ae57
AH
74232019-06-26 Alan Hayward <alan.hayward@arm.com>
7424
7425 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7426 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7427
4838e44c
SM
74282019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7429
7430 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7431 field.
7432 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7433 use.
7434 (arm_record_special_symbol): Don't insert new symbol in sorted
7435 position, push it at the end.
7436
54cc7474
SM
74372019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7438
7439 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7440 (arm_mapping_symbol_s): Remove.
7441 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7442 (arm_mapping_symbol_vec): New typedef.
7443 (struct arm_per_objfile): Add constructor.
7444 <section_maps>: Change type to
7445 std::unique_ptr<arm_mapping_symbol_vec[]>.
7446 (arm_compare_mapping_symbols): Remove.
7447 (arm_find_mapping_symbol): Adjust to section_maps type change.
7448 (arm_objfile_data_free): Call delete on arm_per_objfile.
7449 (arm_record_special_symbol): Adjust to section_maps type change.
7450 Allocate arm_per_objfile with new.
7451
b65b566c
PW
74522019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7453
7454 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7455 with the command prefix.
7456
c2fc64f5
TT
74572019-06-25 Tom Tromey <tom@tromey.com>
7458
7459 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7460 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7461
fb54fa76
TT
74622019-06-25 Tom Tromey <tom@tromey.com>
7463
7464 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7465 type.
7466 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7467 protected.
7468
f7952c57
TT
74692019-06-25 Tom Tromey <tom@tromey.com>
7470
7471 * tui/tui-winsource.c
7472 (tui_source_window_base::set_is_exec_point_at): Add check against
7473 LOA_ADDRESS.
7474
17568d78
TT
74752019-06-25 Tom Tromey <tom@tromey.com>
7476
7477 * tui/tui-source.c (tui_set_source_content): Don't check before
7478 xfree.
7479 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7480
53e7cdba
TT
74812019-06-25 Tom Tromey <tom@tromey.com>
7482
7483 * tui/tui-winsource.h (tui_update_source_window_as_is)
7484 (tui_alloc_source_buffer, tui_line_is_displayed)
7485 (tui_addr_is_displayed): Change type of win_info.
7486 * tui/tui-winsource.c (tui_update_source_window_as_is)
7487 (tui_clear_source_content, tui_show_source_line)
7488 (tui_show_source_content, tui_source_window_base::refill)
7489 (tui_source_window_base::set_is_exec_point_at)
7490 (tui_source_window_base::set_is_exec_point_at)
7491 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7492 (tui_alloc_source_buffer, tui_line_is_displayed)
7493 (tui_addr_is_displayed): Change type of win_info. Update.
7494 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7495 (tui_source_window_base::do_make_visible_with_new_height):
7496 Update.
7497 * tui/tui-source.c (tui_set_source_content)
7498 (tui_set_source_content_nil)
7499 (tui_source_window::do_scroll_vertical): Update.
7500 * tui/tui-layout.c (show_layout): Update.
7501 * tui/tui-disasm.c (tui_set_disassem_content)
7502 (tui_disasm_window::do_scroll_vertical): Update.
7503 * tui/tui-data.h (tui_win_content): Remove.
7504 (struct tui_gen_win_info) <content, content_size>: Remove.
7505 (struct tui_source_element): Add initializers and destructor.
7506 (union tui_which_element, struct tui_win_element): Remove.
7507 (struct tui_source_window_base) <content>: New field.
7508 (struct tui_data_window): Remove destructor.
7509 (tui_alloc_content, tui_free_win_content)
7510 (tui_free_all_source_wins_content): Don't declare.
7511 * tui/tui-data.c (tui_initialize_static_data): Update.
7512 (init_content_element, tui_alloc_content): Remove.
7513 (~tui_gen_win_info): Update.
7514 (~tui_data_window, tui_free_all_source_wins_content)
7515 (tui_free_win_content, free_content, free_content_elements):
7516 Remove.
7517
7908abbf
TT
75182019-06-25 Tom Tromey <tom@tromey.com>
7519
7520 * tui/tui-winsource.h (tui_clear_source_content)
7521 (tui_erase_source_content, tui_show_source_content): Change type
7522 of win_info.
7523 * tui/tui-winsource.c (tui_clear_source_content)
7524 (tui_erase_source_content, tui_show_source_content): Change type
7525 of win_info.
7526 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7527 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7528 win_info.
7529 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7530 win_info.
7531 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7532
02c28df0
TT
75332019-06-25 Tom Tromey <tom@tromey.com>
7534
7535 * tui/tui-winsource.c (tui_clear_source_content)
7536 (tui_source_window_base::set_is_exec_point_at): Update.
7537 * tui/tui-source.c (tui_set_source_content_nil): Update.
7538 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7539 a bool.
7540 * tui/tui-data.c (init_content_element): Update.
7541
6658b1bf
TT
75422019-06-25 Tom Tromey <tom@tromey.com>
7543
7544 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7545 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7546 * tui/tui-layout.c (init_and_make_win): Update.
7547 * tui/tui.h (enum tui_win_type): Update.
7548 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7549 tui_win_is_auxillary.
7550 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7551 tui_win_is_auxillary.
7552
21e1c91e
TT
75532019-06-25 Tom Tromey <tom@tromey.com>
7554
7555 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7556 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7557 (tui_delete_data_content_windows, tui_display_all_data)
7558 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7559 Update.
7560 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7561 * tui/tui-regs.c (tui_last_regs_line_no)
7562 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7563 (tui_show_registers): Update.
7564 (tui_show_register_group): Return void. Update.
7565 (tui_display_registers_from, tui_display_reg_element_at_line)
7566 (tui_display_registers_from_line, tui_check_register_values):
7567 Update.
7568 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7569 member.
7570 (struct tui_data_window) <regs_content>: Now a std::vector.
7571 <regs_content_count>: Remove.
7572 (tui_add_content_elements, tui_free_data_content): Don't declare.
7573 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7574 (init_content_element): Remove DATA_WIN case. Add assert.
7575 (tui_add_content_elements): Remove.
7576 (tui_data_window): Update.
7577 (tui_free_data_content): Remove.
7578 (free_content_elements): Remove DATA_WIN case.
7579
115ac53b
TT
75802019-06-25 Tom Tromey <tom@tromey.com>
7581
7582 * tui/tui-data.c (tui_data_item_window): Update.
7583 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7584 * tui/tui-windata.c (tui_display_all_data)
7585 (tui_display_data_from_line): Update.
7586 (tui_check_data_values): Remove.
7587 * tui/tui-regs.c (tui_show_register_group)
7588 (tui_display_reg_element_at_line): Update.
7589 * tui/tui-hooks.c (tui_register_changed)
7590 (tui_refresh_frame_and_register_information): Call
7591 tui_check_register_values.
7592 * tui/tui-data.h (struct tui_data_window) <data_content,
7593 data_content_count, data_type>: Remove.
7594 (enum tui_data_type): Remove.
7595
7596 * tui/tui-data.c (tui_data_window::clear_detail)
7597 (~tui_data_window): Update.
7598
eaf9738b
TT
75992019-06-25 Tom Tromey <tom@tromey.com>
7600
7601 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7602 declare.
7603 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7604 Rename from tui_first_data_item_displayed. Update.
7605 (tui_data_window::refresh_all)
7606 (tui_data_window::do_scroll_vertical): Update.
7607 * tui/tui-data.h (struct tui_data_window)
7608 <first_data_item_displayed>: Declare new method.
7609
31ca4723
TT
76102019-06-25 Tom Tromey <tom@tromey.com>
7611
7612 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7613 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7614 contents...
7615 (tui_initialize_static_data): ...here.
7616
41bcff7f
TT
76172019-06-25 Tom Tromey <tom@tromey.com>
7618
7619 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7620 (tui_display_registers_from, tui_check_register_values): Update.
7621 (tui_display_register): Remove win_info parameter; update.
7622 (tui_get_register): Change type of parameters.
7623 * tui/tui-data.h (struct tui_data_element): Remove.
7624 (union tui_which_element) <data>: Remove.
7625 <data_window>: Change type.
7626 (struct tui_data_item_window): New.
7627 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7628 case. Add assert.
7629 (~tui_data_item_window): New destructor.
7630 (free_content_elements): Remove DATA_ITEM_WIN case.
7631
d2802c33
TT
76322019-06-25 Tom Tromey <tom@tromey.com>
7633
7634 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7635 Remove.
7636
dd835f8b
TT
76372019-06-25 Tom Tromey <tom@tromey.com>
7638
7639 * tui/tui-data.h (struct tui_command_element): Remove.
7640 (union tui_which_element) <command>: Remove.
7641 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7642 assert.
7643 (free_content_elements): Remove CMD_WIN case.
7644
bd7db367
TT
76452019-06-25 Tom Tromey <tom@tromey.com>
7646
7647 * tui/tui-layout.c (tui_set_layout): Update.
7648 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7649 * tui/tui-data.c (layout_def): Update.
7650
3add462f
TT
76512019-06-25 Tom Tromey <tom@tromey.com>
7652
7653 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7654 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7655 (tui_source_window_base::set_new_height): Update.
7656 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7657 Update.
7658 (tui_set_locator_fullname, tui_set_locator_info)
7659 (tui_show_frame_info): Update.
7660 * tui/tui-source.c (tui_set_source_content)
7661 (tui_source_is_displayed): Update.
7662 * tui/tui-layout.c (show_source_disasm_command, show_data)
7663 (show_source_or_disasm_and_command): Update.
7664 * tui/tui-disasm.c (tui_set_disassem_content)
7665 (tui_get_begin_asm_address): Update.
7666 * tui/tui-data.h (struct tui_locator_element): Remove.
7667 (union tui_which_element) <locator>: Remove.
7668 (struct tui_locator_window): New.
7669 (tui_locator_win_info_ptr): Change return type.
7670 * tui/tui-data.c (_locator): Change type.
7671 (tui_locator_win_info_ptr): Change return type.
7672 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7673 (tui_alloc_content): Add assert.
7674
489e9d8b
TT
76752019-06-25 Tom Tromey <tom@tromey.com>
7676
7677 * tui/tui-winsource.c
7678 (tui_exec_info_window::maybe_allocate_content): New method.
7679 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7680 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7681 (make_source_or_disasm_window): Add cast.
7682 * tui/tui-data.h (union tui_which_element) <simple_string>:
7683 Remove.
7684 (struct tui_source_info): New.
7685 (struct tui_source_window_base) <execution_info>: Change type.
7686 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7687 case, and add assert.
7688 (tui_alloc_content): Add assert.
7689
c3fabb7d
TT
76902019-06-25 Tom Tromey <tom@tromey.com>
7691
7692 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7693 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7694 * tui/tui-data.c (tui_alloc_win_info): Remove.
7695
bbc228ee
TT
76962019-06-25 Tom Tromey <tom@tromey.com>
7697
7698 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7699 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7700 can_highlight.
7701
5fcee43a
TT
77022019-06-25 Tom Tromey <tom@tromey.com>
7703
7704 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7705 make_visible_with_new_height method.
7706 (tui_win_info::make_visible_with_new_height): New method.
7707 (tui_source_window_base::do_make_visible_with_new_height)
7708 (tui_data_window::do_make_visible_with_new_height)
7709 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7710 (make_visible_with_new_height): Remove.
7711 (tui_resize_all, tui_adjust_win_heights): Use
7712 make_visible_with_new_height method.
7713 * tui/tui-data.h (struct tui_win_info)
7714 <do_make_visible_with_new_height, make_visible_with_new_height>:
7715 New methods.
7716 (struct tui_source_window_base, struct tui_data_window)
7717 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7718 methods.
7719
d83f1fe6
TT
77202019-06-25 Tom Tromey <tom@tromey.com>
7721
7722 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7723 method.
7724 (update_tab_width): Call update_tab_width method.
7725 * tui/tui-data.h (struct tui_win_info)
7726 (struct tui_source_window_base) <update_tab_width>: New methods.
7727
17374de4
TT
77282019-06-25 Tom Tromey <tom@tromey.com>
7729
7730 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7731 parameter.
7732 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7733 parameter.
7734 (tui_gen_win_info::make_visible): Update.
7735 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7736 parameter.
7737 * tui/tui-data.h (enum tui_box): New enum.
7738 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7739
f936bca2
TT
77402019-06-25 Tom Tromey <tom@tromey.com>
7741
7742 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7743 init_and_make_win for EXEC_INFO_WIN.
7744 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7745 longer inline.
7746 (struct tui_win_info) <~tui_win_info>: Inline.
7747 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7748 Don't declare.
7749 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7750 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7751 Remove.
7752 (tui_initialize_static_data): Update.
7753 (~tui_gen_win_info): Handle more cleanup here.
7754 (~tui_source_window_base): Delete "execution_info".
7755 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7756
d6ba6a11
TT
77572019-06-25 Tom Tromey <tom@tromey.com>
7758
7759 * tui/tui-layout.c (make_command_window): Don't set
7760 can_highlight.
7761 (show_source_disasm_command): Call the reset method.
7762 (show_data): Don't set can_highlight. Call the reset method.
7763 (tui_gen_win_info::reset): Rename from init_gen_win_info
7764 (init_and_make_win): Simplify. Return tui_gen_win_info.
7765 (show_source_or_disasm_and_command): Call the reset method.
7766 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7767 (struct tui_cmd_window): Set can_highlight.
7768
48a3bd16
TT
77692019-06-25 Tom Tromey <tom@tromey.com>
7770
7771 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7772 from make_visible.
7773 (tui_make_visible, tui_make_invisible): Rewrite.
7774 (tui_win_info::make_visible): Remove.
7775 (tui_source_window_base::make_visible): Update.
7776 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7777 method. Moved from...
7778 (struct tui_win_info) <make_visible>: ...here.
7779
c3bd716f
TT
77802019-06-25 Tom Tromey <tom@tromey.com>
7781
7782 * tui/tui-winsource.c
7783 (tui_source_window_base::do_scroll_horizontal): Remove direction
7784 parameter.
7785 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7786 direction parameter.
7787 * tui/tui-win.c (tui_win_info::forward_scroll)
7788 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7789 (tui_win_info::right_scroll): Update.
7790 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7791 direction parameter.
7792 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7793 direction parameter.
7794 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7795 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7796 Remove direction parameter.
7797 (struct tui_source_window_base, struct tui_source_window)
7798 (struct tui_disasm_window, struct tui_data_window)
7799 (struct tui_cmd_window): Update.
7800
21c32dca
TT
78012019-06-25 Tom Tromey <tom@tromey.com>
7802
7803 * tui/tui-winsource.h (tui_set_exec_info_content)
7804 (tui_show_exec_info_content, tui_erase_exec_info_content)
7805 (tui_clear_exec_info_content, tui_update_exec_info): Change
7806 argument to tui_source_window_base.
7807 * tui/tui-winsource.c (tui_set_exec_info_content)
7808 (tui_show_exec_info_content, tui_erase_exec_info_content)
7809 (tui_clear_exec_info_content, tui_update_exec_info): Change
7810 argument to tui_source_window_base.
7811
73fbdc65
TT
78122019-06-25 Tom Tromey <tom@tromey.com>
7813
7814 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7815 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7816
33325343
TT
78172019-06-25 Tom Tromey <tom@tromey.com>
7818
7819 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7820 check.
7821
29d2c474
TT
78222019-06-25 Tom Tromey <tom@tromey.com>
7823
7824 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7825 type to void.
7826 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7827 type to void.
7828 * tui/tui-source.c (tui_set_source_content): Update.
7829 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7830
152f3f4b
TT
78312019-06-25 Tom Tromey <tom@tromey.com>
7832
7833 * tui/tui-win.c (window_name_completer, tui_set_focus)
7834 (tui_all_windows_info): Use name method.
7835 * tui/tui-data.h (struct tui_gen_win_info)
7836 (struct tui_source_window, struct tui_disasm_window)
7837 (struct tui_data_window, struct tui_cmd_window) <name>: New
7838 method.
7839 (tui_win_name): Don't declare.
7840 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7841 (tui_win_name): Remove.
7842
be4da588
TT
78432019-06-25 Tom Tromey <tom@tromey.com>
7844
7845 * tui/tui-winsource.h (tui_update_source_window)
7846 (tui_update_source_window_as_is): Change parameter type.
7847 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7848 to be a tui_source_window_base.
7849 (tui_update_source_window_as_is): Likewise.
7850 * tui/tui-win.c (make_visible_with_new_height): Update.
7851
5b81daba
TT
78522019-06-25 Tom Tromey <tom@tromey.com>
7853
7854 * tui/tui-winsource.c (tui_erase_source_content)
7855 (tui_show_source_content, tui_show_exec_info_content)
7856 (tui_erase_exec_info_content): Use refresh_window method.
7857 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7858 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7859 from tui_refresh_win.
7860 (tui_data_window::refresh_window): New method.
7861 (tui_win_info::refresh, tui_source_window_base::refresh)
7862 (tui_refresh_all): Use refresh_window method.
7863 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7864 method.
7865 * tui/tui-regs.c (tui_display_register): Call refresh_window
7866 method.
7867 * tui/tui-layout.c (show_source_disasm_command)
7868 (show_source_or_disasm_and_command): Call refresh_window method.
7869 * tui/tui-data.h (struct tui_gen_win_info)
7870 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7871 New method.
7872
cb2ce893
TT
78732019-06-25 Tom Tromey <tom@tromey.com>
7874
7875 * tui/tui.c (tui_rl_other_window, tui_enable)
7876 (tui_is_window_visible, tui_get_command_dimension): Update.
7877 * tui/tui-winsource.c (tui_update_source_window_as_is)
7878 (tui_clear_source_content, tui_erase_source_content)
7879 (tui_show_source_line, tui_source_window_base::refill)
7880 (tui_source_window_base::do_scroll_horizontal)
7881 (tui_source_window_base::set_is_exec_point_at)
7882 (tui_update_breakpoint_info, tui_set_exec_info_content)
7883 (tui_alloc_source_buffer, tui_line_is_displayed)
7884 (tui_addr_is_displayed): Update.
7885 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7886 (tui_check_and_display_highlight_if_needed)
7887 (tui_win_info::make_visible, tui_win_info::refresh)
7888 (tui_refresh_all): Update.
7889 * tui/tui-windata.c (tui_first_data_item_displayed)
7890 (tui_delete_data_content_windows, tui_erase_data_content)
7891 (tui_display_all_data, tui_data_window::refresh_all)
7892 (tui_check_data_values): Update.
7893 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7894 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7895 (tui_win_info::backward_scroll, tui_refresh_all_win)
7896 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7897 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7898 (tui_source_window_base::set_new_height)
7899 (tui_data_window::set_new_height)
7900 (make_invisible_and_set_new_height)
7901 (make_visible_with_new_height, new_height_ok)
7902 (parse_scrolling_args): Update.
7903 * tui/tui-stack.c (tui_show_frame_info): Update.
7904 * tui/tui-source.c (tui_set_source_content)
7905 (tui_set_source_content_nil, tui_source_is_displayed)
7906 (tui_source_window::do_scroll_vertical): Update.
7907 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7908 (tui_display_registers_from, tui_display_reg_element_at_line)
7909 (tui_check_register_values, tui_reg_command): Update.
7910 * tui/tui-layout.c (tui_default_win_height)
7911 (show_source_disasm_command, show_data, init_and_make_win)
7912 (show_source_or_disasm_and_command): Update.
7913 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7914 (tui_redisplay_readline, tui_mld_flush)
7915 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7916 (tui_getc): Update.
7917 * tui/tui-disasm.c (tui_set_disassem_content)
7918 (tui_disasm_window::do_scroll_vertical): Update.
7919 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7920 Now virtual.
7921 (struct tui_win_info): Derive from tui_gen_win_info.
7922 <~tui_win_info>: Mark as override.
7923 <generic>: Remove member.
7924 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7925 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7926 (~tui_data_window, ~tui_win_info)
7927 (tui_free_all_source_wins_content): Update.
7928 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7929
ab313b35
TT
79302019-06-25 Tom Tromey <tom@tromey.com>
7931
7932 * tui/tui-layout.c (init_and_make_win): Use new.
7933 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7934 destructor, initializers.
7935 (tui_alloc_generic_win_info): Don't declare.
7936 * tui/tui-data.c (_locator): Add argument to constructor.
7937 (source_win, disasm_win): New globals.
7938 (exec_info): Remove.
7939 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7940 Update.
7941 (tui_alloc_generic_win_info): Remove.
7942 (init_content_element): Use new.
7943 (tui_win_info::tui_win_info): Update.
7944 (free_content_elements) <case DATA_WIN>: Use delete.
7945
dc2c33e4
TT
79462019-06-25 Tom Tromey <tom@tromey.com>
7947
7948 * tui/tui-wingeneral.c (tui_refresh_win): Update.
7949 * tui/tui-windata.c (tui_first_data_item_displayed)
7950 (tui_delete_data_content_windows): Update.
7951 * tui/tui-win.c (tui_data_window::set_new_height): Update.
7952 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7953 (tui_display_registers_from, tui_check_register_values): Update.
7954 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
7955 pointer.
7956 * tui/tui-data.c (init_content_element): Update. Allocate the new
7957 window.
7958 (tui_free_data_content): Update.
7959 (free_content_elements) <case DATA_WIN>: Free the window.
7960
214a5cbe
TT
79612019-06-25 Tom Tromey <tom@tromey.com>
7962
7963 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
7964 Update.
7965 * tui/tui-layout.c (make_command_window)
7966 (show_source_disasm_command, show_data, init_and_make_win)
7967 (show_source_or_disasm_and_command): Update.
7968 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
7969 method.
7970 <can_highight, is_highlighted>: Now bool.
7971 (tui_set_win_highlight): Don't declare.
7972 * tui/tui-data.c (tui_set_win_highlight): Remove.
7973
8e2daf15
TT
79742019-06-25 Tom Tromey <tom@tromey.com>
7975
7976 * tui/tui-wingeneral.c (make_visible): Remove check of window
7977 type.
7978
8903bd8a
TT
79792019-06-25 Tom Tromey <tom@tromey.com>
7980
7981 * tui/tui-win.c (tui_win_info::max_height)
7982 (tui_cmd_window::max_height): New methods.
7983 (new_height_ok): Call max_height.
7984 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
7985 <max_height>: New method.
7986
3f02ce1e
TT
79872019-06-25 Tom Tromey <tom@tromey.com>
7988
7989 * tui/tui-win.c (tui_source_window_base::set_new_height)
7990 (tui_data_window::set_new_height): New methods.
7991 (make_invisible_and_set_new_height): Call set_new_height method.
7992 * tui/tui-data.h (struct tui_win_info)
7993 (struct tui_source_window_base, struct tui_data_window)
7994 <set_new_height>: New method.
7995
1825f487
TT
79962019-06-25 Tom Tromey <tom@tromey.com>
7997
7998 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
7999 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
8000 tui_refresh_data_win.
8001 * tui/tui-win.c (tui_source_window_base::refresh_all): New
8002 method.
8003 (tui_refresh_all_win): Call the refresh_all method.
8004 (tui_set_focus): Likewise.
8005 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
8006 (struct tui_source_window_base, struct tui_data_window) <refresh>:
8007 Likewise.
8008
ad54d15b
TT
80092019-06-25 Tom Tromey <tom@tromey.com>
8010
8011 * tui/tui-winsource.h (tui_refill_source_window)
8012 (tui_set_is_exec_point_at): Don't declare.
8013 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
8014 (tui_source_window_base::refill): Rename from
8015 tui_refill_source_window.
8016 (tui_source_window_base::do_scroll_horizontal): Update.
8017 (tui_source_window_base::set_is_exec_point_at): Rename from
8018 tui_set_is_exec_point_at.
8019 (tui_update_all_breakpoint_info): Update.
8020 * tui/tui-stack.c (tui_show_frame_info): Update.
8021 * tui/tui-layout.c (show_data): Add cast.
8022 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
8023 * tui/tui-data.h (struct tui_source_window_base) <refill,
8024 set_is_exec_point_at>: New methods.
8025 (tui_source_windows, tui_add_to_source_windows): Update types.
8026 (tui_add_to_source_windows): Remove redundant declaration.
8027 * tui/tui-data.c (source_windows): Store tui_source_window_base.
8028 (tui_source_windows): Change return type.
8029 (tui_clear_source_windows_detail): Update.
8030 (tui_add_to_source_windows): Change type of parameter.
8031 (tui_free_all_source_wins_content): Update.
8032
2042b506
TT
80332019-06-25 Tom Tromey <tom@tromey.com>
8034
8035 * tui/tui-wingeneral.c (tui_win_info::refresh)
8036 (tui_source_window_base::refresh): New methods.
8037 (tui_refresh_all): Call the refresh method.
8038 * tui/tui-data.h (struct tui_win_info)
8039 (struct tui_source_window_base) <refresh>: New method.
8040
56122977
TT
80412019-06-25 Tom Tromey <tom@tromey.com>
8042
8043 * tui/tui.h (tui_is_window_visible): Return bool.
8044 * tui/tui.c (tui_is_window_visible): Return bool.
8045 * tui/tui-wingeneral.c (tui_make_window, make_visible)
8046 (tui_make_visible, tui_make_invisible)
8047 (tui_win_info::make_visible)
8048 (tui_source_window_base::make_visible, make_all_visible)
8049 (tui_make_all_visible, tui_make_all_invisible): Update.
8050 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
8051 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
8052 bool.
8053 (struct tui_win_info, struct tui_source_window_base)
8054 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
8055 * tui/tui-data.c (tui_init_generic_part): Update.
8056
cda37efb
TT
80572019-06-25 Tom Tromey <tom@tromey.com>
8058
8059 * tui/tui-wingeneral.c (tui_win_info::make_visible)
8060 (tui_source_window_base::make_visible): New methods.
8061 (make_all_visible): Make method call.
8062 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
8063 (struct tui_source_window_base, struct tui_cmd_window): Override
8064 make_visible.
8065 (tui_win_is_source_type): Don't declare.
8066 * tui/tui-data.c (tui_win_is_source_type): Remove.
8067
6a0ee02c
TT
80682019-06-25 Tom Tromey <tom@tromey.com>
8069
8070 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8071 NULL check.
8072
63901aec
TT
80732019-06-25 Tom Tromey <tom@tromey.com>
8074
8075 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8076 Inline constructor. Add initializers for members.
8077 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8078 constructors; now inline in class.
8079
ceb13a13
TT
80802019-06-25 Tom Tromey <tom@tromey.com>
8081
8082 * tui/tui-regs.c (tui_show_registers): Update.
8083 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8084 bool.
8085 * tui/tui-data.c (tui_data_window::clear_detail)
8086 (tui_data_window): Update.
8087
238eb706
TT
80882019-06-25 Tom Tromey <tom@tromey.com>
8089
8090 * tui/tui-windata.c (tui_display_all_data)
8091 (tui_display_data_from_line, tui_display_data_from)
8092 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8093 Update.
8094 * tui/tui-regs.c (tui_last_regs_line_no)
8095 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8096 (tui_show_registers, tui_show_register_group)
8097 (tui_display_registers_from, tui_display_reg_element_at_line)
8098 (tui_display_registers_from_line, tui_check_register_values)
8099 (tui_reg_next, tui_reg_prev): Update.
8100 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8101 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8102 tui_data_window.
8103 (struct tui_win_info) <detail>: Remove. Add new fields from
8104 tui_data_info.
8105 (TUI_DATA_WIN): Add cast.
8106 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8107 (~tui_data_window): Simplify.
8108
81491aa0
TT
81092019-06-25 Tom Tromey <tom@tromey.com>
8110
8111 * tui/tui-layout.c (show_source_disasm_command)
8112 (show_source_or_disasm_and_command): Update.
8113 * tui/tui-io.c (update_cmdwin_start_line)
8114 (tui_redisplay_readline): Update.
8115 * tui/tui-data.h (struct tui_command_info): Remove.
8116 (struct tui_win_info) <detail>: Remove command_info member.
8117 (struct tui_data_window) <start_line>: New member, from
8118 tui_command_info.
8119 (TUI_CMD_WIN): Add casts.
8120
e6e41501
TT
81212019-06-25 Tom Tromey <tom@tromey.com>
8122
8123 * tui/tui-winsource.c (tui_update_source_window)
8124 (tui_refill_source_window)
8125 (tui_source_window_base::do_scroll_horizontal)
8126 (tui_update_breakpoint_info, tui_set_exec_info_content)
8127 (tui_show_exec_info_content, tui_erase_exec_info_content)
8128 (tui_clear_exec_info_content): Update.
8129 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8130 Update.
8131 * tui/tui-win.c (make_invisible_and_set_new_height)
8132 (make_visible_with_new_height): Update.
8133 * tui/tui-source.c (tui_set_source_content)
8134 (tui_show_symtab_source): Update.
8135 * tui/tui-layout.c (extract_display_start_addr)
8136 (show_source_disasm_command, show_data)
8137 (make_source_or_disasm_window)
8138 (show_source_or_disasm_and_command): Update.
8139 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8140 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8141 "gdbarch".
8142 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8143 to tui_source_window_base.
8144 (struct tui_win_info) <detail>: Remove source_info member.
8145 (struct tui_source_window_base) <has_locator>: Inline.
8146 Move contents from tui_source_info; rename has_locator member to
8147 m_has_locator.
8148 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8149 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8150 header file.
8151 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8152 Simplify.
8153 (tui_free_all_source_wins_content): Cast to
8154 tui_source_window_base.
8155
44f0e208
TT
81562019-06-25 Tom Tromey <tom@tromey.com>
8157
8158 * tui/tui-win.c (make_invisible_and_set_new_height)
8159 (make_visible_with_new_height): Call has_locator method.
8160 * tui/tui-layout.c (show_source_disasm_command, show_data)
8161 (show_source_or_disasm_and_command): Update for bool change.
8162 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8163 (tui_win_info) <has_locator>: New method.
8164 (struct tui_source_window_base) <has_locator>: New method.
8165 (tui_win_has_locator): Don't declare.
8166 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8167 from tui_win_has_locator.
8168 (tui_source_window_base): Use false, not FALSE.
8169
7778b912
TT
81702019-06-25 Tom Tromey <tom@tromey.com>
8171
8172 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8173 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8174 clear_detail method directly.
8175 (tui_clear_win_detail): Remove.
8176
f83d391c
TT
81772019-06-25 Tom Tromey <tom@tromey.com>
8178
8179 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8180 "this", not TUI_DISASM_WIN.
8181
13446e05
TT
81822019-06-25 Tom Tromey <tom@tromey.com>
8183
8184 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8185 declare.
8186 * tui/tui-winsource.c
8187 (tui_source_window_base::do_scroll_horizontal): Rename from
8188 tui_horizontal_source_scroll.
8189 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8190 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8191 from tui_vertical_data_scroll.
8192 * tui/tui-win.h (tui_scroll): Don't declare.
8193 * tui/tui-win.c (tui_win_info::forward_scroll)
8194 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8195 (tui_win_info::right_scroll): Rename and update.
8196 (tui_scroll_forward_command, tui_scroll_backward_command)
8197 (tui_scroll_left_command, tui_scroll_right_command): Update.
8198 (tui_scroll): Remove.
8199 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8200 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8201 from tui_vertical_source_scroll.
8202 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8203 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8204 from tui_vertical_disassem_scroll.
8205 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8206 do_scroll_horizontal>: New methods.
8207 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8208 Likewise.
8209 (struct tui_source_window_base): Add do_scroll_horizontal.
8210 (struct tui_source_window, struct tui_disasm_window): Add
8211 do_scroll_vertical.
8212 (struct tui_data_window, struct tui_cmd_window): Add
8213 do_scroll_horizontal and do_scroll_vertical.
8214 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8215
5cf82909
TT
82162019-06-25 Tom Tromey <tom@tromey.com>
8217
8218 * tui/tui-data.h (struct tui_source_window_base): New struct.
8219 (struct tui_source_window): Derive from tui_source_window_base.
8220 (struct tui_disasm_window): New struct.
8221 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8222 from tui_source_window::clear_detail.
8223 (tui_source_window_base): Rename from tui_source_window.
8224 (~tui_source_window_base): Rename from ~tui_source_window.
8225 (tui_alloc_win_info): Create a tui_disasm_window.
8226
ee1d42d6
TT
82272019-06-25 Tom Tromey <tom@tromey.com>
8228
8229 * tui/tui-data.h (struct tui_source_window)
8230 (struct tui_data_window): Declare destructors.
8231 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8232 destructors.
8233 (tui_win_info): Simplify.
8234
b4eb2452
TT
82352019-06-25 Tom Tromey <tom@tromey.com>
8236
8237 * tui/tui-winsource.c (tui_display_main)
8238 (tui_update_source_windows_with_addr)
8239 (tui_update_all_breakpoint_info): Update.
8240 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8241 (new_height_ok, parse_scrolling_args): Update.
8242 * tui/tui-stack.c (tui_show_frame_info): Update.
8243 * tui/tui-data.h (struct tui_list): Remove.
8244 (tui_source_windows): Return a reference to a std::vector.
8245 * tui/tui-data.c (source_windows): Now a std::vector.
8246 (tui_source_windows): Change return type.
8247 (tui_clear_source_windows): Rewrite.
8248 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8249 (tui_free_all_source_wins_content): Rewrite.
8250
8761a91b
TT
82512019-06-25 Tom Tromey <tom@tromey.com>
8252
8253 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8254 (struct tui_data_window, struct tui_cmd_window): Declare
8255 clear_detail method.
8256 * tui/tui-data.c (tui_source_window::clear_detail)
8257 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8258 methods.
8259 (tui_clear_win_detail): Simplify.
8260
0ed69eda
TT
82612019-06-25 Tom Tromey <tom@tromey.com>
8262
8263 * tui/tui-layout.c (make_source_window, make_disasm_window)
8264 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8265 Return the new window.
8266 (show_source_disasm_command, show_data)
8267 (show_source_or_disasm_and_command): Update.
8268
82432e10
TT
82692019-06-25 Tom Tromey <tom@tromey.com>
8270
8271 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8272 parameter. Return the new window.
8273 (show_source_disasm_command): Update and remove NULL check.
8274 (show_source_or_disasm_and_command): Update.
8275
ec328aa5
TT
82762019-06-25 Tom Tromey <tom@tromey.com>
8277
8278 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8279
33b906ab
TT
82802019-06-25 Tom Tromey <tom@tromey.com>
8281
8282 * tui/tui-data.h (struct tui_win_info): Make constructor
8283 protected. Make destructor virtual. Add initializers.
8284 (tui_source_window, tui_data_window, tui_cmd_window): New
8285 classes.
8286 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8287 constructor. Add "type" parameter.
8288 (tui_source_window, tui_data_window, tui_cmd_window): New
8289 constructors.
8290 (tui_alloc_win_info): Instantiate the appropriate subclass.
8291
e7e11af4
TT
82922019-06-25 Tom Tromey <tom@tromey.com>
8293
8294 * tui/tui-win.c (tui_resize_all): Use delete.
8295 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8296 destructor.
8297 (tui_free_window): Don't declare.
8298 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8299 Update.
8300
6792b55e
TT
83012019-06-25 Tom Tromey <tom@tromey.com>
8302
8303 * tui/tui-data.h (struct tui_win_info): Add constructor.
8304 * tui/tui-data.c (tui_alloc_win_info): Use new.
8305 (tui_free_window): Use delete.
8306
f95675e1
TT
83072019-06-22 Tom Tromey <tom@tromey.com>
8308
8309 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8310 declare.
8311 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8312
5bff081c
TT
83132019-06-22 Tom Tromey <tom@tromey.com>
8314
8315 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8316 declare.
8317 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8318
47e3f474
TV
83192019-06-22 Tom de Vries <tdevries@suse.de>
8320
8321 * dwarf2read.c (create_addrmap_from_aranges)
8322 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8323 instead of '%zu'.
8324
fd5866f6
SM
83252019-06-21 Simon Marchi <simon.marchi@efficios.com>
8326
8327 * dwarf2read.h (dwarf2_section_info_def): Remove.
8328 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8329 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8330 std::vector<dwarf2_section_info>.
8331 (struct dwo_file) <~dwo_file>: Remove.
8332 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8333 types field.
8334 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8335 (dwarf2_read_debug_names): Likewise.
8336 (create_debug_types_hash_table): Change parameter type to
8337 array_view, adjust code accordingly.
8338 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8339 (partial_die_info::fixup): Likewise.
8340 (determine_prefix): Likewise.
8341 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8342
fb1eb2f9
SM
83432019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8344
8345 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8346 gdb_bfd_ref_ptr.
8347 <~dwo_file>: Remove call to gdb_bfd_unref.
8348 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8349 gdb_bfd_ref_ptr::get.
8350
51ac9db5
SM
83512019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8352
8353 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8354 type to htab_up.
8355 * dwarf2read.c (struct dwo_file): Initialize fields.
8356 <~dwo_file>: New.
8357 (free_dwo_file): Remove, move content to ~dwo_file.
8358 (struct dwo_file_deleter): Remove.
8359 (dwo_file_up>: Remove custom deleter.
8360 (free_dwo_files): Remove.
8361 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8362 dwo_files.
8363 (process_skeletonless_type_units): Call unique_ptr::get.
8364 (allocate_dwo_file_hash_table): Add deleter to created hash
8365 table. Change return type to htab_up.
8366 (lookup_dwo_file_slot): Don't memset dwo_file, call
8367 unique_ptr::get.
8368 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8369 (create_dwo_unit_in_dwp_v2): Likewise.
8370 (open_and_init_dwo_file): Likewise.
8371 (free_dwo_file_from_slot): Remove.
8372
dc4ccb6f
SM
83732019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8374
8375 * dwarf2read.h (struct dwarf2_section_info) <readin,
8376 is_virtual>: Change type to bool.
8377 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8378 true instead of 1.
8379
e6a1c5cb
TT
83802019-06-19 Tom Tromey <tom@tromey.com>
8381
8382 * tui/tui-data.h (tui_init_content_element): Don't declare.
8383
6f6ffbeb
TT
83842019-06-19 Tom Tromey <tom@tromey.com>
8385
8386 * tui/tui-data.h (tui_init_win_info): Don't declare.
8387
f23f598e
TV
83882019-06-19 Tom de Vries <tdevries@suse.de>
8389
8390 * dwarf2read.h (abstract_to_concrete): Change type to
8391 std::unordered_map<sect_offset, std::vector<sect_offset>,
8392 gdb::hash_enum<sect_offset>>.
8393
680e1bee
TT
83942019-06-19 Tom Tromey <tromey@adacore.com>
8395
8396 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8397 EVAL_AVOID_SIDE_EFFECTS specially.
8398
dcf37923
TT
83992019-06-19 Tom Tromey <tromey@adacore.com>
8400
8401 * source-cache.c (highlighter): New global.
8402 (source_cache::get_source_lines): Create a highlighter on demand.
8403
494986d5
AB
84042019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8405
8406 * defs.h (deprecated_interactive_hook): Delete declaration.
8407 * interps.c (clear_interpreter_hooks): Remove use of
8408 deprecated_interactive_hook.
8409 * top.c (deprecated_interactive_hook): Delete definition.
8410 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8411
3360b6e7
TV
84122019-06-18 Tom de Vries <tdevries@suse.de>
8413
8414 PR gdb/24515
8415 * dwarf2read.h (abstract_to_concrete): Change type from
8416 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8417 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8418 * dwarf2read.c (read_variable): Update.
8419 (dwarf2_fetch_die_loc_sect_off): Update.
8420
310b3441
TV
84212019-06-17 Tom de Vries <tdevries@suse.de>
8422
8423 PR gdb/24617
8424 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8425 accessing parent[parent_len - 1].
8426
ba9777be
PP
84272019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8428
8429 PR gdb/24364
8430 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8431 call dtrace_process_dof with NULL dof.
8432
2b9f6e89
TV
84332019-06-16 Tom de Vries <tdevries@suse.de>
8434
8435 PR gdb/24445
8436 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8437
431b3ead
TT
84382019-06-16 Tom Tromey <tom@tromey.com>
8439
8440 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8441 (make_all_visible): Use address of member.
8442
d04b44a1
TT
84432019-06-16 Tom Tromey <tom@tromey.com>
8444
8445 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8446 (tui_free_window, free_content, free_content_elements): Remove
8447 unnecessary cast.
8448 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8449 cast.
8450 * tui/tui-regs.c (tui_show_register_group)
8451 (tui_display_registers_from, tui_display_reg_element_at_line):
8452 Remove unnecessary cast.
8453
bf5142e7
AB
84542019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8455
8456 * linux-nat.c (normal_mask): Delete.
8457 (_initialize_linux_nat): Don't initialise normal_mask.
8458
c4973306
SM
84592019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8460
8461 PR gdb/24445
8462 * dwarf-index-write.h (write_psymtabs_to_index): Add
8463 dwz_basename parameter.
8464 * dwarf-index-write.c (write_gdbindex): Move file writing to
8465 write_gdbindex_1. Change return type void.
8466 (assert_file_size): Move up, remove filename parameter.
8467 (write_gdbindex_1): New function.
8468 (write_debug_names): Change return type to void, call
8469 assert_file_size.
8470 (struct index_wip_file): New struct.
8471 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8472 file logic to index_wip_file. Write index for dwz file if
8473 needed.
8474 (save_gdb_index_command): Pass basename of dwz file, if present.
8475 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8476 build-id of dwz file, if present.
8477 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8478 (dwarf2_get_dwz_file): Likewise.
8479 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8480 (dwarf2_get_dwz_file): Likewise.
8481
395f9c91
TT
84822019-06-16 Tom Tromey <tom@tromey.com>
8483
8484 * coffread.c (process_coff_symbol): Use xstrdup.
8485 * value.c (create_internalvar): Use xstrdup.
8486
cafb3438
TT
84872019-06-16 Tom Tromey <tom@tromey.com>
8488
8489 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8490 * breakpoint.c (stopin_command, stopat_command)
8491 (until_break_command, decode_location_default): Remove unnecessary
8492 cast.
8493 * utils.c (subset_compare): Remove unnecessary cast.
8494 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8495 cast.
8496 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8497 cast.
8498 * infcmd.c (path_command): Remove unnecessary cast.
8499 * coffread.c (decode_type): Remove unnecessary cast.
8500 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8501 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8502 * tui/tui-stack.c (tui_show_locator_content)
8503 (tui_show_frame_info): Remove unnecessary cast.
8504 * tui/tui-win.c (tui_scroll_forward_command)
8505 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8506 (parse_scrolling_args): Remove unnecessary cast.
8507 * tui/tui-data.c (init_win_info, tui_del_window)
8508 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8509 (free_content_elements): Remove unnecessary cast.
8510 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8511 unnecessary cast.
8512 * tui/tui-source.c (tui_set_source_content)
8513 (tui_vertical_source_scroll): Remove unnecessary cast.
8514 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8515 cast.
8516 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8517 * tui/tui-regs.c (tui_display_registers_from)
8518 (tui_display_register): Remove unnecessary cast.
8519 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8520 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8521 (make_visible): Remove unnecessary cast.
8522 * tui/tui-winsource.c (tui_erase_source_content)
8523 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8524 unnecessary cast.
8525 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8526 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8527 * stabsread.c (read_type, read_array_type, read_range_type):
8528 Remove unnecessary cast.
8529 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8530 (parse_symbol, parse_type, upgrade_type, parse_external)
8531 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8532 unnecessary cast.
8533 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8534
730ead81
TT
85352019-06-16 Tom Tromey <tom@tromey.com>
8536
8537 * tui/tui-data.c (tui_alloc_generic_win_info)
8538 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8539 checks.
8540
584a927c
AB
85412019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8542 Andrew Burgess <andrew.burgess@embecosm.com>
8543
8544 * f-typeprint.c (f_print_type): Don't return early for not
8545 associated or not allocated types.
8546 (f_type_print_varspec_suffix): Add print_rank parameter and print
8547 ranks of array types in case they dangling.
8548 (f_type_print_base): Add print_rank parameter.
8549
30056ea0
AB
85502019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8551
8552 * NEWS: Mention new MI commands.
8553 * break-catch-throw.c (enum exception_event_kind): Move to
8554 breakpoint.h.
8555 (print_mention_exception_catchpoint): Output text as a single
8556 message.
8557 (catch_exception_command_1): Rename to...
8558 (catch_exception_event): ...this, make non-static, update header
8559 command, and change some parameter types.
8560 (catch_catch_command): Update for changes to
8561 catch_exception_command_1.
8562 (catch_throw_command): Likewise.
8563 (catch_rethrow_command): Likewise.
8564 * breakpoint.c (enum exception_event_kind): Delete.
8565 * breakpoint.h (enum exception_event_kind): Moved here from
8566 break-catch-throw.c.
8567 (catch_exception_event): Declare.
8568 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8569 (mi_cmd_catch_throw): New function.
8570 (mi_cmd_catch_rethrow): New function.
8571 (mi_cmd_catch_catch): New function.
8572 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8573 'catch-catch' entries.
8574 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8575 (mi_cmd_catch_rethrow): Declare.
8576 (mi_cmd_catch_catch): Declare.
8577
ec8e2b6d
AB
85782019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8579
8580 * annotate.c (annotate_source_line): Change return type to void,
8581 update implementation to match.
8582 * annotate.h (annotate_source_line): Change return type to void,
8583 update header comment.
8584 * stack.c (print_frame_info): Don't change what frame information
8585 is printed based on whether annotations are on or not.
8586
0d3abd8c
AB
85872019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8588
8589 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8590 (annotate_source): Make static.
8591 (annotate_source_line): Moved from source.c and renamed from
8592 identify_source_line. Update the return type.
8593 * annotate.h (annotate_source): Delete declaration.
8594 (annotate_source_line): Declaration moved from source.h, and
8595 renamed from identify_source_line. Return type updated.
8596 * source.c (identify_source_line): Moved to annotate.c and renamed
8597 to annotate_source_line.
8598 (info_line_command): Remove check of annotation_level.
8599 * source.h (identify_source_line): Move declaration to annotate.h
8600 and rename to annotate_source_line.
8601 * stack.c: Add 'annotate.h' include.
8602 (print_frame_info): Remove check of annotation_level before
8603 calling annotate_source_line.
8604
00df30ae
AB
86052019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8606
8607 * source-cache.c (source_cache::get_plain_source_lines): Use
8608 open_source_file_with_line_charpos instead of just
8609 open_source_file, remove call to find_source_lines.
8610 (source_cache::get_source_lines): Likewise.
8611 * source.c (find_source_lines): Make static.
8612 (get_filename_and_charpos): Renamed into...
8613 (open_source_file_with_line_charpos): ..this along with changes to
8614 return a scoped_fd, and some other minor clean ups.
8615 (identify_source_line): Use open_source_file_with_line_charpos.
8616 (search_command_helper): Use open_source_file_with_line_charpos
8617 instead of just open_source_file, remove call to
8618 find_source_lines.
8619 * source.h (open_source_file_with_line_charpos): Declare new
8620 function.
8621 (find_source_lines): Delete declaration.
8622
afda45a2
AB
86232019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8624
8625 * source.c (get_filename_and_charpos): Remove fullname
8626 parameter.
8627 (identify_source_line): Update call to get_filename_and_charpos.
8628
0735b091
TT
86292019-06-14 Tom Tromey <tromey@adacore.com>
8630
8631 PR gdb/24502:
8632 * ui-style.h (skip_ansi_escape): Update comment.
8633 * ui-file.h (class no_terminal_escape_file): New class.
8634 * ui-file.c (no_terminal_escape_file::write)
8635 (no_terminal_escape_file::puts): New methods.
8636 * cli/cli-logging.c (handle_redirections): Use
8637 no_terminal_escape_file.
8638
52ce35e2
TT
86392019-06-14 Tom Tromey <tromey@adacore.com>
8640
8641 * NEWS: Move convenience variable news above Python news.
8642
73cc7272
TT
86432019-06-14 Tom Tromey <tom@tromey.com>
8644
8645 * gnulib: Move directory to top-level.
8646 * configure.ac: Don't configure gnulib.
8647 * configure: Rebuild.
8648 * common/common-defs.h: Use new path to gnulib.
8649 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8650 (GNULIB_H): Remove.
8651 (INCGNU): Look in new gnulib location.
8652 (HFILES_NO_SRCDIR): Remove gnulib files.
8653 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8654 (generated_files): Remove GNULIB_H.
8655 ($(LIBGNU), all-lib): Remove targets.
8656 (distclean): Don't mention GNULIB_BUILDDIR.
8657 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8658
f5686554
TT
86592019-06-14 Tom Tromey <tromey@adacore.com>
8660
8661 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8662 Warn if symbol file does not provide any symbols.
8663
a0c1ffed
TT
86642019-06-14 Tom Tromey <tromey@adacore.com>
8665
8666 * source.c (find_and_open_source): Respect basenames_may_differ.
8667
7c39e397
AB
86682019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8669
8670 * annotate.c (annotate_breakpoints_invalid): Make use of
8671 scoped_restore_terminal_state.
8672 (annotate_frames_invalid): Likewise.
8673
f411722c
TT
86742019-06-14 Tom Tromey <tromey@adacore.com>
8675
8676 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8677 allow assignment to an internalvar.
8678
4268ec18
TT
86792019-06-14 Tom Tromey <tromey@adacore.com>
8680
8681 * ada-lex.l: Allow "_" in attribute names.
8682
abdb711e
TT
86832019-06-14 Tom Tromey <tromey@adacore.com>
8684
8685 PR gdb/24653:
8686 * regcache.c (registers_changed): Don't call alloca.
8687 * top.c (execute_command): Don't call alloca.
8688
4c048731
PA
86892019-06-13 Pedro Alves <palves@redhat.com>
8690
8691 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8692 'expression'. When parsing an expression, error out if there's
8693 junk after "unlimited".
8694 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8695 (do_set_command): Adjust calls to is_unlimited_literal.
8696
66eb1ed3
PA
86972019-06-13 Pedro Alves <palves@redhat.com>
8698
8699 * compile/compile.c (make_compile_options_def_group): Add braces
8700 around array_view initializer.
8701 * thread.c (make_thread_apply_all_options_def_group)
8702 (make_thread_apply_all_options_def_group): Likewise.
8703
3345721a
PA
87042019-06-13 Pedro Alves <palves@redhat.com>
8705
8706 * NEWS (New commands): Mention "maint test-options
8707 require-delimiter", "maint test-options unknown-is-error", "maint
8708 test-options unknown-is-operand" and "maint show
8709 test-options-completion-result".
8710 (New command options, command completion): New section.
8711 (Completion improvements): New section.
8712 Mention that you can abbreviate "unlimited".
8713
6206060d
PA
87142019-06-13 Pedro Alves <palves@redhat.com>
8715
8716 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8717 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8718 * unittests/cli-utils-selftests.c (test_parse_flags)
8719 (test_parse_flags_qcs): Delete.
8720 (test_cli_utils): Don't call deleted functions.
8721
6665660a
PA
87222019-06-13 Pedro Alves <palves@redhat.com>
8723
8724 * thread.c: Include "cli/cli-option.h".
8725 (tp_array_compar_ascending): Global.
8726 (tp_array_compar): Delete function.
8727 (tp_array_compar_ascending, tp_array_compar_descending): New
8728 functions.
8729 (ascending_option_def, qcs_flag_option_def)
8730 (thr_qcs_flags_option_defs)
8731 (make_thread_apply_all_options_def_group)
8732 (make_thread_apply_options_def_group): New.
8733 (thread_apply_all_command): Use gdb::option::process_options.
8734 (thread_apply_command_completer)
8735 (thread_apply_all_command_completer): New.
8736 (thread_apply_command): Use gdb::option::process_options.
8737 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8738 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8739 to generate help text of "thread apply". Adjust "taas"'s help.
8740 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8741 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8742
f7e13587
PA
87432019-06-13 Pedro Alves <palves@redhat.com>
8744
8745 * thread.c (thread_apply_command): Check for invalid TID with
8746 isdigit instead of !isalpha.
8747
5d707134
PA
87482019-06-13 Pedro Alves <palves@redhat.com>
8749
8750 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8751 (validate_flags_qcs): New.
8752 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8753 (validate_flags_qcs): Declare.
8754 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8755 (make_frame_apply_options_def_group): New.
8756 (frame_apply_command_count): Process options with
8757 gdb::option::process_options.
8758 (frame_apply_completer): New.
8759 (frame_apply_level_completer, frame_apply_all_completer)
8760 (frame_apply_completer): New.
8761 (_initialize_stack): Update help of "frame apply", "frame apply
8762 level", "frame apply all" and "faas" to mention supported options
8763 and install command completers.
8764 * stack.h (frame_apply_all_completer): Declare.
8765 * thread.c: Include "stack.h".
8766 (tfaas_command): Add "--".
8767 (_initialize_thread): Update help "tfaas" to mention supported
8768 options and install command completer.
8769
272d4594
PA
87702019-06-13 Pedro Alves <palves@redhat.com>
8771
8772 * completer.c (complete_nested_command_line): New.
8773 (gdb_completion_word_break_characters_throw): Add assertion.
8774 * completer.h (complete_nested_command_line): Declare.
8775
90a1ef87
PA
87762019-06-13 Pedro Alves <palves@redhat.com>
8777
8778 * stack.c (parse_backtrace_qualifiers): New.
8779 (backtrace_command): Use it.
8780 (backtrace_command_completer): Complete on qualifiers.
8781
d4c16835
PA
87822019-06-13 Pedro Alves <palves@redhat.com>
8783
8784 * frame.c: Include "cli/cli-option.h.
8785 (user_set_backtrace_options): New.
8786 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8787 Delete.
8788 (get_prev_frame): Adjust.
8789 (boolean_option_def, uinteger_option_def)
8790 (set_backtrace_option_defs): New.
8791 (_initialize_frame): Adjust and use
8792 gdb::option::add_setshow_cmds_for_options to install "set
8793 backtrace past-main" and "set backtrace past-entry".
8794 * frame.h: Include "cli/cli-option.h".
8795 (struct frame_print_options): Forward declare.
8796 (print_frame_arguments_all, print_frame_arguments_scalars)
8797 (print_frame_arguments_none): Declare.
8798 (print_entry_values): Delete declaration.
8799 (struct frame_print_options, user_frame_print_options): New.
8800 (struct set_backtrace_options): New.
8801 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8802 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8803 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8804 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8805 (list_args_or_locals): Add frame_print_options parameter.
8806 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8807 * python/py-framefilter.c (enumerate_args): Pass down
8808 USER_FRAME_PRINT_OPTIONS.
8809 * stack.c: Include "cli/cli-option.h".
8810 (print_frame_arguments_all, print_frame_arguments_scalars)
8811 (print_frame_arguments_none): Declare.
8812 (print_raw_frame_arguments, print_entry_values): Delete.
8813 (user_frame_print_options): New.
8814 (boolean_option_def, enum_option_def, frame_print_option_defs):
8815 New.
8816 (struct backtrace_cmd_options): New.
8817 (bt_flag_option_def): New.
8818 (backtrace_command_option_defs): New.
8819 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8820 (print_frame_arg, read_frame_arg, print_frame_args)
8821 (print_frame_info, print_frame): Add frame_print_options parameter
8822 and use it.
8823 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8824 (backtrace_command_1): Add frame_print_options and
8825 backtrace_cmd_options parameters and use them.
8826 (make_backtrace_options_def_group): New.
8827 (backtrace_command): Process command options with
8828 gdb::option::process_options.
8829 (backtrace_command_completer): New.
8830 (_initialize_stack): Extend "backtrace"'s help to mention
8831 supported options. Install completer for "backtrace".
8832 Install some settings commands with add_setshow_cmds_for_options.
8833
2daf894e
PA
88342019-06-13 Pedro Alves <palves@redhat.com>
8835
8836 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8837 and that "set/show print raw frame-arguments" are now deprecated.
8838
8839 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8840 command.
8841 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8842 * stack.c (_initialize_stack): Install "set/show print
8843 raw-frame-arguments", and deprecate "set/show print raw
8844 frame-arguments".
8845 * valprint.c (_initialize_valprint): Deprecate "set/show print
8846 raw".
8847
e6ed716c
PA
88482019-06-13 Pedro Alves <palves@redhat.com>
8849
8850 * compile/compile.c (struct compile_options): New.
8851 (compile_flag_option_def, compile_command_option_defs)
8852 (make_compile_options_def_group): New.
8853 (compile_file_command): Handle options with
8854 gdb::option::process_options.
8855 (compile_file_command_completer): New function.
8856 (compile_code_command): Handle options with
8857 gdb::option::process_options.
8858 (compile_code_command_completer): New function.
8859 (_initialize_compiler): Install completers for "compile code" and
8860 "compile file". Mention available options in "compile code" and
8861 "compile code"'s help.
8862 * completer.c (advance_to_completion_word): New, factored out from
8863 ...
8864 (advance_to_expression_complete_word_point): ... this.
8865 (advance_to_filename_complete_word_point): New.
8866 * completer.h (advance_to_filename_complete_word_point): New
8867 declaration.
8868
7d8062de
PA
88692019-06-13 Pedro Alves <palves@redhat.com>
8870
8871 * compile/compile.c: Include "cli/cli-option.h".
8872 (compile_print_value): Scope data pointer is now a
8873 value_print_options pointer; adjust.
8874 (compile_print_command): Process options. Scope data pointer is
8875 now a value_print_options pointer; adjust.
8876 (_initialize_compile): Update "compile print"'s help to include
8877 supported options. Install a completer for "compile print".
8878 * cp-valprint.c (show_vtblprint, show_objectprint)
8879 (show_static_field_print): Delete.
8880 (_initialize_cp_valprint): Don't install "set print
8881 static-members", "set print vtbl", "set print object" here.
8882 * printcmd.c: Include "cli/cli-option.h" and
8883 "common/gdb_optional.h".
8884 (print_command_parse_format): Rework to fill in a
8885 value_print_options instead of a format_data.
8886 (print_value): Change parameter type from format_data pointer to
8887 value_print_options reference. Adjust.
8888 (print_command_1): Process options. Adjust to pass down a
8889 value_print_options.
8890 (print_command_completer): New.
8891 (_initialize_printcmd): Install print_command_completer as
8892 handle_brkchars completer for the "print" command. Update
8893 "print"'s help to include supported options.
8894 * valprint.c: Include "cli/cli-option.h".
8895 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8896 here from cp-valprint.c.
8897 (boolean_option_def, uinteger_option_def)
8898 (value_print_option_defs, make_value_print_options_def_group):
8899 New. Use gdb::option::add_setshow_cmds_for_options to install
8900 "set print elements", "set print null-stop", "set print repeats",
8901 "set print pretty", "set print union", "set print array", "set
8902 print address", "set print symbol", "set print array-indexes".
8903 * valprint.h: Include <string> and "cli/cli-option.h".
8904 (make_value_print_options_def_group): Declare.
8905 (print_value): Change parameter type from format_data pointer to
8906 value_print_options reference.
8907 (print_command_completer): Declare.
8908
9d0faba9
PA
89092019-06-13 Pedro Alves <palves@redhat.com>
8910
8911 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8912 (COMMON_SFILES): Add maint-test-settings.c.
8913 * cli/cli-decode.c (boolean_enums): New global, factored out from
8914 ...
8915 (add_setshow_boolean_cmd): ... here.
8916 * cli/cli-decode.h (boolean_enums): Declare.
8917 * cli/cli-option.c: New file.
8918 * cli/cli-option.h: New file.
8919 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8920 factored out from ...
8921 (parse_cli_boolean_value(const char *)): ... this.
8922 (is_unlimited_literal): Change parameter type to pointer to
8923 pointer. Adjust and advance ARG pointer.
8924 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8925 (parse_cli_var_enum): New, factored out from ...
8926 (do_set_command): ... this. Adjust.
8927 * cli/cli-setshow.h (parse_cli_boolean_value)
8928 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8929 (parse_cli_var_enum): Declare.
8930 * cli/cli-utils.c: Include "cli/cli-option.h".
8931 (get_ulongest): New.
8932 * cli/cli-utils.h (get_ulongest): Declare.
8933 (check_for_argument): New overloads.
8934 * maint-test-options.c: New file.
8935
2c722807
PA
89362019-06-13 Pedro Alves <palves@redhat.com>
8937
8938 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8939 parse a range if "-" is at the end of the string.
8940
dee7b4c8
PA
89412019-06-13 Pedro Alves <palves@redhat.com>
8942
8943 * cli/cli-setshow.c (parse_auto_binary_operation)
8944 (parse_cli_boolean_value): Don't allow "o".
8945
dca0f6c0
PA
89462019-06-13 Pedro Alves <palves@redhat.com>
8947
8948 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
8949 * NEWS: Mention maint test-settings KIND.
8950 * maint-test-settings.c: New file.
8951
597bf39d
PA
89522019-06-13 Pedro Alves <palves@redhat.com>
8953
8954 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
8955 completer.
8956 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
8957 "set" completers.
8958
48c410fb
PA
89592019-06-13 Pedro Alves <palves@redhat.com>
8960
8961 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
8962 after item.
8963
93bcb043
PA
89642019-06-13 Pedro Alves <palves@redhat.com>
8965
8966 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
8967
cbba3ecd
PA
89682019-06-13 Pedro Alves <palves@redhat.com>
8969
8970 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
8971 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
8972 call.
8973 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
8974 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
8975 calls.
8976 (check_for_argument): Skip spaces after argument.
8977
b9a3f842
PA
89782019-06-13 Pedro Alves <palves@redhat.com>
8979
8980 * thread.c (thread_apply_command): Adjust TID parsing.
8981 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
8982 detected before end of string.
8983 (tid_is_in_list): Error out if LIST is invalid.
8984
3844e605
PA
89852019-06-13 Pedro Alves <palves@redhat.com>
8986
8987 * completer.c (complete_line_internal_1): Rewind completion word
8988 point.
8989 (completion_tracker::advance_custom_word_point_by): Change
8990 parameter type to int.
8991 * completer.h (completion_tracker::advance_custom_word_point_by):
8992 Likewise.
8993
00b56dbe
PA
89942019-06-13 Pedro Alves <palves@redhat.com>
8995
8996 * completer.c (advance_to_completion_word): Handle delimiters.
8997
d106773e
PA
89982019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8999
9000 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
9001
08f10e02
TT
90022019-06-11 Tom Tromey <tom@tromey.com>
9003
9004 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
9005 (xmalloc_failed): Move to alloc.c.
9006 * alloc.c: New file.
9007 * Makefile.in (COMMON_SFILES): Add alloc.c.
9008
1c7fe951
TT
90092019-06-11 Tom Tromey <tom@tromey.com>
9010
9011 * nat/linux-waitpid.c: Don't include server.h.
9012 (linux_debug): Remove.
9013 (my_waitpid): Update.
9014
89549d7f
TT
90152019-06-11 Tom Tromey <tromey@adacore.com>
9016
9017 * infcall.c (_initialize_infcall): Remove trailing newline from
9018 help.
9019 * user-regs.c (_initialize_user_regs): Remove trailing newline
9020 from help.
9021 * typeprint.c (_initialize_typeprint): Remove trailing newline
9022 from help.
9023 * reverse.c (_initialize_reverse): Remove trailing newlines from
9024 help.
9025 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
9026 from help.
9027 * language.c (add_set_language_command): Remove trailing newline
9028 from help.
9029 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
9030 help.
9031 * disasm.c (_initialize_disasm): Remove trailing newline from
9032 help.
9033 * top.c (init_main): Remove trailing newline from help.
9034 * interps.c (_initialize_interpreter): Remove trailing newline
9035 from help.
9036 * btrace.c (_initialize_btrace): Remove trailing newlines from
9037 help.
9038 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
9039 from help.
9040 * python/python.c (_initialize_python): Remove trailing newline
9041 from help.
9042 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
9043 help.
9044 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
9045 from help. Reformat some text.
9046 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
9047 from help.
9048 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
9049 newline from help.
9050
86108c13
TT
90512019-06-11 Tom Tromey <tromey@adacore.com>
9052
9053 * darwin-nat.c (darwin_decode_exception_message)
9054 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
9055
a7067863
AB
90562019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
9057
9058 * valops.c (value_slice): Check for not allocated or not
9059 associated values.
9060
9ab08412
TV
90612019-06-10 Tom de Vries <tdevries@suse.de>
9062
9063 PR gdb/24618
9064 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
9065 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9066 invalid.
9067
f19e22e9
TV
90682019-06-10 Tom de Vries <tdevries@suse.de>
9069
9070 PR gdb/24611
9071 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9072 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9073
e99f9db0
TV
90742019-06-10 Tom de Vries <tdevries@suse.de>
9075
9076 PR symtab/24545
9077 * symtab.c (struct demangled_name_entry): Add language field.
9078 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9079 static minimal symbol". Set and use language field.
9080
9bf7038b
TT
90812019-06-10 Tom Tromey <tromey@adacore.com>
9082
9083 * ada-lang.c (_initialize_ada_language): Update help text.
9084
422186a9
TT
90852019-06-10 Tom Tromey <tromey@adacore.com>
9086
9087 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9088 with a newline.
9089 * guile/guile.c (handle_boot_error): Don't end warning with a
9090 newline.
9091 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9092 warning with a newline.
9093 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9094 newline.
9095 (s12z_frame_cache): Likewise.
9096 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9097 a newline.
9098 * solib-svr4.c (disable_probes_interface): Don't end warning with
9099 a newline.
9100 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9101 newline.
9102 * python/python.c (do_finish_initialization): Don't end warning
9103 with a newline.
9104
25ce02ee
TT
91052019-06-10 Tom Tromey <tom@tromey.com>
9106
9107 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9108 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9109 gdbpy_enter.
9110
caa429d8
TT
91112019-06-10 Tom Tromey <tromey@adacore.com>
9112
9113 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9114 data.
9115 (elf_new_init): Don't call stabsread_new_init.
9116 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9117 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9118 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9119
81873cc8
TV
91202019-06-10 Tom de Vries <tdevries@suse.de>
9121
9122 PR symtab/16264
9123 PR symtab/24517
9124 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9125
4fa0265e
РИ
91262019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9127
9128 * source.c (find_and_open_source): Also rewrite relative file
9129 names.
9130
1a3da2cd
AB
91312019-04-26 Amos Bird <amosbird@gmail.com>
9132
9133 * annotate.c (annotate_thread_exited): Add "thread-exited"
9134 annotation.
9135
3847a7bf
TT
91362019-06-06 Tom Tromey <tromey@adacore.com>
9137
9138 * maint.h (class scoped_command_stats): Use
9139 DISABLE_COPY_AND_ASSIGN.
9140 <print_time>: New method.
9141 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9142 print_time.
9143 (scoped_command_stats::print_time): New method.
9144
312617a3
AB
91452019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9146
9147 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9148 instructions of lengths 6 or 8 bytes.
9149
b02f78f9
PA
91502019-06-04 Pedro Alves <palves@redhat.com>
9151
9152 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9153
9154 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9155 * breakpoint.c (condition_completer): Likewise.
9156 * cli/cli-dump.c (scan_expression): Likewise.
9157 * common/filestuff.c (mkdir_recursive): Likewise.
9158 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9159 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9160 (gdb_abspath): Likewise.
9161 * compile/compile-cplus-types.c
9162 (compile_cplus_instance::decl_name): Likewise.
9163 * completer.c (complete_explicit_location):
9164 (signal_completer, reg_or_group_completer_1): Likewise.
9165 * cp-support.c (cp_remove_params_if_any): Likewise.
9166 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9167 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9168 * infcmd.c (strip_bg_char): Likewise.
9169 * linespec.c (copy_token_string): Likewise.
9170 * mi/mi-main.c (output_cores): Likewise.
9171 * psymtab.c (psymtab_search_name):
9172 * symfile.c (test_set_ext_lang_command): Likewise.
9173 * target.c (target_fileio_read_stralloc): Likewise.
9174 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9175 * value.c (complete_internalvar): Likewise.
9176
e1f2e1a2
CB
91772019-06-04 Christian Biesinger <cbiesinger@google.com>
9178
9179 Add objfile property to gdb.Type.
d3238f7d
PA
9180 * NEWS: Mention Python API addition.
9181 * python/py-type.c (typy_get_objfile): New method.
e1f2e1a2 9182
e664d728
PW
91832019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9184
9185 * NEWS: Mention the new set|show style [title|highlight].
9186 Mention changes to "show style", "help" and "apropos".
9187
66d8c862
PW
91882019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9189
9190 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9191 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9192 instead of print_help_for_command.
9193 (print_doc_of_command): New function.
9194 (help_list): Add 'apropos -v word' suggestion.
9195 (print_help_for_command): Style the command name using title style.
9196 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9197 (_initialize_cli_cmds): Describe -v in apropos_command help.
9198
9303eb2f
PW
91992019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9200
9201 * cli/cli-style.h (cli_style_option): Add name in constructor,
9202 add m_name class member, add constructor with intensity,
9203 add name class function.
9204 (cli_style_option::add_setshow_commands): Remove name argument.
9205 (highlight_style, title_style): New styles.
9206 * cli/cli-style.c (do_show): New function that shows a style
9207 characteristic styling the style name with itself.
9208 (set_style_name): New function.
9209 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9210 Update all callers according to the changes in cli/cli-style.h.
9211 * utils.h (fputs_highlighted): New function.
9212 * utils.c (fputs_highlighted): Likewise.
9213
e2c52041
PW
92142019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9215
9216 * NEWS: Mention new pipe command and new convenience variables.
9217
947d3946
PW
92182019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9219
9220 * cli/cli-cmds.c (pipe_command): New function.
9221 (_initialize_cli_cmds): Call add_com for pipe_command.
9222 Define | as an alias for pipe.
9223 (exit_status_set_internal_vars): New function.
9224 (shell_escape): Call exit_status_set_internal_vars.
9225 cli/cli-decode.c (find_command_name_length): Recognize | as
9226 a single character command.
9227
b8fd0918
PW
92282019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9229
9230 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9231 top.c (execute_command_to_ui_file): New function, mostly a copy
9232 of execute_command_to_string.
9233 (execute_command_to_string): Implement by calling
9234 execute_command_to_ui_file.
9235
68bb5386
PW
92362019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9237
9238 * top.h (saved_command_line): Remove declaration.
9239 * top.c (previous_saved_command_line, previous_repeat_arguments):
9240 New variables.
9241 (saved_command_line): Make static, define together with other
9242 'repeat variables'.
9243 (dont_repeat): Clear repeat_arguments.
9244 (repeat_previous, get_saved_command_line, save_command_line):
9245 New functions.
9246 (gdb_init): Initialize saved_command_line
9247 and previous_saved_command_line.
9248 * main.c (captured_main_1): Remove saved_command_line initialization.
9249 * event-top.c (handle_line_of_input): Update to use
9250 the new 'repeat' related functions instead of direct access to
9251 saved_command_line.
9252 * command.h (repeat_previous, get_saved_command_line,
9253 save_command_line): New declarations.
9254 (dont_repeat): Add comment.
9255
bfcdb852
TT
92562019-05-30 Tom Tromey <tromey@adacore.com>
9257
9258 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9259 Fix comment.
9260 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9261
0ef209f2
JV
92622019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9263
9264 PR cli/24587
9265 * completer.c (complete): Initialize variable word.
9266
955b06fa
SDJ
92672019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9268
9269 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9270 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9271 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9272 'body' is NULL to the outter 'if', protecting the '!is_define'
9273 situation as well.
9274
fa9c3fa0
TT
92752019-05-29 Tom Tromey <tromey@adacore.com>
9276
9277 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9278 (dwarf_unknown): New function.
9279 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9280 (dwarf_type_encoding_name): Use dwarf_unknown.
9281
4330d61d
TT
92822019-05-29 Tom Tromey <tromey@adacore.com>
9283
9284 PR c++/20020:
9285 * cp-valprint.c (cp_print_value_fields): Call
9286 cp_print_static_field inside "try".
9287
33a6bc35
TT
92882019-05-29 Tom Tromey <tromey@adacore.com>
9289
9290 * inflow.c (struct terminal_info): Add default operator=.
9291 * configure: Rebuild.
9292 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9293 -Wdeprecated-copy-dtor, -Wredundant-move.
9294
000439d5
TT
92952019-05-29 Tom Tromey <tromey@adacore.com>
9296
9297 * NEWS: Add entry.
9298 * infcmd.c (print_return_value_1): Handle finish_print
9299 option.
9300 (show_print_finish): New function.
9301 (_initialize_infcmd): Add "set/show print finish" commands.
9302 * valprint.c (user_print_options): Initialize new member.
9303 * valprint.h (struct value_print_options) <finish_print>: New
9304 member.
9305
c0e70c62
TT
93062019-05-28 Tom Tromey <tromey@adacore.com>
9307
9308 * ada-lang.c (ada_remove_Xbn_suffix)
9309 (find_old_style_renaming_symbol)
9310 (parse_old_style_renaming): Remove.
9311 (ada_find_renaming_symbol): Don't call
9312 find_old_style_renaming_symbol.
9313 (ada_is_renaming_symbol): Rename from
9314 ada_find_renaming_symbol. Remove "block" parameter. Return
9315 bool. Now static.
9316 (ada_read_var_value): Update and simplify.
9317 * ada-exp.y (write_var_or_type): Remove old code.
9318
766f8836
AH
93192019-05-28 Alan Hayward <alan.hayward@arm.com>
9320
68255adc 9321 PR gdb/25010
766f8836
AH
9322 * event-top.c: Remove include comment.
9323 * inflow.c (class scoped_ignore_sigttou): Move from here...
9324 * inflow.h (class scoped_ignore_sigttou): ...to here.
9325 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9326 * top.c: Remove include comment.
9327
eb41253a
TT
93282019-05-27 Tom Tromey <tom@tromey.com>
9329
9330 * NEWS: Fix typo.
9331
4ca51187
TT
93322019-05-22 Tom Tromey <tromey@adacore.com>
9333
9334 * target.c (target_follow_exec): Constify parameter.
9335 * target-delegates.c: Rebuild.
9336 * remote.c (remote_target::follow_exec): Constify parameter.
9337 * infrun.c (follow_exec): Constify parameter.
9338 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9339 (target_follow_exec): Likewise.
9340
8fca4da0
AH
93412019-05-22 Alan Hayward <alan.hayward@arm.com>
9342
9343 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9344 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9345
b7060614
AH
93462019-05-22 Alan Hayward <alan.hayward@arm.com>
9347
9348 * NEWS: Add debugredirect and testsuite sections.
9349
0a5954bd
SC
93502019-05-22 Simon Cook <simon.cook@embecosm.com>
9351
9352 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9353 target descriptions using exclusively floating point register name
9354 aliases.
9355
dc42e902
AB
93562019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9357
9358 PR gdb/18644:
9359 * f-lang.c (build_fortran_types): Handle the case where
9360 gdbarch_floatformat_for_type returns a nullptr.
9361
fb7806c7
TV
93622019-05-21 Tom de Vries <tdevries@suse.de>
9363
9364 PR cli/24587
9365 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9366
34d11c68
AB
93672019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9368
9369 PR gdb/18644:
9370 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9371 16-byte floats.
9372 * i386-tdep.c (i386_floatformat_for_type): Use
9373 floatformats_ia64_quad for the 16-byte floating point component
9374 within a fortran 32-byte complex number.
9375
122cf0f2
AB
93762019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9377
9378 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9379 delete default constructor.
9380 (find_partial_die): Update to return const struct.
9381 (partial_die_parent_scope): Move variable declaration into scope
9382 of its use and change its type to auto.
9383 (guess_partial_die_structure_name): Likewise.
9384 (partial_die_info::fixup): Likewise.
9385
33d0e35a
TT
93862019-05-17 Tom Tromey <tromey@adacore.com>
9387
9388 * source.c (find_and_open_source): Remove cast.
9389
a45575b0
TT
93902019-05-17 Tom Tromey <tromey@adacore.com>
9391
9392 * annotate.c (annotate_source): Make "filename" const.
9393 * annotate.h (annotate_source): Use const.
9394
81f47ac2
AH
93952019-05-17 Alan Hayward <alan.hayward@arm.com>
9396
9397 * disasm.c (set_disassembler_options): Send errors to stderr.
9398
ca1285d1
AH
93992019-05-17 Alan Hayward <alan.hayward@arm.com>
9400
9401 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9402 (cli_interp_base::set_logging): Check debug_redirect.
9403 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9404 * cli/cli-logging.c (debug_redirect): Add static variable.
9405 (pop_output_files): Add default param.
9406 (handle_redirections): Print debug setting.
9407 (show_logging_command): Likewise.
9408 (_initialize_cli_logging): Add debugredirect command.
9409 * interps.c (current_interp_set_logging): Add debug_redirect
9410 parameter.
9411 * interps.h (set_logging): Add debug_redirect parameter.
9412 (current_interp_set_logging): Likewise.
9413 * mi/mi-common.h: Likewise.
9414 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9415
94162019-05-17 Alan Hayward <alan.hayward@arm.com>
f3a09c80
AH
9417 Tom Tromey <tromey@adacore.com>
9418
9419 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9420 directly.
9421 * cli/cli-interp.h (make_logging_output): Remove declaration.
9422 * cli/cli-logging.c (make_logging_output): Remove function.
9423 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9424 directly.
9425 * ui-file.c (tee_file::tee_file): Remove bools.
9426 (tee_file::~tee_file): Remove deletes.
9427 * ui-file.h (tee_file): Remove bools.
9428
26648588
JV
94292019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9430
9431 * mi/mi-cmds.h (mi_cmd_complete): New function.
9432 * mi/mi-main.c (mi_cmd_complete): Likewise.
9433 * mi/mi-cmds.c: Define new MI command -complete.
9434 * NEWS: Mention new -complete command.
9435
6e035501
JV
94362019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9437
9438 * completer.h (complete): New function.
9439 * completer.c (complete): Likewise.
9440 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9441 function defined in completer.h.
9442
7d0e2ece
JV
94432019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9444
e79be6e5 9445 * MAINTAINERS (Write After Approval): Add myself.
7d0e2ece 9446
fb816e8b
TV
94472019-05-17 Tom de Vries <tdevries@suse.de>
9448
9449 PR gdb/24094
9450 * dwarf2read.c (struct cu_partial_die_info): New struct.
9451 (find_partial_die): Return cu_partial_die_info.
9452 (partial_die_parent_scope, guess_partial_die_structure_name)
9453 (partial_die_info::fixup): Handle new return type of find_partial_die.
9454
677052f2
SDJ
94552019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9456
a1726c38 9457 PR breakpoints/24541
677052f2
SDJ
9458 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9459 "std::string", simplifying the algorithm.
9460
f3da9116
SDJ
94612019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9462
9463 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9464 (stap_static_probe_ops::get_probes): Likewise.
9465
f1bb75ab
SDJ
94662019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9467
9468 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9469 '-')" and "else if".
9470 (stap_parse_single_operand): Join checks for
9471 "gdbarch_stap_parse_special_token_p" and
9472 "gdbarch_stap_parse_special_token" in the same "if" statement.
9473 Invert check when verifying for operation on register
9474 displacement.
9475
3ca58cde
SDJ
94762019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9477
9478 * stap-probe.c (stap_get_opcode): Update comment.
9479 (stap_get_expected_argument_type): Likewise.
9480 (handle_stap_probe): Likewise.
9481
af2d9bee
SDJ
94822019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9483
9484 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9485 return type to 'bool'. Adjust comment. Use 'bool' when
9486 appropriate.
9487 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9488 * stap-probe.c (stap_parse_argument_1): Likewise.
9489 (stap_is_operator): Likewise.
9490 (stap_is_generic_prefix): Likewise.
9491 (stap_is_register_prefix): Likewise.
9492 (stap_is_register_indirection_prefix): Likewise.
9493 (stap_is_integer_prefix): Likewise.
9494 (stap_generic_check_suffix): Likewise.
9495 (stap_check_integer_suffix): Likewise.
9496 (stap_check_register_suffix): Likewise.
9497 (stap_check_register_indirection_suffix): Likewise.
9498 (stap_parse_register_operand): Likewise.
9499 (stap_parse_single_operand): Likewise.
9500 (stap_parse_argument_1): Likewise.
9501 (stap_probe::get_argument_count): Likewise.
9502 (stap_is_operator): Likewise.
9503
61c9c421
TT
95042019-05-16 Tom Tromey <tromey@adacore.com>
9505
9506 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9507 keyword to foreach.
9508
9ddc1af1
SM
95092019-05-15 Simon Marchi <simon.marchi@efficios.com>
9510
9511 * linux-thread-db.c (try_thread_db_load_1): Change return type
9512 to bool.
9513 (try_thread_db_load): Likewise.
9514 (try_thread_db_load_from_pdir_1): Likewise.
9515 (try_thread_db_load_from_pdir): Likewise.
9516 (try_thread_db_load_from_sdir): Likewise.
9517 (try_thread_db_load_from_dir): Likewise.
9518 (thread_db_load_search): Likewise.
9519 (has_libpthread): Likewise.
9520 (thread_db_load): Likewise.
9521
7bede828
SDJ
95222019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9523
9524 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9525 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9526 NULL, and complain/return if that's the case.
9527
c5358db4
JD
95282019-05-15 John Darrington <john@darrington.wattle.id.au>
9529
9530 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9531 (advance, posn, abstract_read_memory): New functions.
9532 [struct mem_read_abstraction]: New struct.
9533 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9534
c408a94f
TT
95352019-05-14 Tom Tromey <tromey@adacore.com>
9536
9537 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9538 value is not lval_memory.
9539
e7bd7fba
TT
95402019-05-14 Tom Tromey <tromey@adacore.com>
9541
9542 * solib.c (info_sharedlibrary_command): Style the file name.
9543
a6d0f249
AH
95442019-05-14 Alan Hayward <alan.hayward@arm.com>
9545
9546 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9547 (aarch64_vnv_type): Likewise.
9548 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9549 * common/tdesc.c: Likewise.
9550 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9551 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9552 * features/aarch64-fpu.xml: Add ieee half view.
9553 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9554 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9555 * gdbtypes.h (struct builtin_type): Likewise.
9556 (struct objfile_type): Likewise.
9557
66b8bb74
SM
95582019-05-12 Paul Naert <paul.naert@polymtl.ca>
9559
9560 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9561 typo.
9562 * location.h (string_to_event_location): Likewise.
9563
21c219fd
JB
95642019-05-11 Joel Brobecker <brobecker@adacore.com>
9565
9566 GDB 8.3 released.
9567
13674803
SM
95682019-05-10 Simon Marchi <simon.marchi@efficios.com>
9569
9570 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9571 New variable declaration.
9572 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9573 New variable.
9574 (print_one_breakpoint): Use ui_out::test_flags and new global
9575 variable to compute use_fixed_output.
9576 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9577 Remove.
9578 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9579 (mi_multi_location_breakpoint_output_fixed): Remove.
9580 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9581 new variable.
9582 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9583 fix_multi_location_breakpoint_output flag if version >= 3.
9584 * ui-out.h (enum ui_out_flag)
9585 <fix_multi_location_breakpoint_output>: New enumerator.
9586
a9eac7f9
SM
95872019-05-10 Simon Marchi <simon.marchi@efficios.com>
9588
9589 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9590
71bed2db
TT
95912019-05-10 Tom Tromey <tromey@adacore.com>
9592
9593 * ada-lang.c (catch_ada_completer): New function.
9594 (_initialize_ada_language): Use it.
9595
24c54127
TT
95962019-05-10 Tom Tromey <tromey@adacore.com>
9597
9598 * thread.c (print_thread_info): Make "requested_threads" const.
9599 * gdbthread.h (print_thread_info): Make "requested_threads"
9600 const.
9601 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9602 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9603
7a102139
TT
96042019-05-08 Tom Tromey <tom@tromey.com>
9605
9606 * gdbtypes.c (objfile_type_data): Change type.
9607 (objfile_type, _initialize_gdbtypes): Update.
9608
924d79e2
TT
96092019-05-08 Tom Tromey <tom@tromey.com>
9610
9611 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9612 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9613 (_initialize_dwarf2_frame): Update.
9614
4c58e337
TT
96152019-05-08 Tom Tromey <tom@tromey.com>
9616
9617 * objc-lang.c (objc_objfile_data): Change type.
9618 (find_methods): Update.
9619 (_initialize_objc_lang): Remove.
9620
d772d2ab
TT
96212019-05-08 Tom Tromey <tom@tromey.com>
9622
9623 * stabsread.c (rs6000_builtin_type_data): Change type.
9624 (rs6000_builtin_type, _initialize_stabsread): Update.
9625
d11d83f4
TT
96262019-05-08 Tom Tromey <tom@tromey.com>
9627
9628 * mips-tdep.c (mips_pdr_data): Remove.
9629 (_initialize_mips_tdep): Update.
9630
9a73f0ad
TT
96312019-05-08 Tom Tromey <tom@tromey.com>
9632
9633 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9634 (hppa_init_objfile_priv_data, read_unwind_info)
9635 (find_unwind_entry, _initialize_hppa_tdep): Update.
9636
8127a2fa
TT
96372019-05-08 Tom Tromey <tom@tromey.com>
9638
9639 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9640 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9641 on obstack.
9642 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9643
91d3055d
TT
96442019-05-08 Tom Tromey <tom@tromey.com>
9645
9646 * mdebugread.c (basic_type_data): Change type.
9647 (basic_type, _initialize_mdebugread): Update.
9648
31930bd3
TT
96492019-05-08 Tom Tromey <tom@tromey.com>
9650
9651 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9652
bdb3ed9e
TT
96532019-05-08 Tom Tromey <tom@tromey.com>
9654
9655 * nto-tdep.c (nto_inferior_data_reg): Change type.
9656 (nto_inferior_data): Update.
9657 (nto_inferior_data_cleanup, nto_new_inferior_data)
9658 (_initialize_nto_tdep): Remove.
9659 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9660
f37b313d
TT
96612019-05-08 Tom Tromey <tom@tromey.com>
9662
9663 * ada-lang.c (struct ada_inferior_data): Add initializers.
9664 (ada_inferior_data): Change type.
9665 (ada_inferior_data_cleanup): Remove.
9666 (get_ada_inferior_data, ada_inferior_exit)
9667 (struct ada_pspace_data): Add initializers, destructor.
9668 (ada_pspace_data_handle): Change type.
9669 (get_ada_pspace_data): Update.
9670 (ada_pspace_data_cleanup): Remove.
9671
24699405
TT
96722019-05-08 Tom Tromey <tom@tromey.com>
9673
9674 * coffread.c (struct coff_symfile_info): Add initializers.
9675 (coff_objfile_data_key): Move lower. Change type.
9676 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9677 Update.
9678 (coff_free_info): Remove.
9679
d4e05d2f
TT
96802019-05-08 Tom Tromey <tom@tromey.com>
9681
9682 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9683 (fbsd_pspace_data_handle): Move lower. Change type.
9684 (get_fbsd_pspace_data): Update.
9685 (fbsd_pspace_data_cleanup): Remove.
9686 (_initialize_fbsd_tdep): Update.
9687
14ef6690
TT
96882019-05-08 Tom Tromey <tom@tromey.com>
9689
9690 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9691 (get_ada_tasks_pspace_data): Update.
9692 (ada_tasks_pspace_data_cleanup): Remove.
9693 (_initialize_tasks): Update.
9694 (ada_tasks_inferior_data_handle): Change type.
9695 (get_ada_tasks_inferior_data): Update.
9696 (ada_tasks_inferior_data_cleanup): Remove.
9697 (struct ada_tasks_pspace_data): Add initializers.
9698
814cf43a
TT
96992019-05-08 Tom Tromey <tom@tromey.com>
9700
9701 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9702 * symfile-debug.c (debug_sym_get_probes): Change type.
9703 * stap-probe.c (handle_stap_probe):
9704 (stap_static_probe_ops::get_probes): Change type.
9705 * probe.h (class static_probe_ops) <get_probes>: Change type.
9706 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9707 (parse_probes_in_pspace): Update.
9708 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9709 Update.
9710 (any_static_probe_ops::get_probes): Change type.
9711 * elfread.c (elfread_data): New typedef.
9712 (probe_key): Change type.
9713 (elf_get_probes): Likewise. Update.
9714 (probe_key_free): Remove.
9715 (_initialize_elfread): Update.
9716 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9717 Change type.
9718 (dtrace_process_dof_probe, dtrace_process_dof)
9719 (dtrace_static_probe_ops::get_probe): Change type.
9720
02dc647e
TT
97212019-05-08 Tom Tromey <tom@tromey.com>
9722
9723 * xcoffread.c (struct xcoff_symfile_info): Rename from
9724 coff_symfile_info. Add initializers.
9725 (xcoff_objfile_data_key): Move lower. Change type.
9726 (XCOFF_DATA): Rewrite.
9727 (xcoff_free_info): Remove.
9728 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9729 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9730 (xcoff_initial_scan): Update.
9731
09232438
TT
97322019-05-08 Tom Tromey <tom@tromey.com>
9733
9734 * solib-svr4.c (struct svr4_info): Add initializers and
9735 destructor.
9736 <probes_table>: Now an htab_up.
9737 (solib_svr4_pspace_data): Change type.
9738 (free_probes_table): Simplify.
9739 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9740 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9741 (probes_table_remove_objfile_probes, register_solib_event_probe)
9742 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9743 (_initialize_svr4_solib): Update.
9744
7b4a314f
TT
97452019-05-08 Tom Tromey <tom@tromey.com>
9746
9747 * remote.c (remote_pspace_data): Change type.
9748 (remote_pspace_data_cleanup): Remove.
9749 (get_remote_exec_file, set_pspace_remote_exec_file)
9750 (_initialize_remote): Update.
9751
51d3063a
TT
97522019-05-08 Tom Tromey <tom@tromey.com>
9753
9754 * breakpoint.c (breakpoint_objfile_key): Change type.
9755 (get_breakpoint_objfile_data): Update.
9756 (free_breakpoint_objfile_data): Remove.
9757 (_initialize_breakpoint): Update.
9758
89fb8848
TT
97592019-05-08 Tom Tromey <tom@tromey.com>
9760
9761 * linux-tdep.c (struct linux_info): Add initializers.
9762 (linux_inferior_data): Move. Change type.
9763 (invalidate_linux_cache_inf): Update.
9764 (linux_inferior_data_cleanup): Remove.
9765 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9766
e9b89e2d
TT
97672019-05-08 Tom Tromey <tom@tromey.com>
9768
9769 * auxv.c (auxv_inferior_data): Move. Change type.
9770 (auxv_inferior_data_cleanup): Remove.
9771 (invalidate_auxv_cache_inf): Rewrite.
9772 (get_auxv_inferior_data, _initialize_auxv): Update.
9773
8c42777c
TT
97742019-05-08 Tom Tromey <tom@tromey.com>
9775
9776 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9777 (symfile_debug_objfile_data_key): Change type.
9778 (symfile_debug_installed, debug_qf_has_symbols)
9779 (debug_qf_find_last_source_symtab)
9780 (debug_qf_forget_cached_source_info)
9781 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9782 (debug_qf_print_stats, debug_qf_dump)
9783 (debug_qf_expand_symtabs_for_function)
9784 (debug_qf_expand_all_symtabs)
9785 (debug_qf_expand_symtabs_with_fullname)
9786 (debug_qf_map_matching_symbols)
9787 (debug_qf_expand_symtabs_matching)
9788 (debug_qf_find_pc_sect_compunit_symtab)
9789 (debug_qf_map_symbol_filenames)
9790 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9791 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9792 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9793 (debug_sym_read_linetable, debug_sym_relocate): Update.
9794 (symfile_debug_free_objfile): Remove.
9795 (install_symfile_debug_logging, _initialize_symfile_debug):
9796 Update.
9797
5bfd760d
TT
97982019-05-08 Tom Tromey <tom@tromey.com>
9799
9800 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9801 allocate_on_obstack.
9802 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9803 (get_dwarf2_per_objfile): Update.
9804 (set_dwarf2_per_objfile): Remove.
9805 (dwarf2_has_info, dwarf2_get_section_info): Update.
9806 (dwarf2_free_objfile): Remove.
9807 (_initialize_dwarf2_read): Update.
9808
e85e19b4
TT
98092019-05-08 Tom Tromey <tom@tromey.com>
9810
9811 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9812 initializers.
9813 <unsupported_script_warning_printed,
9814 script_not_found_warning_printed>: Now bool.
9815 (auto_load_pspace_data): Change type.
9816 (~auto_load_pspace_info): Rename from
9817 auto_load_pspace_data_cleanup.
9818 (get_auto_load_pspace_data, init_loaded_scripts_info)
9819 (clear_section_scripts, maybe_print_unsupported_script_warning)
9820 (maybe_print_script_not_found_warning, _initialize_auto_load):
9821 Update.
9822
f6aa7436
TT
98232019-05-08 Tom Tromey <tom@tromey.com>
9824
9825 * objfiles.c (objfile_pspace_info): Add destructor and
9826 initializers.
9827 (objfiles_pspace_data): Change type.
9828 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9829 (get_objfile_pspace_data): Update.
9830 (objfiles_bfd_data): Change type.
9831 (get_objfile_bfd_data): Update.
9832 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9833
6ae614f6
TT
98342019-05-08 Tom Tromey <tom@tromey.com>
9835
9836 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9837 Change type.
9838 (get_catch_syscall_inferior_data): Update.
9839 (catch_syscall_inferior_data_cleanup): Remove.
9840 (_initialize_break_catch_syscall): Update.
9841
6509b8eb
TT
98422019-05-08 Tom Tromey <tom@tromey.com>
9843
9844 * inflow.c (struct terminal_info): Add destructor and
9845 initializers.
9846 (inflow_inferior_data): Change type.
9847 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9848 (get_inflow_inferior_data, inflow_inferior_exit)
9849 (swap_terminal_info, _initialize_inflow): Update.
9850
35632941
TT
98512019-05-08 Tom Tromey <tom@tromey.com>
9852
9853 * target-dcache.c (target_dcache_cleanup): Remove.
9854 (target_dcache_aspace_key): Change type.
9855 (target_dcache_init_p, target_dcache_invalidate)
9856 (target_dcache_get, target_dcache_get_or_init)
9857 (_initialize_target_dcache): Update.
9858 * dcache.h (struct dcache_deleter): New.
9859
3017b94d
TT
98602019-05-08 Tom Tromey <tom@tromey.com>
9861
9862 * symtab.c (struct symbol_cache): Add destructor and
9863 initializers.
9864 (symbol_cache_key): Move. Change type.
9865 (make_symbol_cache, free_symbol_cache): Remove.
9866 (get_symbol_cache): Update.
9867 (symbol_cache_cleanup): Remove.
9868 (ALL_PSPACES, symbol_cache_flush)
9869 (maintenance_print_symbol_cache)
9870 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9871 Update.
9872
a32ad8c5
TT
98732019-05-08 Tom Tromey <tom@tromey.com>
9874
9875 * symtab.c (struct main_info): Add destructor and initializers.
9876 (main_progspace_key): Move. Change type.
9877 (get_main_info): Update.
9878 (main_info_cleanup): Remove.
9879 (_initialize_symtab): Update.
9880
5f6e90a0
TT
98812019-05-08 Tom Tromey <tom@tromey.com>
9882
9883 * registry.h (DECLARE_REGISTRY): Define the _key class.
9884
1bd0c6e4
AB
98852019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9886
9887 * NEWS: Merge two 'New commands' sections.
9888
2228ef77
XR
98892019-05-08 Joel Brobecker <brobecker@adacore.com>
9890
9891 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9892 parameter and use Ada language definition instead.
9893 (ada_val_print_ptr): Remove unused language parameter.
9894 (ada_val_print_num): Remove language parameter and use Ada language
9895 definition instead.
9896 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9897 parameter.
9898 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9899 parameter and use Ada language definition instead.
9900 (ada_val_print_1): Update all ada_val_print_xxx calls.
9901 Remove language parameter.
9902 (ada_val_print): Update ada_val_print_1 call.
9903
60fcc1c3
TT
99042019-05-08 Tom Tromey <tromey@adacore.com>
9905
9906 * remote.c (remote_hw_watchpoint_limit)
9907 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9908 Now static.
9909
ed2b7c17
TT
99102019-05-08 Tom Tromey <tromey@adacore.com>
9911
9912 * maint.c (_initialize_maint_cmds): Move initialization code to
9913 remote.c.
9914 (watchdog, show_watchdog): Move to remote.c.
9915 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9916 "watchdog" static.
9917 (_initialize_remote): Move initialization code from maint.c.
9918 * defs.h (watchdog): Don't declare.
9919
b0be6c91
TT
99202019-05-08 Tom Tromey <tromey@adacore.com>
9921
9922 * tui/tui-interp.c: Include main.h.
9923 * interps.c: Include main.h.
9924 * main.h (interpreter_p): Declare.
9925 * defs.h (interpreter_p): Don't declare.
9926
587ee17b
TT
99272019-05-08 Tom Tromey <tromey@adacore.com>
9928
9929 * dwarf2loc.c: Include dwarf2read.h.
9930 * defs.h (read_unsigned_leb128): Don't declare.
9931 * dwarf2read.h (read_unsigned_leb128): Declare.
9932
ca1df239
TT
99332019-05-08 Tom Tromey <tromey@adacore.com>
9934
9935 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9936 method.
9937
99f20f08
TT
99382019-05-08 Tom Tromey <tromey@adacore.com>
9939
9940 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9941 when no wrap column is set.
9942
80e55b13
TT
99432019-05-08 Tom Tromey <tromey@adacore.com>
9944
9945 * c-lang.c (c_get_string): Handle non-C-style arrays.
9946
9d3421af
TT
99472019-05-08 Tom Tromey <tromey@adacore.com>
9948
9949 * typeprint.c (print_offset_data::update): Print the bit offset,
9950 not the number of bits remaining.
9951
844333e2
TT
99522019-05-08 Tom Tromey <tromey@adacore.com>
9953
9954 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
9955 padding at end of comment.
9956
988915ee
TT
99572019-05-08 Tom Tromey <tromey@adacore.com>
9958
9959 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
9960 Compare main types.
9961
26bfd823
TT
99622019-05-06 Tom Tromey <tom@tromey.com>
9963
9964 * common/scoped_mmap.c: Include common-defs.h.
9965 * common/scoped_mmap.h: Don't include config.h.
9966
89055eaa
TT
99672019-05-04 Tom Tromey <tom@tromey.com>
9968
9969 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
9970 (struct aarch64_call_info): Add initializers.
9971 <si>: Now a std::vector.
9972 (pass_on_stack, aarch64_push_dummy_call): Update.
9973
5da01df5
TT
99742019-05-04 Simon Marchi <simon.marchi@efficios.com>
9975 Tom Tromey <tom@tromey.com>
9976
9977 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
9978 (ppc_threads): Now a std::vector. Now static.
9979 (hwdebug_find_thread_points_by_tid)
9980 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
9981 Update.
9982
fbdf05a1
TT
99832019-05-04 Tom Tromey <tom@tromey.com>
9984
9985 * arc-tdep.c (arc_tdesc_init): Return bool.
9986
06d16ec9
TT
99872019-05-04 Tom Tromey <tom@tromey.com>
9988
9989 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
9990 Use gdb_assert_not_reached.
9991
9c056022
TT
99922019-05-04 Tom Tromey <tom@tromey.com>
9993
9994 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
9995 "false".
9996
fa9c2a59
TT
99972019-05-04 Tom Tromey <tom@tromey.com>
9998
9999 * arc-tdep.c (arc_tdesc_init): Use bool.
10000
e2eb806a
TT
100012019-05-04 Tom Tromey <tom@tromey.com>
10002
10003 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
10004
6fe87677
TT
100052019-05-04 Tom Tromey <tom@tromey.com>
10006
10007 * cli/cli-cmds.c (valid_command_p): Return bool.
10008
7f008c9e
TT
100092019-05-04 Tom Tromey <tom@tromey.com>
10010
10011 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
10012 * command.h (valid_user_defined_cmd_name_p): Channge return type.
10013
b6484282
RT
100142019-05-04 Raul Tambre <raul@tambre.ee>
10015
10016 * python/lib/gdb/prompt.py (_ExtendedPrompt)
10017 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
10018 operator for comparison.
10019
af97b416
TT
100202019-05-04 Tom Tromey <tom@tromey.com>
10021
10022 * psymtab.c (psymbol_name_matches, match_partial_symbol)
10023 (lookup_partial_symbol, print_partial_symbols)
10024 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
10025 (psymbol_compare): Update.
10026 (add_psymbol_to_bcache): Clear the entire psymbol.
10027 (maintenance_check_psymtabs): Update.
10028 * psympriv.h (struct partial_symbol): Don't derive from
10029 general_symbol_info.
10030 <obj_section, unrelocated_address, address,
10031 set_unrelocated_address>: Update.
10032 <ginfo>: New member.
10033 * dwarf-index-write.c (write_psymbols, debug_names::insert)
10034 (debug_names::write_psymbols): Update.
10035
9d6d4be8
TV
100362019-05-04 Tom de Vries <tdevries@suse.de>
10037
10038 * contrib/cc-with-tweaks.sh: Support -n arg.
10039
66452beb
PW
100402019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10041
10042 * corelow.c (core_target::detach): Ensure frame cache and
10043 register caches are cleared.
10044 inferior.c (exit_inferior_1): Likewise.
10045
bde09ab7
TT
100462019-05-03 Sandra Loosemore <sandra@codesourcery.com>
10047 Tom Tromey <tom@tromey.com>
10048
10049 * dictionary.c (collate_pending_symbols_by_language): Remove
10050 "struct" from foreach.
10051 * symtab.c (lookup_global_symbol_from_objfile)
10052 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
10053 foreach.
10054 * ser-tcp.c (net_open): Remove "struct" from foreach.
10055 * objfiles.c (objfile_relocate, objfile_rebase)
10056 (objfile_has_symbols): Remove "struct" from foreach.
10057 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
10058 from foreach.
10059 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
10060 foreach.
10061 * darwin-nat.c (thread_info_from_private_thread_info): Remove
10062 "struct" from foreach.
10063 * ada-lang.c (create_excep_cond_exprs)
10064 (ada_exception_catchpoint_cond_string): Remove "struct" from
10065 foreach.
10066
222a8d25
TT
100672019-05-03 Tom Tromey <tromey@adacore.com>
10068
10069 * ada-exp.y (convert_char_literal): Check suffix of each
10070 enumerator.
10071
fcd60b84
DP
100722019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10073
10074 PR ada/21406:
10075 * ada-exp.y (yywrap): Don't define.
10076 * ada-lex.l (%option): Add noyywrap
10077 (yywrap): Remove.
10078
5f2459c2
EZ
100792019-05-03 Eli Zaretskii <eliz@gnu.org>
10080
353ea2d1
EZ
10081 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10082 _WIN32_WINNT to the XP level, unless already defined to a higher
10083 level.
10084
10085 * unittests/parse-connection-spec-selftests.c:
10086 * ser-tcp.c:
10087 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10088 override.
10089
5f2459c2
EZ
10090 * symfile.c (find_separate_debug_file): Remove colon from the
10091 drive spec of DOS/Windows file names of the target, so that the
10092 file name produced from DEBUGDIR and the target's directory will
10093 be valid on DOS/Windows systems.
10094
80062eb9
AB
100952019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10096
10097 * rust-lang.c (val_print_struct): Handle printing structures
10098 containing strings.
10099
b8c05e85
TT
101002019-05-02 Tom Tromey <tromey@adacore.com>
10101
10102 * valarith.c (_initialize_valarith): Remove.
10103
4504bbde
TT
101042019-05-01 Tom Tromey <tromey@adacore.com>
10105
10106 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10107 bitfields.
10108
d48e62f4
TT
101092019-05-01 Tom Tromey <tromey@adacore.com>
10110
10111 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10112 for big-endian copies.
10113
15f18d14
AT
101142019-04-30 Ali Tamur <tamur@google.com>
10115 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10116 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10117 (read_3_bytes): New function.
10118
ab4ee614
JB
101192019-04-30 Joel Brobecker <brobecker@adacore.com>
10120
10121 * windows-nat.c (main_thread_id): Delete.
10122 (handle_output_debug_string): Replace main_thread_id by
10123 current_event.dwThreadId.
10124 (fake_create_process): Likewise.
10125 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10126 Do not set main_thread_id.
10127 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10128 current_event.dwThreadId.
10129 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10130
8ed5b76e
JB
101312019-04-30 Joel Brobecker <brobecker@adacore.com>
10132
10133 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10134 Use current_event.dwThreadId instead of main_thread_id.
10135
2ff0a947
TT
101362019-04-30 Tom Tromey <tromey@adacore.com>
10137
10138 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10139 (create_excep_cond_exprs): Iterate over program spaces.
10140 (ada_exception_catchpoint_cond_string): Examine all minimal
10141 symbols for exception types.
10142
a776957c
TT
101432019-04-30 Tom Tromey <tromey@adacore.com>
10144
10145 PR c++/24470:
10146 * dwarf2read.c (process_structure_scope): Handle case where type
10147 has template parameters but no symbol was created.
10148
bc68014d
AB
101492019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10150 Chris January <chris.january@arm.com>
10151
10152 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10153 qualifier.
10154 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10155
f1fdc960
AB
101562019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10157
10158 * f-typeprint.c (f_print_type): Update rules for printing
10159 whitespace.
10160 (f_type_print_varspec_suffix): Likewise.
10161
bf7a4de1
AB
101622019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10163 Chris January <chris.january@arm.com>
10164
10165 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10166 function arguments.
10167
bbe75b9d
AB
101682019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10169
10170 * f-lang.c (build_fortran_types): Change name of void type to
10171 lower case.
10172 * f-typeprint.c (f_type_print_base): Print the name of the void
10173 type, rather than a fixed string.
10174 * f-valprint.c (f_decorations): Use lower case void string.
10175
1db455a7
AB
101762019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10177 Chris January <chris.january@arm.com>
10178
10179 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10180 types for Fortran.
10181
b6d03bb2
AB
101822019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10183 Chris January <chris.january@arm.com>
10184 David Lecomber <david.lecomber@arm.com>
10185
10186 * f-exp.y (BINOP_INTRINSIC): New token.
10187 (exp): New parser rule handling BINOP_INTRINSIC.
10188 (f77_keywords): Add new builtin procedures.
10189 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10190 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10191 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10192 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10193 (print_unop_subexp_f): New function.
10194 (print_binop_subexp_f): New function.
10195 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10196 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10197 (dump_subexp_body_f): Likewise.
10198 (operator_check_f): Likewise.
10199 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10200 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10201
83228e93
AB
102022019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10203
10204 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10205 UNOP_KIND.
10206 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10207 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10208 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10209 (operator_length_f): New fuction.
10210 (print_subexp_f): New function.
10211 (op_name_f): New function.
10212 (dump_subexp_body_f): New function.
10213 (operator_check_f): New function.
10214 (exp_descriptor_f): Replace standard expression handling functions
10215 with new functions.
10216 * gdb/fortran-operator.def: New file.
10217 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10218 * gdb/std-operator.def: Remove UNOP_KIND.
10219
6fdcd7cc
AB
102202019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10221
10222 * std-operator.def: Remove unbalanced, stray double quote
10223 character.
10224
2e62ab40
AB
102252019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10226 Chris January <chris.january@arm.com>
10227 Daniel Everett <daniel.everett@arm.com>
10228 Nick Forrington <nick.forrington@arm.com>
10229 Richard Bunt <richard.bunt@arm.com>
10230
10231 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10232 of depth when printing anonymous structs or unions.
10233 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10234 Don't print either the top-level value, or the children if the
10235 max-depth is exceeded.
10236 (ppscm_print_children): When printing the key of a map, allow one
10237 extra level of depth.
10238 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10239 print either the top-level value, or the children if the max-depth
10240 is exceeded.
10241 (print_children): When printing the key of a map, allow one extra
10242 level of depth.
10243 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10244 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10245 (user_print_options): Initialise max_depth field.
10246 (val_print_scalar_or_string_type_p): New function.
10247 (val_print): Check to see if the max depth has been reached.
10248 (val_print_check_max_depth): Define new function.
10249 (show_print_max_depth): New function.
10250 (_initialize_valprint): Add 'print max-depth' option.
10251 * valprint.h (struct value_print_options) <max_depth>: New field.
10252 (val_print_check_max_depth): Declare new function.
10253 * NEWS: Document new feature.
10254
4be290b2
AB
102552019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10256
10257 * ada-lang.c (ada_language_defn): Initialise new field.
10258 * c-lang.c (c_is_string_type_p): New function.
10259 (c_language_defn): Initialise new field.
10260 (cplus_language_defn): Initialise new field.
10261 (asm_language_defn): Initialise new field.
10262 (minimal_language_defn): Initialise new field.
10263 * c-lang.h (c_is_string_type_p): Declare new function.
10264 * d-lang.c (d_language_defn): Initialise new field.
10265 * f-lang.c (f_is_string_type_p): New function.
10266 (f_language_defn): Initialise new field.
10267 * go-lang.c (go_is_string_type_p): New function.
10268 (go_language_defn): Initialise new field.
10269 * language.c (default_is_string_type_p): New function.
10270 (unknown_language_defn): Initialise new field.
10271 (auto_language_defn): Initialise new field.
10272 * language.h (struct language_defn) <la_is_string_type_p>: New
10273 member variable.
10274 (default_is_string_type_p): Declare new function.
10275 * m2-lang.c (m2_language_defn): Initialise new field.
10276 * objc-lang.c (objc_language_defn): Initialise new field.
10277 * opencl-lang.c (opencl_language_defn): Initialise new field.
10278 * p-lang.c (pascal_is_string_type_p): New function.
10279 (pascal_language_defn): Initialise new field.
10280 * rust-lang.c (rust_is_string_type_p): New function.
10281 (rust_language_defn): Initialise new field.
10282
721b08c6
AB
102832019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10284
10285 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10286 New field.
10287 * ada-lang.c (ada_language_defn): Initialise new field.
10288 * c-lang.c (c_language_defn): Likewise.
10289 (cplus_language_defn): Likewise.
10290 (asm_language_defn): Likewise.
10291 (minimal_language_defn): Likewise.
10292 * d-lang.c (d_language_defn): Likewise.
10293 * f-lang.c (f_language_defn): Likewise.
10294 * go-lang.c (go_language_defn): Likewise.
10295 * language.c (unknown_language_defn): Likewise.
10296 (auto_language_defn): Likewise.
10297 * m2-lang.c (m2_language_defn): Likewise.
10298 * objc-lang.c (objc_language_defn): Likewise.
10299 * opencl-lang.c (opencl_language_defn): Likewise.
10300 * p-lang.c (pascal_language_defn): Likewise.
10301 * rust-lang.c (rust_language_defn): Likewise.
10302
fc913e53
AB
103032019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10304
10305 * ada-lang.c (ada_is_character_type): Change return type to bool.
10306 (ada_is_string_type): Likewise.
10307 * ada-lang.h (ada_is_character_type): Update declaration
10308 (ada_is_string_type): Likewise.
10309
fa731fa0
PW
103102019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10311
10312 Support style in 'frame|thread apply'
10313
10314 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10315 * record.c (record_start, record_stop): Update callers of
10316 execute_command_to_string with false.
10317 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10318 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10319 methods.
10320 (class string_file): New constructor with term_out parameter.
10321 Override methods term_out and can_emit_style_escape. New member
10322 term_out.
10323 (class stdio_file): Override can_emit_style_escape.
10324 (class tee_file): Override term_out and can_emit_style_escape.
10325 * utils.h (can_emit_style_escape): Remove.
10326 * utils.c (can_emit_style_escape): Likewise.
10327 Update all callers of can_emit_style_escape (SOMESTREAM) to
10328 SOMESTREAM->can_emit_style_escape.
10329 * source-cache.c (source_cache::get_source_lines): Likewise.
10330 * stack.c (frame_apply_command_count): Call execute_command_to_string
10331 passing the term_out characteristic of the current gdb_stdout.
10332 * thread.c (thr_try_catch_cmd): Likewise.
10333 * top.c (execute_command_to_string): pass term_out parameter
10334 to construct the string_file for the command output.
10335 * ui-file.c (term_cli_styling): New function (most code moved
10336 from utils.c can_emit_style_escape).
10337 (string_file::string_file, string_file::can_emit_style_escape,
10338 stdio_file::can_emit_style_escape, tee_file::term_out,
10339 tee_file::can_emit_style_escape): New functions.
10340
136afab8
PW
103412019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10342
10343 * NEWS: Mention the new set|show may-call-functions.
10344 * infcall.c (may_call_functions_p): New variable.
10345 (show_may_call_functions_p): New function.
10346 (call_function_by_hand_dummy): Throws an error if not
10347 may-call-functions.
10348 (_initialize_infcall): Call add_setshow_boolean_cmd for
10349 may-call-functions.
10350
725cbb63
KS
103512019-04-25 Keith Seitz <keiths@redhat.com>
10352
10353 PR c++/24367
10354 * cp-support.c (inspect_type): Don't attempt substitutions
10355 of symbol with the same name.
10356
3d1cbb78
TT
103572019-04-25 Tom Tromey <tromey@adacore.com>
10358
10359 PR gdb/24475:
10360 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10361 static.
10362
94aeb44b
TT
103632019-04-25 Tom Tromey <tromey@adacore.com>
10364
10365 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10366 rvalue reference.
10367 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10368 (gdb_xml_parser::parse): Use std::move.
10369 * python/python-internal.h (gdbpy_convert_exception): Take a const
10370 reference.
10371 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10372 std::move.
10373 * python/py-utils.c (gdbpy_convert_exception): Take a const
10374 reference.
10375 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10376 Use std::move.
10377 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10378 Use std::move.
10379 * mi/mi-main.c (mi_print_exception): Take a const reference.
10380 * main.c (handle_command_errors): Take a const reference.
10381 * linespec.c (parse_linespec): Use std::move.
10382 * infcall.c (run_inferior_call): Use std::move.
10383 (call_function_by_hand_dummy): Use std::move.
10384 * exec.c (try_open_exec_file): Use std::move.
10385 * exceptions.h (exception_print, exception_fprintf)
10386 (exception_print_same): Update.
10387 * exceptions.c (print_exception, exception_print)
10388 (exception_fprintf, exception_print_same): Change parameters to
10389 const reference.
10390 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10391 * common/new-op.c: Use std::move.
10392 * common/common-exceptions.h (struct gdb_exception): Add move
10393 constructor.
10394 (struct gdb_exception_error, struct gdb_exception_quit, struct
10395 gdb_quit_bad_alloc): Change constructor to move constructor.
10396 (throw_exception): Change parameter to rvalue reference.
10397 * common/common-exceptions.c (throw_exception): Take rvalue
10398 reference.
10399 * cli/cli-interp.c (safe_execute_command): Use std::move.
10400 * breakpoint.c (insert_bp_location, location_to_sals): Use
10401 std::move.
10402
680d7fd5
TT
104032019-04-25 Tom Tromey <tromey@adacore.com>
10404
10405 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10406 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10407 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10408 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10409 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10410 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10411 guile/scm-value.c: Use unpack.
10412 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10413 gdbscm_gdb_exception.
10414 (gdbscm_throw_gdb_exception): Likewise.
10415 (struct gdbscm_gdb_exception): New.
10416 (unpack): New function.
10417 (gdbscm_wrap): Use unpack.
10418
c6fdd8b2
TT
104192019-04-25 Tom Tromey <tromey@adacore.com>
10420
10421 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10422 (gdb_rl_callback_handler): Use std::move.
10423 * common/common-exceptions.h (struct gdb_exception): Add move
10424 assignment operator.
10425 (throw_exception_sjlj): Change "exception" to const reference.
10426 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10427 (throw_exception_sjlj): Change "exception" to const reference.
10428
cc06b668
TT
104292019-04-25 Tom Tromey <tromey@adacore.com>
10430
10431 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10432 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10433 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10434 Update.
10435 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10436 Update.
10437 * mi/mi-interp.c (mi_interp::exec): Update.
10438 * linespec.c (parse_linespec): Update.
10439 * infcall.c (run_inferior_call): Update.
10440 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10441 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10442 (gdbscm_lookup_global_symbol): Update.
10443 * guile/scm-param.c (gdbscm_parameter_value): Update.
10444 * guile/scm-frame.c (gdbscm_frame_read_register)
10445 (gdbscm_frame_read_var): Update.
10446 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10447 * exec.c (try_open_exec_file): Update.
10448 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10449 (gdb_rl_callback_handler): Update.
10450 * common/common-exceptions.h (exception_none): Don't declare.
10451 * common/common-exceptions.c (exception_none): Don't define.
10452 (struct catcher) <exception>: Update.
10453 * cli/cli-interp.c (safe_execute_command): Update.
10454 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10455
cf532bd1
AT
104562019-04-25 Ali Tamur <tamur@google.com>
10457
10458 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10459 (read_attribute_value): Likewise.
10460 (dwarf2_read_addr_index): Update comment.
10461 (read_str_index): Add DW_FORM_strx.
10462 (dwarf2_string_attr): Likewise.
10463 (dwarf2_const_value_attr): Likewise.
10464 (dump_die_shallow): Likewise.
10465 (dwarf2_fetch_constant_bytes): Likewise.
10466 (skip_form_bytes): Likewise.
10467 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10468
82433e3e
SDJ
104692019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10470
10471 PR corefiles/11608
10472 PR corefiles/18187
10473 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10474 OFFSET. Verify if current mapping contains an ELF header.
10475 (linux_find_memory_regions_full): Adjust call to
10476 dump_mapping_p.
10477
723adb65
SL
104782019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10479 Kang Li <kanglictf@gmail.com>
10480
10481 PR gdb/21600
10482
10483 * dwarf2-frame.c (read_initial_length): Be consistent about using
10484 unsigned representation of length.
10485 (decode_frame_entry_1): Likewise. Check for wraparound of
10486 end pointer as well as buffer overflow.
10487
596179f7
SDJ
104882019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10489
10490 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10491 "vq".
10492
a59240a4
TT
104932019-04-24 Tom Tromey <tromey@adacore.com>
10494
10495 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10496
f872fdbb
AB
104972019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10498
10499 * s12z-tdep.c (s12z_unwind_pc): Delete.
10500 (s12z_unwind_sp): Delete.
10501 (s12z_gdbarch_init): Don't register deleted functions with
10502 gdbarch.
10503
b614e6f3
AB
105042019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10505
10506 * rl78-tdep.c (rl78_unwind_sp): Delete.
10507 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10508
14faed38
AB
105092019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10510
10511 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10512 (xstormy16_unwind_pc): Delete.
10513 (xstormy16_dummy_id): Delete.
10514 (xstormy16_gdbarch_init): Don't register deleted functions with
10515 gdbarch.
10516
541aad8a
AB
105172019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10518
10519 * vax-tdep.c (vax_unwind_pc): Delete.
10520 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10521
29222070
AB
105222019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10523
10524 * v850-tdep.c (v850_unwind_sp): Delete.
10525 (v850_unwind_pc): Delete.
10526 (v850_dummy_id): Delete.
10527 (v850_gdbarch_init): Don't register deleted functions with
10528 gdbarch.
10529
0f534d76
AB
105302019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10531
10532 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10533 (tilegx_unwind_pc): Delete.
10534 (tilegx_unwind_dummy_id): Delete.
10535 (tilegx_gdbarch_init): Don't register deleted functions with
10536 gdbarch.
10537
1ba7b7f9
AB
105382019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10539
10540 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10541 (tic6x_dummy_id): Delete.
10542 (tic6x_gdbarch_init): Don't register deleted functions with
10543 gdbarch.
10544
d31f262c
AB
105452019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10546
10547 * sparc-tdep.c (sparc_unwind_pc): Delete.
10548 (sparc32_gdbarch_init): Don't register deleted function with
10549 gdbarch.
10550
6d14d64d
AB
105512019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10552
10553 * sh-tdep.c (sh_unwind_sp): Delete.
10554 (sh_unwind_pc): Delete.
10555 (sh_dummy_id): Delete.
10556 (sh_gdbarch_init): Don't register deleted functions with
10557 gdbarch.
10558
a40dde9d
AB
105592019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10560
10561 * score-tdep.c (score_unwind_sp): Delete.
10562 (score_unwind_pc): Delete.
10563 (score_dummy_id): Delete.
10564 (score_gdbarch_init): Don't register deleted functions with
10565 gdbarch.
10566
47c47d69
AB
105672019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10568
10569 * rx-tdep.c (rx_unwind_pc): Delete.
10570 (rx_unwind_sp): Delete.
10571 (rx_dummy_id): Delete.
10572 (rx_gdbarch_init): Don't register deleted functions with
10573 gdbarch. Update comment.
10574
833a4480
AB
105752019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10576
10577 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10578 (rs6000_dummy_id): Delete.
10579 (rs6000_gdbarch_init): Don't register deleted functions with
10580 gdbarch.
10581
3f2cef49
AB
105822019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10583
10584 * or1k-tdep.c (or1k_dummy_id): Delete.
10585 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10586
96acf884
AB
105872019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10588
10589 * nios2-tdep.c (nios2_dummy_id): Delete.
10590 (nios2_unwind_sp): Delete.
10591 (nios2_gdbarch_init): Don't register deleted functions with
10592 gdbarch.
10593
ca0ab0aa
AB
105942019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10595
10596 * nds32-tdep.c (nds32_dummy_id): Delete.
10597 (nds32_unwind_pc): Delete.
10598 (nds32_unwind_sp): Delete.
10599 (nds32_gdbarch_init): Don't register deleted functions with
10600 gdbarch.
10601
c8259044
AB
106022019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10603
10604 * msp430-tdep.c (msp430_unwind_pc): Delete.
10605 (msp430_unwind_sp): Delete.
10606 (msp430_dummy_id): Delete.
10607 (msp430_gdbarch_init): Don't register deleted functions with
10608 gdbarch.
10609
27f113c8
AB
106102019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10611
10612 * moxie-tdep.c (moxie_unwind_sp): Delete.
10613 (moxie_unwind_pc): Delete.
10614 (moxie_dummy_id): Delete.
10615 (moxie_gdbarch_init): Don't register deleted functions with
10616 gdbarch.
10617
aee6c3cd
AB
106182019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10619
10620 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10621 (mn10300_unwind_pc): Delete.
10622 (mn10300_unwind_sp): Delete.
10623 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10624 mn10300_unwind_sp.
10625 (mn10300_frame_unwind_init): Don't register deleted functions with
10626 gdbarch.
10627
8e2b5aea
AB
106282019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10629
10630 * mep-tdep.c (mep_unwind_pc): Delete.
10631 (mep_unwind_sp): Delete.
10632 (mep_dummy_id): Delete.
10633 (mep_gdbarch_init): Don't register deleted functions with
10634 gdbarch.
10635
43cf3ede
AB
106362019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10637
10638 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10639 (m68hc11_unwind_sp): Delete.
10640 (m68hc11_gdbarch_init): Don't register deleted functions with
10641 gdbarch.
10642
5e79b7bb
AB
106432019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10644
10645 * m32r-tdep.c (m32r_unwind_sp): Delete.
10646 (m32r_unwind_pc): Delete.
10647 (m32r_dummy_id): Delete.
10648 (m32r_gdbarch_init): Don't register deleted functions with
10649 gdbarch.
10650
89b268d8
AB
106512019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10652
10653 * m32c-tdep.c (m32c_unwind_pc): Delete.
10654 (m32c_unwind_sp): Delete.
10655 (m32c_dummy_id): Delete.
10656 (m32c_gdbarch_init): Don't register deleted functions with
10657 gdbarch.
10658
946c28d2
AB
106592019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10660
10661 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10662 (lm32_unwind_pc): Delete.
10663 (lm32_dummy_id): Delete.
10664 (lm32_gdbarch_init): Don't register deleted functions with
10665 gdbarch.
10666
bf12844a
AB
106672019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10668
10669 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10670 (iq2000_unwind_pc): Delete.
10671 (iq2000_dummy_id): Delete.
10672 (iq2000_gdbarch_init): Don't register deleted functions with
10673 gdbarch.
10674
ecbc06d2
AB
106752019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10676
10677 * nds32-tdep.c (nds32_type_align): Delete.
10678 (nds32_push_dummy_call): Use type_align instead.
10679
030197b4
AB
106802019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10681
10682 * arm-tdep.c (arm_type_align): Only handle vector override case.
10683 (arm_push_dummy_call): Use type_align.
10684 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10685
b907456c
AB
106862019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10687
10688 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10689 case.
10690 (pass_on_stack): Use type_align.
10691 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10692 function.
10693
9e97ba43
TT
106942019-04-23 Tom Tromey <tromey@adacore.com>
10695
10696 * dwarf2read.c (line_header::file_name_at): Remove unused
10697 overload.
10698
6892f601
TV
106992019-04-23 Tom de Vries <tdevries@suse.de>
10700
10701 PR gdb/24438
10702 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10703 invocation.
10704
336d760d
AT
10705
107062019-03-27 Ali Tamur <tamur@google.com>
10707
10708 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10709 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10710 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10711 (dwarf_expr_context::get_addr_index): Likewise
10712 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10713 (symbol_needs_eval_context::get_addr_index): Likewise
10714 (disassemble_dwarf_expression): Add DW_OP_addrx
10715 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10716 (read_cutu_die_from_dwo): Update comment
10717 (skip_one_die): Add DW_FORM_addrx
10718 (read_attribute_value): Likewise
10719 (var_decode_location): Add DW_OP_addrx
10720 (dwarf2_const_value_attr): Add DW_FORM_addrx
10721 (dump_die_shallow): Likewise
10722 (dwarf2_fetch_constant_bytes): Likewise
10723 (decode_locdesc): Add DW_OP_addrx
10724 (skip_form_bytes): Add DW_FORM_addrx
10725
ad9d13f8
AT
107262019-04-22 Ali Tamur <tamur@google.com>
10727
10728 * MAINTAINERS (Write After Approval): Add self.
10729
d70cc3ba
SM
107302019-04-22 Simon Marchi <simon.marchi@efficios.com>
10731
10732 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10733 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10734 (open_symbol_file_object): Likewise.
10735 (svr4_default_sos): Add info parameter.
10736 (svr4_read_so_list): Likewise.
10737 (svr4_current_sos_direct): Adjust functions calls to pass down
10738 info.
10739 (svr4_current_sos_1): Add info parameter.
10740 (svr4_current_sos): Call get_svr4_info, pass info down to
10741 svr4_current_sos_1.
10742 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10743 get_svr4_info.
10744 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10745 get_svr4_info.
10746 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10747 to get_svr4_info.
10748 (probes_table_remove_objfile_probes): Likewise.
10749 (register_solib_event_probe): Add info parameter.
10750 (solist_update_incremental): Pass info parameter down to
10751 svr4_read_so_list.
10752 (disable_probes_interface): Add info parameter.
10753 (svr4_handle_solib_event): Pass current_program_space to
10754 get_svr4_info. Adjust disable_probes_interface cleanup.
10755 (svr4_create_probe_breakpoints): Add info parameter, pass it
10756 down to register_solib_event_probe.
10757 (svr4_create_solib_event_breakpoints): Add info parameter,
10758 pass it down to svr4_create_probe_breakpoints.
10759 (enable_break): Pass info down to
10760 svr4_create_solib_event_breakpoints.
10761 (svr4_solib_create_inferior_hook): Pass current_program_space to
10762 get_svr4_info.
10763 (svr4_clear_solib): Likewise.
10764
7905fc35
PA
107652019-04-22 Pedro Alves <palves@redhat.com>
10766
10767 * solib-svr4.c (svr4_free_objfile_observer): New.
10768 (probe_and_action::objfile): New field.
10769 (probes_table_htab_remove_objfile_probes)
10770 (probes_table_remove_objfile_probes): New functions.
10771 (register_solib_event_probe): Add 'objfile' parameter. Store it
10772 in the new probe_and_action. Don't store the probe in 'lookup'.
10773 (svr4_create_probe_breakpoints): Pass objfile to
10774 register_solib_event_probe.
10775 (_initialize_svr4_solib): Register a free_objfile observer.
10776
fb881986
TT
107772019-04-19 Tom Tromey <tom@tromey.com>
10778
10779 * common/queue.h: Remove.
10780
8732db6c
TT
107812019-04-19 Tom Tromey <tom@tromey.com>
10782
10783 * event-loop.c: Don't include "common/queue.h".
10784
97dfbadd
TT
107852019-04-19 Tom Tromey <tom@tromey.com>
10786
10787 * remote.c (remote_target): Use delete.
10788 * remote-notif.h: Include <list>, not "common/queue.h".
10789 (notif_client_p): Remove typedef.
10790 (remote_notif_state): Add constructor, destructor, initializer.
10791 <notif_queue>: Now a std::list.
10792 (remote_notif_state_xfree): Don't declare.
10793 * remote-notif.c (remote_notif_process, handle_notification)
10794 (remote_notif_state_allocate): Update.
10795 (~remote_notif_state): Rename from remote_notif_state_xfree.
10796
cf250e36
TT
107972019-04-19 Tom Tromey <tom@tromey.com>
10798
10799 * symfile.c (reread_symbols): Update.
10800 * objfiles.c (objfile_register_static_link)
10801 (objfile_lookup_static_link): Update
10802 (~objfile) Don't delete static_links.
10803 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10804
61f4b350
TT
108052019-04-19 Tom Tromey <tom@tromey.com>
10806
10807 * type-stack.h (struct type_stack) <insert>: Constify string.
10808 * type-stack.c (type_stack::insert): Constify string.
10809 * gdbtypes.h (lookup_template_type): Update.
10810 (address_space_name_to_int): Update.
10811 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10812 const.
10813 (lookup_template_type): Make name const.
10814 * c-exp.y: Update rules.
10815 (lex_one_token, classify_name, classify_inner_name)
10816 (c_print_token): Update.
10817 * p-exp.y: Update rules.
10818 (yylex): Update.
10819 * f-exp.y: Update rules.
10820 (yylex): Update.
10821 * d-exp.y: Update rules.
10822 (lex_one_token, classify_name, classify_inner_name): Update.
10823 * parse.c (write_dollar_variable, copy_name): Return std::string.
10824 * parser-defs.h (copy_name): Change return type.
10825 * m2-exp.y: Update rules.
10826 (yylex): Update.
10827 * go-exp.y (lex_one_token): Update.
10828 Update rules.
10829 (classify_unsafe_function, classify_packaged_name)
10830 (classify_name, yylex): Update.
10831
189b8c2e
ST
108322019-04-19 Sergei Trofimovich <siarheit@google.com>
10833
10834 * configure.ac: add --enable-source-highlight switch.
10835 * configure: Regenerate.
10836 * top.c (print_gdb_version): plumb --enable-source-highlight
10837 status to "show configuration".
10838
8ecb59f8
TT
108392019-04-19 Tom Tromey <tromey@adacore.com>
10840
10841 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10842 Check ADA_TYPE_P.
10843 (empty_record, ada_template_to_fixed_record_type_1)
10844 (template_to_static_fixed_type)
10845 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10846 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10847 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10848 macros.
10849
62160ec9
TT
108502019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10851
10852 PR symtab/24423:
10853 * source.c (print_source_lines_base): Advance "iter" when a
10854 control character is seen.
10855
f2ae8bc8
PW
108562019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10857
10858 * inferior.h (struct infcall_suspend_state_deleter):
10859 Catch exception in destructor to avoid crash.
10860
d563b953
PW
108612019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10862
10863 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10864 close to the add_com "shell".
10865
dc34c897
TT
108662019-04-18 Tom Tromey <tromey@adacore.com>
10867
10868 * process-stratum-target.h (class process_stratum_target)
10869 <stratum>: Add "final".
10870
a12e5744
TT
108712019-04-17 Tom Tromey <tromey@adacore.com>
10872
10873 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10874 against nullptr before use.
10875
a7e559cc
AH
108762019-04-17 Alan Hayward <alan.hayward@arm.com>
10877
10878 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10879
c01660c6
AB
108802019-04-17 Jim Wilson <jimw@sifive.com>
10881 Andrew Burgess <andrew.burgess@embecosm.com>
10882
10883 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10884 code read might fail, assume 4-byte breakpoint in that case.
10885
4aa866af
LS
108862019-04-15 Leszek Swirski <leszeks@google.com>
10887
10888 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10889 rather than a hand-rolled POD check when checking for forced MEMORY
10890 classification.
10891
48574d91
AH
108922019-04-15 Alan Hayward <alan.hayward@arm.com>
10893
10894 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10895 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10896 function.
10897 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10898 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10899 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10900 declaration.
10901
4da037ef
AH
109022019-04-15 Alan Hayward <alan.hayward@arm.com>
10903
10904 * aarch64-linux-nat.c
10905 (aarch64_linux_nat_target::thread_architecture): Add override.
10906 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10907 each VQ.
10908
ccb8d7e8
AH
109092019-04-15 Alan Hayward <alan.hayward@arm.com>
10910
10911 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10912
35add35e
AB
109132019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10914
10915 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10916 target types of size 96-bits, add some additional comments, and
10917 check that the builtin type we found was the correct size.
10918
51196bbc
EZ
109192019-04-12 Eli Zaretskii <eliz@gnu.org>
10920
10921 * utils.c (prompt_for_continue): Don't restore the styling at the
10922 end, as applied_style has the wrong value. This fixes styling in
10923 long lists of file names that are interrupted by the "Continue?"
10924 prompt.
10925
62253a61
AB
109262019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10927
10928 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10929 * c-lang.c (c_language_defn): Likewise.
10930 (cplus_language_defn): Likewise.
10931 (asm_language_defn): Likewise.
10932 (minimal_language_defn): Likewise.
10933 * d-lang.c (d_language_defn): Likewise.
10934 * f-lang.c (f_language_defn): Likewise.
10935 * go-lang.c (go_language_defn): Likewise.
10936 * language.c (unknown_language_defn): Likewise.
10937 (auto_language_defn): Likewise.
10938 * language.h (struct language_defn): Remove la_magic field.
10939 (LANG_MAGIC): Delete.
10940 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10941 * objc-lang.c (objc_language_defn): Likewise.
10942 * opencl-lang.c (opencl_language_defn): Likewise.
10943 * p-lang.c (pascal_language_defn): Likewise.
10944 * rust-lang.c (rust_language_defn): Likewise.
10945
a9158a86
AB
109462019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10947
10948 * riscv-tdep.c (riscv_type_align): New function.
10949 (riscv_type_alignment): Delete.
10950 (riscv_arg_location): Use 'type_align'.
10951 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
10952
41077b66
AB
109532019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10954
10955 * gdbtypes.c (type_align): A struct with no non-static fields also
10956 has alignment of 1.
10957
9f0272f8
AB
109582019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10959
10960 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
10961 component to 0.
10962 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
10963 member.
10964 (riscv_struct_info::analyse): New implementation using new
10965 analyse_inner member function.
10966 (riscv_struct_info::field_offset): New member function.
10967 (riscv_struct_info::m_offsets): New member variable.
10968 (riscv_struct_info::analyse_inner): New private member function,
10969 takes the old implementation of riscv_struct_info::analyse but
10970 extended to track field offsets.
10971 (riscv_call_arg_struct): Update the struct folding special cases
10972 to handle cases where empty C++ structs, which are non-zero
10973 length, are found.
10974 (riscv_arg_location): Initialise the length of each location, a
10975 non-zero length now indicates the location is in use.
10976 (riscv_push_dummy_call): Allow for the first location having a
10977 non-zero offset when setting up arguments.
10978 (riscv_return_value): Likewise, but for return values.
10979
02cf60c7
TT
109802019-04-11 Tom Tromey <tromey@adacore.com>
10981
10982 * utils.c (internal_vproblem): Make "msg" const.
10983
68811f8f
AH
109842019-04-11 Alan Hayward <alan.hayward@arm.com>
10985
10986 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
10987 * trad-frame.c (trad_frame_reset_saved_regs): New function.
10988 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
10989 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
10990
3f52fdbc
KB
109912019-04-10 Kevin Buettner <kevinb@redhat.com>
10992
10993 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
10994 function.
10995 (fill_gregset): Call amd64_linux_collect_native_gregset instead
10996 of amd64_collect_native_gregset.
10997 (amd64_linux_nat_target::store_registers): Likewise.
10998
e9ad22ee
TT
109992019-04-10 Tom Tromey <tom@tromey.com>
11000
11001 * symtab.c (lookup_global_symbol_from_objfile)
11002 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
11003 * objfiles.h (class separate_debug_iterator): New.
11004 (class separate_debug_range): New.
11005 (struct objfile) <separate_debug_objfiles>: New method.
11006 (objfile_separate_debug_iterate): Don't declare.
11007 * objfiles.c (separate_debug_iterator::operator++): Rename from
11008 objfile_separate_debug_iterate.
11009 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
11010 iterator.
11011 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
11012 iterator.
11013
ee371134
TT
110142019-04-10 Tom Tromey <tom@tromey.com>
11015
11016 * symfile.c (reread_symbols): Remove old comment.
11017 * objfiles.c (free_all_objfiles): Fix a typo.
11018
bf227d61
TT
110192019-04-10 Tom Tromey <tom@tromey.com>
11020
11021 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
11022 * minsyms.c (lookup_minimal_symbol): Use foreach.
11023 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
11024 (lookup_minimal_symbol_solib_trampoline): Likewise.
11025 * symfile.c (reread_symbols): Use foreach.
11026
8dc433a0
TT
110272019-04-09 Ivan Begert <ivanbegert@gmail.com>
11028 Tom Tromey <tromey@adacore.com>
11029
11030 PR rust/24414:
11031 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
11032 (rust_lex_int_test): Change "value" to be LONGEST.
11033 (rust_lex_tests): Add test for long integer literal.
11034
9ab8741a
TT
110352019-04-09 Tom Tromey <tromey@adacore.com>
11036
11037 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
11038 to bool.
11039 (extended_remote_target::attach): Update.
11040 (remote_target::remote_notice_new_inferior): Update.
11041 (remote_target::add_current_inferior_and_thread): Update.
11042 * inferior.c (exit_inferior_1): Use "false".
11043 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
11044
e242fd12
SM
110452019-04-09 Simon Marchi <simon.marchi@efficios.com>
11046
9ca1957f 11047 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
e242fd12
SM
11048 the "start" command.
11049
2b0c8b01
KB
110502019-04-08 Kevin Buettner <kevinb@redhat.com>
11051
11052 * python/py-inferior.c (infpy_thread_from_thread_handle):
11053 Adjust comments to reflect renaming of thread_from_thread_handle
11054 to thread_from_handle. Adjust keywords. Fix type error message.
11055 (inferior_object_methods): Add thread_from_handle. Retain
11056 thread_from_thread_handle, but mark it as deprecated.
11057
50a82723
KB
110582019-04-08 Kevin Buettner <kevinb@redhat.com>
11059
11060 * gdbthread.h (find_thread_by_handle): Revise declaration.
11061 * thread.c (find_thread_by_handle): Likewise. Adjust
11062 implementation too.
11063 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
11064 support for buffer objects as handles.
11065
cf63b016
KB
110662019-04-08 Kevin Buettner <kevinb@redhat.com>
11067
11068 * python/py-infthread.c (thpy_thread_handle): New function.
11069 (thread_object_methods): Register thpy_thread_handle.
11070
3d6c6204
KB
110712019-04-08 Kevin Buettner <kevinb@redhat.com>
11072
11073 * gdbthread.h (thread_to_thread_handle): Declare.
11074 * thread.c (gdbtypes.h): Include.
11075 (thread_to_thread_handle): New function.
11076
11077 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11078 (target_thread_info_to_thread_handle): Declare.
11079 * target.c (target_thread_info_to_thread_handle): New function.
11080 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11081 * target-delegates.c: Regenerate.
11082
11083 * linux-thread-db.c (class thread_db_target): Add method
11084 thread_info_to_thread_handle.
11085 (thread_db_target::thread_info_to_thread_handle): Define.
11086 * remote.c (class remote_target): Add new method
11087 thread_info_to_thread_handle.
11088 (remote_target::thread_info_to_thread_handle): Define.
11089
56be6ea8
PA
110902019-04-08 Pedro Alves <palves@redhat.com>
11091
11092 * common/common-exceptions.c (throw_exception): Don't create
11093 named object to throw; throw directly.
11094 (throw_it): Likewise. Don't initialize gdb_exception::message
11095 here, with new; pass FMT and AP to the ctor instead.
11096 * common/common-exceptions.h: Include <string>.
11097 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11098 const char *, va_list)): New ctor. Use std::make_shared.
11099 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11100 errors)): Delete.
11101 (gdb_exception_error::gdb_exception_error(enum errors, const char
11102 *, va_list)): New.
11103 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11104 Add assertion.
11105 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11106 errors)): Delete.
11107 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11108 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11109 Add assertion.
11110
eedc3f4f
TT
111112019-04-08 Tom Tromey <tom@tromey.com>
11112
11113 * valops.c (value_rtti_indirect_type): Replace throw_exception
11114 with throw.
11115 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11116 with throw.
11117 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11118 throw.
11119 * target.c (target_translate_tls_address): Replace throw_exception
11120 with throw.
11121 * stack.c (frame_apply_command_count): Replace throw_exception
11122 with throw.
11123 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11124 throw.
11125 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11126 with throw.
11127 * rs6000-tdep.c (rs6000_frame_cache)
11128 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11129 * remote.c: Replace throw_exception with throw.
11130 * record-full.c (record_full_message, record_full_wait_1)
11131 (record_full_restore): Replace throw_exception with throw.
11132 * record-btrace.c:
11133 (get_thread_current_frame_id, record_btrace_start_replaying)
11134 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11135 (cmd_record_btrace_start): Replace throw_exception with throw.
11136 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11137 throw.
11138 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11139 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11140 * linespec.c:
11141 (find_linespec_symbols): Replace throw_exception with throw.
11142 * infrun.c (displaced_step_prepare, resume): Replace
11143 throw_exception with throw.
11144 * infcmd.c (post_create_inferior): Replace throw_exception with
11145 throw.
11146 * inf-loop.c (inferior_event_handler): Replace throw_exception
11147 with throw.
11148 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11149 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11150 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11151 (get_prev_frame_always, get_frame_pc_if_available)
11152 (get_frame_address_in_block_if_available, get_frame_language):
11153 Replace throw_exception with throw.
11154 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11155 throw_exception with throw.
11156 * eval.c (fetch_subexp_value, evaluate_var_value)
11157 (evaluate_funcall, evaluate_subexp_standard): Replace
11158 throw_exception with throw.
11159 * dwarf2loc.c (call_site_find_chain)
11160 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11161 Replace throw_exception with throw.
11162 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11163 with throw.
11164 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11165 throw.
11166 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11167 * completer.c (complete_line_internal): Replace throw_exception
11168 with throw.
11169 * compile/compile-object-run.c (compile_object_run): Replace
11170 throw_exception with throw.
11171 * cli/cli-script.c (process_next_line): Replace throw_exception
11172 with throw.
11173 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11174 (btrace_enable, btrace_maint_update_pt_packets): Replace
11175 throw_exception with throw.
11176 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11177 throw_exception with throw.
11178 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11179 throw_exception with throw.
11180 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11181 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11182 * aarch64-tdep.c (aarch64_make_prologue_cache)
11183 (aarch64_make_stub_cache): Replace throw_exception with throw.
11184
26003a20
TT
111852019-04-08 Tom Tromey <tom@tromey.com>
11186
11187 * common/common-exceptions.c (throw_exception): Rename from
11188 throw_exception_cxx. Remove old copy. Make argument const.
11189 (throw_it): Create and throw exception objects directly.
11190 * common/common-exceptions.h (throw_exception): Make argument
11191 const.
11192 (struct gdb_exception_error): Add constructor.
11193 (struct gdb_exception_quit): Add constructor.
11194
d272eb37
TT
111952019-04-08 Tom Tromey <tom@tromey.com>
11196
11197 * common/common-exceptions.h (exception_rethrow): Don't declare.
11198 (TRY_SJLJ): Update comment.
11199 (TRY, CATCH, END_CATCH): Remove.
11200 * common/common-exceptions.c (exception_rethrow): Remove.
11201
230d2906
TT
112022019-04-08 Tom Tromey <tom@tromey.com>
11203
11204 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11205 Remove.
11206 (gdb_exception_error): Rename from
11207 gdb_exception_RETURN_MASK_ERROR.
11208 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11209 (gdb_quit_bad_alloc): Update.
11210 * aarch64-tdep.c: Update.
11211 * ada-lang.c: Update.
11212 * ada-typeprint.c: Update.
11213 * ada-valprint.c: Update.
11214 * amd64-tdep.c: Update.
11215 * arch-utils.c: Update.
11216 * break-catch-throw.c: Update.
11217 * breakpoint.c: Update.
11218 * btrace.c: Update.
11219 * c-varobj.c: Update.
11220 * cli/cli-cmds.c: Update.
11221 * cli/cli-interp.c: Update.
11222 * cli/cli-script.c: Update.
11223 * common/common-exceptions.c: Update.
11224 * common/new-op.c: Update.
11225 * common/selftest.c: Update.
11226 * compile/compile-c-symbols.c: Update.
11227 * compile/compile-cplus-symbols.c: Update.
11228 * compile/compile-object-load.c: Update.
11229 * compile/compile-object-run.c: Update.
11230 * completer.c: Update.
11231 * corelow.c: Update.
11232 * cp-abi.c: Update.
11233 * cp-support.c: Update.
11234 * cp-valprint.c: Update.
11235 * darwin-nat.c: Update.
11236 * disasm-selftests.c: Update.
11237 * dtrace-probe.c: Update.
11238 * dwarf-index-cache.c: Update.
11239 * dwarf-index-write.c: Update.
11240 * dwarf2-frame-tailcall.c: Update.
11241 * dwarf2-frame.c: Update.
11242 * dwarf2loc.c: Update.
11243 * dwarf2read.c: Update.
11244 * eval.c: Update.
11245 * event-loop.c: Update.
11246 * event-top.c: Update.
11247 * exec.c: Update.
11248 * f-valprint.c: Update.
11249 * fbsd-tdep.c: Update.
11250 * frame-unwind.c: Update.
11251 * frame.c: Update.
11252 * gdbtypes.c: Update.
11253 * gnu-v3-abi.c: Update.
11254 * guile/guile-internal.h: Update.
11255 * guile/scm-block.c: Update.
11256 * guile/scm-breakpoint.c: Update.
11257 * guile/scm-cmd.c: Update.
11258 * guile/scm-disasm.c: Update.
11259 * guile/scm-frame.c: Update.
11260 * guile/scm-lazy-string.c: Update.
11261 * guile/scm-math.c: Update.
11262 * guile/scm-param.c: Update.
11263 * guile/scm-ports.c: Update.
11264 * guile/scm-pretty-print.c: Update.
11265 * guile/scm-symbol.c: Update.
11266 * guile/scm-symtab.c: Update.
11267 * guile/scm-type.c: Update.
11268 * guile/scm-value.c: Update.
11269 * i386-linux-tdep.c: Update.
11270 * i386-tdep.c: Update.
11271 * inf-loop.c: Update.
11272 * infcall.c: Update.
11273 * infcmd.c: Update.
11274 * infrun.c: Update.
11275 * jit.c: Update.
11276 * language.c: Update.
11277 * linespec.c: Update.
11278 * linux-fork.c: Update.
11279 * linux-nat.c: Update.
11280 * linux-tdep.c: Update.
11281 * linux-thread-db.c: Update.
11282 * main.c: Update.
11283 * mi/mi-cmd-break.c: Update.
11284 * mi/mi-cmd-stack.c: Update.
11285 * mi/mi-interp.c: Update.
11286 * mi/mi-main.c: Update.
11287 * objc-lang.c: Update.
11288 * p-valprint.c: Update.
11289 * parse.c: Update.
11290 * ppc-linux-tdep.c: Update.
11291 * printcmd.c: Update.
11292 * python/py-arch.c: Update.
11293 * python/py-breakpoint.c: Update.
11294 * python/py-cmd.c: Update.
11295 * python/py-finishbreakpoint.c: Update.
11296 * python/py-frame.c: Update.
11297 * python/py-framefilter.c: Update.
11298 * python/py-gdb-readline.c: Update.
11299 * python/py-inferior.c: Update.
11300 * python/py-infthread.c: Update.
11301 * python/py-lazy-string.c: Update.
11302 * python/py-linetable.c: Update.
11303 * python/py-objfile.c: Update.
11304 * python/py-param.c: Update.
11305 * python/py-prettyprint.c: Update.
11306 * python/py-progspace.c: Update.
11307 * python/py-record-btrace.c: Update.
11308 * python/py-record.c: Update.
11309 * python/py-symbol.c: Update.
11310 * python/py-type.c: Update.
11311 * python/py-unwind.c: Update.
11312 * python/py-utils.c: Update.
11313 * python/py-value.c: Update.
11314 * python/python.c: Update.
11315 * record-btrace.c: Update.
11316 * record-full.c: Update.
11317 * remote-fileio.c: Update.
11318 * remote.c: Update.
11319 * riscv-tdep.c: Update.
11320 * rs6000-aix-tdep.c: Update.
11321 * rs6000-tdep.c: Update.
11322 * rust-exp.y: Update.
11323 * rust-lang.c: Update.
11324 * s390-tdep.c: Update.
11325 * selftest-arch.c: Update.
11326 * solib-dsbt.c: Update.
11327 * solib-frv.c: Update.
11328 * solib-spu.c: Update.
11329 * solib-svr4.c: Update.
11330 * solib.c: Update.
11331 * sparc64-linux-tdep.c: Update.
11332 * stack.c: Update.
11333 * symfile-mem.c: Update.
11334 * symmisc.c: Update.
11335 * target.c: Update.
11336 * thread.c: Update.
11337 * top.c: Update.
11338 * tracefile-tfile.c: Update.
11339 * tui/tui.c: Update.
11340 * typeprint.c: Update.
11341 * unittests/cli-utils-selftests.c: Update.
11342 * unittests/parse-connection-spec-selftests.c: Update.
11343 * valops.c: Update.
11344 * valprint.c: Update.
11345 * value.c: Update.
11346 * varobj.c: Update.
11347 * windows-nat.c: Update.
11348 * x86-linux-nat.c: Update.
11349 * xml-support.c: Update.
11350
a70b8144
TT
113512019-04-08 Tom Tromey <tom@tromey.com>
11352
11353 * xml-support.c: Use C++ exception handling.
11354 * x86-linux-nat.c: Use C++ exception handling.
11355 * windows-nat.c: Use C++ exception handling.
11356 * varobj.c: Use C++ exception handling.
11357 * value.c: Use C++ exception handling.
11358 * valprint.c: Use C++ exception handling.
11359 * valops.c: Use C++ exception handling.
11360 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11361 handling.
11362 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11363 * typeprint.c: Use C++ exception handling.
11364 * tui/tui.c: Use C++ exception handling.
11365 * tracefile-tfile.c: Use C++ exception handling.
11366 * top.c: Use C++ exception handling.
11367 * thread.c: Use C++ exception handling.
11368 * target.c: Use C++ exception handling.
11369 * symmisc.c: Use C++ exception handling.
11370 * symfile-mem.c: Use C++ exception handling.
11371 * stack.c: Use C++ exception handling.
11372 * sparc64-linux-tdep.c: Use C++ exception handling.
11373 * solib.c: Use C++ exception handling.
11374 * solib-svr4.c: Use C++ exception handling.
11375 * solib-spu.c: Use C++ exception handling.
11376 * solib-frv.c: Use C++ exception handling.
11377 * solib-dsbt.c: Use C++ exception handling.
11378 * selftest-arch.c: Use C++ exception handling.
11379 * s390-tdep.c: Use C++ exception handling.
11380 * rust-lang.c: Use C++ exception handling.
11381 * rust-exp.y: Use C++ exception handling.
11382 * rs6000-tdep.c: Use C++ exception handling.
11383 * rs6000-aix-tdep.c: Use C++ exception handling.
11384 * riscv-tdep.c: Use C++ exception handling.
11385 * remote.c: Use C++ exception handling.
11386 * remote-fileio.c: Use C++ exception handling.
11387 * record-full.c: Use C++ exception handling.
11388 * record-btrace.c: Use C++ exception handling.
11389 * python/python.c: Use C++ exception handling.
11390 * python/py-value.c: Use C++ exception handling.
11391 * python/py-utils.c: Use C++ exception handling.
11392 * python/py-unwind.c: Use C++ exception handling.
11393 * python/py-type.c: Use C++ exception handling.
11394 * python/py-symbol.c: Use C++ exception handling.
11395 * python/py-record.c: Use C++ exception handling.
11396 * python/py-record-btrace.c: Use C++ exception handling.
11397 * python/py-progspace.c: Use C++ exception handling.
11398 * python/py-prettyprint.c: Use C++ exception handling.
11399 * python/py-param.c: Use C++ exception handling.
11400 * python/py-objfile.c: Use C++ exception handling.
11401 * python/py-linetable.c: Use C++ exception handling.
11402 * python/py-lazy-string.c: Use C++ exception handling.
11403 * python/py-infthread.c: Use C++ exception handling.
11404 * python/py-inferior.c: Use C++ exception handling.
11405 * python/py-gdb-readline.c: Use C++ exception handling.
11406 * python/py-framefilter.c: Use C++ exception handling.
11407 * python/py-frame.c: Use C++ exception handling.
11408 * python/py-finishbreakpoint.c: Use C++ exception handling.
11409 * python/py-cmd.c: Use C++ exception handling.
11410 * python/py-breakpoint.c: Use C++ exception handling.
11411 * python/py-arch.c: Use C++ exception handling.
11412 * printcmd.c: Use C++ exception handling.
11413 * ppc-linux-tdep.c: Use C++ exception handling.
11414 * parse.c: Use C++ exception handling.
11415 * p-valprint.c: Use C++ exception handling.
11416 * objc-lang.c: Use C++ exception handling.
11417 * mi/mi-main.c: Use C++ exception handling.
11418 * mi/mi-interp.c: Use C++ exception handling.
11419 * mi/mi-cmd-stack.c: Use C++ exception handling.
11420 * mi/mi-cmd-break.c: Use C++ exception handling.
11421 * main.c: Use C++ exception handling.
11422 * linux-thread-db.c: Use C++ exception handling.
11423 * linux-tdep.c: Use C++ exception handling.
11424 * linux-nat.c: Use C++ exception handling.
11425 * linux-fork.c: Use C++ exception handling.
11426 * linespec.c: Use C++ exception handling.
11427 * language.c: Use C++ exception handling.
11428 * jit.c: Use C++ exception handling.
11429 * infrun.c: Use C++ exception handling.
11430 * infcmd.c: Use C++ exception handling.
11431 * infcall.c: Use C++ exception handling.
11432 * inf-loop.c: Use C++ exception handling.
11433 * i386-tdep.c: Use C++ exception handling.
11434 * i386-linux-tdep.c: Use C++ exception handling.
11435 * guile/scm-value.c: Use C++ exception handling.
11436 * guile/scm-type.c: Use C++ exception handling.
11437 * guile/scm-symtab.c: Use C++ exception handling.
11438 * guile/scm-symbol.c: Use C++ exception handling.
11439 * guile/scm-pretty-print.c: Use C++ exception handling.
11440 * guile/scm-ports.c: Use C++ exception handling.
11441 * guile/scm-param.c: Use C++ exception handling.
11442 * guile/scm-math.c: Use C++ exception handling.
11443 * guile/scm-lazy-string.c: Use C++ exception handling.
11444 * guile/scm-frame.c: Use C++ exception handling.
11445 * guile/scm-disasm.c: Use C++ exception handling.
11446 * guile/scm-cmd.c: Use C++ exception handling.
11447 * guile/scm-breakpoint.c: Use C++ exception handling.
11448 * guile/scm-block.c: Use C++ exception handling.
11449 * guile/guile-internal.h: Use C++ exception handling.
11450 * gnu-v3-abi.c: Use C++ exception handling.
11451 * gdbtypes.c: Use C++ exception handling.
11452 * frame.c: Use C++ exception handling.
11453 * frame-unwind.c: Use C++ exception handling.
11454 * fbsd-tdep.c: Use C++ exception handling.
11455 * f-valprint.c: Use C++ exception handling.
11456 * exec.c: Use C++ exception handling.
11457 * event-top.c: Use C++ exception handling.
11458 * event-loop.c: Use C++ exception handling.
11459 * eval.c: Use C++ exception handling.
11460 * dwarf2read.c: Use C++ exception handling.
11461 * dwarf2loc.c: Use C++ exception handling.
11462 * dwarf2-frame.c: Use C++ exception handling.
11463 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11464 * dwarf-index-write.c: Use C++ exception handling.
11465 * dwarf-index-cache.c: Use C++ exception handling.
11466 * dtrace-probe.c: Use C++ exception handling.
11467 * disasm-selftests.c: Use C++ exception handling.
11468 * darwin-nat.c: Use C++ exception handling.
11469 * cp-valprint.c: Use C++ exception handling.
11470 * cp-support.c: Use C++ exception handling.
11471 * cp-abi.c: Use C++ exception handling.
11472 * corelow.c: Use C++ exception handling.
11473 * completer.c: Use C++ exception handling.
11474 * compile/compile-object-run.c: Use C++ exception handling.
11475 * compile/compile-object-load.c: Use C++ exception handling.
11476 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11477 * compile/compile-c-symbols.c: Use C++ exception handling.
11478 * common/selftest.c: Use C++ exception handling.
11479 * common/new-op.c: Use C++ exception handling.
11480 * cli/cli-script.c: Use C++ exception handling.
11481 * cli/cli-interp.c: Use C++ exception handling.
11482 * cli/cli-cmds.c: Use C++ exception handling.
11483 * c-varobj.c: Use C++ exception handling.
11484 * btrace.c: Use C++ exception handling.
11485 * breakpoint.c: Use C++ exception handling.
11486 * break-catch-throw.c: Use C++ exception handling.
11487 * arch-utils.c: Use C++ exception handling.
11488 * amd64-tdep.c: Use C++ exception handling.
11489 * ada-valprint.c: Use C++ exception handling.
11490 * ada-typeprint.c: Use C++ exception handling.
11491 * ada-lang.c: Use C++ exception handling.
11492 * aarch64-tdep.c: Use C++ exception handling.
11493
3d6e9d23
TT
114942019-04-08 Tom Tromey <tom@tromey.com>
11495
11496 * xml-support.c (gdb_xml_parser::parse): Update.
11497 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11498 * value.c (show_convenience): Update.
11499 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11500 (test_parse_flags_qcs): Update.
11501 * thread.c (thr_try_catch_cmd): Update.
11502 * target.c (target_translate_tls_address): Update.
11503 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11504 (info_frame_command_core, frame_apply_command_count): Update.
11505 * rust-exp.y (rust_lex_exception_test): Update.
11506 * riscv-tdep.c (riscv_print_one_register_info): Update.
11507 * remote.c (remote_target::enable_btrace): Update.
11508 * record-btrace.c (record_btrace_enable_warn): Update.
11509 * python/py-utils.c (gdbpy_convert_exception): Update.
11510 * printcmd.c (do_one_display, print_variable_and_value): Update.
11511 * mi/mi-main.c (mi_print_exception): Update.
11512 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11513 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11514 * linux-nat.c (linux_nat_target::attach): Update.
11515 * linux-fork.c (class scoped_switch_fork_info): Update.
11516 * infrun.c (displaced_step_prepare): Update.
11517 * infcall.c (call_function_by_hand_dummy): Update.
11518 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11519 * gnu-v3-abi.c (print_one_vtable): Update.
11520 * frame.c (get_prev_frame_always): Update.
11521 * f-valprint.c (info_common_command_for_block): Update.
11522 * exec.c (try_open_exec_file): Update.
11523 * exceptions.c (print_exception, exception_print)
11524 (exception_fprintf, exception_print_same): Update.
11525 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11526 * dwarf-index-cache.c (index_cache::store)
11527 (index_cache::lookup_gdb_index): Update.
11528 * darwin-nat.c (maybe_cache_shell): Update.
11529 * cp-valprint.c (cp_print_value_fields): Update.
11530 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11531 (gcc_cplus_symbol_address): Update.
11532 * compile/compile-c-symbols.c (gcc_convert_symbol)
11533 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11534 * common/selftest.c: Update.
11535 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11536 a std::string.
11537 (exception_try_scope_entry, exception_try_scope_exit): Don't
11538 declare.
11539 (struct exception_try_scope): Remove.
11540 (TRY): Don't use exception_try_scope.
11541 (struct gdb_exception): Add constructor, operator=.
11542 <what>: New method.
11543 (struct gdb_exception_RETURN_MASK_ALL)
11544 (struct gdb_exception_RETURN_MASK_ERROR)
11545 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11546 (struct gdb_quit_bad_alloc): Update.
11547 * common/common-exceptions.c (exception_none): Change
11548 initializer.
11549 (struct catcher) <state, exception>: Initialize inline.
11550 <prev>: Remove member.
11551 (current_catcher): Remove.
11552 (catchers): New global.
11553 (exceptions_state_mc_init): Simplify.
11554 (catcher_pop): Remove.
11555 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11556 (try_scope_depth, exception_try_scope_entry)
11557 (exception_try_scope_exit): Remove.
11558 (throw_exception_sjlj): Update.
11559 (exception_messages, exception_messages_size): Remove.
11560 (throw_it): Simplify.
11561 (gdb_exception_sliced_copy): Remove.
11562 (throw_exception_cxx): Update.
11563 * cli/cli-script.c (script_from_file): Update.
11564 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11565 Update.
11566 * ada-valprint.c (ada_val_print): Update.
11567 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11568 (create_excep_cond_exprs): Update.
11569
c5c10118
TT
115702019-04-08 Tom Tromey <tom@tromey.com>
11571
11572 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11573 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11574 (TRY, CATCH, END_CATCH): Remove some definitions.
11575 * common/common-exceptions.c: Don't use GDB_XCPT.
11576 (catcher_list_size): Remove.
11577 (throw_exception, throw_it): Simplify.
11578
4de283e4
TT
115792019-04-05 Tom Tromey <tom@tromey.com>
11580
11581 Revert the header-sorting patch.
11582 * ft32-tdep.c: Revert.
11583 * frv-tdep.c: Revert.
11584 * frv-linux-tdep.c: Revert.
11585 * frame.c: Revert.
11586 * frame-unwind.c: Revert.
11587 * frame-base.c: Revert.
11588 * fork-child.c: Revert.
11589 * findvar.c: Revert.
11590 * findcmd.c: Revert.
11591 * filesystem.c: Revert.
11592 * filename-seen-cache.h: Revert.
11593 * filename-seen-cache.c: Revert.
11594 * fbsd-tdep.c: Revert.
11595 * fbsd-nat.h: Revert.
11596 * fbsd-nat.c: Revert.
11597 * f-valprint.c: Revert.
11598 * f-typeprint.c: Revert.
11599 * f-lang.c: Revert.
11600 * extension.h: Revert.
11601 * extension.c: Revert.
11602 * extension-priv.h: Revert.
11603 * expprint.c: Revert.
11604 * exec.h: Revert.
11605 * exec.c: Revert.
11606 * exceptions.c: Revert.
11607 * event-top.c: Revert.
11608 * event-loop.c: Revert.
11609 * eval.c: Revert.
11610 * elfread.c: Revert.
11611 * dwarf2read.h: Revert.
11612 * dwarf2read.c: Revert.
11613 * dwarf2loc.c: Revert.
11614 * dwarf2expr.h: Revert.
11615 * dwarf2expr.c: Revert.
11616 * dwarf2-frame.c: Revert.
11617 * dwarf2-frame-tailcall.c: Revert.
11618 * dwarf-index-write.h: Revert.
11619 * dwarf-index-write.c: Revert.
11620 * dwarf-index-common.c: Revert.
11621 * dwarf-index-cache.h: Revert.
11622 * dwarf-index-cache.c: Revert.
11623 * dummy-frame.c: Revert.
11624 * dtrace-probe.c: Revert.
11625 * disasm.h: Revert.
11626 * disasm.c: Revert.
11627 * disasm-selftests.c: Revert.
11628 * dictionary.c: Revert.
11629 * dicos-tdep.c: Revert.
11630 * demangle.c: Revert.
11631 * dcache.h: Revert.
11632 * dcache.c: Revert.
11633 * darwin-nat.h: Revert.
11634 * darwin-nat.c: Revert.
11635 * darwin-nat-info.c: Revert.
11636 * d-valprint.c: Revert.
11637 * d-namespace.c: Revert.
11638 * d-lang.c: Revert.
11639 * ctf.c: Revert.
11640 * csky-tdep.c: Revert.
11641 * csky-linux-tdep.c: Revert.
11642 * cris-tdep.c: Revert.
11643 * cris-linux-tdep.c: Revert.
11644 * cp-valprint.c: Revert.
11645 * cp-support.c: Revert.
11646 * cp-namespace.c: Revert.
11647 * cp-abi.c: Revert.
11648 * corelow.c: Revert.
11649 * corefile.c: Revert.
11650 * continuations.c: Revert.
11651 * completer.h: Revert.
11652 * completer.c: Revert.
11653 * complaints.c: Revert.
11654 * coffread.c: Revert.
11655 * coff-pe-read.c: Revert.
11656 * cli-out.h: Revert.
11657 * cli-out.c: Revert.
11658 * charset.c: Revert.
11659 * c-varobj.c: Revert.
11660 * c-valprint.c: Revert.
11661 * c-typeprint.c: Revert.
11662 * c-lang.c: Revert.
11663 * buildsym.c: Revert.
11664 * buildsym-legacy.c: Revert.
11665 * build-id.h: Revert.
11666 * build-id.c: Revert.
11667 * btrace.c: Revert.
11668 * bsd-uthread.c: Revert.
11669 * breakpoint.h: Revert.
11670 * breakpoint.c: Revert.
11671 * break-catch-throw.c: Revert.
11672 * break-catch-syscall.c: Revert.
11673 * break-catch-sig.c: Revert.
11674 * blockframe.c: Revert.
11675 * block.c: Revert.
11676 * bfin-tdep.c: Revert.
11677 * bfin-linux-tdep.c: Revert.
11678 * bfd-target.c: Revert.
11679 * bcache.c: Revert.
11680 * ax-general.c: Revert.
11681 * ax-gdb.h: Revert.
11682 * ax-gdb.c: Revert.
11683 * avr-tdep.c: Revert.
11684 * auxv.c: Revert.
11685 * auto-load.c: Revert.
11686 * arm-wince-tdep.c: Revert.
11687 * arm-tdep.c: Revert.
11688 * arm-symbian-tdep.c: Revert.
11689 * arm-pikeos-tdep.c: Revert.
11690 * arm-obsd-tdep.c: Revert.
11691 * arm-nbsd-tdep.c: Revert.
11692 * arm-nbsd-nat.c: Revert.
11693 * arm-linux-tdep.c: Revert.
11694 * arm-linux-nat.c: Revert.
11695 * arm-fbsd-tdep.c: Revert.
11696 * arm-fbsd-nat.c: Revert.
11697 * arm-bsd-tdep.c: Revert.
11698 * arch-utils.c: Revert.
11699 * arc-tdep.c: Revert.
11700 * arc-newlib-tdep.c: Revert.
11701 * annotate.h: Revert.
11702 * annotate.c: Revert.
11703 * amd64-windows-tdep.c: Revert.
11704 * amd64-windows-nat.c: Revert.
11705 * amd64-tdep.c: Revert.
11706 * amd64-sol2-tdep.c: Revert.
11707 * amd64-obsd-tdep.c: Revert.
11708 * amd64-obsd-nat.c: Revert.
11709 * amd64-nbsd-tdep.c: Revert.
11710 * amd64-nbsd-nat.c: Revert.
11711 * amd64-nat.c: Revert.
11712 * amd64-linux-tdep.c: Revert.
11713 * amd64-linux-nat.c: Revert.
11714 * amd64-fbsd-tdep.c: Revert.
11715 * amd64-fbsd-nat.c: Revert.
11716 * amd64-dicos-tdep.c: Revert.
11717 * amd64-darwin-tdep.c: Revert.
11718 * amd64-bsd-nat.c: Revert.
11719 * alpha-tdep.c: Revert.
11720 * alpha-obsd-tdep.c: Revert.
11721 * alpha-nbsd-tdep.c: Revert.
11722 * alpha-mdebug-tdep.c: Revert.
11723 * alpha-linux-tdep.c: Revert.
11724 * alpha-linux-nat.c: Revert.
11725 * alpha-bsd-tdep.c: Revert.
11726 * alpha-bsd-nat.c: Revert.
11727 * aix-thread.c: Revert.
11728 * agent.c: Revert.
11729 * addrmap.c: Revert.
11730 * ada-varobj.c: Revert.
11731 * ada-valprint.c: Revert.
11732 * ada-typeprint.c: Revert.
11733 * ada-tasks.c: Revert.
11734 * ada-lang.c: Revert.
11735 * aarch64-tdep.c: Revert.
11736 * aarch64-ravenscar-thread.c: Revert.
11737 * aarch64-newlib-tdep.c: Revert.
11738 * aarch64-linux-tdep.c: Revert.
11739 * aarch64-linux-nat.c: Revert.
11740 * aarch64-fbsd-tdep.c: Revert.
11741 * aarch64-fbsd-nat.c: Revert.
11742 * aarch32-linux-nat.c: Revert.
11743
d55e5aa6
TT
117442019-04-05 Tom Tromey <tom@tromey.com>
11745
11746 * ft32-tdep.c: Sort headers.
11747 * frv-tdep.c: Sort headers.
11748 * frv-linux-tdep.c: Sort headers.
11749 * frame.c: Sort headers.
11750 * frame-unwind.c: Sort headers.
11751 * frame-base.c: Sort headers.
11752 * fork-child.c: Sort headers.
11753 * findvar.c: Sort headers.
11754 * findcmd.c: Sort headers.
11755 * filesystem.c: Sort headers.
11756 * filename-seen-cache.h: Sort headers.
11757 * filename-seen-cache.c: Sort headers.
11758 * fbsd-tdep.c: Sort headers.
11759 * fbsd-nat.h: Sort headers.
11760 * fbsd-nat.c: Sort headers.
11761 * f-valprint.c: Sort headers.
11762 * f-typeprint.c: Sort headers.
11763 * f-lang.c: Sort headers.
11764 * extension.h: Sort headers.
11765 * extension.c: Sort headers.
11766 * extension-priv.h: Sort headers.
11767 * expprint.c: Sort headers.
11768 * exec.h: Sort headers.
11769 * exec.c: Sort headers.
11770 * exceptions.c: Sort headers.
11771 * event-top.c: Sort headers.
11772 * event-loop.c: Sort headers.
11773 * eval.c: Sort headers.
11774 * elfread.c: Sort headers.
11775 * dwarf2read.h: Sort headers.
11776 * dwarf2read.c: Sort headers.
11777 * dwarf2loc.c: Sort headers.
11778 * dwarf2expr.h: Sort headers.
11779 * dwarf2expr.c: Sort headers.
11780 * dwarf2-frame.c: Sort headers.
11781 * dwarf2-frame-tailcall.c: Sort headers.
11782 * dwarf-index-write.h: Sort headers.
11783 * dwarf-index-write.c: Sort headers.
11784 * dwarf-index-common.c: Sort headers.
11785 * dwarf-index-cache.h: Sort headers.
11786 * dwarf-index-cache.c: Sort headers.
11787 * dummy-frame.c: Sort headers.
11788 * dtrace-probe.c: Sort headers.
11789 * disasm.h: Sort headers.
11790 * disasm.c: Sort headers.
11791 * disasm-selftests.c: Sort headers.
11792 * dictionary.c: Sort headers.
11793 * dicos-tdep.c: Sort headers.
11794 * demangle.c: Sort headers.
11795 * dcache.h: Sort headers.
11796 * dcache.c: Sort headers.
11797 * darwin-nat.h: Sort headers.
11798 * darwin-nat.c: Sort headers.
11799 * darwin-nat-info.c: Sort headers.
11800 * d-valprint.c: Sort headers.
11801 * d-namespace.c: Sort headers.
11802 * d-lang.c: Sort headers.
11803 * ctf.c: Sort headers.
11804 * csky-tdep.c: Sort headers.
11805 * csky-linux-tdep.c: Sort headers.
11806 * cris-tdep.c: Sort headers.
11807 * cris-linux-tdep.c: Sort headers.
11808 * cp-valprint.c: Sort headers.
11809 * cp-support.c: Sort headers.
11810 * cp-namespace.c: Sort headers.
11811 * cp-abi.c: Sort headers.
11812 * corelow.c: Sort headers.
11813 * corefile.c: Sort headers.
11814 * continuations.c: Sort headers.
11815 * completer.h: Sort headers.
11816 * completer.c: Sort headers.
11817 * complaints.c: Sort headers.
11818 * coffread.c: Sort headers.
11819 * coff-pe-read.c: Sort headers.
11820 * cli-out.h: Sort headers.
11821 * cli-out.c: Sort headers.
11822 * charset.c: Sort headers.
11823 * c-varobj.c: Sort headers.
11824 * c-valprint.c: Sort headers.
11825 * c-typeprint.c: Sort headers.
11826 * c-lang.c: Sort headers.
11827 * buildsym.c: Sort headers.
11828 * buildsym-legacy.c: Sort headers.
11829 * build-id.h: Sort headers.
11830 * build-id.c: Sort headers.
11831 * btrace.c: Sort headers.
11832 * bsd-uthread.c: Sort headers.
11833 * breakpoint.h: Sort headers.
11834 * breakpoint.c: Sort headers.
11835 * break-catch-throw.c: Sort headers.
11836 * break-catch-syscall.c: Sort headers.
11837 * break-catch-sig.c: Sort headers.
11838 * blockframe.c: Sort headers.
11839 * block.c: Sort headers.
11840 * bfin-tdep.c: Sort headers.
11841 * bfin-linux-tdep.c: Sort headers.
11842 * bfd-target.c: Sort headers.
11843 * bcache.c: Sort headers.
11844 * ax-general.c: Sort headers.
11845 * ax-gdb.h: Sort headers.
11846 * ax-gdb.c: Sort headers.
11847 * avr-tdep.c: Sort headers.
11848 * auxv.c: Sort headers.
11849 * auto-load.c: Sort headers.
11850 * arm-wince-tdep.c: Sort headers.
11851 * arm-tdep.c: Sort headers.
11852 * arm-symbian-tdep.c: Sort headers.
11853 * arm-pikeos-tdep.c: Sort headers.
11854 * arm-obsd-tdep.c: Sort headers.
11855 * arm-nbsd-tdep.c: Sort headers.
11856 * arm-nbsd-nat.c: Sort headers.
11857 * arm-linux-tdep.c: Sort headers.
11858 * arm-linux-nat.c: Sort headers.
11859 * arm-fbsd-tdep.c: Sort headers.
11860 * arm-fbsd-nat.c: Sort headers.
11861 * arm-bsd-tdep.c: Sort headers.
11862 * arch-utils.c: Sort headers.
11863 * arc-tdep.c: Sort headers.
11864 * arc-newlib-tdep.c: Sort headers.
11865 * annotate.h: Sort headers.
11866 * annotate.c: Sort headers.
11867 * amd64-windows-tdep.c: Sort headers.
11868 * amd64-windows-nat.c: Sort headers.
11869 * amd64-tdep.c: Sort headers.
11870 * amd64-sol2-tdep.c: Sort headers.
11871 * amd64-obsd-tdep.c: Sort headers.
11872 * amd64-obsd-nat.c: Sort headers.
11873 * amd64-nbsd-tdep.c: Sort headers.
11874 * amd64-nbsd-nat.c: Sort headers.
11875 * amd64-nat.c: Sort headers.
11876 * amd64-linux-tdep.c: Sort headers.
11877 * amd64-linux-nat.c: Sort headers.
11878 * amd64-fbsd-tdep.c: Sort headers.
11879 * amd64-fbsd-nat.c: Sort headers.
11880 * amd64-dicos-tdep.c: Sort headers.
11881 * amd64-darwin-tdep.c: Sort headers.
11882 * amd64-bsd-nat.c: Sort headers.
11883 * alpha-tdep.c: Sort headers.
11884 * alpha-obsd-tdep.c: Sort headers.
11885 * alpha-nbsd-tdep.c: Sort headers.
11886 * alpha-mdebug-tdep.c: Sort headers.
11887 * alpha-linux-tdep.c: Sort headers.
11888 * alpha-linux-nat.c: Sort headers.
11889 * alpha-bsd-tdep.c: Sort headers.
11890 * alpha-bsd-nat.c: Sort headers.
11891 * aix-thread.c: Sort headers.
11892 * agent.c: Sort headers.
11893 * addrmap.c: Sort headers.
11894 * ada-varobj.c: Sort headers.
11895 * ada-valprint.c: Sort headers.
11896 * ada-typeprint.c: Sort headers.
11897 * ada-tasks.c: Sort headers.
11898 * ada-lang.c: Sort headers.
11899 * aarch64-tdep.c: Sort headers.
11900 * aarch64-ravenscar-thread.c: Sort headers.
11901 * aarch64-newlib-tdep.c: Sort headers.
11902 * aarch64-linux-tdep.c: Sort headers.
11903 * aarch64-linux-nat.c: Sort headers.
11904 * aarch64-fbsd-tdep.c: Sort headers.
11905 * aarch64-fbsd-nat.c: Sort headers.
11906 * aarch32-linux-nat.c: Sort headers.
11907
699bd4cf
TT
119082019-04-04 Tom Tromey <tom@tromey.com>
11909
11910 * varobj.c (varobj_create): Update.
11911 * rust-exp.y (struct rust_parser) <update_innermost_block,
11912 lookup_symbol>: New methods.
11913 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11914 Rename.
11915 (rust_parser::rust_lookup_type)
11916 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11917 * printcmd.c (display_command, do_one_display): Update.
11918 * parser-defs.h (struct parser_state) <parser_state>: Add
11919 "tracker" parameter.
11920 (block_tracker): New member.
11921 (class innermost_block_tracker) <innermost_block_tracker>: Add
11922 "types" parameter.
11923 <reset>: Remove method.
11924 (innermost_block): Don't declare.
11925 (null_post_parser): Update.
11926 * parse.c (innermost_block): Remove global.
11927 (write_dollar_variable): Update.
11928 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11929 Remove "tracker_types" parameter.
11930 (parse_expression): Add "tracker" parameter.
11931 (parse_expression_for_completion): Update.
11932 (null_post_parser): Add "tracker" parameter.
11933 * p-exp.y: Update rules.
11934 * m2-exp.y: Update rules.
11935 * language.h (struct language_defn) <la_post_parser>: Add
11936 "tracker" parameter.
11937 * go-exp.y: Update rules.
11938 * f-exp.y: Update rules.
11939 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11940 parameter.
11941 * d-exp.y: Update rules.
11942 * c-exp.y: Update rules.
11943 * breakpoint.c (set_breakpoint_condition): Create an
11944 innermost_block_tracker.
11945 (watch_command_1): Likewise.
11946 * ada-lang.c (resolve): Add "tracker" parameter.
11947 (resolve_subexp): Likewise.
11948 * ada-exp.y (write_var_from_sym): Update.
11949
dac43e32
TT
119502019-04-04 Tom Tromey <tom@tromey.com>
11951
11952 * type-stack.h: New file.
11953 * type-stack.c: New file.
11954 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
11955 type-stack.h.
11956 (insert_into_type_stack, insert_type, push_type, push_type_int)
11957 (insert_type_address_space, pop_type, pop_type_int)
11958 (pop_typelist, pop_type_stack, append_type_stack)
11959 (push_type_stack, get_type_stack, push_typelist)
11960 (follow_type_instance_flags, follow_types): Don't declare.
11961 * parse.c (type_stack): Remove global.
11962 (parse_exp_in_context): Update.
11963 (insert_into_type_stack, insert_type, push_type, push_type_int)
11964 (insert_type_address_space, pop_type, pop_type_int)
11965 (pop_typelist, pop_type_stack, append_type_stack)
11966 (push_type_stack, get_type_stack, push_typelist)
11967 (follow_type_instance_flags, follow_types): Remove (moved to
11968 type-stack.c).
11969 * f-exp.y (type_stack): New global.
11970 Update rules.
11971 (push_kind_type, f_parse): Update.
11972 * d-exp.y (type_stack): New global.
11973 Update rules.
11974 (d_parse): Update.
11975 * c-exp.y (struct c_parse_state) <type_stack>: New member.
11976 Update rules.
11977 * Makefile.in (COMMON_SFILES): Add type-stack.c.
11978 (HFILES_NO_SRCDIR): Add type-stack.h.
11979
2a612529
TT
119802019-04-04 Tom Tromey <tom@tromey.com>
11981
11982 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
11983 (rust_parser::convert_ast_to_expression, rust_parse)
11984 (rust_lex_test_completion, rust_lex_tests): Update.
11985 * parser-defs.h (struct expr_completion_state): New.
11986 (struct parser_state) <parser_state>: Add completion parameter.
11987 <mark_struct_expression, mark_completion_tag>: New methods.
11988 <parse_completion, m_completion_state>: New members.
11989 (prefixify_expression, null_post_parser): Update.
11990 (mark_struct_expression, mark_completion_tag): Don't declare.
11991 * parse.c (parse_completion, expout_last_struct)
11992 (expout_tag_completion_type, expout_completion_name): Remove
11993 globals.
11994 (parser_state::mark_struct_expression)
11995 (parser_state::mark_completion_tag): Now methods.
11996 (prefixify_expression): Add last_struct parameter.
11997 (prefixify_subexp): Likewise.
11998 (parse_exp_1): Update.
11999 (parse_exp_in_context): Add cstate parameter. Update.
12000 (parse_expression_for_completion): Create an
12001 expr_completion_state.
12002 (null_post_parser): Add "completion" parameter.
12003 * p-exp.y: Update rules.
12004 (yylex): Update.
12005 * language.h (struct language_defn) <la_post_parser>: Add
12006 "completing" parameter.
12007 * go-exp.y: Update rules.
12008 (lex_one_token): Update.
12009 * expression.h (parse_completion): Don't declare.
12010 * d-exp.y: Update rules.
12011 (lex_one_token): Update rules.
12012 * c-exp.y: Update rules.
12013 (lex_one_token): Update.
12014 * ada-lang.c (resolve): Add "parse_completion" parameter.
12015 (resolve_subexp): Likewise.
12016 (ada_resolve_function): Likewise.
12017
43476f0b
TT
120182019-04-04 Tom Tromey <tom@tromey.com>
12019
12020 * parser-defs.h (struct parser_state) <start_arglist,
12021 end_arglist>: New methods.
12022 <arglist_len, m_funcall_chain>: New members.
12023 (arglist_len, start_arglist, end_arglist): Don't declare.
12024 * parse.c (arglist_len, funcall_chain): Remove global.
12025 (start_arglist, end_arglist): Remove functions.
12026 (parse_exp_in_context): Update.
12027 * p-exp.y: Update rules.
12028 * m2-exp.y: Update rules.
12029 * go-exp.y: Update rules.
12030 * f-exp.y: Update rules.
12031 * d-exp.y: Update rules.
12032 * c-exp.y: Update rules.
12033
5776fca3
TT
120342019-04-04 Tom Tromey <tom@tromey.com>
12035
12036 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
12037 lex_operator, push_back>: New methods.
12038 Update all rules.
12039 (rust_parser::lex_hex, lex_escape): Rename and update.
12040 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
12041 (rust_parser::lex_operator): Rename and update.
12042 (rust_parser::lex_number, rustyylex, rustyyerror)
12043 (rust_lex_test_init, rust_lex_test_sequence)
12044 (rust_lex_test_push_back, rust_lex_tests): Update.
12045 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
12046 parameter.
12047 <lexptr, prev_lexptr>: New members.
12048 (lexptr, prev_lexptr): Don't declare.
12049 * parse.c (lexptr, prev_lexptr): Remove globals.
12050 (parse_exp_in_context): Update.
12051 * p-exp.y (yylex, yyerror): Update.
12052 * m2-exp.y (parse_number, yylex, yyerror): Update.
12053 * go-exp.y (lex_one_token, yyerror): Update.
12054 * f-exp.y (match_string_literal, yylex, yyerror): Update.
12055 * d-exp.y (lex_one_token, yyerror): Update.
12056 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
12057 (lex_one_token, yyerror): Update.
12058 * ada-lex.l (YY_INPUT): Update.
12059 (rewind_to_char): Update.
12060 * ada-exp.y (yyerror): Update.
12061
8621b685
TT
120622019-04-04 Tom Tromey <tom@tromey.com>
12063
12064 * rust-exp.y (rustyylex, rust_lex_tests): Update.
12065 * parser-defs.h (struct parser_state) <parser_state>: Add new
12066 parameter.
12067 <comma_terminates>: New member.
12068 (comma_terminates): Don't declare global.
12069 * parse.c (comma_terminates): Remove global.
12070 (parse_exp_in_context): Update.
12071 * p-exp.y (yylex): Update.
12072 * m2-exp.y (yylex): Update.
12073 * go-exp.y (lex_one_token): Update.
12074 * f-exp.y (yylex): Update.
12075 * d-exp.y (lex_one_token): Update.
12076 * c-exp.y (lex_one_token): Update.
12077 * ada-lex.l: Update.
12078
28aaf3fd
TT
120792019-04-04 Tom Tromey <tom@tromey.com>
12080
12081 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12082 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12083 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12084 * parser-defs.h (paren_depth): Don't declare.
12085 * parse.c (paren_depth): Remove global.
12086 (parse_exp_in_context): Update.
12087 * p-exp.y (paren_depth): New global.
12088 (pascal_parse): Initialize it.
12089 * m2-exp.y (paren_depth): New global.
12090 (m2_parse): Initialize it.
12091 * go-exp.y (paren_depth): New global.
12092 (go_parse): Initialize it.
12093 * f-exp.y (paren_depth): New global.
12094 (f_parse): Initialize it.
12095 * d-exp.y (paren_depth): New global.
12096 (d_parse): Initialize it.
12097 * c-exp.y (paren_depth): New global.
12098 (c_parse): Initialize it.
12099 * ada-lex.l (paren_depth): New global.
12100 (lexer_init): Initialize it.
12101
1e58a4a4
TT
121022019-04-04 Tom Tromey <tom@tromey.com>
12103
12104 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12105 (rust_parser::convert_ast_to_type)
12106 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12107 * parser-defs.h (struct parser_state) <parser_state>: Add
12108 parameters. Initialize new members.
12109 <expression_context_block, expression_context_pc>: New members.
12110 * parse.c (expression_context_block, expression_context_pc):
12111 Remove globals.
12112 (parse_exp_in_context): Update.
12113 * p-exp.y: Update all rules.
12114 (yylex): Update.
12115 * m2-exp.y: Update all rules.
12116 (yylex): Update.
12117 * go-exp.y (yylex): Update.
12118 * f-exp.y (yylex): Update.
12119 * d-exp.y: Update all rules.
12120 (yylex): Update.
12121 * c-exp.y: Update all rules.
12122 (lex_one_token, classify_name, yylex, c_parse): Update.
12123 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12124
37eedb39
TT
121252019-04-04 Tom Tromey <tom@tromey.com>
12126
12127 * gdbarch.h, gdbarch.c: Rebuild.
12128 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12129 * stap-probe.h:
12130 (struct stap_parse_info): Replace "parser_state" with
12131 "expr_builder".
12132 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12133 (parser_state): New class.
12134 * parse.c (expr_builder): Rename.
12135 (expr_builder::release): Rename.
12136 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12137 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12138 (write_exp_elt_longcst, write_exp_elt_floatcst)
12139 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12140 (write_exp_string_vector, write_exp_bitstring)
12141 (write_exp_msymbol, mark_struct_expression)
12142 (write_dollar_variable)
12143 (insert_type_address_space, increase_expout_size): Replace
12144 "parser_state" with "expr_builder".
12145 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12146 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12147 "parser_state" with "expr_builder".
12148
73923d7e
TT
121492019-04-04 Tom Tromey <tom@tromey.com>
12150
12151 * rust-exp.y: Replace "parse_language" with method call.
12152 * p-exp.y:
12153 (yylex): Replace "parse_language" with method call.
12154 * m2-exp.y:
12155 (yylex): Replace "parse_language" with method call.
12156 * go-exp.y (classify_name): Replace "parse_language" with method
12157 call.
12158 * f-exp.y (yylex): Replace "parse_language" with method call.
12159 * d-exp.y (lex_one_token): Replace "parse_language" with method
12160 call.
12161 * c-exp.y:
12162 (lex_one_token, classify_name, yylex): Replace "parse_language"
12163 with method call.
12164 * ada-exp.y (find_primitive_type, type_char)
12165 (type_system_address): Replace "parse_language" with method call.
12166
fa9f5be6
TT
121672019-04-04 Tom Tromey <tom@tromey.com>
12168
12169 * rust-exp.y: Replace "parse_gdbarch" with method call.
12170 * parse.c (write_dollar_variable, insert_type_address_space):
12171 Replace "parse_gdbarch" with method call.
12172 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12173 call.
12174 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12175 call.
12176 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12177 "parse_gdbarch" with method call.
12178 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12179 with method call.
12180 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12181 "parse_gdbarch" with method call.
12182 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12183 "parse_gdbarch" with method call.
12184 * c-exp.y (parse_type, parse_number, classify_name): Replace
12185 "parse_gdbarch" with method call.
12186 * ada-lex.l: Replace "parse_gdbarch" with method call.
12187 * ada-exp.y (parse_type, find_primitive_type, type_char)
12188 (type_system_address): Replace "parse_gdbarch" with method call.
12189
1201a264
TT
121902019-04-04 Tom Tromey <tom@tromey.com>
12191
12192 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12193 * stap-probe.c (stap_parse_argument): Update.
12194 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12195 initial_size parameter.
12196 * rust-exp.y (rust_lex_tests): Update.
12197 * parse.c (parser_state): Update.
12198 (parse_exp_in_context): Update.
12199 * parser-defs.h (struct parser_state) <parser_state>: Remove
12200 "initial_size" parameter.
12201
e3980ce2
TT
122022019-04-04 Tom Tromey <tom@tromey.com>
12203
12204 * parser-defs.h (increase_expout_size): Don't declare.
12205 * parse.c (increase_expout_size): Now static.
12206
e9f8e3f1
TS
122072019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12208
12209 * gnu-nat.c (gnu_nat_target::wait): Fix
12210 target_waitstatus_to_string call.
12211
d7df6549
AB
122122019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12213
12214 * eval.c (evaluate_subexp_standard): Handle internal functions
12215 during Fortran function call handling.
12216
8bdc1658
AB
122172019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12218
12219 * NEWS: Mention new internal functions.
12220 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12221 (read_base_type): Use dwarf2_init_complex_target_type.
12222 * value.c (creal_internal_fn): New function.
12223 (cimag_internal_fn): New function.
12224 (_initialize_values): Register new internal functions.
12225
c29705b7
PW
122262019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12227
12228 * infrun.c (stop_all_threads): If debug_infrun, always
12229 trace the wait status after wait_one, using
12230 target_waitstatus_to_string and target_pid_to_str.
12231 (handle_inferior_event): Replace various trace of
12232 wait status kind by a single trace.
12233 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12234 wait status kind image by target_waitstatus_to_string.
12235 * target/waitstatus.c (target_waitstatus_to_string): Fix
12236 obsolete comment.
12237
05caa1d2
TT
122382019-04-01 Tom Tromey <tromey@adacore.com>
12239
12240 PR symtab/23331:
12241 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12242
9d1447e0
SDJ
122432019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12244 Pedro Alves <palves@redhat.com>
12245
12246 * top.c (quit_force): Call 'finalize_values'.
12247 * value.c (finalize_values): New function.
12248 * value.h (finalize_values): Declare.
12249
7734102d
EZ
122502019-03-30 Eli Zaretskii <eliz@gnu.org>
12251
12252 * NEWS: Announce $_gdb_major and $_gdb_minor.
12253
12254 * top.c (init_gdb_version_vars): New function.
12255 (gdb_init): Call init_gdb_version_vars.
12256
188e1fa9
TT
122572019-03-29 Tom Tromey <tromey@adacore.com>
12258
12259 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12260 help text. Remove dead code.
12261
2880242d
KS
122622019-03-29 Keith Seitz <keiths@redhat.com>
12263
12264 From Siddhesh Poyarekar:
12265 * f-lang.h (f77_get_upperbound): Return LONGEST.
12266 (f77_get_lowerbound): Likewise.
12267 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12268 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12269 print them.
12270 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12271 plongest to format print it.
12272 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12273 (f77_get_upperbound): Likewise.
12274 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12275 LOWER_BOUND to LONGEST.
12276 (f77_create_arrayprint_offset_tbl): Likewise.
12277
cc1defb1
KS
122782019-03-29 Keith Seitz <keiths@redhat.com>
12279
12280 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12281 %s/pulongest for TYPE_LENGTH instead of %d in format
12282 strings.
12283 * ada-typerint.c (ada_print_type): Likewise.
12284 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12285 * compile/compile-c-support.c (generate_register_struct): Likewise.
12286 * gdbtypes.c (recursive_dump_type): Likewise.
12287 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12288 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12289 instead of %d in format strings.
12290 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12291 to std::min to ULONGEST.
12292 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12293 instead of %d in format strings.
12294 * tracepoint.c (info_scope_command): Likewise.
12295 * typeprint.c (print_offset_data::update)
12296 (print_offset_data::finish): Likewise.
12297 * xtensa-tdep.c (xtensa_store_return_value)
12298 (xtensa_push_dummy_call): Likewise.
12299
e432ccf1
JT
123002019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12301
12302 * windows-nat.c (display_selector): Fixed format specifications
12303 for 64-bit Cygwin.
12304
65d2b333
PW
123052019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12306
12307 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12308
f489207e
SL
123092019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12310
12311 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12312 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12313 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12314 (nios2_linux_init_abi): Install it.
12315
bffa1015
AH
123162019-03-28 Alan Hayward <alan.hayward@arm.com>
12317
12318 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12319
fc96163a
AH
123202019-03-28 Alan Hayward <alan.hayward@arm.com>
12321
12322 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12323
20dc7e9b
PW
123242019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12325 Tom Tromey <tromey@adacore.com>
12326
12327 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12328
7f5331a8
JB
123292019-03-26 Joel Brobecker <brobecker@adacore.com>
12330
12331 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12332 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12333 method to compute the bounds of range types. Also print "[evaluated]"
12334 if the bounds' values come from a dynamic evaluation.
12335
18c77628
AB
123362019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12337
12338 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12339 whitespace when pretty printing is on.
12340
53c973f2
AH
123412019-03-26 Alan Hayward <alan.hayward@arm.com>
12342
e79be6e5 12343 * ppc-linux-nat.c: Add include.
53c973f2 12344
d851aa71
AH
123452019-03-26 Alan Hayward <alan.hayward@arm.com>
12346
e79be6e5 12347 * NEWS: Mention AArch64 Pointer Authentication.
d851aa71 12348
2fe7bab7
AH
123492019-03-26 Alan Hayward <alan.hayward@arm.com>
12350
e79be6e5 12351 * arm-linux-nat.c: Add include.
2fe7bab7 12352
068ef30e
SM
123532019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12354
12355 * source-cache.c (source_cache::get_source_lines): Re-read
12356 fullname after calling open_source_file.
12357
81a24d04
JB
123582019-03-25 John Baldwin <jhb@FreeBSD.org>
12359
12360 * NEWS: Mention TLS support for FreeBSD.
12361
79e7ae11
TT
123622019-03-25 Tom Tromey <tromey@adacore.com>
12363
12364 * minsyms.c (BUNCH_SIZE): Update comment.
12365 (~minimal_symbol_reader): Remove old comment.
12366 (compact_minimal_symbols): Update comment.
12367 (minimal_symbol_reader::install): Remove old comment. Update
12368 other comments.
12369
d45963c2
AH
123702019-03-25 Alan Hayward <alan.hayward@arm.com>
12371
12372 * s390-linux-nat.c: Add include.
12373
0f83012e
AH
123742019-03-25 Alan Hayward <alan.hayward@arm.com>
12375
12376 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12377 Call linux_get_hwcap.
12378 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12379 Likewise.
12380 (aarch64_linux_get_hwcap): Remove function.
12381 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12382 declaration.
12383 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12384 linux_get_hwcap.
12385 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12386 * linux-tdep.c (linux_get_hwcap): Add function.
12387 (linux_get_hwcap2): Likewise.
12388 * linux-tdep.h (linux_get_hwcap): Add declaration.
12389 (linux_get_hwcap2): Likewise.
12390 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12391 (ppc_linux_get_hwcap2): Likewise.
12392 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12393 linux_get_hwcap.
12394 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12395 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12396 (ppc_linux_nat_target::read_description): Likewise.
12397 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12398 * s390-linux-nat.c: Likewise.
12399 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12400
6640a367
TT
124012019-03-24 Tom Tromey <tom@tromey.com>
12402
12403 * ada-lang.c (standard_lookup): Simplify initialization.
12404 (ada_lookup_symbol_nonlocal): Simplify return.
12405 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12406 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12407 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12408 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12409 initialization.
12410 * solib.c (solib_global_lookup): Simplify.
12411 * symtab.c (null_block_symbol): Remove.
12412 (symbol_cache_lookup): Simplify returns.
12413 (lookup_language_this): Simplify returns.
12414 (lookup_symbol_aux): Simplify return.
12415 (lookup_local_symbol): Simplify returns.
12416 (lookup_global_symbol_from_objfile): Simplify return.
12417 (lookup_symbol_in_objfile_symtabs)
12418 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12419 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12420 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12421 * cp-namespace.c (cp_lookup_bare_symbol)
12422 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12423 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12424 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12425 (cp_lookup_symbol_via_imports): Simplify initialization.
12426 (find_symbol_in_baseclass): Likewise.
12427 * symtab.h (null_block_symbol): Remove.
12428 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12429 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12430 (d_lookup_symbol_module): Likewise.
12431 (find_symbol_in_baseclass): Simplify initialization.
12432
a930ebcd
TT
124332019-03-24 Tom Tromey <tom@tromey.com>
12434
12435 * expression.h: Don't include symtab.h.
12436 (struct block): Forward declare.
12437
582942f4
TT
124382019-03-24 Tom Tromey <tom@tromey.com>
12439
12440 * c-exp.y (typebase): Remove casts.
12441 * gdbtypes.c (lookup_unsigned_typename, )
12442 (lookup_signed_typename): Remove cast.
12443 * eval.c (parse_to_comma_and_eval): Remove cast.
12444 * parse.c (write_dollar_variable): Remove cast.
12445 * block.h (struct block) <superblock>: Now const.
12446 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12447 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12448 (map_block): Make "block" const.
12449 * symfile.h (struct quick_symbol_functions)
12450 <map_matching_symbols>: Constify block argument to "callback".
12451 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12452 const.
12453 (find_pc_sect_compunit_symtab): Make "b" const.
12454 (find_symbol_at_address): Likewise.
12455 (search_symbols): Likewise.
12456 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12457 (dw2_debug_names_lookup_symbol): Likewise.
12458 (dw2_map_matching_symbols): Update.
12459 * p-valprint.c (pascal_val_print): Remove "block".
12460 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12461 (aux_add_nonlocal_symbols): Make "block" const.
12462 (resolve_subexp): Remove cast.
12463 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12464 const.
12465 (iterate_over_file_blocks): Likewise.
12466 * f-exp.y (%union) <bval>: Remove.
12467 * coffread.c (patch_opaque_types): Make "b" const.
12468 * spu-tdep.c (spu_catch_start): Make "block" const.
12469 * c-valprint.c (print_unpacked_pointer): Remove "block".
12470 * symmisc.c (dump_symtab_1): Make "b" const.
12471 (block_depth): Make "block" const.
12472 * d-exp.y (%union) <bval>: Remove.
12473 * cp-support.h (cp_lookup_rtti_type): Update.
12474 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12475 * psymtab.c (psym_lookup_symbol): Make "block" const.
12476 (maintenance_check_psymtabs): Make "b" const.
12477 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12478 (enumerate_locals, enumerate_args): Update.
12479 * python/py-symtab.c (stpy_global_block): Make "block" const.
12480 (stpy_static_block): Likewise.
12481 * inline-frame.c (block_starting_point_at): Make "new_block"
12482 const.
12483 * block.c (find_block_in_blockvector): Make return type const.
12484 (blockvector_for_pc_sect): Make "b" const.
12485 (find_block_in_blockvector): Make "b" const.
12486
7ad417dd
TT
124872019-03-23 Tom Tromey <tom@tromey.com>
12488
12489 * varobj.c (varobj_create): Update.
12490 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12491 * printcmd.c (display_command, do_one_display): Don't reset
12492 innermost_block.
12493 * parser-defs.h (enum innermost_block_tracker_type): Move to
12494 expression.h.
12495 (innermost_block): Update comment.
12496 * parse.c (parse_exp_1): Add tracker_types parameter.
12497 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12498 tracker_types parameter. Reset innermost_block.
12499 (parse_exp_in_context): Remove.
12500 (parse_expression_for_completion): Update.
12501 * objfiles.c (~objfile): Don't reset expression_context_block or
12502 innermost_block.
12503 * expression.h (enum innermost_block_tracker_type): Move from
12504 parser-defs.h.
12505 (parse_exp_1): Add tracker_types parameter.
12506 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12507 reset innermost_block.
12508
b366c208
TT
125092019-03-23 Tom Tromey <tom@tromey.com>
12510
12511 * objfiles.h: Include bcache.h.
12512
9bb9b2f9
TT
125132019-03-23 Tom Tromey <tom@tromey.com>
12514
12515 * linespec.c (get_current_search_block): Use
12516 scoped_restore_current_language.
12517 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12518
59c28372
AH
125192019-03-22 Alan Hayward <alan.hayward@arm.com>
12520 Jiong Wang <jiong.wang@arm.com>
12521
12522 * aarch64-linux-tdep.c
12523 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12524 section.
12525 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12526
17e116a7
AH
125272019-03-22 Alan Hayward <alan.hayward@arm.com>
12528 Jiong Wang <jiong.wang@arm.com>
12529
12530 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12531 instructions.
12532 (aarch64_analyze_prologue_test): Add PACIASP test.
12533 (aarch64_prologue_prev_register): Unmask PC value.
12534
11e1b75f
AH
125352019-03-22 Alan Hayward <alan.hayward@arm.com>
12536 Jiong Wang <jiong.wang@arm.com>
12537
12538 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12539 (aarch64_dwarf2_prev_register): Unmask PC value.
12540 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12541 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12542 DW_CFA_AARCH64_negate_ra_state.
12543 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12544
34dcc7cf
AH
125452019-03-22 Alan Hayward <alan.hayward@arm.com>
12546 Jiong Wang <jiong.wang@arm.com>
12547
12548 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12549 registers.
12550 (aarch64_pseudo_register_name): Likewise.
12551 (aarch64_pseudo_register_type): Likewise.
12552 (aarch64_pseudo_register_reggroup_p): Likewise.
12553 (aarch64_gdbarch_init): Add pauth registers.
12554 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12555 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12556 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12557 (struct gdbarch_tdep): Add regnum for ra_state.
12558
1ef53e6b
AH
125592019-03-22 Alan Hayward <alan.hayward@arm.com>
12560 Jiong Wang <jiong.wang@arm.com>
12561
12562 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12563
76bed0fd
AH
125642019-03-22 Alan Hayward <alan.hayward@arm.com>
12565 Jiong Wang <jiong.wang@arm.com>
12566
12567 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12568 function.
12569 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12570 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12571 (aarch64_gdbarch_init): Add puth registers.
12572 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12573 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12574 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12575
ee4fbcfa
AH
125762019-03-22 Alan Hayward <alan.hayward@arm.com>
12577 Jiong Wang <jiong.wang@arm.com>
12578
12579 * aarch64-linux-nat.c
12580 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12581 * aarch64-linux-tdep.c
12582 (aarch64_linux_core_read_description): Likewise.
12583 (aarch64_linux_get_hwcap): New function.
12584 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12585 (aarch64_linux_get_hwcap): New declaration.
12586
6dc0ebde
AH
125872019-03-22 Alan Hayward <alan.hayward@arm.com>
12588 Jiong Wang <jiong.wang@arm.com>
12589
12590 * aarch64-linux-nat.c
12591 (aarch64_linux_nat_target::read_description): Add pauth param.
12592 * aarch64-linux-tdep.c
12593 (aarch64_linux_core_read_description): Likewise.
12594 * aarch64-tdep.c (struct target_desc): Add in pauth.
12595 (aarch64_read_description): Add pauth param.
12596 (aarch64_gdbarch_init): Likewise.
12597 * aarch64-tdep.h (aarch64_read_description): Likewise.
12598 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12599 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12600 * features/Makefile: Add new files.
12601 * features/aarch64-pauth.c: New file.
12602 * features/aarch64-pauth.xml: New file.
12603
595915c1
TT
126042019-03-20 Tom Tromey <tromey@adacore.com>
12605
12606 * infrun.c (handle_inferior_event): Rename from
12607 handle_inferior_event_1. Create a scoped_value_mark.
12608 (handle_inferior_event): Remove.
12609
4c7d57e7
TT
126102019-03-19 Tom Tromey <tromey@adacore.com>
12611
12612 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12613 * infrun.h (print_stop_event): Add "displays" parameter.
12614 * infrun.c (print_stop_event): Add "displays" parameter.
12615
cb246234
PA
126162019-03-19 Pedro Alves <palves@redhat.com>
12617
12618 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12619 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12620 to -1. Fix TABs vs spaces.
12621 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12622 * tui/tui-out.h (tui_ui_out) Add intro comments.
12623 <m_line, m_start_of_line>: In-class initialize, and add describing
12624 comment.
12625
3a0e45b2
AH
126262019-03-18 Alan Hayward <alan.hayward@arm.com>
12627
12628 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12629 variable names.
12630 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12631
5371b850
PA
126322019-03-18 Pedro Alves <palves@redhat.com>
12633 Eli Zaretskii <eliz@gnu.org>
12634
12635 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12636 m_line and m_start_of_line.
12637
b17c4cd0
EZ
126382019-03-18 Eli Zaretskii <eliz@gnu.org>
12639
12640 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12641 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12642 it returns a newline. This fixes a regression in TU mode, whereby
12643 the next line is output on the same screen line as the user input.
12644
4bd56d18
TT
126452019-03-18 Tom Tromey <tromey@adacore.com>
12646
12647 * minsyms.c (minimal_symbol_reader::install): Remove call to
12648 obstack_blank.
12649
55c10aca
PA
126502019-03-18 Pedro Alves <palves@redhat.com>
12651
12652 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12653 New globals.
12654 (apply_style): New, factored out from ...
12655 (apply_ansi_escape): ... this. Handle reverse video mode.
12656 (tui_set_reverse_mode): New function.
12657 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12658 * tui/tui-winsource.c (tui_show_source_line): Use
12659 tui_set_reverse_mode instead of setting A_STANDOUT.
12660 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12661 New setter methods.
12662
647bb750
HD
126632019-03-18 Hannes Domani <ssbssa@yahoo.de>
12664
12665 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12666 Handle tabs.
12667
bff8c71f
TT
126682019-03-18 Tom Tromey <tromey@adacore.com>
12669
12670 * ada-lang.c (empty_array): Add "high" parameter.
12671 (ada_evaluate_subexp): Update.
12672
58785d98
ST
126732019-03-17 Sergei Trofimovich <siarheit@google.com>
12674
12675 * unittests/string_view-selftests.c: Define
12676 _initialize_string_view_selftests unconditionally.
12677
d4cbef22
ВМ
126782019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12679
12680 PR gdb/24350
12681 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12682
fce4c071
ВМ
126832019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12684
12685 PR gdb/24351
12686 * windows-nat.c (display_selector): Fix format specifiers.
12687
f7f0a123
EZ
126882019-03-17 Eli Zaretskii <eliz@gnu.org>
12689
12690 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12691 tui_refill_source_window instead of tui_refresh_win, to update the
12692 current execution line. This fixes redisplay of the current line
12693 when stepping through the code with "next" or "step".
12694
ab42892f
EZ
126952019-03-16 Eli Zaretskii <eliz@gnu.org>
12696
12697 * source-cache.c (source_cache::get_source_lines): Call
12698 find_source_lines to initialize s->nlines. This fixes vertical
12699 scrolling of TUI source window when the DOWN arrow is pressed.
12700
8d8c087f
PW
127012019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12702
12703 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12704 linux-thread-db.c (_initialize_thread_db): Likewise.
12705
798e1c30
EZ
127062019-03-16 Eli Zaretskii <eliz@gnu.org>
12707
12708 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12709 wclrtoeol in tui_show_source_line". This reverts changes made in
12710 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12711
eefba3da
TT
127122019-03-15 Tom Tromey <tom@tromey.com>
12713
12714 * symtab.h (struct minimal_symbol): Derive from
12715 general_symbol_info.
12716 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12717 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12718 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12719 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12720 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12721 (MSYMBOL_SEARCH_NAME): Update.
12722 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12723 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12724 * minsyms.c (minimal_symbol_reader::record_full): Update.
12725
0de2420c
TT
127262019-03-15 Tom Tromey <tom@tromey.com>
12727
12728 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12729
042d75e4
TT
127302019-03-15 Tom Tromey <tom@tromey.com>
12731
12732 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12733 unique_xmalloc_ptr.
12734 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12735 Update.
12736 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12737 (build_minimal_symbol_hash_tables)
12738 (minimal_symbol_reader::install): Update.
12739
db92718b
TT
127402019-03-15 Tom Tromey <tom@tromey.com>
12741
12742 * symtab.c (create_demangled_names_hash): Update.
12743 (symbol_set_names): Update.
12744 * objfiles.h (struct objfile_per_bfd_storage)
12745 <demangled_names_hash>: Now an htab_up.
12746 * objfiles.c (objfile_per_bfd_storage): Simplify.
12747
d6797f46
TT
127482019-03-15 Tom Tromey <tom@tromey.com>
12749
12750 * objfiles.h (struct objfile_per_bfd_storage): Declare
12751 destructor.
12752 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12753 New.
12754 (get_objfile_bfd_data): Use new. Don't initialize
12755 language_of_main.
12756 (free_objfile_per_bfd_storage): Remove.
12757 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12758
741d7538
TT
127592019-03-15 Tom Tromey <tom@tromey.com>
12760
12761 * symfile.c (reread_symbols): Update.
12762 * objfiles.c (objfile::objfile): Update.
12763 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12764 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12765 comment.
12766 (minimal_symbol_reader::install): Update.
12767 (terminate_minimal_symbol_table): Remove.
12768 * jit.c (jit_object_close_impl): Update.
12769
788c80d1
TT
127702019-03-15 Tom Tromey <tom@tromey.com>
12771
12772 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12773 initializations.
12774
1b7a07cb
TT
127752019-03-15 Tom Tromey <tom@tromey.com>
12776
12777 * objfiles.h (struct objfile_per_bfd_storage)
12778 <demangled_hash_languages>: Now a bitset.
12779 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12780 (lookup_minimal_symbol): Update.
12781
3db066bc
TT
127822019-03-15 Tom Tromey <tom@tromey.com>
12783
12784 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12785 Don't return the symbol.
12786 * coffread.c (record_minimal_symbol): Use record_full.
12787
3fff2c37
EZ
127882019-03-14 Eli Zaretskii <eliz@gnu.org>
12789
12790 The MS-Windows port of ncurses fails to switch to a color pair if
12791 one or both of the colors are the implicit default colors. This
12792 change records the default colors when TUI is initialized, and
12793 then specifies them explicitly when a color pair uses the default
12794 colors. This allows color styling in TUI mode on MS-Windows.
12795
12796 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12797 ncurses_norm_attr.
12798 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12799 colors in ncurses_norm_attr.
12800 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12801 "none", replace it with the default color recorded in
12802 ncurses_norm_attr.
12803
3b336828
TT
128042019-03-14 Tom Tromey <tromey@adacore.com>
12805
12806 * source-cache.h (class source_cache) <get_source_lines>: Return
12807 std::string.
12808 * source-cache.c (source_cache::extract_lines): Handle case where
12809 first_pos==npos. Return std::string.
12810 (source_cache::get_source_lines): Update.
12811
d085f989
TT
128122019-03-14 Tom Tromey <tromey@adacore.com>
12813
12814 * NEWS: Add item for "style sources" commands.
12815 * source-cache.c (source_cache::get_source_lines): Check
12816 source_styling.
12817 * cli/cli-style.c (source_styling): New global.
12818 (_initialize_cli_style): Add "style sources" commands.
12819 (show_style_sources): New function.
12820 * cli/cli-style.h (source_styling): Declare.
12821
6f11e682
TT
128222019-03-14 Pedro Alves <palves@redhat.com>
12823 Tom Tromey <tromey@adacore.com>
12824
12825 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12826 * tui/tui-winsource.c (tui_refill_source_window): New function,
12827 from...
12828 (tui_horizontal_source_scroll): ... here. Move some logic.
12829 * cli/cli-style.c (set_style_enabled): Notify new observable.
12830 * tui/tui-hooks.c (tui_redisplay_source): New function.
12831 (tui_attach_detach_observers): Attach or detach
12832 tui_redisplay_source.
12833 * observable.h (source_styling_changed): New observable.
12834 * observable.c: Define source_styling_changed observable.
12835
a068643d
TT
128362019-03-13 Tom Tromey <tromey@adacore.com>
12837
12838 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12839 (i386_gnu_nat_target::store_registers): Update.
12840 * target-debug.h (target_debug_print_std_string): New macro.
12841 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12842 * windows-tdep.c (display_one_tib): Update.
12843 * tui/tui-stack.c (tui_make_status_line): Update.
12844 * top.c (print_inferior_quit_action): Update.
12845 * thread.c (thr_try_catch_cmd): Update.
12846 (add_thread_with_info): Update.
12847 (thread_target_id_str): Update.
12848 (thr_try_catch_cmd): Update.
12849 (thread_command): Update.
12850 (thread_find_command): Update.
12851 * record-btrace.c (record_btrace_target::info_record)
12852 (record_btrace_resume_thread, record_btrace_target::resume)
12853 (record_btrace_cancel_resume, record_btrace_step_thread)
12854 (record_btrace_target::wait, record_btrace_target::wait)
12855 (record_btrace_target::wait, record_btrace_target::stop): Update.
12856 * progspace.c (print_program_space): Update.
12857 * process-stratum-target.c
12858 (process_stratum_target::thread_address_space): Update.
12859 * linux-fork.c (linux_fork_mourn_inferior)
12860 (detach_checkpoint_command, info_checkpoints_command)
12861 (linux_fork_context): Update.
12862 (linux_fork_detach): Update.
12863 (class scoped_switch_fork_info): Update.
12864 (delete_checkpoint_command): Update.
12865 * infrun.c (follow_fork_inferior): Update.
12866 (follow_fork_inferior): Update.
12867 (proceed_after_vfork_done): Update.
12868 (handle_vfork_child_exec_or_exit): Update.
12869 (follow_exec): Update.
12870 (displaced_step_prepare_throw): Update.
12871 (displaced_step_restore): Update.
12872 (start_step_over): Update.
12873 (resume_1): Update.
12874 (clear_proceed_status_thread): Update.
12875 (proceed): Update.
12876 (print_target_wait_results): Update.
12877 (do_target_wait): Update.
12878 (context_switch): Update.
12879 (stop_all_threads): Update.
12880 (restart_threads): Update.
12881 (finish_step_over): Update.
12882 (handle_signal_stop): Update.
12883 (switch_back_to_stepped_thread): Update.
12884 (keep_going_pass_signal): Update.
12885 (print_exited_reason): Update.
12886 (normal_stop): Update.
12887 * inferior.c (inferior_pid_to_str): Change return type.
12888 (print_selected_inferior): Update.
12889 (add_inferior): Update.
12890 (detach_inferior): Update.
12891 * dummy-frame.c (fprint_dummy_frames): Update.
12892 * dcache.c (dcache_info_1): Update.
12893 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12894 (btrace_fetch, btrace_clear): Update.
12895 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12896 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12897 type.
12898 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12899 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12900 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12901 * gdbarch.c, gdbarch.h: Rebuild.
12902 * gdbarch.sh (core_pid_to_str): Change return type.
12903 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12904 return type.
12905 (windows_nat_target::pid_to_str): Change return type.
12906 (windows_delete_thread): Update.
12907 (windows_nat_target::attach): Update.
12908 (windows_nat_target::files_info): Update.
12909 * target-delegates.c: Rebuild.
12910 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12911 return type.
12912 (sol_thread_target::pid_to_str): Change return type.
12913 * remote.c (class remote_target) <pid_to_str>: Change return
12914 type.
12915 (remote_target::pid_to_str): Change return type.
12916 (extended_remote_target::attach, remote_target::remote_stop_ns)
12917 (remote_target::remote_notif_remove_queued_reply)
12918 (remote_target::push_stop_reply, remote_target::disable_btrace):
12919 Update.
12920 (extended_remote_target::attach): Update.
12921 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12922 type.
12923 (gdbsim_target::pid_to_str): Change return type.
12924 * ravenscar-thread.c (struct ravenscar_thread_target)
12925 <pid_to_str>: Change return type.
12926 (ravenscar_thread_target::pid_to_str): Change return type.
12927 * procfs.c (class procfs_target) <pid_to_str>: Change return
12928 type.
12929 (procfs_target::pid_to_str): Change return type.
12930 (procfs_target::attach): Update.
12931 (procfs_target::detach): Update.
12932 (procfs_target::fetch_registers): Update.
12933 (procfs_target::store_registers): Update.
12934 (procfs_target::wait): Update.
12935 (procfs_target::files_info): Update.
12936 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12937 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12938 return type.
12939 (nto_procfs_target::pid_to_str): Change return type.
12940 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12941 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12942 return type.
12943 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
12944 (exit_lwp): Update.
12945 (attach_proc_task_lwp_callback, get_detach_signal)
12946 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
12947 (linux_nat_target::resume, wait_lwp, stop_callback)
12948 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
12949 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
12950 (linux_nat_wait_1, resume_stopped_resumed_lwps)
12951 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
12952 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
12953 type.
12954 (inf_ptrace_target::attach): Update.
12955 (inf_ptrace_target::files_info): Update.
12956 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
12957 type.
12958 (go32_nat_target::pid_to_str): Change return type.
12959 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
12960 (gnu_nat_target::wait): Update.
12961 (gnu_nat_target::wait): Update.
12962 (gnu_nat_target::resume): Update.
12963 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
12964 (fbsd_nat_target::wait): Update.
12965 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
12966 type.
12967 (darwin_nat_target::attach): Update.
12968 * corelow.c (class core_target) <pid_to_str>: Change return type.
12969 (core_target::pid_to_str): Change return type.
12970 * target.c (normal_pid_to_str): Change return type.
12971 (default_pid_to_str): Likewise.
12972 (target_pid_to_str): Change return type.
12973 (target_translate_tls_address): Update.
12974 (target_announce_detach): Update.
12975 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
12976 return type.
12977 (bsd_uthread_target::pid_to_str): Change return type.
12978 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
12979 type.
12980 (bsd_kvm_target::pid_to_str): Change return type.
12981 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
12982 return type.
12983 (aix_thread_target::pid_to_str): Change return type.
12984 * target.h (struct target_ops) <pid_to_str>: Change return type.
12985 (target_pid_to_str, normal_pid_to_str): Likewise.
12986 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
12987 type.
12988 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
12989 type.
12990 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
12991 return type.
12992 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
12993 type.
12994 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
12995 type.
12996 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
12997 return type.
12998
b4be1b06
SM
129992019-03-13 Simon Marchi <simon.marchi@ericsson.com>
13000
13001 * NEWS: Mention that the new default MI version is 3. Mention
13002 changes to the output of commands and events that deal with
13003 multi-location breakpoints.
13004 * breakpoint.c: Include "mi/mi-out.h".
13005 (print_one_breakpoint): Change output syntax if using MI version
13006 >= 3.
13007 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
13008 New.
13009 (mi_multi_location_breakpoint_output_fixed): New.
13010 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
13011 (mi_cmd_fix_multi_location_breakpoint_output): New.
13012 (mi_multi_location_breakpoint_output_fixed): New.
13013 * mi/mi-cmds.c (mi_cmds): Register command
13014 -fix-multi-location-breakpoint-output.
13015 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
13016 interpreter "mi".
13017
8e5e5494
SM
130182019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13019
13020 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
13021 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
13022 instantiate mi_ui_out based on interpreter name.
13023 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
13024 * mi/mi-main.c (mi_load_progress): Likewise.
13025
197df35e
JB
130262019-03-12 John Baldwin <jhb@FreeBSD.org>
13027
13028 * NEWS: Combine separate "New targets" sections for 8.3.
13029
8399425f
JB
130302019-03-12 John Baldwin <jhb@FreeBSD.org>
13031
13032 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
13033 (ppcfbsd_init_abi): Install gdbarch
13034 "fetch_tls_load_module_address" and "get_thread_local_address"
13035 methods.
13036
b0f87ed0
JB
130372019-03-12 John Baldwin <jhb@FreeBSD.org>
13038
13039 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
13040 (riscv_fbsd_init_abi): Install gdbarch
13041 "fetch_tls_load_module_address" and "get_thread_local_address"
13042 methods.
13043
ce25aa57
JB
130442019-03-12 John Baldwin <jhb@FreeBSD.org>
13045
13046 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
13047 (i386fbsd_init_abi): Install gdbarch
13048 "fetch_tls_load_module_address" and "get_thread_local_address"
13049 methods.
13050
f5424cfa
JB
130512019-03-12 John Baldwin <jhb@FreeBSD.org>
13052
13053 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
13054 (amd64fbsd_init_abi): Install gdbarch
13055 "fetch_tls_load_module_address" and "get_thread_local_address"
13056 methods.
13057
945f3901
JB
130582019-03-12 John Baldwin <jhb@FreeBSD.org>
13059
13060 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
13061 (struct fbsd_pspace_data): New type.
13062 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
13063 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
13064 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
13065 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13066 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13067
ef0bd204
JB
130682019-03-12 John Baldwin <jhb@FreeBSD.org>
13069
13070 * gdbtypes.c (lookup_struct_elt): New function.
13071 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13072 * gdbtypes.h (struct struct_elt): New type.
13073 (lookup_struct_elt): New prototype.
13074
36c53a02
JB
130752019-03-12 John Baldwin <jhb@FreeBSD.org>
13076
13077 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13078 remove disabled code block.
13079
6e056c81
JB
130802019-03-12 John Baldwin <jhb@FreeBSD.org>
13081
13082 * gdbarch.sh (get_thread_local_address): New method.
13083 * gdbarch.h, gdbarch.c: Regenerate.
13084 * target.c (target_translate_tls_address): Use
13085 gdbarch_get_thread_local_address if present instead of
13086 target::get_thread_local_address.
13087
cd250a18
JB
130882019-03-12 John Baldwin <jhb@FreeBSD.org>
13089
13090 * target.h (target::get_thread_local_address): Update comment.
13091
df22c1e5
JB
130922019-03-12 John Baldwin <jhb@FreeBSD.org>
13093
13094 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13095 objfile->separate_debug_objfile_backlink if not NULL.
13096
dd6876c9
JB
130972019-03-12 John Baldwin <jhb@FreeBSD.org>
13098
13099 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13100 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13101 (amd64bsd_store_inferior_registers): Likewise.
13102 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13103 Enable segment base registers.
13104 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13105 PT_GETFSBASE and PT_GETGSBASE.
13106 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13107 PT_SETGSBASE.
13108 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13109 segment base registers.
13110 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13111
1163a4b7
JB
131122019-03-12 John Baldwin <jhb@FreeBSD.org>
13113
13114 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13115 Update calls to i386_target_description to add 'segments'
13116 parameter.
13117 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13118 add segment base registers.
13119 * arch/i386.c (i386_create_target_description): Add 'segments'
13120 parameter to enable segment base registers.
13121 * arch/i386.h (i386_create_target_description): Likewise.
13122 * features/i386/32bit-segments.xml: New file.
13123 * features/i386/32bit-segments.c: Generate.
13124 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13125 call to i386_target_description to add 'segments' parameter.
13126 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13127 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13128 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13129 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13130 if feature is present.
13131 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13132 Add 'segments' parameter to call to i386_target_description.
13133 (i386_target_description): Add 'segments' parameter to enable
13134 segment base registers.
13135 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13136 to call to i386_target_description.
13137 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13138 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13139 Define I386_NUM_REGS.
13140 (i386_target_description): Add 'segments' parameter to enable
13141 segment base registers.
13142
3a350822
EZ
131432019-03-12 Eli Zaretskii <eliz@gnu.org>
13144
13145 PR/24325
13146 * source-cache.c: #undef open and close, to avoid unresolved
13147 externals during linking.
13148
ffdd69cf
TT
131492019-03-12 Tom Tromey <tromey@adacore.com>
13150
13151 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13152 const. Add initializers.
13153 (_initialize_remote): Don't initialize ptid globals.
13154
ec148c57
PA
131552019-03-12 Pedro Alves <palves@redhat.com>
13156
13157 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13158
32764270
PA
131592019-03-12 Pedro Alves <palves@redhat.com>
13160
13161 * cp-name-parser.y (main): Remove unused 'len' variable.
13162
17547186
TT
131632019-03-12 Tom Tromey <tromey@adacore.com>
13164
13165 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13166 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13167
d3a70e03
TT
131682019-03-12 Tom Tromey <tromey@adacore.com>
13169
13170 * linux-nat.c (iterate_over_lwps): Update.
13171 (stop_callback): Remove parameter.
13172 (stop_wait_callback, detach_callback, resume_set_callback)
13173 (select_singlestep_lwp_callback, set_ignore_sigint)
13174 (status_callback, resumed_callback, resume_clear_callback)
13175 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13176 data parameter.
13177 (linux_nat_target::detach, linux_nat_target::resume)
13178 (linux_stop_and_wait_all_lwps, select_event_lwp)
13179 (linux_nat_filter_event, linux_nat_wait_1)
13180 (linux_nat_target::kill, linux_nat_target::stop)
13181 (linux_nat_target::stop): Update.
13182 (linux_nat_resume_callback): Change type.
13183 (resume_stopped_resumed_lwps, count_events_callback)
13184 (select_event_lwp_callback): Likewise.
13185 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13186 * arm-linux-nat.c (struct update_registers_data): Remove.
13187 (update_registers_callback): Change type.
13188 (arm_linux_insert_hw_breakpoint1): Update.
13189 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13190 parameter.
13191 (x86_linux_dr_set_addr): Update.
13192 (x86_linux_dr_set_control): Update.
13193 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13194 (iterate_over_lwps): Use gdb::function_view.
13195 * nat/aarch64-linux-hw-point.c (struct
13196 aarch64_dr_update_callback_param): Remove.
13197 (debug_reg_change_callback): Change type.
13198 (aarch64_notify_debug_reg_change): Update.
13199 * s390-linux-nat.c (s390_refresh_per_info): Update.
13200
82cb27ff
TT
132012019-03-11 Tom Tromey <tromey@adacore.com>
13202
13203 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13204 redundant assignment to "this_cu".
13205
568c0683
SM
132062019-03-08 Simon Marchi <simon.marchi@efficios.com>
13207
13208 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13209
f09ce22d
SM
132102019-03-08 Simon Marchi <simon.marchi@efficios.com>
13211
13212 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13213 from...
13214 (rank_one_type): ... this.
13215
595f96a9
SM
132162019-03-08 Simon Marchi <simon.marchi@efficios.com>
13217
13218 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13219 from...
13220 (rank_one_type): ... this.
13221
2598a94b
SM
132222019-03-08 Simon Marchi <simon.marchi@efficios.com>
13223
13224 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13225 from...
13226 (rank_one_type): ... this.
13227
7f17b20d
SM
132282019-03-08 Simon Marchi <simon.marchi@efficios.com>
13229
13230 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13231 from...
13232 (rank_one_type): ... this.
13233
2c509035
SM
132342019-03-08 Simon Marchi <simon.marchi@efficios.com>
13235
13236 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13237 from...
13238 (rank_one_type): ... this.
13239
0dd322dc
SM
132402019-03-08 Simon Marchi <simon.marchi@efficios.com>
13241
13242 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13243 from...
13244 (rank_one_type): ... this.
13245
41ea4728
SM
132462019-03-08 Simon Marchi <simon.marchi@efficios.com>
13247
13248 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13249 from...
13250 (rank_one_type): ... this.
13251
793cd1d2
SM
132522019-03-08 Simon Marchi <simon.marchi@efficios.com>
13253
13254 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13255 from...
13256 (rank_one_type): ... this.
13257
34910087
SM
132582019-03-08 Simon Marchi <simon.marchi@efficios.com>
13259
13260 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13261 from...
13262 (rank_one_type): ... this.
13263
f1f832d6
SM
132642019-03-08 Simon Marchi <simon.marchi@efficios.com>
13265
13266 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13267 from...
13268 (rank_one_type): ... this.
13269
b9f4512f
SM
132702019-03-08 Simon Marchi <simon.marchi@efficios.com>
13271
13272 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13273 from...
13274 (rank_one_type): ... this.
13275
9293fc63
SM
132762019-03-08 Simon Marchi <simon.marchi@efficios.com>
13277
13278 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13279 from...
13280 (rank_one_type): ... this.
13281
e3abbe7e
PW
132822019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13283
13284 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13285 inferior-events' shows the example events.
13286
e4adb939
EZ
132872019-03-08 Eli Zaretskii <eliz@gnu.org>
13288
13289 Support styling on native MS-Windows console
13290
13291 PR/24315
13292 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13293 on MS-Windows if $TERM is not defined.
13294
13295 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13296
13297 * posix-hdep.c (gdb_console_fputs):
13298 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13299 functions.
13300 * ui-file.h (gdb_console_fputs): Add prototype.
13301
13302 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13303 back to fputs only if the former returns zero.
13304
25629dfd
TT
133052019-03-07 Tom Tromey <tom@tromey.com>
13306
13307 * symmisc.c (print_symbol_bcache_statistics): Update.
13308 (print_objfile_statistics): Update.
13309 * symfile.c (allocate_symtab): Update.
13310 * stabsread.c: Don't include bcache.h.
13311 * psymtab.h (struct psymbol_bcache): Don't declare.
13312 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13313 (psymbol_bcache_init, psymbol_bcache_free)
13314 (psymbol_bcache_get_bcache): Don't declare.
13315 * psymtab.c (struct psymbol_bcache): Remove.
13316 (psymtab_storage::psymtab_storage): Update.
13317 (psymtab_storage::~psymtab_storage): Update.
13318 (psymbol_bcache_init, psymbol_bcache_free)
13319 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13320 (add_psymbol_to_bcache): Update.
13321 (allocate_psymtab): Update.
13322 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13323 macro_cache>: No longer pointers.
13324 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13325 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13326 * macrotab.c (macro_bcache): Update.
13327 * macroexp.c: Don't include bcache.h.
13328 * gdbtypes.c (check_types_worklist): Update.
13329 (types_deeply_equal): Remove TRY/CATCH. Update.
13330 * elfread.c (elf_symtab_read): Update.
13331 * dwarf2read.c: Don't include bcache.h.
13332 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13333 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13334 (print_bcache_statistics, bcache_memory_used): Don't declare.
13335 (struct bcache): Move from bcache.c. Add constructor, destructor,
13336 methods. Rename all data members.
13337 * bcache.c (struct bcache): Move to bcache.h.
13338 (bcache::expand_hash_table): Rename from expand_hash_table.
13339 (bcache): Remove.
13340 (bcache::insert): Rename from bcache_full.
13341 (bcache::compare): Rename from bcache_compare.
13342 (bcache_xmalloc): Remove.
13343 (bcache::~bcache): Rename from bcache_xfree.
13344 (bcache::print_statistics): Rename from print_bcache_statistics.
13345 (bcache::memory_used): Rename from bcache_memory_used.
13346
fe726667
PA
133472019-03-07 Pedro Alves <palves@redhat.com>
13348
13349 * infrun.c (normal_stop): Also check for
13350 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13351
7584bb30
AB
133522019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13353
13354 * f-lang.c (value_from_host_double): Moved to...
13355 * value.c (value_from_host_double): ...here.
13356 * value.h (value_from_host_double): Declare.
13357 * guile/scm-math.c (vlscm_convert_typed_number): Use
13358 value_from_host_double.
13359 (vlscm_convert_number): Likewise.
13360 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13361 * python/py-value.c (convert_value_from_python): Likewise.
13362
a7b1986e
TT
133632019-03-06 Tom Tromey <tom@tromey.com>
13364
13365 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13366
0ccf4211
TT
133672019-03-06 Tom Tromey <tom@tromey.com>
13368
13369 * utils.h (free_current_contents): Don't declare.
13370 * utils.c (free_current_contents): Remove.
13371
fe7b42e5
TT
133722019-03-06 Tom Tromey <tom@tromey.com>
13373
13374 * top.c (quit_force): Update.
13375 * main.c (captured_command_loop): Update.
13376 * common/new-op.c (operator new): Update.
13377 * common/common-exceptions.c (struct catcher)
13378 <save_cleanup_chain>: Remove member.
13379 (exceptions_state_mc_init): Update.
13380 (exception_try_scope_entry): Return nullptr.
13381 (exception_try_scope_exit, exception_rethrow)
13382 (throw_exception_sjlj, throw_exception_cxx): Update.
13383 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13384 (all_cleanups, do_cleanups, discard_cleanups)
13385 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13386 (restore_cleanups, restore_final_cleanups): Don't declare.
13387 (do_final_cleanups): Remove parameter.
13388 * common/cleanups.c (cleanup_chain, make_cleanup)
13389 (make_cleanup_dtor, all_cleanups, do_cleanups)
13390 (discard_my_cleanups, discard_cleanups)
13391 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13392 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13393 (null_cleanup): Remove.
13394 (do_final_cleanups): Remove parameter.
13395
c6321f19
TT
133962019-03-06 Tom Tromey <tom@tromey.com>
13397
13398 * remote.c (remote_target::remote_parse_stop_reply): Use
13399 unique_xmalloc_ptr.
13400
61b30099
TT
134012019-03-06 Tom Tromey <tom@tromey.com>
13402
13403 * stabsread.c (struct stabs_field_info): Rename from field_info.
13404 <list, fnlist>: Add initializers.
13405 <obstack>: New member.
13406 (read_member_functions, read_struct_fields, read_baseclasses):
13407 Allocate on obstack. Don't use cleanups.
13408 (read_one_struct_field, read_member_functions, read_struct_fields)
13409 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13410 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13411 (read_struct_type): Update.
13412
6cceac94
TT
134132019-03-06 Tom Tromey <tom@tromey.com>
13414
13415 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13416 * common/filestuff.h (make_cleanup_close): Don't declare.
13417 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13418 Remove.
13419
72412762
TT
134202019-03-06 Tom Tromey <tom@tromey.com>
13421
13422 * solib-aix.c: Use make_scope_exit.
13423
2b6ff1c0
TT
134242019-03-06 Tom Tromey <tom@tromey.com>
13425
13426 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13427 Use make_scope_exit.
13428
d01c5877
TT
134292019-03-06 Tom Tromey <tom@tromey.com>
13430
13431 * solib-svr4.c (disable_probes_interface): Remove parameter.
13432 (svr4_handle_solib_event): Use make_scope_exit.
13433
32603266
TT
134342019-03-06 Tom Tromey <tom@tromey.com>
13435
13436 * remote.c (struct stop_reply_deleter): Remove.
13437 (stop_reply_up): Update.
13438 (struct stop_reply): Derive from notif_event. Don't typedef.
13439 <regcache>: Now a std::vector.
13440 (stop_reply_xfree): Remove.
13441 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13442 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13443 (remote_target::discard_pending_stop_replies): Use delete.
13444 (remote_target::remote_parse_stop_reply): Update.
13445 (remote_target::process_stop_reply): Update.
13446 * remote-notif.h (struct notif_event): Add virtual destructor.
13447 Remove "dtr" member.
13448 (struct notif_client) <alloc_event>: Return a unique_ptr.
13449 (notif_event_xfree): Don't declare.
13450 (notif_event_up): New typedef.
13451 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13452 (notif_event_xfree, do_notif_event_xfree): Remove.
13453 (remote_notif_state_xfree): Update.
13454
9799571e
TT
134552019-03-06 Tom Tromey <tom@tromey.com>
13456
13457 * infrun.c (displaced_step_clear_cleanup): Now a
13458 forward_scope_exit type.
13459 (displaced_step_prepare_throw): Update.
13460 (displaced_step_fixup): Update.
13461
09e3c4ca
TT
134622019-03-06 Tom Tromey <tom@tromey.com>
13463
13464 * inferior.h (class inferior): Update comment.
13465 * gdbthread.h (class thread_info): Update comment.
13466
e2a03548
TT
134672019-03-06 Joel Brobecker <brobecker@adacore.com>
13468 Tom Tromey <tom@tromey.com>
13469
13470 * stabsread.h (struct stab_section_list): Remove.
13471 (coffstab_build_psymtabs): Update.
13472 * dbxread.c (symbuf_sections): Now a std::vector.
13473 (sect_idx): New global.
13474 (fill_symbuf): Update.
13475 (coffstab_build_psymtabs): Change type of stabsects parameter.
13476 Update.
13477 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13478 std::vector.
13479 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13480 (coff_locate_sections): Update.
13481 (coff_symfile_read): Remove cleanups. Update.
13482 (init_stringtab): Add storage parameter.
13483 (free_stringtab, free_stringtab_cleanup): Remove.
13484 (init_lineno): Add storage parameter.
13485 (free_linetab, free_linetab_cleanup): Remove.
13486
b7e60d85
PA
134872019-03-06 Pedro Alves <palves@redhat.com>
13488
13489 * linux-fork.c (fork_info::clobber_regs): Delete.
13490 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13491 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13492 comment. Adjust.
13493 (scoped_switch_fork_info::scoped_switch_fork_info)
13494 (checkpoint_command, linux_fork_context): Adjust
13495 fork_save_infrun_state calls.
13496
e52c971f
PA
134972019-03-06 Pedro Alves <palves@redhat.com>
13498
13499 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13500 (inf_has_multiple_threads): Return 'bool' and rewrite using
13501 inferior_info::threads().
13502
06974e6c
PA
135032019-03-06 Pedro Alves <palves@redhat.com>
13504
13505 * linux-fork.c: Include <list>.
13506 (fork_list): Now a std::list instance.
13507 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13508 (forks_exist_p, find_last_fork): Adjust.
13509 (new_fork): Delete.
13510 (one_fork_p): New.
13511 (add_fork): Adjust.
13512 (free_fork): Delete, folded into fork_info::~fork_info().
13513 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13514 Adjust.
13515 (init_fork_list): Delete.
13516 (linux_fork_killall, linux_fork_mourn_inferior)
13517 (linux_fork_detach, info_checkpoints_command): Adjust.
13518 (_initialize_linux_fork): No longer call init_fork_list.
13519
72f31aea
PA
135202019-03-06 Pedro Alves <palves@redhat.com>
13521
13522 * linux-fork.c (new_fork): New, split out of ...
13523 (add_fork): ... this. Return void. Move "first fork" special
13524 case from here, to ...
13525 (checkpoint_command): ... here.
13526 * linux-linux.h (add_fork): Return void.
13527
efbecbc1
AB
135282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13529
13530 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13531
0841c79a
AB
135322019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13533 Chris January <chris.january@arm.com>
13534 David Lecomber <david.lecomber@arm.com>
13535
13536 * f-exp.y: New token, UNOP_INTRINSIC.
13537 (exp): New pattern using UNOP_INTRINSIC token.
13538 (f77_keywords): Add 'abs' keyword.
13539 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13540 (value_from_host_double): New function.
13541 (evaluate_subexp_f): Support UNOP_ABS.
13542
4a270568
AB
135432019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13544
13545 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13546 types.
13547
067630bd
AB
135482019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13549
13550 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13551 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13552 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13553
3be47f7a
AB
135542019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13555
13556 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13557
4d00f5d8
AB
135582019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13559 Chris January <chris.january@arm.com>
13560
13561 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13562 * f-exp.y: Define 'KIND' token.
13563 (exp): New pattern for KIND expressions.
13564 (ptype): Handle types with a kind extension.
13565 (direct_abs_decl): Extend to spot kind extensions.
13566 (f77_keywords): Add 'kind' to the list.
13567 (push_kind_type): New function.
13568 (convert_to_kind_type): New function.
13569 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13570 * parse.c (operator_length_standard): Likewise.
13571 * parser-defs.h (enum type_pieces): Add tp_kind.
13572 * std-operator.def: Add UNOP_KIND.
13573
e454224f
AB
135742019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13575
13576 * f-exp.y (f_parse): Set yydebug.
13577
9dad4a58
AB
135782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13579
13580 * f-lang.c (evaluate_subexp_f): New function.
13581 (exp_descriptor_f): New global.
13582 (f_language_defn): Use exp_descriptor_f instead of
13583 exp_descriptor_standard.
13584
c8f91604
AB
135852019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13586
13587 * f-exp.y (struct token): Add comments.
13588 (dot_ops): Remove uppercase versions and the end marker.
13589 (f77_keywords): Likewise.
13590 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13591 entries in the dot_ops array are case insensitive, and use
13592 strncasecmp to compare strings. Also some whitespace cleanup in
13593 this area. Similar for the f77_keywords array, except entries in
13594 this list might be case sensitive.
13595
dd9f2c76
AB
135962019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13597
13598 * f-exp.y (struct f77_boolean_val): Add comments.
13599 (boolean_values): Remove uppercase versions, and end marker.
13600 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13601 and use strncasecmp to achieve case insensitivity. Additionally,
13602 perform whitespace cleanup around this code.
13603
67a3048c
TT
136042019-03-06 Tom Tromey <tromey@adacore.com>
13605
13606 * remote-sim.c (gdbsim_target_open): Use result of
13607 gdb_argv::release.
13608
aa3cfbda
RB
136092019-03-06 Richard Bunt <richard.bunt@arm.com>
13610 Dirk Schubert <dirk.schubert@arm.com>
13611 Chris January <chris.january@arm.com>
13612
13613 * eval.c (evaluate_subexp_standard): Call Fortran argument
13614 wrapping logic.
13615 * f-lang.c (struct value): A value which can be passed into a
13616 Fortran function call.
13617 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13618 where appropriate.
13619 (struct type): Value ready for a Fortran function call.
13620 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13621 is needed.
13622 * f-lang.h (fortran_argument_convert): Declaration.
13623 (fortran_preserve_arg_pointer): Declaration.
13624 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13625
ea38e5df
TT
136262019-03-05 Tom Tromey <tromey@adacore.com>
13627
13628 * python/py-prettyprint.c (print_string_repr): Remove #if.
13629 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13630
06b5b831
TT
136312019-03-05 Tom Tromey <tromey@adacore.com>
13632
13633 * target.c (the_dummy_target): Move later. Change type to
13634 "dummy_target".
13635 (initialize_targets): Don't initialize the_dummy_target.
13636
edbd9e45
TT
136372019-03-05 Tom Tromey <tromey@adacore.com>
13638
13639 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13640 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13641
c119e040
TT
136422019-03-05 Tom Tromey <tromey@adacore.com>
13643
13644 * windows-nat.c (windows_nat_target::attach)
13645 (windows_nat_target::detach): Don't call gdb_flush.
13646 * valprint.c (generic_val_print, val_print, val_print_string):
13647 Don't call gdb_flush.
13648 * utils.c (defaulted_query): Don't call gdb_flush.
13649 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13650 * target.c (target_announce_detach): Don't call gdb_flush.
13651 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13652 * remote.c (extended_remote_target::attach): Don't call
13653 gdb_flush.
13654 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13655 * printcmd.c (do_examine): Don't call gdb_flush.
13656 (info_display_command): Don't call gdb_flush.
13657 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13658 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13659 * memattr.c (info_mem_command): Don't call gdb_flush.
13660 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13661 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13662 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13663 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13664 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13665 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13666 (gnu_nat_target::detach): Don't call gdb_flush.
13667 * f-valprint.c (f_val_print): Don't call gdb_flush.
13668 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13669 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13670 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13671 gdb_flush.
13672 * c-valprint.c (c_val_print): Don't call gdb_flush.
13673 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13674
895dafa6
TT
136752019-03-05 Tom Tromey <tromey@adacore.com>
13676
13677 * varobj.c (update_dynamic_varobj_children): Update.
13678 (install_default_visualizer): Use reset, not release.
13679 * value.c (set_internalvar): Update.
13680 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13681 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13682 ATTRIBUTE_UNUSED_RESULT.
13683
88a774b9
TT
136842019-03-05 Tom Tromey <tromey@adacore.com>
13685
13686 * remote.c (class scoped_remote_fd) <release>: Add
13687 ATTRIBUTE_UNUSED_RESULT.
13688
4e4a8b93
TT
136892019-03-05 Tom Tromey <tromey@adacore.com>
13690
13691 * macroexp.c (struct macro_buffer) <release>: Add
13692 ATTRIBUTE_UNUSED_RESULT.
13693
083eef1f
TT
136942019-03-05 Tom Tromey <tromey@adacore.com>
13695
13696 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13697 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13698 ATTRIBUTE_UNUSED_RESULT.
13699
3cabd438
TT
137002019-03-05 Tom Tromey <tromey@adacore.com>
13701
13702 * common/scoped_fd.h (class scoped_fd) <release>: Add
13703 ATTRIBUTE_UNUSED_RESULT.
13704
41e3300a
TT
137052019-03-05 Tom Tromey <tromey@adacore.com>
13706
13707 * parser-defs.h (struct parser_state) <release>: Add
13708 ATTRIBUTE_UNUSED_RESULT.
13709
18cb7c9f
TT
137102019-03-05 Tom Tromey <tromey@adacore.com>
13711
13712 * utils.h (class gdb_argv) <release>: Add
13713 ATTRIBUTE_UNUSED_RESULT.
13714 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13715
41fa577f
EZ
137162019-03-02 Eli Zaretskii <eliz@gnu.org>
13717
a6a4b2c6
EZ
13718 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13719 for-loop range, to avoid compiler warnings.
13720
13721 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13722 avoid compiler warnings about unused variables.
13723
742a7df5
EZ
13724 * NEWS: Mention end of support for native debugging on MS-Windows
13725 before XP.
13726
41fa577f
EZ
13727 PR gdb/24292
13728 * common/netstuff.c:
13729 * gdbserver/gdbreplay.c
13730 * gdbserver/remote-utils.c:
13731 * ser-tcp.c:
13732 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13733 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13734 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13735 'getaddrinfo' and 'freeaddrinfo' were not available before
13736 Windows XP, and mingw.org's MinGW headers by default define
13737 _WIN32_WINNT to 0x500.
13738
827f438f
GB
137392019-03-01 Gary Benson <gbenson@redhat.com>
13740
13741 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13742
92137da0
RO
137432019-02-28 Brian Vandenberg <phantall@gmail.com>
13744 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13745
13746 PR gdb/8527
13747 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13748 set_sigint_trap, clear_sigint_trap.
13749
799efbe8
PW
137502019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13751
13752 * target.c (target_detach): Clear the regcache and the
13753 frame cache.
13754
8ed25214
PA
137552019-02-27 Pedro Alves <palves@redhat.com>
13756
13757 * utils.c (set_screen_size): When we cap the height/width sizes,
13758 tweak the corresponding command variable to show "unlimited":
13759
23031e31
SJ
137602019-02-27 Saagar Jha <saagar@saagarjha.com>
13761 Pedro Alves <palves@redhat.com>
13762
13763 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13764 before calling rl_set_screen_size.
13765
6c28e44a
TT
137662019-02-27 Tom Tromey <tromey@adacore.com>
13767
13768 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13769 define.
13770 * python/py-value.c: Remove Python 2.4 workaround.
13771 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13772 workaround.
13773 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13774 Python 2.4 workaround.
13775 * python/python-internal.h: Remove Python 2.4 comment.
13776 (Py_ssize_t): Don't define.
13777 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13778 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13779 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13780 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13781 * python/python.c (do_start_initialization): Remove Python 2.4
13782 workaround.
13783 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13784 (print_children): Remove Python 2.4 workaround.
13785 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13786 workaround.
13787 (CHARBUFFERPROC_NAME): Remove.
13788 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13789 Python 2.4 workaround.
13790
2c3fc25d 137912019-02-27 Kevin Buettner <kevinb@redhat.com>
799efbe8 13792
2c3fc25d
KB
13793 * NEWS: Note minimum Python version.
13794
6ca62222
KB
137952019-02-27 Kevin Buettner <kevinb@redhat.com>
13796
13797 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13798 code from these functions. Remove corresponding ifdefs. Use
13799 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13800 Remove gotos and target of gotos.
13801 (infpy_search_memory): Likewise.
13802
f4bc7d2c
AB
138032019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13804
13805 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13806 (hppa_gdbarch_init): Don't register deleted functions with
13807 gdbarch.
13808
9734a586
AB
138092019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13810
13811 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13812 (h8300_unwind_sp): Delete.
13813 (h8300_dummy_id): Delete.
13814 (h8300_gdbarch_init): Don't register deleted functions with
13815 gdbarch.
13816
68b867f3
AB
138172019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13818
13819 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13820 (ft32_unwind_pc): Delete.
13821 (ft32_unwind_sp): Delete.
13822 (ft32_gdbarch_init): Don't register deleted functions with
13823 gdbarch.
13824
2fbe7ad0
AB
138252019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13826
13827 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13828 (frv_unwind_pc): Delete.
13829 (frv_unwind_sp): Delete.
13830 (frv_gdbarch_init): Don't register deleted functions with
13831 gdbarch.
13832
76055cbe
AB
138332019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13834
13835 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13836 (riscv_unwind_pc): Delete.
13837 (riscv_unwind_sp): Delete.
13838 (riscv_gdbarch_init): Don't register deleted functions with
13839 gdbarch.
13840
4133e5a1
AB
138412019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13842
13843 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13844 (csky_unwind_pc): Delete.
13845 (csky_unwind_sp): Delete.
13846 (csky_gdbarch_init): Don't register deleted functions with
13847 gdbarch.
13848
8010f576
AB
138492019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13850
13851 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13852 (cris_unwind_pc): Delete.
13853 (cris_unwind_sp): Delete.
13854 (cris_gdbarch_init): Don't register deleted functions with
13855 gdbarch.
13856
b56bf084
AB
138572019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13858
13859 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13860 (bfin_unwind_pc): Delete.
13861 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13862
a19a650f
AB
138632019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13864
13865 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13866 (arm_unwind_pc): Delete.
13867 (arm_unwind_sp): Delete.
13868 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13869
f8278c3c
AB
138702019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13871
13872 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13873 (arc_unwind_pc): Delete.
13874 (arc_unwind_sp): Delete.
13875 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13876
480e46cf
AB
138772019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13878
13879 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13880 (alpha_unwind_pc): Delete.
13881 (alpha_gdbarch_init): Don't register deleted functions with
13882 gdbarch.
13883
7a995095
AB
138842019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13885
13886 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13887 (aarch64_unwind_pc): Delete.
13888 (aarch64_unwind_sp): Delete.
13889 (aarch64_gdbarch_init): Don't register deleted functions with
13890 gdbarch.
13891
bf9a735e
AB
138922019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13893
13894 * gdbtypes.c (type_align): Don't consider static members when
13895 computing structure alignment.
13896
5561fc30
AB
138972019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13898
13899 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13900 return 0 for other types.
13901 * arch-utils.c (default_type_align): Always return 0.
13902 * gdbarch.h: Regenerate.
13903 * gdbarch.sh (type_align): Extend comment.
13904 * gdbtypes.c (type_align): Add additional comments, always call
13905 gdbarch_type_align before applying the default rules.
13906 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13907 generic code will then apply a suitable default.
13908 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13909 types, return 0 for other types.
13910
9335e75a
JB
139112019-02-27 Joel Brobecker <brobecker@adacore.com>
13912
13913 * NEWS: Create a new section for the next release branch.
13914 Rename the section of the current branch, now that it has
13915 been cut.
13916
3d34d8de
JB
139172019-02-27 Joel Brobecker <brobecker@adacore.com>
13918
13919 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13920 * version.in: Bump version to 8.3.50.DATE-git.
13921
143420fb
SM
139222019-02-26 Simon Marchi <simon.marchi@efficios.com>
13923
13924 * aix-thread.c (ptid_cmp): Remove unused variable.
13925 (get_signaled_thread): Likewise.
13926 (store_regs_user_thread): Likewise.
13927 (store_regs_kernel_thread): Likewise.
13928 (fetch_regs_kernel_thread): Remove shadowed variable.
13929
172fb711
AB
139302019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13931
13932 * features/riscv/32bit-cpu.xml: Add register numbers.
13933 * features/riscv/32bit-fpu.c: Regenerate.
13934 * features/riscv/32bit-fpu.xml: Add register numbers.
13935 * features/riscv/64bit-cpu.xml: Add register numbers.
13936 * features/riscv/64bit-fpu.c: Regenerate.
13937 * features/riscv/64bit-fpu.xml: Add register numbers.
13938
26c89782
KB
139392019-02-26 Kevin Buettner <kevinb@redhat.com>
13940
af54ade9 13941 * NEWS: Mention two argument form of gdb.Value constructor.
fe07eca5
KB
13942 * python/py-value.c (convert_buffer_and_type_to_value): New
13943 function.
13944 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
13945 Add support for handling an optional second argument. Call
13946 convert_buffer_and_type_to_value as appropriate.
26c89782
KB
13947 * python/python-internal.h (Py_buffer_deleter): New struct.
13948 (Py_buffer_up): New typedef.
13949
0f58c9e8
JB
139502019-02-25 John Baldwin <jhb@FreeBSD.org>
13951
13952 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
13953 instead of releasing ownership.
13954
0a0f4c01
JR
139552019-02-25 Jordan Rupprecht <rupprecht@google.com>
13956
13957 * dwarf2read.c (open_and_init_dwp_file): Call
13958 elf_numsections instead of bfd_count_sections to initialize
13959 dwp_file->num_sections.
13960
cd5a152c
TT
139612019-02-25 Tom Tromey <tromey@adacore.com>
13962
13963 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
13964
8a6a8513
SDJ
139652019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
13966
13967 * gcore.in: Add '--readnever' option when invoking GDB.
13968
04dcda9c
SM
139692019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13970
13971 * MAINTAINERS: Update my email address.
13972
07bc701d
SM
139732019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13974
13975 * build-id.c (build_id_to_debug_bfd_1): New function.
13976 (build_id_to_debug_bfd): Look for separate debug file in
13977 sysroot.
13978
c6f4a5d0
AB
139792019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
13980
13981 * gdbarch.sh: Update the copyright year range that is placed into
13982 generated files.
13983
9600246d
KS
139842019-02-22 Keith Seitz <keiths@redhat.com>
13985
13986 PR symtab/23853
13987 * linespec.c (create_sals_line_offset): Search for the default
13988 symtab's filename instead of its fullname.
13989
7557a514
AH
139902019-02-21 Alan Hayward <alan.hayward@arm.com>
13991
13992 * NEWS: Update style defaults.
13993
ee2bcb0c
AH
139942019-02-21 Alan Hayward <alan.hayward@arm.com>
13995
13996 * main.c (captured_main_1): Disable styling in batch mode.
13997
0c95f9ed
TT
139982019-02-20 Tom Tromey <tom@tromey.com>
13999
14000 * symtab.c (symtab_symbol_info): Fix typos.
14001
c763b894
TT
140022019-02-20 Tom Tromey <tromey@adacore.com>
14003
14004 * findcmd.c (_initialize_mem_search): Use upper case for
14005 metasyntactic variables.
14006
0ef8a082
AH
140072019-02-20 Alan Hayward <alan.hayward@arm.com>
14008
14009 * aarch64-tdep.c (aarch64_add_reggroups): New function.
14010 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
14011
6caa91b6
SM
140122019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
14013
14014 * top.h (source_file_name): Change to std::string.
14015 * top.c (source_file_name): Likewise.
14016 (command_line_input): Adjust.
14017 * cli/cli-script.c (script_from_file): Adjust.
14018
98814c6c
TT
140192019-02-19 Tom Tromey <tromey@adacore.com>
14020
14021 * ravenscar-thread.c
14022 (ravenscar_thread_target::update_thread_list): Don't call
14023 ada_build_task_list.
14024 * ada-lang.h (ada_build_task_list): Don't declare.
14025 * ada-tasks.c (struct ada_tasks_inferior_data)
14026 <task_list_valid_p>: Now bool.
14027 (read_known_tasks, ada_task_list_changed)
14028 (ada_tasks_invalidate_inferior_data): Update.
14029 (read_known_tasks_array): Return bool.
14030 (read_known_tasks_list): Likewise.
14031 (read_known_tasks): Return void.
14032 (ada_build_task_list): Now static.
14033
70cd633e
AB
140342019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
14035
14036 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
14037 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
14038
040b3e95
PW
140392019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14040
14041 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
14042 variant for ada_tasks_pspace_data_handle and
14043 ada_tasks_inferior_data_handle.
14044 (ada_tasks_pspace_data_cleanup): New function.
14045 (ada_tasks_inferior_data_cleanup): New function.
14046
9409233b
TT
140472019-02-17 Tom Tromey <tom@tromey.com>
14048
14049 * macrotab.h (macro_source_fullname): Return a std::string.
14050 * macrotab.c (macro_include, check_for_redefinition)
14051 (macro_undef, macro_lookup_definition, foreach_macro)
14052 (foreach_macro_in_scope): Update.
14053 (macro_source_fullname): Return a std::string.
14054 * macrocmd.c (show_pp_source_pos): Update.
14055
6506371f
TT
140562019-02-17 Tom Tromey <tom@tromey.com>
14057
14058 * macrocmd.c (show_pp_source_pos): Style the file names.
14059
0c820d67
TT
140602019-02-17 Tom Tromey <tom@tromey.com>
14061
14062 PR tui/24197:
14063 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
14064
a0087920
TT
140652019-02-17 Tom Tromey <tom@tromey.com>
14066
14067 * ada-lang.c (user_select_syms): Use filtered printing.
14068 * utils.c (wrap_style): New global.
14069 (desired_style): Remove.
14070 (emit_style_escape): Add stream parameter.
14071 (set_output_style, reset_terminal_style, prompt_for_continue):
14072 Update.
14073 (flush_wrap_buffer): Only flush gdb_stdout.
14074 (wrap_here): Set wrap_style.
14075 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14076 treat escape sequences as a character. Change when wrap buffer is
14077 flushed.
14078 (fputs_styled): Do not set the output style when the default is
14079 requested.
14080 * ui-style.h (struct ui_file_style) <is_default>: New method.
14081 * source.c (print_source_lines_base): Emit escape sequences in one
14082 piece.
14083
75ba10dc
JB
140842019-02-17 Joel Brobecker <brobecker@adacore.com>
14085
14086 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14087 integers and enumeration types.
14088
a2cd4f14
JB
140892019-02-17 Joel Brobecker <brobecker@adacore.com>
14090
14091 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14092 instead of lookup_symbol_in_language
14093 (do_exact_match): New function.
14094 (ada_get_symbol_name_matcher): Return do_exact_match when
14095 doing a verbatim match.
14096
485b851b
TT
140972019-02-15 Tom Tromey <tromey@adacore.com>
14098
14099 * ravenscar-thread.c (ravenscar_thread_target::resume)
14100 (ravenscar_thread_target::wait): Special case wildcard requests.
14101
0b790b1e
TT
141022019-02-15 Tom Tromey <tromey@adacore.com>
14103
14104 * ravenscar-thread.c (base_ptid): Remove.
14105 (struct ravenscar_thread_target) <close>: New method.
14106 <m_base_ptid>: New member.
14107 <update_inferior_ptid, active_task, task_is_currently_active,
14108 runtime_initialized>: Declare methods.
14109 <ravenscar_thread_target>: Add constructor.
14110 (ravenscar_thread_target::task_is_currently_active)
14111 (ravenscar_thread_target::update_inferior_ptid)
14112 (ravenscar_runtime_initialized): Rename. Now methods.
14113 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14114 (ravenscar_thread_target::update_thread_list): Update.
14115 (ravenscar_thread_target::active_task): Now method.
14116 (ravenscar_thread_target::store_registers)
14117 (ravenscar_thread_target::prepare_to_store)
14118 (ravenscar_thread_target::prepare_to_store)
14119 (ravenscar_thread_target::mourn_inferior): Update.
14120 (ravenscar_inferior_created): Use "new" to create target.
14121 (ravenscar_thread_target::get_ada_task_ptid): Update.
14122 (_initialize_ravenscar): Don't initialize base_ptid.
14123 (ravenscar_ops): Remove global.
14124
dea57a62
TT
141252019-02-15 Tom Tromey <tromey@adacore.com>
14126
14127 * target.h (push_target): Declare new overload.
14128 * target.c (push_target): New overload, taking an rvalue reference.
14129 * remote.c (remote_target::open_1): Use push_target overload.
14130 * corelow.c (core_target_open): Use push_target overload.
14131
989f3c58
TT
141322019-02-15 Tom Tromey <tromey@adacore.com>
14133
14134 * ravenscar-thread.c (is_ravenscar_task)
14135 (ravenscar_task_is_currently_active): Return bool.
14136 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14137 (_initialize_ravenscar): Remove "(void)".
14138 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14139 Return bool.
14140
6cbcc006
TT
141412019-02-15 Tom Tromey <tromey@adacore.com>
14142
14143 * ravenscar-thread.c (ravenscar_runtime_initializer)
14144 (has_ravenscar_runtime, get_running_thread_id)
14145 (ravenscar_thread_target::resume): Fix indentation.
14146
7657f14d
TT
141472019-02-15 Tom Tromey <tromey@adacore.com>
14148
14149 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14150 from ravenscar_arch_ops.
14151 (sparc_ravenscar_ops::fetch_registers)
14152 (sparc_ravenscar_ops::store_registers): Now methods.
14153 (sparc_ravenscar_prepare_to_store): Remove.
14154 (sparc_ravenscar_ops): Redefine.
14155 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14156 methods and destructor. Remove members.
14157 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14158 (ravenscar_thread_target::store_registers)
14159 (ravenscar_thread_target::prepare_to_store): Update.
14160 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14161 Remove.
14162 (struct ppc_ravenscar_powerpc_ops): Derive from
14163 ravenscar_arch_ops.
14164 (ppc_ravenscar_powerpc_ops::fetch_registers)
14165 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14166 (ppc_ravenscar_powerpc_ops): Redefine.
14167 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14168 (ppc_ravenscar_e500_ops::fetch_registers)
14169 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14170 (ppc_ravenscar_e500_ops): Redefine.
14171 * aarch64-ravenscar-thread.c
14172 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14173 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14174 (aarch64_ravenscar_fetch_registers)
14175 (aarch64_ravenscar_store_registers): Now methods.
14176 (aarch64_ravenscar_ops): Redefine.
14177
5b6ea500
TT
141782019-02-15 Tom Tromey <tromey@adacore.com>
14179
14180 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14181 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14182 (ravenscar_thread_target::stopped_by_watchpoint)
14183 (ravenscar_thread_target::stopped_data_address)
14184 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14185
e397fd39
TT
141862019-02-15 Tom Tromey <tromey@adacore.com>
14187
14188 * ravenscar-thread.c: Fix some typos.
14189
cc12f4a8
TT
141902019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14191 Tom Tromey <tromey@adacore.com>
14192
14193 * ada-lang.c (ada_exception_sal): Change addr_string to a
14194 std::string.
14195 (create_ada_exception_catchpoint): Update.
14196
5f486660
TT
141972019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14198 Tom Tromey <tromey@adacore.com>
14199
14200 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14201 (bp_location_ops): Remove.
14202 (base_breakpoint_allocate_location): Update.
14203 (free_bp_location): Update.
14204 * ada-lang.c (class ada_catchpoint_location)
14205 <ada_catchpoint_location>: Remove ops parameter.
14206 (ada_catchpoint_location_dtor): Remove.
14207 (ada_catchpoint_location_ops): Remove.
14208 (allocate_location_exception): Update.
14209 * breakpoint.h (struct bp_location_ops): Remove.
14210 (class bp_location) <bp_location>: Remove bp_location_ops
14211 parameter.
14212 <~bp_location>: Add destructor.
14213 <ops>: Remove.
14214
b671c7fb
TS
142152019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14216 Pedro Alves <palves@redhat.com>
14217
14218 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14219 'PATH_MAX'.
14220
8071c5ce
DM
142212019-02-14 David Michael <fedora.dm0@gmail.com>
14222 Samuel Thibault <samuel.thibault@gnu.org>
14223 Thomas Schwinge <thomas@codesourcery.com>
14224
14225 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14226 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14227
b1041ae0
TS
142282019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14229
924514e1
TS
14230 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14231 (check_empty): Use "const char *".
14232
c29ee8d4
TS
14233 * gnu-nat.c (gnu_nat_target::detach): Instead of
14234 'detach_inferior (pid)' call
14235 'detach_inferior (find_inferior_pid (pid))'.
14236
6c6ef69f
TS
14237 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14238 'nat/fork-inferior.o'.
14239 * gnu-nat.c: #include "nat/fork-inferior.h".
14240
2d0a338c
TS
14241 * gnu-nat.c (gnu_nat_target::detach): Instead of
14242 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14243 * gnu-nat.h: #include "inf-child.h".
14244 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14245 'i386_gnu_nat_target::fetch_registers'.
14246 (gnu_store_registers): Rename/move to
14247 'i386_gnu_nat_target::store_registers'.
14248
cabb5f06
TS
14249 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14250 * gnu-nat.h (mach_thread_info): New function.
14251 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14252
b1041ae0
TS
14253 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14254
2988d01e
KF
142552019-02-14 Frederic Konrad <konrad@adacore.com>
14256
14257 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14258
c559d709
JB
142592019-02-14 Joel Brobecker <brobecker@adacore.com>
14260
14261 * windows-nat.c (windows_add_thread): Add new parameter
14262 "main_thread_p" with default value set to false. Update
14263 function documentation as well as all callers.
14264 (windows_delete_thread): Likewise.
14265 (fake_create_process): Update call to windows_add_thread.
14266 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14267 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14268 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14269 call to windows_delete_thread.
14270
007024cc
SM
142712019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14272
14273 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14274
f62318e9
JB
142752019-02-12 John Baldwin <jhb@FreeBSD.org>
14276
14277 * symfile.c (find_separate_debug_file): Use canonical path of
14278 sysroot with child_path instead of gdb_sysroot if it is valid.
14279
cd4b7848
JB
142802019-02-12 John Baldwin <jhb@FreeBSD.org>
14281
14282 * symfile.c (find_separate_debug_file): Use child_path to
14283 determine if an object file is under a sysroot.
14284
efac4bfe
JB
142852019-02-12 John Baldwin <jhb@FreeBSD.org>
14286
14287 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14288 unittests/child-path-selftests.c.
14289 * common/pathstuff.c (child_path): New function.
14290 * common/pathstuff.h (child_path): New prototype.
14291 * unittests/child-path-selftests.c: New file.
14292
402d2bfe
JB
142932019-02-12 John Baldwin <jhb@FreeBSD.org>
14294
14295 * symfile.c (find_separate_debug_file): Look for separate debug
14296 files in debug directories under the sysroot.
14297
1ed9f74e
PW
142982019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14299
14300 * symtab.h (struct minimal_symbol data_p): New const method.
14301 (struct minimal_symbol text_p): Likewise.
14302 * symtab.c (output_source_filename): Use file name style
14303 to print file name.
14304 (print_symbol_info): Likewise.
14305 (print_msymbol_info): Use address style to print addresses.
14306 Use function name style to print executable text symbols.
14307 (expand_symtab_containing_pc): Use data_p.
14308 (find_pc_sect_compunit_symtab): Likewise.
14309
2636d81d
PW
143102019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14311
14312 * breakpoint.c (describe_other_breakpoints): Use address style
14313 to print addresses.
14314 (say_where): Likewise.
14315
ac8c53cc
PW
143162019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14317
14318 * ada-typeprint.c (print_func_type): Print function name
14319 style to print function name.
14320 * c-typeprint.c (c_print_type_1): Likewise.
14321
ea638c43
AH
143222019-02-11 Alan Hayward <alan.hayward@arm.com>
14323
14324 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14325 for execve.
14326
ab759ca8
PW
143272019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14328
14329 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14330 type_stack.
14331
aff29d1c
JB
143322019-02-10 Joel Brobecker <brobecker@adacore.com>
14333
14334 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14335 TYPE_CODE_REF types.
14336
617126bc
JW
143372019-02-08 Jim Wilson <jimw@sifive.com>
14338
14339 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14340 (riscv_linux_fregset): New.
14341 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14342
46e3ed7f
TT
143432019-02-07 Tom Tromey <tom@tromey.com>
14344
14345 * thread.c (thread_cancel_execution_command): Update.
14346 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14347 methods.
14348 (struct thread_fsm_ops): Remove.
14349 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14350 (thread_fsm_should_stop, thread_fsm_return_value)
14351 (thread_fsm_set_finished, thread_fsm_finished_p)
14352 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14353 Don't declare.
14354 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14355 * infrun.c (clear_proceed_status_thread)
14356 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14357 (print_stop_event): Update.
14358 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14359 Add constructor.
14360 (step_command_fsm_ops): Remove.
14361 (new_step_command_fsm): Remove.
14362 (step_1): Update.
14363 (step_command_fsm::should_stop): Rename from
14364 step_command_fsm_should_stop.
14365 (step_command_fsm::clean_up): Rename from
14366 step_command_fsm_clean_up.
14367 (step_command_fsm::do_async_reply_reason): Rename from
14368 step_command_fsm_async_reply_reason.
14369 (struct until_next_fsm): Inherit from thread_fsm. Add
14370 constructor.
14371 (until_next_fsm_ops): Remove.
14372 (new_until_next_fsm): Remove.
14373 (until_next_fsm::should_stop): Rename from
14374 until_next_fsm_should_stop.
14375 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14376 (until_next_fsm::do_async_reply_reason): Rename from
14377 until_next_fsm_async_reply_reason.
14378 (struct finish_command_fsm): Inherit from thread_fsm. Add
14379 constructor. Change type of breakpoint.
14380 (finish_command_fsm_ops): Remove.
14381 (new_finish_command_fsm): Remove.
14382 (finish_command_fsm::should_stop): Rename from
14383 finish_command_fsm_should_stop.
14384 (finish_command_fsm::clean_up): Rename from
14385 finish_command_fsm_clean_up.
14386 (finish_command_fsm::return_value): Rename from
14387 finish_command_fsm_return_value.
14388 (finish_command_fsm::do_async_reply_reason): Rename from
14389 finish_command_fsm_async_reply_reason.
14390 (finish_command): Update.
14391 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14392 Add constructor.
14393 (call_thread_fsm_ops): Remove.
14394 (call_thread_fsm::call_thread_fsm): Rename from
14395 new_call_thread_fsm.
14396 (call_thread_fsm::should_stop): Rename from
14397 call_thread_fsm_should_stop.
14398 (call_thread_fsm::should_notify_stop): Rename from
14399 call_thread_fsm_should_notify_stop.
14400 (run_inferior_call, call_function_by_hand_dummy): Update.
14401 * cli/cli-interp.c (should_print_stop_to_console): Update.
14402 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14403 Add constructor. Change type of location_breakpoint,
14404 caller_breakpoint.
14405 (until_break_fsm_ops): Remove.
14406 (new_until_break_fsm): Remove.
14407 (until_break_fsm::should_stop): Rename from
14408 until_break_fsm_should_stop.
14409 (until_break_fsm::clean_up): Rename from
14410 until_break_fsm_clean_up.
14411 (until_break_fsm::do_async_reply_reason): Rename from
14412 until_break_fsm_async_reply_reason.
14413 (until_break_command): Update.
14414 * thread-fsm.c: Remove.
14415 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14416
1a5c2598
TT
144172019-02-07 Tom Tromey <tom@tromey.com>
14418
14419 * yy-remap.h: Add include guard.
14420 * xtensa-tdep.h: Add include guard.
14421 * xcoffread.h: Rename include guard.
14422 * varobj-iter.h: Add include guard.
14423 * tui/tui.h: Rename include guard.
14424 * tui/tui-winsource.h: Rename include guard.
14425 * tui/tui-wingeneral.h: Rename include guard.
14426 * tui/tui-windata.h: Rename include guard.
14427 * tui/tui-win.h: Rename include guard.
14428 * tui/tui-stack.h: Rename include guard.
14429 * tui/tui-source.h: Rename include guard.
14430 * tui/tui-regs.h: Rename include guard.
14431 * tui/tui-out.h: Rename include guard.
14432 * tui/tui-layout.h: Rename include guard.
14433 * tui/tui-io.h: Rename include guard.
14434 * tui/tui-hooks.h: Rename include guard.
14435 * tui/tui-file.h: Rename include guard.
14436 * tui/tui-disasm.h: Rename include guard.
14437 * tui/tui-data.h: Rename include guard.
14438 * tui/tui-command.h: Rename include guard.
14439 * tic6x-tdep.h: Add include guard.
14440 * target/waitstatus.h: Rename include guard.
14441 * target/wait.h: Rename include guard.
14442 * target/target.h: Rename include guard.
14443 * target/resume.h: Rename include guard.
14444 * target-float.h: Rename include guard.
14445 * stabsread.h: Add include guard.
14446 * rs6000-tdep.h: Add include guard.
14447 * riscv-fbsd-tdep.h: Add include guard.
14448 * regformats/regdef.h: Rename include guard.
14449 * record.h: Rename include guard.
14450 * python/python.h: Rename include guard.
14451 * python/python-internal.h: Rename include guard.
14452 * python/py-stopevent.h: Rename include guard.
14453 * python/py-ref.h: Rename include guard.
14454 * python/py-record.h: Rename include guard.
14455 * python/py-record-full.h: Rename include guard.
14456 * python/py-record-btrace.h: Rename include guard.
14457 * python/py-instruction.h: Rename include guard.
14458 * python/py-events.h: Rename include guard.
14459 * python/py-event.h: Rename include guard.
14460 * procfs.h: Add include guard.
14461 * proc-utils.h: Add include guard.
14462 * p-lang.h: Add include guard.
14463 * or1k-tdep.h: Rename include guard.
14464 * observable.h: Rename include guard.
14465 * nto-tdep.h: Rename include guard.
14466 * nat/x86-linux.h: Rename include guard.
14467 * nat/x86-linux-dregs.h: Rename include guard.
14468 * nat/x86-gcc-cpuid.h: Add include guard.
14469 * nat/x86-dregs.h: Rename include guard.
14470 * nat/x86-cpuid.h: Rename include guard.
14471 * nat/ppc-linux.h: Rename include guard.
14472 * nat/mips-linux-watch.h: Rename include guard.
14473 * nat/linux-waitpid.h: Rename include guard.
14474 * nat/linux-ptrace.h: Rename include guard.
14475 * nat/linux-procfs.h: Rename include guard.
14476 * nat/linux-osdata.h: Rename include guard.
14477 * nat/linux-nat.h: Rename include guard.
14478 * nat/linux-namespaces.h: Rename include guard.
14479 * nat/linux-btrace.h: Rename include guard.
14480 * nat/glibc_thread_db.h: Rename include guard.
14481 * nat/gdb_thread_db.h: Rename include guard.
14482 * nat/gdb_ptrace.h: Rename include guard.
14483 * nat/fork-inferior.h: Rename include guard.
14484 * nat/amd64-linux-siginfo.h: Rename include guard.
14485 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14486 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14487 * nat/aarch64-linux.h: Rename include guard.
14488 * nat/aarch64-linux-hw-point.h: Rename include guard.
14489 * mn10300-tdep.h: Add include guard.
14490 * mips-linux-tdep.h: Add include guard.
14491 * mi/mi-parse.h: Rename include guard.
14492 * mi/mi-out.h: Rename include guard.
14493 * mi/mi-main.h: Rename include guard.
14494 * mi/mi-interp.h: Rename include guard.
14495 * mi/mi-getopt.h: Rename include guard.
14496 * mi/mi-console.h: Rename include guard.
14497 * mi/mi-common.h: Rename include guard.
14498 * mi/mi-cmds.h: Rename include guard.
14499 * mi/mi-cmd-break.h: Rename include guard.
14500 * m2-lang.h: Add include guard.
14501 * location.h: Rename include guard.
14502 * linux-record.h: Rename include guard.
14503 * linux-nat.h: Add include guard.
14504 * linux-fork.h: Add include guard.
14505 * i386-darwin-tdep.h: Rename include guard.
14506 * hppa-linux-offsets.h: Add include guard.
14507 * guile/guile.h: Rename include guard.
14508 * guile/guile-internal.h: Rename include guard.
14509 * gnu-nat.h: Rename include guard.
14510 * gdb-stabs.h: Rename include guard.
14511 * frv-tdep.h: Add include guard.
14512 * f-lang.h: Add include guard.
14513 * event-loop.h: Add include guard.
14514 * darwin-nat.h: Rename include guard.
14515 * cp-abi.h: Rename include guard.
14516 * config/sparc/nm-sol2.h: Rename include guard.
14517 * config/nm-nto.h: Rename include guard.
14518 * config/nm-linux.h: Add include guard.
14519 * config/i386/nm-i386gnu.h: Rename include guard.
14520 * config/djgpp/nl_types.h: Rename include guard.
14521 * config/djgpp/langinfo.h: Rename include guard.
14522 * compile/gcc-cp-plugin.h: Add include guard.
14523 * compile/gcc-c-plugin.h: Add include guard.
14524 * compile/compile.h: Rename include guard.
14525 * compile/compile-object-run.h: Rename include guard.
14526 * compile/compile-object-load.h: Rename include guard.
14527 * compile/compile-internal.h: Rename include guard.
14528 * compile/compile-cplus.h: Rename include guard.
14529 * compile/compile-c.h: Rename include guard.
14530 * common/xml-utils.h: Rename include guard.
14531 * common/x86-xstate.h: Rename include guard.
14532 * common/version.h: Rename include guard.
14533 * common/vec.h: Rename include guard.
14534 * common/tdesc.h: Rename include guard.
14535 * common/selftest.h: Rename include guard.
14536 * common/scoped_restore.h: Rename include guard.
14537 * common/scoped_mmap.h: Rename include guard.
14538 * common/scoped_fd.h: Rename include guard.
14539 * common/safe-iterator.h: Rename include guard.
14540 * common/run-time-clock.h: Rename include guard.
14541 * common/refcounted-object.h: Rename include guard.
14542 * common/queue.h: Rename include guard.
14543 * common/ptid.h: Rename include guard.
14544 * common/print-utils.h: Rename include guard.
14545 * common/preprocessor.h: Rename include guard.
14546 * common/pathstuff.h: Rename include guard.
14547 * common/observable.h: Rename include guard.
14548 * common/netstuff.h: Rename include guard.
14549 * common/job-control.h: Rename include guard.
14550 * common/host-defs.h: Rename include guard.
14551 * common/gdb_wait.h: Rename include guard.
14552 * common/gdb_vecs.h: Rename include guard.
14553 * common/gdb_unlinker.h: Rename include guard.
14554 * common/gdb_unique_ptr.h: Rename include guard.
14555 * common/gdb_tilde_expand.h: Rename include guard.
14556 * common/gdb_sys_time.h: Rename include guard.
14557 * common/gdb_string_view.h: Rename include guard.
14558 * common/gdb_splay_tree.h: Rename include guard.
14559 * common/gdb_setjmp.h: Rename include guard.
14560 * common/gdb_ref_ptr.h: Rename include guard.
14561 * common/gdb_optional.h: Rename include guard.
14562 * common/gdb_locale.h: Rename include guard.
14563 * common/gdb_assert.h: Rename include guard.
14564 * common/filtered-iterator.h: Rename include guard.
14565 * common/filestuff.h: Rename include guard.
14566 * common/fileio.h: Rename include guard.
14567 * common/environ.h: Rename include guard.
14568 * common/common-utils.h: Rename include guard.
14569 * common/common-types.h: Rename include guard.
14570 * common/common-regcache.h: Rename include guard.
14571 * common/common-inferior.h: Rename include guard.
14572 * common/common-gdbthread.h: Rename include guard.
14573 * common/common-exceptions.h: Rename include guard.
14574 * common/common-defs.h: Rename include guard.
14575 * common/common-debug.h: Rename include guard.
14576 * common/cleanups.h: Rename include guard.
14577 * common/buffer.h: Rename include guard.
14578 * common/btrace-common.h: Rename include guard.
14579 * common/break-common.h: Rename include guard.
14580 * cli/cli-utils.h: Rename include guard.
14581 * cli/cli-style.h: Rename include guard.
14582 * cli/cli-setshow.h: Rename include guard.
14583 * cli/cli-script.h: Rename include guard.
14584 * cli/cli-interp.h: Rename include guard.
14585 * cli/cli-decode.h: Rename include guard.
14586 * cli/cli-cmds.h: Rename include guard.
14587 * charset-list.h: Add include guard.
14588 * buildsym-legacy.h: Rename include guard.
14589 * bfin-tdep.h: Add include guard.
14590 * ax.h: Rename include guard.
14591 * arm-linux-tdep.h: Add include guard.
14592 * arm-fbsd-tdep.h: Add include guard.
14593 * arch/xtensa.h: Rename include guard.
14594 * arch/tic6x.h: Add include guard.
14595 * arch/i386.h: Add include guard.
14596 * arch/arm.h: Rename include guard.
14597 * arch/arm-linux.h: Rename include guard.
14598 * arch/arm-get-next-pcs.h: Rename include guard.
14599 * arch/amd64.h: Add include guard.
14600 * arch/aarch64-insn.h: Rename include guard.
14601 * arch-utils.h: Rename include guard.
14602 * annotate.h: Add include guard.
14603 * amd64-darwin-tdep.h: Rename include guard.
14604 * aarch64-linux-tdep.h: Add include guard.
14605 * aarch64-fbsd-tdep.h: Add include guard.
14606 * aarch32-linux-nat.h: Add include guard.
14607
ab9268d2
PW
146082019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14609
14610 * macrotab.c (macro_define_internal): New function that
14611 factorizes macro_define_object_internal and macro_define_function
14612 code.
14613 (macro_define_object_internal): Use macro_define_internal.
14614 (macro_define_function): Likewise.
14615
bb0da2b4
PW
146162019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14617
14618 * macrocmd.c (extract_identifier): Return
14619 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14620 callers.
14621
424eb552
JB
146222019-02-06 John Baldwin <jhb@FreeBSD.org>
14623
14624 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14625
1688cb29
TT
146262019-02-05 Tom Tromey <tom@tromey.com>
14627
14628 * target.c (target_stack::unpush): Move assertion earlier.
14629
b5eba2d8
TT
146302019-01-30 Tom Tromey <tom@tromey.com>
14631
14632 PR python/23615:
14633 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14634 (gdbpy_parse_and_eval): Likewise.
14635 * python/python-internal.h (gdbpy_allow_threads): New class.
14636
7054e2ff
JB
146372019-01-28 John Baldwin <jhb@FreeBSD.org>
14638
14639 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14640 (aarch64_fbsd_fpregmap): Move earlier.
14641 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14642 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14643 instead of individual calls to trad_frame_set_reg_addr.
14644 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14645 earlier.
14646 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14647 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14648 instead of individual calls to trad_frame_set_reg_addr.
14649
36c25ffa
AH
146502019-01-28 Alan Hayward <alan.hayward@arm.com>
14651
14652 * CONTRIBUTE: Replace contribution list with wiki link.
14653
a0707f3c
TT
146542019-01-25 Tom Tromey <tom@tromey.com>
14655
14656 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14657
0747795c
TT
146582019-01-25 Tom Tromey <tom@tromey.com>
14659
14660 * xtensa-linux-nat.c: Fix common/ includes.
14661 * xml-support.h: Fix common/ includes.
14662 * xml-support.c: Fix common/ includes.
14663 * x86-linux-nat.c: Fix common/ includes.
14664 * windows-nat.c: Fix common/ includes.
14665 * varobj.h: Fix common/ includes.
14666 * varobj.c: Fix common/ includes.
14667 * value.c: Fix common/ includes.
14668 * valops.c: Fix common/ includes.
14669 * utils.c: Fix common/ includes.
14670 * unittests/xml-utils-selftests.c: Fix common/ includes.
14671 * unittests/utils-selftests.c: Fix common/ includes.
14672 * unittests/unpack-selftests.c: Fix common/ includes.
14673 * unittests/tracepoint-selftests.c: Fix common/ includes.
14674 * unittests/style-selftests.c: Fix common/ includes.
14675 * unittests/string_view-selftests.c: Fix common/ includes.
14676 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14677 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14678 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14679 * unittests/rsp-low-selftests.c: Fix common/ includes.
14680 * unittests/parse-connection-spec-selftests.c: Fix common/
14681 includes.
14682 * unittests/optional-selftests.c: Fix common/ includes.
14683 * unittests/offset-type-selftests.c: Fix common/ includes.
14684 * unittests/observable-selftests.c: Fix common/ includes.
14685 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14686 * unittests/memrange-selftests.c: Fix common/ includes.
14687 * unittests/memory-map-selftests.c: Fix common/ includes.
14688 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14689 * unittests/function-view-selftests.c: Fix common/ includes.
14690 * unittests/environ-selftests.c: Fix common/ includes.
14691 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14692 * unittests/common-utils-selftests.c: Fix common/ includes.
14693 * unittests/cli-utils-selftests.c: Fix common/ includes.
14694 * unittests/array-view-selftests.c: Fix common/ includes.
14695 * ui-file.c: Fix common/ includes.
14696 * tui/tui-io.c: Fix common/ includes.
14697 * tracepoint.h: Fix common/ includes.
14698 * tracepoint.c: Fix common/ includes.
14699 * tracefile-tfile.c: Fix common/ includes.
14700 * top.h: Fix common/ includes.
14701 * top.c: Fix common/ includes.
14702 * thread.c: Fix common/ includes.
14703 * target/waitstatus.h: Fix common/ includes.
14704 * target/waitstatus.c: Fix common/ includes.
14705 * target.h: Fix common/ includes.
14706 * target.c: Fix common/ includes.
14707 * target-memory.c: Fix common/ includes.
14708 * target-descriptions.c: Fix common/ includes.
14709 * symtab.h: Fix common/ includes.
14710 * symfile.c: Fix common/ includes.
14711 * stap-probe.c: Fix common/ includes.
14712 * spu-linux-nat.c: Fix common/ includes.
14713 * sparc-nat.c: Fix common/ includes.
14714 * source.c: Fix common/ includes.
14715 * solib.c: Fix common/ includes.
14716 * solib-target.c: Fix common/ includes.
14717 * ser-unix.c: Fix common/ includes.
14718 * ser-tcp.c: Fix common/ includes.
14719 * ser-pipe.c: Fix common/ includes.
14720 * ser-base.c: Fix common/ includes.
14721 * selftest-arch.c: Fix common/ includes.
14722 * s12z-tdep.c: Fix common/ includes.
14723 * rust-exp.y: Fix common/ includes.
14724 * rs6000-aix-tdep.c: Fix common/ includes.
14725 * riscv-tdep.c: Fix common/ includes.
14726 * remote.c: Fix common/ includes.
14727 * remote-notif.h: Fix common/ includes.
14728 * remote-fileio.h: Fix common/ includes.
14729 * remote-fileio.c: Fix common/ includes.
14730 * regcache.h: Fix common/ includes.
14731 * regcache.c: Fix common/ includes.
14732 * record-btrace.c: Fix common/ includes.
14733 * python/python.c: Fix common/ includes.
14734 * python/py-type.c: Fix common/ includes.
14735 * python/py-inferior.c: Fix common/ includes.
14736 * progspace.h: Fix common/ includes.
14737 * producer.c: Fix common/ includes.
14738 * procfs.c: Fix common/ includes.
14739 * proc-api.c: Fix common/ includes.
14740 * printcmd.c: Fix common/ includes.
14741 * ppc-linux-nat.c: Fix common/ includes.
14742 * parser-defs.h: Fix common/ includes.
14743 * osdata.c: Fix common/ includes.
14744 * obsd-nat.c: Fix common/ includes.
14745 * nat/x86-linux.c: Fix common/ includes.
14746 * nat/x86-linux-dregs.c: Fix common/ includes.
14747 * nat/x86-dregs.h: Fix common/ includes.
14748 * nat/x86-dregs.c: Fix common/ includes.
14749 * nat/ppc-linux.c: Fix common/ includes.
14750 * nat/mips-linux-watch.h: Fix common/ includes.
14751 * nat/mips-linux-watch.c: Fix common/ includes.
14752 * nat/linux-waitpid.c: Fix common/ includes.
14753 * nat/linux-ptrace.h: Fix common/ includes.
14754 * nat/linux-ptrace.c: Fix common/ includes.
14755 * nat/linux-procfs.c: Fix common/ includes.
14756 * nat/linux-personality.c: Fix common/ includes.
14757 * nat/linux-osdata.c: Fix common/ includes.
14758 * nat/linux-namespaces.c: Fix common/ includes.
14759 * nat/linux-btrace.h: Fix common/ includes.
14760 * nat/linux-btrace.c: Fix common/ includes.
14761 * nat/fork-inferior.c: Fix common/ includes.
14762 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14763 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14764 * nat/aarch64-linux.c: Fix common/ includes.
14765 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14766 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14767 * namespace.h: Fix common/ includes.
14768 * mips-linux-tdep.c: Fix common/ includes.
14769 * minsyms.c: Fix common/ includes.
14770 * mi/mi-parse.h: Fix common/ includes.
14771 * mi/mi-main.c: Fix common/ includes.
14772 * mi/mi-cmd-env.c: Fix common/ includes.
14773 * memrange.h: Fix common/ includes.
14774 * memattr.c: Fix common/ includes.
14775 * maint.h: Fix common/ includes.
14776 * maint.c: Fix common/ includes.
14777 * main.c: Fix common/ includes.
14778 * machoread.c: Fix common/ includes.
14779 * location.c: Fix common/ includes.
14780 * linux-thread-db.c: Fix common/ includes.
14781 * linux-nat.c: Fix common/ includes.
14782 * linux-fork.c: Fix common/ includes.
14783 * inline-frame.c: Fix common/ includes.
14784 * infrun.c: Fix common/ includes.
14785 * inflow.c: Fix common/ includes.
14786 * inferior.h: Fix common/ includes.
14787 * inferior.c: Fix common/ includes.
14788 * infcmd.c: Fix common/ includes.
14789 * inf-ptrace.c: Fix common/ includes.
14790 * inf-child.c: Fix common/ includes.
14791 * ia64-linux-nat.c: Fix common/ includes.
14792 * i387-tdep.c: Fix common/ includes.
14793 * i386-tdep.c: Fix common/ includes.
14794 * i386-linux-tdep.c: Fix common/ includes.
14795 * i386-linux-nat.c: Fix common/ includes.
14796 * i386-go32-tdep.c: Fix common/ includes.
14797 * i386-fbsd-tdep.c: Fix common/ includes.
14798 * i386-fbsd-nat.c: Fix common/ includes.
14799 * guile/scm-type.c: Fix common/ includes.
14800 * guile/guile.c: Fix common/ includes.
14801 * go32-nat.c: Fix common/ includes.
14802 * gnu-nat.c: Fix common/ includes.
14803 * gdbthread.h: Fix common/ includes.
14804 * gdbarch-selftests.c: Fix common/ includes.
14805 * gdb_usleep.c: Fix common/ includes.
14806 * gdb_select.h: Fix common/ includes.
14807 * gdb_bfd.c: Fix common/ includes.
14808 * gcore.c: Fix common/ includes.
14809 * fork-child.c: Fix common/ includes.
14810 * findvar.c: Fix common/ includes.
14811 * fbsd-nat.c: Fix common/ includes.
14812 * event-top.c: Fix common/ includes.
14813 * event-loop.c: Fix common/ includes.
14814 * dwarf2read.c: Fix common/ includes.
14815 * dwarf2loc.c: Fix common/ includes.
14816 * dwarf2-frame.c: Fix common/ includes.
14817 * dwarf-index-cache.c: Fix common/ includes.
14818 * dtrace-probe.c: Fix common/ includes.
14819 * disasm-selftests.c: Fix common/ includes.
14820 * defs.h: Fix common/ includes.
14821 * csky-tdep.c: Fix common/ includes.
14822 * cp-valprint.c: Fix common/ includes.
14823 * cp-support.h: Fix common/ includes.
14824 * cp-support.c: Fix common/ includes.
14825 * corelow.c: Fix common/ includes.
14826 * completer.h: Fix common/ includes.
14827 * completer.c: Fix common/ includes.
14828 * compile/compile.c: Fix common/ includes.
14829 * compile/compile-loc2c.c: Fix common/ includes.
14830 * compile/compile-cplus-types.c: Fix common/ includes.
14831 * compile/compile-cplus-symbols.c: Fix common/ includes.
14832 * command.h: Fix common/ includes.
14833 * cli/cli-dump.c: Fix common/ includes.
14834 * cli/cli-cmds.c: Fix common/ includes.
14835 * charset.c: Fix common/ includes.
14836 * build-id.c: Fix common/ includes.
14837 * btrace.h: Fix common/ includes.
14838 * btrace.c: Fix common/ includes.
14839 * breakpoint.h: Fix common/ includes.
14840 * breakpoint.c: Fix common/ includes.
14841 * ax.h:
14842 (enum agent_op): Fix common/ includes.
14843 * ax-general.c (struct aop_map): Fix common/ includes.
14844 * ax-gdb.c: Fix common/ includes.
14845 * auxv.c: Fix common/ includes.
14846 * auto-load.c: Fix common/ includes.
14847 * arm-tdep.c: Fix common/ includes.
14848 * arch/riscv.c: Fix common/ includes.
14849 * arch/ppc-linux-common.c: Fix common/ includes.
14850 * arch/i386.c: Fix common/ includes.
14851 * arch/arm.c: Fix common/ includes.
14852 * arch/arm-linux.c: Fix common/ includes.
14853 * arch/arm-get-next-pcs.c: Fix common/ includes.
14854 * arch/amd64.c: Fix common/ includes.
14855 * arch/aarch64.c: Fix common/ includes.
14856 * arch/aarch64-insn.c: Fix common/ includes.
14857 * arch-utils.c: Fix common/ includes.
14858 * amd64-windows-tdep.c: Fix common/ includes.
14859 * amd64-tdep.c: Fix common/ includes.
14860 * amd64-sol2-tdep.c: Fix common/ includes.
14861 * amd64-obsd-tdep.c: Fix common/ includes.
14862 * amd64-nbsd-tdep.c: Fix common/ includes.
14863 * amd64-linux-tdep.c: Fix common/ includes.
14864 * amd64-linux-nat.c: Fix common/ includes.
14865 * amd64-fbsd-tdep.c: Fix common/ includes.
14866 * amd64-fbsd-nat.c: Fix common/ includes.
14867 * amd64-dicos-tdep.c: Fix common/ includes.
14868 * amd64-darwin-tdep.c: Fix common/ includes.
14869 * agent.c: Fix common/ includes.
14870 * ada-lang.h: Fix common/ includes.
14871 * ada-lang.c: Fix common/ includes.
14872 * aarch64-tdep.c: Fix common/ includes.
14873
2f5c153e
TT
148742019-01-25 Tom Tromey <tom@tromey.com>
14875
14876 * common/create-version.sh: Use common/version.h.
14877
adc6a863
PA
148782019-01-24 Pedro Alves <palves@redhat.com>
14879
14880 * infrun.c (signal_stop, signal_print, signal_program)
14881 (signal_catch, signal_pass): Now arrays instead of pointers.
14882 (update_signals_program_target, do_target_resume)
14883 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14884 * linux-nat.c (linux_nat_target::pass_signals)
14885 (linux_nat_target::create_inferior, linux_nat_target::attach):
14886 Adjust.
14887 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14888 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14889 * procfs.c (procfs_target::pass_signals): Adjust.
14890 * record-full.c (record_full_target::resume): Adjust.
14891 * remote.c (remote_target::pass_signals)
14892 (remote_target::program_signals): Adjust.
14893 * target-debug.h (target_debug_print_signals): Now takes a
14894 gdb::array_view as parameter. Adjust.
14895 * target.h (target_ops) <pass_signals, program_signals>: Replace
14896 pointer and length parameters with gdb::array_view.
14897 (target_pass_signals, target_program_signals): Likewise.
14898 * target-delegates.c: Regenerate.
14899
3046d67a
PA
149002019-01-24 Pedro Alves <palves@redhat.com>
14901
14902 * common/forward-scope-exit.h
14903 (forward_scope_exit::forward_scope_exit): Pass arguments to
14904 m_bind_function directly, instead of creating a std::bind and
14905 copying that.
14906
353229bf
AH
149072019-01-24 Alan Hayward <alan.hayward@arm.com>
14908
14909 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14910 for static members.
14911 (pass_in_v_vfp_candidate): Likewise.
14912
311dc83a
TT
149132019-01-23 Tom Tromey <tom@tromey.com>
14914 Pedro Alves <palves@redhat.com>
14915
14916 * regcache.c (class regcache_invalidator): Remove.
14917 (regcache::raw_write): Use make_scope_exit.
14918
296bd123
TT
149192019-01-23 Tom Tromey <tom@tromey.com>
14920
14921 * ui-out.h (class ui_out_emit_type): Update comment.
14922
979a0d13
TT
149232019-01-23 Tom Tromey <tom@tromey.com>
14924
14925 * infrun.c (fetch_inferior_event): Update comment.
14926
d238133d
TT
149272019-01-23 Tom Tromey <tom@tromey.com>
14928 Pedro Alves <palves@redhat.com>
14929
14930 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14931 parameter.
14932 (fetch_inferior_event): Use SCOPE_EXIT.
14933
14934
9885e6bb
TT
149352019-01-23 Tom Tromey <tom@tromey.com>
14936 Pedro Alves <palves@redhat.com>
14937
14938 * infrun.c (disable_thread_events): Delete.
14939 (stop_all_threads): Use SCOPE_EXIT.
14940
286526c1
TT
149412019-01-23 Tom Tromey <tom@tromey.com>
14942 Pedro Alves <palves@redhat.com>
14943
14944 * symfile.c: Include forward-scope-exit.h.
14945 (clear_symtab_users_cleanup): Replace forward declaration with
14946 a FORWARD_SCOPE_EXIT.
14947 (syms_from_objfile_1): Use the forward_scope_exit and
14948 gdb::optional instead of cleanup_function.
14949 (reread_symbols): Use the forward_scope_exit instead of
14950 cleanup_function.
14951 (clear_symtab_users_cleanup): Remove function.
14952
1db93f14
TT
149532019-01-23 Tom Tromey <tom@tromey.com>
14954 Pedro Alves <palves@redhat.com>
14955
14956 * linux-nat.c: Include scope-exit.h.
14957 (cleanup_target_stop): Remove.
14958 (linux_nat_target::static_tracepoint_markers_by_strid): Use
14959 SCOPE_EXIT.
14960
2cc83d1e
TT
149612019-01-23 Tom Tromey <tom@tromey.com>
14962 Pedro Alves <palves@redhat.com>
14963
14964 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
14965 (call_function_by_hand_dummy): Use SCOPE_EXIT.
14966
694c6bf5
TT
149672019-01-23 Tom Tromey <tom@tromey.com>
14968 Andrew Burgess <andrew.burgess@embecosm.com>
14969 Pedro Alves <palves@redhat.com>
14970
14971 * infrun.c (fetch_inferior_event): Use scope_exit.
14972 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
14973 * top.c (execute_command): Use scope_exit.
14974 * breakpoint.c (bpstat_do_actions): Use scope_exit.
14975 * utils.c (do_bpstat_clear_actions_cleanup)
14976 (make_bpstat_clear_actions_cleanup): Remove.
14977
4c41382a
TT
149782019-01-23 Tom Tromey <tom@tromey.com>
14979 Pedro Alves <palves@redhat.com>
14980
14981 * infrun.c: Include "common/scope-exit.h"
14982 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
14983 (wait_for_inferior): Use SCOPE_EXIT.
14984 (fetch_inferior_event): Use scope_exit.
14985
89f8fb50
TT
149862019-01-23 Tom Tromey <tom@tromey.com>
14987 Pedro Alves <palves@redhat.com>
14988
14989 * breakpoint.c (create_breakpoint): Remove cleanup.
14990
5419bdae
TT
149912019-01-23 Tom Tromey <tom@tromey.com>
14992 Andrew Burgess <andrew.burgess@embecosm.com>
14993 Pedro Alves <palves@redhat.com>
14994
e587ef42
PA
149952019-01-23 Pedro Alves <palves@redhat.com>
14996
14997 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
14998
77f0e74c
PA
149992019-01-23 Pedro Alves <palves@redhat.com>
15000 Andrew Burgess <andrew.burgess@embecosm.com>
15001
15002 * gdbthread.h: Include "common/forward-scope-exit.h".
15003 (scoped_finish_thread_state): Redefine custom class in terms of
15004 forward_scope_exit.
15005
5b9b3e53
PA
150062019-01-23 Pedro Alves <palves@redhat.com>
15007 Andrew Burgess <andrew.burgess@embecosm.com>
15008
15009 * common/forward-scope-exit.h: New file.
15010
54b65c9b
PA
150112019-01-23 Pedro Alves <palves@redhat.com>
15012 Andrew Burgess <andrew.burgess@embecosm.com>
15013 Tom Tromey <tom@tromey.com>
15014
15015 * common/scope-exit.h: New file.
15016
cf08fb29
PA
150172019-01-23 Pedro Alves <palves@redhat.com>
15018
15019 * common/preprocessor.h (ESC): Rename to ...
15020 (ESC_PARENS): ... this.
15021 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
15022 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
15023
ae73e2e2
TT
150242019-01-23 Tom Tromey <tom@tromey.com>
15025
15026 * language.h (class scoped_switch_to_sym_language_if_auto):
15027 Initialize m_lang in both cases.
15028
6594e122
AH
150292019-01-23 Alan Hayward <alan.hayward@arm.com>
15030
15031 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
15032 with XCNEW.
15033
a7c9855d
TT
150342019-01-22 Tom Tromey <tom@tromey.com>
15035
15036 * corelow.c: Do not include sys/file.h.
15037
93cc1d53
TT
150382019-01-22 Tom Tromey <tom@tromey.com>
15039
15040 * tui/tui-wingeneral.h: Include gdb_curses.h.
15041
38561778
TT
150422019-01-22 Tom Tromey <tom@tromey.com>
15043
15044 * source-cache.h (class source_cache) <get_source_lines,
15045 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
15046
37b3ab5b
TT
150472019-01-22 Tom Tromey <tom@tromey.com>
15048
15049 * remote-fileio.h (struct remote_target): Declare.
15050
3fabc016
TT
150512019-01-22 Tom Tromey <tom@tromey.com>
15052
15053 * python/py-arch.c: Do not include py-ref.h.
15054 * python/py-bpevent.c: Do not include py-ref.h.
15055 * python/py-cmd.c: Do not include py-ref.h.
15056 * python/py-continueevent.c: Do not include py-ref.h.
15057 * python/py-event.h: Do not include py-ref.h.
15058 * python/py-evtregistry.c: Do not include py-ref.h.
15059 * python/py-finishbreakpoint.c: Do not include py-ref.h.
15060 * python/py-frame.c: Do not include py-ref.h.
15061 * python/py-framefilter.c: Do not include py-ref.h.
15062 * python/py-function.c: Do not include py-ref.h.
15063 * python/py-infevents.c: Do not include py-ref.h.
15064 * python/py-linetable.c: Do not include py-ref.h.
15065 * python/py-objfile.c: Do not include py-ref.h.
15066 * python/py-param.c: Do not include py-ref.h.
15067 * python/py-prettyprint.c: Do not include py-ref.h.
15068 * python/py-progspace.c: Do not include py-ref.h.
15069 * python/py-symbol.c: Do not include py-ref.h.
15070 * python/py-symtab.c: Do not include py-ref.h.
15071 * python/py-type.c: Do not include py-ref.h.
15072 * python/py-unwind.c: Do not include py-ref.h.
15073 * python/py-utils.c: Do not include py-ref.h.
15074 * python/py-value.c: Do not include py-ref.h.
15075 * python/py-varobj.c: Do not include py-ref.h.
15076 * python/py-xmethods.c: Do not include py-ref.h.
15077 * python/python.c: Do not include py-ref.h.
15078 * varobj.c: Do not include py-ref.h.
15079
6b4d7774
TT
150802019-01-22 Tom Tromey <tom@tromey.com>
15081
15082 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15083 keyword for bcache.
15084
7af7e9b5
TT
150852019-01-22 Tom Tromey <tom@tromey.com>
15086
15087 * compile/compile-cplus-types.c: Remove a comment by #include.
15088
951d1049
TT
150892019-01-22 Tom Tromey <tom@tromey.com>
15090
15091 * compile/gcc-c-plugin.h: Include compile-internal.h.
15092
d65d5705
TT
150932019-01-22 Tom Tromey <tom@tromey.com>
15094
15095 * stabsread.c (EXTERN): Do not define.
15096 (symnum, next_symbol_text_func, processing_gcc_compilation)
15097 (within_function, global_sym_chain, global_stabs)
15098 (previous_stab_code, this_object_header_files)
15099 (n_this_object_header_files)
15100 (n_allocated_this_object_header_files): Define.
15101 * stabsread.h (EXTERN): Never define. Use "extern".
15102
b6fb1ee5
PW
151032019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15104
15105 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15106 history_value.
15107
be6d4f74
TT
151082019-01-21 Tom Tromey <tom@tromey.com>
15109
15110 * ui-out.c: Fix includes.
15111 * tui/tui-source.c: Fix includes.
15112 * target.c: Fix includes.
15113 * remote.c: Fix includes.
15114 * regcache.c: Fix includes.
15115 * python/py-block.c: Fix includes.
15116 * printcmd.c: Fix includes.
15117 * or1k-tdep.c: Fix includes.
15118 * mi/mi-main.c: Fix includes.
15119 * m32r-tdep.c: Fix includes.
15120 * csky-tdep.c: Fix includes.
15121 * compile/compile-cplus-types.c: Fix includes.
15122 * cli/cli-interp.c: Fix includes.
15123
73021deb
AH
151242019-01-21 Alan Hayward <alan.hayward@arm.com>
15125
15126 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15127 for padding.
15128
7932255d
TT
151292019-01-16 Tom Tromey <tom@tromey.com>
15130
15131 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15132 earlier.
15133 (struct objfile) <msymbols_range>: Move from top level.
15134 <msymbols>: New method.
15135 (class objfile_msymbols): Remove.
15136 * symtab.c (default_collect_symbol_completion_matches_break_on):
15137 Update.
15138 * symmisc.c (dump_msymbols): Update.
15139 * stabsread.c (scan_file_globals): Update.
15140 * objc-lang.c (info_selectors_command, info_classes_command)
15141 (find_methods): Update.
15142 * minsyms.c (find_solib_trampoline_target): Update.
15143 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15144 * coffread.c (coff_symfile_read): Update.
15145 * ada-lang.c (ada_lookup_simple_minsym)
15146 (ada_collect_symbol_completion_matches): Update.
15147
604b1bfb
TT
151482019-01-16 Tom Tromey <tom@tromey.com>
15149
15150 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15151 type. Remove no-argument constructor.
15152 <iterator::operator++>: Simplify.
15153 <begin>: Update.
15154 <end>: Use minimal_symbol_count.
15155
f252c6d5
TT
151562019-01-16 Tom Tromey <tom@tromey.com>
15157
15158 * objfiles.h (struct objfile) <psymtabs>: New method.
15159 (class objfile_psymtabs): Remove.
15160 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15161 typedef.
15162 <range>: New method.
15163 (require_partial_symbols): Change return type.
15164 * psymtab.c (require_partial_symbols)
15165 (psym_expand_symtabs_matching): Update.
15166 * mdebugread.c (parse_partial_symbols): Update.
15167 * dbxread.c (dbx_end_psymtab): Update.
15168
b669c953
TT
151692019-01-15 Tom Tromey <tom@tromey.com>
15170
15171 * symtab.c (lookup_objfile_from_block)
15172 (lookup_symbol_in_objfile_symtabs)
15173 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15174 (find_line_symtab, info_sources_command)
15175 (default_collect_symbol_completion_matches_break_on)
15176 (make_source_files_completion_list): Update.
15177 * symmisc.c (print_objfile_statistics, dump_objfile)
15178 (maintenance_print_symbols, maintenance_info_symtabs)
15179 (maintenance_check_symtabs, maintenance_info_line_tables):
15180 Update.
15181 * source.c (select_source_symtab)
15182 (forget_cached_source_info_for_objfile): Update.
15183 * objfiles.h (class objfile_compunits): Remove.
15184 (struct objfile) <compunits_range>: New typedef.
15185 (compunits): New method.
15186 * objfiles.c (objfile_relocate1): Update.
15187 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15188 * maint.c (count_symtabs_and_blocks): Update.
15189 * linespec.c (iterate_over_all_matching_symtabs): Update.
15190 * cp-support.c (add_symbol_overload_list_qualified): Update.
15191 * coffread.c (coff_symtab_read): Update.
15192 * ada-lang.c (add_nonlocal_symbols)
15193 (ada_collect_symbol_completion_matches)
15194 (ada_add_global_exceptions): Update.
15195
7e955d83
TT
151962019-01-15 Tom Tromey <tom@tromey.com>
15197
15198 * progspace.h (program_space) <objfiles_safe_range>: New
15199 typedef.
15200 <objfiles_safe>: New method.
15201 * objfiles.h (class all_objfiles_safe): Remove.
15202 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15203 * jit.c (jit_inferior_exit_hook): Update.
15204
2030c079
TT
152052019-01-17 Tom Tromey <tom@tromey.com>
15206
15207 * progspace.h (program_space) <objfiles_range>: New typedef.
15208 <objfiles>: New method.
15209 <objfiles_head>: Rename from objfiles.
15210 (object_files): Update.
15211 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15212 * guile/scm-pretty-print.c
15213 (ppscm_find_pretty_printer_from_objfiles): Update.
15214 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15215 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15216 Update.
15217 * python/py-progspace.c (pspy_get_objfiles): Update.
15218 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15219 Update.
15220 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15221 (objfpy_lookup_objfile_by_build_id): Update.
15222 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15223 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15224 Update.
15225 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15226 (expand_symtab_containing_pc, lookup_objfile_from_block)
15227 (lookup_static_symbol, basic_lookup_transparent_type)
15228 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15229 (find_line_symtab, info_sources_command)
15230 (default_collect_symbol_completion_matches_break_on)
15231 (make_source_files_completion_list, find_main_name): Update.
15232 * symmisc.c (print_symbol_bcache_statistics)
15233 (print_objfile_statistics, maintenance_print_symbols)
15234 (maintenance_print_msymbols, maintenance_print_objfiles)
15235 (maintenance_info_symtabs, maintenance_check_symtabs)
15236 (maintenance_expand_symtabs, maintenance_info_line_tables):
15237 Update.
15238 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15239 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15240 (map_overlay_command, unmap_overlay_command)
15241 (simple_overlay_update, expand_symtabs_matching)
15242 (map_symbol_filenames): Update.
15243 * symfile-debug.c (set_debug_symfile): Update.
15244 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15245 Update.
15246 * source.c (select_source_symtab, forget_cached_source_info):
15247 Update.
15248 * solib.c (solib_read_symbols): Update.
15249 * solib-spu.c (append_ocl_sos): Update.
15250 * psymtab.c (maintenance_print_psymbols)
15251 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15252 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15253 * printcmd.c (info_symbol_command): Update.
15254 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15255 Update.
15256 * objfiles.h (class all_objfiles): Remove.
15257 * objfiles.c (have_partial_symbols, have_full_symbols)
15258 (have_minimal_symbols, qsort_cmp, update_section_map)
15259 (shared_objfile_contains_address_p)
15260 (default_iterate_over_objfiles_in_search_order): Update.
15261 * objc-lang.c (info_selectors_command, info_classes_command)
15262 (find_methods): Update.
15263 * minsyms.c (find_solib_trampoline_target): Update.
15264 * maint.c (maintenance_info_sections)
15265 (maintenance_translate_address, count_symtabs_and_blocks):
15266 Update.
15267 * main.c (captured_main_1): Update.
15268 * linux-thread-db.c (try_thread_db_load_from_pdir)
15269 (has_libpthread): Update.
15270 * linespec.c (iterate_over_all_matching_symtabs)
15271 (search_minsyms_for_name): Update.
15272 * jit.c (jit_find_objf_with_entry_addr): Update.
15273 * hppa-tdep.c (find_unwind_entry)
15274 (hppa_lookup_stub_minimal_symbol): Update.
15275 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15276 Update.
15277 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15278 (elf_gnu_ifunc_resolve_by_got): Update.
15279 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15280 * dwarf-index-write.c (save_gdb_index_command): Update.
15281 * cp-support.c (add_symbol_overload_list_qualified): Update.
15282 * breakpoint.c (create_overlay_event_breakpoint)
15283 (create_longjmp_master_breakpoint)
15284 (create_std_terminate_master_breakpoint)
15285 (create_exception_master_breakpoint): Update.
15286 * blockframe.c (find_pc_partial_function): Update.
15287 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15288 (ada_collect_symbol_completion_matches)
15289 (ada_add_global_exceptions): Update.
15290
776489e0
TT
152912019-01-17 Tom Tromey <tom@tromey.com>
15292
15293 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15294 declare VEC.
15295 (solib_target_parse_libraries): Change return type.
15296 (library_list_start_segment, library_list_start_section)
15297 (library_list_end_library, library_list_start_library); Update.
15298 (solib_target_free_library_list): Remove.
15299 (solib_target_parse_libraries): Remove cleanup. Change return
15300 type.
15301 (solib_target_current_sos): Update.
15302
6471e7d2
TT
153032019-01-17 Tom Tromey <tromey@bapiya>
15304
15305 * valprint.c: Replace "the the" with "the".
15306 * symtab.c: Replace "the the" with "the".
15307 * solib.c: Replace "the the" with "the".
15308 * solib-dsbt.c: Replace "the the" with "the".
15309 * linespec.c: Replace "the the" with "the".
15310 * dwarf2loc.h: Replace "the the" with "the".
15311 * amd64-windows-tdep.c: Replace "the the" with "the".
15312 * aarch64-tdep.c: Replace "the the" with "the".
15313
c24bdb02
KS
153142019-01-16 Keith Seitz <keiths@redhat.com>
15315
15316 PR gdb/23773
15317 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15318 <builder>: Rename to ..
15319 <m_builder>: ... this and make private.
15320 (dwarf2_cu::get_builder): New method. Change all users of
15321 `builder' to use this method.
15322 (dwarf2_start_symtab): Move to ...
15323 (dwarf2_cu::start_symtab): ... here. Update all callers
15324 (setup_type_unit_groups): Move to ...
15325 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15326 callers.
15327 (dwarf2_cu::reset_builder): New method.
15328 (process_full_compunit, process_full_type_unit): Use
15329 dwarf2_cu::reset_builder.
15330 (follow_die_offset): Record the ancestor CU if it is different
15331 from the followed DIE's CU.
15332 (follow_die_sig_1): Likewise.
15333
8d64371b
TT
153342019-01-15 Tom Tromey <tom@tromey.com>
15335
15336 * remote.c (class remote_state) <buf>: Now a char_vector.
15337 <buf_size>: Remove.
15338 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15339 parameter.
15340 (remote_target::getpkt_or_notif_sane_1)
15341 (remote_target::getpkt_sane)
15342 (remote_target::getpkt_or_notif_sane): Likewise.
15343 (class remote_target) <putpkt>: New overload.
15344 (remote_target::read_frame): Change type of "buf_p". Remove
15345 sizeof_p parameter.
15346 (packet_ok): New overload.
15347 (packet_check_result): New overload.
15348 Update all uses.
15349
bb277751
TT
153502019-01-14 Tom Tromey <tom@tromey.com>
15351
15352 * remote-notif.c (handle_notification, remote_notif_ack)
15353 (remote_notif_parse): Make "buf" const.
15354 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15355 const.
15356 (remote_notif_parse, remote_notif_ack, handle_notification):
15357 Likewise.
15358 * remote.c (remote_notif_stop_parse): Make "buf" const.
15359 (remote_target::remote_parse_stop_reply): Make "buf" const.
15360 (remote_notif_stop_ack): Make "buf" const.
15361
05be00a8
TT
153622019-01-14 Tom Tromey <tom@tromey.com>
15363
15364 * remote.c (remote_console_output): Make parameter const.
15365
491adeca
TT
153662019-01-14 Tom Tromey <tom@tromey.com>
15367
15368 * target-debug.h (target_debug_print_signals): Constify.
15369 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15370 * procfs.c (procfs_target::pass_signals): Update.
15371 * linux-nat.c (linux_nat_target::pass_signals): Update.
15372 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15373 * target-delegates.c: Rebuild.
15374 * remote.c (remote_target::program_signals): Update.
15375 (remote_target::pass_signals): Update.
15376 * target.c (target_pass_signals): Constify argument.
15377 (target_program_signals): Likewise.
15378 * target.h (struct target_ops) <pass_signals, program_signals>:
15379 Constify argument.
15380 (target_pass_signals, target_program_signals): Constify argument.
15381
bbd94648
TT
153822019-01-14 Tom Tromey <tom@tromey.com>
15383
15384 PR tui/28819:
15385 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15386
6f072a10
PFC
153872019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15388
15389 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15390 field.
15391 * rs6000-tdep.c: Include reggroups.h.
15392 (IS_V_ALIAS_PSEUDOREG): Define.
15393 (rs6000_register_name): Return names for the "vX" aliases.
15394 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15395 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15396 aliases. Call default_register_reggroup_p for all other
15397 pseudo-registers.
15398 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15399 New functions.
15400 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15401 Handle "vX" aliases.
15402 (v_alias_pseudo_register_collect): New function.
15403 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15404 (rs6000_gdbarch_init): Initialize "vX" aliases as
15405 pseudo-registers. Restore registration of
15406 rs6000_pseudo_register_reggroup_p with
15407 set_tdesc_pseudo_register_reggroup_p.
15408
1a782351
MF
154092019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15410
15411 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15412 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15413 set_gdbarch_num_pseudo_regs.
15414
d73cff18
PW
154152019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15416
15417 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15418 Remove arg prefixname, add do_set and do_show.
15419 Add member functions set_list and show_list.
15420 * cli/cli-style.c (class cli_style_option): Update accordingly.
15421 (style_set_list): Move to file scope.
15422 (style_show_list): Likewise.
15423 (set_style): Call help_list.
15424 (show_style): Call cmd_show_list.
15425 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15426 Update to use the new macro.
15427
60a90376
JB
154282019-10-12 Joel Brobecker <brobecker@adacore.com>
15429
15430 * ada-lang.c (_initialize_ada_language): Expand the help text
15431 for the "catch exception" command.
15432
9d7c67bf
PW
154332019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15434
15435 * symtab.c (matching_obj_sections): Initialize obj,
15436 declare it closer to its usage.
15437
7cf47dc4
TT
154382019-01-10 Tom Tromey <tom@tromey.com>
15439
15440 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15441 (basic_inf_threads_range): Remove.
15442 (inf_threads_range, inf_non_exited_threads_range)
15443 (safe_inf_threads_range): Use next_adapter.
15444
d3cb6808
KS
154452019-01-10 Keith Seitz <keiths@redhat.com>
15446
15447 PR gdb/23712
15448 PR symtab/23010
15449 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15450 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15451
63a20375
KS
154522019-01-10 Keith Seitz <keiths@redhat.com>
15453
15454 PR gdb/23712
15455 PR symtab/23010
15456 * dictionary.c (pending_to_vector): Remove.
15457 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15458 Remove _1 suffix, replacing functions of the same name. Update
15459 all callers.
15460 (dict_create_hashed, dict_create_hashed_expandable)
15461 (dict_create_linear, dict_create_linear_expandable, dict_free)
15462 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15463 Make functions static.
15464
b026f593
KS
154652019-01-10 Keith Seitz <keiths@redhat.com>
15466
15467 PR gdb/23712
15468 PR symtab/23010
15469 * dictionary.h (struct dictionary): Replace declaration with
15470 multidictionary.
15471 (dict_create_hashed, dict_create_hashed_expandable)
15472 (dict_create_linear, dict_create_linear_expandable)
15473 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15474 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15475 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15476 taking multidictionary argument.
15477 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15478 * block.h (struct block) <dict>: Change to multidictionary
15479 and rename `multidict'.
15480 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15481 symmisc.c: Update all dictionary references to multidictionary.
15482
c7748ee9
KS
154832019-01-10 Keith Seitz <keiths@redhat.com>
15484
15485 PR gdb/23712
15486 PR symtab/23010
15487 * dictionary.c: Include unordered_map.
15488 (pending_to_vector): New function.
15489 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15490 Rewrite the non-"_1" functions to take vector instead
15491 of linked list.
15492 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15493 "new" _1 versions of the same name.
15494 (multidictionary): Define.
15495 (std::hash<enum language): New definition.
15496 (collate_pending_symbols_by_language, mdict_create_hashed)
15497 (mdict_create_hashed_expandable, mdict_create_linear)
15498 (mdict_create_linear_expandable, mdict_free)
15499 (find_language_dictionary, create_new_language_dictionary)
15500 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15501 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15502 (mdict_size, mdict_empty): New functions.
15503 * dictionary.h (mdict_iterator): Define.
15504
67aa1f3c
PA
155052019-01-10 Pedro Alves <palves@redhat.com>
15506
15507 * breakpoint.c (read_uploaded_action)
15508 (create_tracepoint_from_upload): Adjust to use
15509 gdb::unique_xmalloc_ptr.
15510 * ctf.c (ctf_write_uploaded_tp):
15511 (SET_ARRAY_FIELD): Use emplace_back.
15512 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15513 * tracefile-tfile.c (tfile_write_uploaded_tp):
15514 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15515 gdb::unique_xmalloc_ptr.
15516 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15517 at_string, cond_string, cmd_strings>: Replace char pointers
15518 with gdb::unique_xmalloc_ptr.
15519
2f667667
PA
155202019-01-10 Pedro Alves <palves@redhat.com>
15521
15522 * solib-target.c (library_list_start_library): Don't xstrdup name.
15523
36cb7237
PA
155242019-01-10 Pedro Alves <palves@redhat.com>
15525
15526 * mdebugread.c (parse_partial_symbols): Use
15527 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15528
da584958
AB
155292019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15530
15531 * linux-fork.c (scoped_switch_fork_info)
15532 <~scoped_switch_fork_info>: Fix incorrect variable name.
15533
1ef8573c
AB
155342019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15535
15536 * linux-fork.c (scoped_switch_fork_info)
15537 <scoped_switch_fork_info>: Make explicit.
15538 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15539
8d7bcccb
TT
155402019-01-10 Tom Tromey <tom@tromey.com>
15541
15542 * objfiles.h (objfile::reset_psymtabs): Update.
15543 * objfiles.c (objfile::objfile): Update.
15544 * psymtab.h (psymtab_storage::obstack): Update.
15545 (psymtab_storage::m_obstack): Use gdb::optional.
15546 (class psymtab_storage): Update comment. Remove objfile
15547 parameter.
15548 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15549
b596a3c7
TT
155502019-01-10 Tom Tromey <tom@tromey.com>
15551
15552 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15553 <free_psymtabs>: Now private.
15554 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15555 (allocate_psymtab): Use new method.
15556
a9342b62
TT
155572019-01-10 Tom Tromey <tom@tromey.com>
15558
15559 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15560 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15561 * mdebugread.c (parse_partial_symbols): Use
15562 allocate_dependencies.
15563 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15564 allocate_dependencies.
15565 (process_psymtab_comp_unit_reader)
15566 (build_type_psymtab_dependencies): Likewise.
15567 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15568
5af70966
TT
155692019-01-10 Tom Tromey <tom@tromey.com>
15570
15571 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15572 PSYMBOL_SET_LANGUAGE.
15573 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15574
5923a04c
TT
155752019-01-10 Tom Tromey <tom@tromey.com>
15576
15577 * psymtab.h (psymtab_storage::obstack): New method.
15578 <m_obstack>: Rename from obstack; now private.
15579 * psymtab.c (psymtab_storage): Update.
15580 * dwarf2read.c (create_addrmap_from_index)
15581 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15582 Update.
15583
6d6a12bf
TT
155842019-01-10 Tom Tromey <tom@tromey.com>
15585
15586 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15587 * objfiles.h (objfile::reset_psymtabs): New method.
15588
d320c2b5
TT
155892019-01-10 Tom Tromey <tom@tromey.com>
15590
15591 * symmisc.c (print_symbol_bcache_statistics): Update.
15592 (print_objfile_statistics): Update.
15593 * symfile.c (reread_symbols): Update.
15594 * psymtab.h (class psymtab_storage): New.
15595 * psymtab.c (psymtab_storage): New constructor.
15596 (~psymtab_storage): New destructor.
15597 (require_partial_symbols): Update.
15598 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15599 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15600 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15601 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15602 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15603 (start_psymtab_common, end_psymtab_common)
15604 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15605 (allocate_psymtab): Update.
15606 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15607 Update.
15608 (dump_psymtab_addrmap, maintenance_print_psymbols)
15609 (maintenance_check_psymtabs): Update.
15610 (class objfile_psymtabs): Move to objfiles.h.
15611 * psympriv.h (discard_psymtab): Now inline.
15612 (psymtab_discarder::psymtab_discarder): Update.
15613 (psymtab_discarder::~psymtab_discarder): Update.
15614 (ALL_OBJFILE_PSYMTABS): Rewrite.
15615 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15616 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15617 Remove fields.
15618 <partial_symtabs>: New field.
15619 (class objfile_psymtabs): Move from psymtab.h. Update.
15620 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15621 psymbol_cache.
15622 (objfile::~objfile): Don't destroy psymbol_cache.
15623 * mdebugread.c (parse_partial_symbols): Update.
15624 * dwarf2read.c (create_addrmap_from_index)
15625 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15626 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15627 (add_partial_subprogram, dwarf2_ranges_read): Update.
15628 * dwarf-index-write.c (write_address_map)
15629 (write_one_signatured_type, recursively_write_psymbols)
15630 (class debug_names, class debug_names, write_psymtabs_to_index):
15631 Update.
15632
1d94a5a3
TT
156332019-01-10 Tom Tromey <tom@tromey.com>
15634
15635 * symtab.h (SYMBOL_SET_NAMES): Update.
15636 (symbol_set_names): Update.
15637 (MSYMBOL_SET_NAMES): Update.
15638 * symtab.c (symbol_set_names): Change argument to be an
15639 objfile_per_bfd_storage.
15640 * psymtab.c (add_psymbol_to_bcache): Update.
15641 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15642
0f14768a
TT
156432019-01-10 Tom Tromey <tom@tromey.com>
15644
15645 * symtab.c (create_demangled_names_hash): Change argument to be an
15646 objfile_per_bfd_storage.
15647 (symbol_set_names): Update.
15648
6eee24ce
TT
156492019-01-10 Tom Tromey <tom@tromey.com>
15650
15651 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15652 init_psymbol_list.
15653 * psymtab.c (init_psymbol_list): Do nothing if already called.
15654 * psympriv.h (init_psymbol_list): Add comment.
15655 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15656 init_psymbol_list.
15657 * dbxread.c (dbx_symfile_read): Unconditionally call
15658 init_psymbol_list.
15659
75aedd27
TT
156602019-01-10 Tom Tromey <tom@tromey.com>
15661
15662 * xcoffread.c (scan_xcoff_symtab): Update.
15663 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15664 "where".
15665 * mdebugread.c (parse_partial_symbols)
15666 (handle_psymbol_enumerators): Update.
15667 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15668 * dbxread.c (read_dbx_symtab): Update.
15669 * psympriv.h (psymbol_placement): New enum.
15670 (add_psymbol_to_list): Update.
15671
939652a5
TT
156722019-01-10 Tom Tromey <tom@tromey.com>
15673
15674 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15675 static_psymbols parameters.
15676 (scan_xcoff_symtab): Update.
15677 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15678 static_psymbols parameters.
15679 * psympriv.h (start_psymtab_common): Update.
15680 * mdebugread.c (parse_partial_symbols): Update.
15681 * dwarf2read.c (create_partial_symtab): Update.
15682 * dbxread.c (read_dbx_symtab): Update.
15683 (start_psymtab): Remove global_psymbols and static_psymbols
15684 parameters.
15685
baa62830
TT
156862019-01-10 Tom Tromey <tom@tromey.com>
15687
15688 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15689 * psymtab.c (allocate_psymtab): Add comment.
15690 * psympriv.h (allocate_psymtab): Add comment.
15691 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15692 initializations.
15693 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15694
0e8f53ba
TT
156952019-01-10 Tom Tromey <tom@tromey.com>
15696
15697 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15698 Don't declare.
15699 * mipsread.c: Include mdebugread.h.
15700 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15701 Declare.
15702 * elfread.c: Include mdebugread.h.
15703
b22a7c6a
TT
157042019-01-09 Tom Tromey <tom@tromey.com>
15705
15706 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15707 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15708 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15709 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15710 (psym_lookup_symbol, psym_find_last_source_symtab)
15711 (psym_forget_cached_source_info, psym_print_stats)
15712 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15713 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15714 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15715 (psym_find_compunit_symtab_by_address)
15716 (maintenance_print_psymbols, maintenance_info_psymtabs)
15717 (maintenance_check_psymtabs): Use ranged for.
15718 * psymtab.h (class objfile_psymtabs): New.
15719 (require_partial_symbols): Return objfile_psymtabs.
15720 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15721
3b9d3ac2
TT
157222019-01-09 Tom Tromey <tom@tromey.com>
15723
15724 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15725 (find_pc_mapped_section, list_overlays_command)
15726 (map_overlay_command, unmap_overlay_command)
15727 (simple_overlay_update): Use all_objfiles.
15728 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15729 * printcmd.c (info_symbol_command): Use all_objfiles.
15730 * objfiles.h (ALL_OBJSECTIONS): Remove.
15731 * maint.c (maintenance_translate_address): Use all_objfiles.
15732 * gcore.c (gcore_create_callback): Use all_objfiles.
15733 (objfile_find_memory_regions): Likewise.
15734
8b31193a
TT
157352019-01-09 Tom Tromey <tom@tromey.com>
15736
15737 * symtab.c (find_line_symtab, info_sources_command)
15738 (make_source_files_completion_list): Use objfile_compunits.
15739 * source.c (select_source_symtab): Use objfile_compunits.
15740 * objfiles.h (struct objfile): Update comment.
15741 (ALL_OBJFILES): Remove.
15742 (ALL_FILETABS): Remove.
15743 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15744 objfile_compunits.
15745
d5da8b3c
TT
157462019-01-09 Tom Tromey <tom@tromey.com>
15747
15748 * symmisc.c (print_objfile_statistics, dump_objfile)
15749 (maintenance_print_symbols): Use compunit_filetabs.
15750 * source.c (forget_cached_source_info_for_objfile): Use
15751 compunit_filetabs.
15752 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15753 (ALL_FILETABS): Use compunit_filetabs.
15754 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15755 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15756
5accd1a0
TT
157572019-01-09 Tom Tromey <tom@tromey.com>
15758
15759 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15760 (compunit_filetabs): New.
15761 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15762 compunit_filetabs.
15763 (info_sources_command, make_source_files_completion_list): Remove
15764 declaration.
15765 * symmisc.c (print_objfile_statistics, dump_objfile)
15766 (maintenance_print_symbols): Remove declaration.
15767 (maintenance_info_symtabs): Use compunit_filetabs.
15768 (maintenance_info_line_tables): Likewise.
15769 * source.c (select_source_symtab): Change local variable name.
15770 (forget_cached_source_info_for_objfile): Remove declaration.
15771 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15772 * objfiles.c (objfile_relocate1): Remove declaration.
15773 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15774 declaration.
15775 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15776 * coffread.c (coff_symtab_read): Remove declaration.
15777 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15778 compunit_filetabs.
15779
d8aeb77f
TT
157802019-01-09 Tom Tromey <tom@tromey.com>
15781
15782 * symtab.c (lookup_objfile_from_block)
15783 (find_pc_sect_compunit_symtab, search_symbols)
15784 (default_collect_symbol_completion_matches_break_on): Use
15785 objfile_compunits.
15786 * objfiles.h (ALL_COMPUNITS): Remove.
15787 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15788 * cp-support.c (add_symbol_overload_list_qualified): Use
15789 objfile_compunits.
15790 * ada-lang.c (ada_collect_symbol_completion_matches)
15791 (ada_add_global_exceptions): Use objfile_compunits.
15792
592553c4
TT
157932019-01-09 Tom Tromey <tom@tromey.com>
15794
15795 * source.c (select_source_symtab)
15796 (forget_cached_source_info_for_objfile): Remove declaration.
15797 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15798 declaration.
15799 * maint.c (count_symtabs_and_blocks): Remove declaration.
15800 * cp-support.c (add_symbol_overload_list_qualified): Remove
15801 declaration.
15802 * coffread.c (coff_symtab_read): Remove declaration.
15803 * symtab.c (lookup_symbol_in_objfile_symtabs)
15804 (basic_lookup_transparent_type_1): Use objfile_compunits.
15805 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15806 (info_sources_command, search_symbols)
15807 (default_collect_symbol_completion_matches_break_on)
15808 (make_source_files_completion_list): Remove declaration.
15809 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15810 (ada_collect_symbol_completion_matches)
15811 (ada_add_global_exceptions): Remove declaration.
15812 * linespec.c (iterate_over_all_matching_symtabs): Use
15813 objfile_compunits.
15814 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15815 (class objfile_compunits): New.
15816 (ALL_COMPUNITS): Use objfile_compunits.
15817 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15818 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15819 objfile_compunits.
15820 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15821
5325b9bf
TT
158222019-01-09 Tom Tromey <tom@tromey.com>
15823
15824 * symtab.c (search_symbols)
15825 (default_collect_symbol_completion_matches_break_on): Use
15826 objfile_msymbols.
15827 * ada-lang.c (ada_lookup_simple_minsym)
15828 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15829 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15830 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15831 objfile_msymbols.
15832 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15833 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15834 * objc-lang.c (find_methods): Use objfile_msymbols.
15835 (info_selectors_command, info_classes_command): Likewise.
15836 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15837 * objfiles.h (class objfile_msymbols): New.
15838 (ALL_OBJFILE_MSYMBOLS): Remove.
15839 (ALL_MSYMBOLS): Remove.
15840
cac85af2
TT
158412019-01-09 Tom Tromey <tom@tromey.com>
15842
15843 * common/next-iterator.h (next_adapter): Add Iterator template
15844 parameter.
15845 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15846 (class all_objfiles_safe): New.
15847 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15848 * objfiles.c (put_objfile_before): Update comment.
15849 (add_separate_debug_objfile): Likewise.
15850 (free_all_objfiles): Use all_objfiles_safe.
15851 (objfile_purge_solibs): Likewise.
15852
aed57c53
TT
158532019-01-09 Tom Tromey <tom@tromey.com>
15854
15855 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15856 (expand_symtab_containing_pc, lookup_static_symbol)
15857 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15858 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15859 all_objfiles.
15860 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15861 * breakpoint.c (create_overlay_event_breakpoint)
15862 (create_longjmp_master_breakpoint)
15863 (create_std_terminate_master_breakpoint)
15864 (create_exception_master_breakpoint): Use all_objfiles.
15865 * linux-thread-db.c (try_thread_db_load_from_pdir)
15866 (has_libpthread): Use all_objfiles.
15867 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15868 * linespec.c (iterate_over_all_matching_symtabs)
15869 (search_minsyms_for_name): Use all_objfiles.
15870 * maint.c (maintenance_info_sections): Use all_objfiles.
15871 * main.c (captured_main_1): Use all_objfiles.
15872 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15873 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15874 * guile/scm-pretty-print.c
15875 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15876 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15877 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15878 (maintenance_print_msymbols): Use all_objfiles.
15879 * source.c (select_source_symtab): Use all_objfiles.
15880 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15881 * symfile.c (remove_symbol_file_command)
15882 (expand_symtabs_matching, map_symbol_filenames): Use
15883 all_objfiles.
15884 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15885 all_objfiles.
15886 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15887 * objc-lang.c (find_methods): Use all_objfiles.
15888 * objfiles.c (have_partial_symbols, have_full_symbols)
15889 (have_minimal_symbols, qsort_cmp)
15890 (default_iterate_over_objfiles_in_search_order): Use
15891 all_objfiles.
15892 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15893 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15894 (maintenance_check_psymtabs): Use all_objfiles.
15895 (ALL_PSYMTABS): Remove.
15896 * compile/compile-object-run.c (do_module_cleanup): Use
15897 all_objfiles.
15898 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15899 * cp-support.c (add_symbol_overload_list_qualified): Use
15900 all_objfiles.
15901 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15902 Use all_objfiles.
15903 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15904 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15905 all_objfiles.
15906 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15907 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15908 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15909 Uses all_objfiles.
15910 * solib.c (solib_read_symbols): Use all_objfiles
15911
99d89cde
TT
159122019-01-09 Tom Tromey <tom@tromey.com>
15913
15914 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15915 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15916 all_objfiles.
15917 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15918 * symmisc.c (print_symbol_bcache_statistics)
15919 (print_objfile_statistics, maintenance_print_objfiles)
15920 (maintenance_info_symtabs, maintenance_check_symtabs)
15921 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15922 all_objfiles.
15923 * source.c (forget_cached_source_info): Use all_objfiles.
15924 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15925 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15926 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15927 * objfiles.c (update_section_map): Use all_objfiles.
15928 (shared_objfile_contains_address_p): Likewise.
15929 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15930 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15931
21708325
TT
159322019-01-09 Tom Tromey <tom@tromey.com>
15933
15934 * common/next-iterator.h: New file.
15935 * objfiles.h (class all_objfiles): New.
15936 (struct objfile_iterator): New.
15937
669e09f6
PW
159382019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15939
15940 * NEWS: Move the description of the changed "frame", "select-frame",
15941 and "info frame" commands to the Changed commands section.
15942
041be526
SM
159432019-01-09 Simon Marchi <simon.marchi@ericsson.com>
15944
15945 * gdbtypes.c (check_stub_method_group): Remove handling of old
15946 mangling schemes.
15947 * linespec.c (find_methods): Likewise.
15948 * stabsread.c (read_member_functions): Likewise.
15949 * valops.c (search_struct_method): Likewise.
15950 (value_struct_elt_for_reference): Likewise.
15951 * NEWS: Mention this change.
15952
0e2a2133
AB
159532019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15954
15955 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
15956 print_source_lines.
15957 * source.c (print_source_lines_base): Update line number check.
15958 (print_source_lines): New function.
15959 (source_lines_range::source_lines_range): New function.
15960 * source.h (class source_lines_range): New class.
15961 (print_source_lines): New declaration.
15962
1055a3b4
PW
159632019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15964
15965 * linespec.c (linespec_state_destructor): Free self->canonical_names.
15966
cfeadda5
TT
159672019-01-08 Tom Tromey <tom@tromey.com>
15968 Simon Marchi <simon.marchi@ericsson.com>
15969
15970 PR gdb/24060
15971 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
15972 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
15973 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15974 * f-exp.y (DOLLAR_VARIABLE): Likewise.
15975 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
15976 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15977
583068ca
AB
159782019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15979
15980 * source.c (select_source_symtab): Move header comment to
15981 declaration in source.h.
15982 (forget_cached_source_info_for_objfile): Likewise.
15983 (forget_cached_source_info): Likewise.
15984 (identify_source_line): Likewise.
15985 * source.h (identify_source_line): Move declaration from symtab.h
15986 and add comment from source.c
15987 (print_source_lines): Likewise.
15988 (forget_cached_source_info_for_objfile): Likewise.
15989 (forget_cached_source_info): Likewise.
15990 (select_source_symtab): Likewise.
15991 (enum print_source_lines_flag): Move definition from symtab.h.
15992 * symtab.h (identify_source_line): Move declaration to source.h.
15993 (print_source_lines): Likewise.
15994 (forget_cached_source_info_for_objfile): Likewise.
15995 (forget_cached_source_info): Likewise.
15996 (select_source_symtab): Likewise.
15997 (enum print_source_lines_flag): Move definition to source.h.
15998 * tui/tui-hooks.c: Add 'source.h' include.
15999
ec98a4ad
AB
160002019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16001
16002 * source.c (print_source_lines_base): Handle requests to print
16003 reverse line number sequences, and guard against empty lines
16004 string.
16005
62ea19c1
AB
160062019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
16007
16008 * source.c (print_source_lines_base): Fix skip of '\r' if next
16009 character is '\n'.
16010
9d30e1fd
TT
160112019-01-06 Tom Tromey <tom@tromey.com>
16012
16013 * c-exp.y (struct c_parse_state) <macro_original_text,
16014 expansion_obstack>: New member.
16015 (macro_original_text, expansion_obstack): Remove globals.
16016 (scan_macro_expansion, scanning_macro_expansion)
16017 (finished_macro_expansion): Update.
16018 (scan_macro_cleanup): Remove.
16019 (yylex, c_parse): Update.
16020
c65bac38
TT
160212019-01-06 Tom Tromey <tom@tromey.com>
16022
16023 * c-exp.y (struct c_parse_state) <strings>: New member.
16024 (operator_stoken): Update.
16025
02e12e38
TT
160262019-01-06 Tom Tromey <tom@tromey.com>
16027
16028 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
16029 (union type_stack_elt) <typelist_val>: Now a pointer to
16030 std::vector.
16031 (type_stack_cleanup): Don't declare.
16032 (push_typelist): Update.
16033 * parse.c (pop_typelist): Return a std::vector.
16034 (push_typelist): Take a std::vector.
16035 (follow_types): Update. Do not free args.
16036 (type_stack_cleanup): Remove.
16037 * c-exp.y (struct c_parse_state): New.
16038 (cpstate): New global.
16039 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
16040 (nonempty_typelist): Update.
16041 (func_mod): Create a new vector.
16042 (c_parse): Create a c_parse_state.
16043 (check_parameter_typelist): Do not delete params.
16044 (function_method): Update. Do not delete type_list.
16045
f097f5ad
TT
160462019-01-06 Tom Tromey <tom@tromey.com>
16047
16048 PR gdb/28155:
16049 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
16050 check_typedef.
16051 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
16052 (print_return_value): Likewise.
16053
d2adf9f1
TT
160542019-01-05 Tom Tromey <tom@tromey.com>
16055
16056 * contrib/cleanup_check.py: Remove.
16057 * contrib/gcc-with-excheck: Remove.
16058 * contrib/exsummary.py: Remove.
16059 * contrib/excheck.py: Remove.
16060
2eab46b1
JB
160612019-01-05 Joel Brobecker <brobecker@adacore.com>
16062
16063 * thread.c (delete_thread_1): Add gdb_assert that THR is not
16064 NULL. Initialize tpprev to NULL instead of assigning it
16065 to NULL on the next statement.
16066 * windows-nat.c (windows_delete_thread): Remove check for
16067 main_thread_id before printing thread exit notifications.
16068 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16069 Remove thread ID check against main_thread_id.
16070 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16071 windows_delete_thread.
16072 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16073
48c5e7e2
TT
160742019-01-04 Tom Tromey <tom@tromey.com>
16075
16076 * compile/compile.c (_initialize_compile): Use upper case for
16077 metasyntactic variables.
16078 * symmisc.c (_initialize_symmisc): Use upper case for
16079 metasyntactic variables.
16080 * psymtab.c (_initialize_psymtab): Use upper case for
16081 metasyntactic variables.
16082 * demangle.c (demangle_command): Use upper case for metasyntactic
16083 variables.
16084 (_initialize_demangler): Likewise.
16085 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16086 variables.
16087
986041cd
TT
160882019-01-03 Tom Tromey <tom@tromey.com>
16089
16090 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16091
7c711119
TT
160922019-01-03 Tom Tromey <tom@tromey.com>
16093
16094 * python/py-symtab.c (salpy_str): Update.
16095 (struct salpy_sal_object) <symtab>: Now a PyObject.
16096 (salpy_dealloc): Update.
16097 (del_objfile_sal): Use gdbpy_ref.
16098
1b20edf0
TT
160992019-01-03 Tom Tromey <tom@tromey.com>
16100
16101 * python/py-type.c (convert_field): Use new_reference. Return
16102 gdbpy_ref.
16103 (make_fielditem): Return gdbpy_ref.
16104 (typy_fields): Update.
16105 (typy_getitem): Update.
16106 (field_name): Return gdbpy_ref. Use new_reference.
16107 (typy_iterator_iternext): Update.
16108
ea41325b
TT
161092019-01-03 Tom Tromey <tom@tromey.com>
16110
16111 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16112
2a3c71d6
TT
161132019-01-03 Tom Tromey <tom@tromey.com>
16114
16115 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16116 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16117 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16118 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16119 (pspy_set_type_printers): Likewise.
16120 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16121 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16122 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16123 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16124 (objfpy_set_type_printers): Likewise.
16125
5c329e6a
TT
161262019-01-03 Tom Tromey <tom@tromey.com>
16127
16128 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16129 (gdbpy_print_stack): Use gdbpy_err_fetch.
16130 * python/python-internal.h (class gdbpy_err_fetch): New class.
16131 (class gdbpy_enter) <m_error_type, m_error_value,
16132 m_error_traceback>: Remove.
16133 <m_error>: New member.
16134 (gdbpy_exception_to_string): Don't declare.
16135 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16136 * python/py-value.c (convert_value_from_python): Use
16137 gdbpy_err_fetch.
16138 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16139 gdbpy_exception_to_string.
16140 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16141 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16142 gdbpy_err_fetch.
16143
169bb27b
AB
161442019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16145
16146 * linux-nat.c (delete_lwp_cleanup): Delete.
16147 (struct lwp_deleter): New struct.
16148 (lwp_info_up): New typedef.
16149 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16150 lwp_info_up.
16151
a07c8880
AB
161522019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16153
16154 * linux-fork.c (class scoped_switch_fork_info): New class.
16155 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16156
26089c49
AB
161572019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16158
16159 * valops.c (find_overload_match): Remove use of null_cleanup, and
16160 calls to do_cleanups.
16161
06d3e5b0
AB
161622019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16163
16164 * compile/compile-cplus-types.c
16165 (compile_cplus_instance::decl_name): Handle changes to
16166 cp_func_name.
16167 * cp-support.c (cp_func_name): Update header comment, update
16168 return type.
16169 * cp-support.h (cp_func_name): Update return type in declaration.
16170 * valops.c (find_overload_match): Move temp_func local to top
16171 level of function and change its type. Use temp_func to hold and
16172 delete temporary string obtained from cp_func_name.
16173
66644cd3
AB
161742019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16175
16176 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16177 gdb::char_vector, remove cleanup, and update uses of `msg`.
16178
592d8c0a
JW
161792019-01-03 Jim Wilson <jimw@sifive.com>
16180
16181 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16182
c55d06ec
TT
161832019-01-02 Tom Tromey <tom@tromey.com>
16184
16185 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16186 (tdesc_parse_xml): Remove cleanups.
16187 * target-descriptions.h (make_cleanup_free_target_description):
16188 Don't declare.
16189 (target_desc_deleter): New struct.
16190 (target_desc_up): New typedef.
16191 * target-descriptions.c (target_desc_deleter::operator()): Rename
16192 from free_target_description.
16193 (make_cleanup_free_target_description): Remove.
16194
3a6ae42d
TT
161952019-01-02 Tom Tromey <tom@tromey.com>
16196
16197 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16198 constructor, destructor.
16199 (linespec_parser): Remove typedef.
16200 (~linespec_parser): Rename from linespec_parser_delete.
16201 (linespec_lex_to_end, linespec_complete_label)
16202 (linespec_complete): Update.
16203 (decode_line_full): Remove cleanups.
16204 (decode_line_1): Update.
16205
61fd3e73
TT
162062019-01-02 Tom Tromey <tom@tromey.com>
16207
16208 * python/python-internal.h (inferior_to_inferior_object): Change
16209 return type.
16210 * python/py-exitedevent.c (create_exited_event_object): Update.
16211 * python/py-inferior.c (inferior_to_inferior_object): Return
16212 gdbpy_ref.
16213 (python_new_inferior, python_inferior_deleted)
16214 (thread_to_thread_object, delete_thread_object)
16215 (build_inferior_list, gdbpy_selected_inferior): Update.
16216 * python/py-infthread.c (create_thread_object): Update. Also fail
16217 if inferior_to_inferior_object fails.
16218
d20172fc
SM
162192019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16220
16221 * inferior.h (class inferior) <displaced_step_state>: New field.
16222 * infrun.h (struct displaced_step_state): Move here from
16223 infrun.c. Initialize fields, add constructor.
16224 <inf>: Remove field.
16225 <reset>: New method.
16226 * infrun.c (struct displaced_step_inferior_state): Move to
16227 infrun.h.
16228 (displaced_step_inferior_states): Remove.
16229 (get_displaced_stepping_state): Adust.
16230 (displaced_step_in_progress_any_inferior): Adjust.
16231 (displaced_step_in_progress_thread): Adjust.
16232 (displaced_step_in_progress): Adjust.
16233 (add_displaced_stepping_state): Remove.
16234 (get_displaced_step_closure_by_addr): Adjust.
16235 (remove_displaced_stepping_state): Remove.
16236 (infrun_inferior_exit): Call displaced_step_state.reset.
16237 (use_displaced_stepping): Don't check for NULL.
16238 (displaced_step_prepare_throw): Call
16239 get_displaced_stepping_state.
16240 (displaced_step_fixup): Don't check for NULL.
16241 (prepare_for_detach): Don't check for NULL.
16242
e3319240
PW
162432019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16244
16245 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16246 in case of call that did not complete.
16247
5d36dfb9
AU
162482019-01-02 Andrey Utkin <autkin@undo.io>
16249
16250 * symfile.c (find_separate_debug_file): Fix search of debug files for
16251 remote debuggee.
16252
8833fbf0
TT
162532019-01-02 Tom Tromey <tom@tromey.com>
16254
16255 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16256 indentation.
16257 * python/py-frame.c (frapy_older): Remove cast.
16258 (frapy_newer): Likewise.
16259 * python/py-breakpoint.c (local_setattro): Remove cast.
16260 * python/py-arch.c (archpy_name): Remove local variable.
16261 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16262
4ada3dfd
JB
162632019-01-02 Joel Brobecker <brobecker@adacore.com>
16264
16265 * unittests/basic_string_view/element_access/char/empty.cc:
16266 Fix year range in copyright header.
16267
113b7b81
AB
162682019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16269
16270 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16271 Delete.
16272 <operator==>: Update with for removed field.
16273 <hash>: Likewise.
16274 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16275 <isa_features>: ...this.
16276 <abi_features>: New field.
16277 (riscv_isa_flen): Update comment.
16278 (riscv_abi_xlen): New declaration.
16279 (riscv_abi_flen): New declaration.
16280 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16281 isa_features.
16282 (riscv_abi_xlen): New function.
16283 (riscv_isa_flen): Update to get answer from isa_features.
16284 (riscv_abi_flen): New function.
16285 (riscv_has_fp_abi): Update to get answer from abi_features.
16286 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16287 xlen and flen.
16288 (riscv_call_info) <xlen, flen>: Update comment.
16289 (riscv_call_arg_struct): Remove invalid assertions
16290 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16291 is removed.
16292 (riscv_gdbarch_init): Gather isa features and abi features
16293 separately, ensure both match on the gdbarch when reusing an old
16294 gdbarch. Relax an error check to allow 32-bit abi float to run on
16295 a target with 64-bit float hardware.
16296
b18ca514
PW
162972019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16298
16299 * source.c (search_command_helper): Stop reverse search
16300 when line 1 has been searched.
16301
ec70d8db
PW
163022019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16303
16304 * record-full.c (record_full_base_target::close): Rewrite
16305 record_full_core_buf_list free logic.
16306
5b38f9c1
PW
163072019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16308
16309 * break-catch-syscall.c (print_one_catch_syscall): xfree
16310 the last text.
16311
66d91b39
JB
163122019-01-01 Joel Brobecker <brobecker@adacore.com>
16313
16314 * top.c (print_gdb_version): Update Copyright year in version
16315 message.
16316
42a4f53d
JB
163172019-01-01 Joel Brobecker <brobecker@adacore.com>
16318
16319 Update copyright year range in all GDB files.
16320
7e955d83 163212019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
2139e8dc 16322
5bbd631d 16323 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 16324
5bbd631d 16325For older changes see ChangeLog-2018.
c906108c
SS
16326\f
16327Local Variables:
16328mode: change-log
16329left-margin: 8
16330fill-column: 74
16331version-control: never
57da7796 16332coding: utf-8
c906108c 16333End:
5bbd631d 16334
This page took 2.854342 seconds and 4 git commands to generate.