Fix a problem computing the size fields in the PE format header.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
3a8fa228
CB
12019-12-04 Christian Biesinger <cbiesinger@google.com>
2
3 * configure.nat (obsd64): Add missing files x86-nat.o and
4 nat/x86-dregs.o.
5
2dbc041e
TT
62019-12-04 Tom Tromey <tom@tromey.com>
7
8 * valprint.c (val_print_string): Use metadata_style.
9 * go-valprint.c (print_go_string): Use metadata style.
10 * p-valprint.c (pascal_object_print_static_field): Use metadata
11 style.
12 * cp-valprint.c (cp_print_static_field): Use metadata style.
13
36c8fb93
AB
142019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
15 Chris January <chris.january@arm.com>
16
17 * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New
18 tokens.
19 (typebase): New patterns for complex, single/double precision, and
20 single/double complex.
21 (f77_keywords): Change token for complex keyword, and add single,
22 double, and precision keywords.
23
c6170c2c
SM
242019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
25
26 * avr-tdep.c (_initialize_avr_tdep): Improve help of command
27 "info io_registers".
28
894ecaf4
SM
292019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
30
31 * regcache.c (cooked_read_test): Initialize thread list of
32 mock_inferior.
33
be155ebb
SM
342019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
35
36 * aarch64-linux-tdep.c: Remove includes.
37
c577cdd7
SM
382019-12-04 Simon Marchi <simon.marchi@polymtl.ca>
39
40 * aarch64-tdep.c: Remove includes.
41
610cfd61
SM
422019-12-04 Simon Marchi <simon.marchi@efficios.com>
43
44 * filtered-iterator.h (filtered_iterator) <operator==,
45 operator!=>: Compare wrapped iterators, not wrapped pointers.
46 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
47 unittests/filtered_iterator-selftests.c.
48 * unittests/filtered_iterator-selftests.c: New file.
49
a05cf17a
TT
502019-12-04 Tom Tromey <tromey@adacore.com>
51
52 * gdbtypes.c (create_range_type): Inherit endianity
53 from base type.
54
d5a22e77
TT
552019-12-04 Tom Tromey <tromey@adacore.com>
56
57 * ada-lang.c (decode_constrained_packed_array)
58 (ada_value_assign, value_assign_to_component): Update.
59 * dwarf2loc.c (rw_pieced_value, access_memory)
60 (dwarf2_compile_expr_to_ax): Update.
61 * dwarf2read.c (dwarf2_add_field): Update.
62 * eval.c (evaluate_subexp_standard): Update.
63 * gdbarch.c, gdbarch.h: Rebuild.
64 * gdbarch.sh (bits_big_endian): Remove.
65 * gdbtypes.h (union field_location): Update comment.
66 * target-descriptions.c (make_gdb_type): Update.
67 * valarith.c (value_bit_index): Update.
68 * value.c (struct value) <bitpos>: Update comment.
69 (unpack_bits_as_long, modify_field): Update.
70 * value.h (value_bitpos): Update comment.
71
7ab4a236
TT
722019-12-04 Tom Tromey <tromey@adacore.com>
73
74 * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown
75 endian-ness.
76
103a685e
TT
772019-12-04 Tom Tromey <tromey@adacore.com>
78
79 * dwarf2read.c (dwarf2_init_float_type)
80 (dwarf2_init_complex_target_type): Add byte_order parameter.
81 (read_base_type): Compute byte order earlier.
82 * gdbtypes.c (init_float_type): Add byte_order parameter.
83 * gdbtypes.h (init_float_type): Add byte_order parameter.
84
7a9e9f9f
TT
852019-12-04 Tom Tromey <tromey@adacore.com>
86
87 * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
88
feee869b
TT
892019-12-04 Tom Tromey <tromey@adacore.com>
90
91 * dwarf2read.c (process_structure_scope): Initialize
92 "discr_offset".
93
c2512106
AB
942019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
95
96 * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
97 add it into the search spec.
98 (parse_max_results_option): New function.
99 (mi_info_functions_or_variables): Parse -max-results flag and pass
100 it to mi_symbol_info.
101 (mi_cmd_symbol_info_modules): Likewise.
102 (mi_cmd_symbol_info_types): Likewise.
103 * symtab.c (global_symbol_searcher::add_matching_symbols): Change
104 return type to bool, change result container into a set, and don't
105 add new results if we have enough already.
106 (global_symbol_searcher::add_matching_msymbols): Change return
107 type to bool, and don't add new results if we have enough already.
108 (sort_search_symbols_remove_dups): Delete.
109 (global_symbol_searcher::search): Early exit from search loop when
110 we have enough results. Use a std::set to collect the results
111 from calling add_matching_symbols.
112 * symtab.h (global_symbol_searcher) <set_max_seach_results>: New
113 member function.
114 (global_symbol_searcher) <m_max_search_results>: New member
115 variable.
116 (global_symbol_searcher) <add_matching_symbols>: Update header
117 comment and change return type to bool.
118 (global_symbol_searcher) <add_matching_msymbols>: Update header
119 comment and change return type to bool.
120
f97a63c5
AB
1212019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
122
123 * symtab.c (symbol_search::compare_search_syms): Update header
124 comment.
125 (global_symbol_searcher::is_suitable_msymbol): New function.
126 (global_symbol_searcher::expand_symtabs): New function.
127 (global_symbol_searcher::add_matching_symbols): New function.
128 (global_symbol_searcher::add_matching_msymbols): New function.
129 (global_symbol_searcher::search): Move most of the content
130 into the new functions above, and call them as needed.
131 * symtab.h (global_symbol_searcher) <expand_symtabs>: New member
132 function.
133 (global_symbol_searcher) <add_matching_symbols>: New member
134 function.
135 (global_symbol_searcher) <add_matching_msymbols>: New member
136 function.
137 (global_symbol_searcher) <is_suitable_msymbol>: New member
138 function.
139
293b38d6
AB
1402019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
143 -symbol-info-module-variables entries.
144 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
145 (mi_cmd_symbol_info_module_variables): Declare.
146 * mi/mi-symbol-cmds.c
147 (module_symbol_search_iterator): New typedef.
148 (output_module_symbols_in_single_module_and_file): New function.
149 (output_module_symbols_in_single_module): New function.
150 (mi_info_module_functions_or_variables): New function.
151 (mi_cmd_symbol_info_module_functions): New function.
152 (mi_cmd_symbol_info_module_variables): New function.
153 * NEWS: Mention new MI command.
154
4cbd39b2
CB
1552019-12-03 Christian Biesinger <cbiesinger@google.com>
156
157 * bcache.c (hash): Remove.
158 (hash_continue): Remove.
159 * bcache.h (hash): Remove.
160 (hash_continue): Remove.
161 (struct bcache) <ctor>: Update.
162 * psymtab.c (psymbol_hash): Update.
163 * stabsread.c (hashname): Update.
164 * utils.h (fast_hash): Add an argument for a start value,
165 defaulting to zero.
166
82f910ea
PW
1672019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
168 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
169 (destroy_block_symbol_cache): New function.
170 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
171 (resize_symbol_cache): Likewise.
172
de2396d0
TT
1732019-12-02 Tom Tromey <tom@tromey.com>
174
175 * unittests/tui-selftests.c (run_tests): Make conditional.
176 (_initialize_tui_selftest): Make conditional.
177
638d85bc
CB
1782019-12-02 Christian Biesinger <cbiesinger@google.com>
179
180 * aix-thread.c (debug_aix_thread): Change type to bool.
181
7532a164
LM
1822019-12-02 Luis Machado <luis.machado@linaro.org>
183
184 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
185
216a7e6b
AB
1862019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * dwarf2read.c (read_tag_string_type): Read the fields required to
189 make a dynamic string, and possibly create a dynamic range for the
190 string.
191 (attr_to_dynamic_prop): Setup is_reference based on the type of
192 attribute being processed.
193 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
194 (resolve_dynamic_array): Rename to...
195 (resolve_dynamic_array_or_string): ...this, update header comment,
196 and accept TYPE_CODE_STRING.
197 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
198
11a8b164
AB
1992019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
200
201 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
202 of its implementation from...
203 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
204 the new function.
205
5bbd8269
AB
2062019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
207
208 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
209 create a range with stride where appropriate.
210 * f-valprint.c: Include 'gdbarch.h'.
211 (f77_print_array_1): Take the stride into account when walking the
212 array. Also convert the stride into addressable units.
213 * gdbtypes.c (create_range_type): Initialise the stride to
214 constant zero.
215 (create_range_type_with_stride): New function, initialise the
216 range as normal, and then setup the stride.
217 (has_static_range): Include the stride here. Also change the
218 return type to bool.
219 (create_array_type_with_stride): Consider the range stride if the
220 array isn't given its own stride.
221 (resolve_dynamic_range): Resolve the stride if needed.
222 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
223 (struct range_bounds) <flag_is_byte_stride>: New member variable.
224 (TYPE_BIT_STRIDE): Define.
225 (TYPE_ARRAY_BIT_STRIDE): Define.
226 (create_range_type_with_stride): Declare.
227 * valarith.c (value_subscripted_rvalue): Take range stride into
228 account when walking the array.
229
82e3b564
TT
2302019-12-01 Tom Tromey <tom@tromey.com>
231
232 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
233 specially.
234
517d261d
TT
2352019-12-01 Tom Tromey <tom@tromey.com>
236
237 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
238 \0.
239 * unittests/tui-selftests.c: New file.
240 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
241
484c9b64
TT
2422019-12-01 Tom Tromey <tom@tromey.com>
243
244 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
245
a2a7af0c
TT
2462019-12-01 Tom Tromey <tom@tromey.com>
247
248 * NEWS: Document new settings.
249 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
250 * tui/tui-win.c (_initialize_tui_win): Add border style
251 observers.
252 * tui/tui-io.h (tui_apply_style): Declare.
253 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
254 longer static.
255 (apply_ansi_escape, tui_set_reverse_mode): Update.
256 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
257 Add "skip_intensity" parameter.
258 <changed>: New member.
259 <do_set_value>: Declare.
260 (tui_border_style, tui_active_border_style): Declare.
261 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
262 globals.
263 (cli_style_option): Initialize "changed".
264 (cli_style_option::do_set_value): New function.
265 (cli_style_option::add_setshow_commands): Add "skip_intensity"
266 parameter. Update.
267 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
268 (_initialize_cli_style): Update. Create TUI border style
269 commands.
270
d1da6b01
TT
2712019-12-01 Tom Tromey <tom@tromey.com>
272
273 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
274 parameter.
275 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
276 parameter.
277 * tui/tui-win.h (compact_source): Declare.
278 * tui/tui-win.c (compact_source): New global.
279 (tui_set_compact_source, tui_show_compact_source): New functions.
280 (_initialize_tui_win): Add "compact-source" setting.
281 * tui/tui-source.c (tui_source_window::set_contents): Handle
282 compact_source setting.
283 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
284 * NEWS: Document new setting.
285
489dbda6
TT
2862019-11-30 Tom Tromey <tom@tromey.com>
287
288 * dwarf2read.c (dwarf2_add_field): Include field offset when
289 computing variant part length.
290
bf498525
PW
2912019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
292 * NEWS: Mention define-prefix. Tell that command names can now
293 contain a . character.
294
be09caf1
PW
2952019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
296
297 * command.h (valid_cmd_char_p): Declare.
298 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
299 the check of valid command char.
300 (find_command_name_length, valid_user_defined_cmd_name_p): Use
301 valid_cmd_char_p.
302 * cli/cli-script.c (validate_comname): Likewise.
303 * completer.c (gdb_completer_command_word_break_characters):
304 Do not remove . from the word break char, update comments.
305 (complete_line_internal_1): Use valid_cmd_char_p.
306 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
307 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
308
c6ac7fc9
PW
3092019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
310
311 * cli/cli-script.c (do_define_command): Ensure a redefined
312 prefix command is kept as a prefix command.
313 (define_prefix_command): New function.
314 (show_user_1): Report user defined prefixes.
315 (_initialize_cli_script): Create the new 'define-prefix' command.
316 Add completers for 'define' and 'document'.
317 * top.c (execute_command): If command is a user-defined prefix only
318 command, report the list of commands for this prefix command.
319
a992a3b0
TBA
3202019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
321
322 * valops.c (find_oload_champ): Improve debug output.
323
e9194a1a
TBA
3242019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
325
326 * valops.c (find_oload_champ): Print part of debug messages
327 before the badness vector is std::move'd.
328
53a008a6
TT
3292019-11-28 Tom Tromey <tom@tromey.com>
330
331 * value.c (creal_internal_fn): Fix comment.
332
bab05c83
TT
3332019-11-28 Tom Tromey <tom@tromey.com>
334
335 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
336 flag_bound_evaluated>: Now unsigned.
337
2522f049
TT
3382019-11-28 Tom Tromey <tom@tromey.com>
339
340 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
341 declare.
342
38b49e22
MS
3432019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
344
345 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
346 debug output.
347 * jit.c (jit_unregister_code): Add debug print to match
348 `jit_register_code`.
349
35125921
CB
3502019-11-27 Christian Biesinger <cbiesinger@google.com>
351
352 * NEWS: Mention the new multithreaded symbol loading.
353
62e77f56
CB
3542019-11-27 Christian Biesinger <cbiesinger@google.com>
355
356 * maint.c (n_worker_threads): Default to 0.
357 (worker_threads_disabled): New function.
358 * maint.h (worker_threads_disabled): New function.
359 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
360 here if worker_threads_disabled () is true.
361 (minimal_symbol_reader::install): Skip all threading if
362 worker_threads_disabled () is true.
363
f29d7f6b
CB
3642019-11-27 Christian Biesinger <cbiesinger@google.com>
365
366 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
367 hash code if possible.
368 (add_minsym_to_demangled_hash_table): Likewise.
369 (minimal_symbol_reader::install): Compute the hash codes for msymbol
370 on the background thread.
371 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
372 Add these fields.
373
e76b2246
CB
3742019-11-27 Christian Biesinger <cbiesinger@google.com>
375
376 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
377 of the mangled name on the background thread.
378 * symtab.c (symbol_set_names): Allow passing in the hash of the
379 linkage_name.
380 * symtab.h (symbol_set_names): Likewise.
381
8d9a2568
KB
3822019-11-27 Kevin Buettner <kevinb@redhat.com>
383
384 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
385 physnames are computed for inherited DIEs.
386
fad03f6e
TT
3872019-11-27 Tom Tromey <tromey@adacore.com>
388
389 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
390 backslashes.
391 * cp-support.c: Remove unnecessary backslashes.
392
43678b0a
CB
3932019-11-27 Christian Biesinger <cbiesinger@google.com>
394
395 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
396 with sym->set_linkage_name.
397 * coffread.c (coff_read_enum_type): Likewise.
398 * mdebugread.c (parse_symbol): Likewise.
399 * stabsread.c (patch_block_stabs): Likewise.
400 (define_symbol): Likewise.
401 (read_enum_type): Likewise.
402 (common_block_end): Likewise.
403 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
404 function.
405 (SYMBOL_SET_LINKAGE_NAME): Remove.
406 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
407 with sym->set_linkage_name.
408
db5960b4
AB
4092019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
410
411 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
412 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
413 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
414 * NEWS: Mention new MI command.
415
7dc42066
AB
4162019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
419 '-symbol-info-types', and '-symbol-info-variables'.
420 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
421 (mi_cmd_symbol_info_types): Declare.
422 (mi_cmd_symbol_info_variables): Declare.
423 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
424 (output_debug_symbol): New function.
425 (output_nondebug_symbol): New function.
426 (mi_symbol_info): New function.
427 (mi_info_functions_or_variables): New function.
428 (mi_cmd_symbol_info_functions): New function.
429 (mi_cmd_symbol_info_types): New function.
430 (mi_cmd_symbol_info_variables): New function.
431 * NEWS: Mention new commands.
432
5f512a7d
AB
4332019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
434
435 * symtab.c (symbol_to_info_string): New function, most content
436 moved from print_symbol_info, but updated to return a std::string.
437 (print_symbol_info): Update to use symbol_to_info_string and print
438 returned string.
439 * symtab.h (symbol_to_info_string): Declare new function.
440
470c0b1c
AB
4412019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
442
443 * python/python.c (gdbpy_rbreak): Convert to using
444 global_symbol_searcher.
445 * symtab.c (file_matches): Convert return type to bool, change
446 file list to std::vector, update header comment.
447 (search_symbols): Rename to...
448 (global_symbol_searcher::search): ...this and update now its
449 a member function of global_symbol_searcher. Take account of the
450 changes to file_matches.
451 (symtab_symbol_info): Convert to using global_symbol_searcher.
452 (rbreak_command): Likewise.
453 (search_module_symbols): Likewise.
454 * symtab.h (enum symbol_search): Update comment.
455 (search_symbols): Remove declaration.
456 (class global_symbol_searcher): New class.
457
57357d9d
TT
4582019-11-26 Tom Tromey <tromey@adacore.com>
459
460 * cp-support.c (_initialize_cp_support): Conditionally initialize
461 gdb_demangle_attempt_core_dump.
462
3ea16160
TT
4632019-11-26 Tom Tromey <tom@tromey.com>
464
465 * python/py-function.c (fnpy_init): Update.
466 * value.h (add_internal_function): Adjust declaration.
467 * value.c (function_destroyer): Remove.
468 (do_add_internal_function): Don't set destroyer or copy name.
469 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
470 Set name_allocated.
471 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
472 (cmdpy_init): Set name_allocated.
473 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
474 member.
475 (~cmd_list_element): Free "name" if needed.
476
1a6d41c6
TT
4772019-11-26 Tom Tromey <tom@tromey.com>
478
479 * value.h (add_internal_function): Add new overload. Move
480 documentation from value.h.
481 * value.c (do_add_internal_function): New function.
482 (add_internal_function): Use it. Add new overload.
483 (function_destroyer): Don't free doc.
484 * python/py-function.c (fnpy_init): Update.
485
8318f3c3
TT
4862019-11-26 Tom Tromey <tom@tromey.com>
487
488 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
489 (cmdpy_init): Set "doc_allocated".
490
4da8c3a8
TT
4912019-11-26 Tom Tromey <tom@tromey.com>
492
493 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
494 name of worker thread.
495 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
496 pthread_setname_np.
497 * configure, config.in: Rebuild.
498
971db5e2
TT
4992019-11-26 Tom Tromey <tom@tromey.com>
500
501 * python/python.c (class gdbpy_gil): New.
502 (struct gdbpy_event): Add constructor, destructor, operator().
503 (gdbpy_post_event): Use run_on_main_thread.
504 (gdbpy_initialize_events): Remove.
505 (do_start_initialization): Update.
506
22138db6
TT
5072019-11-26 Tom Tromey <tom@tromey.com>
508
509 * NEWS: Add entry.
510 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
511 commands. Call update_thread_pool_size.
512 (update_thread_pool_size, maintenance_set_worker_threads): New
513 functions.
514 (n_worker_threads): New global.
515
d55c9a68
TT
5162019-11-26 Christian Biesinger <cbiesinger@google.com>
517 Tom Tromey <tom@tromey.com>
518
519 * minsyms.c (minimal_symbol_reader::install): Use
520 parallel_for_each.
521 * gdbsupport/parallel-for.h: New file.
522 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
523
a0b57563
CB
5242019-11-26 Christian Biesinger <cbiesinger@google.com>
525 Tom Tromey <tom@tromey.com>
526
527 * gdbsupport/thread-pool.h: New file.
528 * gdbsupport/thread-pool.c: New file.
529 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
530 (HFILES_NO_SRCDIR): Add thread-pool.h.
531
3b3978bc
TT
5322019-11-26 Tom Tromey <tom@tromey.com>
533
534 * event-top.h (thread_local_segv_handler): Declare.
535 * event-top.c (thread_local_segv_handler): New global.
536 (install_handle_sigsegv, handle_sigsegv): New functions.
537 (async_init_signals): Install SIGSEGV handler.
538 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
539 thread-local.
540 (report_failed_demangle): New function.
541 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
542 handler-setting code, instead use segv_handler. Run warning code
543 on main thread.
544
9411c49e
TT
5452019-11-26 Tom Tromey <tom@tromey.com>
546
547 * run-on-main-thread.c: New file.
548 * run-on-main-thread.h: New file.
549 * unittests/main-thread-selftests.c: New file.
550 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
551 main-thread-selftests.c.
552 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
553 (COMMON_SFILES): Add run-on-main-thread.c.
554
c3efb965
TT
5552019-11-26 Tom Tromey <tom@tromey.com>
556
557 * main.c (setup_alternate_signal_stack): Remove.
558 (captured_main_1): Use gdb::alternate_signal_stack.
559 * gdbsupport/alt-stack.h: New file.
560
21987b9c
TT
5612019-11-26 Tom Tromey <tom@tromey.com>
562
563 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
564 Remove comment.
565 (save_original_signals_state, restore_original_signals_state): Use
566 gdb_sigmask.
567 * linux-nat.c (block_child_signals, restore_child_signals_mask)
568 (_initialize_linux_nat): Use gdb_sigmask.
569 * guile/guile.c (_initialize_guile): Use block_signals.
570 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
571 * gdbsupport/gdb-sigmask.h: New file.
572 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
573 * cp-support.c (gdb_demangle): Use gdb_sigmask.
574 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
575 pthread_sigmask.
576 * configure, config.in: Rebuild.
577 * gdbsupport/block-signals.h: New file.
578
5e030278
TT
5792019-11-26 Tom Tromey <tom@tromey.com>
580
581 * acinclude.m4: Include ax_pthread.m4.
582 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
583 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
584 (CLIBS): Use PTHREAD_LIBS.
585 (aclocal_m4_deps): Add ax_pthread.m4.
586 * config.in, configure: Rebuild.
587 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
588
5a79c107
TT
5892019-11-26 Tom Tromey <tom@tromey.com>
590
591 * symtab.h (struct minimal_symbol) <name_set>: New member.
592 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
593 Don't call symbol_set_names.
594 (minimal_symbol_reader::install): Call symbol_set_names.
595
aa369509
PW
5962019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
597
598 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
599 restore_active_ext_lang, as GIL is needed for (indirectly)
600 called PyOS_InterruptOccurred.
601
cadc9cb8
SM
6022019-11-26 Simon Marchi <simon.marchi@efficios.com>
603
604 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
605 definition.
606
d04afd58
SM
6072019-11-26 Simon Marchi <simon.marchi@efficios.com>
608
609 * remote-sim.c (simulator_command): Make static, remove
610 declaration.
611
dd694d77
SM
6122019-11-26 Simon Marchi <simon.marchi@efficios.com>
613
614 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
615 static.
616 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
617 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
618 (main): Likewise.
619 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
620 (main): Likewise.
621 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
622 (main): Likewise.
623 * unittests/basic_string_view/element_access/char/1.cc (test01):
624 Likewise.
625 (main): Likewise.
626 * unittests/basic_string_view/element_access/char/empty.cc (main):
627 Likewise.
628 * unittests/basic_string_view/element_access/char/front_back.cc
629 (test01): Likewise.
630 (main): Likewise.
631 * unittests/basic_string_view/inserters/char/2.cc (test05):
632 Likewise.
633 (main): Likewise.
634 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
635 (test01): Likewise.
636 (main): Likewise.
637 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
638 (test01): Likewise.
639 (main): Likewise.
640 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
641 Likewise.
642 * unittests/basic_string_view/operations/compare/char/1.cc
643 (test01): Likewise.
644 (main): Likewise.
645 * unittests/basic_string_view/operations/compare/char/13650.cc
646 (test01): Likewise.
647 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
648 Likewise.
649 (main): Likewise.
650 * unittests/basic_string_view/operations/data/char/1.cc (test01):
651 Likewise.
652 (main): Likewise.
653 * unittests/basic_string_view/operations/find/char/1.cc (test01):
654 Likewise.
655 (main): Likewise.
656 * unittests/basic_string_view/operations/find/char/2.cc (test02):
657 Likewise.
658 (main): Likewise.
659 * unittests/basic_string_view/operations/find/char/3.cc (test03):
660 Likewise.
661 (main): Likewise.
662 * unittests/basic_string_view/operations/find/char/4.cc (main):
663 Likewise.
664 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
665 Likewise.
666 (main): Likewise.
667 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
668 Likewise.
669 (main): Likewise.
670 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
671 Likewise.
672 (main): Likewise.
673 * unittests/basic_string_view/operations/substr/char/1.cc
674 (test01): Likewise.
675 (main): Likewise.
676 * unittests/basic_string_view/operators/char/2.cc (main):
677 Likewise.
678 * unittests/optional/assignment/1.cc (test): Likewise.
679 * unittests/optional/assignment/2.cc (test): Likewise.
680 * unittests/optional/assignment/3.cc (test): Likewise.
681 * unittests/optional/assignment/4.cc (test): Likewise.
682 * unittests/optional/assignment/5.cc (test): Likewise.
683 * unittests/optional/assignment/6.cc (test): Likewise.
684 * unittests/optional/assignment/7.cc (test): Likewise.
685 * unittests/optional/cons/copy.cc (test): Likewise.
686 * unittests/optional/cons/default.cc (test): Likewise.
687 * unittests/optional/cons/move.cc (test): Likewise.
688 * unittests/optional/cons/value.cc (test): Likewise.
689 * unittests/optional/in_place.cc (test): Likewise.
690 * unittests/optional/observers/1.cc (test): Likewise.
691 * unittests/optional/observers/2.cc (test): Likewise.
692
3b5c1d49
SM
6932019-11-26 Simon Marchi <simon.marchi@efficios.com>
694
695 * tui-win.h (tui_set_var_cmd): Remove.
696 * tui-win.c (tui_set_var_cmd): Make static.
697
adce99fe
SM
6982019-11-26 Simon Marchi <simon.marchi@efficios.com>
699
700 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
701 rbreak_command_wrapper): Remove.
702 * symtab.c (rbreak_command_wrapper): Remove.
703
fe3adccf
SM
7042019-11-26 Simon Marchi <simon.marchi@efficios.com>
705
706 * inferior.h (info_terminal_command): Remove declaration.
707 * inflow.c (info_terminal_command): Make static.
708
b926335f
SM
7092019-11-26 Simon Marchi <simon.marchi@efficios.com>
710
711 * inferior.c (exit_inferior_silent): Remove.
712
b62f6f54
SM
7132019-11-26 Simon Marchi <simon.marchi@efficios.com>
714
715 * dictionary.c (dict_empty, mdict_empty): Remove.
716 * dictionary.c (mdict_empty): Remove.
717
cb8c24b6
SM
7182019-11-26 Simon Marchi <simon.marchi@efficios.com>
719
720 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
721 (arc_insn_get_memory_offset): Likewise.
722 (arc_insn_dump): Likewise.
723 * cp-support.c (test_cp_symbol_name_matches): Likewise.
724 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
725 * dictionary.c (dict_iterator_next): Likewise.
726 (dict_iter_match_first): Likewise.
727 (dict_iter_match_next): Likewise.
728 * f-lang.c (evaluate_subexp_f): Likewise.
729 * hppa-tdep.c (hppa_read_pc): Likewise.
730 * i386-tdep.c (i386_floatformat_for_type): Likewise.
731 * parse.c (write_exp_elt_msym): Likewise.
732 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
733 * remote.c (remote_packet_size): Likewise.
734 (remote_notif_stop_parse): Likewise.
735 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
736 * s12z-tdep.c (s12z_disassemble_info): Likewise.
737 * source.c (prepare_path_for_appending): Likewise.
738 * sparc64-linux-tdep.c
739 (sparc64_linux_handle_segmentation_fault); Likewise.
740 * stack.c (frame_selection_by_function_completer): Likewise.
741
781597ff
SM
7422019-11-26 Simon Marchi <simon.marchi@efficios.com>
743
744 * completer.c (set_gdb_completion_word_break_characters):
745 Remove.
746
23baa4cc
SM
7472019-11-26 Simon Marchi <simon.marchi@efficios.com>
748
749 * dwarf-index-write.c: Include dwarf-index-write.h.
750 * mi/mi-interp.c: Include mi/mi-interp.h.
751
23767560
SM
7522019-11-26 Simon Marchi <simon.marchi@efficios.com>
753
754 * aarch32-tdep.c: Include aarch32-tdep.h.
755 * aarch32-tdep.h: Forward-declare struct target_desc.
756
6d91ce9a
CB
7572019-11-26 Christian Biesinger <cbiesinger@google.com>
758
759 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
760 strerror.
761 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
762 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
763
3cf2f237
TV
7642019-11-25 Tom de Vries <tdevries@suse.de>
765
766 * contrib/words.sh: Add -c option.
767
5b89c67a
CB
7682019-11-25 Christian Biesinger <cbiesinger@google.com>
769
770 * solib.c (solib_find_1): Change int to bool.
771 (exec_file_find): Change int to bool.
772 (solib_find): Change int to bool.
773 (solib_read_symbols): Change int to bool.
774 (solib_used): Change int to bool.
775 (solib_add): Change int to bool.
776 (info_sharedlibrary_command): Change int to bool.
777 (solib_contains_address_p): Change int to bool.
778 (solib_keep_data_in_core): Change int to bool.
779 (in_solib_dynsym_resolve_code): Change int to bool.
780 (reload_shared_libraries_1): Change int to bool.
781 (gdb_sysroot_changed): Change int to bool.
782 * solib.h (solib_read_symbols): Change int to bool.
783 (solib_contains_address_p): Change int to bool.
784 (solib_keep_data_in_core): Change int to bool.
785 (in_solib_dynsym_resolve_code): Change int to bool.
786 (libpthread_name_p): Change int to bool.
787
6cc8564b
LM
7882019-11-25 Luis Machado <luis.machado@linaro.org>
789
790 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
791 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
792 (remote_packet_max_chars): New static global.
793 (show_remote_packet_max_chars): New function.
794 (remote_target::putpkt_binary): Adjust to use new
795 remote_packet_max_chars option.
796 (remote_target::getpkt_or_notif_sane_1): Likewise.
797 (_initialize_remote): Register new remote-packet-max-chars option.
798
a7cdaa91
SM
7992019-11-24 Simon Marchi <simon.marchi@efficios.com>
800
801 * m68k-linux-nat.c: Include gdbarch.h.
802
26abc753
TT
8032019-11-24 Tom Tromey <tom@tromey.com>
804
805 * symfile.c (read_symbols): Update.
806 * psymtab.c (require_partial_symbols): Change type of "verbose" to
807 bool.
808 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
809 (psym_lookup_symbol, psym_find_last_source_symtab)
810 (psym_forget_cached_source_info, psym_print_stats)
811 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
812 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
813 (psym_map_matching_symbols, psym_expand_symtabs_matching)
814 (psym_find_compunit_symtab_by_address)
815 (maintenance_print_psymbols, maintenance_info_psymtabs)
816 (maintenance_check_psymtabs): Update.
817 * psymtab.h (require_partial_symbols): Change type of "verbose" to
818 bool.
819
012fc909
TT
8202019-11-22 Tom Tromey <tom@tromey.com>
821
822 * observable.h: Update comments.
823
c83d8d32
TT
8242019-11-22 Tom Tromey <tromey@adacore.com>
825
826 * ada-tasks.c (ada_task_is_alive): Make parameter const.
827 (print_ada_task_info): Don't try to fetch thread id if task is not
828 alive.
829
987012b8
CB
8302019-11-22 Christian Biesinger <cbiesinger@google.com>
831
832 * ada-exp.y: Update.
833 * ada-lang.c (sort_choices): Update.
834 (ada_print_symbol_signature): Update.
835 (resolve_subexp): Update.
836 (ada_parse_renaming): Update.
837 (ada_read_renaming_var_value): Update.
838 (lesseq_defined_than): Update.
839 (remove_extra_symbols): Update.
840 (remove_irrelevant_renamings): Update.
841 (ada_add_block_symbols): Update.
842 (ada_collect_symbol_completion_matches): Update.
843 (ada_is_renaming_symbol): Update.
844 (aggregate_assign_from_choices): Update.
845 (ada_evaluate_subexp): Update.
846 (ada_has_this_exception_support): Update.
847 (ada_is_non_standard_exception_sym): Update.
848 (ada_add_exceptions_from_frame): Update.
849 (ada_add_global_exceptions): Update.
850 (ada_print_subexp): Update.
851 * ax-gdb.c (gen_var_ref): Update.
852 (gen_maybe_namespace_elt): Update.
853 (gen_expr_for_cast): Update.
854 (gen_expr): Update.
855 * block.h: Update.
856 * blockframe.c (find_pc_partial_function): Update.
857 * breakpoint.c (print_breakpoint_location): Update.
858 (update_static_tracepoint): Update.
859 * btrace.c (ftrace_print_function_name): Update.
860 (ftrace_function_switched): Update.
861 * buildsym.c (find_symbol_in_list): Update.
862 * c-exp.y: Update.
863 * c-typeprint.c (c_print_typedef): Update.
864 (c_type_print_template_args): Update.
865 * cli/cli-cmds.c (edit_command): Update.
866 (list_command): Update.
867 (print_sal_location): Update.
868 * coffread.c (patch_opaque_types): Update.
869 (process_coff_symbol): Update.
870 (coff_read_enum_type): Update.
871 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
872 (convert_one_symbol): Update.
873 (hash_symname): Update.
874 (eq_symname): Update.
875 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
876 * compile/compile-cplus-types.c (debug_print_scope): Update.
877 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
878 * compile/compile-object-load.c (get_out_value_type): Update.
879 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
880 (search_symbol_list): Update.
881 (cp_lookup_symbol_imports_or_template): Update.
882 * cp-support.c (overload_list_add_symbol): Update.
883 * ctfread.c (psymtab_to_symtab): Update.
884 * dbxread.c (cp_set_block_scope): Update.
885 * dictionary.c (iter_match_first_hashed): Update.
886 (iter_match_next_hashed): Update.
887 (insert_symbol_hashed): Update.
888 (iter_match_next_linear): Update.
889 * dictionary.h: Update.
890 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
891 (locexpr_describe_location_piece): Update.
892 (locexpr_describe_location_1): Update.
893 (locexpr_generate_c_location): Update.
894 (loclist_describe_location): Update.
895 (loclist_generate_c_location): Update.
896 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
897 (read_func_scope): Update.
898 (process_enumeration_scope): Update.
899 (new_symbol): Update.
900 (dwarf2_const_value): Update.
901 (dwarf2_symbol_mark_computed): Update.
902 * eval.c (evaluate_funcall): Update.
903 (evaluate_subexp_standard): Update.
904 * expprint.c (print_subexp_standard): Update.
905 (dump_subexp_body_standard): Update.
906 * f-valprint.c (info_common_command_for_block): Update.
907 * findvar.c (get_hosting_frame): Update.
908 (default_read_var_value): Update.
909 * go-lang.c (go_symbol_package_name): Update.
910 * guile/scm-block.c (bkscm_print_block_smob): Update.
911 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
912 (gdbscm_symbol_name): Update.
913 (gdbscm_symbol_linkage_name): Update.
914 (gdbscm_symbol_print_name): Update.
915 * infcall.c (get_function_name): Update.
916 * infcmd.c (jump_command): Update.
917 (finish_command): Update.
918 * infrun.c (insert_exception_resume_breakpoint): Update.
919 * linespec.c (canonicalize_linespec): Update.
920 (create_sals_line_offset): Update.
921 (convert_linespec_to_sals): Update.
922 (complete_label): Update.
923 (find_label_symbols_in_block): Update.
924 * m2-typeprint.c (m2_print_typedef): Update.
925 * mdebugread.c (mdebug_reg_to_regnum): Update.
926 (parse_symbol): Update.
927 (mylookup_symbol): Update.
928 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
929 (list_args_or_locals): Update.
930 * objc-lang.c (compare_selectors): Update.
931 (info_selectors_command): Update.
932 (compare_classes): Update.
933 (info_classes_command): Update.
934 (find_imps): Update.
935 * p-typeprint.c (pascal_print_typedef): Update.
936 * printcmd.c (build_address_symbolic): Update.
937 (info_address_command): Update.
938 (print_variable_and_value): Update.
939 * python/py-framefilter.c (extract_sym): Update.
940 (py_print_single_arg): Update.
941 * python/py-symbol.c (sympy_str): Update.
942 (sympy_get_name): Update.
943 (sympy_get_linkage_name): Update.
944 * python/python.c (gdbpy_rbreak): Update.
945 * record-btrace.c (btrace_get_bfun_name): Update.
946 (btrace_call_history): Update.
947 * rust-lang.c (rust_print_typedef): Update.
948 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
949 * stabsread.c (stab_reg_to_regnum): Update.
950 (define_symbol): Update.
951 (read_enum_type): Update.
952 (common_block_end): Update.
953 (cleanup_undefined_types_1): Update.
954 (scan_file_globals): Update.
955 * stack.c (print_frame_arg): Update.
956 (print_frame_args): Update.
957 (find_frame_funname): Update.
958 (info_frame_command_core): Update.
959 (iterate_over_block_locals): Update.
960 (print_block_frame_labels): Update.
961 (do_print_variable_and_value): Update.
962 (iterate_over_block_arg_vars): Update.
963 (return_command): Update.
964 * symmisc.c (dump_symtab_1): Update.
965 (print_symbol): Update.
966 * symtab.c (eq_symbol_entry): Update.
967 (symbol_cache_dump): Update.
968 (lookup_language_this): Update.
969 (find_pc_sect_line): Update.
970 (skip_prologue_sal): Update.
971 (symbol_search::compare_search_syms): Update.
972 (treg_matches_sym_type_name): Update.
973 (search_symbols): Update.
974 (print_symbol_info): Update.
975 (rbreak_command): Update.
976 (completion_list_add_symbol): Update.
977 (find_gnu_ifunc): Update.
978 (get_symbol_address): Update.
979 (search_module_symbols): Update.
980 (info_module_subcommand): Update.
981 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
982 (SYMBOL_LINKAGE_NAME): Remove.
983 (SYMBOL_DEMANGLED_NAME): Remove.
984 (SYMBOL_PRINT_NAME): Remove.
985 (SYMBOL_SEARCH_NAME): Remove.
986 * tracepoint.c (set_traceframe_context): Update.
987 (validate_actionline): Update.
988 (collection_list::collect_symbol): Update.
989 (encode_actions_1): Update.
990 (info_scope_command): Update.
991 (print_one_static_tracepoint_marker): Update.
992 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
993 * valops.c (address_of_variable): Update.
994 (find_overload_match): Update.
995 (find_oload_champ): Update.
996
c9d95fa3
CB
9972019-11-22 Christian Biesinger <cbiesinger@google.com>
998
999 * ada-lang.c (ada_lookup_simple_minsym): Update.
1000 (ada_collect_symbol_completion_matches): Update.
1001 * ada-tasks.c (read_atcb): Update.
1002 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
1003 (amd64_windows_skip_trampoline_code): Update.
1004 * arm-tdep.c (skip_prologue_function): Update.
1005 (arm_skip_stack_protector): Update.
1006 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
1007 (arm_wince_skip_main_prologue): Update.
1008 * ax-gdb.c (gen_expr): Update.
1009 * block.c (call_site_for_pc): Update.
1010 * blockframe.c (find_pc_partial_function): Update.
1011 * breakpoint.c (set_breakpoint_location_function): Update.
1012 * btrace.c (ftrace_print_function_name): Update.
1013 (ftrace_function_switched): Update.
1014 * c-valprint.c (print_unpacked_pointer): Update.
1015 * coffread.c (coff_symfile_read): Update.
1016 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
1017 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
1018 * dwarf-index-write.c (write_psymbols): Update.
1019 * dwarf2loc.c (call_site_to_target_addr): Update.
1020 (func_verify_no_selftailcall): Update.
1021 (tailcall_dump): Update.
1022 (call_site_find_chain_1): Update.
1023 (dwarf_expr_reg_to_entry_parameter): Update.
1024 * elfread.c (elf_gnu_ifunc_record_cache): Update.
1025 * eval.c (evaluate_funcall): Update.
1026 (evaluate_subexp_standard): Update.
1027 (evaluate_subexp_for_sizeof): Update.
1028 * expprint.c (print_subexp_standard): Update.
1029 (dump_subexp_body_standard): Update.
1030 * frame.c (get_prev_frame_always_1): Update.
1031 * frv-tdep.c (frv_skip_main_prologue): Update.
1032 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
1033 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
1034 (gnuv3_get_typename_from_type_info): Update.
1035 (gnuv3_skip_trampoline): Update.
1036 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
1037 * i386-tdep.c (i386_skip_main_prologue): Update.
1038 (i386_pe_skip_trampoline_code): Update.
1039 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
1040 * infcall.c (get_function_name): Update.
1041 * linespec.c (minsym_found): Update.
1042 * linux-fork.c (info_checkpoints_command): Update.
1043 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
1044 (m32c_m16c_pointer_to_address): Update.
1045 * maint.c (maintenance_translate_address): Update.
1046 * minsyms.c (add_minsym_to_hash_table): Update.
1047 (add_minsym_to_demangled_hash_table): Update.
1048 (lookup_minimal_symbol_mangled): Update.
1049 (lookup_minimal_symbol_demangled): Update.
1050 (lookup_minimal_symbol_linkage): Update.
1051 (lookup_minimal_symbol_text): Update.
1052 (lookup_minimal_symbol_by_pc_name): Update.
1053 (minimal_symbol_is_less_than): Update.
1054 (compact_minimal_symbols): Update.
1055 (build_minimal_symbol_hash_tables): Update.
1056 (find_solib_trampoline_target): Update.
1057 * mips-tdep.c (mips_stub_frame_sniffer): Update.
1058 (mips_skip_pic_trampoline_code): Update.
1059 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
1060 * objc-lang.c (info_selectors_command): Update.
1061 (info_classes_command): Update.
1062 (find_methods): Update.
1063 (find_imps): Update.
1064 * p-valprint.c (pascal_val_print): Update.
1065 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
1066 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
1067 * printcmd.c (build_address_symbolic): Update.
1068 (info_symbol_command): Update.
1069 * psymtab.c (psymbol_name_matches): Update.
1070 (match_partial_symbol): Update.
1071 (lookup_partial_symbol): Update.
1072 (print_partial_symbols): Update.
1073 (sort_pst_symbols): Update.
1074 (maintenance_check_psymtabs): Update.
1075 * python/py-framefilter.c (py_print_frame): Update.
1076 * python/python.c (gdbpy_rbreak): Update.
1077 * record-btrace.c (btrace_get_bfun_name): Update.
1078 (btrace_call_history): Update.
1079 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
1080 (rs6000_skip_trampoline_code): Update.
1081 * sol-thread.c (info_cb): Update.
1082 * stabsread.c (scan_file_globals): Update.
1083 * stack.c (find_frame_funname): Update.
1084 (info_frame_command_core): Update.
1085 * symmisc.c (dump_msymbols): Update.
1086 * symtab.c (symbol_natural_name): Rename to..,
1087 (general_symbol_info::natural_name): ...this.
1088 (symbol_demangled_name): Rename to...
1089 (general_symbol_info::demangled_name): ...this.
1090 (symbol_search_name): Rename to...
1091 (general_symbol_info::search_name): ...this.
1092 (symbol_matches_search_name): Update.
1093 (find_pc_sect_line): Update.
1094 (skip_prologue_sal): Update.
1095 (search_symbols): Update.
1096 (print_msymbol_info): Update.
1097 (rbreak_command): Update.
1098 (completion_list_add_msymbol): Update.
1099 (completion_list_objc_symbol): Update.
1100 (get_msymbol_address): Update.
1101 * symtab.h (struct general_symbol_info): Add member functions
1102 natural_name (), linkage_name (), print_name (), demangled_name (),
1103 and search_name ().
1104 (SYMBOL_NATURAL_NAME): Update.
1105 (symbol_natural_name): Move to a member function on general_symbol_info.
1106 (SYMBOL_DEMANGLED_NAME): Update.
1107 (symbol_demangled_name): Move to a member function on
1108 general_symbol_info.
1109 (SYMBOL_SEARCH_NAME): Update.
1110 (symbol_search_name): Move to a member function on general_symbol_info.
1111 (MSYMBOL_NATURAL_NAME): Remove.
1112 (MSYMBOL_LINKAGE_NAME): Remove.
1113 (MSYMBOL_PRINT_NAME): Remove.
1114 (MSYMBOL_DEMANGLED_NAME): Remove.
1115 (MSYMBOL_SEARCH_NAME): Remove.
1116 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
1117
f8bab2d6
CB
11182019-11-22 Christian Biesinger <cbiesinger@google.com>
1119
1120 * symtab.c (create_demangled_names_hash): Use per_bfd->
1121 minimal_symbol_count for computing the initial size, if greater
1122 than our default size.
1123
85e7588d
TV
11242019-11-22 Tom de Vries <tdevries@suse.de>
1125
1126 * contrib/words.sh: Improve words extraction.
1127
f6180073
TV
11282019-11-22 Tom de Vries <tdevries@suse.de>
1129
1130 * contrib/words.sh: Combine sed invocations.
1131
f10ffa41
CB
11322019-11-21 Christian Biesinger <cbiesinger@google.com>
1133
1134 * Makefile.in: Update.
1135 * demangle.c: Rename to...
1136 * gdb-demangle.c: ..this.
1137 (is_cplus_marker): Change return type to bool.
1138 (_initialize_demangler): Rename to...
1139 (_initialize_gdb_demangle): ...this.
1140 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1141 * symtab.h (demangle): Remove declaration; instead include
1142 gdb-demangle.h.
1143
6ba18521
TT
11442019-11-21 Tom Tromey <tromey@adacore.com>
1145
1146 * gdbsupport/format.c (format_pieces): Parse %I64d.
1147 * unittests/format_pieces-selftests.c (test_windows_formats): New
1148 function.
1149 (run_tests): Call it.
1150
34877895
PJ
11512019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1152
1153 Byte reverse display of variables with DW_END_big, DW_END_little
1154 (DW_AT_endianity) dwarf attributes if different than the native
1155 byte order.
1156 * ada-lang.c (ada_value_binop):
1157 Use type_byte_order instead of gdbarch_byte_order.
1158 * ada-valprint.c (printstr):
1159 (ada_val_print_string):
1160 * ada-lang.c (value_pointer):
1161 (ada_value_binop):
1162 Use type_byte_order instead of gdbarch_byte_order.
1163 * c-lang.c (c_get_string):
1164 Use type_byte_order instead of gdbarch_byte_order.
1165 * c-valprint.c (c_val_print_array):
1166 Use type_byte_order instead of gdbarch_byte_order.
1167 * cp-valprint.c (cp_print_class_member):
1168 Use type_byte_order instead of gdbarch_byte_order.
1169 * dwarf2loc.c (rw_pieced_value):
1170 Use type_byte_order instead of gdbarch_byte_order.
1171 * dwarf2read.c (read_base_type): Handle DW_END_big,
1172 DW_END_little
1173 * f-lang.c (f_get_encoding):
1174 Use type_byte_order instead of gdbarch_byte_order.
1175 * findvar.c (default_read_var_value):
1176 Use type_byte_order instead of gdbarch_byte_order.
1177 * gdbtypes.c (check_types_equal):
1178 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1179 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1180 and TYPE_ENDIANITY_LITTLE if set.
1181 (type_byte_order): new function.
1182 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1183 (struct main_type) <flag_endianity_not_default>:
1184 New field.
1185 (type_byte_order): New function.
1186 * infcmd.c (default_print_one_register_info):
1187 Use type_byte_order instead of gdbarch_byte_order.
1188 * p-lang.c (pascal_printstr):
1189 Use type_byte_order instead of gdbarch_byte_order.
1190 * p-valprint.c (pascal_val_print):
1191 Use type_byte_order instead of gdbarch_byte_order.
1192 * printcmd.c (print_scalar_formatted):
1193 Use type_byte_order instead of gdbarch_byte_order.
1194 * solib-darwin.c (darwin_current_sos):
1195 Use type_byte_order instead of gdbarch_byte_order.
1196 * solib-svr4.c (solib_svr4_r_ldsomap):
1197 Use type_byte_order instead of gdbarch_byte_order.
1198 * stap-probe.c (stap_modify_semaphore):
1199 Use type_byte_order instead of gdbarch_byte_order.
1200 * target-float.c (target_float_same_format_p):
1201 Use type_byte_order instead of gdbarch_byte_order.
1202 * valarith.c (scalar_binop):
1203 (value_bit_index):
1204 Use type_byte_order instead of gdbarch_byte_order.
1205 * valops.c (value_cast):
1206 Use type_byte_order instead of gdbarch_byte_order.
1207 * valprint.c (generic_emit_char):
1208 (generic_printstr):
1209 (val_print_string):
1210 Use type_byte_order instead of gdbarch_byte_order.
1211 * value.c (unpack_long):
1212 (unpack_bits_as_long):
1213 (unpack_value_bitfield):
1214 (modify_field):
1215 (pack_long):
1216 (pack_unsigned_long):
1217 Use type_byte_order instead of gdbarch_byte_order.
1218 * findvar.c (unsigned_pointer_to_address):
1219 (signed_pointer_to_address):
1220 (unsigned_address_to_pointer):
1221 (address_to_signed_pointer):
1222 (default_read_var_value):
1223 (default_value_from_register):
1224 Use type_byte_order instead of gdbarch_byte_order.
1225 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1226 Use type_byte_order instead of gdbarch_byte_order.
1227 * riscv-tdep.c (riscv_print_one_register_info):
1228 Use type_byte_order instead of gdbarch_byte_order.
1229
87fb00ea
SM
12302019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1231
1232 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1233 (current_ui_gdb_stdin_ptr): Likewise.
1234 (current_ui_gdb_stderr_ptr): Likewise.
1235 (current_ui_gdb_stdlog_ptr): Likewise.
1236 (current_ui_current_uiout_ptr): Likewise.
1237 (gen_ret_current_ui_field_ptr): Remove.
1238
65d1cd5f
TV
12392019-11-21 Tom de Vries <tdevries@suse.de>
1240
1241 PR gdb/24956
1242 * cli/cli-script.c (execute_control_command): Only switch to
1243 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1244
9f6ad286
TT
12452019-11-19 Tom Tromey <tom@tromey.com>
1246
1247 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1248 Now static. Change type of "name".
1249 (tui_set_win_height_command): Don't copy "arg".
1250 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1251 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1252
435d3d88
AT
12532019-11-19 Ali Tamur <tamur@google.com>
1254
1255 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1256 "if (attr != nullptr)".
1257 (dwarf2_find_base_address): Likewise.
1258 (dwarf2_build_include_psymtabs): Likewise.
1259 (read_cutu_die_from_dwo): Likewise.
1260 (read_func_scope): Likewise.
1261 (read_call_site_scope): Likewise.
1262 (dwarf2_get_pc_bounds): Likewise.
1263 (dwarf2_record_block_ranges): Likewise.
1264 (dwarf2_add_field): Likewise.
1265 (dwarf2_add_member_fn): Likewise.
1266 (read_structure_type): Likewise.
1267 (read_enumeration_type): Likewise.
1268 (read_array_type): Likewise.
1269 (read_array_order): Likewise.
1270 (read_set_type): Likewise.
1271 (read_common_block): Likewise.
1272 (read_tag_reference_type): Likewise.
1273 (read_tag_string_type): Likewise.
1274 (read_subroutine_type): Likewise.
1275 (read_base_type): Likewise.
1276 (read_subrange_type): Likewise.
1277 (new_symbol): Likewise.
1278 (prepare_one_comp_unit): Likewise.
1279
c9739b6a
TT
12802019-11-19 Tom Tromey <tromey@adacore.com>
1281
1282 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1283 result in error when DebugActiveProcess fails.
1284
494409bb
SDJ
12852019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1286 Pedro Alves <palves@redhat.com>
1287
1288 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1289 * target.c (target_stack::push): Call 'unpush' if there's a
1290 target on top of the stack.
1291
2e953aca
PW
12922019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1293
1294 * python/py-block.c (blpy_dealloc): Call tp_free.
1295 (blpy_block_syms_dealloc): Likewise.
1296 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1297 * python/py-inferior.c (infpy_dealloc): Likewise.
1298 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1299 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1300 * python/py-symbol.c (sympy_dealloc): Likewise.
1301 * python/py-symtab.c (stpy_dealloc): Likewise.
1302 * python/py-type.c (typy_iterator_dealloc): Likewise.
1303
6edc43ec
CB
13042019-11-18 Christian Biesinger <cbiesinger@google.com>
1305
1306 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1307 constructor instead of using a class initializer.
1308
cd850b40
CB
13092019-11-15 Christian Biesinger <cbiesinger@google.com>
1310
1311 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1312 * configure: Regenerate.
1313 * configure.ac: Don't source common.host.
1314 * gdbsupport/common.host: Remove.
1315 * gdbsupport/mingw-strerror.c: Remove.
1316 * gdbsupport/posix-strerror.c: Rename to...
1317 * gdbsupport/safe-strerror.c: ...this.
1318
53fea9c7
CB
13192019-11-15 Christian Biesinger <cbiesinger@google.com>
1320
1321 * maint.c (scoped_command_stats::print_time): Use localtime_r
1322 instead of localtime (provided through gnulib if necessary).
1323 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1324 of ctime.
1325
f8e27d88
CB
13262019-11-15 Christian Biesinger <cbiesinger@google.com>
1327
1328 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1329 avoid compile errors.
1330
5abebf3c
CB
13312019-11-15 Christian Biesinger <cbiesinger@google.com>
1332
1333 * config.in: Regenerate.
1334 * configure: Regenerate.
1335 * gdbsupport/common.m4: No longer check for strerror_r.
1336 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1337 POSIX version of strerror_r, now that gnulib provides it if
1338 necessary.
1339
9a351667
CB
13402019-11-14 Christian Biesinger <cbiesinger@google.com>
1341
1342 * README (`configure' options): Update.
1343
55708e99
TT
13442019-11-14 Tom Tromey <tromey@adacore.com>
1345
1346 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1347 expected type for the RHS if the LHS is a convenience variable.
1348
4b09bb2e
SM
13492019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1350
1351 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1352 Provide explicit default and copy constructor.
1353
bd454f8b
PW
13542019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1355
1356 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1357 only call Py_INCREF (newbp) in the bppy_pending_object case.
1358
d1aa3cf0
TT
13592019-11-13 Tom Tromey <tromey@adacore.com>
1360
1361 PR build/25182:
1362 * psympriv.h (partial_symbol): Remove static assert.
1363 * symtab.h (general_symbol_info, symbol): Remove static assert.
1364
e06f3d6e
AB
13652019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1366
1367 * gdbsupport/format.c (format_pieces::format_pieces): Support
1368 printf 'z' size modifier.
1369 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1370 * printcmd.c (ui_printf): Handle size_t_arg.
1371 * ui-out.c (ui_out::vmessage): Likewise.
1372 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1373 function.
1374 (run_tests): Call test_format_int_sizes.
1375
468c0cbb
CB
13762019-11-12 Christian Biesinger <cbiesinger@google.com>
1377
1378 * ada-exp.y (write_ambiguous_var): Update.
1379 * buildsym.c (add_symbol_to_list): Update.
1380 * dwarf2read.c (read_variable): Update.
1381 (new_symbol): Update.
1382 * jit.c (finalize_symtab): Update.
1383 * language.c (language_alloc_type_symbol): Update.
1384 * symtab.c (fixup_symbol_section): Update.
1385 (initialize_objfile_symbol_1): Move code to...
1386 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1387 (allocate_symbol): Update.
1388 (allocate_template_symbol): Update.
1389 (get_symbol_address): Update.
1390 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1391 of having as a field, and add a constructor.
1392 (SYMBOL_VALUE): Update.
1393 (SYMBOL_VALUE_ADDRESS): Update.
1394 (SET_SYMBOL_VALUE_ADDRESS): Update.
1395 (SYMBOL_VALUE_BYTES): Update.
1396 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1397 (SYMBOL_BLOCK_VALUE): Update.
1398 (SYMBOL_VALUE_CHAIN): Update.
1399 (SYMBOL_LANGUAGE): Update.
1400 (SYMBOL_SECTION): Update.
1401 (SYMBOL_OBJ_SECTION): Update.
1402 (SYMBOL_SET_LANGUAGE): Update.
1403 (SYMBOL_SET_LINKAGE_NAME): Update.
1404 (SYMBOL_SET_NAMES): Update.
1405 (SYMBOL_NATURAL_NAME): Update.
1406 (SYMBOL_LINKAGE_NAME): Update.
1407 (SYMBOL_DEMANGLED_NAME): Update.
1408 (SYMBOL_SEARCH_NAME): Update.
1409 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1410 (struct symbol): Update.
1411 (struct template_symbol): Update.
1412 (struct rust_vtable_symbol): Update.
1413 * xcoffread.c (SYMBOL_DUP): Update.
1414
ed2c82c3
TT
14152019-11-12 Tom Tromey <tom@tromey.com>
1416
1417 * tui/tui-layout.c (show_layout): Set current_layout.
1418 (show_source_disasm_command, show_data)
1419 (show_source_or_disasm_and_command): Don't set current_layout.
1420
d9fcefd5
TT
14212019-11-12 Tom Tromey <tom@tromey.com>
1422
1423 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1424
45e42163
TT
14252019-11-12 Tom Tromey <tom@tromey.com>
1426
1427 * tui/tui-win.c (resize_message): New global.
1428 (show_tui_resize_message): New function.
1429 (tui_async_resize_screen): Print message if requested.
1430 (_initialize_tui_win): Add tui-resize-message setting.
1431 * NEWS: Add entry for new commands.
1432
c86d74cc
TT
14332019-11-11 Tom Tromey <tom@tromey.com>
1434
1435 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1436 functions.
1437
7b7b9424
CB
14382019-11-11 Christian Biesinger <cbiesinger@google.com>
1439
1440 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1441
086baaf1
AB
14422019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1445 function.
1446 * python/python-internal.h (gdbpy_lookup_static_symbols):
1447 Declare new function.
1448 * python/python.c (python_GdbMethods): Add
1449 gdb.lookup_static_symbols method.
1450 * NEWS: Mention gdb.lookup_static_symbols.
1451
09ff83af
AB
14522019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1453
1454 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1455 static block of current object file first. Also fix typo in
1456 header comment.
1457
eb2dd8df
AB
14582019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1459
1460 * stack.c (set_last_displayed_sal): Delete.
1461 (last_displayed_sal_valid): Delete.
1462 (last_displayed_pspace): Delete.
1463 (last_displayed_addr): Delete.
1464 (last_displayed_symtab): Delete.
1465 (last_displayed_line): Delete.
1466 (class last_displayed_symtab_info_type): New.
1467 (last_displayed_symtab_info): New static global variable.
1468 (print_frame_info): Call methods on last_displayed_symtab_info.
1469 (clear_last_displayed_sal): Update header comment, and make use of
1470 last_displayed_symtab_info.
1471 (last_displayed_sal_is_valid): Likewise.
1472 (get_last_displayed_pspace): Likewise.
1473 (get_last_displayed_addr): Likewise.
1474 (get_last_displayed_symtab): Likewise.
1475 (get_last_displayed_line): Likewise.
1476 (get_last_displayed_sal): Likewise.
1477 * stack.h (clear_last_displayed_sal): Update header comment.
1478 (last_displayed_sal_is_valid): Likewise.
1479 (get_last_displayed_pspace): Likewise.
1480 (get_last_displayed_addr): Likewise.
1481 (get_last_displayed_symtab): Likewise.
1482 (get_last_displayed_line): Likewise.
1483 (get_last_displayed_sal): Likewise.
1484
62137775
AB
14852019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1486
1487 * stack.c (frame_show_address): Convert return type to bool.
1488 * stack.h (frame_show_address): Likewise, and update header
1489 comment.
1490
cf57ad6d
AB
14912019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1492
1493 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1494 * unittests/vec-utils-selftests.c: New file.
1495 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1496
0b026263
TT
14972019-11-10 Tom Tromey <tom@tromey.com>
1498
1499 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1500 (tui_highlight_win): Likewise.
1501 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1502 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1503 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1504 Don't set can_highlight.
1505
b049ce2d
TT
15062019-11-10 Tom Tromey <tom@tromey.com>
1507
1508 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1509 Remove unused declaration.
1510
992a7040
TT
15112019-11-08 Tom Tromey <tromey@adacore.com>
1512
1513 * top.c (read_command_file): Update.
1514 (command_line_input): Make return type const.
1515 * python/py-gdb-readline.c: Update.
1516 * linespec.c (decode_line_2): Update.
1517 * defs.h (command_line_input): Make return type const.
1518 * cli/cli-script.c (read_next_line): Make return type const.
1519 * ada-lang.c (get_selections): Update.
1520
ca3a04f6
CB
15212019-11-06 Christian Biesinger <cbiesinger@google.com>
1522
1523 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1524 * mi/mi-main.c (output_cores): Likewise.
1525 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1526 (linux_xfer_osdata_modules): Likewise.
1527 * remote.c (register_remote_support_xml): Likewise.
1528 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1529 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1530
e0eac551
TT
15312019-11-06 Tom Tromey <tom@tromey.com>
1532
1533 * tui/tui-interp.c: Don't include readline.h.
1534 * tui/tui-hooks.c: Don't include readline.h.
1535 * symmisc.c: Include tilde.h, not readline.h.
1536 * symfile.c: Include tilde.h, not readline.h.
1537 * source.c: Include tilde.h, not readline.h.
1538 * solib.c: Include tilde.h, not readline.h.
1539 * psymtab.c: Include tilde.h, not readline.h.
1540 * exec.c: Include tilde.h, not readline.h.
1541 * corelow.c: Include tilde.h, not readline.h.
1542 * cli/cli-dump.c: Include tilde.h, not readline.h.
1543 * cli/cli-cmds.c: Don't include readline.h.
1544
825165c5
TT
15452019-11-05 Tom Tromey <tom@tromey.com>
1546
1547 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1548 (tui_disassemble): Set addr_size.
1549 (tui_disasm_window::set_contents): Use addr_size.
1550
91ae903f
TT
15512019-11-05 Tom Tromey <tom@tromey.com>
1552
1553 * rust-lang.c (rust_language_defn): Update.
1554 * python/py-value.c (valpy_string): Call c_get_string.
1555 * p-lang.c (pascal_language_defn): Update.
1556 * opencl-lang.c (opencl_language_defn): Update.
1557 * objc-lang.c (objc_language_defn): Update.
1558 * m2-lang.c (m2_language_defn): Update.
1559 * language.c (unknown_language_defn, auto_language_defn): Update.
1560 (default_get_string): Remove.
1561 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1562 * go-lang.c (go_language_defn): Update.
1563 * f-lang.c (f_language_defn): Update.
1564 * d-lang.c (d_language_defn): Update.
1565 * c-lang.c (c_language_defn, cplus_language_defn)
1566 (asm_language_defn, minimal_language_defn): Update.
1567 * ada-lang.c (ada_language_defn): Update.
1568 * language.h (struct language_defn) <la_get_string>: Remove.
1569 (LA_GET_STRING): Remove.
1570 (default_get_string): Don't declare.
1571
1df2f9ef
TT
15722019-11-05 Tom Tromey <tom@tromey.com>
1573
1574 * tui/tui-source.h (struct tui_source_window): Inline
1575 constructor. Remove destructor.
1576 <style_changed, m_observable>: Move to superclass.
1577 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1578 (struct tui_source_window_base): Move private members to end.
1579 <style_changed, m_observable>: Move from tui_source_window.
1580 * tui/tui-winsource.c (tui_copy_source_line): Move from
1581 tui-source.c. Rename from copy_source_line. Add special handling
1582 for negative line number.
1583 (tui_source_window_base::style_changed): Move from
1584 tui_source_window.
1585 (tui_source_window_base): Register observer.
1586 (~tui_source_window_base): New.
1587 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1588 rename.
1589 (tui_source_window::set_contents): Use tui_copy_source_line.
1590 (tui_source_window::tui_source_window): Move to tui-source.h.
1591 (tui_source_window::~tui_source_window): Remove.
1592 (tui_source_window::style_changed): Move to superclass.
1593 * tui/tui-disasm.c (tui_disassemble): Create string file with
1594 styling, when possible. Add "addr_size" parameter.
1595 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1596 Don't compute maximum size.
1597 (len_without_escapes): New function
1598
5d051055
TT
15992019-11-05 Tom Tromey <tom@tromey.com>
1600
1601 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1602 std::string.
1603 * tui/tui-winsource.c (tui_show_source_line): Update.
1604 * tui/tui-source.c (tui_source_window::set_contents): Update.
1605 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1606
ade7beea
CB
16072019-11-05 Christian Biesinger <cbiesinger@google.com>
1608
1609 * symtab.h (gdb_static_assert): Put && operator at the beginning
1610 of the line instead of the end.
1611
3573abe1
CB
16122019-11-04 Christian Biesinger <cbiesinger@google.com>
1613
1614 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1615 and sizeof (symbol).
1616 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1617
dae8b3eb
RO
16182019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1619
1620 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1621 * configure.host: Mark *-*-solaris2.10* obsolete.
1622 * configure.tgt: Mark Solaris < 11 obsolete.
1623 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1624 Update target triplet.
1625
5df96a4e
TT
16262019-11-01 Tom Tromey <tromey@adacore.com>
1627
1628 * utils.c (print_sys_errmsg): Simplify.
1629
b7481649
TT
16302019-11-01 Tom Tromey <tromey@adacore.com>
1631
1632 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1633
e48f6033
CB
16342019-11-01 Christian Biesinger <cbiesinger@google.com>
1635
1636 * configure: Regenerate.
1637 * configure.ac: Remove check for strerror_r.
1638 * gdbsupport/common.m4: Check for strerror_r.
1639
bd5766ec
LM
16402019-11-01 Luis Machado <luis.machado@linaro.org>
1641
1642 PR gdb/25124
1643
1644 * arm-tdep.c (arm_per_objfile): Rename to ...
1645 (arm_per_bfd): ... this.
1646 (arm_objfile_data_key): Rename to ...
1647 (arm_bfd_data_key): ... this.
1648 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1649 data.
1650 (arm_record_special_symbol): Likewise.
1651
e1709896
AB
16522019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1653
1654 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1655 end.
1656 * c-typeprint.c (c_print_typedef): Likewise.
1657 * f-typeprint.c (f_print_typedef): Likewise.
1658 * m2-typeprint.c (m2_print_typedef): Likewise.
1659 * p-typeprint.c (pascal_print_typedef): Likewise.
1660 * rust-lang.c (rust_print_typedef): Likewise.
1661 * symtab.c (print_symbol_info): Print a newline after calling
1662 typedef_print.
1663
165f8965
AB
16642019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1665
1666 * symtab.c (info_module_cmdlist): New variable.
1667 (info_module_command): New function.
1668 (search_module_symbols): New function.
1669 (info_module_subcommand): New function.
1670 (struct info_modules_var_func_options): New struct.
1671 (info_modules_var_func_options_defs): New variable.
1672 (make_info_modules_var_func_options_def_group): New function.
1673 (info_module_functions_command): New function.
1674 (info_module_variables_command): New function.
1675 (info_module_var_func_command_completer): New function.
1676 (_initialize_symtab): Register new 'info module functions' and
1677 'info module variables' commands.
1678 * symtab.h (typedef symbol_search_in_module): New typedef.
1679 (search_module_symbols): Declare new function.
1680 * NEWS: Mention new commands.
1681
59c35742
AB
16822019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1683
1684 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1685 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1686 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1687 MODULES_DOMAIN.
1688 (scan_partial_symbols): Only create partial module symbols for non
1689 declarations.
1690 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1691 and MODULES_DOMAIN.
1692 * symtab.c (search_domain_name): Likewise.
1693 (search_symbols): Likewise.
1694 (print_symbol_info): Likewise.
1695 (symtab_symbol_info): Likewise.
1696 (info_modules_command): New function.
1697 (_initialize_symtab): Register 'info modules' command.
1698 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1699 * NEWS: Mention new 'info modules' command.
1700
aed61d02
PW
17012019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1702
1703 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1704 and $_gdb_maint_setting_str.
1705
9ad9b77d
PW
17062019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1707
1708 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1709 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1710 (str_value_from_setting, gdb_setting_str_internal_fn)
1711 (gdb_maint_setting_str_internal_fn): New functions.
1712 (_initialize_cli_cmds): Define the new convenience functions.
1713 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1714 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1715
8d6efaa2
CB
17162019-10-31 Christian Biesinger <cbiesinger@google.com>
1717
1718 * agent.c (set_can_use_agent): When the setting is turned on,
1719 look up agent symbols if we don't have them yet.
1720 (agent_new_objfile): Don't look up agent symbols when the agent
1721 setting is off.
1722
33cb1647
CB
17232019-10-31 Christian Biesinger <cbiesinger@google.com>
1724
1725 * config.in: Regenerate.
1726
b231e86a
CB
17272019-10-31 Christian Biesinger <cbiesinger@google.com>
1728
1729 * configure: Regenerate.
1730 * configure.ac: Check for strerror_r.
1731 * gdbsupport/common-utils.h (safe_strerror): Change return value
1732 to const char * and document that this function is now threadsafe.
1733 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1734 thread_local and call strerror_r, if available.
1735 * utils.c (perror_string): Update.
1736 (print_sys_errmsg): Update.
1737
a2726d4f
LM
17382019-10-31 Luis Machado <luis.machado@linaro.org>
1739
1740 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1741 objfile_key.
1742 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1743 objfile to fetch per-bfd data.
1744 (arm_find_exidx_entry): Likewise.
1745
75cafaa6
CB
17462019-10-31 Christian Biesinger <cbiesinger@google.com>
1747
1748 * gdbsupport/agent.c (debug_agent): Change type to bool.
1749 (use_agent): Likewise.
1750 (all_agent_symbols_look_up): Likewise.
1751 (agent_loaded_p): Change return value to bool.
1752 (agent_look_up_symbols): Update.
1753 (agent_capability_check): Change return value to bool.
1754 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1755 (debug_agent): Change type to bool.
1756 (use_agent): Likewise.
1757 (agent_capability_check): Change return value to bool.
1758
808590ec
CB
17592019-10-30 Christian Biesinger <cbiesinger@google.com>
1760
1761 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1762 (build_minimal_symbol_hash_tables): Code to clear the table moved
1763 to clear_minimal_symbol_hash_tables.
1764 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1765 when needed.
1766
f18ad8a1
SM
17672019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1768
1769 * infcmd.c: Remove includes.
1770 * infrun.c: Remove includes.
1771
de93309a
SM
17722019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1773
1774 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1775 (grow_vect): Remove declaration.
1776 (ada_type_of_array): Remove declaration.
1777 (ada_update_initial_language): Remove declaration.
1778 (ada_fold_name): Remove declaration.
1779 (ada_fill_in_ada_prototype): Remove declaration.
1780 (user_select_syms): Remove declaration.
1781 (get_selections): Remove declaration.
1782 (ada_tag_type): Remove declaration.
1783 (ada_value_tag): Remove declaration.
1784 (ada_is_others_clause): Remove declaration.
1785 (ada_in_variant): Remove declaration.
1786 (ada_value_struct_elt): Remove declaration.
1787 (ada_attribute_name): Remove declaration.
1788 (ada_system_address_type): Remove declaration.
1789 * ada-lang.c (ada_watch_location_expression): Make static.
1790 (GROW_VECT): Move here from ada-lang.h.
1791 (grow_vect): Make static.
1792 (ada_update_initial_language): Make static.
1793 (ada_fold_name): Make static.
1794 (ada_type_of_array): Make static.
1795 (encoded_ordered_before): Move up.
1796 (sort_choices): Move up.
1797 (print_signatures): Move up.
1798 (ada_print_symbol_signature): Move up.
1799 (get_selections): Move up and make static.
1800 (user_select_syms): Move up and make static.
1801 (ada_value_struct_elt): Move up and make static.
1802 (ada_tag_type): Make static.
1803 (ada_value_tag): Make static.
1804 (ada_is_others_clause): Make static.
1805 (ada_in_variant): Make static.
1806 (ada_attribute_name): Make static.
1807
cdc46a9f
SM
18082019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1809
1810 * ada-lang.c: Remove includes.
1811 * ada-typeprint.c: Remove includes.
1812 * ada-valprint.c: Remove includes.
1813
90421c56
SM
18142019-10-29 Simon Marchi <simon.marchi@efficios.com>
1815
1816 * addrmap.c: Add static assertions of type size, moved from
1817 _initialize_addrmap.
1818 (_initialize_addrmap): Remove.
1819
31edb802
CB
18202019-10-29 Christian Biesinger <cbiesinger@google.com>
1821
1822 * coffread.c (record_minimal_symbol): Update.
1823 (process_coff_symbol): Update.
1824 * dbxread.c (read_dbx_symtab): Update.
1825 * dwarf2read.c (add_partial_symbol): Update.
1826 (fixup_go_packaging): Update.
1827 (load_partial_dies): Update.
1828 (new_symbol): Update.
1829 * elfread.c (record_minimal_symbol): Change signature to use
1830 gdb::string_view instead of name+len.
1831 (elf_symtab_read): Update.
1832 (elf_rel_plt_read): Update.
1833 * mdebugread.c (parse_partial_symbols): Update.
1834 (handle_psymbol_enumerators): Update.
1835 (new_symbol): Update.
1836 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1837 to use gdb::string_view instead of name+len.
1838 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1839 * psympriv.h (add_psymbol_to_list): Likewise.
1840 * psymtab.c (add_psymbol_to_bcache): Likewise.
1841 (add_psymbol_to_list): Likewise.
1842 * stabsread.c (define_symbol): Update.
1843 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1844 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1845 (symbol_set_names): Likewise.
1846 * xcoffread.c (scan_xcoff_symtab): Update.
1847
0c921b21
CB
18482019-10-29 Christian Biesinger <cbiesinger@google.com>
1849
1850 * symtab.h (symbol_set_names): Document that copy_name must be
1851 set to true for non-nullterminated strings.
1852 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1853 linkage_name if the entry was not found and we need to demangle.
1854
35e65c49
CB
18552019-10-29 Christian Biesinger <cbiesinger@google.com>
1856
1857 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1858 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1859 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1860 * gdbsupport/gdb_binary_search.h: New file.
1861
ed2a2229
CB
18622019-10-29 Christian Biesinger <cbiesinger@google.com>
1863
1864 * NEWS: Mention new --with-system-gdbinit-dir option.
1865 * config.in: Regenerate.
1866 * configure: Regenerate.
1867 * configure.ac: Add new option --with-system-gdbinit-dir.
1868 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1869 for a ".gdb" suffix.
1870 * main.c (get_init_files): Change system_gdbinit argument to
1871 a vector and return the files in SYSTEM_GDBINIT_DIR in
1872 addition to SYSTEM_GDBINIT.
1873 (captured_main_1): Update.
1874 (print_gdb_help): Update.
1875 * top.c (print_gdb_configuration): Also print the value of
1876 SYSTEM_GDBINIT_DIR.
1877
87f34879
CB
18782019-10-28 Christian Biesinger <cbiesinger@google.com>
1879
1880 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1881 that takes gdb::string_view arguments.
1882
30baf67b
TV
18832019-10-26 Tom de Vries <tdevries@suse.de>
1884
1885 * aarch64-linux-tdep.c: Fix typos in comments.
1886 * aarch64-tdep.c: Same.
1887 * ada-lang.c: Same.
1888 * amd64-nat.c: Same.
1889 * arc-tdep.c: Same.
1890 * arch/aarch64-insn.c: Same.
1891 * block.c: Same.
1892 * breakpoint.h: Same.
1893 * btrace.h: Same.
1894 * c-varobj.c: Same.
1895 * cli/cli-decode.c: Same.
1896 * cli/cli-script.c: Same.
1897 * cli/cli-utils.h: Same.
1898 * coff-pe-read.c: Same.
1899 * coffread.c: Same.
1900 * compile/compile-cplus-symbols.c: Same.
1901 * compile/compile-object-run.c: Same.
1902 * completer.c: Same.
1903 * corelow.c: Same.
1904 * cp-support.c: Same.
1905 * demangle.c: Same.
1906 * dwarf-index-write.c: Same.
1907 * dwarf2-frame.c: Same.
1908 * dwarf2-frame.h: Same.
1909 * eval.c: Same.
1910 * frame-base.h: Same.
1911 * frame.h: Same.
1912 * gdbcmd.h: Same.
1913 * gdbtypes.h: Same.
1914 * gnu-nat.c: Same.
1915 * guile/scm-objfile.c: Same.
1916 * i386-tdep.c: Same.
1917 * i386-tdep.h: Same.
1918 * infcall.c: Same.
1919 * infcall.h: Same.
1920 * linux-nat.c: Same.
1921 * m68k-tdep.c: Same.
1922 * macroexp.c: Same.
1923 * memattr.c: Same.
1924 * mi/mi-cmd-disas.c: Same.
1925 * mi/mi-getopt.h: Same.
1926 * mi/mi-main.c: Same.
1927 * minsyms.c: Same.
1928 * nat/aarch64-sve-linux-sigcontext.h: Same.
1929 * objfiles.h: Same.
1930 * ppc-linux-nat.c: Same.
1931 * ppc-linux-tdep.c: Same.
1932 * ppc-tdep.h: Same.
1933 * progspace.h: Same.
1934 * prologue-value.h: Same.
1935 * python/py-evtregistry.c: Same.
1936 * python/py-instruction.h: Same.
1937 * record-btrace.c: Same.
1938 * record-full.c: Same.
1939 * remote.c: Same.
1940 * rs6000-tdep.c: Same.
1941 * ser-tcp.c: Same.
1942 * sol-thread.c: Same.
1943 * sparc-sol2-tdep.c: Same.
1944 * sparc64-tdep.c: Same.
1945 * stabsread.c: Same.
1946 * symfile.c: Same.
1947 * symtab.h: Same.
1948 * target.c: Same.
1949 * tracepoint.c: Same.
1950 * tui/tui-data.h: Same.
1951 * tui/tui-io.c: Same.
1952 * tui/tui-win.c: Same.
1953 * tui/tui.c: Same.
1954 * unittests/rsp-low-selftests.c: Same.
1955 * user-regs.h: Same.
1956 * utils.c: Same.
1957 * utils.h: Same.
1958 * valarith.c: Same.
1959 * valops.c: Same.
1960 * valprint.c: Same.
1961 * valprint.h: Same.
1962 * value.c: Same.
1963 * value.h: Same.
1964 * varobj.c: Same.
1965 * x86-nat.h: Same.
1966 * xtensa-tdep.c: Same.
1967
1834d45f
AT
19682019-10-25 Ali Tamur <tamur@google.com>
1969
1970 * charset.c (find_charset_names): Reflect API change.
1971
5396ae17
CB
19722019-10-25 Christian Biesinger <cbiesinger@google.com>
1973
1974 * symtab.c (struct demangled_name_entry): Change demangled name
1975 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
1976 part of the struct anymore.
1977 (symbol_set_names): No longer obstack allocate + copy the demangled
1978 name, just store the allocated name from bfd.
1979
93878f47
TT
19802019-10-25 Tom Tromey <tromey@adacore.com>
1981
1982 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
1983 (bsearch_cie_cmp, add_cie): Remove.
1984 (find_cie): Reimplement.
1985 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
1986 (dwarf2_build_frame_info): Update.
1987
7b71fc97
L
19882019-10-24 H.J. Lu <hongjiu.lu@intel.com>
1989
1990 PR gdb/25126
1991 * symfile.c (reread_symbols): Call forget_cached_source_info to
1992 clear the stale source cache.
1993
cbb5a2ea
CB
19942019-10-24 Christian Biesinger <cbiesinger@google.com>
1995
1996 * configure: Regenerate.
1997 * configure.ac: Remove code that sets python_has_threads.
1998
71737c43
CB
19992019-10-24 Christian Biesinger <cbiesinger@google.com>
2000
2001 * config.in: Regenerate.
2002 * configure: Regenerate.
2003 * configure.ac: Remove the code that uses sed to get the python
2004 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
2005
33d569b7
AB
20062019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2007
2008 * python/py-progspace.c (pspy_block_for_pc): Return None for all
2009 error paths.
2010
f16f7b7c
TT
20112019-10-23 Tom Tromey <tom@tromey.com>
2012
2013 * arc-tdep.c: Remove ".." from include.
2014 * frv-tdep.c: Remove ".." from include.
2015 * lm32-tdep.c: Remove ".." from include.
2016 * microblaze-tdep.c: Remove ".." from include.
2017 * or1k-tdep.h: Remove ".." from include.
2018 * s12z-tdep.c: Remove ".." from include.
2019 * Makefile.in (OPCODES_CFLAGS): Add comment.
2020 (TOP_CFLAGS): New variable.
2021 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
2022
6999161a
TT
20232019-10-23 Tom Tromey <tom@tromey.com>
2024
2025 * Makefile.in (READLINE_DIR): Update.
2026
12e7c35e
TBA
20272019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2028
2029 * infcall.c (call_function_by_hand_dummy): Fix the function
2030 comment. And extract out a code section into...
2031 (reserve_stack_space): ...this new function.
2032
37055cad
TBA
20332019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2034
2035 * infcall.c (value_arg_coerce): Remove an unused parameter.
2036 (call_function_by_hand_dummy): Update the call to
2037 'value_arg_coerce'.
2038
39bcc47c
TBA
20392019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2040
2041 * infcall.c (call_function_by_hand_dummy): Refactor.
2042
bd888c0f
TBA
20432019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2044
2045 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
2046
c12d372d
TT
20472019-10-23 Tom Tromey <tom@tromey.com>
2048
2049 * configure: Rebuild.
2050 * configure.ac: Don't check for sigprocmask.
2051 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
2052
4d0b984b
TT
20532019-10-23 Tom Tromey <tom@tromey.com>
2054
2055 * configure: Rebuild.
2056 * acinclude.m4: Use m4_include, not sinclude.
2057
7e785608
TV
20582019-10-23 Tom de Vries <tdevries@suse.de>
2059
2060 PR breakpoints/24687
2061 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
2062
403772ef
CB
20632019-10-22 Christian Biesinger <cbiesinger@google.com>
2064
2065 * symtab.c (struct demangled_name_entry) <language>: Change from
2066 bitfield to regular variable.
2067
3a494279
CB
20682019-10-22 Christian Biesinger <cbiesinger@google.com>
2069
2070 * symtab.c (struct demangled_name_entry): Add a constructor.
2071 (free_demangled_name_entry): New function to call the destructor
2072 for demangled_name_entry.
2073 (create_demangled_names_hash): Pass free_demangled_name_entry to
2074 htab_create_alloc.
2075 (symbol_set_names): Call placement new for demangled_name_entry.
2076 * utils.c: No longer include xxhash.h here, now that fast_hash
2077 is inlined in the header.
2078 * utils.h: Instead, include it here.
2079
ccb1ba62
CB
20802019-10-22 Christian Biesinger <cbiesinger@google.com>
2081
2082 * Makefile.in: Link with libxxhash.
2083 * config.in: Regenerate.
2084 * configure: Regenerate.
2085 * configure.ac: Search for libxxhash.
2086 * utils.c (fast_hash): Use xxhash if present.
2087
1a6ff1a9
CB
20882019-10-22 Christian Biesinger <cbiesinger@google.com>
2089
2090 * utils.h (fast_hash): New function.
2091 * symtab.c (hash_demangled_name_entry): Call new function
2092 fast_hash.
2093
7bb43059
CB
20942019-10-22 Christian Biesinger <cbiesinger@google.com>
2095
2096 * symtab.c (struct demangled_name_entry): Change type of mangled
2097 to gdb::string_view. Also adds a constructor that takes the
2098 mangled name.
2099 (hash_demangled_name_entry): Update.
2100 (eq_demangled_name_entry): Update.
2101 (free_demangled_name_entry): New function to call the destructor
2102 now that this is not a POD anymore.
2103 (create_demangled_names_hash): Pass free_demangled_name_entry to
2104 htab_create_alloc.
2105 (symbol_set_names): Update.
2106
7ba99d21
AT
21072019-10-21 Ali Tamur <tamu@google.com>
2108
2109 * dwarf2read.c (dir_index): Change type.
2110 (file_name_index): Likewise.
2111 (line_header::include_dir_at): Change comment and implementation on
2112 whether it is DWARF 5.
2113 (line_header::is_valid_file_index): New function.
2114 (line_header::file_name_at): Change comment and implementation on
2115 whether it is DWARF 5.
2116 (line_header::file_names): Change to private field renamed as
2117 m_file_names and introduce a new accessor method.
2118 (line_header::file_names_size): New method.
2119 (line_header::include_dirs): Change to private field and rename as
2120 m_include_dirs.
2121 (dw2_get_file_names_reader): Define local var at a smaller scope and
2122 reflect API change.
2123 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
2124 (process_structure_scope): Likewise.
2125 (line_header::add_include_dir): Change message and reflect renaming.
2126 (line_header::add_file_name): Likewise.
2127 (read_formatted_entries): Handle DW_FORM_data16.
2128 (dwarf_decode_line_header): Fix line header length calculation.
2129 (psymtab_include_file_name): Change comment and API.
2130 (lnp_state_machine::m_file): Update comment and reflect type change.
2131 (lnp_state_machine::record_line): Reflect type change.
2132 (dwarf_decode_lines): Reflect API change.
2133 (file_file_name): Likewise.
2134 (file_full_name): Likewise.
2135
45f47c3a
AB
21362019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
2137
2138 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2139
e5f3c0e3
TT
21402019-10-21 Tom Tromey <tom@tromey.com>
2141
2142 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2143
a0a461e5
TT
21442019-10-21 Tom Tromey <tom@tromey.com>
2145
2146 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2147 NM_H. Use AC_CONFIG_LINKS.
2148 * configure: Rebuild.
2149 * Makefile.in (NM_H): New variable.
2150 (generated_files): Add NM_H. Remove gcore.
2151 (nm.h, stamp-nmh): New targets.
2152
54d83b8d
TT
21532019-10-20 Tom Tromey <tom@tromey.com>
2154
2155 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2156 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2157 obsolete comment.
2158 (put_objfile_before): Now static.
2159
23771117
SM
21602019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2161
2162 * gdbsupport/common-utils.h (startswith): Change return type to
2163 bool.
2164
39ef2f62
CB
21652019-10-19 Christian Biesinger <cbiesinger@google.com>
2166
2167 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2168 * breakpoint.c (bp_locations_compare): Rename to...
2169 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2170 (update_global_location_list): Use std::sort instead of qsort.
2171 * buildsym.c (compare_line_numbers): Rename to...
2172 (lte_is_less_than): ...this, and change to std::sort semantics.
2173 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2174 instead of qsort.
2175 * disasm.c (compare_lines): Rename to...
2176 (line_is_less_than): ...this, and change to std::sort semantics.
2177 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2178 of qsort.
2179 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2180 (fde_is_less_than): ...this, and change to std::sort semantics.
2181 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2182 * mdebugread.c (compare_blocks):
2183 (block_is_less_than): ...this, and change to std::sort semantics.
2184 (sort_blocks): Call std::sort instead of qsort.
2185 * objfiles.c (qsort_cmp): Rename to...
2186 (sort_cmp): ...this, and change to std::sort semantics.
2187 (update_section_map): Call std::sort instead of qsort.
2188 * remote.c (compare_pnums): Remove.
2189 (map_regcache_remote_table): Call std::sort instead of qsort.
2190 * utils.c (compare_positive_ints): Remove.
2191 * utils.h (compare_positive_ints): Remove.
2192 * xcoffread.c (compare_lte): Remove.
2193 (arrange_linetable): Call std::sort instead of qsort.
2194
f71433ee
SDJ
21952019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2196
2197 * symfile.c (init_entry_point_info): Fix typo.
2198 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2199
85102364
TV
22002019-10-18 Tom de Vries <tdevries@suse.de>
2201
2202 * aarch64-tdep.c: Fix typos in comments.
2203 * ada-lang.c: Same.
2204 * ada-tasks.c: Same.
2205 * alpha-tdep.c: Same.
2206 * alpha-tdep.h: Same.
2207 * amd64-nat.c: Same.
2208 * amd64-windows-tdep.c: Same.
2209 * arc-tdep.c: Same.
2210 * arc-tdep.h: Same.
2211 * arch-utils.c: Same.
2212 * arm-nbsd-tdep.c: Same.
2213 * arm-tdep.c: Same.
2214 * ax-gdb.c: Same.
2215 * blockframe.c: Same.
2216 * btrace.c: Same.
2217 * c-varobj.c: Same.
2218 * coff-pe-read.c: Same.
2219 * coffread.c: Same.
2220 * cris-tdep.c: Same.
2221 * darwin-nat.c: Same.
2222 * dbxread.c: Same.
2223 * dcache.c: Same.
2224 * disasm.c: Same.
2225 * dtrace-probe.c: Same.
2226 * dwarf-index-write.c: Same.
2227 * dwarf2-frame-tailcall.c: Same.
2228 * dwarf2-frame.c: Same.
2229 * dwarf2read.c: Same.
2230 * eval.c: Same.
2231 * exceptions.c: Same.
2232 * fbsd-tdep.c: Same.
2233 * findvar.c: Same.
2234 * frame.c: Same.
2235 * frv-tdep.c: Same.
2236 * gnu-v3-abi.c: Same.
2237 * go32-nat.c: Same.
2238 * h8300-tdep.c: Same.
2239 * hppa-tdep.c: Same.
2240 * i386-linux-tdep.c: Same.
2241 * i386-tdep.c: Same.
2242 * ia64-libunwind-tdep.c: Same.
2243 * ia64-tdep.c: Same.
2244 * infcmd.c: Same.
2245 * infrun.c: Same.
2246 * linespec.c: Same.
2247 * linux-nat.c: Same.
2248 * linux-thread-db.c: Same.
2249 * machoread.c: Same.
2250 * mdebugread.c: Same.
2251 * mep-tdep.c: Same.
2252 * mn10300-tdep.c: Same.
2253 * namespace.c: Same.
2254 * objfiles.c: Same.
2255 * opencl-lang.c: Same.
2256 * or1k-tdep.c: Same.
2257 * osabi.c: Same.
2258 * ppc-linux-nat.c: Same.
2259 * ppc-linux-tdep.c: Same.
2260 * ppc-sysv-tdep.c: Same.
2261 * printcmd.c: Same.
2262 * procfs.c: Same.
2263 * record-btrace.c: Same.
2264 * record-full.c: Same.
2265 * remote-fileio.c: Same.
2266 * remote.c: Same.
2267 * rs6000-tdep.c: Same.
2268 * s12z-tdep.c: Same.
2269 * score-tdep.c: Same.
2270 * ser-base.c: Same.
2271 * ser-go32.c: Same.
2272 * skip.c: Same.
2273 * sol-thread.c: Same.
2274 * solib-svr4.c: Same.
2275 * solib.c: Same.
2276 * source.c: Same.
2277 * sparc-nat.c: Same.
2278 * sparc-sol2-tdep.c: Same.
2279 * sparc-tdep.c: Same.
2280 * sparc64-tdep.c: Same.
2281 * stabsread.c: Same.
2282 * stack.c: Same.
2283 * symfile.c: Same.
2284 * symtab.c: Same.
2285 * target-descriptions.c: Same.
2286 * target-float.c: Same.
2287 * thread.c: Same.
2288 * utils.c: Same.
2289 * valops.c: Same.
2290 * valprint.c: Same.
2291 * value.c: Same.
2292 * varobj.c: Same.
2293 * windows-nat.c: Same.
2294 * xcoffread.c: Same.
2295 * xstormy16-tdep.c: Same.
2296 * xtensa-tdep.c: Same.
2297
c5adaa19
TT
22982019-10-17 Tom Tromey <tromey@adacore.com>
2299
2300 * configure: Rebuild.
2301 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2302 in AC_CONFIG_FILES invocation.
2303 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2304 new-style config.status invocation.
2305
405feb71
TV
23062019-10-17 Tom de Vries <tdevries@suse.de>
2307
2308 * arm-nbsd-nat.c: Fix typos in comments.
2309 * arm-tdep.c: Same.
2310 * darwin-nat-info.c: Same.
2311 * dwarf2read.c: Same.
2312 * elfread.c: Same.
2313 * event-top.c: Same.
2314 * findvar.c: Same.
2315 * gdbtypes.c: Same.
2316 * hppa-tdep.c: Same.
2317 * i386-tdep.c: Same.
2318 * jit.c: Same.
2319 * main.c: Same.
2320 * mdebugread.c: Same.
2321 * moxie-tdep.c: Same.
2322 * nto-procfs.c: Same.
2323 * osabi.c: Same.
2324 * ppc-linux-tdep.c: Same.
2325 * remote.c: Same.
2326 * riscv-tdep.c: Same.
2327 * s390-tdep.c: Same.
2328 * sh-tdep.c: Same.
2329 * sparc-linux-tdep.c: Same.
2330 * sparc-nat.c: Same.
2331 * stack.c: Same.
2332 * target-descriptions.c: Same.
2333 * top.c: Same.
2334 * varobj.c: Same.
2335
befcd486
TT
23362019-10-16 Tom Tromey <tom@tromey.com>
2337
2338 * objfiles.h (struct objfile) <original_name>: Now const.
2339
17bfe554
CB
23402019-10-16 Christian Biesinger <cbiesinger@google.com>
2341
2342 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2343 pass on to sigsetjmp's second argument.
2344 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2345
950b7495
KS
23462019-10-16 Keith Seitz <keiths@redhat.com>
2347
2348 PR gdb/23567
2349 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2350 sections whose size is greater than the file size.
2351
ff371ec9
JW
23522019-10-16 Jim Wilson <jimw@sifive.com>
2353
2354 * riscv-tdep.c (riscv_gcc_target_options): New.
2355 (riscv_gnu_triplet_regexp): New.
2356 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2357 set_gdbarch_gnu_triplet_regexp.
2358
fec4e896
CB
23592019-10-16 Christian Biesinger <cbiesinger@google.com>
2360
2361 * Makefile.in: Add xml-builtin.h.
2362 * features/feature_to_c.sh: Add an include for xml-builtin.h
2363 to ensure that the compiler checks that the types match.
2364 * xml-builtin.h: New file.
2365 * xml-support.c (fetch_xml_builtin): Add missing const.
2366 * xml-support.h: Remove declaration of xml_builtins.
2367
d10eccaa
TV
23682019-10-16 Tom de Vries <tdevries@suse.de>
2369
2370 PR tdep/25096
2371 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2372 (amd64_classify_aggregate): ... here.
2373 (amd64_classify_aggregate_field): Handled fiels of nested structs
2374 recursively.
2375
745ff14e
TV
23762019-10-16 Tom de Vries <tdevries@suse.de>
2377
2378 PR tdep/24104
2379 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2380 that handles 'theclass'.
2381
791b7405
AB
23822019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2383
2384 * linespec.c (decode_digits_ordinary): Update comment.
2385 * make-target-delegates: No longer need to handle VEC case.
2386 * memrange.c (normalize_mem_ranges): Update comment.
2387 * namespace.c (add_using_directive): Update comment.
2388 * objc-lang.c (uniquify_strings): Update comment.
2389 * ppc-linux-nat.c (struct thread_points): Update comment.
2390 * probe.h (find_probes_in_objfile): Update comment.
2391 * target.h (enum flash_preserve_mode): Update comment.
2392 * varobj.c (varobj_restrict_range): Update comment.
2393 * varobj.h (varobj_list_children): Update comment.
2394
0dc32745
AB
23952019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * Makefile.in: Remove references to vec.h and vec.c.
2398 * aarch64-tdep.c: No longer include vec.h.
2399 * ada-lang.c: Likewise.
2400 * ada-lang.h: Likewise.
2401 * arm-tdep.c: Likewise.
2402 * ax.h: Likewise.
2403 * breakpoint.h: Likewise.
2404 * charset.c: Likewise.
2405 * cp-support.h: Likewise.
2406 * dtrace-probe.c: Likewise.
2407 * dwarf2read.c: Likewise.
2408 * extension.h: Likewise.
2409 * gdb_bfd.c: Likewise.
2410 * gdbsupport/gdb_vecs.h: Likewise.
2411 * gdbsupport/vec.c: Remove.
2412 * gdbsupport/vec.h: Remove.
2413 * gdbthread.h: Likewise.
2414 * guile/scm-type.c: Likewise.
2415 * inline-frame.c: Likewise.
2416 * machoread.c: Likewise.
2417 * memattr.c: Likewise.
2418 * memrange.h: Likewise.
2419 * namespace.h: Likewise.
2420 * nat/linux-btrace.h: Likewise.
2421 * osdata.c: Likewise.
2422 * parser-defs.h: Likewise.
2423 * progspace.h: Likewise.
2424 * python/py-type.c: Likewise.
2425 * record-btrace.c: Likewise.
2426 * rust-exp.y: Likewise.
2427 * solib-target.c: Likewise.
2428 * stap-probe.c: Likewise.
2429 * target-descriptions.c: Likewise.
2430 * target-memory.c: Likewise.
2431 * target.h: Likewise.
2432 * varobj.c: Likewise.
2433 * varobj.h: Likewise.
2434 * xml-support.h: Likewise.
2435
ae640021
AB
24362019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2437
2438 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2439 Update for new std::vector based implementation.
2440 (process_psymtab_comp_unit_reader): Likewise.
2441 (scan_partial_symbols): Likewise.
2442 (recursively_compute_inclusions): Likewise.
2443 (compute_compunit_symtab_includes): Likewise.
2444 (process_imported_unit_die): Likewise.
2445 (queue_and_load_dwo_tu): Likewise.
2446 (follow_die_sig_1): Likewise.
2447 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2448 (typedef dwarf2_per_cu_ptr): Remove.
2449 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2450 function.
2451 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2452 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2453 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2454 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2455 std::vector.
2456
55dfc88f
TT
24572019-10-15 Tom Tromey <tromey@adacore.com>
2458
2459 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2460 TID.
2461
96b49c5e
TT
24622019-10-15 Tom Tromey <tromey@adacore.com>
2463
2464 * windows-nat.c (windows_nat_target::fetch_registers)
2465 (windows_nat_target::store_registers): Rename "pid" to "tid".
2466
953cff56
TT
24672019-10-15 Tom Tromey <tromey@adacore.com>
2468
2469 * gdbarch.h, gdbarch.c: Rebuild.
2470 * gdbarch.sh (gcc_target_options): Change return type to
2471 std::string.
2472 * compile/compile.c (get_args): Update.
2473 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2474 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2475 std::string.
2476 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2477 std::string.
2478 * arch-utils.c (default_gcc_target_options): Return std::string.
2479 * arch-utils.h (default_gcc_target_options): Return std::string.
2480 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2481
81e6b8eb
CB
24822019-10-15 Christian Biesinger <cbiesinger@google.com>
2483
2484 * breakpoint.c (breakpoint_chain): Make static.
2485 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2486 of accessing breakpoint_chain.
2487
95da600f
CB
24882019-10-15 Christian Biesinger <cbiesinger@google.com>
2489
2490 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2491 to a gdb::function_view and return value to bool.
2492 * breakpoint.h (iterate_over_breakpoints): Likewise.
2493 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2494 (pop_dummy_frame): Update.
2495 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2496 (gdbscm_breakpoints): Update.
2497 * python/py-breakpoint.c (build_bp_list): Update.
2498 (gdbpy_breakpoints): Update.
2499 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2500 Update.
2501 (bpfinishpy_handle_stop): Update.
2502 (bpfinishpy_handle_exit): Update.
2503 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2504 (svr4_update_solib_event_breakpoints): Update.
2505
ba18312d
AA
25062019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2507
2508 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2509 when unwrapping single-field structs.
2510
6acc1a0b
SM
25112019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2512
2513 * dwarf2read.c: Remove includes.
2514
284782de
SM
25152019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2516
2517 * ui-out.c (ui_out::call_do_message): Silence
2518 -Wformat-nonliteral warning.
2519
073bbbb0
SM
25202019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2521
2522 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2523 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2524 include: readline/tilde.h.
2525
7b9a15e1
CB
25262019-10-12 Christian Biesinger <cbiesinger@google.com>
2527
2528 * remote.c (remote_target::get_trace_status): Remove declaration of
2529 trace_regblock_size.
2530
cc8dee1f
CB
25312019-10-12 Christian Biesinger <cbiesinger@google.com>
2532
2533 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2534 (show_user): Remove declaration of cmdlist.
2535 * cli/cli-cmds.h (max_user_call_depth): Declare.
2536 * cli/cli-script.c (execute_user_command): Remove declaration
2537 of max_user_call_depth.
2538
a83d4ef6
JW
25392019-10-11 Jim Wilson <jimw@sifive.com>
2540
5f93c5a6
JW
2541 * gdbsupport/print-utils.h (pulongest): Fix comment.
2542 (plongest): Likewise.
2543 (phex): Add missing comment, mention leading zeros.
2544 (phex_nz): Add mention of no leading zeros to comment.
2545
a83d4ef6
JW
2546 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2547 plongest instead of unsigned long long cast.
2548
26344e0c
CB
25492019-10-10 Christian Biesinger <cbiesinger@google.com>
2550
2551 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2552 for external_editor_command and gdbtk_test.
2553
c2c440a9
CB
25542019-10-10 Christian Biesinger <cbiesinger@google.com>
2555
2556 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2557 * varobj.c (varobjdebug): Move comment to...
2558 * varobj.h (varobjdebug): ...here, and declare.
2559
a31bff9d
TT
25602019-10-09 Tom Tromey <tom@tromey.com>
2561
2562 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2563 erase_data_content.
2564
7523da63
TT
25652019-10-09 Tom Tromey <tom@tromey.com>
2566
2567 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2568 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2569 * tui/tui-command.c (tui_cmd_window::resize)
2570 (tui_refresh_cmd_win): Update.
2571 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2572 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2573 * tui/tui-data.c (~tui_gen_win_info): Remove.
2574 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2575 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2576 (tui_redisplay_readline, tui_mld_flush)
2577 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2578 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2579 (tui_data_window::erase_data_content)
2580 (tui_data_item_window::rerender)
2581 (tui_data_item_window::refresh_window): Update.
2582 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2583 (box_win, tui_gen_win_info::make_window)
2584 (tui_gen_win_info::make_visible): Update.
2585 (tui_delete_win): Remove.
2586 * tui/tui-winsource.c
2587 (tui_source_window_base::do_erase_source_content): Update.
2588 (tui_show_source_line, tui_source_window_base::update_tab_width)
2589 (tui_source_window_base::update_exec_info): Update.
2590 * tui/tui-data.h (struct curses_deleter): New.
2591 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2592 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2593
a7798e7f
TT
25942019-10-09 Tom Tromey <tom@tromey.com>
2595
2596 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2597
5c45899e
TT
25982019-10-09 Tom Tromey <tom@tromey.com>
2599
2600 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2601 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2602
6d7fd9aa
TT
26032019-10-09 Tom Tromey <tom@tromey.com>
2604
2605 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2606 window height directly.
2607 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2608 declare.
2609 * tui/tui-layout.c (tui_default_win_height): Remove.
2610 (tui_default_win_viewport_height): Remove.
2611
d2dd1084
TT
26122019-10-09 Tom Tromey <tom@tromey.com>
2613
2614 * tui/tui.h: Remove comments.
2615
cff32449
TV
26162019-10-09 Tom de Vries <tdevries@suse.de>
2617
2618 * python/lib/gdb/printer/bound_registers.py: Use
2619 '^builtin_type_bound128' as regexp argument for
2620 add_builtin_pretty_printer.
2621
6a25e8a2
CB
26222019-10-09 Christian Biesinger <cbiesinger@google.com>
2623
2624 * guile/guile.c (guile_extension_script_ops): Remove forward
2625 declaration and mark as static.
2626 (guile_script_ops): Likewise.
2627 (extension_language_guile): Move further down in the file so
2628 it can reference the definitions for guile_{extension_,}script_ops.
2629
6d9d6da4
AA
26302019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2631
2632 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2633 except SORTL, DFLTCC, and KDSA.
2634
3abea05d
TT
26352019-10-08 Tom Tromey <tromey@adacore.com>
2636
2637 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2638 (struct safe_symbol_file_add_args): Remove.
2639
dde996e2
TT
26402019-10-08 Tom Tromey <tromey@adacore.com>
2641
2642 * windows-nat.c: Don't include buildsym-legacy.h.
2643
cd6fdaa1
TT
26442019-10-08 Tom Tromey <tromey@adacore.com>
2645
2646 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2647
79bb1944
CB
26482019-10-08 Christian Biesinger <cbiesinger@google.com>
2649
2650 * gdbtypes.c (overload_debug): Move comment to header.
2651 * gdbtypes.h (overload_debug): Declare.
2652 * valops.c: Remove declaration of overload_debug, instead
2653 include gdbtypes.h.
2654
34916edc
CB
26552019-10-08 Christian Biesinger <cbiesinger@google.com>
2656
2657 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2658 through _().
2659 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2660 move comment...
2661 * language.h (lang_frame_mismatch_warn): ... here. Also add
2662 declaration.
2663 * top.c (lang_frame_mismatch_warn): Remove declaration.
2664 (check_frame_language_change): Pass lang_frame_mismatch_warn
2665 through _().
2666
bad5c026
CB
26672019-10-07 Christian Biesinger <cbiesinger@google.com>
2668
2669 * c-lang.h (vtbl_ptr_name): Declare.
2670 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2671 it from the header.
2672 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2673
51f1fdc3
CB
26742019-10-07 Christian Biesinger <cbiesinger@google.com>
2675
2676 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2677 gdb_static_assert.
2678
30d1f018
WP
26792019-10-07 Weimin Pan <weimin.pan@oracle.com>
2680
606813d5
WP
2681 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2682 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
30d1f018
WP
2683 * ctfread.c: New file.
2684 * ctfread.h: New file.
2685 * elfread.c: Include ctfread.h.
2686 (struct elfinfo text_p): New member ctfsect.
2687 (elf_locate_sections): Mark CTF section.
2688 (elf_symfile_read): Call elfctf_build_psymtabs.
2689 * Makefile.in (LIBCTF): Add.
2690 (CLIBS): Use it.
2691 (CDEPS): Likewise.
2692 (DIST): Add ctfread.c.
606813d5
WP
2693
26942019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2695
2696 * ctfread.c (struct nextfield): Renamed to ...
2697 (struct ctf_nextfield): ... this.
2698 (struct field_info): Renamed to ...
2699 (strut ctf_field_info): ... this.
2700 (attach_fields_to_type): Update for renamed structures.
2701 (ctf_add_member_cb): Likewise.
2702 (ctf_add_enum_member_cb): Likewise.
2703 (process_struct_members): Likewise.
2704 (process_enum_type): Likewise.
30d1f018 2705
518fe38c
WP
27062019-10-07 Weimin Pan <weimin.pan@oracle.com>
2707
2708 * tracectf.h: Rename, was ctf.h.
2709 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2710 * tracefile.c: Likewise.
2711 * tracepoint.c: Remove unused include ctf.h.
2712 * mi/mi-main.c: Likewise.
2713 * Makefile.in Replace ctf.c with tracectf.c.
2714
225f296a
JB
27152019-10-06 Joel Brobecker <brobecker@adacore.com>
2716
2717 * version.in: Change version number to "9.0.50.DATE-git".
2718
77c2dba3
TT
27192019-10-03 Tom Tromey <tom@tromey.com>
2720
2721 PR rust/24976:
2722 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2723
179aed7f
AB
27242019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2725
2726 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2727 cp_search_name_hash.
2728 * NEWS: Add entry about nested function support.
2729
0a4b0913
AB
27302019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2731 Andrew Burgess <andrew.burgess@embecosm.com>
2732
2733 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2734 for nested static variables when searchin VAR_DOMAIN.
2735 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2736 global scope, update comment.
2737 (add_partial_subprogram): Call add_partial_subprogram recursively
2738 for nested subroutines when processinng Fortran.
2739 (load_partial_dies): Process the child entities of a subprogram
2740 when processing Fortran.
2741 (partial_die_parent_scope): Handle building scope
2742 for Fortran nested functions.
2743 (process_die): Record that nested functions have a scope.
2744 (new_symbol): Always record Fortran subprograms on the global
2745 symbol list.
2746 (determine_prefix): How to build the prefix for Fortran
2747 subprograms.
2748
d8c06f22
AB
27492019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2750
2751 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2752 have just sent the thread a SIGSTOP and are waiting for it to
2753 arrive.
2754
a8b3b8e9
AB
27552019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2756
2757 * btrace.c (btrace_add_pc): Remove whitespace before the template
2758 parameter in 'std::vector <...>'.
2759 (parse_xml_btrace_block): Likewise.
2760 (btrace_maint_decode_pt): Likewise.
2761 (btrace_maint_update_packets): Likewise.
2762 (btrace_maint_print_packets): Likewise.
2763 * btrace.h (struct btrace_maint_info): Likewise.
2764 * dwarf2read.c (struct type_unit_group): Likewise.
2765 (build_type_psymtabs_reader): Likewise.
2766 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2767 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2768 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2769
4d825eab
TV
27702019-10-03 Tom de Vries <tdevries@suse.de>
2771
2772 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2773 the first line of the help text for set/show style metadata.
2774
80fd2826
TT
27752019-10-02 Tom Tromey <tromey@adacore.com>
2776
2777 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2778 * gdbsupport/common-inferior.c: New file.
2779 * infcmd.c (startup_with_shell): Don't define.
2780 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2781 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2782 * inferior.h (startup_with_shell): Don't declare.
2783
70054538
CB
27842019-10-02 Christian Biesinger <cbiesinger@google.com>
2785
2786 * gdbsupport/gdb_assert.h: Include errors.h.
2787 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2788
37f6a7f4
TT
27892019-10-02 Tom Tromey <tromey@adacore.com>
2790
2791 * NEWS: Add $_ada_exception entry.
2792 * ada-lang.c (struct ada_catchpoint): Add constructor.
2793 <m_kind>: New member.
2794 (allocate_location_exception, re_set_exception): Remove
2795 "ex" parameter.
2796 (should_stop_exception): Compute $_ada_exception.
2797 (check_status_exception, print_it_exception)
2798 (print_one_exception, print_mention_exception): Remove
2799 "ex" parameter.
2800 (allocate_location_catch_exception, re_set_catch_exception)
2801 (check_status_exception, print_it_catch_exception)
2802 (print_one_catch_exception, print_mention_catch_exception)
2803 (print_recreate_catch_exception)
2804 (allocate_location_catch_exception_unhandled)
2805 (re_set_catch_exception_unhandled)
2806 (check_status_exception, print_it_catch_exception_unhandled)
2807 (print_one_catch_exception_unhandled)
2808 (print_mention_catch_exception_unhandled)
2809 (print_recreate_catch_exception_unhandled)
2810 (allocate_location_catch_assert, re_set_catch_assert)
2811 (check_status_assert, print_it_catch_assert)
2812 (print_one_catch_assert, print_mention_catch_assert)
2813 (print_recreate_catch_assert)
2814 (allocate_location_catch_handlers, re_set_catch_handlers)
2815 (check_status_handlers, print_it_catch_handlers)
2816 (print_one_catch_handlers, print_mention_catch_handlers)
2817 (print_recreate_catch_handlers): Remove.
2818 (create_ada_exception_catchpoint): Update.
2819 (initialize_ada_catchpoint_ops): Update.
2820
fccf9de1
TT
28212019-10-02 Tom Tromey <tromey@adacore.com>
2822
2823 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2824 (create_excep_cond_exprs): Simplify exception string computation.
2825 (ada_exception_catchpoint_cond_string): Likewise.
2826
4b610737
TT
28272019-10-02 Tom Tromey <tromey@adacore.com>
2828
2829 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2830 * ada-lang.c (lesseq_defined_than): Handle
2831 LOC_STATIC.
2832 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2833 parameter.
2834 (dwarf2_has_info): Likewise.
2835 (new_symbol): Set maybe_copied on symbol when
2836 appropriate.
2837 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2838 parameter.
2839 <can_copy>: New member.
2840 * elfread.c (record_minimal_symbol): Set maybe_copied
2841 on symbol when appropriate.
2842 (elf_symfile_read): Update call to dwarf2_has_info.
2843 * minsyms.c (lookup_minimal_symbol_linkage): New
2844 function.
2845 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2846 * symtab.c (get_symbol_address, get_msymbol_address):
2847 New functions.
2848 * symtab.h (get_symbol_address, get_msymbol_address):
2849 Declare.
2850 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2851 maybe_copied.
2852 (struct symbol, struct minimal_symbol) <maybe_copied>:
2853 New member.
2854
1dd58850
TT
28552019-10-02 Tom Tromey <tromey@adacore.com>
2856
2857 * source.c (struct current_source_location): New.
2858 (current_source_key): New global.
2859 (current_source_symtab, current_source_line)
2860 (current_source_pspace): Remove.
2861 (get_source_location): New function.
2862 (get_current_source_symtab_and_line)
2863 (set_default_source_symtab_and_line)
2864 (set_current_source_symtab_and_line)
2865 (clear_current_source_symtab_and_line, select_source_symtab)
2866 (info_source_command, print_source_lines_base)
2867 (info_line_command, search_command_helper, _initialize_source):
2868 Update.
2869
5c281dbb
TT
28702019-10-02 Tom Tromey <tromey@adacore.com>
2871
2872 * source.c (select_source_symtab): Don't call
2873 decode_line_with_current_source.
2874
d3d32391
AB
28752019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2876
2877 * symtab.c (lookup_global_symbol): Search global block.
2878
38583298
TT
28792019-10-02 Tom Tromey <tromey@adacore.com>
2880
2881 * coffread.c (process_coff_symbol): Update.
2882 * dwarf2read.c (var_decode_location, new_symbol): Update.
2883 * mdebugread.c (parse_symbol): Update.
2884 * objfiles.c (relocate_one_symbol): Update.
2885 * stabsread.c (define_symbol, fix_common_block)
2886 (scan_file_globals): Update.
2887 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2888 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2889 * xcoffread.c (process_xcoff_symbol): Update.
2890
9344c18f
AA
28912019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2892
2893 * MAINTAINERS: Update my email address.
2894
df07e2c7
AB
28952019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2896
2897 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2898 std::vector.
2899 (build_type_psymtabs_reader): Update for std::vector.
2900 (build_type_psymtab_dependencies): Likewise.
2901 * dwarf2read.h: Remove use of DEF_VEC_P.
2902 (typedef sig_type_ptr): Delete.
2903
554ac434
AB
29042019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2905
2906 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2907 to std::vector.
2908 (btrace_maint_decode_pt): Likewise, and move allocation of the
2909 vector outside of the loop.
2910 (btrace_maint_update_packets): Update to handle change from VEC to
2911 std::vector.
2912 (btrace_maint_print_packets): Likewise.
2913 (maint_info_btrace_cmd): Likewise.
2914 * btrace.h: Remove use of DEF_VEC_O.
2915 (typedef btrace_pt_packet_s): Delete.
2916 (struct btrace_maint_info) <packets>: Change fromm VEC to
2917 std::vector.
2918 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
2919
46f29a9a
AB
29202019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2921
2922 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
2923 make accesses into the vector constant references.
2924 (btrace_add_pc): Update for std::vector.
2925 (btrace_stitch_bts): Likewise.
2926 (parse_xml_btrace_block): Likewise.
2927 (btrace_maint_update_packets): Likewise.
2928 (btrace_maint_print_packets): Likewise.
2929 (maint_info_btrace_cmd): Likewise.
2930 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
2931 std::vector.
2932 (btrace_data::empty): Likewise.
2933 (btrace_data_append): Likewise.
2934 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
2935 (typedef btrace_block_s): Delete.
2936 (struct btrace_block): Add constructor.
2937 (struct btrace_data_bts) <blocks>: Change to std::vector.
2938 * nat/linux-btrace.c (perf_event_read_bts): Update for
2939 std::vector.
2940 (linux_read_bts): Likewise.
2941
d770d56f
TT
29422019-10-01 Tom Tromey <tom@tromey.com>
2943
2944 * cli/cli-logging.c (show_logging_filename): Use styled_string.
2945
9d636d67
TT
29462019-10-01 Tom Tromey <tom@tromey.com>
2947
2948 * stack.c (print_frame, info_frame_command_core): Use
2949 styled_string.
2950 * linux-thread-db.c (try_thread_db_load_1)
2951 (try_thread_db_load_from_pdir_1): Use styled_string.
2952 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
2953 (auto_load_section_scripts, info_auto_load_local_gdbinit)
2954 (maybe_print_unsupported_script_warning)
2955 (maybe_print_script_not_found_warning): Use styled_string.
2956 * ada-lang.c (user_select_syms): Use styled_string.
2957
7f6aba03
TT
29582019-10-01 Tom Tromey <tom@tromey.com>
2959
2960 * p-lang.c (pascal_printstr): Use metadata style.
2961 * value.c (show_convenience): Use metadata style.
2962 * valprint.c (valprint_check_validity, val_print_optimized_out)
2963 (val_print_not_saved, val_print_unavailable)
2964 (val_print_invalid_address, generic_val_print, val_print)
2965 (value_check_printable, val_print_array_elements): Use metadata
2966 style.
2967 * ui-out.h (class ui_out) <field_fmt>: New overload.
2968 <do_field_fmt>: Add style parameter.
2969 * ui-out.c (ui_out::field_fmt): New overload.
2970 * typeprint.c (type_print_unknown_return_type)
2971 (val_print_not_allocated, val_print_not_associated): Use metadata
2972 style.
2973 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
2974 parameter.
2975 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
2976 * tracepoint.c (tvariables_info_1): Use metadata style.
2977 * stack.c (print_frame_arg, print_frame_info, print_frame)
2978 (info_frame_command_core): Use metadata style.
2979 * skip.c (info_skip_command): Use metadata style.
2980 * rust-lang.c (rust_print_enum): Use metadata style.
2981 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
2982 metadata style.
2983 * python/py-framefilter.c (py_print_single_arg): Use metadata
2984 style.
2985 * printcmd.c (do_one_display, print_variable_and_value): Use
2986 metadata style.
2987 * p-valprint.c (pascal_val_print)
2988 (pascal_object_print_value_fields): Use metadata style.
2989 * p-typeprint.c (pascal_type_print_base): Use metadata style.
2990 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
2991 parameter.
2992 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
2993 * m2-valprint.c (m2_print_long_set): Use metadata style.
2994 * m2-typeprint.c (m2_print_type): Use metadata style.
2995 * infcmd.c (print_return_value_1): Use metadata style.
2996 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
2997 * f-valprint.c (info_common_command_for_block): Use metadata
2998 style.
2999 * f-typeprint.c (f_type_print_base): Use metadata style.
3000 * expprint.c (print_subexp_standard): Use metadata style.
3001 * cp-valprint.c (cp_print_value_fields): Use metadata style.
3002 * cli/cli-style.h (class cli_style_option): Add constructor.
3003 (metadata_style): Declare.
3004 * cli/cli-style.c (metadata_style): New global.
3005 (_initialize_cli_style): Register metadata style.
3006 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
3007 parameter.
3008 * cli-out.c (cli_ui_out::do_field_fmt): Update.
3009 * c-typeprint.c (c_type_print_base_struct_union)
3010 (c_type_print_base_1): Use metadata style.
3011 * breakpoint.c (watchpoint_value_print)
3012 (print_one_breakpoint_location): Use metadata style.
3013 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
3014 style.
3015 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
3016 style.
3017 * ada-valprint.c (val_print_packed_array_elements, printstr)
3018 (print_field_values, ada_val_print_ref, ada_val_print): Use
3019 metadata style.
3020 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
3021 style.
3022 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
3023 style.
3024 * ada-lang.c (user_select_syms): Use metadata style.
3025
14309bb6
TT
30262019-10-01 Tom Tromey <tom@tromey.com>
3027
3028 * cli/cli-cmds.c (pwd_command): Style output.
3029
6a831f06
PA
30302019-10-01 Pedro Alves <palves@redhat.com>
3031 Tom Tromey <tom@tromey.com>
3032
3033 * symtab.c (print_symbol_info): Use %ps.
3034 (print_msymbol_info): Use %ps.
3035 * symfile.c (symbol_file_add_with_addrs): Use %ps.
3036 * printcmd.c (print_variable_and_value): Use %ps.
3037 * macrocmd.c (show_pp_source_pos): Use %ps.
3038 * infrun.c (print_exited_reason): Use ui_out::message.
3039 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
3040 (describe_other_breakpoints): Use ui_out::message and new
3041 formats.
3042 (say_where): Use new formats.
3043 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
3044 and new formats.
3045
2a3c1174
PA
30462019-10-01 Pedro Alves <palves@redhat.com>
3047 Tom Tromey <tom@tromey.com>
3048
3049 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
3050 (test_gdb_formats): New function.
3051 (run_tests): Call it.
3052 (test_format_specifier): Update.
3053 * utils.h (fputs_filtered): Update comment.
3054 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
3055 (fputs_styled_unfiltered): Declare.
3056 * utils.c (fputs_styled_unfiltered): New function.
3057 (vfprintf_maybe_filtered): Add gdbfmt parameter.
3058 (vfprintf_filtered): Update.
3059 (vfprintf_unfiltered, vprintf_filtered): Update.
3060 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
3061 * ui-out.h (enum ui_out_flag) <unfiltered_output,
3062 disallow_ui_out_field>: New constants.
3063 (enum class field_kind): New.
3064 (struct base_field_s, struct signed_field_s): New.
3065 (signed_field): New function.
3066 (struct string_field_s): New.
3067 (string_field): New function.
3068 (struct styled_string_s): New.
3069 (styled_string): New function.
3070 (class ui_out) <message>: Add comment.
3071 <vmessage, call_do_message>: New methods.
3072 <do_message>: Add style parameter.
3073 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
3074 methods.
3075 (ui_out::message): Rewrite.
3076 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
3077 parameter.
3078 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
3079 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
3080 gdb_extensions parameter.
3081 (class format_piece): Add parameter to constructor.
3082 (n_int_args): New field.
3083 * gdbsupport/format.c (format_pieces::format_pieces): Add
3084 gdb_extensions parameter. Handle '*'.
3085 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
3086 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
3087 vfprintf_styled_no_gdbfmt.
3088 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
3089 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
3090 unfiltered output.
3091 * ui-style.h (struct ui_file_style) <ptr>: New method.
3092
0dfe5bfb
TT
30932019-10-01 Tom Tromey <tom@tromey.com>
3094
3095 * unittests/format_pieces-selftests.c: Update. Add final format.
3096 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
3097 empty literal pieces.
3098
e43b10e1
TT
30992019-10-01 Tom Tromey <tom@tromey.com>
3100
3101 * ui-out.h (enum class ui_out_style_kind): Remove.
3102 (class ui_out) <field_string, field_stsream, do_field_string>:
3103 Change type of "style".
3104 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
3105 (ui_out::field_string): Update.
3106 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
3107 of "style".
3108 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
3109 * tracepoint.c (print_one_static_tracepoint_marker): Update.
3110 * stack.c (print_frame_arg, print_frame_info, print_frame):
3111 Update.
3112 * source.c (print_source_lines_base): Update.
3113 * solib.c (info_sharedlibrary_command): Update.
3114 * skip.c (info_skip_command): Update.
3115 * record-btrace.c (btrace_call_history_src_line)
3116 (btrace_call_history): Update.
3117 * python/py-framefilter.c (py_print_frame): Update.
3118 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
3119 "style".
3120 * mi/mi-out.c (mi_ui_out::do_table_header)
3121 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
3122 (mi_ui_out::do_field_string): Update.
3123 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3124 Update.
3125 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
3126 "style".
3127 * cli-out.c (cli_ui_out::do_table_header)
3128 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
3129 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
3130 (cli_ui_out::do_field_fmt): Update.
3131 * breakpoint.c (print_breakpoint_location): Update.
3132 (update_static_tracepoint): Update.
3133
cd7c32c3
PW
31342019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3135
3136 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
3137 conversion of gdb_datadir.
3138 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3139 remove not needed c_str ().
3140
8fe0f950
AT
31412019-09-30 Ali Tamur <tamur@google.com>
3142
3143 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3144 (dwarf2_string_attr): Likewise.
3145
5f48f8f3
AT
31462019-09-30 Ali Tamur <tamur@google.com>
3147
3148 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3149 (process_full_type_unit): Likewise.
3150 (dump_die_shallow): Likewise.
3151 (cu_debug_loc_section): Likewise.
3152
6fb08628
CB
31532019-09-28 Christian Biesinger <cbiesinger@google.com>
3154
3155 * minsyms.c (compare_minimal_symbols): Rename to...
3156 (minimal_symbol_is_less_than): ...this, and adjust to STL
3157 conventions (return bool, take arguments as references)
3158 (minimal_symbol_reader::install): Call std::sort instead
3159 of qsort.
3160
c7ee338a
CB
31612019-09-29 Christian Biesinger <cbiesinger@google.com>
3162
3163 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3164 hash and why.
3165 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3166 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3167
703a86c2
SM
31682019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3169
3170 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3171 * psympriv.h (add_psymbol_to_list): Move comment here and update
3172 it.
3173
0df0352a
TV
31742019-09-29 Tom de Vries <tdevries@suse.de>
3175
3176 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3177 Use $tmpdir/$(basename "$output_file").dwz instead of
3178 "${output_file}.dwz".
3179
ad75efa6
SM
31802019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3181
3182 PR gdb/25045
3183 * hppa-linux-nat.c: Include gdbarch.h.
3184
ececd218
CB
31852019-09-26 Christian Biesinger <cbiesinger@google.com>
3186
3187 * blockframe.c (find_pc_partial_function): Change return type to bool.
3188 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3189 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3190 (stub_gnu_ifunc_resolve_name): Likewise.
3191 * symtab.c (compare_filenames_for_search): Likewise.
3192 (compare_glob_filenames_for_search): Likewise.
3193 (matching_obj_sections): Likewise.
3194 (symbol_matches_domain): Likewise.
3195 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3196 (find_line_pc): Change return type to bool.
3197 (find_line_pc_range): Likewise.
3198 (producer_is_realview): Likewise.
3199 * symtab.h (symbol_matches_domain): Likewise.
3200 (find_pc_partial_function): Likewise.
3201 (find_pc_line_pc_range): Likewise.
3202 (in_gnu_ifunc_stub): Likewise.
3203 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3204 (find_line_pc): Likewise.
3205 (find_line_pc_range): Likewise.
3206 (matching_obj_sections): Likewise.
3207 (find_line_symtab): Change out parameter to bool.
3208 (producer_is_realview): Change return type to bool.
3209 (compare_filenames_for_search): Likewise.
3210 (compare_glob_filenames_for_search): Likewise.
3211
27a900b8
TT
32122019-09-26 Tom Tromey <tom@tromey.com>
3213
3214 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3215 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3216 * gdb_usleep.h: Remove.
3217 * gdb_usleep.c: Remove.
3218 * utils.c: Don't include gdb_usleep.h.
3219
5d63b30a
TT
32202019-09-26 Tom Tromey <tromey@adacore.com>
3221
3222 * python/py-type.c (type_to_type_object): Call check_typedef
3223 for stub types.
3224
12904d37
TT
32252019-09-26 Tom Tromey <tom@tromey.com>
3226
3227 * utils.h (initialize_utils): Don't declare.
3228 * top.c (gdb_init): Don't call initialize_utils.
3229 * utils.c (initialize_utils): Remove. Move contents...
3230 (_initialize_utils): ... here.
3231
858f25f0
TT
32322019-09-25 Tom Tromey <tom@tromey.com>
3233
3234 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3235 * utils.h (make_hex_string): Don't declare.
3236 * utils.c (make_hex_string): Remove.
3237
3d435220
TV
32382019-09-24 Tom de Vries <tdevries@suse.de>
3239
3240 PR gdb/23815
3241 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3242 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3243
ddd44b70
DD
32442019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3245
3246 * NEWS: Mention new simulator port for PRU.
3247
f945dedf
CB
32482019-09-23 Christian Biesinger <cbiesinger@google.com>
3249
3250 * ada-exp.y (write_object_remaining): Update.
3251 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3252 and eliminate the static buffer.
3253 (ada_decode_symbol): Update.
3254 (ada_la_decode): Update.
3255 (ada_sniff_from_mangled_name): Update.
3256 (is_valid_name_for_wild_match): Update.
3257 (ada_lookup_name_info::matches): Update and simplify.
3258 (name_matches_regex): Update.
3259 (ada_add_global_exceptions): Update.
3260 * ada-lang.h (ada_decode): Update signature.
3261 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3262 * dwarf-index-write.c (debug_names::insert): Update.
3263
7ab78ccb
SM
32642019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3265
3266 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3267 formatting.
3268
9252448b
SM
32692019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3270
3271 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3272 Change "nonzero" to "true" in documentation.
3273
626ca2c0
CB
32742019-09-20 Christian Biesinger <cbiesinger@google.com>
3275
3276 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3277 (_initialize_darwin_solib): Don't set
3278 darwin_so_ops.lookup_lib_global_symbol.
3279 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3280 set_gdbarch_iterate_over_objfiles_in_search_order.
3281 (elf_lookup_lib_symbol): Rename to...
3282 (svr4_iterate_over_objfiles_in_search_order): this, and update
3283 to iterate semantics.
3284 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3285 * solib.c (solib_global_lookup): Remove.
3286 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3287 (solib_global_lookup): Remove.
3288 * symtab.c (lookup_global_or_static_symbol): Remove call to
3289 solib_global_lookup.
3290
5a3a0d63
JB
32912019-09-20 Joel Brobecker <brobecker@adacore.com>
3292
3293 * NEWS: Move entries about default MI version now being
3294 version 3, and about the GDB/MI fix for multi-location
3295 breakpoints to the "since GDB 8.3" section.
3296
ffea1427
JB
32972019-09-20 Joel Brobecker <brobecker@adacore.com>
3298
3299 GDB 8.3.1 released.
3300
abf516c6
UW
33012019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3302
3303 * NEWS: Mention that Cell/B.E. debugging support was removed.
3304 * MAINTAINERS: Remove spu target.
3305
3306 * config/djgpp/fnchange.lst: Remove entries for removed files.
3307
3308 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3309 spu-multiarch.o, and spu-tdep.o.
3310 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3311 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3312 spu-multiarch.c, and spu-tdep.c.
3313 * spu-linux-nat.c: Remove file.
3314 * spu-multiarch.c: Remove file.
3315 * spu-tdep.c: Remove file.
3316 * spu-tdep.h: Remove file.
3317 * solib-spu.c: Remove file.
3318 * solib-spu.h: Remove file.
3319
3320 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3321 * configure.nat (spu-linux): Remove.
3322 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3323 solib-multiarch.o from gdb_target_obs.
3324 (spu*-*-*): Remove.
3325
3326 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3327 feature flag.
3328 (ppc_linux_no_features): Update.
3329 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3330 Cell/B.E. support.
3331 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3332 (tdesc_powerpc_cell64l): Likewise.
3333 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3334 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3335 Cell/B.E. support.
3336 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3337 Do not include "features/rs6000/powerpc-cell32l.c" or
3338 "features/rs6000/powerpc-cell64l.c".
3339 (ppc_linux_spu_section): Remove.
3340 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3341 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3342 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3343 (ppc_linux_spe_context_lookup): Remove.
3344 (ppc_linux_spe_context_inferior_created): Remove.
3345 (ppc_linux_spe_context_solib_loaded): Remove.
3346 (ppc_linux_spe_context_solib_unloaded): Remove.
3347 (ppc_linux_spe_context): Remove.
3348 (struct ppu2spu_cache): Remove.
3349 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3350 (struct ppu2spu_data): Remove.
3351 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3352 ppu2spu_unwind): Remove.
3353 (ppc_linux_init_abi): Remove Cell/B.E. support.
3354 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3355
3356 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3357 (rs6000/powerpc-cell64l-expedite): Likewise
3358 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3359 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3360 rs6000/powerpc-cell64l.xml.
3361 * features/rs6000/powerpc-cell32l.xml: Remove.
3362 * features/rs6000/powerpc-cell64l.xml: Likewise.
3363 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3364 * features/rs6000/powerpc-cell64l.c: Likewise.
3365 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3366 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3367 * regformats/reg-spu.dat: Remove.
3368
3369 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3370 * corelow.c (struct spuid_list): Remove.
3371 (add_to_spuid_list): Remove.
3372 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3373 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3374 (remote_protocol_features): Remove associated entries.
3375 (_initialize_remote): No longer initialize them.
3376 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3377 * linux-nat.c (SPUFS_MAGIC): Remove.
3378 (linux_proc_xfer_spu): Remove.
3379 (spu_enumerate_spu_ids): Remove.
3380 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3381 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3382 (linux_make_corefile_notes): No longer call it.
3383
3384 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3385 (cooked_write_test): Likewise.
3386
78e8cb91
TT
33872019-09-20 Tom Tromey <tom@tromey.com>
3388
3389 * NEWS: Mention case-sensitivity of TUI commands.
3390 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3391 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3392 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3393
f074b67e
TT
33942019-09-20 Tom Tromey <tom@tromey.com>
3395
3396 * tui/tui-source.c (tui_source_window::set_contents): Use
3397 make_unique_xstrdup.
3398 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3399 make_unique_xstrdup.
3400
63c4bf19
TT
34012019-09-20 Tom Tromey <tom@tromey.com>
3402
3403 * tui/tui-data.c: Remove separator comments.
3404 * tui/tui-layout.c: Remove separator comments.
3405 * tui/tui-win.c: Remove separator comments.
3406 * tui/tui-wingeneral.c: Remove separator comments.
3407
43df9b2f
TT
34082019-09-20 Tom Tromey <tom@tromey.com>
3409
3410 * tui/tui.h (strcat_to_buf): Don't declare.
3411 * tui/tui.c (strcat_to_buf): Remove.
3412
7226433c
TT
34132019-09-20 Tom Tromey <tom@tromey.com>
3414
3415 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3416 from "fullname".
3417 * tui/tui-source.c (tui_source_window::set_contents)
3418 (tui_source_window::location_matches_p)
3419 (tui_source_window::maybe_update): Update.
3420
80df3337
TT
34212019-09-20 Tom Tromey <tom@tromey.com>
3422
3423 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3424 Update.
3425 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3426 prefix.
3427 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3428 (tui_data_window::line_from_reg_element_no)
3429 (tui_data_window::first_reg_element_no_inline)
3430 (tui_data_window::show_registers)
3431 (tui_data_window::show_register_group)
3432 (tui_data_window::display_registers_from)
3433 (tui_data_window::display_registers_from_line)
3434 (tui_data_window::first_data_item_displayed)
3435 (tui_data_window::delete_data_content_windows)
3436 (tui_data_window::erase_data_content)
3437 (tui_data_window::do_scroll_vertical)
3438 (tui_data_window::refresh_window)
3439 (tui_data_window::check_register_values): Update.
3440
9923f347
TT
34412019-09-20 Tom Tromey <tom@tromey.com>
3442
3443 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3444 (struct tui_locator_window) <full_name, proc_name>: Now
3445 std::string.
3446 * tui/tui-stack.c (tui_locator_window::make_status_line)
3447 (tui_locator_window::set_locator_fullname)
3448 (tui_locator_window::set_locator_info): Update.
3449 * tui/tui-source.c (tui_source_window::set_contents)
3450 (tui_source_window::showing_source_p): Update.
3451
b76251ab
TT
34522019-09-20 Tom Tromey <tom@tromey.com>
3453
3454 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3455 Don't call tui_locator_win_info_ptr.
3456
0891be08
TT
34572019-09-20 Tom Tromey <tom@tromey.com>
3458
3459 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3460
1b935acf
TT
34612019-09-20 Tom Tromey <tom@tromey.com>
3462
3463 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3464 height for locator.
3465 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3466 * tui/tui-layout.c (show_source_disasm_command, show_data)
3467 (show_source_or_disasm_and_command): Use 1 as height for locator.
3468
9abd8a65
TT
34692019-09-20 Tom Tromey <tom@tromey.com>
3470
3471 * tui/tui.c (tui_enable): Update.
3472 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3473 Update.
3474 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3475 Update.
3476 * tui/tui-data.c (win_resized): Now bool.
3477 (tui_win_resized): Return bool.
3478 (tui_set_win_resized_to): Accept a bool.
3479
b5457826
TT
34802019-09-20 Tom Tromey <tom@tromey.com>
3481
3482 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3483 Change type of "refresh_values_only".
3484 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3485 type of "refresh_values_only".
3486
6b915f7d
TT
34872019-09-20 Tom Tromey <tom@tromey.com>
3488
3489 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3490 std::string.
3491 (tui_disassemble): Add "pos" parameter.
3492 (tui_disasm_window::set_contents): Simplify.
3493
2ad52f6f
TT
34942019-09-20 Tom Tromey <tom@tromey.com>
3495
3496 * tui/tui-winsource.h (struct tui_source_window_base)
3497 <show_source_content>: Now private.
3498 * tui/tui-winsource.c
3499 (tui_source_window_base::show_source_content): Don't handle empty
3500 content case.
3501
b3b1bde6
TT
35022019-09-20 Tom Tromey <tom@tromey.com>
3503
3504 * tui/tui-layout.c (show_source_disasm_command)
3505 (show_source_or_disasm_and_command): Don't call
3506 show_source_content.
3507
71a25ed2
TT
35082019-09-20 Tom Tromey <tom@tromey.com>
3509
3510 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3511 Declare.
3512 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3513 from tui_make_status_line.
3514 (tui_locator_window::rerender): Update.
3515
f8532154
TT
35162019-09-20 Tom Tromey <tom@tromey.com>
3517
3518 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3519 (tui_locator_window::rerender): Update.
3520
2d81b349
TT
35212019-09-20 Tom Tromey <tom@tromey.com>
3522
3523 * tui/tui-winsource.h (struct tui_source_window_base)
3524 <~tui_source_window_base>: Don't declare.
3525 <fullname>: Remove.
3526 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3527 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3528 member.
3529 * tui/tui-source.c (tui_source_window::set_contents): Update.
3530 (tui_source_window::location_matches_p)
3531 (tui_source_window::maybe_update): Update.
3532
f14bec58
TT
35332019-09-20 Tom Tromey <tom@tromey.com>
3534
3535 * tui/tui-winsource.h (~tui_source_element): Remove.
3536 (tui_source_element): Update.
3537 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3538 * tui/tui-winsource.c (tui_show_source_line): Update.
3539 * tui/tui-source.c (tui_source_window::set_contents): Update.
3540 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3541
78d5933a
TT
35422019-09-20 Tom Tromey <tom@tromey.com>
3543
3544 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3545 declare.
3546 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3547 tui_clear_source_windows_detail.
3548 * tui/tui-winsource.h (struct tui_source_window_base)
3549 <clear_detail>: Don't declare.
3550 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3551 Remove.
3552 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3553
d4207696
TT
35542019-09-20 Tom Tromey <tromey@adacore.com>
3555
3556 PR ada/24919:
3557 * block.c (contained_in): Fix final return value.
3558
00f93c44
AM
35592019-09-20 Alan Modra <amodra@gmail.com>
3560
3561 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3562 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3563 (read_indirect_string_from_dwz): Use bfd accessor.
3564 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3565 * machoread.c (macho_symfile_read_all_oso): Likewise.
3566 * solib.c (solib_bfd_open): Likewise.
3567
e4153ae6
CB
35682019-09-19 Christian Biesinger <cbiesinger@google.com>
3569
3570 * eval.c: Move declaration of overload_resolution to...
3571 * value.h: ...here.
3572
c7ae7675
CB
35732019-09-19 Christian Biesinger <cbiesinger@google.com>
3574
3575 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3576 * arm-linux-tdep.c: Likewise.
3577 * arm-nbsd-nat.c: Likewise.
3578 * arm-tdep.h: Declare arm_apcs_32.
3579 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3580
e86f08d2
CB
35812019-09-19 Christian Biesinger <cbiesinger@google.com>
3582
3583 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3584 * dwarf2read.h: Declare dwarf_always_disassemble.
3585
f64e2f40
TV
35862019-09-19 Tom de Vries <tdevries@suse.de>
3587
3588 PR gdb/25009
3589 * source-cache.c (source_cache::ensure): Catch exception thrown during
3590 construction of the highlighter.
3591
fd361982
AM
35922019-09-18 Alan Modra <amodra@gmail.com>
3593
3594 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3595 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3596 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3597 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3598 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3599 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3600 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3601 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3602 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3603 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3604 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3605 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3606 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3607 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3608 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3609 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3610 * mi/mi-interp.c: Update throughout for bfd section macro and
3611 function changes.
3612 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3613 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3614
11061048
TT
36152019-09-18 Tom Tromey <tom@tromey.com>
3616
3617 * NEWS: Add entry.
3618 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3619 call rl_initialize.
3620 (tui_enable): Do not call rl_initialize.
3621
7a27b85f
CG
36222019-09-18 Christian Groessler <chris@groessler.org>
3623
3624 * alpha-linux-nat.c: Include gdbarch.h.
3625
f64eea3a
SM
36262019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3627
3628 * ui-file.c: Include cli/cli-style.h.
3629 (term_cli_styling): Remove cli_styling declaration.
3630
e6f7f6d1
AM
36312019-09-18 Alan Modra <amodra@gmail.com>
3632
3633 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3634 to bfd_asymbol_section.
3635
1d38e9d1
AM
36362019-09-18 Alan Modra <amodra@gmail.com>
3637
3638 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3639 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3640 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3641
90d92a63
AM
36422019-09-18 Alan Modra <amodra@gmail.com>
3643
3644 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3645 * spu-linux-nat.c (spu_bfd_open): Likewise.
3646
a3d181d2
CB
36472019-09-18 Christian Biesinger <cbiesinger@google.com>
3648
3649 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3650 to bool to match definition in dwarf2read.c.
3651
491144b5
CB
36522019-09-17 Christian Biesinger <cbiesinger@google.com>
3653
3654 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3655 (print_signatures): Likewise.
3656 (trust_pad_over_xvs): Likewise.
3657 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3658 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3659 * arm-linux-nat.c (arm_apcs_32): Likewise.
3660 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3661 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3662 * arm-tdep.c (arm_debug): Likewise.
3663 (arm_apcs_32): Likewise.
3664 * auto-load.c (debug_auto_load): Likewise.
3665 (auto_load_gdb_scripts): Likewise.
3666 (global_auto_load): Likewise.
3667 (auto_load_local_gdbinit): Likewise.
3668 (auto_load_local_gdbinit_loaded): Likewise.
3669 * auto-load.h (global_auto_load): Likewise.
3670 (auto_load_local_gdbinit): Likewise.
3671 (auto_load_local_gdbinit_loaded): Likewise.
3672 * breakpoint.c (disconnected_dprintf): Likewise.
3673 (breakpoint_proceeded): Likewise.
3674 (automatic_hardware_breakpoints): Likewise.
3675 (always_inserted_mode): Likewise.
3676 (target_exact_watchpoints): Likewise.
3677 (_initialize_breakpoint): Update.
3678 * breakpoint.h (target_exact_watchpoints): Change to bool.
3679 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3680 * cli/cli-cmds.c (trace_commands): Likewise.
3681 * cli/cli-cmds.h (trace_commands): Likewise.
3682 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3683 to bool*.
3684 * cli/cli-logging.c (logging_overwrite): Change to bool.
3685 (logging_redirect): Likewise.
3686 (debug_redirect): Likewise.
3687 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3688 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3689 to bool.
3690 <boolean_option_def>: Update.
3691 (struct flag_option_def): Change default type of Context to bool
3692 from int.
3693 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3694 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3695 (get_setshow_command_value_string): Likewise.
3696 * cli/cli-style.c (cli_styling): Change to bool.
3697 (source_styling): Likewise.
3698 * cli/cli-style.h (source_styling): Likewise.
3699 (cli_styling): Likewise.
3700 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3701 to bool.
3702 * command.h (var_types): Update comment.
3703 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3704 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3705 bool.
3706 (debug_compile_cplus_scopes): Likewise.
3707 * compile/compile-internal.h (compile_debug): Likewise.
3708 * compile/compile.c (compile_debug): Likewise.
3709 (struct compile_options) <raw>: Likewise.
3710 * cp-support.c (catch_demangler_crashes): Likewise.
3711 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3712 (usr_cmd_cris_dwarf2_cfi): Likewise.
3713 * csky-tdep.c (csky_debug): Likewise.
3714 * darwin-nat.c (enable_mach_exceptions): Likewise.
3715 * dcache.c (dcache_enabled_p): Likewise.
3716 * defs.h (info_verbose): Likewise.
3717 * demangle.c (demangle): Likewise.
3718 (asm_demangle): Likewise.
3719 * dwarf-index-cache.c (debug_index_cache): Likewise.
3720 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3721 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3722 * dwarf2read.c (check_physname): Likewise.
3723 (use_deprecated_index_sections): Likewise.
3724 (dwarf_always_disassemble): Likewise.
3725 * eval.c (overload_resolution): Likewise.
3726 * event-top.c (set_editing_cmd_var): Likewise.
3727 (exec_done_display_p): Likewise.
3728 * event-top.h (set_editing_cmd_var): Likewise.
3729 (exec_done_display_p): Likewise.
3730 * exec.c (write_files): Likewise.
3731 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3732 (debug_fbsd_nat): Likewise.
3733 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3734 Likewise.
3735 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3736 <backtrace_past_entry> Likewise.
3737 * gdb-demangle.h (demangle): Likewise.
3738 (asm_demangle): Likewise.
3739 * gdb_bfd.c (bfd_sharing): Likewise.
3740 * gdbcore.h (write_files): Likewise.
3741 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3742 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3743 * gdbthread.h (print_thread_events): Likewise.
3744 * gdbtypes.c (opaque_type_resolution): Likewise.
3745 (strict_type_checking): Likewise.
3746 * gnu-nat.c (gnu_debug_flag): Likewise.
3747 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3748 * guile/scm-param.c (pascm_variable): Add boolval.
3749 (add_setshow_generic): Update.
3750 (pascm_param_value): Update.
3751 (pascm_set_param_value_x): Update.
3752 * hppa-tdep.c (hppa_debug): Change to bool..
3753 * infcall.c (may_call_functions_p): Likewise.
3754 (coerce_float_to_double_p): Likewise.
3755 (unwind_on_signal_p): Likewise.
3756 (unwind_on_terminating_exception_p): Likewise.
3757 * infcmd.c (startup_with_shell): Likewise.
3758 * inferior.c (print_inferior_events): Likewise.
3759 * inferior.h (startup_with_shell): Likewise.
3760 (print_inferior_events): Likewise.
3761 * infrun.c (step_stop_if_no_debug): Likewise.
3762 (detach_fork): Likewise.
3763 (debug_displaced): Likewise.
3764 (disable_randomization): Likewise.
3765 (non_stop): Likewise.
3766 (non_stop_1): Likewise.
3767 (observer_mode): Likewise.
3768 (observer_mode_1): Likewise.
3769 (set_observer_mode): Update.
3770 (sched_multi): Change to bool.
3771 * infrun.h (debug_displaced): Likewise.
3772 (sched_multi): Likewise.
3773 (step_stop_if_no_debug): Likewise.
3774 (non_stop): Likewise.
3775 (disable_randomization): Likewise.
3776 * linux-tdep.c (use_coredump_filter): Likewise.
3777 (dump_excluded_mappings): Likewise.
3778 * linux-thread-db.c (auto_load_thread_db): Likewise.
3779 (check_thread_db_on_load): Likewise.
3780 * main.c (captured_main_1): Update.
3781 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3782 xx2_opt, boolean_opt>: Change to bool.
3783 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3784 * maint.c (maintenance_profile_p): Likewise.
3785 (per_command_time): Likewise.
3786 (per_command_space): Likewise.
3787 (per_command_symtab): Likewise.
3788 * memattr.c (inaccessible_by_default): Likewise.
3789 * mi/mi-main.c (mi_async): Likewise.
3790 (mi_async_1): Likewise.
3791 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3792 * nat/fork-inferior.h (startup_with_shell): Likewise.
3793 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3794 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3795 * nios2-tdep.c (nios2_debug): Likewise.
3796 * or1k-tdep.c (or1k_debug): Likewise.
3797 * parse.c (parser_debug): Likewise.
3798 * parser-defs.h (parser_debug): Likewise.
3799 * printcmd.c (print_symbol_filename): Likewise.
3800 * proc-api.c (procfs_trace): Likewise.
3801 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3802 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3803 (set_parameter_value): Update.
3804 (add_setshow_generic): Update.
3805 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3806 to bool*.
3807 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3808 int*.
3809 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3810 * record-btrace.c (record_btrace_target::store_registers): Update.
3811 * record-full.c (record_full_memory_query): Change to bool.
3812 (record_full_stop_at_limit): Likewise.
3813 * record-full.h (record_full_memory_query): Likewise.
3814 * remote-notif.c (notif_debug): Likewise.
3815 * remote-notif.h (notif_debug): Likewise.
3816 * remote.c (use_range_stepping): Likewise.
3817 (interrupt_on_connect): Likewise.
3818 (remote_break): Likewise.
3819 * ser-tcp.c (tcp_auto_retry): Likewise.
3820 * ser-unix.c (serial_hwflow): Likewise.
3821 * skip.c (debug_skip): Likewise.
3822 * solib-aix.c (solib_aix_debug): Likewise.
3823 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3824 (spu_auto_flush_cache_p): Likewise.
3825 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3826 Likewise.
3827 (struct info_print_options) <quiet>: Likewise.
3828 * symfile-debug.c (debug_symfile): Likewise.
3829 * symfile.c (auto_solib_add): Likewise.
3830 (separate_debug_file_debug): Likewise.
3831 * symfile.h (auto_solib_add): Likewise.
3832 (separate_debug_file_debug): Likewise.
3833 * symtab.c (basenames_may_differ): Likewise.
3834 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3835 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3836 (struct info_types_options) <quiet>: Likewise.
3837 * symtab.h (demangle): Likewise.
3838 (basenames_may_differ): Likewise.
3839 * target-dcache.c (stack_cache_enabled_1): Likewise.
3840 (code_cache_enabled_1): Likewise.
3841 * target.c (trust_readonly): Likewise.
3842 (may_write_registers): Likewise.
3843 (may_write_memory): Likewise.
3844 (may_insert_breakpoints): Likewise.
3845 (may_insert_tracepoints): Likewise.
3846 (may_insert_fast_tracepoints): Likewise.
3847 (may_stop): Likewise.
3848 (auto_connect_native_target): Likewise.
3849 (target_stop_and_wait): Update.
3850 (target_async_permitted): Change to bool.
3851 (target_async_permitted_1): Likewise.
3852 (may_write_registers_1): Likewise.
3853 (may_write_memory_1): Likewise.
3854 (may_insert_breakpoints_1): Likewise.
3855 (may_insert_tracepoints_1): Likewise.
3856 (may_insert_fast_tracepoints_1): Likewise.
3857 (may_stop_1): Likewise.
3858 * target.h (target_async_permitted): Likewise.
3859 (may_write_registers): Likewise.
3860 (may_write_memory): Likewise.
3861 (may_insert_breakpoints): Likewise.
3862 (may_insert_tracepoints): Likewise.
3863 (may_insert_fast_tracepoints): Likewise.
3864 (may_stop): Likewise.
3865 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3866 (make_thread_apply_all_options_def_group): Change argument from int*
3867 to bool*.
3868 (thread_apply_all_command): Update.
3869 (print_thread_events): Change to bool.
3870 * top.c (confirm): Likewise.
3871 (command_editing_p): Likewise.
3872 (history_expansion_p): Likewise.
3873 (write_history_p): Likewise.
3874 (info_verbose): Likewise.
3875 * top.h (confirm): Likewise.
3876 (history_expansion_p): Likewise.
3877 * tracepoint.c (disconnected_tracing): Likewise.
3878 (circular_trace_buffer): Likewise.
3879 * typeprint.c (print_methods): Likewise.
3880 (print_typedefs): Likewise.
3881 * utils.c (debug_timestamp): Likewise.
3882 (sevenbit_strings): Likewise.
3883 (pagination_enabled): Likewise.
3884 * utils.h (sevenbit_strings): Likewise.
3885 (pagination_enabled): Likewise.
3886 * valops.c (overload_resolution): Likewise.
3887 * valprint.h (struct value_print_options) <prettyformat_arrays,
3888 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3889 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3890 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3891 Likewise.
3892 * windows-nat.c (new_console): Likewise.
3893 (cygwin_exceptions): Likewise.
3894 (new_group): Likewise.
3895 (debug_exec): Likewise.
3896 (debug_events): Likewise.
3897 (debug_memory): Likewise.
3898 (debug_exceptions): Likewise.
3899 (useshell): Likewise.
3900 * windows-tdep.c (maint_display_all_tib): Likewise.
3901 * xml-support.c (debug_xml): Likewise.
3902
f1b620e9
MG
39032019-09-17 Mike Gulick <mgulick@mathworks.com>
3904
3905 * source.c (prepare_path_for_appending): New function.
3906 (openp): Make use of new function.
3907 (find_and_open_source): Search for the compilation directory and
3908 source file as a relative path beneath the directory search path.
3909
67f3ed6a
AB
39102019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3911
3912 * source-cache.c (source_cache::get_line_charpos): Catch
3913 exceptions and return false, this matches the behaviour documented
3914 in the header file.
3915
74332189
JB
39162019-09-17 Joel Brobecker <brobecker@adacore.com>
3917
3918 * ada-tasks.c (info_task): Remove quoting of the task's name.
3919
f2f24aa9
CB
39202019-09-16 Christian Biesinger <cbiesinger@google.com>
3921
3922 * symfile.c (auto_solib_add): Replace comment with a reference
3923 to the header file.
3924
6a062a93
CB
39252019-09-14 Christian Biesinger <cbiesinger@google.com>
3926
3927 * NEWS: Mention that gdb can now be compiled with Python 3
3928 on Windows.
3929
ec6c8338
AB
39302019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3931
3932 * maint.c (maint_print_section_data::maint_print_section_data):
3933 Force use of 'float log10 (float)' by casting the argument to
3934 float.
3935
aa17805f
AB
39362019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3937
3938 * maint.c: Add 'cmath' include.
3939 (struct maint_print_section_data): New structure.
3940 (print_section_index): New function.
3941 (print_bfd_section_info): Add header comment, small whitespace
3942 cleanup, and update to call new print_section_index function.
3943 (print_objfile_section_info): Likewise.
3944 (maint_obj_section_from_bfd_section): New function.
3945 (print_bfd_section_info_maybe_relocated): New function.
3946 (maintenance_info_sections): Add header comment, always use
3947 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
3948
3dd9bb46
AB
39492019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3950
3951 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
3952 inner scope, add check that the objfile has psymtabs before
3953 checking psymtabs_addrmap.
3954 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
3955
4993045d
PW
39562019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3957
3958 * NEWS: Announce that Ada task names are now shown at more places,
3959 and between quotes (except in info task output).
3960 * gdb/ada-tasks.c (task_to_str): New function.
3961 (display_current_task_id): Call task_to_str.
3962 (task_command_1): Likewise.
3963 (print_ada_task_info): In non-mi mode, Properly align headers and data
3964 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
3965
7a289707
RO
39662019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3967
3968 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
3969 prstatus.pr_lwp.pr_info instead of making it up.
3970
f2aec7f6
CB
39712019-09-11 Christian Biesinger <cbiesinger@google.com>
3972
3973 * auto-load.c (auto_load_expand_dir_vars): Update.
3974 * defs.h (gdb_datadir): Change to std::string.
3975 (python_libdir): Likewise.
3976 (relocate_gdb_directory): Change return type to std::string.
3977 * guile/guile.c (gdbscm_data_directory): Update.
3978 (initialize_scheme_side): Update.
3979 * jit.c (jit_reader_dir): Change to std::string.
3980 (jit_reader_load_command): Update.
3981 * main.c (gdb_datadir): Change to std::string.
3982 (python_libdir): Likewise.
3983 (set_gdb_data_directory): Update.
3984 (relocate_path): Change to return std::string.
3985 (relocate_gdb_directory): Change to return std::string.
3986 (relocate_gdbinit_path_maybe_in_datadir): Update.
3987 (captured_main_1): Update.
3988 * python/python.c (do_start_initialization): Update.
3989 * top.c (show_gdb_datadir): Update.
3990 * xml-syscall.c (xml_init_syscalls_info): Update.
3991 (init_syscalls_info): Update.
3992
9224a013
CB
39932019-09-11 Christian Biesinger <cbiesinger@google.com>
3994
3995 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
3996 out of get_init_files.
3997 (get_init_files): Update.
3998
f48cd836
CB
39992019-09-11 Christian Biesinger <cbiesinger@google.com>
4000
4001 * main.c (get_init_files): Change to use std::string.
4002 (captured_main_1): Update.
4003 (print_gdb_help): Update.
4004
9cab7ecd
AT
40052019-09-11 Ali Tamur <tamur@google.com>
4006
4007 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
4008 implementation.
4009
67547d89
CB
40102019-09-11 Christian Biesinger <cbiesinger@google.com>
4011
4012 * dbxread.c (read_dbx_symtab): Update.
4013 * dwarf2read.c (load_partial_dies): Update.
4014 * mdebugread.c (parse_partial_symbols): Update.
4015 (handle_psymbol_enumerators): Update.
4016 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
4017 * psymtab.c (add_psymbol_to_bcache): Likewise.
4018 (add_psymbol_to_list): Likewise.
4019 * symtab.c (symbol_set_names): Likewise.
4020 * symtab.h (symbol_set_names): Likewise.
4021 * xcoffread.c (scan_xcoff_symtab): Update.
4022
64b2d4a0
TT
40232019-09-11 Tom Tromey <tom@tromey.com>
4024
4025 * symfile-mem.c (symbol_file_add_from_memory): Use
4026 bfd_set_filename.
4027 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
4028 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
4029
3b00ef10
TT
40302019-09-10 Tom Tromey <tromey@adacore.com>
4031
4032 * dwarf-index-write.c (write_psymbols): Extend error message.
4033 (debug_names::insert): Add Ada code.
4034 (debug_names::write_psymbols): Remove Ada check.
4035 (debug_names) <m_string_obstack>: New member.
4036 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
4037 (gdb_index_symbol_name_matcher::matches): Remove.
4038 (mapped_index_base::find_name_components_bounds): Add "lang"
4039 parameter.
4040 (mapped_index_base::build_name_components): Also split names
4041 according to Ada syntax.
4042 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
4043 type of "match_callback".
4044 (check_match, check_find_bounds_finds)
4045 (dw2_expand_symtabs_matching): Update.
4046 (dw2_debug_names_iterator): Add new constructor.
4047 (dw2_debug_names_map_matching_symbols): New function.
4048 (dw2_debug_names_expand_symtabs_matching): Update.
4049 (dwarf2_debug_names_functions): Use
4050 dw2_debug_names_map_matching_symbols.
4051
aa391654
TT
40522019-09-10 Tom Tromey <tromey@adacore.com>
4053
4054 * dwarf2read.c (dw2_get_file_names_reader): Add the
4055 CU's file name to the results.
4056
b054970d
TT
40572019-09-10 Tom Tromey <tromey@adacore.com>
4058
4059 * ada-lang.c (add_nonlocal_symbols): Combine calls to
4060 map_matching_symbols. Update.
4061 * dwarf2read.c (dw2_map_matching_symbols): Update.
4062 * psymtab.c (match_partial_symbol): Change type; update.
4063 (psym_map_matching_symbols): Likewise.
4064 * symfile-debug.c (debug_qf_map_matching_symbols): Change
4065 type; update.
4066 * symfile.h (struct quick_symbol_functions)
4067 <map_matching_symbols>: Change "name" to be a lookup_name_info.
4068 Remove "match".
4069
6a3dbf1b
TT
40702019-09-10 Tom Tromey <tromey@adacore.com>
4071
4072 * psymtab.c (map_block): Remove.
4073 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
4074 * symtab.c (iterate_over_symbols_terminated): New function.
4075 * symtab.c (iterate_over_symbols_terminated): Declare.
4076
6969f124
TT
40772019-09-10 Tom Tromey <tromey@adacore.com>
4078
4079 * ada-lang.c (ada_iterate_over_symbols): Return bool.
4080 * language.h (struct language_defn) <la_iterate_over_symbols>:
4081 Return bool.
4082 * symtab.c (iterate_over_symbols): Return bool.
4083 * symtab.h (iterate_over_symbols): Return bool.
4084
199b4314
TT
40852019-09-10 Tom Tromey <tromey@adacore.com>
4086
4087 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
4088 (add_nonlocal_symbols): Update.
4089 * dwarf2read.c (dw2_map_matching_symbols): Change type.
4090 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
4091 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
4092 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
4093 Change type of "callback". Remove "data".
4094
a084a2a6
AT
4095
40962019-09-09 Ali Tamur <tamur@google.com>
4097
4098 * dwarf2read.c (comp_unit_head): Update comment.
4099 (dwarf2_dwo_name): New function declaration.
4100 (dwarf_unit_type_name): New function declaration.
4101 (read_comp_unit_head): Add support for new compilation units,
4102 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
4103 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
4104 (currently named as "signature") in their header. Also clarify error
4105 messages.
4106 (lookup_dwo_id): New function. Returns the dwo id of the given
4107 compile unit.
4108 (lookup_dwo_unit): Use the new lookup_dwo_id function.
4109 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
4110 functions.
4111 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
4112 (dwarf2_dwo_name): Get the dwo name if present.
4113 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
4114 purposes.
4115
25a2915e
TT
41162019-09-09 Tom Tromey <tom@tromey.com>
4117
4118 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
4119
e4df0874
PW
41202019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4121
4122 * python/python.c (do_start_initialization): Make progname_copy static,
4123 to avoid a leak report.
4124
8634b462
TT
41252019-09-08 Tom Tromey <tom@tromey.com>
4126
4127 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
4128
c7f839cb
SM
41292019-09-07 Simon Marchi <simon.marchi@efficios.com>
4130
4131 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
4132 Change type to gdb::optional<block_enum>.
4133 (dw2_symtab_iter_init): Change block_index parameter type
4134 to gdb::optional<block_enum>.
4135 (dw2_lookup_symbol): Change block_index parameter
4136 type to block_enum.c
4137 (dw2_debug_names_lookup_symbol): Likewise.
4138 * psymtab.c (psym_lookup_symbol): Likewise.
4139 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4140 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4141 Likewise.
4142
ead0e69a
CB
41432019-09-06 Christian Biesinger <cbiesinger@google.com>
4144
4145 * defs.h (relocate_gdb_directory): Change int to bool in
4146 signature and rename flag to relocatable.
4147 * main.c (relocate_path): Likewise.
4148 (relocate_gdb_directory): Likewise.
4149
b16c44de
AM
41502019-09-06 Alan Modra <amodra@gmail.com>
4151
4152 * coffread.c (coff_symfile_read): Constify filename variable.
4153 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4154 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4155 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4156 * solib.c (reload_shared_libraries_1): Likewise.
4157 * symfile.c (reread_symbols): Likewise.
4158 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4159 * solib-darwin.c (darwin_bfd_open): Likewise.
4160 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4161
06ff036e
AB
41622019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4163
4164 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4165 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4166
4e962e74
TT
41672019-09-03 Tom Tromey <tromey@adacore.com>
4168
4169 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4170 types.
4171 (has_negatives): Unbias a range type bound.
4172 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4173 * gdbtypes.c (operator==): Handle new field.
4174 (create_range_type): Add "bias" parameter.
4175 (create_static_range_type, resolve_dynamic_range): Update.
4176 * gdbtypes.h (struct range_bounds) <bias>: New member.
4177 (create_range_type): Add bias parameter.
4178 * printcmd.c (print_scalar_formatted): Unbias range types.
4179 * value.c (unpack_long): Unbias range types.
4180 (pack_long): Bias range types.
4181
d90b8f26
AH
41822019-09-02 Alan Hayward <alan.hayward@arm.com>
4183
4184 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4185 probe arguments.
4186
fe01123e
AH
41872019-09-02 Alan Hayward <alan.hayward@arm.com>
4188
4189 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4190 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4191 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4192 (compile_probe_arg): Likewise.
4193 * probe.h (get_argument_count): Likewise.
4194 * solib-svr4.c (solib_event_probe_action): Likewise.
4195 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4196
e661ef01
AH
41972019-09-02 Alan Hayward <alan.hayward@arm.com>
4198
4199 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4200 code to here...
4201 (svr4_create_solib_event_breakpoints): ...from here.
4202
47a536d9
SDJ
42032019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4204
4205 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4206 suffix from warning message.
4207
d6a00eba
TT
42082019-08-30 Tom Tromey <tom@tromey.com>
4209
4210 * tui/tui-winsource.h (struct tui_source_window_base)
4211 <refresh_all>: Don't declare.
4212 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4213 Remove.
4214 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4215 tui_show_locator_content.
4216 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4217 declare.
4218 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4219 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4220 declare.
4221
55b2657b
TT
42222019-08-30 Tom Tromey <tom@tromey.com>
4223
4224 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4225
12a8555a
TT
42262019-08-30 Tom Tromey <tom@tromey.com>
4227
4228 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4229 Remove unnecessary forward declarations.
4230
900ac242
TT
42312019-08-30 Tom Tromey <tom@tromey.com>
4232
4233 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4234 rerender.
4235 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4236 tui_show_locator_content.
4237
99ab33fb
TT
42382019-08-30 Tom Tromey <tom@tromey.com>
4239
4240 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4241 (tui_locator_window::rerender): Rewrite using body of previous
4242 tui_show_locator_content.
4243
e594a5d1
TT
42442019-08-30 Tom Tromey <tom@tromey.com>
4245
4246 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4247 set_locator_fullname>: New methods.
4248 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4249 Rename from tui_set_locator_fullname.
4250 (tui_locator_window::set_locator_info): Rename from
4251 tui_set_locator_info. Return bool.
4252 (tui_update_locator_fullname, tui_show_frame_info): Update.
4253
715bb467
TT
42542019-08-30 Tom Tromey <tom@tromey.com>
4255
4256 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4257
772f3f03
TT
42582019-08-30 Tom Tromey <tom@tromey.com>
4259
4260 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4261 call touchwin.
4262
108e13ab
TT
42632019-08-30 Tom Tromey <tom@tromey.com>
4264
4265 * tui/tui-wingeneral.c (box_win): Assume win_info and
4266 win_info->handle cannot be NULL.
4267
cdaa6eb4
TT
42682019-08-30 Tom Tromey <tom@tromey.com>
4269
4270 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4271 refresh_window>: Declare.
4272 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4273 resize.
4274 (tui_data_item_window::rerender): Rename from
4275 tui_display_register.
4276 (tui_data_item_window::refresh_window): New method.
4277 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4278 no-op.
4279
89df7f90
TT
42802019-08-30 Tom Tromey <tom@tromey.com>
4281
4282 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4283 regs_column_count, current_group>: Move later. Now private.
4284 <get_current_group>: New method.
4285 * tui/tui-regs.c (tui_reg_command): Update.
4286 * tui/tui-layout.c (tui_set_layout): Update.
4287
1bf2866a
TT
42882019-08-30 Tom Tromey <tom@tromey.com>
4289
4290 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4291 (tui_data_window::rerender): Don't call
4292 check_and_display_highlight_if_needed.
4293 (tui_data_window::refresh_all): Remove call to
4294 erase_data_content.
4295
0670413d
TT
42962019-08-30 Tom Tromey <tom@tromey.com>
4297
4298 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4299 (tui_data_window::display_registers_from)
4300 (tui_data_window::display_reg_element_at_line)
4301 (tui_data_window::display_registers_from_line): Remove checks of
4302 "empty".
4303
18bb55c7
TT
43042019-08-30 Tom Tromey <tom@tromey.com>
4305
4306 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4307 Don't declare.
4308 * tui/tui-regs.c (tui_data_window::show_registers): Call
4309 rerender.
4310 (tui_data_window::rerender): Rename from display_all_data.
4311 (tui_data_window::rerender): Remove old implementation.
4312
1f6d2f10
TT
43132019-08-30 Tom Tromey <tom@tromey.com>
4314
4315 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4316 text.
4317 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4318
16d01f9c
BW
43192019-08-29 Bernhard Wodok <barto@gmx.net>
4320 Sergio Durigan Junior <sergiodj@redhat.com>
4321
4322 PR win32/24284
4323 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4324
d8f27c60
AB
43252019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4326
4327 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4328 when searching for types.
4329
1f20c35e
AB
43302019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4331
4332 * f-lang.c (f_language_defn): Use f_print_typedef.
4333 * f-lang.h (f_print_typedef): Declare.
4334 * f-typeprint.c (f_print_typedef): Define.
4335
550105b7
CB
43362019-08-27 Christian Biesinger <cbiesinger@google.com>
4337
4338 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4339
4acfdd20
AB
43402019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4341
4342 * cli/cli-utils.c (info_print_options_defs): Delete.
4343 (make_info_print_options_def_group): Delete.
4344 (extract_info_print_options): Delete.
4345 (info_print_command_completer): Delete.
4346 (info_print_args_help): Add extra parameter, and optionally
4347 include text about -n flag.
4348 * cli/cli-utils.h (struct info_print_options): Delete.
4349 (extract_info_print_options): Delete declaration.
4350 (info_print_command_completer): Delete declaration.
4351 (info_print_args_help): Add extra parameter, extend header
4352 comment.
4353 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4354 search_symbols.
4355 * stack.c (struct info_print_options): New type.
4356 (info_print_options_defs): New file scoped variable.
4357 (make_info_print_options_def_group): New static function.
4358 (info_print_command_completer): New static function.
4359 (info_locals_command): Update to use new local functions.
4360 (info_args_command): Likewise.
4361 (_initialize_stack): Add extra parameter to calls to
4362 info_print_args_help.
4363 * symtab.c (search_symbols): Add extra parameter, use this to
4364 possibly excluse non-debug symbols.
4365 (symtab_symbol_info): Add extra parameter, which is passed on to
4366 search_symbols.
4367 (struct info_print_options): New type.
4368 (info_print_options_defs): New file scoped variable.
4369 (make_info_print_options_def_group): New static function.
4370 (info_print_command_completer): New static function.
4371 (info_variables_command): Update to use local functions, and pass
4372 extra parameter through to symtab_symbol_info.
4373 (info_functions_command): Likewise.
4374 (info_types_command): Pass additional argument through to
4375 symtab_symbol_info.
4376 (rbreak_command): Pass extra argument to search_symbols.
4377 (_initialize_symtab): Add extra arguments for calls to
4378 info_print_args_help, and update help text for 'info variables',
4379 'whereis', and 'info functions' commands.
4380 * symtab.h (search_symbols): Add extra argument to declaration.
4381 * NEWS: Mention new flags.
4382
9aa55206
CB
43832019-08-26 Christian Biesinger <cbiesinger@google.com>
4384
4385 * symtab.c (lookup_static_symbol): Call the new function (and move
4386 it down to be next to lookup_global_symbol).
4387 (struct global_sym_lookup_data): Add block_enum member and rename to...
4388 (struct global_or_static_sym_lookup_data): ...this.
4389 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4390 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4391 (lookup_symbol_global_or_static_iterator_cb): ...this.
4392 (lookup_global_or_static_symbol): New function.
4393 (lookup_global_symbol): Call new function.
4394
5c31b358
TV
43952019-08-26 Tom de Vries <tdevries@suse.de>
4396
4397 PR c++/24852
4398 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4399 when pc_probe.prob == NULL.
4400
23c13d42
SM
44012019-08-25 Simon Marchi <simon.marchi@efficios.com>
4402
4403 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4404 variable symbol_linkage to symbol_linkage_.
4405
beadd3e8
SM
44062019-08-25 Simon Marchi <simon.marchi@efficios.com>
4407
4408 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4409 represent whether the symbol is static, dynamic, or we don't
4410 know.
4411
e3ec872f
YS
44122019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4413
4414 * gdb/rx-tdep.c (rx_register_names): New.
4415 (rx_register_name): Delete.
4416 (rx_psw_type): Delete.
4417 (rx_fpsw_type): Delete.
4418 (rx_register_type): Delete.
4419 (rx_gdbarch_init): Convert target-descriptions.
4420 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4421 * gdb/features/Makefile: Add rx.xml.
4422 * gdb/features/rx.xml: New.
4423 * gdb/features/rx.c: Generated.
4424 * gdb/NEWS: Mention target description support.
4425
d0509ba4
CB
44262019-08-22 Christian Biesinger <cbiesinger@google.com>
4427
4428 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4429 *slot_ptr.
4430
2d41fa11
SDJ
44312019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4432
4433 * configure.ac: Don't check for 'dlfcn.h' (moved to
4434 gdbsupport/common.m4).
4435 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4436 'gdbsupport/'.
4437 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4438 * compile/compile-c-support.c: Include
4439 'gdbsupport/gdb-dlfcn.h'.
4440 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4441 * gdb-dlfcn.c: Move to...
4442 * gdbsupport/gdb-dlfcn.c: ... here.
4443 * gdb-dlfcn.h: Move to...
4444 * gdbsupport/gdb-dlfcn.h: ... here.
4445
de8af808
SL
44462019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4447
4448 * nios2-tdep.c (struct reg_value): Improve comments. Make
4449 the offset field signed.
4450
27204489
CB
44512019-08-22 Christian Biesinger <cbiesinger@google.com>
4452
4453 * python/lib/gdb/__init__.py (_execute_file): New function.
4454 * python/python.c (python_run_simple_file): Call gdb._execute_file
4455 on Windows.
4456
43771869
AB
44572019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4458
4459 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4460 all uses as this was never set to anything but a zero value.
4461
26c957f1
PA
44622019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4463
4464 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4465
c07aae6e
CB
44662019-08-21 Christian Biesinger <cbiesinger@google.com>
4467
4468 * tui/tui-data.h (tui_gen_win_info): Add an =default
4469 move constructor, required by some GCC versions.
4470
3960cb7a
JF
44712019-08-21 Jinke Fan <fanjinke51@yeah.net>
4472
4473 * go32-nat.c (go32_sysinfo): Add hygon_p.
4474
04c72a68
TT
44752019-08-20 Tom Tromey <tom@tromey.com>
4476
4477 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4478 line_from_reg_element_no, first_reg_element_no_inline,
4479 display_all_data, delete_data_content_windows,
4480 erase_data_content>: Now private.
4481
072272ce
TT
44822019-08-20 Tom Tromey <tom@tromey.com>
4483
4484 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4485 (tui_unhighlight_win, tui_highlight_win)
4486 (tui_win_info::make_window): Update.
4487 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4488
973961bd
TT
44892019-08-20 Tom Tromey <tom@tromey.com>
4490
4491 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4492 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4493 (MAX_PID_WIDTH): Move to tui-stack.c.
4494 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4495 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4496 (MAX_PID_WIDTH): Move from tui-data.h.
4497
ab0e1f1a
TT
44982019-08-20 Tom Tromey <tom@tromey.com>
4499
4500 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4501 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4502 (box_win): Update.
4503 (tui_gen_win_info::make_window): Rename from tui_make_window.
4504 (tui_win_info::make_window): New method.
4505 (tui_gen_win_info::make_visible): Update.
4506 * tui/tui-source.c (tui_source_window::set_contents): Update.
4507 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4508 (tui_data_window::display_registers_from): Update.
4509 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4510 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4511 Declare.
4512 <can_box>: Remove.
4513 <title>: Remove.
4514 (struct tui_win_info) <make_window>: Declare.
4515 <can_box>: Now virtual.
4516 <title>: New member.
4517 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4518 * tui/tui-command.c (tui_cmd_window::resize): Update.
4519
100c2bf3
TT
45202019-08-20 Tom Tromey <tom@tromey.com>
4521
4522 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4523 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4524 (tui_data_window::check_register_values): Update.
4525
fa4dc567
TT
45262019-08-20 Tom Tromey <tom@tromey.com>
4527
4528 * tui/tui-regs.h (struct tui_data_window): Use
4529 DISABLE_COPY_AND_ASSIGN.
4530 <regs_content>: Change type, removing unique_ptr.
4531 <tui_data_window>: Add move constructor.
4532 * tui/tui-regs.c (tui_data_window::show_registers)
4533 (tui_data_window::show_register_group)
4534 (tui_data_window::display_registers_from)
4535 (tui_data_window::display_registers_from)
4536 (tui_data_window::first_data_item_displayed)
4537 (tui_data_window::delete_data_content_windows)
4538 (tui_data_window::rerender, tui_data_window::refresh_window)
4539 (tui_data_window::check_register_values): Update.
4540
ca02d7c8
TT
45412019-08-20 Tom Tromey <tom@tromey.com>
4542
4543 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4544 show_register_group>: Declare.
4545 (tui_show_register_group): Don't declare.
4546 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4547 tui_show_registers.
4548 (tui_data_window::show_register_group): Rename from
4549 tui_show_register_group.
4550 (tui_data_window::check_register_values, tui_reg_command):
4551 Update.
4552 * tui/tui-layout.c (tui_set_layout): Update.
4553
63356bfd
TT
45542019-08-20 Tom Tromey <tom@tromey.com>
4555
4556 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4557 Declare.
4558 (tui_check_register_values): Don't declare.
4559 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4560 from tui_check_register_values.
4561 * tui/tui-hooks.c (tui_register_changed): Update.
4562
42cc14a7
TT
45632019-08-20 Tom Tromey <tom@tromey.com>
4564
4565 * tui/tui-regs.c (tui_reg_layout): Move later.
4566 (tui_show_registers): Don't enable TUI mode or change layout.
4567
b9ad3686
TT
45682019-08-20 Tom Tromey <tom@tromey.com>
4569
4570 * tui/tui-regs.h (struct tui_data_item_window)
4571 <~tui_data_item_window>: Remove.
4572 <content>: Now a unique_xmalloc_ptr.
4573 * tui/tui-regs.c (tui_register_format): Return a
4574 unique_xmalloc_ptr.
4575 (tui_get_register): Update.
4576 (~tui_data_item_window): Remove.
4577 (tui_data_window::display_registers_from, tui_display_register):
4578 Update.
4579 * tui/tui-io.h (tui_expand_tabs): Update.
4580 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4581 Remove "col" parameter.
4582
8e114aab
TT
45832019-08-20 Tom Tromey <tom@tromey.com>
4584
4585 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4586 field.
4587 * tui/tui-regs.c (~tui_data_item_window): Update.
4588
1a4f81dd
TT
45892019-08-20 Tom Tromey <tom@tromey.com>
4590
4591 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4592 earlier.
4593
0f8d8876
TT
45942019-08-20 Tom Tromey <tom@tromey.com>
4595
4596 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4597
605dc2c2
TT
45982019-08-20 Tom Tromey <tom@tromey.com>
4599
4600 * tui/tui-source.h (struct tui_source_window): Update.
4601 * tui/tui-regs.c (tui_show_registers): Update.
4602 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4603 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4604 (NO_REGS_STRING): Remove defines.
4605
aedbe3bb
CM
46062019-08-20 Conrad Meyer <cem@FreeBSD.org>
4607
4608 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4609 unnecessary thread walk if remote doesn't support the packet.
4610
7ce8f214
TT
46112019-08-19 Tom Tromey <tromey@adacore.com>
4612
4613 * python/py-value.c (value_has_field): Fix indentation.
4614
f21c2bd7
TT
46152019-08-19 Tom Tromey <tromey@adacore.com>
4616
4617 * printcmd.c (do_one_display, info_display_command): Update.
4618 * block.h (contained_in): Return bool. Add allow_nested
4619 parameter.
4620 * block.c (contained_in): Return bool. Add allow_nested
4621 parameter.
4622
d806ea2d
TT
46232019-08-19 Tom Tromey <tom@tromey.com>
4624
4625 * configure: Rebuild.
4626 * configure.ac: Disallow the combination of -static-libstdc++ and
4627 source highlight.
4628 * source-cache.c (get_language_name): Handle rust.
4629 (source_cache::get_source_lines): Ignore highlighting exceptions.
4630
398fdd60
TT
46312019-08-16 Tom Tromey <tom@tromey.com>
4632
4633 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4634 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4635 (struct tui_source_window_base) <make_visible, refresh_window,
4636 resize>: Remove methods.
4637 <execution_info>: Remove field.
4638 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4639 (tui_show_source_line, tui_source_window_base)
4640 (~tui_source_window_base): Update.
4641 (tui_source_window_base::resize)
4642 (tui_source_window_base::make_visible)
4643 (tui_source_window_base::refresh_window): Remove.
4644 (tui_source_window_base::update_exec_info): Update.
4645 * tui/tui-source.c (tui_source_window::set_contents): Update.
4646 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4647
e699d331
TT
46482019-08-16 Tom Tromey <tom@tromey.com>
4649
4650 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4651 deprecated_query_hook.
4652
bb01dbfc
TT
46532019-08-16 Tom Tromey <tom@tromey.com>
4654
4655 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4656 (tui_update_source_windows_with_line): Update.
4657 * tui/tui-source.h (struct tui_source_window)
4658 <show_symtab_source>: Declare.
4659 (tui_show_symtab_source): Don't declare.
4660 * tui/tui-source.c (tui_show_symtab_source): Rename from
4661 tui_show_symtab_source.
4662
81c82c4b
TT
46632019-08-16 Tom Tromey <tom@tromey.com>
4664
4665 * tui/tui-winsource.h (struct tui_source_window_base)
4666 <set_contents>: Declare.
4667 * tui/tui-winsource.c
4668 (tui_source_window_base::update_source_window_as_is): Update.
4669 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4670 Declare.
4671 (tui_set_source_content): Don't declare.
4672 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4673 tui_set_source_content.
4674 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4675 Declare.
4676 (tui_set_disassem_content): Don't declare.
4677 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4678 tui_set_disassem_content.
4679
2ddaf614
TT
46802019-08-16 Tom Tromey <tom@tromey.com>
4681
4682 * tui/tui-winsource.h (struct tui_source_window_base)
4683 <update_breakpoint_info>: Declare.
4684 (tui_update_breakpoint_info): Don't declare.
4685 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4686 (tui_update_all_breakpoint_info): Update.
4687 (tui_source_window_base::update_breakpoint_info): Rename from
4688 tui_update_breakpoint_info.
4689 (tui_source_window_base::update_exec_info): Update.
4690
017f9828
TT
46912019-08-16 Tom Tromey <tom@tromey.com>
4692
4693 * tui/tui-winsource.h (struct tui_source_window_base)
4694 <update_source_window>: Declare.
4695 (tui_update_source_window): Don't declare.
4696 * tui/tui-winsource.c
4697 (tui_source_window_base::update_source_window): Rename from
4698 tui_update_source_window.
4699 (tui_source_window_base::rerender): Update.
4700 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4701 * tui/tui-disasm.c (tui_show_disassem)
4702 (tui_show_disassem_and_update_source)
4703 (tui_disasm_window::maybe_update): Update.
4704
ed8358e9
TT
47052019-08-16 Tom Tromey <tom@tromey.com>
4706
4707 * tui/tui-winsource.h (struct tui_source_window_base)
4708 <update_source_window_as_is>: Declare.
4709 (tui_update_source_window_as_is): Don't declare.
4710 * tui/tui-winsource.c (tui_update_source_window): Update
4711 (tui_source_window_base::update_source_window_as_is): Rename from
4712 tui_update_source_window_as_is.
4713 (tui_source_window_base::refill): Update.
4714 * tui/tui-source.c (tui_show_symtab_source): Update.
4715 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4716 Update.
4717
20149b6b
TT
47182019-08-16 Tom Tromey <tom@tromey.com>
4719
4720 * tui/tui-winsource.h (tui_update_source_window)
4721 (tui_update_source_window_as_is): Remove "noerror" parameter.
4722 * tui/tui-winsource.c (tui_update_source_window)
4723 (tui_update_source_window_as_is): Remove "noerror" parameter.
4724 (tui_update_source_windows_with_addr)
4725 (tui_update_source_windows_with_line)
4726 (tui_source_window_base::rerender)
4727 (tui_source_window_base::refill): Update.
4728 * tui/tui-source.h (tui_set_source_content)
4729 (tui_show_symtab_source): Remove "noerror" parameter.
4730 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4731 parameter.
4732 (tui_show_symtab_source): Likewise.
4733 (tui_source_window::maybe_update): Update.
4734 * tui/tui-disasm.c (tui_show_disassem)
4735 (tui_show_disassem_and_update_source)
4736 (tui_disasm_window::do_scroll_vertical)
4737 (tui_disasm_window::maybe_update): Update.
4738
2d83e710
TT
47392019-08-16 Tom Tromey <tom@tromey.com>
4740
4741 * tui/tui.c (tui_is_window_visible): Update.
4742 * tui/tui-wingeneral.c (tui_make_window)
4743 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4744 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4745 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4746 (tui_set_win_height_command, parse_scrolling_args): Update.
4747 * tui/tui-source.c (tui_source_window::style_changed): Update.
4748 * tui/tui-regs.c (tui_show_registers)
4749 (tui_data_window::first_data_item_displayed)
4750 (tui_data_window::delete_data_content_windows)
4751 (tui_check_register_values, tui_reg_command): Update.
4752 * tui/tui-disasm.c (tui_show_disassem): Update.
4753 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4754 method.
4755 <is_visible>: Remove field.
4756 * tui/tui-data.c (tui_next_win, tui_prev_win)
4757 (tui_delete_invisible_windows): Update.
4758
d4ab829a
TT
47592019-08-16 Tom Tromey <tom@tromey.com>
4760
4761 * tui/tui-winsource.h (struct tui_source_window_base)
4762 <m_has_locator>: Remove.
4763 * tui/tui-layout.c (show_source_disasm_command, show_data)
4764 (show_source_or_disasm_and_command): Update.
4765
aa7ca1bb
AH
47662019-08-16 Alan Hayward <alan.hayward@arm.com>
4767
4768 * NEWS (Other MI changes): New subsection.
4769 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4770 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4771 * arch-utils.c (default_get_pc_address_flags): New function.
4772 * arch-utils.h (default_get_pc_address_flags): New declaration.
4773 * gdbarch.sh: Add get_pc_address_flags.
4774 * gdbarch.c: Regenerate.
4775 * gdbarch.h: Likewise.
4776 * stack.c (print_pc): New function.
4777 (print_frame_info) (print_frame): Call print_pc.
4778
6eac171f
TV
47792019-08-16 Tom de Vries <tdevries@suse.de>
4780
4781 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4782 print_objfile_section_info.
4783
3df505f6
TT
47842019-08-15 Tom Tromey <tom@tromey.com>
4785
4786 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4787 calling update_cmdwin_start_line.
4788 * tui/tui-winsource.h (struct tui_source_window_base)
4789 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4790 <rerender>: Declare.
4791 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4792 Call rerender.
4793 (tui_source_window_base::set_new_height): Remove.
4794 (tui_source_window_base::rerender): Rename from
4795 do_make_visible_with_new_height.
4796 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4797 resize method.
4798 (tui_win_info::make_invisible_and_set_new_height)
4799 (tui_win_info::make_visible_with_new_height): Remove.
4800 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4801 Declare.
4802 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4803 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4804 do_make_visible_with_new_height>: Don't declare.
4805 <rerender>: Declare.
4806 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4807 set_new_height.
4808 (tui_data_window::do_make_visible_with_new_height): Remove.
4809 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4810 call tui_show_locator_content.
4811 (tui_gen_win_info::resize): Call rerender.
4812 (show_source_or_disasm_and_command): Don't call
4813 tui_show_locator_content.
4814 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4815 method.
4816 (struct tui_win_info) <rerender>: Declare.
4817 <set_new_height, make_invisible_and_set_new_height,
4818 make_visible_with_new_height>: Don't declare.
4819 * tui/tui-data.c (tui_win_list::rerender): New method.
4820 * tui/tui-command.h (struct tui_cmd_window)
4821 <do_make_visible_with_new_height>: Don't declare.
4822 * tui/tui-command.c
4823 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4824
272560b5
TT
48252019-08-15 Tom Tromey <tromey@adacore.com>
4826
4827 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4828 * ada-lang.c (ada_enum_name): Likewise.
4829
08235187
CB
48302019-08-15 Christian Biesinger <cbiesinger@google.com>
4831
4832 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4833 leading underscore.
4834 (GdbOutputErrorFile): Likewise.
4835 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4836 accordingly.
4837 (execute_unwinders): Rename to have a leading underscore.
4838 (auto_load_packages): Likewise.
4839 (global scope): Adjust call to auto_load_packages accordingly.
4840 (GdbSetPythonDirectory): Likewise.
4841 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4842 instead of execute_unwinders.
4843
db502012
TT
48442019-08-15 Tom Tromey <tom@tromey.com>
4845
4846 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4847 (show_data): Don't change window visibility.
4848 (tui_gen_win_info::resize): Remove special case for command
4849 window. Use wresize, when available.
4850 (show_source_or_disasm_and_command): Don't change window
4851 visibility.
4852 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4853 <make_visible>: New method.
4854 * tui/tui-command.c (tui_cmd_window::resize): New method.
4855
3891b65e
TT
48562019-08-15 Tom Tromey <tom@tromey.com>
4857
4858 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4859 (struct tui_source_windows): New.
4860 * tui/tui-winsource.c (tui_display_main): Update.
4861 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4862 (new_height_ok, parse_scrolling_args): Update.
4863 * tui/tui-layout.c (show_layout, show_data): Update.
4864 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4865 (tui_add_to_source_windows): Don't declare.
4866 * tui/tui-data.c (source_windows, tui_source_windows)
4867 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4868
ee556432
TT
48692019-08-15 Tom Tromey <tom@tromey.com>
4870
4871 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4872 Rename from reset.
4873 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4874 * tui/tui-layout.c (show_source_disasm_command, show_data):
4875 Update.
4876 (tui_gen_win_info::resize): Rename.
4877 (show_source_or_disasm_and_command): Update.
4878 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4879 reset.
4880
46f438e3
TT
48812019-08-15 Tom Tromey <tom@tromey.com>
4882
4883 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4884 * tui/tui-interp.c (tui_interp::init): Don't call
4885 tui_initialize_static_data.
4886 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4887
f4ce562c
TT
48882019-08-15 Tom Tromey <tom@tromey.com>
4889
4890 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4891 examine tui_win_list.
4892
c398c3d0
TT
48932019-08-15 Tom Tromey <tom@tromey.com>
4894
4895 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4896 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4897 tui_clear_source_content.
4898 (tui_clear_source_content): Remove.
4899 (tui_source_window_base::do_erase_source_content): Hoist call to
4900 content.clear().
4901 * tui/tui-stack.c (tui_show_frame_info): Don't call
4902 tui_clear_source_content.
4903
e25d2004
TT
49042019-08-15 Tom Tromey <tom@tromey.com>
4905
4906 * tui/tui-winsource.h (struct tui_source_window_base)
4907 <do_erase_source_content>: New method.
4908 <erase_source_content>: New method.
4909 (tui_erase_source_content): Don't declare.
4910 * tui/tui-winsource.c (tui_clear_source_content): Update.
4911 (tui_source_window_base::do_erase_source_content): Rename from
4912 tui_erase_source_content.
4913 (tui_source_window_base::show_source_content): Update.
4914 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4915 * tui/tui-source.h (struct tui_source_window)
4916 <erase_source_content>: New method.
4917 * tui/tui-disasm.h (struct tui_disasm_window)
4918 <erase_source_content>: New method.
4919
002f15c2
TT
49202019-08-15 Tom Tromey <tom@tromey.com>
4921
4922 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
4923 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
4924 constructor.
4925 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
4926 * tui/tui-source.c (tui_set_source_content): Update.
4927 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4928
c9033fe8
TT
49292019-08-15 Tom Tromey <tom@tromey.com>
4930
4931 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
4932 * tui/tui-winsource.c (tui_line_is_displayed): Move to
4933 tui-source.c.
4934 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
4935 Declare.
4936 * tui/tui-source.c (tui_source_window::line_is_displayed): New
4937 method.
4938 (tui_source_window::maybe_update): Update.
4939
088f37dd
TT
49402019-08-15 Tom Tromey <tom@tromey.com>
4941
4942 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
4943 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
4944 tui-disasm.c.
4945 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
4946 Declare.
4947 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
4948 method.
4949 (tui_disasm_window::maybe_update): Update.
4950
a54700c6
TT
49512019-08-15 Tom Tromey <tom@tromey.com>
4952
4953 * tui/tui-winsource.h (struct tui_source_window_base)
4954 <maybe_update>: Declare.
4955 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
4956 method.
4957 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
4958 Declare.
4959 * tui/tui-source.c (tui_source_window::maybe_update): New method.
4960 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
4961 Declare.
4962 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
4963
e2a678a5
TT
49642019-08-15 Tom Tromey <tom@tromey.com>
4965
4966 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
4967
f2dda477
TT
49682019-08-15 Tom Tromey <tom@tromey.com>
4969
4970 * tui/tui-wingeneral.c: Include tui-stack.h.
4971 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
4972 (struct tui_locator_window): Move from tui-data.h.
4973 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
4974 (tui_initialize_static_data): Move from tui-data.c.
4975 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
4976 (struct tui_locator_window): Move to tui-stack.c.
4977 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
4978 (tui_initialize_static_data): Move to tui-stack.c.
4979
ed4a1084
TT
49802019-08-15 Tom Tromey <tom@tromey.com>
4981
4982 * tui/tui-layout.c (show_source_disasm_command)
4983 (show_source_or_disasm_and_command): Use make_visible method, not
4984 tui_make_window.
4985 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
4986 Remove.
4987
65962b20
TT
49882019-08-15 Tom Tromey <tom@tromey.com>
4989
4990 * tui/tui-wingeneral.h (tui_make_window): Update.
4991 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
4992 parameter.
4993 (tui_gen_win_info::make_visible): Update.
4994 * tui/tui-regs.c (tui_data_window::display_registers_from):
4995 Update.
4996 * tui/tui-layout.c (show_source_disasm_command)
4997 (show_source_or_disasm_and_command): Update.
4998 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
4999 (enum tui_box): Remove.
5000 (struct tui_win_info) <can_box>: New method.
5001 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
5002 method.
5003
2208ee91
TV
50042019-08-15 Tom de Vries <tdevries@suse.de>
5005
5006 * linux-nat-trad.c: Include gdbarch.h.
5007
75faf5c4
AH
50082019-08-14 Alan Hayward <alan.hayward@arm.com>
5009
5010 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
5011 register sizes.
5012
b1c896b3
TT
50132019-08-14 Tom Tromey <tromey@adacore.com>
5014
5015 * darwin-nat.c: Include gdbarch.h.
5016 * darwin-nat-info.c: Include gdbarch.h.
5017
6405cd73
TT
50182019-08-13 Tom Tromey <tom@tromey.com>
5019
5020 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
5021 Remove.
5022 * tui/tui-data.c (tui_initialize_static_data): Update.
5023
5216580d
TT
50242019-08-13 Tom Tromey <tom@tromey.com>
5025
5026 * tui/tui-winsource.h (struct tui_exec_info_window)
5027 <~tui_exec_info_window, maybe_allocate_content, get_content,
5028 m_content>: Remove.
5029 (struct tui_source_window_base) <set_exec_info_content,
5030 show_exec_info_content>: Don't declare.
5031 * tui/tui-winsource.c
5032 (tui_exec_info_window::maybe_allocate_content): Remove.
5033 (tui_source_window_base::update_exec_info): Rename from
5034 set_exec_info_content.
5035 (tui_source_window_base::show_exec_info_content)
5036 (tui_source_window_base::update_exec_info): Remove.
5037
93858ad3
TT
50382019-08-13 Tom Tromey <tom@tromey.com>
5039
5040 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
5041 declare.
5042 * tui/tui-winsource.c (tui_update_source_window_as_is)
5043 (tui_update_source_windows_with_addr, tui_erase_source_content):
5044 Update.
5045 (tui_clear_exec_info_content): Remove.
5046
e321e7ce
TT
50472019-08-13 Tom Tromey <tom@tromey.com>
5048
5049 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
5050 declare.
5051 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
5052 call tui_erase_exec_info_content.
5053 (tui_clear_exec_info_content): Rename from
5054 tui_erase_exec_info_content.
5055 (tui_clear_exec_info_content): Delete.
5056
8270ac62
TT
50572019-08-13 Tom Tromey <tom@tromey.com>
5058
5059 * tui/tui-winsource.h (struct tui_source_window_base)
5060 <show_exec_info_content>: Declare.
5061 (tui_show_exec_info_content): Don't declare.
5062 * tui/tui-winsource.c
5063 (tui_source_window_base::show_exec_info_content): Rename from
5064 tui_show_exec_info_content.
5065 (tui_source_window_base::update_exec_info): Update.
5066
7b56485d
TT
50672019-08-13 Tom Tromey <tom@tromey.com>
5068
5069 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
5070 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
5071 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
5072 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
5073 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
5074 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
5075 ... here.
5076
7ba913dc
TT
50772019-08-13 Tom Tromey <tom@tromey.com>
5078
5079 * tui/tui-winsource.h (struct tui_source_window_base)
5080 <update_exec_info>: Declare.
5081 (tui_update_exec_info): Don't declare.
5082 * tui/tui-winsource.c (tui_update_source_window_as_is)
5083 (tui_source_window_base::refresh_all)
5084 (tui_update_all_breakpoint_info): Update.
5085 (tui_source_window_base::update_exec_info): Rename from
5086 tui_update_exec_info.
5087 * tui/tui-stack.c (tui_show_frame_info): Update.
5088
37a4a131
TT
50892019-08-13 Tom Tromey <tom@tromey.com>
5090
5091 * tui/tui-winsource.h (struct tui_source_window_base)
5092 <set_exec_info_content>: Declare.
5093 (tui_set_exec_info_content): Don't declare.
5094 * tui/tui-winsource.c
5095 (tui_source_window_base::set_exec_info_content): Rename from
5096 tui_set_exec_info_content.
5097 (tui_update_exec_info): Update.
5098
0bd27e07
TT
50992019-08-13 Tom Tromey <tom@tromey.com>
5100
5101 * tui/tui-winsource.h (struct tui_source_window_base)
5102 <show_source_content>: Declare.
5103 (tui_show_source_content): Don't declare.
5104 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
5105 (tui_source_window_base::show_source_content): Rename from
5106 tui_show_source_content.
5107 (tui_source_window_base::refresh_all): Update.
5108 * tui/tui-layout.c (show_source_disasm_command)
5109 (show_source_or_disasm_and_command): Update.
5110
b4ef5aeb
TT
51112019-08-13 Tom Tromey <tom@tromey.com>
5112
5113 * tui/tui-winsource.c (tui_erase_source_content)
5114 (tui_show_source_content, tui_source_window_base::refresh_all):
5115 Update.
5116 * tui/tui-wingeneral.h
5117 (tui_check_and_display_highlight_if_needed): Don't declare.
5118 * tui/tui-wingeneral.c
5119 (tui_win_info::check_and_display_highlight_if_needed): Rename from
5120 check_and_display_highlight_if_needed.
5121 * tui/tui-win.c (tui_rehighlight_all)
5122 (tui_win_info::make_visible_with_new_height): Update.
5123 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
5124 (tui_data_window::erase_data_content)
5125 (tui_data_window::display_all_data): Update.
5126 * tui/tui-data.h (struct tui_win_info)
5127 <check_and_display_highlight_if_needed>: Declare.
5128
fede5273
TT
51292019-08-13 Tom Tromey <tom@tromey.com>
5130
5131 * tui/tui-win.c (tui_resize_all): Call
5132 tui_delete_invisible_windows.
5133 * tui/tui-layout.c (show_layout): Call
5134 tui_delete_invisible_windows.
5135 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
5136 * tui/tui-data.c (tui_delete_invisible_windows): New function.
5137
22c3f490
TT
51382019-08-13 Tom Tromey <tom@tromey.com>
5139
5140 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5141 tui_add_win_to_layout.
5142
16cb7910
TT
51432019-08-13 Tom Tromey <tom@tromey.com>
5144
5145 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5146 * tui/tui-layout.c (tui_default_win_height): Now static.
5147
cc0c3ffb
TT
51482019-08-13 Tom Tromey <tom@tromey.com>
5149
5150 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5151 single switch.
5152 (show_source_disasm_command, show_source_or_disasm_and_command):
5153 Don't check current layout.
5154
3f3ffe54
TT
51552019-08-13 Tom Tromey <tom@tromey.com>
5156
5157 * tui/tui-wingeneral.c (make_all_visible): Remove.
5158 (tui_make_all_invisible): Simplify.
5159 * tui/tui-layout.c (tui_make_all_invisible): Move from
5160 tui-wingeneral.c; simplify.
5161 (show_layout): Hoist call to tui_make_all_invisible.
5162 (show_data): Don't call tui_make_all_invisible.
5163
69258091
TT
51642019-08-13 Tom Tromey <tom@tromey.com>
5165
5166 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5167 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5168
62cf57fe
TT
51692019-08-13 Tom Tromey <tom@tromey.com>
5170
5171 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5172 tui-data.c.
5173 (show_source_disasm_command, show_data)
5174 (show_source_or_disasm_and_command): Don't use
5175 tui_set_current_layout_to.
5176 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5177 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5178 tui-layout.c.
5179 (tui_set_current_layout_to): Remove.
5180
2afade5d
TT
51812019-08-13 Tom Tromey <tom@tromey.com>
5182
5183 * tui/tui-layout.c (tui_set_layout): Update.
5184 * tui/tui-data.h (struct tui_layout_def): Remove.
5185 (tui_layout_def): Don't declare.
5186 * tui/tui-data.c (layout_def): Remove.
5187 (tui_layout_def): Remove.
5188
a3504e96
TT
51892019-08-13 Tom Tromey <tom@tromey.com>
5190
5191 * tui/tui-winsource.h (struct tui_source_window_base)
5192 <clear_detail>: No longer "override".
5193 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5194 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5195 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5196 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5197 Remove.
5198 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5199
29c92911
TT
52002019-08-13 Tom Tromey <tromey@adacore.com>
5201
5202 * tracepoint.c: Don't include readline.h or history.h.
5203
86c6b807
TT
52042019-08-12 Tom Tromey <tom@tromey.com>
5205
5206 * configure: Rebuild.
5207 * configure.ac: Check for readline 7.
5208 * NEWS: Mention readline 7 requirement.
5209 * README: Update.
5210
5db2718c
TT
52112019-08-12 Tom Tromey <tom@tromey.com>
5212
5213 * mingw-hdep.c (gdb_select): Remove readline hack.
5214
dac36daf
PFC
52152019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5216
5217 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5218 when the function fails.
5219
1022c627
AA
52202019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5221
5222 * s390-tdep.c (s390_type_align): New function.
5223 (s390_gdbarch_init): Set it as type_align gdbarch method.
5224
eba4caf2
TV
52252019-08-09 Tom de Vries <tdevries@suse.de>
5226
5227 PR gdb/24591
5228 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5229 pc_low with relocation offset.
5230
123cd851
TT
52312019-08-07 Tom Tromey <tromey@adacore.com>
5232
5233 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5234 (print_frame_args): Update.
5235 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5236 Update.
5237 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5238 * frame.h (struct frame_arg): Add initializers.
5239 <error>: Now a unique_xmalloc_ptr.
5240
3d31bc39
AH
52412019-08-07 Alan Hayward <alan.hayward@arm.com>
5242
5243 * NEWS: Expand the Pointer Authentication entry.
5244 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5245 (aarch64_frame_unmask_lr): ... to this.
5246 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5247 Call aarch64_frame_unmask_lr.
5248 * frame.c (struct frame_info): Add "masked" variable.
5249 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5250 (fprint_frame): Check for masked pc.
5251 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5252 declarations.
5253 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5254 * stack.c (print_frame): Check for masked pc.
5255
0cf9feb9
TT
52562019-08-06 Tom Tromey <tom@tromey.com>
5257
5258 * stabsread.c (patch_block_stabs, read_one_struct_field)
5259 (read_enum_type): Use obstack_strndup.
5260 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5261 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5262 * dwarf2read.c (guess_full_die_structure_name)
5263 (anonymous_struct_prefix): Use obstack_strndup.
5264 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5265 * c-exp.y (yylex): Use obstack_strndup.
5266 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5267 (write_var_or_type): Use obstack_strndup.
5268
efba19b0
TT
52692019-08-06 Tom Tromey <tom@tromey.com>
5270
5271 * symfile.c (reread_symbols): Use obstack_strdup.
5272 * stabsread.c (read_type): Use obstack_strdup.
5273 * gdb_obstack.h (obstack_strdup): New overload.
5274 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5275 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5276 (dwarf2_canonicalize_name): Use obstack_strdup.
5277 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5278 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5279 Use obstack_strdup.
5280
f25102f7
TT
52812019-08-06 Tom Tromey <tom@tromey.com>
5282
5283 * gdb_obstack.h (obstack_strdup): Define.
5284 * gdb_obstack.c (obstack_strdup): Don't define.
5285
021887d8
TT
52862019-08-06 Tom Tromey <tom@tromey.com>
5287
5288 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5289 obstack_strdup.
5290 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5291 obstack_strdup.
5292 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5293 * stabsread.c (common_block_start): Use obstack_strdup.
5294 * objfiles.c (set_objfile_main_name, objfile): Use
5295 obstack_strdup.
5296 * namespace.c (add_using_directive): Use obstack_strdup.
5297 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5298 * jit.c (finalize_symtab): Use obstack_strdup.
5299 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5300 (guess_partial_die_structure_name, partial_die_info::fixup)
5301 (dwarf2_name): Use obstack_strdup.
5302 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5303 obstack_strdup.
5304 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5305 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5306 obstack_strdup.
5307 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5308
d2834edc
PW
53092019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5310
5311 * unittests/help-doc-selftests.c: New file.
5312 * Makefile.in: Add the new file.
5313
590042fc
PW
53142019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5315
5316 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5317 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5318 the full first line, except when FOR_VALUE_PREFIX. In this case,
5319 the trailing '.' is not output, and the first character is uppercased.
5320 (print_help_for_command): Update call to print_doc_line.
5321 (print_doc_of_command): Likewise.
5322 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5323 * cli/cli-option.c (append_indented_doc): Do not append newline.
5324 (build_help_option): Append newline after first appended_indented_doc
5325 only if a second call is done.
5326 (build_help): Append 2 new lines before each option, except the first
5327 one.
5328 * compile/compile.c (_initialize_compile): Add new lines after
5329 %OPTIONS%, when not at the end of the help.
5330 Change help doc or code
5331 producing the help doc to respect the invariants.
5332 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5333 Also removed the new line after 'Options:', as all other commands
5334 do not put an empty line between 'Options:' and the first option.
5335 * printcmd.c (_initialize_printcmd): Likewise.
5336 * stack.c (_initialize_stack): Likewise.
5337 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5338 incorrectly telling COMMAND is optional.
5339 * ada-lang.c (_initialize_ada_language): Change help doc or code
5340 producing the help doc to respect the invariants.
5341 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5342 * breakpoint.c (_initialize_breakpoint): Likewise.
5343 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5344 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5345 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5346 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5347 _initialize_cli_style): Likewise.
5348 * corelow.c (core_target_info): Likewise.
5349 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5350 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5351 * filesystem.c (_initialize_filesystem): Likewise.
5352 * frame.c (_initialize_frame): Likewise.
5353 * gnu-nat.c (add_task_commands): Likewise.
5354 * infcall.c (_initialize_infcall): Likewise.
5355 * infcmd.c (_initialize_infcmd): Likewise.
5356 * interps.c (_initialize_interpreter): Likewise.
5357 * language.c (_initialize_language): Likewise.
5358 * linux-fork.c (_initialize_linux_fork): Likewise.
5359 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5360 * maint.c (_initialize_maint_cmds): Likewise.
5361 * memattr.c (_initialize_mem): Likewise.
5362 * printcmd.c (_initialize_printcmd): Likewise.
5363 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5364 _RegEx): Likewise.
5365 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5366 * record-btrace.c (_initialize_record_btrace): Likewise.
5367 * record-full.c (_initialize_record_full): Likewise.
5368 * record.c (_initialize_record): Likewise.
5369 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5370 * regcache.c (_initialize_regcache): Likewise.
5371 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5372 _initialize_remote): Likewise.
5373 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5374 * serial.c (_initialize_serial): Likewise.
5375 * skip.c (_initialize_step_skip): Likewise.
5376 * source.c (_initialize_source): Likewise.
5377 * stack.c (_initialize_stack): Likewise.
5378 * symfile.c (_initialize_symfile): Likewise.
5379 * symtab.c (_initialize_symtab): Likewise.
5380 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5381 * top.c (init_main): Likewise.
5382 * tracefile-tfile.c (tfile_target_info): Likewise.
5383 * tracepoint.c (_initialize_tracepoint): Likewise.
5384 * tui/tui-win.c (_initialize_tui_win): Likewise.
5385 * utils.c (add_internal_problem_command): Likewise.
5386 * valprint.c (value_print_option_defs): Likewise.
5387
404f2902
FCE
53882019-08-06 Frank Ch. Eigler <fche@redhat.com>
5389
5390 PR build/24886
5391 * configure.ac: Drop enable-libmcheck support.
5392 * configure, config.in: Rebuild.
5393 * libmcheck.m4: Remove.
5394 * acinclude.m4: Don't include it.
5395 * Makefile.in: Don't distribute it.
5396 * top.c (print_gdb_configuration): Don't mention it.
5397
046bebe1
TT
53982019-08-06 Tom Tromey <tom@tromey.com>
5399
5400 * utils.c (set_output_style): Sometimes pass stream to
5401 emit_style_escape.
5402 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5403 * record-btrace.c (btrace_insn_history): Update.
5404 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5405 method.
5406 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5407 Update initializers.
5408 <m_uiout>: New field.
5409 <m_di>: Move lower.
5410 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5411 Remove "uiout" parameter.
5412 (dump_insns): Update.
5413 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5414 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5415
ddbcedf5
CB
54162019-08-06 Christian Biesinger <cbiesinger@google.com>
5417
5418 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5419 (error_in_psymtab_expansion): Likewise.
5420 (lookup_symbol_via_quick_fns): Likewise.
5421 (basic_lookup_transparent_type_quick): Likewise.
5422 (basic_lookup_transparent_type_1): Likewise.
5423
b08b16c8
TT
54242019-08-06 Tom Tromey <tromey@adacore.com>
5425
5426 * source.c (last_source_error): Now bool.
5427 (print_source_lines_base): Make "noprint" bool. Only open
5428 source file when last_source_visited changes.
5429
cb44333d
TT
54302019-08-06 Tom Tromey <tromey@adacore.com>
5431
5432 * annotate.c (annotate_source_line): Use g_source_cache.
5433 * source-cache.c (source_cache::get_plain_source_lines): Change
5434 parameters. Populate m_offset_cache.
5435 (source_cache::ensure): New method.
5436 (source_cache::get_line_charpos): New method.
5437 (extract_lines): Move lower. Change parameters.
5438 (source_cache::get_source_lines): Move lower.
5439 * source-cache.h (class source_cache): Update comment.
5440 <get_line_charpos>: New method.
5441 <get_source_lines>: Update comment.
5442 <clear>: Clear m_offset_cache.
5443 <get_plain_source_lines>: Change parameters.
5444 <ensure>: New method
5445 <m_offset_cache>: New member.
5446 * source.c (forget_cached_source_info_for_objfile): Update.
5447 (info_source_command): Use g_source_cache.
5448 (find_source_lines, open_source_file_with_line_charpos): Remove.
5449 (print_source_lines_base, search_command_helper): Use g_source_cache.
5450 * source.h (open_source_file_with_line_charpos): Don't declare.
5451 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5452 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5453 Use g_source_cache.
5454
872dceaa
TT
54552019-08-06 Tom Tromey <tromey@adacore.com>
5456
5457 * source-cache.c (source_cache::get_plain_source_lines):
5458 Remove "first_line" and "last_line" parameters.
5459 (source_cache::get_source_lines): Cache plain text.
5460 * source-cache.h (class source_cache)
5461 <get_plain_source_lines>: Update.
5462
269249d9
TT
54632019-08-06 Tom Tromey <tromey@adacore.com>
5464
5465 * source-cache.c (extract_lines): No longer a method.
5466 Changed type of parameter. Include final newline.
5467 (selftests::extract_lines_test): New function.
5468 (_initialize_source_cache): Likewise.
5469 * source-cache.h (class source_cache)
5470 <extract_lines>: Don't declare.
5471
c0e8dcd8
TT
54722019-08-06 Tom Tromey <tromey@adacore.com>
5473
5474 * breakpoint.c (init_breakpoint_sal): Update.
5475 (breakpoint): Update.
5476 * breakpoint.h (struct breakpoint) <filter>: Now a
5477 unique_xmalloc_ptr.
5478
0b27c27d
CB
54792019-08-05 Christian Biesinger <cbiesinger@google.com>
5480
5481 * NEWS: Mention dictionary access on blocks.
5482 * python/py-block.c (blpy_getitem): New function.
5483 (block_object_as_mapping): New struct.
5484 (block_object_type): Use new struct for tp_as_mapping field.
5485
4ee94178
CB
54862019-08-05 Christian Biesinger <cbiesinger@google.com>
5487
5488 * objfiles.h (objfile): Add a comment describing partial symbols.
5489
8abfcabc
TT
54902019-08-05 Tom Tromey <tromey@adacore.com>
5491
5492 * compile/compile.c (_initialize_compile): Use _(), not N_().
5493 * thread.c (_initialize_thread): Use _(), not N_().
5494 * stack.c (_initialize_stack): Use _(), not N_().
5495 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5496
2b79f376
SM
54972019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5498
5499 * dwarf2read.c (struct dw2_symtab_iterator):
5500 <want_specific_block>: Remove.
5501 <block_index>: Change type to gdb::optional.
5502 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5503 change type of BLOCK_INDEX parameter to gdb::optional.
5504 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5505 (dw2_lookup_symbol): Don't pass argument for
5506 WANT_SPECIFIC_BLOCK.
5507 (dw2_expand_symtabs_for_function): Don't pass argument for
5508 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5509 (class dw2_debug_names_iterator)
5510 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5511 parameter, change BLOCK_INDEX type to gdb::optional.
5512 <m_want_specific_block>: Remove.
5513 <m_block_index>: Change type to gdb::optional.
5514 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5515 gdb::optional. Re-write in function of gdb::optional.
5516 (dw2_debug_names_lookup_symbol): Don't pass argument for
5517 WANT_SPECIFIC_BLOCK.
5518 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5519 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5520 BLOCK_INDEX.
5521
ae60f04e
PW
55222019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5523
5524 * NEWS: Mention changes to "info sources" command.
5525
28cd9371
PW
55262019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5527
5528 * symtab.c (filename_partial_match_opts): New struct type.
5529 (struct output_source_filename_data): New members
5530 regexp, c_regexp, partial_match.
5531 (output_source_filename): Use new members to decide to print file.
5532 (info_sources_option_defs): New variable.
5533 (make_info_sources_options_def_group, print_info_sources_header,
5534 info_sources_command_completer):
5535 New functions.
5536 (info_sources_command): Read new optional arguments.
5537 (_initialize_symtab): Update info sources help.
5538
ca683e3a
AO
55392019-08-02 Alexandre Oliva <oliva@adacore.com>
5540
5541 * ada-lang.c (exception_support_info_v0): Renamed from...
5542 (default_exception_support_info): ... this. Create new
5543 definition for v1.
5544 (ada_has_this_exception_support): Look up catch_handlers_sym.
5545 (ada_exception_support_info_sniffer): Try v0 after default.
5546
f1264162
TT
55472019-08-01 Tom Tromey <tromey@adacore.com>
5548
5549 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5550 gdbarch.h.
5551
0a7b2485
CB
55522019-08-01 Christian Biesinger <cbiesinger@google.com>
5553
5554 * s12z-tdep.c: Fix include path for s12z-opc.h.
5555
c6bdbeb7
AH
55562019-08-01 Alan Hayward <alan.hayward@arm.com>
5557
5558 * NEWS: Require GNU make 3.82.
5559
a2bd7b82
TT
55602019-07-16 Tom Tromey <tom@tromey.com>
5561
5562 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5563 declare.
5564
aa3b6533
TT
55652019-07-30 Tom Tromey <tromey@adacore.com>
5566
5567 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5568
a1530dc7
KB
55692019-07-30 Kevin Buettner <kevinb@redhat.com>
5570
5571 * printcmd.c (print_address_symbolic): Print negative offsets.
5572 (build_address_symbolic): Force signed arithmetic when computing
5573 offset.
5574
2906593f
CB
55752019-07-30 Christian Biesinger <cbiesinger@google.com>
5576
5577 PR/24474: Add a function to lookup static variables.
5578 * NEWS: Mention this new function.
5579 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5580 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5581 * python/python.c (python_GdbMethods): Add new function.
5582
c620ed88
CB
55832019-07-29 Christian Biesinger <cbiesinger@google.com>
5584
5585 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5586 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5587 (objfpy_lookup_static_symbol): New function.
5588 (objfile_object_methods): Add new functions.
5589
bc4268a5
PW
55902019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5591
5592 * NEWS: Mention 'set|show print frame-info'. Mention new
5593 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5594 backtrace argument. Mention that python frame filtering code
5595 is now consistent with what 'backtrace' command prints.
5596
4b5e8d19
PW
55972019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5598
5599 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5600 comments.
5601 (print_frame_info_auto, print_frame_info_source_line,
5602 print_frame_info_location, print_frame_info_source_and_location,
5603 print_frame_info_location_and_address, print_frame_info_short_location):
5604 New declarations.
5605 (struct frame_print_options): New member print_frame_info.
5606 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5607 * stack.h (get_user_print_what_frame_info): New declaration.
5608 (frame_show_address): New declaration.
5609 * stack.c (print_frame_arguments_choices): New value 'presence'.
5610 (print_frame_info_auto, print_frame_info_source_line,
5611 print_frame_info_location, print_frame_info_source_and_location,
5612 print_frame_info_location_and_address, print_frame_info_short_location,
5613 print_frame_info_choices, print_frame_info_print_what): New definitions.
5614 (print_frame_args): Only print dots for args if print frame-arguments
5615 is 'presence'.
5616 (frame_print_option_defs): New element for "frame-info".
5617 (get_user_print_what_frame_info): New function.
5618 (frame_show_address): Make non static. Move comment to stack.h.
5619 (print_frame_info_to_print_what): New function.
5620 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5621 to decide what to print.
5622 (backtrace_command_1): Handle the new print_frame_arguments_presence
5623 value.
5624 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5625 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5626 (py_print_frame): In non-mi mode, use LOCATION as default for
5627 print_what, similarly to frame information printed directly by
5628 backtrace command. Handle frame-info user option in non MI mode.
5629
6bdfee81
KB
56302019-07-27 Kevin Buettner <kevinb@redhat.com>
5631
5632 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5633 Add case for debugging 32-bit target on 64-bit host. Revise
5634 comment.
5635
98a617f8
KB
56362019-07-27 Kevin Buettner <kevinb@redhat.com>
5637
5638 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5639 instead of find_function_entry_range_from_pc.
5640
567238c9
KB
56412019-07-27 Kevin Buettner <kevinb@redhat.com>
5642
5643 * stack.c (find_frame_funname): Remove code which preferred
5644 minsym over symtab sym in "certain pathological cases".
5645
2dc80cf8
KB
5646 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5647 parameter. Change type of "do_demangle" to bool.
5648 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5649 Pass suitable "prefer_sym_over_minsym" flag to
5650 build_address_symbolic(). Don't output "+" for negative offsets.
5651 * printcmd.c (print_address_symbolic): Update invocation of
5652 build_address_symbolic to include a "prefer_sym_over_minsym"
5653 flag.
5654 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5655 Restrict cases in which use of minimal symbol is preferred to that
5656 of a found symbol. Update comments.
5657
1aff7173
KB
5658 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5659 for entry pc when entry pc is out of range for that FDE.
5660
89b085ac
BC
56612019-07-26 Brian Callahan <bcallah@openbsd.org>
5662
5663 PR gdb/24839:
5664 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5665 type.
5666
f32feb4a
CB
56672019-07-25 Christian Biesinger <cbiesinger@google.com>
5668
5669 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5670 this function's Python signature.
5671
5672
56732019-07-24 Christian Biesinger <cbiesinger@google.com>
442853af
CB
5674
5675 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5676 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5677 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5678 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5679 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5680
5681
c54e4253
YS
56822019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5683
5684 * h8300-tdep.c (h8300_register_name_common): New.
5685 h8300_register_name): Use h8300_register_name_common.
5686 (h8300s_register_name): Likewise.
5687 (h8300sx_register_name): Likewise.
5688 (h8300h_register_nam): New.
5689 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5690
5691
40eadf04
SP
56922019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5693
5694 * arm-tdep.c (arm_skip_cmse_entry): New function.
5695 (arm_is_sgstubs_section): New function.
5696 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5697
bfa2a36d
TT
56982019-07-22 Tom Tromey <tom@tromey.com>
5699
5700 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5701 Don't self-assign.
5702
a8e9d247
AB
57032019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5704
5705 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5706 type_print.
5707
eb86c5e2
AB
57082019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5709
5710 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5711 so that GDB doesn't match any msymbols when searching in the
5712 TYPES_DOMAIN.
5713 (print_symbol_info): Print using typedef_print or type_print based
5714 on the type of the symbol. Add updated FIXME comment moved from...
5715 (_initialize_symtab): ... move and update FIXME comment to above.
5716
a8eab7c6
AB
57172019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5718
5719 * NEWS: Mention adding -q option to "info types".
5720 * symtab.c (struct info_types_options): New struct.
5721 (info_types_options_defs): New variable.
5722 (make_info_types_options_def_group): New function.
5723 (info_types_command): Use gdb::option framework to parse options.
5724 (info_types_command_completer): New function.
5725 (_initialize_symtab): Extend the help text on "info types" and
5726 register command completer.
5727
b4603c34
CB
57282019-07-21 Christian Biesinger <cbiesinger@google.com>
5729
5730 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5731 (lookup_symbol_in_objfile): Change int to block_enum and add a
5732 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5733
c8cdc1e0
CB
57342019-07-20 Christian Biesinger <cbiesinger@google.com>
5735
5736 * MAINTAINERS (Write After Approval): Add self.
5737
01e175fe
AB
57382019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5739
5740 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5741 instruction to the dummy code region.
5742
56f79b63
TT
57432019-07-19 Tom Tromey <tromey@adacore.com>
5744
5745 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5746 (ARGSUSED, PARAMS, __func__): Remove rules.
5747
4c5aa8e0
AH
57482019-07-19 Alan Hayward <alan.hayward@arm.com>
5749
5750 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5751 * features/arm/arm-with-iwmmxt.c: Remove.
5752 * features/arm/arm-with-iwmmxt.xml: Remove.
5753 * features/arm/arm-with-m-fpa-layout.c: Remove.
5754 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5755 * features/arm/arm-with-m-vfp-d16.c: Remove.
5756 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5757 * features/arm/arm-with-m.c: Remove.
5758 * features/arm/arm-with-m.xml: Remove.
5759 * features/arm/arm-with-neon.c: Remove.
5760 * features/arm/arm-with-neon.xml: Remove.
5761 * features/arm/arm-with-vfpv2.c: Remove.
5762 * features/arm/arm-with-vfpv2.xml: Remove.
5763 * features/arm/arm-with-vfpv3.c: Remove.
5764 * features/arm/arm-with-vfpv3.xml: Remove.
5765
f42b2617
AH
57662019-07-19 Alan Hayward <alan.hayward@arm.com>
5767
5768 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5769
f29ec966
AH
57702019-07-19 Alan Hayward <alan.hayward@arm.com>
5771
5772 * arch/aarch32.c (aarch32_create_target_description): Create
5773 target descriptions using features.
5774 * arch/arm.c (arm_create_target_description)
5775 (arm_create_mprofile_target_description): Likewise.
5776 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5777
d105cce5
AH
57782019-07-19 Alan Hayward <alan.hayward@arm.com>
5779
5780 * Makefile.in: Add new files.
5781 * aarch32-tdep.c: New file.
5782 * aarch32-tdep.h: New file.
5783 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5784 Call aarch32_read_description.
5785 * arch/aarch32.c: New file.
5786 * arch/aarch32.h: New file.
5787 * arch/arm.c (arm_create_target_description)
5788 (arm_create_mprofile_target_description): New function.
5789 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5790 (arm_create_target_description)
5791 (arm_create_mprofile_target_description): New declaration.
5792 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5793 read_description functions.
5794 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5795 Likewise.
5796 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5797 * arm-tdep.c (tdesc_arm_list): New variable.
5798 (arm_register_g_packet_guesses): Call create description functions.
5799 (arm_read_description) (arm_read_mprofile_description): New
5800 function.
5801 * arm-tdep.h (arm_read_description)
5802 (arm_read_mprofile_description): Add declaration.
5803 * configure.tgt: Add new files.
5804
afe09f0b
GL
58052019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5806
5807 * top.c (new_ui_command): Open specified terminal just once.
5808
cd215b2e
TT
58092019-07-18 Tom Tromey <tromey@adacore.com>
5810
5811 * symtab.c (main_name): Constify return type.
5812 * symfile.c (set_initial_language): Update.
5813 * symtab.h (main_name): Constify return type.
5814
d8f68fcb
TT
58152019-07-17 Tom Tromey <tom@tromey.com>
5816
5817 * tui/tui-winsource.c (tui_update_source_window)
5818 (tui_update_source_window_as_is)
5819 (tui_update_source_windows_with_line): Remove return.
5820 * tui/tui-disasm.c (tui_show_disassem)
5821 (tui_show_disassem_and_update_source): Remove return.
5822 * tui/tui.c (tui_reset): Remove return.
5823 * tui/tui-wingeneral.c
5824 (tui_check_and_display_highlight_if_needed): Remove return.
5825
ca5af91e
TT
58262019-07-17 Tom Tromey <tom@tromey.com>
5827
5828 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5829
5104fe36
TT
58302019-07-17 Tom Tromey <tom@tromey.com>
5831
5832 * tui/tui-winsource.h (struct tui_exec_info_window)
5833 (struct tui_source_window_base): Move from tui-data.h.
5834 * tui/tui-winsource.c: Move many method definitions from
5835 elsewhere. Remove "structuring" comments.
5836 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5837 (tui_source_window_base::refresh_window): Move to
5838 tui-winsource.c.
5839 * tui/tui-win.c (tui_source_window_base::refresh_all)
5840 (tui_source_window_base::update_tab_width)
5841 (tui_source_window_base::set_new_height)
5842 (tui_source_window_base::do_make_visible_with_new_height): Move to
5843 tui-winsource.c.
5844 * tui/tui-source.h: Update.
5845 * tui/tui-source.c (tui_source_window_base::reset): Move to
5846 tui-winsource.c.
5847 * tui/tui-disasm.h: Update.
5848 * tui/tui-data.h (struct tui_exec_info_window): Move to
5849 tui-winsource.h.
5850 (struct tui_source_window_base): Likewise.
5851 * tui/tui-data.c (tui_source_window_base::clear_detail)
5852 (tui_source_window_base, ~tui_source_window_base): Move to
5853 tui-winsource.c.
5854
daa15dde
TT
58552019-07-17 Tom Tromey <tom@tromey.com>
5856
5857 * tui/tui-win.c (tui_resize_all)
5858 (tui_source_window_base::update_tab_width)
5859 (tui_adjust_win_heights): Update.
5860 (tui_win_info::make_invisible_and_set_new_height): Rename from
5861 make_invisible_and_set_new_height.
5862 * tui/tui-data.h (struct tui_win_info)
5863 <make_invisible_and_set_new_height>: New method.
5864
bfad4537
TT
58652019-07-17 Tom Tromey <tom@tromey.com>
5866
5867 * tui/tui.c: Update.
5868 * tui/tui-source.h (struct tui_source_window): Move from
5869 tui-data.h.
5870 * tui/tui-layout.c: Update.
5871 * tui/tui-disasm.c: Update.
5872 * tui/tui-data.h (struct tui_source_window): Move to
5873 tui-source.h.
5874
88f7e873
TT
58752019-07-17 Tom Tromey <tom@tromey.com>
5876
5877 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5878 tui-data.h.
5879 * tui/tui-data.h (struct tui_disasm_window): Move to
5880 tui-disasm.h.
5881
96bd6233
TT
58822019-07-17 Tom Tromey <tom@tromey.com>
5883
5884 * tui/tui-regs.h (struct tui_data_item_window): Move from
5885 tui-data.h.
5886 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5887 * tui/tui-data.h (struct tui_data_item_window): Move to
5888 tui-regs.h.
5889 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5890
ce38393b
TT
58912019-07-17 Tom Tromey <tom@tromey.com>
5892
5893 * tui/tui.c: Update.
5894 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5895 (tui_cmd_window::max_height): Move to tui-command.c.
5896 * tui/tui-layout.c: Update.
5897 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5898 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5899 tui-command.c.
5900 * tui/tui-command.h (struct tui_cmd_window): Move from
5901 tui-data.h.
5902 * tui/tui-command.c: Remove "structuring" comments.
5903 (tui_cmd_window::clear_detail)
5904 (tui_cmd_window::do_make_visible_with_new_height)
5905 (tui_cmd_window::max_height): Move from elsewhere.
5906
2d8b51cb
TT
59072019-07-17 Tom Tromey <tom@tromey.com>
5908
5909 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5910 Now static.
5911 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5912 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5913
18ab23af
TT
59142019-07-17 Tom Tromey <tom@tromey.com>
5915
5916 * tui/tui.c: Update.
5917 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
5918 tui-regs.c.
5919 * tui/tui-windata.h: Remove file.
5920 * tui/tui-windata.c: Remove file.
5921 * tui/tui-win.c (tui_data_window::set_new_height)
5922 (tui_data_window::do_make_visible_with_new_height): Move to
5923 tui-regs.c.
5924 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
5925 * tui/tui-regs.c: Remove "structuring" comments.
5926 (tui_data_window::first_data_item_displayed)
5927 (tui_data_window::delete_data_content_windows)
5928 (tui_data_window::erase_data_content)
5929 (tui_data_window::display_all_data)
5930 (tui_data_window::refresh_all)
5931 (tui_data_window::do_scroll_vertical)
5932 (tui_data_window::clear_detail, tui_data_window::set_new_height)
5933 (tui_data_window::do_make_visible_with_new_height)
5934 (tui_data_window::refresh_window): Move from elsewhere.
5935 (_initialize_tui_regs): Move to end of file.
5936 * tui/tui-layout.c: Update.
5937 * tui/tui-hooks.c: Update.
5938 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
5939 * tui/tui-data.c (tui_data_window::clear_detail): Move to
5940 tui-regs.c.
5941 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
5942
88b7e7cc
TT
59432019-07-17 Tom Tromey <tom@tromey.com>
5944
5945 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
5946 seen.
5947
0fcd3711
TT
59482019-07-17 Tom Tromey <tom@tromey.com>
5949
5950 * tui/tui-win.c (tui_source_window_base::set_new_height)
5951 (tui_source_window_base::do_make_visible_with_new_height): Use
5952 m_has_locator field directly.
5953 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
5954 method.
5955 (struct tui_source_window_base) <has_locator>: Likewise.
5956
4a38112d
TT
59572019-07-17 Tom Tromey <tom@tromey.com>
5958
5959 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
5960 Don't declare.
5961 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
5962 Remove.
5963 * tui/tui-win.c (tui_source_window_base::set_new_height)
5964 (tui_source_window_base::set_new_height)
5965 (make_invisible_and_set_new_height)
5966 (tui_source_window_base::do_make_visible_with_new_height)
5967 (tui_source_window_base::do_make_visible_with_new_height):
5968 Update.
5969 * tui/tui-layout.c (show_source_disasm_command, show_data)
5970 (show_source_or_disasm_and_command): Update.
5971 * tui/tui-layout.c (show_layout): Update.
5972
09129226
TT
59732019-07-17 Tom Tromey <tom@tromey.com>
5974
5975 * tui/tui-layout.c (make_data_window): Remove.
5976 (show_data): Unify creation and re-initialization cases.
5977
4a8a5e84
TT
59782019-07-17 Tom Tromey <tom@tromey.com>
5979
5980 * tui/tui-layout.c (make_source_window, make_disasm_window):
5981 Remove.
5982 (show_data): Unify creation and re-initialization cases.
5983
76d2be8e
TT
59842019-07-17 Tom Tromey <tom@tromey.com>
5985
5986 * tui/tui-layout.c (make_command_window): Remove.
5987 (show_source_disasm_command, show_source_or_disasm_and_command):
5988 Unify creation and re-initialization cases.
5989
890b8bde
TT
59902019-07-17 Tom Tromey <tom@tromey.com>
5991
5992 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
5993 creation and re-initialization cases.
5994
2cdfa113
TT
59952019-07-17 Tom Tromey <tom@tromey.com>
5996
5997 * tui/tui-regs.c (tui_get_register): Return void.
5998
8e3cfd09
TT
59992019-07-17 Tom Tromey <tom@tromey.com>
6000
6001 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
6002 Simplify.
6003
f4e04977
TT
60042019-07-17 Tom Tromey <tom@tromey.com>
6005
6006 * tui/tui-layout.c (show_source_disasm_command): Simplify window
6007 resetting.
6008
0379b883
TT
60092019-07-17 Tom Tromey <tom@tromey.com>
6010
6011 * tui/tui.h (tui_set_layout_by_name): Don't declare.
6012 * tui/tui-regs.c (tui_reg_layout): New function.
6013 (tui_show_registers, tui_reg_command): Use it.
6014 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
6015 (tui_layout_command): Rename from tui_set_layout_by_name. Change
6016 parameters.
6017 (tui_layout_command): Remove.
6018
b7fbad91
TT
60192019-07-17 Tom Tromey <tom@tromey.com>
6020
6021 * tui/tui-layout.h (tui/tui-layout): Return void.
6022 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
6023
4e1e56b9
TT
60242019-07-17 Tom Tromey <tom@tromey.com>
6025
6026 * tui/tui-layout.c (show_source_disasm_command, show_data):
6027 Update.
6028 (reset_locator): Remove.
6029 (show_source_or_disasm_and_command): Update.
6030
1e0c09ba
TT
60312019-07-17 Tom Tromey <tom@tromey.com>
6032
6033 * tui/tui-source.c (tui_source_window_base::reset): Remove
6034 win_type parameter.
6035 * tui/tui-layout.c (make_command_window, make_source_window)
6036 (make_disasm_window, make_data_window)
6037 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
6038 (reset_locator, show_source_or_disasm_and_command): Update.
6039 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
6040 win_type parameter.
6041 (struct tui_source_window_base) <reset>: Likewise.
6042
1bf605de
TT
60432019-07-17 Tom Tromey <tom@tromey.com>
6044
6045 * tui/tui-layout.c (show_source_disasm_command): Use
6046 reset_locator.
6047 (reset_locator): New function.
6048 (init_and_make_win): Remove.
6049 (show_source_or_disasm_and_command): Use reset_locator.
6050
098f9ed4
TT
60512019-07-17 Tom Tromey <tom@tromey.com>
6052
6053 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
6054 condition.
6055 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
6056 Remove condition.
6057 * tui/tui-source.c (tui_source_window_base::reset): New method.
6058 * tui/tui-layout.c (make_command_window): Don't call
6059 init_and_make_win.
6060 (make_source_window, make_disasm_window): Don't call
6061 make_source_or_disasm_window.
6062 (make_data_window): Don't call init_and_make_win. Change calling
6063 convention.
6064 (show_source_disasm_command, show_data): Simplify.
6065 (make_source_or_disasm_window): Remove.
6066 (show_source_or_disasm_and_command): Simplify.
6067 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
6068 (struct tui_source_window_base) <reset>: Likewise.
6069 <execution_info>: Remove initializer.
6070 * tui/tui-data.c (tui_source_window_base): Initialize
6071 execution_info.
6072
80110957
TT
60732019-07-17 Tom Tromey <tom@tromey.com>
6074
6075 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
6076 variable.
6077
cf82af05
TT
60782019-07-17 Tom Tromey <tom@tromey.com>
6079
6080 * tui/tui.c (tui_rl_other_window): Update.
6081 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
6082 superclass method first. Always iterate over regs_content.
6083 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
6084 method.
6085 * tui/tui-win.c (tui_set_focus_command): Update.
6086
01aeb396
TT
60872019-07-17 Tom Tromey <tom@tromey.com>
6088
6089 * tui/tui-win.c (tui_set_focus_command): Rename from
6090 tui_set_focus. Call tui_enable.
6091 (tui_set_focus_command): Remove.
6092
fd6c75ee
TT
60932019-07-17 Tom Tromey <tom@tromey.com>
6094
6095 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
6096 refresh_window.
6097 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
6098 touchwin.
6099 (tui_data_window::refresh_window): Call refresh_window on data
6100 items. Always call superclass refresh_window.
6101 (tui_win_info::refresh): Remove.
6102 (tui_source_window_base::refresh_window): Update.
6103 (tui_refresh_all): Update.
6104 * tui/tui-layout.c (show_source_disasm_command): Remove call to
6105 refresh_window.
6106 (show_source_or_disasm_and_command): Likewise.
6107 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
6108 (struct tui_source_window_base) <refresh>: Likewise.
6109
f6cc34a9
TT
61102019-07-17 Tom Tromey <tom@tromey.com>
6111
6112 * tui/tui-winsource.c (tui_clear_source_content)
6113 (tui_show_source_content): Update.
6114 * tui/tui-source.c (tui_source_window::showing_source_p): Check
6115 whether content is empty.
6116 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
6117 Remove.
6118
f31ec9af
TT
61192019-07-17 Tom Tromey <tom@tromey.com>
6120
6121 * tui/tui-winsource.c (tui_erase_source_content): Clear the
6122 window's contents.
6123 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
6124 * tui/tui-source.c (tui_set_source_content_nil): Remove.
6125
d1b6f1e5
TT
61262019-07-17 Tom Tromey <tom@tromey.com>
6127
6128 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
6129 (struct tui_data_item_window): Update.
6130
d9743a13
TT
61312019-07-17 Tom Tromey <tom@tromey.com>
6132
6133 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
6134 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
6135 defines.
6136
caf0bc4e
TT
61372019-07-17 Tom Tromey <tom@tromey.com>
6138
6139 * tui/tui-winsource.h (tui_erase_source_content)
6140 (tui_clear_source_content): Remove "display_prompt" parameter.
6141 * tui/tui-winsource.c (tui_update_source_window_as_is)
6142 (tui_update_source_windows_with_addr): Update.
6143 (tui_clear_source_content): Remove "display_prompt" parameter.
6144 (tui_erase_source_content): Likewise. Simplify.
6145 (tui_show_source_content): Update.
6146 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6147 * tui/tui-stack.c (tui_show_frame_info): Update.
6148 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6149 Remove defines.
6150
9d391078
TT
61512019-07-17 Tom Tromey <tom@tromey.com>
6152
6153 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6154 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6155 parameter.
6156 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6157 parameter.
6158
a38da35d
TT
61592019-07-17 Tom Tromey <tom@tromey.com>
6160
6161 * tui/tui-winsource.c (tui_clear_source_content)
6162 (tui_show_source_content, tui_show_exec_info_content)
6163 (tui_clear_exec_info_content): Update.
6164 * tui/tui-stack.c (tui_show_locator_content): Update.
6165 (tui_show_frame_info): Update.
6166 * tui/tui-source.h (tui_source_window): Don't declare.
6167 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6168 from tui_source_is_displayed.
6169 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6170 Remove field.
6171 (struct tui_source_window_base) <content_in_use>: New field. Now
6172 bool.
6173 (struct tui_source_window) <showing_source_p>: New method.
6174 (TUI_SRC_WIN): Change cast.
6175 * tui/tui-data.c (tui_initialize_static_data): Update.
6176
c2cd8994
TT
61772019-07-17 Tom Tromey <tom@tromey.com>
6178
6179 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6180 location_matches_p.
6181 * tui/tui-source.c (tui_source_window::location_matches_p): New
6182 method.
6183 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6184 method.
6185 * tui/tui-data.h (struct tui_source_window_base)
6186 <location_matches_p>: New method.
6187 (struct tui_source_window, struct tui_disasm_window)
6188 <location_matches_p>: Likewise.
6189
4dde7b34
TT
61902019-07-17 Tom Tromey <tom@tromey.com>
6191
6192 * tui/tui-win.c (tui_set_win_height_command): Rename from
6193 tui_set_win_height.
6194 (tui_set_win_height_command): Remove.
6195
b73dd877
TT
61962019-07-17 Tom Tromey <tom@tromey.com>
6197
6198 * tui/tui-source.c (tui_source_window): New constructor. Add
6199 observer.
6200 (~tui_source_window): New destructor.
6201 (tui_source_window::style_changed): New method.
6202 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6203 (tui_attach_detach_observers): Update.
6204 * tui/tui-data.h (struct tui_source_window): Make constructor not
6205 inline. Add destructor.
6206 (struct tui_source_window) <style_changed>: New method.
6207 <m_observable>: New member.
6208
ae2b5380
TT
62092019-07-17 Tom Tromey <tom@tromey.com>
6210
6211 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6212 * tui/tui-win.c (tui_resize_all): Fix typo.
6213
1ce3e844
TT
62142019-07-17 Tom Tromey <tom@tromey.com>
6215
6216 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6217 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6218 (tui_refresh_all): Remove "list" parameter. Use foreach.
6219 * tui/tui-win.c (window_name_completer): Use foreach.
6220 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6221 (update_tab_width): Likewise.
6222 * tui/tui-layout.c (show_layout): Update.
6223 * tui/tui-data.h (class tui_window_iterator): New.
6224 (struct all_tui_windows): New.
6225 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6226
fe3eaf1c
TT
62272019-07-17 Tom Tromey <tom@tromey.com>
6228
6229 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6230 parameter. Don't reference globals.
6231 (tui_reg_command): Update.
6232
368c1354
TT
62332019-07-17 Tom Tromey <tom@tromey.com>
6234
6235 * tui/tui-regs.c (tui_show_registers): Simplify.
6236
e80cd204
TT
62372019-07-17 Tom Tromey <tom@tromey.com>
6238
6239 * tui/tui-regs.c (tui_show_registers): Update.
6240 (tui_show_register_group): Add win_info parameter.
6241
aca2dd16
TT
62422019-07-17 Tom Tromey <tom@tromey.com>
6243
6244 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6245 Rename from tui_display_reg_element_at_line.
6246 (tui_data_window::display_registers_from_line): Update.
6247 * tui/tui-data.h (struct tui_data_window)
6248 <display_reg_element_at_line>: New method.
6249
517e9505
TT
62502019-07-17 Tom Tromey <tom@tromey.com>
6251
6252 * tui/tui-regs.h (tui_display_registers_from)
6253 (tui_display_registers_from_line): Don't declare.
6254 * tui/tui-windata.c (tui_data_window::display_all_data)
6255 (tui_data_window::refresh_all)
6256 (tui_data_window::do_scroll_vertical): Update.
6257 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6258 from tui_display_registers_from.
6259 (tui_display_reg_element_at_line): Update.
6260 (tui_data_window::display_registers_from_line): Rename from
6261 tui_display_registers_from_line.
6262 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6263 display_registers_from_line>: New methods.
6264
f76d8b19
TT
62652019-07-17 Tom Tromey <tom@tromey.com>
6266
6267 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6268 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6269 from tui_erase_data_content.
6270 (tui_data_window::display_all_data)
6271 (tui_data_window::refresh_all)
6272 (tui_data_window::do_scroll_vertical): Update.
6273 * tui/tui-regs.c (tui_show_registers): Update.
6274 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6275 New method.
6276
b4094625
TT
62772019-07-17 Tom Tromey <tom@tromey.com>
6278
6279 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6280 declare.
6281 * tui/tui-windata.c
6282 (tui_data_window::delete_data_content_windows): Rename from
6283 tui_delete_data_content_windows.
6284 (tui_data_window::display_all_data)
6285 (tui_data_window::do_scroll_vertical): Update.
6286 * tui/tui-data.h (struct tui_data_window)
6287 <delete_data_content_windows>: New method.
6288
c223a729
TT
62892019-07-17 Tom Tromey <tom@tromey.com>
6290
6291 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6292 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6293
50daf268
TT
62942019-07-17 Tom Tromey <tom@tromey.com>
6295
6296 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6297 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6298 from tui_display_all_data.
6299 * tui/tui-win.c
6300 (tui_data_window::do_make_visible_with_new_height): Update.
6301 * tui/tui-regs.c (tui_show_registers): Update.
6302 * tui/tui-layout.c (tui_set_layout): Update.
6303 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6304 method.
6305
df5f8cab
TT
63062019-07-17 Tom Tromey <tom@tromey.com>
6307
6308 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6309 * tui/tui-windata.c (tui_display_data_from): Remove.
6310 (tui_data_window::refresh_all): Update.
6311
80cb6c27
TT
63122019-07-17 Tom Tromey <tom@tromey.com>
6313
6314 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6315 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6316 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6317 tui_display_registers_from_line.
6318 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6319 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6320 "force_display" parameter.
6321
baff0c28
TT
63222019-07-17 Tom Tromey <tom@tromey.com>
6323
6324 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6325 declare.
6326 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6327 Rename from tui_first_reg_element_no_inline.
6328 (tui_display_reg_element_at_line)
6329 (tui_display_registers_from_line): Update.
6330 * tui/tui-data.h (struct tui_data_window)
6331 <first_reg_element_no_inline>: New method.
6332
3b23c5f2
TT
63332019-07-17 Tom Tromey <tom@tromey.com>
6334
6335 * tui/tui-windata.c (tui_display_data_from)
6336 (tui_data_window::do_scroll_vertical): Update.
6337 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6338 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6339 Rename from tui_line_from_reg_element_no.
6340 (tui_display_registers_from_line): Update.
6341 * tui/tui-data.h (struct tui_data_window)
6342 <line_from_reg_element_no>: New method.
6343
0b5ec218
TT
63442019-07-17 Tom Tromey <tom@tromey.com>
6345
6346 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6347 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6348 tui_last_regs_line_no.
6349 (tui_display_reg_element_at_line)
6350 (tui_display_registers_from_line): Update.
6351 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6352 method.
6353
0807ab7b
TT
63542019-07-17 Tom Tromey <tom@tromey.com>
6355
6356 PR tui/24722:
6357 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6358 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6359 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6360 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6361 (tui_update_breakpoint_info): Likewise.
6362 * tui/tui-hooks.c (tui_event_create_breakpoint)
6363 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6364 Update.
6365
9ad7fdef
TT
63662019-07-17 Tom Tromey <tom@tromey.com>
6367
6368 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6369
5813316f
TT
63702019-07-17 Tom Tromey <tom@tromey.com>
6371
6372 * tui/tui-winsource.c (tui_update_source_window_as_is)
6373 (tui_update_source_windows_with_addr): Update.
6374 * tui/tui-source.h (tui_set_source_content)
6375 (tui_show_symtab_source): Add "win_info" parameter.
6376 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6377 parameter.
6378 (tui_show_symtab_source): Likewise.
6379
00e264e7
TT
63802019-07-17 Tom Tromey <tom@tromey.com>
6381
6382 * tui/tui-wingeneral.c
6383 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6384
06210ce4
TT
63852019-07-17 Tom Tromey <tom@tromey.com>
6386
6387 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6388 (struct tui_cmd_window) <can_scroll>: New method.
6389 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6390 method.
6391
381befee
TT
63922019-07-17 Tom Tromey <tromey@adacore.com>
6393
6394 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6395 do_field_signed>: Rename. Change type of "value".
6396 * ui-out.c (ui_out::field_signed): Rename from field_int.
6397 Change type of "value".
6398 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6399 type of "value".
6400 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6401 do_field_int. Change type of "value".
6402 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6403 do_field_int. Change type of "value".
6404 * tracepoint.c (trace_status_mi, tfind_1)
6405 (print_one_static_tracepoint_marker): Update.
6406 * thread.c (print_thread_info_1, print_selected_thread_frame):
6407 Update.
6408 * stack.c (print_frame, print_frame_info): Update.
6409 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6410 Update.
6411 * source.c (print_source_lines_base): Update.
6412 * skip.c (info_skip_command): Update.
6413 * record-btrace.c (btrace_ui_out_decode_error)
6414 (btrace_call_history_src_line): Update.
6415 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6416 Update.
6417 * progspace.c (print_program_space): Update.
6418 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6419 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6420 do_field_int. Change type of "value".
6421 * mi/mi-out.c (mi_ui_out::do_table_begin)
6422 (mi_ui_out::do_table_header): Update.
6423 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6424 type of "value".
6425 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6426 (mi_cmd_data_list_changed_registers, output_register)
6427 (mi_cmd_data_read_memory, mi_load_progress)
6428 (mi_cmd_trace_frame_collected): Update.
6429 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6430 Update.
6431 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6432 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6433 (mi_cmd_var_list_children, varobj_update_one): Update.
6434 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6435 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6436 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6437 * inferior.c (print_inferior): Update.
6438 * gdb_bfd.c (print_one_bfd): Update.
6439 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6440 Update.
6441 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6442 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6443 do_field_int. Change type of "value".
6444 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6445 do_field_int. Change type of "value".
6446 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6447 (print_one_breakpoint_location, print_it_catch_fork)
6448 (print_one_catch_fork, print_it_catch_vfork)
6449 (print_one_catch_vfork, print_it_catch_solib)
6450 (print_it_catch_exec, print_it_ranged_breakpoint)
6451 (print_mention_watchpoint, print_mention_masked_watchpoint)
6452 (bkpt_print_it, update_static_tracepoint): Update.
6453 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6454 * break-catch-syscall.c (print_it_catch_syscall): Update.
6455 * ada-tasks.c (print_ada_task_info): Update.
6456 * ada-lang.c (print_it_exception, print_mention_exception):
6457 Update.
6458
6b78c3f8
AB
64592019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6460
6461 PR breakpoints/24541
6462 * gdbarch.c: Regenerate.
6463 * gdbarch.h: Regenerate.
6464 * gdbarch.sh: Adjust return type and parameter types for
6465 'stap_adjust_register'.
6466 (i386_stap_adjust_register): Adjust signature and return new
6467 register name.
6468 * stap-probe.c (stap_parse_register_operand): Adjust use of
6469 'gdbarch_stap_adjust_register'.
6470
d72a9b85
TT
64712019-07-17 Tom Tromey <tromey@adacore.com>
6472
6473 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6474 declare VEC.
6475 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6476 std::vector.
6477 (struct s390_process_info): Add initializers.
6478 (s390_add_process): Use new.
6479 (s390_linux_nat_target::low_forget_process): Use delete.
6480 (s390_linux_nat_target::low_new_fork)
6481 (s390_linux_nat_target::stopped_by_watchpoint)
6482 (s390_linux_nat_target::low_prepare_to_resume)
6483 (s390_linux_nat_target::insert_watchpoint)
6484 (s390_linux_nat_target::insert_hw_breakpoint)
6485 (s390_linux_nat_target::remove_watchpoint)
6486 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6487
206e6c58
JB
64882019-07-16 John Baldwin <jhb@FreeBSD.org>
6489
6490 * aarch64-fbsd-nat.c: Include regcache.h.
6491 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6492 argument.
6493 (aarch64_fbsd_nat_target::fetch_registers)
6494 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6495 variable.
6496 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6497
cbde90f2
JB
64982019-07-16 John Baldwin <jhb@FreeBSD.org>
6499
6500 * fbsd-nat.c: Include gdbarch.h.
6501
07128006
TT
65022019-07-15 Tom Tromey <tromey@adacore.com>
6503
6504 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6505
1f77b012
TT
65062019-07-15 Tom Tromey <tromey@adacore.com>
6507
6508 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6509 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6510 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6511 * cli-out.c (cli_ui_out::do_field_int): New method.
6512 * ui-out.c (ui_out::field_unsigned): New method.
6513 * symfile.c (generic_load): Use field_unsigned.
6514 (print_transfer_performance): Likewise.
6515 * record-btrace.c (ui_out_field_uint): Remove.
6516 (btrace_call_history_insn_range, btrace_call_history): Use
6517 field_unsigned.
6518 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6519 field_unsigned.
6520 * ui-out.h (class ui_out) <field_unsigned>: New method.
6521 <do_field_unsigned>: Likewise.
6522
33eca680
TT
65232019-07-15 Tom Tromey <tromey@adacore.com>
6524
6525 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6526 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6527 * target.c (flash_erase_command): Use field_string.
6528 * infrun.c (print_signal_received_reason): Use field_string.
6529 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6530 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6531 field_string.
6532 * ada-tasks.c (print_ada_task_info): Use field_string.
6533
ca8d69be
TT
65342019-07-15 Tom Tromey <tromey@adacore.com>
6535
6536 * target.c (flash_erase_command): Use field_core_addr.
6537 * symfile.c (generic_load): Use field_core_addr.
6538 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6539 Use field_core_addr.
6540 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6541 field_core_addr.
6542
0d4e84ed
AB
65432019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6544
6545 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6546 value if its desired type is smaller than a CORE_ADDR and signed.
6547
9a49df9d
AB
65482019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6549
6550 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6551 of changes to field names, and use new is_reference field to
6552 decide if a property is a reference or not.
6553 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6554 field.
6555 (struct dwarf2_property_baton): Update header comment, rename
6556 'referenced_type' to 'property_type' and update comments.
6557 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6558 default property type, store in property baton, update to take
6559 accound of renamed field.
6560 (read_func_scope): Update call to attr_to_dynamic_prop.
6561 (read_array_type): Likewise.
6562 (dwarf2_per_cu_addr_sized_int_type): New function.
6563 (read_subrange_index_type): Move type finding code to
6564 dwarf2_per_cu_addr_sized_int_type.
6565 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6566 (dwarf2_per_cu_addr_type): New function.
6567 (set_die_type): Update calls to attr_to_dynamic_prop.
6568
b86352cf
AB
65692019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6570
6571 * dwarf2read.c (read_subrange_index_type): New function.
6572 (read_subrange_type): Move code into new function and call it.
6573 * gdbtypes.c (create_range_type): Add some asserts.
6574
603490bf
AB
65752019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6576
6577 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6578 update return statements.
6579 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6580 declaration, and update comment to match.
6581 * gdbtypes.c (resolve_dynamic_array): Update call to
6582 dwarf2_evaluate_property to match new return type.
6583
592f9d27
AB
65842019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6585
6586 * valarith.c (value_subscripted_rvalue): Change lowerbound
6587 parameter type from int to LONGEST.
6588 * value.h (value_subscripted_rvalue): Likewise in declaration.
6589
60cfcb20
AB
65902019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6591
6592 * cli/cli-utils.c (info_print_command_completer): New function.
6593 * cli/cli-utils.h: Add 'completer.h' include, and forward
6594 declaration for 'struct cmd_list_element'.
6595 (info_print_command_completer): Declare.
6596 * stack.c (_initialize_stack): Add completer for 'info locals' and
6597 'info args'.
6598 * symtab.c (_initialize_symtab): Add completer for 'info
6599 variables' and 'info functions'.
6600 * NEWS: Mention completion for additional info commands.
6601
b16507e0
AB
66022019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6603
6604 * cli/cli-utils.c (extract_info_print_args): Delete.
6605 (extract_arg_maybe_quoted): Delete.
6606 (info_print_options_defs): New variable.
6607 (make_info_print_options_def_group): New function.
6608 (extract_info_print_options): Define new function.
6609 * cli/cli-utils.h (extract_info_print_args): Delete.
6610 (struct info_print_options): New structure.
6611 (extract_info_print_options): Declare new function.
6612 * stack.c (info_locals_command): Update to use new
6613 extract_info_print_options, also add a header comment.
6614 (info_args_command): Likewise.
6615 * symtab.c (info_variables_command): Likewise.
6616 (info_functions_command): Likewise.
6617
021d8588
AB
66182019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6619
6620 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6621 to extract string arguments.
6622 * common/common-utils.c (extract_string_maybe_quoted): New function.
6623 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6624
b777eb6d
TT
66252019-07-11 Tom Tromey <tromey@adacore.com>
6626
6627 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6628 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6629 * top.h (gdbinit): Don't declare.
6630 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6631 into...
6632 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6633 * top.c (gdb_init): Don't call init_cli_cmds.
6634 (gdbinit): Remove.
6635 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6636
72ee03ff
TT
66372019-07-11 Tom Tromey <tromey@adacore.com>
6638
6639 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6640 after it has been moved.
6641
00db9531
SM
66422019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6643
6644 * valops.c (value_must_coerce_to_target): Change return type to
6645 bool.
6646 * value.h (value_must_coerce_to_target): Likewise.
6647
f2478a7e
SM
66482019-07-10 Simon Marchi <simon.marchi@efficios.com>
6649
6650 * breakpoint.c (is_hardware_watchpoint): Remove
6651 forward-declaration.
6652 (is_masked_watchpoint): Change return type to bool.
6653 (is_tracepoint): Likewise.
6654 (is_breakpoint): Likewise.
6655 (is_hardware_watchpoint): Likewise.
6656 (is_watchpoint): Likewise.
6657 (is_no_memory_software_watchpoint): Likewise.
6658 (is_catchpoint): Likewise.
6659 (breakpoint_1): Make FILTER parameter's return type bool.
6660 is_masked_watchpoint): Change return type to bool.
6661 (save_breakpoints): Make FILTER parameter's return type bool.
6662 * breakpoint.h (is_breakpoint): Change return type to bool.
6663 (is_watchpoint): Likewise.
6664 (is_catchpoint): Likewise.
6665 (is_tracepoint): Likewise.
6666
0d12e84c
TT
66672019-07-10 Tom Tromey <tom@tromey.com>
6668
6669 * defs.h: Don't include gdbarch.h.
6670 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6671 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6672 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6673 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6674 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6675 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6676 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6677 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6678 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6679 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6680 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6681 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6682 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6683 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6684 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6685 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6686 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6687 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6688 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6689 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6690 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6691 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6692 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6693 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6694 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6695 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6696 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6697
f06f1252
TT
66982019-07-10 Tom Tromey <tromey@adacore.com>
6699
6700 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6701 * breakpoint.c (init_ada_exception_breakpoint): Register as
6702 bp_catchpoint.
6703 (print_one_breakpoint_location, print_one_breakpoint): Use
6704 is_ada_exception_catchpoint.
6705 * ada-lang.c (class ada_catchpoint_location): Pass
6706 bp_loc_software_breakpoint to bp_location constructor.
6707 (is_ada_exception_catchpoint): New function.
6708
7a5d944b
TT
67092019-07-10 Tom Tromey <tromey@adacore.com>
6710
6711 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6712 VEC.
6713 (struct arm_exidx_entry): New method operator<.
6714 (struct arm_exidx_data) <section_maps>: Change type.
6715 (arm_exidx_data_free): Remove.
6716 (arm_exidx_data_key): Change type. Move lower.
6717 (arm_exidx_new_objfile): Update.
6718 (arm_compare_exidx_entries): Remove.
6719 (arm_find_exidx_entry, _initialize_arm_tdep)
6720
48c66e1d
TT
67212019-07-10 Tom Tromey <tromey@adacore.com>
6722
6723 * solib-spu.c (ocl_program_data_key): Change type.
6724 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6725 Update.
6726
a269fbf1
TT
67272019-07-10 Tom Tromey <tromey@adacore.com>
6728
6729 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6730 (struct solib_aix_inferior_data) <library_list>: Change type.
6731 (solib_aix_inferior_data_handle): Change type.
6732 (get_solib_aix_inferior_data): Update.
6733 (solib_aix_free_library_list): Remove.
6734 (library_list_start_library): Update.
6735 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6736 return type.
6737 (solib_aix_get_library_list)
6738 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6739 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6740
c294730c
TT
67412019-07-10 Tom Tromey <tromey@adacore.com>
6742
6743 * solib-dsbt.c (struct dsbt_info): Add initializers.
6744 (solib_dsbt_pspace_data): Change type.
6745 (dsbt_pspace_data_cleanup): Remove.
6746 (get_dsbt_info, _initialize_dsbt_solib): Update.
6747
9d52077d
TT
67482019-07-10 Tom Tromey <tromey@adacore.com>
6749
6750 * spu-tdep.c (spu_overlay_data): Change type.
6751 (spu_get_overlay_table, spu_overlay_new_objfile)
6752 (_initialize_spu_tdep): Update.
6753
22a20dca
TT
67542019-07-10 Tom Tromey <tromey@adacore.com>
6755
6756 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6757 destructor.
6758 (dbx_objfile_data_key): Change type and declare later.
6759 (DBX_SYMFILE_INFO): Rewrite.
6760 * dbxread.c (dbx_objfile_data_key): Change type.
6761 (dbx_symfile_init): Update.
6762 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6763 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6764 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6765
cb60f420
TT
67662019-07-10 Tom Tromey <tromey@adacore.com>
6767
6768 * jit.c (jit_program_space_key): Change type. Move lower.
6769 (get_jit_program_space_data): Update.
6770 (jit_program_space_data_cleanup): Remove.
6771 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6772 Update.
6773 (struct jit_program_space_data): Add initializers.
6774
51df2ae3
TT
67752019-07-10 Tom Tromey <tromey@adacore.com>
6776
6777 * solib-darwin.c (struct darwin_info): Add initializers.
6778 (solib_darwin_pspace_data): Change type.
6779 (darwin_pspace_data_cleanup): Remove.
6780 (get_darwin_info, _initialize_darwin_solib): Update.
6781
18101a35
TT
67822019-07-10 Tom Tromey <tromey@adacore.com>
6783
6784 * remote-sim.c (struct sim_inferior_data): Add initializers,
6785 constructor, and destructor.
6786 (sim_inferior_data_key): Change type. Move lower.
6787 (check_for_duplicate_sim_descriptor): Update.
6788 (get_sim_inferior_data): Use new. Update.
6789 (~sim_inferior_data_cleanup): Rename from
6790 sim_inferior_data_cleanup. Simplify.
6791 (gdbsim_close_inferior, simulator_command)
6792 (sim_command_completer, _initialize_remote_sim): Update.
6793 (next_pid, INITIAL_PID): Move earlier.
6794
05b08ac1
TT
67952019-07-10 Tom Tromey <tromey@adacore.com>
6796
6797 * python/python-internal.h (create_thread_object): Return
6798 gdbpy_ref.
6799 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6800 * python/py-inferior.c (struct threadlist_entry): Add
6801 constructor.
6802 <thread_obj>: Now a gdbpy_ref.
6803 (thread_to_thread_object): Update.
6804 (add_thread_object): Use new.
6805 (delete_thread_object): Use delete.
6806 (infpy_threads): Update.
6807 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6808 GIL.
6809
32372d80
TT
68102019-07-10 Tom Tromey <tromey@adacore.com>
6811
6812 * valops.c (value_cast): Specialize error message for Ada.
6813
5c458ae8
SM
68142019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6815
6816 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6817
4c462cb0
SM
68182019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6819
6820 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6821 bpstat_should_step): Return bool, adjust comments.
6822 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6823 bpstat_should_step): Likewise.
6824
89abbcc2
AH
68252019-07-10 Alan Hayward <alan.hayward@arm.com>
6826
6827 * features/Makefile: Use feature target descriptions for Arm.
6828 * features/arm/arm-core.c: Generate new file.
6829 * features/arm/arm-fpa.c: Likewise.
6830 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6831 * features/arm/arm-m-profile.c: Likewise.
6832 * features/arm/arm-vfpv2.c: Likewise.
6833 * features/arm/arm-vfpv3.c: Likewise.
6834 * features/arm/xscale-iwmmxt.c: Likewise.
6835 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6836
166a82be
AH
68372019-07-10 Alan Hayward <alan.hayward@arm.com>
6838
6839 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6840 ptrace earlier.
6841
9fb4c7e9
AH
68422019-07-10 Alan Hayward <alan.hayward@arm.com>
6843
6844 * features/aarch64-pauth.c: Regenerate.
6845
e2d0f980
SM
68462019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6847
6848 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6849 bool.
6850 (bpstat_what): Use false instead of 0.
6851
a38118e5
PA
68522019-07-09 Pedro Alves <palves@redhat.com>
6853
6854 * break-catch-throw.c (is_exception_catchpoint): New.
6855 * breakpoint.c (print_one_breakpoint_location): New parameter
6856 'raw_loc'. Handle it. Use
6857 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6858 looking at the breakpoint's type.
6859 (print_one_breakpoint): If handling "maint info breakpoints", also
6860 print locations of exception catchpoints.
6861 * breakpoint.h (is_exception_catchpoint): Declare.
6862
cb1e4e32
PA
68632019-07-09 Pedro Alves <palves@redhat.com>
6864
6865 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6866 "addr" field.
6867 (allocate_location_exception_catchpoint): New.
6868 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6869 (initialize_throw_catchpoint_ops): Install
6870 allocate_location_exception_catchpoint as allocate_location
6871 method.
6872 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6873 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6874 bp_loc_other.
6875 (breakpoint_address_is_meaningful): Delete.
6876 (bl_address_is_meaningful): New.
6877 (breakpoint_locations_match): Adjust comment.
6878 (bp_location_from_bp_type): New, factored out of...
6879 (bp_location::bp_location(breakpoint *)): ... this.
6880 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6881 factored out of...
6882 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6883 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6884 breakpoint_address_is_meaningful.
6885 (bp_locations_compare): Adjust comment.
6886 (update_global_location_list): Use bl_address_is_meaningful
6887 instead of breakpoint_address_is_meaningful.
6888 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6889 explicit.
6890 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6891 * python/py-breakpoint.c (bppy_get_location): No longer check
6892 whether location is null.
6893
b58a68fe
PA
68942019-07-09 Pedro Alves <palves@redhat.com>
6895
6896 PR c++/15468
6897 * breakpoint.c (print_one_breakpoint_location): Remove
6898 single-location assert.
6899
268a13a5
TT
69002019-07-09 Tom Tromey <tom@tromey.com>
6901
6902 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6903 * configure: Rebuild.
6904 * configure.ac: Change common to gdbsupport.
6905 * gdbsupport: Rename from common.
6906 * acinclude.m4: Change common to gdbsupport.
6907 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6908 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6909 gdbsupport.
6910 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6911 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6912 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6913 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6914 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
6915 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
6916 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
6917 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
6918 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
6919 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
6920 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
6921 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
6922 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
6923 coff-pe-read.c, command.h, compile/compile-c-support.c,
6924 compile/compile-c.h, compile/compile-cplus-symbols.c,
6925 compile/compile-cplus-types.c, compile/compile-cplus.h,
6926 compile/compile-loc2c.c, compile/compile.c, completer.c,
6927 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
6928 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
6929 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
6930 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
6931 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
6932 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
6933 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
6934 features/aarch64-core.c, features/aarch64-fpu.c,
6935 features/aarch64-pauth.c, features/aarch64-sve.c,
6936 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
6937 features/i386/32bit-core.c, features/i386/32bit-linux.c,
6938 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
6939 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
6940 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
6941 features/i386/64bit-core.c, features/i386/64bit-linux.c,
6942 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
6943 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
6944 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
6945 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
6946 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
6947 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
6948 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
6949 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
6950 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
6951 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
6952 go32-nat.c, guile/guile.c, guile/scm-ports.c,
6953 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
6954 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
6955 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
6956 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
6957 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
6958 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
6959 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
6960 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
6961 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
6962 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
6963 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
6964 minsyms.c, mips-linux-tdep.c, namespace.h,
6965 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
6966 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
6967 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
6968 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
6969 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
6970 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
6971 nat/linux-waitpid.c, nat/mips-linux-watch.c,
6972 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
6973 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
6974 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
6975 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
6976 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
6977 procfs.c, producer.c, progspace.h, psymtab.h,
6978 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
6979 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
6980 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
6981 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
6982 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
6983 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
6984 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
6985 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
6986 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
6987 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
6988 target-memory.c, target.c, target.h, target/waitstatus.c,
6989 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
6990 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
6991 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
6992 unittests/array-view-selftests.c,
6993 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
6994 unittests/common-utils-selftests.c,
6995 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
6996 unittests/format_pieces-selftests.c,
6997 unittests/function-view-selftests.c,
6998 unittests/lookup_name_info-selftests.c,
6999 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
7000 unittests/mkdir-recursive-selftests.c,
7001 unittests/observable-selftests.c,
7002 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
7003 unittests/parse-connection-spec-selftests.c,
7004 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
7005 unittests/scoped_fd-selftests.c,
7006 unittests/scoped_mmap-selftests.c,
7007 unittests/scoped_restore-selftests.c,
7008 unittests/string_view-selftests.c, unittests/style-selftests.c,
7009 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
7010 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
7011 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
7012 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
7013 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
7014 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
7015
5b0e2db4
AB
70162019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7017
7018 * linespec.c (decode_digits_list_mode): Set explicit_line to a
7019 bool value.
7020 (decode_digits_ordinary): Set explicit_line field in sal.
7021 * symtab.c (skip_prologue_sal): Don't skip prologue for a
7022 symtab_and_line that was set on an explicit line number in
7023 assembler code. Do always update the recorded symtab and line if
7024 we do skip the prologue.
7025
0ba852ab
AB
70262019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7027
7028 * breakpoint.c (set_breakpoint_location_function): Remove
7029 explicit_loc parameter.
7030 (momentary_breakpoint_from_master): Update call to
7031 set_breakpoint_location_function.
7032 (add_location_to_breakpoint): Likewise.
7033
b3a7d171
AB
70342019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7035
7036 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
7037 required features based on default bfd type when no specific bfd
7038 is present.
7039
1f6f6e21
PW
70402019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7041
7042 * NEWS: Mention that GDB printf and eval commands can now print
7043 C-style and Ada-style convenience var strings without
7044 calling the inferior.
7045 * printcmd.c (printf_c_string): Locally print GDB internal var
7046 instead of transiting via the inferior.
7047 (printf_wide_c_string): Likewise.
7048
70492019-07-04 Alan Hayward <alan.hayward@arm.com>
ea142fbf 7050
5862c886 7051 PR breakpoints/25011
ea142fbf
AH
7052 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
7053
0598af48
TT
70542019-07-04 Tom Tromey <tom@tromey.com>
7055
7056 PR tui/24724:
7057 * tui/tui-winsource.c (tui_clear_source_content): Update.
7058 (tui_source_window_base::set_is_exec_point_at): Fix comment.
7059 (tui_update_breakpoint_info): Update.
7060 (tui_set_exec_info_content): Update.
7061 * tui/tui-source.c (tui_set_source_content_nil): Update.
7062 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
7063 has_break.
7064 * tui/tui-data.h (enum tui_bp_flag): New.
7065 (tui_bp_flags): New enum flags type.
7066 (struct tui_source_element) <break_mode>: Change type. Rename
7067 from has_break.
7068 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
7069 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
7070 constants.
7071 * tui/tui-winsource.h: Fix comment.
7072
350fab54
AH
70732019-07-04 Alan Hayward <alan.hayward@arm.com>
7074
7075 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
7076 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
7077 (store_fpregs_to_thread)
7078 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7079 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
7080 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
7081 (IWMMXT_REGS_SIZE): Add define.
7082 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
7083 (fetch_vfp_regs, store_vfp_regs)
7084 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
7085 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
7086
f0452268
AH
70872019-07-04 Alan Hayward <alan.hayward@arm.com>
7088
7089 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
7090 defines.
7091 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
7092 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
7093 (ARM_INT_REGISTER_SIZE): ...to this.
7094 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
7095 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
7096 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
7097 (arm_linux_collect_gregset, supply_nwfpe_register)
7098 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
7099 defines.
7100 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
7101 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
7102 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
7103 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
7104 (arm_return_in_memory, arm_store_return_value)
7105 (arm_get_longjmp_target, arm_register_g_packet_guesses)
7106 (arm_record_ld_st_multiple): Likewise.
7107 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
7108 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
7109
e935475c
AH
71102019-07-04 Alan Hayward <alan.hayward@arm.com>
7111
7112 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
7113 AARCH64_DISPLACED_MODIFIED_INSNS.
7114 * aarch64-tdep.c (struct aarch64_displaced_step_data)
7115 (aarch64_displaced_step_copy_insn): Likewise.
7116 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7117 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
7118 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
7119 ARM_DISPLACED_MODIFIED_INSNS.
7120 * arm-tdep.c (arm_gdbarch_init): Likewise.
7121 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
7122 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
7123 (struct arm_displaced_step_closure): Use
7124 ARM_DISPLACED_MODIFIED_INSNS.
7125
df0bb381
AH
71262019-07-04 Alan Hayward <alan.hayward@arm.com>
7127
7128 * features/Makefile: Remove unused xml files.
7129 * features/aarch64.xml: Remove.
7130 * features/i386/amd64-avx-avx512-linux.xml: Remove.
7131 * features/i386/amd64-avx-avx512.xml: Remove.
7132 * features/i386/amd64-avx-linux.xml: Remove.
7133 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
7134 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
7135 * features/i386/amd64-avx-mpx-linux.xml: Remove.
7136 * features/i386/amd64-avx-mpx.xml: Remove.
7137 * features/i386/amd64-avx.xml: Remove.
7138 * features/i386/amd64-linux.xml: Remove.
7139 * features/i386/amd64-mpx-linux.xml: Remove.
7140 * features/i386/amd64-mpx.xml: Remove.
7141 * features/i386/amd64.xml: Remove.
7142 * features/i386/i386-avx-avx512-linux.xml: Remove.
7143 * features/i386/i386-avx-avx512.xml: Remove.
7144 * features/i386/i386-avx-linux.xml: Remove.
7145 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7146 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7147 * features/i386/i386-avx-mpx-linux.xml: Remove.
7148 * features/i386/i386-avx-mpx.xml: Remove.
7149 * features/i386/i386-avx.xml: Remove.
7150 * features/i386/i386-linux.xml: Remove.
7151 * features/i386/i386-mmx-linux.xml: Remove.
7152 * features/i386/i386-mmx.xml: Remove.
7153 * features/i386/i386-mpx-linux.xml: Remove.
7154 * features/i386/i386-mpx.xml: Remove.
7155 * features/i386/i386.xml: Remove.
7156 * features/i386/x32-avx-avx512-linux.xml: Remove.
7157 * features/i386/x32-avx-linux.xml: Remove.
7158 * features/i386/x32-linux.xml: Remove.
7159
edd6266a
AH
71602019-07-04 Alan Hayward <alan.hayward@arm.com>
7161
7162 * regformats/aarch64.dat: Remove.
7163 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7164 * regformats/i386/amd64-avx-linux.dat: Remove.
7165 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7166 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7167 * regformats/i386/amd64-linux.dat: Remove.
7168 * regformats/i386/amd64-mpx-linux.dat: Remove.
7169 * regformats/i386/amd64.dat: Remove.
7170 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7171 * regformats/i386/i386-avx-linux.dat: Remove.
7172 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7173 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7174 * regformats/i386/i386-linux.dat: Remove.
7175 * regformats/i386/i386-mmx-linux.dat: Remove.
7176 * regformats/i386/i386-mpx-linux.dat: Remove.
7177 * regformats/i386/i386.dat: Remove.
7178 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7179 * regformats/i386/x32-avx-linux.dat: Remove.
7180 * regformats/i386/x32-linux.dat: Remove.
7181
2b40fda7
AH
71822019-07-04 Alan Hayward <alan.hayward@arm.com>
7183
7184 * aarch64-tdep.c: Remove xml self tests.
7185 * amd64-linux-tdep.c: Likewise.
7186 * amd64-tdep.c: Likewise.
7187 * i386-linux-tdep.c: Likewise.
7188 * i386-tdep.c: Likewise.
7189
5f4ba3e7
PA
71902019-07-03 Pedro Alves <palves@redhat.com>
7191
7192 PR cli/24732
7193 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7194 (pipe_cmd_option_defs): New.
7195 (make_pipe_cmd_options_def_group): New.
7196 (pipe_command): Use gdb::option::process_options.
7197 (pipe_command_completer): New function.
7198 (_initialize_cli_cmds): Install completer for "pipe" command.
7199
3d9be6f5
PA
72002019-07-03 Pedro Alves <palves@redhat.com>
7201
7202 * cli/cli-option.c (union option_value) <string>: New field.
7203 (struct option_def_and_value): Add ctor, move ctor, dtor and
7204 use DISABLE_COPY_AND_ASSIGN.
7205 (option_def_and_value::clear_value): New.
7206 (parse_option, save_option_value_in_ctx, get_val_type_str)
7207 (add_setshow_cmds_for_options): Handle var_string.
7208 * cli-option.h (union option_def::var_address) <string>: New
7209 field.
7210 (struct string_option_def): New.
7211 * maint-test-options.c (struct test_options_opts): Add default
7212 ctor and use DISABLE_COPY_AND_ASSIGN.
7213 <string_opt>: New field.
7214 (test_options_opts::~test_options_opts): New.
7215 (test_options_opts::dump): Also dump "-string".
7216 (test_options_option_defs): Install "string.
7217
41fc454c
PA
72182019-07-03 Pedro Alves <palves@redhat.com>
7219
7220 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7221 option_value with a null enumeration.
7222 (complete_options): Save the option values in the context.
7223 (save_option_value_in_ctx): New, factored out from ...
7224 (process_options): ... here.
7225 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7226 of the function.
7227 * maint-test-options.c (test_options_opts::dump): New, factored
7228 out from ...
7229 (maintenance_test_options_command_mode): ... here.
7230 (maintenance_test_options_command_completion_result): Delete.
7231 (maintenance_test_options_command_completion_text): Update
7232 comment.
7233 (maintenance_show_test_options_completion_result): Change
7234 prototype. Just print
7235 maintenance_test_options_command_completion_text.
7236 (save_completion_result): New.
7237 (maintenance_test_options_completer_mode): Pass options context to
7238 complete_options, and then save a dump.
7239 (_initialize_maint_test_options): Use add_cmd to install "maint
7240 show test-options-completion-result".
7241
fdbc9870
PA
72422019-07-03 Pedro Alves <palves@redhat.com>
7243
7244 * NEWS (New commands): Mention "with" and "maint with".
7245 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7246 (with_command, with_command_completer): New.
7247 (pipe_command): Adjust to new repeat_previous
7248 interface.
7249 (_initialize_cli_cmds): Install the "with" command and its "w"
7250 alias.
7251 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7252 declarations.
7253 * cli/cli-setshow.c (parse_cli_var_uinteger)
7254 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7255 argument strings for all var_types.
7256 (get_setshow_command_value_string): New, factored out from ...
7257 (do_show_command): ... this.
7258 * cli/cli-setshow.h: Include <string>.
7259 (get_setshow_command_value_string): Declare.
7260 * command.h (repeat_previous): Now returns const char *. Adjust
7261 comment.
7262 * maint.c: Include "cli/cli-cmds.h".
7263 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7264 (_initialize_maint_cmds): Register the "maintenance with" command.
7265 * top.c (repeat_previous): Move bits from pipe_command here:
7266 Return the saved command line, if any; error out if there's no
7267 command to relaunch.
7268
c6ac8931
PA
72692019-07-03 Pedro Alves <palves@redhat.com>
7270
7271 * NEWS (New commands): Mention "maint set/show test-settings"
7272 instead of "maint test-settings".
7273 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7274 (maintenance_test_settings_set_list): Rename to ...
7275 (maintenance_set_test_settings_list): ... this.
7276 (maintenance_test_settings_show_list): Rename to ...
7277 (maintenance_show_test_settings_list): ... this.
7278 (maintenance_test_settings_cmd): Delete.
7279 (maintenance_test_settings_set_cmd): ...
7280 (maintenance_set_test_settings_cmd): ... this.
7281 (maintenance_test_settings_show_cmd): ...
7282 (maintenance_show_test_settings_cmd): ... this.
7283 (maintenance_test_settings_show_value_cmd):
7284 (maintenance_show_test_settings_value_cmd): ... this.
7285 (_initialize_maint_test_settings): No longer install the "maint
7286 test-settings" prefix command. Rename "maint test-settings set"
7287 to "maint set test-settings", and "maint test-settings show" to
7288 "maint show test-settings". Adjust all subcommands.
7289
d1fcf2fd
PA
72902019-07-03 Pedro Alves <palves@redhat.com>
7291
7292 * maint-test-settings.c: Fix file's intro comment. Replace all
7293 references to "test-options" with references to "test-settings",
7294 in comments.
7295
970f9d09
PA
72962019-07-03 Pedro Alves <palves@redhat.com>
7297
7298 * maint-test-settings.c (maintenance_test_settings_xxx)
7299 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7300 New.
7301 (maintenance_test_settings_enums): Use them.
7302 (maintenance_test_settings_enum): Default to
7303 maintenance_test_settings_xxx.
7304 (_initialize_maint_test_settings): Initialize
7305 MAINTENANCE_TEST_SETTINGS_FILENAME.
7306
f3869b1a
SM
73072019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7308
7309 * breakpoint.h (remove_breakpoints_inf): Change return type to
7310 void, move function documentation here.
7311 * breakpoint.c (remove_breakpoints_inf): Change return type to
7312 void, move function documentation to header.
7313
54d66006
PA
73142019-07-02 Pedro Alves <palves@redhat.com>
7315
7316 * NEWS (Completion improvements): Mention "info threads".
7317 * thread.c (struct info_threads_opts, info_threads_option_defs)
7318 (make_info_threads_options_def_group): New.
7319 (info_threads_command): Use gdb::option::process_options.
7320 (info_threads_command_completer): New.
7321 (_initialize_thread): Use gdb::option::build_help to build the
7322 help text for "info threads".
7323
854f6088
SM
73242019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7325
7326 * defs.h (generic_load): Move from here...
7327 * symfile.h (generic_load): ... to here. Rename name parameter
7328 to args.
7329 * symfile.c (generic_load): Add comment.
7330
54ee4252
TT
73312019-07-01 Tom Tromey <tromey@adacore.com>
7332
7333 * dwarf2read.c
7334 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7335 declaration of without_params. Fix formatting.
7336
65392b3e
TT
73372019-07-01 Tom Tromey <tromey@adacore.com>
7338
7339 * ada-exp.y (find_primitive_type): Update.
7340 * ada-lang.h (ada_lookup_symbol): Update.
7341 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7342 parameter.
7343 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7344
7d7571f0
SDJ
73452019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7346
7347 PR breakpoints/24541
7348 * gdbarch.c: Regenerate.
7349 * gdbarch.h: Regenerate.
7350 * gdbarch.sh: Add 'stap_adjust_register'.
7351 * i386-tdep.c: Include '<unordered_set>'.
7352 (i386_stap_adjust_register): New function.
7353 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7354 * stap-probe.c (stap_parse_register_operand): Call
7355 'gdbarch_stap_adjust_register'.
7356
5af5392a
SDJ
73572019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7358
7359 PR python/24742
7360 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7361 * python/python.c (do_start_initialization): Use 'xmalloc'
7362 instead of 'PyMem_Malloc'.
7363
10d06d82
TT
73642019-06-28 Tom Tromey <tromey@adacore.com>
7365
7366 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7367 for Ada.
7368
1b7f24cd
TT
73692019-06-27 Tom Tromey <tromey@adacore.com>
7370
7371 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7372 objfile_key.
7373 (arm_find_mapping_symbol, arm_record_special_symbol)
7374 (_initialize_arm_tdep): Update.
7375 (arm_objfile_data_free): Remove.
7376
3d507ff2
TT
73772019-06-27 Tom Tromey <tromey@adacore.com>
7378
7379 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7380 to cp_print_static_field.
7381
762c164d
TT
73822019-06-26 Tom Tromey <tromey@adacore.com>
7383
7384 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7385 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7386 declare.
7387
aa2f9bcf
AH
73882019-06-26 Alan Hayward <alan.hayward@arm.com>
7389
7390 * features/aarch64-core.c (create_feature_aarch64_core):
7391 Regenerate.
7392 * features/aarch64-core.xml: Add cpsr flags.
7393
3426ae57
AH
73942019-06-26 Alan Hayward <alan.hayward@arm.com>
7395
7396 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7397 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7398
4838e44c
SM
73992019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7400
7401 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7402 field.
7403 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7404 use.
7405 (arm_record_special_symbol): Don't insert new symbol in sorted
7406 position, push it at the end.
7407
54cc7474
SM
74082019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7409
7410 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7411 (arm_mapping_symbol_s): Remove.
7412 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7413 (arm_mapping_symbol_vec): New typedef.
7414 (struct arm_per_objfile): Add constructor.
7415 <section_maps>: Change type to
7416 std::unique_ptr<arm_mapping_symbol_vec[]>.
7417 (arm_compare_mapping_symbols): Remove.
7418 (arm_find_mapping_symbol): Adjust to section_maps type change.
7419 (arm_objfile_data_free): Call delete on arm_per_objfile.
7420 (arm_record_special_symbol): Adjust to section_maps type change.
7421 Allocate arm_per_objfile with new.
7422
b65b566c
PW
74232019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7424
7425 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7426 with the command prefix.
7427
c2fc64f5
TT
74282019-06-25 Tom Tromey <tom@tromey.com>
7429
7430 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7431 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7432
fb54fa76
TT
74332019-06-25 Tom Tromey <tom@tromey.com>
7434
7435 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7436 type.
7437 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7438 protected.
7439
f7952c57
TT
74402019-06-25 Tom Tromey <tom@tromey.com>
7441
7442 * tui/tui-winsource.c
7443 (tui_source_window_base::set_is_exec_point_at): Add check against
7444 LOA_ADDRESS.
7445
17568d78
TT
74462019-06-25 Tom Tromey <tom@tromey.com>
7447
7448 * tui/tui-source.c (tui_set_source_content): Don't check before
7449 xfree.
7450 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7451
53e7cdba
TT
74522019-06-25 Tom Tromey <tom@tromey.com>
7453
7454 * tui/tui-winsource.h (tui_update_source_window_as_is)
7455 (tui_alloc_source_buffer, tui_line_is_displayed)
7456 (tui_addr_is_displayed): Change type of win_info.
7457 * tui/tui-winsource.c (tui_update_source_window_as_is)
7458 (tui_clear_source_content, tui_show_source_line)
7459 (tui_show_source_content, tui_source_window_base::refill)
7460 (tui_source_window_base::set_is_exec_point_at)
7461 (tui_source_window_base::set_is_exec_point_at)
7462 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7463 (tui_alloc_source_buffer, tui_line_is_displayed)
7464 (tui_addr_is_displayed): Change type of win_info. Update.
7465 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7466 (tui_source_window_base::do_make_visible_with_new_height):
7467 Update.
7468 * tui/tui-source.c (tui_set_source_content)
7469 (tui_set_source_content_nil)
7470 (tui_source_window::do_scroll_vertical): Update.
7471 * tui/tui-layout.c (show_layout): Update.
7472 * tui/tui-disasm.c (tui_set_disassem_content)
7473 (tui_disasm_window::do_scroll_vertical): Update.
7474 * tui/tui-data.h (tui_win_content): Remove.
7475 (struct tui_gen_win_info) <content, content_size>: Remove.
7476 (struct tui_source_element): Add initializers and destructor.
7477 (union tui_which_element, struct tui_win_element): Remove.
7478 (struct tui_source_window_base) <content>: New field.
7479 (struct tui_data_window): Remove destructor.
7480 (tui_alloc_content, tui_free_win_content)
7481 (tui_free_all_source_wins_content): Don't declare.
7482 * tui/tui-data.c (tui_initialize_static_data): Update.
7483 (init_content_element, tui_alloc_content): Remove.
7484 (~tui_gen_win_info): Update.
7485 (~tui_data_window, tui_free_all_source_wins_content)
7486 (tui_free_win_content, free_content, free_content_elements):
7487 Remove.
7488
7908abbf
TT
74892019-06-25 Tom Tromey <tom@tromey.com>
7490
7491 * tui/tui-winsource.h (tui_clear_source_content)
7492 (tui_erase_source_content, tui_show_source_content): Change type
7493 of win_info.
7494 * tui/tui-winsource.c (tui_clear_source_content)
7495 (tui_erase_source_content, tui_show_source_content): Change type
7496 of win_info.
7497 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7498 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7499 win_info.
7500 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7501 win_info.
7502 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7503
02c28df0
TT
75042019-06-25 Tom Tromey <tom@tromey.com>
7505
7506 * tui/tui-winsource.c (tui_clear_source_content)
7507 (tui_source_window_base::set_is_exec_point_at): Update.
7508 * tui/tui-source.c (tui_set_source_content_nil): Update.
7509 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7510 a bool.
7511 * tui/tui-data.c (init_content_element): Update.
7512
6658b1bf
TT
75132019-06-25 Tom Tromey <tom@tromey.com>
7514
7515 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7516 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7517 * tui/tui-layout.c (init_and_make_win): Update.
7518 * tui/tui.h (enum tui_win_type): Update.
7519 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7520 tui_win_is_auxillary.
7521 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7522 tui_win_is_auxillary.
7523
21e1c91e
TT
75242019-06-25 Tom Tromey <tom@tromey.com>
7525
7526 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7527 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7528 (tui_delete_data_content_windows, tui_display_all_data)
7529 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7530 Update.
7531 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7532 * tui/tui-regs.c (tui_last_regs_line_no)
7533 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7534 (tui_show_registers): Update.
7535 (tui_show_register_group): Return void. Update.
7536 (tui_display_registers_from, tui_display_reg_element_at_line)
7537 (tui_display_registers_from_line, tui_check_register_values):
7538 Update.
7539 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7540 member.
7541 (struct tui_data_window) <regs_content>: Now a std::vector.
7542 <regs_content_count>: Remove.
7543 (tui_add_content_elements, tui_free_data_content): Don't declare.
7544 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7545 (init_content_element): Remove DATA_WIN case. Add assert.
7546 (tui_add_content_elements): Remove.
7547 (tui_data_window): Update.
7548 (tui_free_data_content): Remove.
7549 (free_content_elements): Remove DATA_WIN case.
7550
115ac53b
TT
75512019-06-25 Tom Tromey <tom@tromey.com>
7552
7553 * tui/tui-data.c (tui_data_item_window): Update.
7554 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7555 * tui/tui-windata.c (tui_display_all_data)
7556 (tui_display_data_from_line): Update.
7557 (tui_check_data_values): Remove.
7558 * tui/tui-regs.c (tui_show_register_group)
7559 (tui_display_reg_element_at_line): Update.
7560 * tui/tui-hooks.c (tui_register_changed)
7561 (tui_refresh_frame_and_register_information): Call
7562 tui_check_register_values.
7563 * tui/tui-data.h (struct tui_data_window) <data_content,
7564 data_content_count, data_type>: Remove.
7565 (enum tui_data_type): Remove.
7566
7567 * tui/tui-data.c (tui_data_window::clear_detail)
7568 (~tui_data_window): Update.
7569
eaf9738b
TT
75702019-06-25 Tom Tromey <tom@tromey.com>
7571
7572 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7573 declare.
7574 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7575 Rename from tui_first_data_item_displayed. Update.
7576 (tui_data_window::refresh_all)
7577 (tui_data_window::do_scroll_vertical): Update.
7578 * tui/tui-data.h (struct tui_data_window)
7579 <first_data_item_displayed>: Declare new method.
7580
31ca4723
TT
75812019-06-25 Tom Tromey <tom@tromey.com>
7582
7583 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7584 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7585 contents...
7586 (tui_initialize_static_data): ...here.
7587
41bcff7f
TT
75882019-06-25 Tom Tromey <tom@tromey.com>
7589
7590 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7591 (tui_display_registers_from, tui_check_register_values): Update.
7592 (tui_display_register): Remove win_info parameter; update.
7593 (tui_get_register): Change type of parameters.
7594 * tui/tui-data.h (struct tui_data_element): Remove.
7595 (union tui_which_element) <data>: Remove.
7596 <data_window>: Change type.
7597 (struct tui_data_item_window): New.
7598 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7599 case. Add assert.
7600 (~tui_data_item_window): New destructor.
7601 (free_content_elements): Remove DATA_ITEM_WIN case.
7602
d2802c33
TT
76032019-06-25 Tom Tromey <tom@tromey.com>
7604
7605 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7606 Remove.
7607
dd835f8b
TT
76082019-06-25 Tom Tromey <tom@tromey.com>
7609
7610 * tui/tui-data.h (struct tui_command_element): Remove.
7611 (union tui_which_element) <command>: Remove.
7612 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7613 assert.
7614 (free_content_elements): Remove CMD_WIN case.
7615
bd7db367
TT
76162019-06-25 Tom Tromey <tom@tromey.com>
7617
7618 * tui/tui-layout.c (tui_set_layout): Update.
7619 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7620 * tui/tui-data.c (layout_def): Update.
7621
3add462f
TT
76222019-06-25 Tom Tromey <tom@tromey.com>
7623
7624 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7625 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7626 (tui_source_window_base::set_new_height): Update.
7627 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7628 Update.
7629 (tui_set_locator_fullname, tui_set_locator_info)
7630 (tui_show_frame_info): Update.
7631 * tui/tui-source.c (tui_set_source_content)
7632 (tui_source_is_displayed): Update.
7633 * tui/tui-layout.c (show_source_disasm_command, show_data)
7634 (show_source_or_disasm_and_command): Update.
7635 * tui/tui-disasm.c (tui_set_disassem_content)
7636 (tui_get_begin_asm_address): Update.
7637 * tui/tui-data.h (struct tui_locator_element): Remove.
7638 (union tui_which_element) <locator>: Remove.
7639 (struct tui_locator_window): New.
7640 (tui_locator_win_info_ptr): Change return type.
7641 * tui/tui-data.c (_locator): Change type.
7642 (tui_locator_win_info_ptr): Change return type.
7643 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7644 (tui_alloc_content): Add assert.
7645
489e9d8b
TT
76462019-06-25 Tom Tromey <tom@tromey.com>
7647
7648 * tui/tui-winsource.c
7649 (tui_exec_info_window::maybe_allocate_content): New method.
7650 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7651 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7652 (make_source_or_disasm_window): Add cast.
7653 * tui/tui-data.h (union tui_which_element) <simple_string>:
7654 Remove.
7655 (struct tui_source_info): New.
7656 (struct tui_source_window_base) <execution_info>: Change type.
7657 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7658 case, and add assert.
7659 (tui_alloc_content): Add assert.
7660
c3fabb7d
TT
76612019-06-25 Tom Tromey <tom@tromey.com>
7662
7663 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7664 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7665 * tui/tui-data.c (tui_alloc_win_info): Remove.
7666
bbc228ee
TT
76672019-06-25 Tom Tromey <tom@tromey.com>
7668
7669 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7670 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7671 can_highlight.
7672
5fcee43a
TT
76732019-06-25 Tom Tromey <tom@tromey.com>
7674
7675 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7676 make_visible_with_new_height method.
7677 (tui_win_info::make_visible_with_new_height): New method.
7678 (tui_source_window_base::do_make_visible_with_new_height)
7679 (tui_data_window::do_make_visible_with_new_height)
7680 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7681 (make_visible_with_new_height): Remove.
7682 (tui_resize_all, tui_adjust_win_heights): Use
7683 make_visible_with_new_height method.
7684 * tui/tui-data.h (struct tui_win_info)
7685 <do_make_visible_with_new_height, make_visible_with_new_height>:
7686 New methods.
7687 (struct tui_source_window_base, struct tui_data_window)
7688 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7689 methods.
7690
d83f1fe6
TT
76912019-06-25 Tom Tromey <tom@tromey.com>
7692
7693 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7694 method.
7695 (update_tab_width): Call update_tab_width method.
7696 * tui/tui-data.h (struct tui_win_info)
7697 (struct tui_source_window_base) <update_tab_width>: New methods.
7698
17374de4
TT
76992019-06-25 Tom Tromey <tom@tromey.com>
7700
7701 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7702 parameter.
7703 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7704 parameter.
7705 (tui_gen_win_info::make_visible): Update.
7706 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7707 parameter.
7708 * tui/tui-data.h (enum tui_box): New enum.
7709 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7710
f936bca2
TT
77112019-06-25 Tom Tromey <tom@tromey.com>
7712
7713 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7714 init_and_make_win for EXEC_INFO_WIN.
7715 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7716 longer inline.
7717 (struct tui_win_info) <~tui_win_info>: Inline.
7718 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7719 Don't declare.
7720 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7721 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7722 Remove.
7723 (tui_initialize_static_data): Update.
7724 (~tui_gen_win_info): Handle more cleanup here.
7725 (~tui_source_window_base): Delete "execution_info".
7726 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7727
d6ba6a11
TT
77282019-06-25 Tom Tromey <tom@tromey.com>
7729
7730 * tui/tui-layout.c (make_command_window): Don't set
7731 can_highlight.
7732 (show_source_disasm_command): Call the reset method.
7733 (show_data): Don't set can_highlight. Call the reset method.
7734 (tui_gen_win_info::reset): Rename from init_gen_win_info
7735 (init_and_make_win): Simplify. Return tui_gen_win_info.
7736 (show_source_or_disasm_and_command): Call the reset method.
7737 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7738 (struct tui_cmd_window): Set can_highlight.
7739
48a3bd16
TT
77402019-06-25 Tom Tromey <tom@tromey.com>
7741
7742 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7743 from make_visible.
7744 (tui_make_visible, tui_make_invisible): Rewrite.
7745 (tui_win_info::make_visible): Remove.
7746 (tui_source_window_base::make_visible): Update.
7747 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7748 method. Moved from...
7749 (struct tui_win_info) <make_visible>: ...here.
7750
c3bd716f
TT
77512019-06-25 Tom Tromey <tom@tromey.com>
7752
7753 * tui/tui-winsource.c
7754 (tui_source_window_base::do_scroll_horizontal): Remove direction
7755 parameter.
7756 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7757 direction parameter.
7758 * tui/tui-win.c (tui_win_info::forward_scroll)
7759 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7760 (tui_win_info::right_scroll): Update.
7761 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7762 direction parameter.
7763 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7764 direction parameter.
7765 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7766 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7767 Remove direction parameter.
7768 (struct tui_source_window_base, struct tui_source_window)
7769 (struct tui_disasm_window, struct tui_data_window)
7770 (struct tui_cmd_window): Update.
7771
21c32dca
TT
77722019-06-25 Tom Tromey <tom@tromey.com>
7773
7774 * tui/tui-winsource.h (tui_set_exec_info_content)
7775 (tui_show_exec_info_content, tui_erase_exec_info_content)
7776 (tui_clear_exec_info_content, tui_update_exec_info): Change
7777 argument to tui_source_window_base.
7778 * tui/tui-winsource.c (tui_set_exec_info_content)
7779 (tui_show_exec_info_content, tui_erase_exec_info_content)
7780 (tui_clear_exec_info_content, tui_update_exec_info): Change
7781 argument to tui_source_window_base.
7782
73fbdc65
TT
77832019-06-25 Tom Tromey <tom@tromey.com>
7784
7785 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7786 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7787
33325343
TT
77882019-06-25 Tom Tromey <tom@tromey.com>
7789
7790 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7791 check.
7792
29d2c474
TT
77932019-06-25 Tom Tromey <tom@tromey.com>
7794
7795 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7796 type to void.
7797 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7798 type to void.
7799 * tui/tui-source.c (tui_set_source_content): Update.
7800 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7801
152f3f4b
TT
78022019-06-25 Tom Tromey <tom@tromey.com>
7803
7804 * tui/tui-win.c (window_name_completer, tui_set_focus)
7805 (tui_all_windows_info): Use name method.
7806 * tui/tui-data.h (struct tui_gen_win_info)
7807 (struct tui_source_window, struct tui_disasm_window)
7808 (struct tui_data_window, struct tui_cmd_window) <name>: New
7809 method.
7810 (tui_win_name): Don't declare.
7811 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7812 (tui_win_name): Remove.
7813
be4da588
TT
78142019-06-25 Tom Tromey <tom@tromey.com>
7815
7816 * tui/tui-winsource.h (tui_update_source_window)
7817 (tui_update_source_window_as_is): Change parameter type.
7818 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7819 to be a tui_source_window_base.
7820 (tui_update_source_window_as_is): Likewise.
7821 * tui/tui-win.c (make_visible_with_new_height): Update.
7822
5b81daba
TT
78232019-06-25 Tom Tromey <tom@tromey.com>
7824
7825 * tui/tui-winsource.c (tui_erase_source_content)
7826 (tui_show_source_content, tui_show_exec_info_content)
7827 (tui_erase_exec_info_content): Use refresh_window method.
7828 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7829 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7830 from tui_refresh_win.
7831 (tui_data_window::refresh_window): New method.
7832 (tui_win_info::refresh, tui_source_window_base::refresh)
7833 (tui_refresh_all): Use refresh_window method.
7834 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7835 method.
7836 * tui/tui-regs.c (tui_display_register): Call refresh_window
7837 method.
7838 * tui/tui-layout.c (show_source_disasm_command)
7839 (show_source_or_disasm_and_command): Call refresh_window method.
7840 * tui/tui-data.h (struct tui_gen_win_info)
7841 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7842 New method.
7843
cb2ce893
TT
78442019-06-25 Tom Tromey <tom@tromey.com>
7845
7846 * tui/tui.c (tui_rl_other_window, tui_enable)
7847 (tui_is_window_visible, tui_get_command_dimension): Update.
7848 * tui/tui-winsource.c (tui_update_source_window_as_is)
7849 (tui_clear_source_content, tui_erase_source_content)
7850 (tui_show_source_line, tui_source_window_base::refill)
7851 (tui_source_window_base::do_scroll_horizontal)
7852 (tui_source_window_base::set_is_exec_point_at)
7853 (tui_update_breakpoint_info, tui_set_exec_info_content)
7854 (tui_alloc_source_buffer, tui_line_is_displayed)
7855 (tui_addr_is_displayed): Update.
7856 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7857 (tui_check_and_display_highlight_if_needed)
7858 (tui_win_info::make_visible, tui_win_info::refresh)
7859 (tui_refresh_all): Update.
7860 * tui/tui-windata.c (tui_first_data_item_displayed)
7861 (tui_delete_data_content_windows, tui_erase_data_content)
7862 (tui_display_all_data, tui_data_window::refresh_all)
7863 (tui_check_data_values): Update.
7864 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7865 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7866 (tui_win_info::backward_scroll, tui_refresh_all_win)
7867 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7868 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7869 (tui_source_window_base::set_new_height)
7870 (tui_data_window::set_new_height)
7871 (make_invisible_and_set_new_height)
7872 (make_visible_with_new_height, new_height_ok)
7873 (parse_scrolling_args): Update.
7874 * tui/tui-stack.c (tui_show_frame_info): Update.
7875 * tui/tui-source.c (tui_set_source_content)
7876 (tui_set_source_content_nil, tui_source_is_displayed)
7877 (tui_source_window::do_scroll_vertical): Update.
7878 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7879 (tui_display_registers_from, tui_display_reg_element_at_line)
7880 (tui_check_register_values, tui_reg_command): Update.
7881 * tui/tui-layout.c (tui_default_win_height)
7882 (show_source_disasm_command, show_data, init_and_make_win)
7883 (show_source_or_disasm_and_command): Update.
7884 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7885 (tui_redisplay_readline, tui_mld_flush)
7886 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7887 (tui_getc): Update.
7888 * tui/tui-disasm.c (tui_set_disassem_content)
7889 (tui_disasm_window::do_scroll_vertical): Update.
7890 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7891 Now virtual.
7892 (struct tui_win_info): Derive from tui_gen_win_info.
7893 <~tui_win_info>: Mark as override.
7894 <generic>: Remove member.
7895 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7896 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7897 (~tui_data_window, ~tui_win_info)
7898 (tui_free_all_source_wins_content): Update.
7899 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7900
ab313b35
TT
79012019-06-25 Tom Tromey <tom@tromey.com>
7902
7903 * tui/tui-layout.c (init_and_make_win): Use new.
7904 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7905 destructor, initializers.
7906 (tui_alloc_generic_win_info): Don't declare.
7907 * tui/tui-data.c (_locator): Add argument to constructor.
7908 (source_win, disasm_win): New globals.
7909 (exec_info): Remove.
7910 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7911 Update.
7912 (tui_alloc_generic_win_info): Remove.
7913 (init_content_element): Use new.
7914 (tui_win_info::tui_win_info): Update.
7915 (free_content_elements) <case DATA_WIN>: Use delete.
7916
dc2c33e4
TT
79172019-06-25 Tom Tromey <tom@tromey.com>
7918
7919 * tui/tui-wingeneral.c (tui_refresh_win): Update.
7920 * tui/tui-windata.c (tui_first_data_item_displayed)
7921 (tui_delete_data_content_windows): Update.
7922 * tui/tui-win.c (tui_data_window::set_new_height): Update.
7923 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7924 (tui_display_registers_from, tui_check_register_values): Update.
7925 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
7926 pointer.
7927 * tui/tui-data.c (init_content_element): Update. Allocate the new
7928 window.
7929 (tui_free_data_content): Update.
7930 (free_content_elements) <case DATA_WIN>: Free the window.
7931
214a5cbe
TT
79322019-06-25 Tom Tromey <tom@tromey.com>
7933
7934 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
7935 Update.
7936 * tui/tui-layout.c (make_command_window)
7937 (show_source_disasm_command, show_data, init_and_make_win)
7938 (show_source_or_disasm_and_command): Update.
7939 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
7940 method.
7941 <can_highight, is_highlighted>: Now bool.
7942 (tui_set_win_highlight): Don't declare.
7943 * tui/tui-data.c (tui_set_win_highlight): Remove.
7944
8e2daf15
TT
79452019-06-25 Tom Tromey <tom@tromey.com>
7946
7947 * tui/tui-wingeneral.c (make_visible): Remove check of window
7948 type.
7949
8903bd8a
TT
79502019-06-25 Tom Tromey <tom@tromey.com>
7951
7952 * tui/tui-win.c (tui_win_info::max_height)
7953 (tui_cmd_window::max_height): New methods.
7954 (new_height_ok): Call max_height.
7955 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
7956 <max_height>: New method.
7957
3f02ce1e
TT
79582019-06-25 Tom Tromey <tom@tromey.com>
7959
7960 * tui/tui-win.c (tui_source_window_base::set_new_height)
7961 (tui_data_window::set_new_height): New methods.
7962 (make_invisible_and_set_new_height): Call set_new_height method.
7963 * tui/tui-data.h (struct tui_win_info)
7964 (struct tui_source_window_base, struct tui_data_window)
7965 <set_new_height>: New method.
7966
1825f487
TT
79672019-06-25 Tom Tromey <tom@tromey.com>
7968
7969 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
7970 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
7971 tui_refresh_data_win.
7972 * tui/tui-win.c (tui_source_window_base::refresh_all): New
7973 method.
7974 (tui_refresh_all_win): Call the refresh_all method.
7975 (tui_set_focus): Likewise.
7976 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
7977 (struct tui_source_window_base, struct tui_data_window) <refresh>:
7978 Likewise.
7979
ad54d15b
TT
79802019-06-25 Tom Tromey <tom@tromey.com>
7981
7982 * tui/tui-winsource.h (tui_refill_source_window)
7983 (tui_set_is_exec_point_at): Don't declare.
7984 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
7985 (tui_source_window_base::refill): Rename from
7986 tui_refill_source_window.
7987 (tui_source_window_base::do_scroll_horizontal): Update.
7988 (tui_source_window_base::set_is_exec_point_at): Rename from
7989 tui_set_is_exec_point_at.
7990 (tui_update_all_breakpoint_info): Update.
7991 * tui/tui-stack.c (tui_show_frame_info): Update.
7992 * tui/tui-layout.c (show_data): Add cast.
7993 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
7994 * tui/tui-data.h (struct tui_source_window_base) <refill,
7995 set_is_exec_point_at>: New methods.
7996 (tui_source_windows, tui_add_to_source_windows): Update types.
7997 (tui_add_to_source_windows): Remove redundant declaration.
7998 * tui/tui-data.c (source_windows): Store tui_source_window_base.
7999 (tui_source_windows): Change return type.
8000 (tui_clear_source_windows_detail): Update.
8001 (tui_add_to_source_windows): Change type of parameter.
8002 (tui_free_all_source_wins_content): Update.
8003
2042b506
TT
80042019-06-25 Tom Tromey <tom@tromey.com>
8005
8006 * tui/tui-wingeneral.c (tui_win_info::refresh)
8007 (tui_source_window_base::refresh): New methods.
8008 (tui_refresh_all): Call the refresh method.
8009 * tui/tui-data.h (struct tui_win_info)
8010 (struct tui_source_window_base) <refresh>: New method.
8011
56122977
TT
80122019-06-25 Tom Tromey <tom@tromey.com>
8013
8014 * tui/tui.h (tui_is_window_visible): Return bool.
8015 * tui/tui.c (tui_is_window_visible): Return bool.
8016 * tui/tui-wingeneral.c (tui_make_window, make_visible)
8017 (tui_make_visible, tui_make_invisible)
8018 (tui_win_info::make_visible)
8019 (tui_source_window_base::make_visible, make_all_visible)
8020 (tui_make_all_visible, tui_make_all_invisible): Update.
8021 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
8022 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
8023 bool.
8024 (struct tui_win_info, struct tui_source_window_base)
8025 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
8026 * tui/tui-data.c (tui_init_generic_part): Update.
8027
cda37efb
TT
80282019-06-25 Tom Tromey <tom@tromey.com>
8029
8030 * tui/tui-wingeneral.c (tui_win_info::make_visible)
8031 (tui_source_window_base::make_visible): New methods.
8032 (make_all_visible): Make method call.
8033 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
8034 (struct tui_source_window_base, struct tui_cmd_window): Override
8035 make_visible.
8036 (tui_win_is_source_type): Don't declare.
8037 * tui/tui-data.c (tui_win_is_source_type): Remove.
8038
6a0ee02c
TT
80392019-06-25 Tom Tromey <tom@tromey.com>
8040
8041 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
8042 NULL check.
8043
63901aec
TT
80442019-06-25 Tom Tromey <tom@tromey.com>
8045
8046 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
8047 Inline constructor. Add initializers for members.
8048 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
8049 constructors; now inline in class.
8050
ceb13a13
TT
80512019-06-25 Tom Tromey <tom@tromey.com>
8052
8053 * tui/tui-regs.c (tui_show_registers): Update.
8054 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
8055 bool.
8056 * tui/tui-data.c (tui_data_window::clear_detail)
8057 (tui_data_window): Update.
8058
238eb706
TT
80592019-06-25 Tom Tromey <tom@tromey.com>
8060
8061 * tui/tui-windata.c (tui_display_all_data)
8062 (tui_display_data_from_line, tui_display_data_from)
8063 (tui_check_data_values, tui_data_window::do_scroll_vertical):
8064 Update.
8065 * tui/tui-regs.c (tui_last_regs_line_no)
8066 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
8067 (tui_show_registers, tui_show_register_group)
8068 (tui_display_registers_from, tui_display_reg_element_at_line)
8069 (tui_display_registers_from_line, tui_check_register_values)
8070 (tui_reg_next, tui_reg_prev): Update.
8071 * tui/tui-layout.c (tui_set_layout, show_data): Update.
8072 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
8073 tui_data_window.
8074 (struct tui_win_info) <detail>: Remove. Add new fields from
8075 tui_data_info.
8076 (TUI_DATA_WIN): Add cast.
8077 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
8078 (~tui_data_window): Simplify.
8079
81491aa0
TT
80802019-06-25 Tom Tromey <tom@tromey.com>
8081
8082 * tui/tui-layout.c (show_source_disasm_command)
8083 (show_source_or_disasm_and_command): Update.
8084 * tui/tui-io.c (update_cmdwin_start_line)
8085 (tui_redisplay_readline): Update.
8086 * tui/tui-data.h (struct tui_command_info): Remove.
8087 (struct tui_win_info) <detail>: Remove command_info member.
8088 (struct tui_data_window) <start_line>: New member, from
8089 tui_command_info.
8090 (TUI_CMD_WIN): Add casts.
8091
e6e41501
TT
80922019-06-25 Tom Tromey <tom@tromey.com>
8093
8094 * tui/tui-winsource.c (tui_update_source_window)
8095 (tui_refill_source_window)
8096 (tui_source_window_base::do_scroll_horizontal)
8097 (tui_update_breakpoint_info, tui_set_exec_info_content)
8098 (tui_show_exec_info_content, tui_erase_exec_info_content)
8099 (tui_clear_exec_info_content): Update.
8100 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
8101 Update.
8102 * tui/tui-win.c (make_invisible_and_set_new_height)
8103 (make_visible_with_new_height): Update.
8104 * tui/tui-source.c (tui_set_source_content)
8105 (tui_show_symtab_source): Update.
8106 * tui/tui-layout.c (extract_display_start_addr)
8107 (show_source_disasm_command, show_data)
8108 (make_source_or_disasm_window)
8109 (show_source_or_disasm_and_command): Update.
8110 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
8111 (tui_disasm_window::do_scroll_vertical): Remove shadowing
8112 "gdbarch".
8113 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
8114 to tui_source_window_base.
8115 (struct tui_win_info) <detail>: Remove source_info member.
8116 (struct tui_source_window_base) <has_locator>: Inline.
8117 Move contents from tui_source_info; rename has_locator member to
8118 m_has_locator.
8119 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
8120 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
8121 header file.
8122 (tui_source_window_base::clear_detail, ~tui_source_window_base):
8123 Simplify.
8124 (tui_free_all_source_wins_content): Cast to
8125 tui_source_window_base.
8126
44f0e208
TT
81272019-06-25 Tom Tromey <tom@tromey.com>
8128
8129 * tui/tui-win.c (make_invisible_and_set_new_height)
8130 (make_visible_with_new_height): Call has_locator method.
8131 * tui/tui-layout.c (show_source_disasm_command, show_data)
8132 (show_source_or_disasm_and_command): Update for bool change.
8133 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
8134 (tui_win_info) <has_locator>: New method.
8135 (struct tui_source_window_base) <has_locator>: New method.
8136 (tui_win_has_locator): Don't declare.
8137 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
8138 from tui_win_has_locator.
8139 (tui_source_window_base): Use false, not FALSE.
8140
7778b912
TT
81412019-06-25 Tom Tromey <tom@tromey.com>
8142
8143 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8144 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8145 clear_detail method directly.
8146 (tui_clear_win_detail): Remove.
8147
f83d391c
TT
81482019-06-25 Tom Tromey <tom@tromey.com>
8149
8150 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8151 "this", not TUI_DISASM_WIN.
8152
13446e05
TT
81532019-06-25 Tom Tromey <tom@tromey.com>
8154
8155 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8156 declare.
8157 * tui/tui-winsource.c
8158 (tui_source_window_base::do_scroll_horizontal): Rename from
8159 tui_horizontal_source_scroll.
8160 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8161 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8162 from tui_vertical_data_scroll.
8163 * tui/tui-win.h (tui_scroll): Don't declare.
8164 * tui/tui-win.c (tui_win_info::forward_scroll)
8165 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8166 (tui_win_info::right_scroll): Rename and update.
8167 (tui_scroll_forward_command, tui_scroll_backward_command)
8168 (tui_scroll_left_command, tui_scroll_right_command): Update.
8169 (tui_scroll): Remove.
8170 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8171 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8172 from tui_vertical_source_scroll.
8173 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8174 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8175 from tui_vertical_disassem_scroll.
8176 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8177 do_scroll_horizontal>: New methods.
8178 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8179 Likewise.
8180 (struct tui_source_window_base): Add do_scroll_horizontal.
8181 (struct tui_source_window, struct tui_disasm_window): Add
8182 do_scroll_vertical.
8183 (struct tui_data_window, struct tui_cmd_window): Add
8184 do_scroll_horizontal and do_scroll_vertical.
8185 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8186
5cf82909
TT
81872019-06-25 Tom Tromey <tom@tromey.com>
8188
8189 * tui/tui-data.h (struct tui_source_window_base): New struct.
8190 (struct tui_source_window): Derive from tui_source_window_base.
8191 (struct tui_disasm_window): New struct.
8192 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8193 from tui_source_window::clear_detail.
8194 (tui_source_window_base): Rename from tui_source_window.
8195 (~tui_source_window_base): Rename from ~tui_source_window.
8196 (tui_alloc_win_info): Create a tui_disasm_window.
8197
ee1d42d6
TT
81982019-06-25 Tom Tromey <tom@tromey.com>
8199
8200 * tui/tui-data.h (struct tui_source_window)
8201 (struct tui_data_window): Declare destructors.
8202 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8203 destructors.
8204 (tui_win_info): Simplify.
8205
b4eb2452
TT
82062019-06-25 Tom Tromey <tom@tromey.com>
8207
8208 * tui/tui-winsource.c (tui_display_main)
8209 (tui_update_source_windows_with_addr)
8210 (tui_update_all_breakpoint_info): Update.
8211 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8212 (new_height_ok, parse_scrolling_args): Update.
8213 * tui/tui-stack.c (tui_show_frame_info): Update.
8214 * tui/tui-data.h (struct tui_list): Remove.
8215 (tui_source_windows): Return a reference to a std::vector.
8216 * tui/tui-data.c (source_windows): Now a std::vector.
8217 (tui_source_windows): Change return type.
8218 (tui_clear_source_windows): Rewrite.
8219 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8220 (tui_free_all_source_wins_content): Rewrite.
8221
8761a91b
TT
82222019-06-25 Tom Tromey <tom@tromey.com>
8223
8224 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8225 (struct tui_data_window, struct tui_cmd_window): Declare
8226 clear_detail method.
8227 * tui/tui-data.c (tui_source_window::clear_detail)
8228 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8229 methods.
8230 (tui_clear_win_detail): Simplify.
8231
0ed69eda
TT
82322019-06-25 Tom Tromey <tom@tromey.com>
8233
8234 * tui/tui-layout.c (make_source_window, make_disasm_window)
8235 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8236 Return the new window.
8237 (show_source_disasm_command, show_data)
8238 (show_source_or_disasm_and_command): Update.
8239
82432e10
TT
82402019-06-25 Tom Tromey <tom@tromey.com>
8241
8242 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8243 parameter. Return the new window.
8244 (show_source_disasm_command): Update and remove NULL check.
8245 (show_source_or_disasm_and_command): Update.
8246
ec328aa5
TT
82472019-06-25 Tom Tromey <tom@tromey.com>
8248
8249 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8250
33b906ab
TT
82512019-06-25 Tom Tromey <tom@tromey.com>
8252
8253 * tui/tui-data.h (struct tui_win_info): Make constructor
8254 protected. Make destructor virtual. Add initializers.
8255 (tui_source_window, tui_data_window, tui_cmd_window): New
8256 classes.
8257 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8258 constructor. Add "type" parameter.
8259 (tui_source_window, tui_data_window, tui_cmd_window): New
8260 constructors.
8261 (tui_alloc_win_info): Instantiate the appropriate subclass.
8262
e7e11af4
TT
82632019-06-25 Tom Tromey <tom@tromey.com>
8264
8265 * tui/tui-win.c (tui_resize_all): Use delete.
8266 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8267 destructor.
8268 (tui_free_window): Don't declare.
8269 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8270 Update.
8271
6792b55e
TT
82722019-06-25 Tom Tromey <tom@tromey.com>
8273
8274 * tui/tui-data.h (struct tui_win_info): Add constructor.
8275 * tui/tui-data.c (tui_alloc_win_info): Use new.
8276 (tui_free_window): Use delete.
8277
f95675e1
TT
82782019-06-22 Tom Tromey <tom@tromey.com>
8279
8280 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8281 declare.
8282 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8283
5bff081c
TT
82842019-06-22 Tom Tromey <tom@tromey.com>
8285
8286 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8287 declare.
8288 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8289
47e3f474
TV
82902019-06-22 Tom de Vries <tdevries@suse.de>
8291
8292 * dwarf2read.c (create_addrmap_from_aranges)
8293 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8294 instead of '%zu'.
8295
fd5866f6
SM
82962019-06-21 Simon Marchi <simon.marchi@efficios.com>
8297
8298 * dwarf2read.h (dwarf2_section_info_def): Remove.
8299 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8300 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8301 std::vector<dwarf2_section_info>.
8302 (struct dwo_file) <~dwo_file>: Remove.
8303 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8304 types field.
8305 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8306 (dwarf2_read_debug_names): Likewise.
8307 (create_debug_types_hash_table): Change parameter type to
8308 array_view, adjust code accordingly.
8309 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8310 (partial_die_info::fixup): Likewise.
8311 (determine_prefix): Likewise.
8312 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8313
fb1eb2f9
SM
83142019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8315
8316 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8317 gdb_bfd_ref_ptr.
8318 <~dwo_file>: Remove call to gdb_bfd_unref.
8319 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8320 gdb_bfd_ref_ptr::get.
8321
51ac9db5
SM
83222019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8323
8324 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8325 type to htab_up.
8326 * dwarf2read.c (struct dwo_file): Initialize fields.
8327 <~dwo_file>: New.
8328 (free_dwo_file): Remove, move content to ~dwo_file.
8329 (struct dwo_file_deleter): Remove.
8330 (dwo_file_up>: Remove custom deleter.
8331 (free_dwo_files): Remove.
8332 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8333 dwo_files.
8334 (process_skeletonless_type_units): Call unique_ptr::get.
8335 (allocate_dwo_file_hash_table): Add deleter to created hash
8336 table. Change return type to htab_up.
8337 (lookup_dwo_file_slot): Don't memset dwo_file, call
8338 unique_ptr::get.
8339 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8340 (create_dwo_unit_in_dwp_v2): Likewise.
8341 (open_and_init_dwo_file): Likewise.
8342 (free_dwo_file_from_slot): Remove.
8343
dc4ccb6f
SM
83442019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8345
8346 * dwarf2read.h (struct dwarf2_section_info) <readin,
8347 is_virtual>: Change type to bool.
8348 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8349 true instead of 1.
8350
e6a1c5cb
TT
83512019-06-19 Tom Tromey <tom@tromey.com>
8352
8353 * tui/tui-data.h (tui_init_content_element): Don't declare.
8354
6f6ffbeb
TT
83552019-06-19 Tom Tromey <tom@tromey.com>
8356
8357 * tui/tui-data.h (tui_init_win_info): Don't declare.
8358
f23f598e
TV
83592019-06-19 Tom de Vries <tdevries@suse.de>
8360
8361 * dwarf2read.h (abstract_to_concrete): Change type to
8362 std::unordered_map<sect_offset, std::vector<sect_offset>,
8363 gdb::hash_enum<sect_offset>>.
8364
680e1bee
TT
83652019-06-19 Tom Tromey <tromey@adacore.com>
8366
8367 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8368 EVAL_AVOID_SIDE_EFFECTS specially.
8369
dcf37923
TT
83702019-06-19 Tom Tromey <tromey@adacore.com>
8371
8372 * source-cache.c (highlighter): New global.
8373 (source_cache::get_source_lines): Create a highlighter on demand.
8374
494986d5
AB
83752019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8376
8377 * defs.h (deprecated_interactive_hook): Delete declaration.
8378 * interps.c (clear_interpreter_hooks): Remove use of
8379 deprecated_interactive_hook.
8380 * top.c (deprecated_interactive_hook): Delete definition.
8381 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8382
3360b6e7
TV
83832019-06-18 Tom de Vries <tdevries@suse.de>
8384
8385 PR gdb/24515
8386 * dwarf2read.h (abstract_to_concrete): Change type from
8387 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8388 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8389 * dwarf2read.c (read_variable): Update.
8390 (dwarf2_fetch_die_loc_sect_off): Update.
8391
310b3441
TV
83922019-06-17 Tom de Vries <tdevries@suse.de>
8393
8394 PR gdb/24617
8395 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8396 accessing parent[parent_len - 1].
8397
ba9777be
PP
83982019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8399
8400 PR gdb/24364
8401 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8402 call dtrace_process_dof with NULL dof.
8403
2b9f6e89
TV
84042019-06-16 Tom de Vries <tdevries@suse.de>
8405
8406 PR gdb/24445
8407 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8408
431b3ead
TT
84092019-06-16 Tom Tromey <tom@tromey.com>
8410
8411 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8412 (make_all_visible): Use address of member.
8413
d04b44a1
TT
84142019-06-16 Tom Tromey <tom@tromey.com>
8415
8416 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8417 (tui_free_window, free_content, free_content_elements): Remove
8418 unnecessary cast.
8419 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8420 cast.
8421 * tui/tui-regs.c (tui_show_register_group)
8422 (tui_display_registers_from, tui_display_reg_element_at_line):
8423 Remove unnecessary cast.
8424
bf5142e7
AB
84252019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8426
8427 * linux-nat.c (normal_mask): Delete.
8428 (_initialize_linux_nat): Don't initialise normal_mask.
8429
c4973306
SM
84302019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8431
8432 PR gdb/24445
8433 * dwarf-index-write.h (write_psymtabs_to_index): Add
8434 dwz_basename parameter.
8435 * dwarf-index-write.c (write_gdbindex): Move file writing to
8436 write_gdbindex_1. Change return type void.
8437 (assert_file_size): Move up, remove filename parameter.
8438 (write_gdbindex_1): New function.
8439 (write_debug_names): Change return type to void, call
8440 assert_file_size.
8441 (struct index_wip_file): New struct.
8442 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8443 file logic to index_wip_file. Write index for dwz file if
8444 needed.
8445 (save_gdb_index_command): Pass basename of dwz file, if present.
8446 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8447 build-id of dwz file, if present.
8448 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8449 (dwarf2_get_dwz_file): Likewise.
8450 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8451 (dwarf2_get_dwz_file): Likewise.
8452
395f9c91
TT
84532019-06-16 Tom Tromey <tom@tromey.com>
8454
8455 * coffread.c (process_coff_symbol): Use xstrdup.
8456 * value.c (create_internalvar): Use xstrdup.
8457
cafb3438
TT
84582019-06-16 Tom Tromey <tom@tromey.com>
8459
8460 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8461 * breakpoint.c (stopin_command, stopat_command)
8462 (until_break_command, decode_location_default): Remove unnecessary
8463 cast.
8464 * utils.c (subset_compare): Remove unnecessary cast.
8465 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8466 cast.
8467 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8468 cast.
8469 * infcmd.c (path_command): Remove unnecessary cast.
8470 * coffread.c (decode_type): Remove unnecessary cast.
8471 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8472 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8473 * tui/tui-stack.c (tui_show_locator_content)
8474 (tui_show_frame_info): Remove unnecessary cast.
8475 * tui/tui-win.c (tui_scroll_forward_command)
8476 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8477 (parse_scrolling_args): Remove unnecessary cast.
8478 * tui/tui-data.c (init_win_info, tui_del_window)
8479 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8480 (free_content_elements): Remove unnecessary cast.
8481 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8482 unnecessary cast.
8483 * tui/tui-source.c (tui_set_source_content)
8484 (tui_vertical_source_scroll): Remove unnecessary cast.
8485 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8486 cast.
8487 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8488 * tui/tui-regs.c (tui_display_registers_from)
8489 (tui_display_register): Remove unnecessary cast.
8490 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8491 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8492 (make_visible): Remove unnecessary cast.
8493 * tui/tui-winsource.c (tui_erase_source_content)
8494 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8495 unnecessary cast.
8496 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8497 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8498 * stabsread.c (read_type, read_array_type, read_range_type):
8499 Remove unnecessary cast.
8500 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8501 (parse_symbol, parse_type, upgrade_type, parse_external)
8502 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8503 unnecessary cast.
8504 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8505
730ead81
TT
85062019-06-16 Tom Tromey <tom@tromey.com>
8507
8508 * tui/tui-data.c (tui_alloc_generic_win_info)
8509 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8510 checks.
8511
584a927c
AB
85122019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8513 Andrew Burgess <andrew.burgess@embecosm.com>
8514
8515 * f-typeprint.c (f_print_type): Don't return early for not
8516 associated or not allocated types.
8517 (f_type_print_varspec_suffix): Add print_rank parameter and print
8518 ranks of array types in case they dangling.
8519 (f_type_print_base): Add print_rank parameter.
8520
30056ea0
AB
85212019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8522
8523 * NEWS: Mention new MI commands.
8524 * break-catch-throw.c (enum exception_event_kind): Move to
8525 breakpoint.h.
8526 (print_mention_exception_catchpoint): Output text as a single
8527 message.
8528 (catch_exception_command_1): Rename to...
8529 (catch_exception_event): ...this, make non-static, update header
8530 command, and change some parameter types.
8531 (catch_catch_command): Update for changes to
8532 catch_exception_command_1.
8533 (catch_throw_command): Likewise.
8534 (catch_rethrow_command): Likewise.
8535 * breakpoint.c (enum exception_event_kind): Delete.
8536 * breakpoint.h (enum exception_event_kind): Moved here from
8537 break-catch-throw.c.
8538 (catch_exception_event): Declare.
8539 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8540 (mi_cmd_catch_throw): New function.
8541 (mi_cmd_catch_rethrow): New function.
8542 (mi_cmd_catch_catch): New function.
8543 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8544 'catch-catch' entries.
8545 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8546 (mi_cmd_catch_rethrow): Declare.
8547 (mi_cmd_catch_catch): Declare.
8548
ec8e2b6d
AB
85492019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8550
8551 * annotate.c (annotate_source_line): Change return type to void,
8552 update implementation to match.
8553 * annotate.h (annotate_source_line): Change return type to void,
8554 update header comment.
8555 * stack.c (print_frame_info): Don't change what frame information
8556 is printed based on whether annotations are on or not.
8557
0d3abd8c
AB
85582019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8559
8560 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8561 (annotate_source): Make static.
8562 (annotate_source_line): Moved from source.c and renamed from
8563 identify_source_line. Update the return type.
8564 * annotate.h (annotate_source): Delete declaration.
8565 (annotate_source_line): Declaration moved from source.h, and
8566 renamed from identify_source_line. Return type updated.
8567 * source.c (identify_source_line): Moved to annotate.c and renamed
8568 to annotate_source_line.
8569 (info_line_command): Remove check of annotation_level.
8570 * source.h (identify_source_line): Move declaration to annotate.h
8571 and rename to annotate_source_line.
8572 * stack.c: Add 'annotate.h' include.
8573 (print_frame_info): Remove check of annotation_level before
8574 calling annotate_source_line.
8575
00df30ae
AB
85762019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8577
8578 * source-cache.c (source_cache::get_plain_source_lines): Use
8579 open_source_file_with_line_charpos instead of just
8580 open_source_file, remove call to find_source_lines.
8581 (source_cache::get_source_lines): Likewise.
8582 * source.c (find_source_lines): Make static.
8583 (get_filename_and_charpos): Renamed into...
8584 (open_source_file_with_line_charpos): ..this along with changes to
8585 return a scoped_fd, and some other minor clean ups.
8586 (identify_source_line): Use open_source_file_with_line_charpos.
8587 (search_command_helper): Use open_source_file_with_line_charpos
8588 instead of just open_source_file, remove call to
8589 find_source_lines.
8590 * source.h (open_source_file_with_line_charpos): Declare new
8591 function.
8592 (find_source_lines): Delete declaration.
8593
afda45a2
AB
85942019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8595
8596 * source.c (get_filename_and_charpos): Remove fullname
8597 parameter.
8598 (identify_source_line): Update call to get_filename_and_charpos.
8599
0735b091
TT
86002019-06-14 Tom Tromey <tromey@adacore.com>
8601
8602 PR gdb/24502:
8603 * ui-style.h (skip_ansi_escape): Update comment.
8604 * ui-file.h (class no_terminal_escape_file): New class.
8605 * ui-file.c (no_terminal_escape_file::write)
8606 (no_terminal_escape_file::puts): New methods.
8607 * cli/cli-logging.c (handle_redirections): Use
8608 no_terminal_escape_file.
8609
52ce35e2
TT
86102019-06-14 Tom Tromey <tromey@adacore.com>
8611
8612 * NEWS: Move convenience variable news above Python news.
8613
73cc7272
TT
86142019-06-14 Tom Tromey <tom@tromey.com>
8615
8616 * gnulib: Move directory to top-level.
8617 * configure.ac: Don't configure gnulib.
8618 * configure: Rebuild.
8619 * common/common-defs.h: Use new path to gnulib.
8620 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8621 (GNULIB_H): Remove.
8622 (INCGNU): Look in new gnulib location.
8623 (HFILES_NO_SRCDIR): Remove gnulib files.
8624 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8625 (generated_files): Remove GNULIB_H.
8626 ($(LIBGNU), all-lib): Remove targets.
8627 (distclean): Don't mention GNULIB_BUILDDIR.
8628 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8629
f5686554
TT
86302019-06-14 Tom Tromey <tromey@adacore.com>
8631
8632 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8633 Warn if symbol file does not provide any symbols.
8634
a0c1ffed
TT
86352019-06-14 Tom Tromey <tromey@adacore.com>
8636
8637 * source.c (find_and_open_source): Respect basenames_may_differ.
8638
7c39e397
AB
86392019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8640
8641 * annotate.c (annotate_breakpoints_invalid): Make use of
8642 scoped_restore_terminal_state.
8643 (annotate_frames_invalid): Likewise.
8644
f411722c
TT
86452019-06-14 Tom Tromey <tromey@adacore.com>
8646
8647 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8648 allow assignment to an internalvar.
8649
4268ec18
TT
86502019-06-14 Tom Tromey <tromey@adacore.com>
8651
8652 * ada-lex.l: Allow "_" in attribute names.
8653
abdb711e
TT
86542019-06-14 Tom Tromey <tromey@adacore.com>
8655
8656 PR gdb/24653:
8657 * regcache.c (registers_changed): Don't call alloca.
8658 * top.c (execute_command): Don't call alloca.
8659
4c048731
PA
86602019-06-13 Pedro Alves <palves@redhat.com>
8661
8662 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8663 'expression'. When parsing an expression, error out if there's
8664 junk after "unlimited".
8665 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8666 (do_set_command): Adjust calls to is_unlimited_literal.
8667
66eb1ed3
PA
86682019-06-13 Pedro Alves <palves@redhat.com>
8669
8670 * compile/compile.c (make_compile_options_def_group): Add braces
8671 around array_view initializer.
8672 * thread.c (make_thread_apply_all_options_def_group)
8673 (make_thread_apply_all_options_def_group): Likewise.
8674
3345721a
PA
86752019-06-13 Pedro Alves <palves@redhat.com>
8676
8677 * NEWS (New commands): Mention "maint test-options
8678 require-delimiter", "maint test-options unknown-is-error", "maint
8679 test-options unknown-is-operand" and "maint show
8680 test-options-completion-result".
8681 (New command options, command completion): New section.
8682 (Completion improvements): New section.
8683 Mention that you can abbreviate "unlimited".
8684
6206060d
PA
86852019-06-13 Pedro Alves <palves@redhat.com>
8686
8687 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8688 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8689 * unittests/cli-utils-selftests.c (test_parse_flags)
8690 (test_parse_flags_qcs): Delete.
8691 (test_cli_utils): Don't call deleted functions.
8692
6665660a
PA
86932019-06-13 Pedro Alves <palves@redhat.com>
8694
8695 * thread.c: Include "cli/cli-option.h".
8696 (tp_array_compar_ascending): Global.
8697 (tp_array_compar): Delete function.
8698 (tp_array_compar_ascending, tp_array_compar_descending): New
8699 functions.
8700 (ascending_option_def, qcs_flag_option_def)
8701 (thr_qcs_flags_option_defs)
8702 (make_thread_apply_all_options_def_group)
8703 (make_thread_apply_options_def_group): New.
8704 (thread_apply_all_command): Use gdb::option::process_options.
8705 (thread_apply_command_completer)
8706 (thread_apply_all_command_completer): New.
8707 (thread_apply_command): Use gdb::option::process_options.
8708 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8709 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8710 to generate help text of "thread apply". Adjust "taas"'s help.
8711 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8712 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8713
f7e13587
PA
87142019-06-13 Pedro Alves <palves@redhat.com>
8715
8716 * thread.c (thread_apply_command): Check for invalid TID with
8717 isdigit instead of !isalpha.
8718
5d707134
PA
87192019-06-13 Pedro Alves <palves@redhat.com>
8720
8721 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8722 (validate_flags_qcs): New.
8723 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8724 (validate_flags_qcs): Declare.
8725 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8726 (make_frame_apply_options_def_group): New.
8727 (frame_apply_command_count): Process options with
8728 gdb::option::process_options.
8729 (frame_apply_completer): New.
8730 (frame_apply_level_completer, frame_apply_all_completer)
8731 (frame_apply_completer): New.
8732 (_initialize_stack): Update help of "frame apply", "frame apply
8733 level", "frame apply all" and "faas" to mention supported options
8734 and install command completers.
8735 * stack.h (frame_apply_all_completer): Declare.
8736 * thread.c: Include "stack.h".
8737 (tfaas_command): Add "--".
8738 (_initialize_thread): Update help "tfaas" to mention supported
8739 options and install command completer.
8740
272d4594
PA
87412019-06-13 Pedro Alves <palves@redhat.com>
8742
8743 * completer.c (complete_nested_command_line): New.
8744 (gdb_completion_word_break_characters_throw): Add assertion.
8745 * completer.h (complete_nested_command_line): Declare.
8746
90a1ef87
PA
87472019-06-13 Pedro Alves <palves@redhat.com>
8748
8749 * stack.c (parse_backtrace_qualifiers): New.
8750 (backtrace_command): Use it.
8751 (backtrace_command_completer): Complete on qualifiers.
8752
d4c16835
PA
87532019-06-13 Pedro Alves <palves@redhat.com>
8754
8755 * frame.c: Include "cli/cli-option.h.
8756 (user_set_backtrace_options): New.
8757 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8758 Delete.
8759 (get_prev_frame): Adjust.
8760 (boolean_option_def, uinteger_option_def)
8761 (set_backtrace_option_defs): New.
8762 (_initialize_frame): Adjust and use
8763 gdb::option::add_setshow_cmds_for_options to install "set
8764 backtrace past-main" and "set backtrace past-entry".
8765 * frame.h: Include "cli/cli-option.h".
8766 (struct frame_print_options): Forward declare.
8767 (print_frame_arguments_all, print_frame_arguments_scalars)
8768 (print_frame_arguments_none): Declare.
8769 (print_entry_values): Delete declaration.
8770 (struct frame_print_options, user_frame_print_options): New.
8771 (struct set_backtrace_options): New.
8772 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8773 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8774 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8775 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8776 (list_args_or_locals): Add frame_print_options parameter.
8777 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8778 * python/py-framefilter.c (enumerate_args): Pass down
8779 USER_FRAME_PRINT_OPTIONS.
8780 * stack.c: Include "cli/cli-option.h".
8781 (print_frame_arguments_all, print_frame_arguments_scalars)
8782 (print_frame_arguments_none): Declare.
8783 (print_raw_frame_arguments, print_entry_values): Delete.
8784 (user_frame_print_options): New.
8785 (boolean_option_def, enum_option_def, frame_print_option_defs):
8786 New.
8787 (struct backtrace_cmd_options): New.
8788 (bt_flag_option_def): New.
8789 (backtrace_command_option_defs): New.
8790 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8791 (print_frame_arg, read_frame_arg, print_frame_args)
8792 (print_frame_info, print_frame): Add frame_print_options parameter
8793 and use it.
8794 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8795 (backtrace_command_1): Add frame_print_options and
8796 backtrace_cmd_options parameters and use them.
8797 (make_backtrace_options_def_group): New.
8798 (backtrace_command): Process command options with
8799 gdb::option::process_options.
8800 (backtrace_command_completer): New.
8801 (_initialize_stack): Extend "backtrace"'s help to mention
8802 supported options. Install completer for "backtrace".
8803 Install some settings commands with add_setshow_cmds_for_options.
8804
2daf894e
PA
88052019-06-13 Pedro Alves <palves@redhat.com>
8806
8807 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8808 and that "set/show print raw frame-arguments" are now deprecated.
8809
8810 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8811 command.
8812 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8813 * stack.c (_initialize_stack): Install "set/show print
8814 raw-frame-arguments", and deprecate "set/show print raw
8815 frame-arguments".
8816 * valprint.c (_initialize_valprint): Deprecate "set/show print
8817 raw".
8818
e6ed716c
PA
88192019-06-13 Pedro Alves <palves@redhat.com>
8820
8821 * compile/compile.c (struct compile_options): New.
8822 (compile_flag_option_def, compile_command_option_defs)
8823 (make_compile_options_def_group): New.
8824 (compile_file_command): Handle options with
8825 gdb::option::process_options.
8826 (compile_file_command_completer): New function.
8827 (compile_code_command): Handle options with
8828 gdb::option::process_options.
8829 (compile_code_command_completer): New function.
8830 (_initialize_compiler): Install completers for "compile code" and
8831 "compile file". Mention available options in "compile code" and
8832 "compile code"'s help.
8833 * completer.c (advance_to_completion_word): New, factored out from
8834 ...
8835 (advance_to_expression_complete_word_point): ... this.
8836 (advance_to_filename_complete_word_point): New.
8837 * completer.h (advance_to_filename_complete_word_point): New
8838 declaration.
8839
7d8062de
PA
88402019-06-13 Pedro Alves <palves@redhat.com>
8841
8842 * compile/compile.c: Include "cli/cli-option.h".
8843 (compile_print_value): Scope data pointer is now a
8844 value_print_options pointer; adjust.
8845 (compile_print_command): Process options. Scope data pointer is
8846 now a value_print_options pointer; adjust.
8847 (_initialize_compile): Update "compile print"'s help to include
8848 supported options. Install a completer for "compile print".
8849 * cp-valprint.c (show_vtblprint, show_objectprint)
8850 (show_static_field_print): Delete.
8851 (_initialize_cp_valprint): Don't install "set print
8852 static-members", "set print vtbl", "set print object" here.
8853 * printcmd.c: Include "cli/cli-option.h" and
8854 "common/gdb_optional.h".
8855 (print_command_parse_format): Rework to fill in a
8856 value_print_options instead of a format_data.
8857 (print_value): Change parameter type from format_data pointer to
8858 value_print_options reference. Adjust.
8859 (print_command_1): Process options. Adjust to pass down a
8860 value_print_options.
8861 (print_command_completer): New.
8862 (_initialize_printcmd): Install print_command_completer as
8863 handle_brkchars completer for the "print" command. Update
8864 "print"'s help to include supported options.
8865 * valprint.c: Include "cli/cli-option.h".
8866 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8867 here from cp-valprint.c.
8868 (boolean_option_def, uinteger_option_def)
8869 (value_print_option_defs, make_value_print_options_def_group):
8870 New. Use gdb::option::add_setshow_cmds_for_options to install
8871 "set print elements", "set print null-stop", "set print repeats",
8872 "set print pretty", "set print union", "set print array", "set
8873 print address", "set print symbol", "set print array-indexes".
8874 * valprint.h: Include <string> and "cli/cli-option.h".
8875 (make_value_print_options_def_group): Declare.
8876 (print_value): Change parameter type from format_data pointer to
8877 value_print_options reference.
8878 (print_command_completer): Declare.
8879
9d0faba9
PA
88802019-06-13 Pedro Alves <palves@redhat.com>
8881
8882 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8883 (COMMON_SFILES): Add maint-test-settings.c.
8884 * cli/cli-decode.c (boolean_enums): New global, factored out from
8885 ...
8886 (add_setshow_boolean_cmd): ... here.
8887 * cli/cli-decode.h (boolean_enums): Declare.
8888 * cli/cli-option.c: New file.
8889 * cli/cli-option.h: New file.
8890 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8891 factored out from ...
8892 (parse_cli_boolean_value(const char *)): ... this.
8893 (is_unlimited_literal): Change parameter type to pointer to
8894 pointer. Adjust and advance ARG pointer.
8895 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8896 (parse_cli_var_enum): New, factored out from ...
8897 (do_set_command): ... this. Adjust.
8898 * cli/cli-setshow.h (parse_cli_boolean_value)
8899 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8900 (parse_cli_var_enum): Declare.
8901 * cli/cli-utils.c: Include "cli/cli-option.h".
8902 (get_ulongest): New.
8903 * cli/cli-utils.h (get_ulongest): Declare.
8904 (check_for_argument): New overloads.
8905 * maint-test-options.c: New file.
8906
2c722807
PA
89072019-06-13 Pedro Alves <palves@redhat.com>
8908
8909 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8910 parse a range if "-" is at the end of the string.
8911
dee7b4c8
PA
89122019-06-13 Pedro Alves <palves@redhat.com>
8913
8914 * cli/cli-setshow.c (parse_auto_binary_operation)
8915 (parse_cli_boolean_value): Don't allow "o".
8916
dca0f6c0
PA
89172019-06-13 Pedro Alves <palves@redhat.com>
8918
8919 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
8920 * NEWS: Mention maint test-settings KIND.
8921 * maint-test-settings.c: New file.
8922
597bf39d
PA
89232019-06-13 Pedro Alves <palves@redhat.com>
8924
8925 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
8926 completer.
8927 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
8928 "set" completers.
8929
48c410fb
PA
89302019-06-13 Pedro Alves <palves@redhat.com>
8931
8932 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
8933 after item.
8934
93bcb043
PA
89352019-06-13 Pedro Alves <palves@redhat.com>
8936
8937 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
8938
cbba3ecd
PA
89392019-06-13 Pedro Alves <palves@redhat.com>
8940
8941 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
8942 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
8943 call.
8944 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
8945 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
8946 calls.
8947 (check_for_argument): Skip spaces after argument.
8948
b9a3f842
PA
89492019-06-13 Pedro Alves <palves@redhat.com>
8950
8951 * thread.c (thread_apply_command): Adjust TID parsing.
8952 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
8953 detected before end of string.
8954 (tid_is_in_list): Error out if LIST is invalid.
8955
3844e605
PA
89562019-06-13 Pedro Alves <palves@redhat.com>
8957
8958 * completer.c (complete_line_internal_1): Rewind completion word
8959 point.
8960 (completion_tracker::advance_custom_word_point_by): Change
8961 parameter type to int.
8962 * completer.h (completion_tracker::advance_custom_word_point_by):
8963 Likewise.
8964
00b56dbe
PA
89652019-06-13 Pedro Alves <palves@redhat.com>
8966
8967 * completer.c (advance_to_completion_word): Handle delimiters.
8968
d106773e
PA
89692019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8970
8971 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
8972
08f10e02
TT
89732019-06-11 Tom Tromey <tom@tromey.com>
8974
8975 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
8976 (xmalloc_failed): Move to alloc.c.
8977 * alloc.c: New file.
8978 * Makefile.in (COMMON_SFILES): Add alloc.c.
8979
1c7fe951
TT
89802019-06-11 Tom Tromey <tom@tromey.com>
8981
8982 * nat/linux-waitpid.c: Don't include server.h.
8983 (linux_debug): Remove.
8984 (my_waitpid): Update.
8985
89549d7f
TT
89862019-06-11 Tom Tromey <tromey@adacore.com>
8987
8988 * infcall.c (_initialize_infcall): Remove trailing newline from
8989 help.
8990 * user-regs.c (_initialize_user_regs): Remove trailing newline
8991 from help.
8992 * typeprint.c (_initialize_typeprint): Remove trailing newline
8993 from help.
8994 * reverse.c (_initialize_reverse): Remove trailing newlines from
8995 help.
8996 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
8997 from help.
8998 * language.c (add_set_language_command): Remove trailing newline
8999 from help.
9000 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
9001 help.
9002 * disasm.c (_initialize_disasm): Remove trailing newline from
9003 help.
9004 * top.c (init_main): Remove trailing newline from help.
9005 * interps.c (_initialize_interpreter): Remove trailing newline
9006 from help.
9007 * btrace.c (_initialize_btrace): Remove trailing newlines from
9008 help.
9009 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
9010 from help.
9011 * python/python.c (_initialize_python): Remove trailing newline
9012 from help.
9013 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
9014 help.
9015 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
9016 from help. Reformat some text.
9017 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
9018 from help.
9019 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
9020 newline from help.
9021
86108c13
TT
90222019-06-11 Tom Tromey <tromey@adacore.com>
9023
9024 * darwin-nat.c (darwin_decode_exception_message)
9025 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
9026
a7067863
AB
90272019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
9028
9029 * valops.c (value_slice): Check for not allocated or not
9030 associated values.
9031
9ab08412
TV
90322019-06-10 Tom de Vries <tdevries@suse.de>
9033
9034 PR gdb/24618
9035 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
9036 sure an empty slot (defined by a 32-bit zero pair) is recognized as
9037 invalid.
9038
f19e22e9
TV
90392019-06-10 Tom de Vries <tdevries@suse.de>
9040
9041 PR gdb/24611
9042 * linespec.c (linespec_lexer_lex_string): Remove incorrect
9043 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
9044
e99f9db0
TV
90452019-06-10 Tom de Vries <tdevries@suse.de>
9046
9047 PR symtab/24545
9048 * symtab.c (struct demangled_name_entry): Add language field.
9049 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
9050 static minimal symbol". Set and use language field.
9051
9bf7038b
TT
90522019-06-10 Tom Tromey <tromey@adacore.com>
9053
9054 * ada-lang.c (_initialize_ada_language): Update help text.
9055
422186a9
TT
90562019-06-10 Tom Tromey <tromey@adacore.com>
9057
9058 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
9059 with a newline.
9060 * guile/guile.c (handle_boot_error): Don't end warning with a
9061 newline.
9062 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
9063 warning with a newline.
9064 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
9065 newline.
9066 (s12z_frame_cache): Likewise.
9067 * dwarf-index-cache.c (index_cache::store): Don't end warning with
9068 a newline.
9069 * solib-svr4.c (disable_probes_interface): Don't end warning with
9070 a newline.
9071 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
9072 newline.
9073 * python/python.c (do_finish_initialization): Don't end warning
9074 with a newline.
9075
25ce02ee
TT
90762019-06-10 Tom Tromey <tom@tromey.com>
9077
9078 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9079 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9080 gdbpy_enter.
9081
caa429d8
TT
90822019-06-10 Tom Tromey <tromey@adacore.com>
9083
9084 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
9085 data.
9086 (elf_new_init): Don't call stabsread_new_init.
9087 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
9088 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
9089 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
9090
81873cc8
TV
90912019-06-10 Tom de Vries <tdevries@suse.de>
9092
9093 PR symtab/16264
9094 PR symtab/24517
9095 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
9096
4fa0265e
РИ
90972019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
9098
9099 * source.c (find_and_open_source): Also rewrite relative file
9100 names.
9101
1a3da2cd
AB
91022019-04-26 Amos Bird <amosbird@gmail.com>
9103
9104 * annotate.c (annotate_thread_exited): Add "thread-exited"
9105 annotation.
9106
3847a7bf
TT
91072019-06-06 Tom Tromey <tromey@adacore.com>
9108
9109 * maint.h (class scoped_command_stats): Use
9110 DISABLE_COPY_AND_ASSIGN.
9111 <print_time>: New method.
9112 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
9113 print_time.
9114 (scoped_command_stats::print_time): New method.
9115
312617a3
AB
91162019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
9117
9118 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
9119 instructions of lengths 6 or 8 bytes.
9120
b02f78f9
PA
91212019-06-04 Pedro Alves <palves@redhat.com>
9122
9123 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
9124
9125 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
9126 * breakpoint.c (condition_completer): Likewise.
9127 * cli/cli-dump.c (scan_expression): Likewise.
9128 * common/filestuff.c (mkdir_recursive): Likewise.
9129 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
9130 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
9131 (gdb_abspath): Likewise.
9132 * compile/compile-cplus-types.c
9133 (compile_cplus_instance::decl_name): Likewise.
9134 * completer.c (complete_explicit_location):
9135 (signal_completer, reg_or_group_completer_1): Likewise.
9136 * cp-support.c (cp_remove_params_if_any): Likewise.
9137 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
9138 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9139 * infcmd.c (strip_bg_char): Likewise.
9140 * linespec.c (copy_token_string): Likewise.
9141 * mi/mi-main.c (output_cores): Likewise.
9142 * psymtab.c (psymtab_search_name):
9143 * symfile.c (test_set_ext_lang_command): Likewise.
9144 * target.c (target_fileio_read_stralloc): Likewise.
9145 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9146 * value.c (complete_internalvar): Likewise.
9147
e1f2e1a2
CB
91482019-06-04 Christian Biesinger <cbiesinger@google.com>
9149
9150 Add objfile property to gdb.Type.
d3238f7d
PA
9151 * NEWS: Mention Python API addition.
9152 * python/py-type.c (typy_get_objfile): New method.
e1f2e1a2 9153
e664d728
PW
91542019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9155
9156 * NEWS: Mention the new set|show style [title|highlight].
9157 Mention changes to "show style", "help" and "apropos".
9158
66d8c862
PW
91592019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9160
9161 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9162 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9163 instead of print_help_for_command.
9164 (print_doc_of_command): New function.
9165 (help_list): Add 'apropos -v word' suggestion.
9166 (print_help_for_command): Style the command name using title style.
9167 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9168 (_initialize_cli_cmds): Describe -v in apropos_command help.
9169
9303eb2f
PW
91702019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9171
9172 * cli/cli-style.h (cli_style_option): Add name in constructor,
9173 add m_name class member, add constructor with intensity,
9174 add name class function.
9175 (cli_style_option::add_setshow_commands): Remove name argument.
9176 (highlight_style, title_style): New styles.
9177 * cli/cli-style.c (do_show): New function that shows a style
9178 characteristic styling the style name with itself.
9179 (set_style_name): New function.
9180 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9181 Update all callers according to the changes in cli/cli-style.h.
9182 * utils.h (fputs_highlighted): New function.
9183 * utils.c (fputs_highlighted): Likewise.
9184
e2c52041
PW
91852019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9186
9187 * NEWS: Mention new pipe command and new convenience variables.
9188
947d3946
PW
91892019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9190
9191 * cli/cli-cmds.c (pipe_command): New function.
9192 (_initialize_cli_cmds): Call add_com for pipe_command.
9193 Define | as an alias for pipe.
9194 (exit_status_set_internal_vars): New function.
9195 (shell_escape): Call exit_status_set_internal_vars.
9196 cli/cli-decode.c (find_command_name_length): Recognize | as
9197 a single character command.
9198
b8fd0918
PW
91992019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9200
9201 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9202 top.c (execute_command_to_ui_file): New function, mostly a copy
9203 of execute_command_to_string.
9204 (execute_command_to_string): Implement by calling
9205 execute_command_to_ui_file.
9206
68bb5386
PW
92072019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9208
9209 * top.h (saved_command_line): Remove declaration.
9210 * top.c (previous_saved_command_line, previous_repeat_arguments):
9211 New variables.
9212 (saved_command_line): Make static, define together with other
9213 'repeat variables'.
9214 (dont_repeat): Clear repeat_arguments.
9215 (repeat_previous, get_saved_command_line, save_command_line):
9216 New functions.
9217 (gdb_init): Initialize saved_command_line
9218 and previous_saved_command_line.
9219 * main.c (captured_main_1): Remove saved_command_line initialization.
9220 * event-top.c (handle_line_of_input): Update to use
9221 the new 'repeat' related functions instead of direct access to
9222 saved_command_line.
9223 * command.h (repeat_previous, get_saved_command_line,
9224 save_command_line): New declarations.
9225 (dont_repeat): Add comment.
9226
bfcdb852
TT
92272019-05-30 Tom Tromey <tromey@adacore.com>
9228
9229 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9230 Fix comment.
9231 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9232
0ef209f2
JV
92332019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9234
9235 PR cli/24587
9236 * completer.c (complete): Initialize variable word.
9237
955b06fa
SDJ
92382019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9239
9240 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9241 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9242 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9243 'body' is NULL to the outter 'if', protecting the '!is_define'
9244 situation as well.
9245
fa9c3fa0
TT
92462019-05-29 Tom Tromey <tromey@adacore.com>
9247
9248 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9249 (dwarf_unknown): New function.
9250 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9251 (dwarf_type_encoding_name): Use dwarf_unknown.
9252
4330d61d
TT
92532019-05-29 Tom Tromey <tromey@adacore.com>
9254
9255 PR c++/20020:
9256 * cp-valprint.c (cp_print_value_fields): Call
9257 cp_print_static_field inside "try".
9258
33a6bc35
TT
92592019-05-29 Tom Tromey <tromey@adacore.com>
9260
9261 * inflow.c (struct terminal_info): Add default operator=.
9262 * configure: Rebuild.
9263 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9264 -Wdeprecated-copy-dtor, -Wredundant-move.
9265
000439d5
TT
92662019-05-29 Tom Tromey <tromey@adacore.com>
9267
9268 * NEWS: Add entry.
9269 * infcmd.c (print_return_value_1): Handle finish_print
9270 option.
9271 (show_print_finish): New function.
9272 (_initialize_infcmd): Add "set/show print finish" commands.
9273 * valprint.c (user_print_options): Initialize new member.
9274 * valprint.h (struct value_print_options) <finish_print>: New
9275 member.
9276
c0e70c62
TT
92772019-05-28 Tom Tromey <tromey@adacore.com>
9278
9279 * ada-lang.c (ada_remove_Xbn_suffix)
9280 (find_old_style_renaming_symbol)
9281 (parse_old_style_renaming): Remove.
9282 (ada_find_renaming_symbol): Don't call
9283 find_old_style_renaming_symbol.
9284 (ada_is_renaming_symbol): Rename from
9285 ada_find_renaming_symbol. Remove "block" parameter. Return
9286 bool. Now static.
9287 (ada_read_var_value): Update and simplify.
9288 * ada-exp.y (write_var_or_type): Remove old code.
9289
766f8836
AH
92902019-05-28 Alan Hayward <alan.hayward@arm.com>
9291
68255adc 9292 PR gdb/25010
766f8836
AH
9293 * event-top.c: Remove include comment.
9294 * inflow.c (class scoped_ignore_sigttou): Move from here...
9295 * inflow.h (class scoped_ignore_sigttou): ...to here.
9296 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9297 * top.c: Remove include comment.
9298
eb41253a
TT
92992019-05-27 Tom Tromey <tom@tromey.com>
9300
9301 * NEWS: Fix typo.
9302
4ca51187
TT
93032019-05-22 Tom Tromey <tromey@adacore.com>
9304
9305 * target.c (target_follow_exec): Constify parameter.
9306 * target-delegates.c: Rebuild.
9307 * remote.c (remote_target::follow_exec): Constify parameter.
9308 * infrun.c (follow_exec): Constify parameter.
9309 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9310 (target_follow_exec): Likewise.
9311
8fca4da0
AH
93122019-05-22 Alan Hayward <alan.hayward@arm.com>
9313
9314 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9315 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9316
b7060614
AH
93172019-05-22 Alan Hayward <alan.hayward@arm.com>
9318
9319 * NEWS: Add debugredirect and testsuite sections.
9320
0a5954bd
SC
93212019-05-22 Simon Cook <simon.cook@embecosm.com>
9322
9323 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9324 target descriptions using exclusively floating point register name
9325 aliases.
9326
dc42e902
AB
93272019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9328
9329 PR gdb/18644:
9330 * f-lang.c (build_fortran_types): Handle the case where
9331 gdbarch_floatformat_for_type returns a nullptr.
9332
fb7806c7
TV
93332019-05-21 Tom de Vries <tdevries@suse.de>
9334
9335 PR cli/24587
9336 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9337
34d11c68
AB
93382019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9339
9340 PR gdb/18644:
9341 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9342 16-byte floats.
9343 * i386-tdep.c (i386_floatformat_for_type): Use
9344 floatformats_ia64_quad for the 16-byte floating point component
9345 within a fortran 32-byte complex number.
9346
122cf0f2
AB
93472019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9348
9349 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9350 delete default constructor.
9351 (find_partial_die): Update to return const struct.
9352 (partial_die_parent_scope): Move variable declaration into scope
9353 of its use and change its type to auto.
9354 (guess_partial_die_structure_name): Likewise.
9355 (partial_die_info::fixup): Likewise.
9356
33d0e35a
TT
93572019-05-17 Tom Tromey <tromey@adacore.com>
9358
9359 * source.c (find_and_open_source): Remove cast.
9360
a45575b0
TT
93612019-05-17 Tom Tromey <tromey@adacore.com>
9362
9363 * annotate.c (annotate_source): Make "filename" const.
9364 * annotate.h (annotate_source): Use const.
9365
81f47ac2
AH
93662019-05-17 Alan Hayward <alan.hayward@arm.com>
9367
9368 * disasm.c (set_disassembler_options): Send errors to stderr.
9369
ca1285d1
AH
93702019-05-17 Alan Hayward <alan.hayward@arm.com>
9371
9372 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9373 (cli_interp_base::set_logging): Check debug_redirect.
9374 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9375 * cli/cli-logging.c (debug_redirect): Add static variable.
9376 (pop_output_files): Add default param.
9377 (handle_redirections): Print debug setting.
9378 (show_logging_command): Likewise.
9379 (_initialize_cli_logging): Add debugredirect command.
9380 * interps.c (current_interp_set_logging): Add debug_redirect
9381 parameter.
9382 * interps.h (set_logging): Add debug_redirect parameter.
9383 (current_interp_set_logging): Likewise.
9384 * mi/mi-common.h: Likewise.
9385 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9386
93872019-05-17 Alan Hayward <alan.hayward@arm.com>
f3a09c80
AH
9388 Tom Tromey <tromey@adacore.com>
9389
9390 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9391 directly.
9392 * cli/cli-interp.h (make_logging_output): Remove declaration.
9393 * cli/cli-logging.c (make_logging_output): Remove function.
9394 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9395 directly.
9396 * ui-file.c (tee_file::tee_file): Remove bools.
9397 (tee_file::~tee_file): Remove deletes.
9398 * ui-file.h (tee_file): Remove bools.
9399
26648588
JV
94002019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9401
9402 * mi/mi-cmds.h (mi_cmd_complete): New function.
9403 * mi/mi-main.c (mi_cmd_complete): Likewise.
9404 * mi/mi-cmds.c: Define new MI command -complete.
9405 * NEWS: Mention new -complete command.
9406
6e035501
JV
94072019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9408
9409 * completer.h (complete): New function.
9410 * completer.c (complete): Likewise.
9411 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9412 function defined in completer.h.
9413
7d0e2ece
JV
94142019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9415
e79be6e5 9416 * MAINTAINERS (Write After Approval): Add myself.
7d0e2ece 9417
fb816e8b
TV
94182019-05-17 Tom de Vries <tdevries@suse.de>
9419
9420 PR gdb/24094
9421 * dwarf2read.c (struct cu_partial_die_info): New struct.
9422 (find_partial_die): Return cu_partial_die_info.
9423 (partial_die_parent_scope, guess_partial_die_structure_name)
9424 (partial_die_info::fixup): Handle new return type of find_partial_die.
9425
677052f2
SDJ
94262019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9427
a1726c38 9428 PR breakpoints/24541
677052f2
SDJ
9429 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9430 "std::string", simplifying the algorithm.
9431
f3da9116
SDJ
94322019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9433
9434 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9435 (stap_static_probe_ops::get_probes): Likewise.
9436
f1bb75ab
SDJ
94372019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9438
9439 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9440 '-')" and "else if".
9441 (stap_parse_single_operand): Join checks for
9442 "gdbarch_stap_parse_special_token_p" and
9443 "gdbarch_stap_parse_special_token" in the same "if" statement.
9444 Invert check when verifying for operation on register
9445 displacement.
9446
3ca58cde
SDJ
94472019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9448
9449 * stap-probe.c (stap_get_opcode): Update comment.
9450 (stap_get_expected_argument_type): Likewise.
9451 (handle_stap_probe): Likewise.
9452
af2d9bee
SDJ
94532019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9454
9455 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9456 return type to 'bool'. Adjust comment. Use 'bool' when
9457 appropriate.
9458 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9459 * stap-probe.c (stap_parse_argument_1): Likewise.
9460 (stap_is_operator): Likewise.
9461 (stap_is_generic_prefix): Likewise.
9462 (stap_is_register_prefix): Likewise.
9463 (stap_is_register_indirection_prefix): Likewise.
9464 (stap_is_integer_prefix): Likewise.
9465 (stap_generic_check_suffix): Likewise.
9466 (stap_check_integer_suffix): Likewise.
9467 (stap_check_register_suffix): Likewise.
9468 (stap_check_register_indirection_suffix): Likewise.
9469 (stap_parse_register_operand): Likewise.
9470 (stap_parse_single_operand): Likewise.
9471 (stap_parse_argument_1): Likewise.
9472 (stap_probe::get_argument_count): Likewise.
9473 (stap_is_operator): Likewise.
9474
61c9c421
TT
94752019-05-16 Tom Tromey <tromey@adacore.com>
9476
9477 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9478 keyword to foreach.
9479
9ddc1af1
SM
94802019-05-15 Simon Marchi <simon.marchi@efficios.com>
9481
9482 * linux-thread-db.c (try_thread_db_load_1): Change return type
9483 to bool.
9484 (try_thread_db_load): Likewise.
9485 (try_thread_db_load_from_pdir_1): Likewise.
9486 (try_thread_db_load_from_pdir): Likewise.
9487 (try_thread_db_load_from_sdir): Likewise.
9488 (try_thread_db_load_from_dir): Likewise.
9489 (thread_db_load_search): Likewise.
9490 (has_libpthread): Likewise.
9491 (thread_db_load): Likewise.
9492
7bede828
SDJ
94932019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9494
9495 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9496 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9497 NULL, and complain/return if that's the case.
9498
c5358db4
JD
94992019-05-15 John Darrington <john@darrington.wattle.id.au>
9500
9501 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9502 (advance, posn, abstract_read_memory): New functions.
9503 [struct mem_read_abstraction]: New struct.
9504 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9505
c408a94f
TT
95062019-05-14 Tom Tromey <tromey@adacore.com>
9507
9508 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9509 value is not lval_memory.
9510
e7bd7fba
TT
95112019-05-14 Tom Tromey <tromey@adacore.com>
9512
9513 * solib.c (info_sharedlibrary_command): Style the file name.
9514
a6d0f249
AH
95152019-05-14 Alan Hayward <alan.hayward@arm.com>
9516
9517 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9518 (aarch64_vnv_type): Likewise.
9519 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9520 * common/tdesc.c: Likewise.
9521 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9522 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9523 * features/aarch64-fpu.xml: Add ieee half view.
9524 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9525 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9526 * gdbtypes.h (struct builtin_type): Likewise.
9527 (struct objfile_type): Likewise.
9528
66b8bb74
SM
95292019-05-12 Paul Naert <paul.naert@polymtl.ca>
9530
9531 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9532 typo.
9533 * location.h (string_to_event_location): Likewise.
9534
21c219fd
JB
95352019-05-11 Joel Brobecker <brobecker@adacore.com>
9536
9537 GDB 8.3 released.
9538
13674803
SM
95392019-05-10 Simon Marchi <simon.marchi@efficios.com>
9540
9541 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9542 New variable declaration.
9543 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9544 New variable.
9545 (print_one_breakpoint): Use ui_out::test_flags and new global
9546 variable to compute use_fixed_output.
9547 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9548 Remove.
9549 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9550 (mi_multi_location_breakpoint_output_fixed): Remove.
9551 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9552 new variable.
9553 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9554 fix_multi_location_breakpoint_output flag if version >= 3.
9555 * ui-out.h (enum ui_out_flag)
9556 <fix_multi_location_breakpoint_output>: New enumerator.
9557
a9eac7f9
SM
95582019-05-10 Simon Marchi <simon.marchi@efficios.com>
9559
9560 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9561
71bed2db
TT
95622019-05-10 Tom Tromey <tromey@adacore.com>
9563
9564 * ada-lang.c (catch_ada_completer): New function.
9565 (_initialize_ada_language): Use it.
9566
24c54127
TT
95672019-05-10 Tom Tromey <tromey@adacore.com>
9568
9569 * thread.c (print_thread_info): Make "requested_threads" const.
9570 * gdbthread.h (print_thread_info): Make "requested_threads"
9571 const.
9572 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9573 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9574
7a102139
TT
95752019-05-08 Tom Tromey <tom@tromey.com>
9576
9577 * gdbtypes.c (objfile_type_data): Change type.
9578 (objfile_type, _initialize_gdbtypes): Update.
9579
924d79e2
TT
95802019-05-08 Tom Tromey <tom@tromey.com>
9581
9582 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9583 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9584 (_initialize_dwarf2_frame): Update.
9585
4c58e337
TT
95862019-05-08 Tom Tromey <tom@tromey.com>
9587
9588 * objc-lang.c (objc_objfile_data): Change type.
9589 (find_methods): Update.
9590 (_initialize_objc_lang): Remove.
9591
d772d2ab
TT
95922019-05-08 Tom Tromey <tom@tromey.com>
9593
9594 * stabsread.c (rs6000_builtin_type_data): Change type.
9595 (rs6000_builtin_type, _initialize_stabsread): Update.
9596
d11d83f4
TT
95972019-05-08 Tom Tromey <tom@tromey.com>
9598
9599 * mips-tdep.c (mips_pdr_data): Remove.
9600 (_initialize_mips_tdep): Update.
9601
9a73f0ad
TT
96022019-05-08 Tom Tromey <tom@tromey.com>
9603
9604 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9605 (hppa_init_objfile_priv_data, read_unwind_info)
9606 (find_unwind_entry, _initialize_hppa_tdep): Update.
9607
8127a2fa
TT
96082019-05-08 Tom Tromey <tom@tromey.com>
9609
9610 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9611 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9612 on obstack.
9613 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9614
91d3055d
TT
96152019-05-08 Tom Tromey <tom@tromey.com>
9616
9617 * mdebugread.c (basic_type_data): Change type.
9618 (basic_type, _initialize_mdebugread): Update.
9619
31930bd3
TT
96202019-05-08 Tom Tromey <tom@tromey.com>
9621
9622 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9623
bdb3ed9e
TT
96242019-05-08 Tom Tromey <tom@tromey.com>
9625
9626 * nto-tdep.c (nto_inferior_data_reg): Change type.
9627 (nto_inferior_data): Update.
9628 (nto_inferior_data_cleanup, nto_new_inferior_data)
9629 (_initialize_nto_tdep): Remove.
9630 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9631
f37b313d
TT
96322019-05-08 Tom Tromey <tom@tromey.com>
9633
9634 * ada-lang.c (struct ada_inferior_data): Add initializers.
9635 (ada_inferior_data): Change type.
9636 (ada_inferior_data_cleanup): Remove.
9637 (get_ada_inferior_data, ada_inferior_exit)
9638 (struct ada_pspace_data): Add initializers, destructor.
9639 (ada_pspace_data_handle): Change type.
9640 (get_ada_pspace_data): Update.
9641 (ada_pspace_data_cleanup): Remove.
9642
24699405
TT
96432019-05-08 Tom Tromey <tom@tromey.com>
9644
9645 * coffread.c (struct coff_symfile_info): Add initializers.
9646 (coff_objfile_data_key): Move lower. Change type.
9647 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9648 Update.
9649 (coff_free_info): Remove.
9650
d4e05d2f
TT
96512019-05-08 Tom Tromey <tom@tromey.com>
9652
9653 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9654 (fbsd_pspace_data_handle): Move lower. Change type.
9655 (get_fbsd_pspace_data): Update.
9656 (fbsd_pspace_data_cleanup): Remove.
9657 (_initialize_fbsd_tdep): Update.
9658
14ef6690
TT
96592019-05-08 Tom Tromey <tom@tromey.com>
9660
9661 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9662 (get_ada_tasks_pspace_data): Update.
9663 (ada_tasks_pspace_data_cleanup): Remove.
9664 (_initialize_tasks): Update.
9665 (ada_tasks_inferior_data_handle): Change type.
9666 (get_ada_tasks_inferior_data): Update.
9667 (ada_tasks_inferior_data_cleanup): Remove.
9668 (struct ada_tasks_pspace_data): Add initializers.
9669
814cf43a
TT
96702019-05-08 Tom Tromey <tom@tromey.com>
9671
9672 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9673 * symfile-debug.c (debug_sym_get_probes): Change type.
9674 * stap-probe.c (handle_stap_probe):
9675 (stap_static_probe_ops::get_probes): Change type.
9676 * probe.h (class static_probe_ops) <get_probes>: Change type.
9677 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9678 (parse_probes_in_pspace): Update.
9679 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9680 Update.
9681 (any_static_probe_ops::get_probes): Change type.
9682 * elfread.c (elfread_data): New typedef.
9683 (probe_key): Change type.
9684 (elf_get_probes): Likewise. Update.
9685 (probe_key_free): Remove.
9686 (_initialize_elfread): Update.
9687 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9688 Change type.
9689 (dtrace_process_dof_probe, dtrace_process_dof)
9690 (dtrace_static_probe_ops::get_probe): Change type.
9691
02dc647e
TT
96922019-05-08 Tom Tromey <tom@tromey.com>
9693
9694 * xcoffread.c (struct xcoff_symfile_info): Rename from
9695 coff_symfile_info. Add initializers.
9696 (xcoff_objfile_data_key): Move lower. Change type.
9697 (XCOFF_DATA): Rewrite.
9698 (xcoff_free_info): Remove.
9699 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9700 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9701 (xcoff_initial_scan): Update.
9702
09232438
TT
97032019-05-08 Tom Tromey <tom@tromey.com>
9704
9705 * solib-svr4.c (struct svr4_info): Add initializers and
9706 destructor.
9707 <probes_table>: Now an htab_up.
9708 (solib_svr4_pspace_data): Change type.
9709 (free_probes_table): Simplify.
9710 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9711 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9712 (probes_table_remove_objfile_probes, register_solib_event_probe)
9713 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9714 (_initialize_svr4_solib): Update.
9715
7b4a314f
TT
97162019-05-08 Tom Tromey <tom@tromey.com>
9717
9718 * remote.c (remote_pspace_data): Change type.
9719 (remote_pspace_data_cleanup): Remove.
9720 (get_remote_exec_file, set_pspace_remote_exec_file)
9721 (_initialize_remote): Update.
9722
51d3063a
TT
97232019-05-08 Tom Tromey <tom@tromey.com>
9724
9725 * breakpoint.c (breakpoint_objfile_key): Change type.
9726 (get_breakpoint_objfile_data): Update.
9727 (free_breakpoint_objfile_data): Remove.
9728 (_initialize_breakpoint): Update.
9729
89fb8848
TT
97302019-05-08 Tom Tromey <tom@tromey.com>
9731
9732 * linux-tdep.c (struct linux_info): Add initializers.
9733 (linux_inferior_data): Move. Change type.
9734 (invalidate_linux_cache_inf): Update.
9735 (linux_inferior_data_cleanup): Remove.
9736 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9737
e9b89e2d
TT
97382019-05-08 Tom Tromey <tom@tromey.com>
9739
9740 * auxv.c (auxv_inferior_data): Move. Change type.
9741 (auxv_inferior_data_cleanup): Remove.
9742 (invalidate_auxv_cache_inf): Rewrite.
9743 (get_auxv_inferior_data, _initialize_auxv): Update.
9744
8c42777c
TT
97452019-05-08 Tom Tromey <tom@tromey.com>
9746
9747 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9748 (symfile_debug_objfile_data_key): Change type.
9749 (symfile_debug_installed, debug_qf_has_symbols)
9750 (debug_qf_find_last_source_symtab)
9751 (debug_qf_forget_cached_source_info)
9752 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9753 (debug_qf_print_stats, debug_qf_dump)
9754 (debug_qf_expand_symtabs_for_function)
9755 (debug_qf_expand_all_symtabs)
9756 (debug_qf_expand_symtabs_with_fullname)
9757 (debug_qf_map_matching_symbols)
9758 (debug_qf_expand_symtabs_matching)
9759 (debug_qf_find_pc_sect_compunit_symtab)
9760 (debug_qf_map_symbol_filenames)
9761 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9762 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9763 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9764 (debug_sym_read_linetable, debug_sym_relocate): Update.
9765 (symfile_debug_free_objfile): Remove.
9766 (install_symfile_debug_logging, _initialize_symfile_debug):
9767 Update.
9768
5bfd760d
TT
97692019-05-08 Tom Tromey <tom@tromey.com>
9770
9771 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9772 allocate_on_obstack.
9773 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9774 (get_dwarf2_per_objfile): Update.
9775 (set_dwarf2_per_objfile): Remove.
9776 (dwarf2_has_info, dwarf2_get_section_info): Update.
9777 (dwarf2_free_objfile): Remove.
9778 (_initialize_dwarf2_read): Update.
9779
e85e19b4
TT
97802019-05-08 Tom Tromey <tom@tromey.com>
9781
9782 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9783 initializers.
9784 <unsupported_script_warning_printed,
9785 script_not_found_warning_printed>: Now bool.
9786 (auto_load_pspace_data): Change type.
9787 (~auto_load_pspace_info): Rename from
9788 auto_load_pspace_data_cleanup.
9789 (get_auto_load_pspace_data, init_loaded_scripts_info)
9790 (clear_section_scripts, maybe_print_unsupported_script_warning)
9791 (maybe_print_script_not_found_warning, _initialize_auto_load):
9792 Update.
9793
f6aa7436
TT
97942019-05-08 Tom Tromey <tom@tromey.com>
9795
9796 * objfiles.c (objfile_pspace_info): Add destructor and
9797 initializers.
9798 (objfiles_pspace_data): Change type.
9799 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9800 (get_objfile_pspace_data): Update.
9801 (objfiles_bfd_data): Change type.
9802 (get_objfile_bfd_data): Update.
9803 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9804
6ae614f6
TT
98052019-05-08 Tom Tromey <tom@tromey.com>
9806
9807 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9808 Change type.
9809 (get_catch_syscall_inferior_data): Update.
9810 (catch_syscall_inferior_data_cleanup): Remove.
9811 (_initialize_break_catch_syscall): Update.
9812
6509b8eb
TT
98132019-05-08 Tom Tromey <tom@tromey.com>
9814
9815 * inflow.c (struct terminal_info): Add destructor and
9816 initializers.
9817 (inflow_inferior_data): Change type.
9818 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9819 (get_inflow_inferior_data, inflow_inferior_exit)
9820 (swap_terminal_info, _initialize_inflow): Update.
9821
35632941
TT
98222019-05-08 Tom Tromey <tom@tromey.com>
9823
9824 * target-dcache.c (target_dcache_cleanup): Remove.
9825 (target_dcache_aspace_key): Change type.
9826 (target_dcache_init_p, target_dcache_invalidate)
9827 (target_dcache_get, target_dcache_get_or_init)
9828 (_initialize_target_dcache): Update.
9829 * dcache.h (struct dcache_deleter): New.
9830
3017b94d
TT
98312019-05-08 Tom Tromey <tom@tromey.com>
9832
9833 * symtab.c (struct symbol_cache): Add destructor and
9834 initializers.
9835 (symbol_cache_key): Move. Change type.
9836 (make_symbol_cache, free_symbol_cache): Remove.
9837 (get_symbol_cache): Update.
9838 (symbol_cache_cleanup): Remove.
9839 (ALL_PSPACES, symbol_cache_flush)
9840 (maintenance_print_symbol_cache)
9841 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9842 Update.
9843
a32ad8c5
TT
98442019-05-08 Tom Tromey <tom@tromey.com>
9845
9846 * symtab.c (struct main_info): Add destructor and initializers.
9847 (main_progspace_key): Move. Change type.
9848 (get_main_info): Update.
9849 (main_info_cleanup): Remove.
9850 (_initialize_symtab): Update.
9851
5f6e90a0
TT
98522019-05-08 Tom Tromey <tom@tromey.com>
9853
9854 * registry.h (DECLARE_REGISTRY): Define the _key class.
9855
1bd0c6e4
AB
98562019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9857
9858 * NEWS: Merge two 'New commands' sections.
9859
2228ef77
XR
98602019-05-08 Joel Brobecker <brobecker@adacore.com>
9861
9862 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9863 parameter and use Ada language definition instead.
9864 (ada_val_print_ptr): Remove unused language parameter.
9865 (ada_val_print_num): Remove language parameter and use Ada language
9866 definition instead.
9867 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9868 parameter.
9869 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9870 parameter and use Ada language definition instead.
9871 (ada_val_print_1): Update all ada_val_print_xxx calls.
9872 Remove language parameter.
9873 (ada_val_print): Update ada_val_print_1 call.
9874
60fcc1c3
TT
98752019-05-08 Tom Tromey <tromey@adacore.com>
9876
9877 * remote.c (remote_hw_watchpoint_limit)
9878 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9879 Now static.
9880
ed2b7c17
TT
98812019-05-08 Tom Tromey <tromey@adacore.com>
9882
9883 * maint.c (_initialize_maint_cmds): Move initialization code to
9884 remote.c.
9885 (watchdog, show_watchdog): Move to remote.c.
9886 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9887 "watchdog" static.
9888 (_initialize_remote): Move initialization code from maint.c.
9889 * defs.h (watchdog): Don't declare.
9890
b0be6c91
TT
98912019-05-08 Tom Tromey <tromey@adacore.com>
9892
9893 * tui/tui-interp.c: Include main.h.
9894 * interps.c: Include main.h.
9895 * main.h (interpreter_p): Declare.
9896 * defs.h (interpreter_p): Don't declare.
9897
587ee17b
TT
98982019-05-08 Tom Tromey <tromey@adacore.com>
9899
9900 * dwarf2loc.c: Include dwarf2read.h.
9901 * defs.h (read_unsigned_leb128): Don't declare.
9902 * dwarf2read.h (read_unsigned_leb128): Declare.
9903
ca1df239
TT
99042019-05-08 Tom Tromey <tromey@adacore.com>
9905
9906 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9907 method.
9908
99f20f08
TT
99092019-05-08 Tom Tromey <tromey@adacore.com>
9910
9911 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9912 when no wrap column is set.
9913
80e55b13
TT
99142019-05-08 Tom Tromey <tromey@adacore.com>
9915
9916 * c-lang.c (c_get_string): Handle non-C-style arrays.
9917
9d3421af
TT
99182019-05-08 Tom Tromey <tromey@adacore.com>
9919
9920 * typeprint.c (print_offset_data::update): Print the bit offset,
9921 not the number of bits remaining.
9922
844333e2
TT
99232019-05-08 Tom Tromey <tromey@adacore.com>
9924
9925 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
9926 padding at end of comment.
9927
988915ee
TT
99282019-05-08 Tom Tromey <tromey@adacore.com>
9929
9930 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
9931 Compare main types.
9932
26bfd823
TT
99332019-05-06 Tom Tromey <tom@tromey.com>
9934
9935 * common/scoped_mmap.c: Include common-defs.h.
9936 * common/scoped_mmap.h: Don't include config.h.
9937
89055eaa
TT
99382019-05-04 Tom Tromey <tom@tromey.com>
9939
9940 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
9941 (struct aarch64_call_info): Add initializers.
9942 <si>: Now a std::vector.
9943 (pass_on_stack, aarch64_push_dummy_call): Update.
9944
5da01df5
TT
99452019-05-04 Simon Marchi <simon.marchi@efficios.com>
9946 Tom Tromey <tom@tromey.com>
9947
9948 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
9949 (ppc_threads): Now a std::vector. Now static.
9950 (hwdebug_find_thread_points_by_tid)
9951 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
9952 Update.
9953
fbdf05a1
TT
99542019-05-04 Tom Tromey <tom@tromey.com>
9955
9956 * arc-tdep.c (arc_tdesc_init): Return bool.
9957
06d16ec9
TT
99582019-05-04 Tom Tromey <tom@tromey.com>
9959
9960 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
9961 Use gdb_assert_not_reached.
9962
9c056022
TT
99632019-05-04 Tom Tromey <tom@tromey.com>
9964
9965 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
9966 "false".
9967
fa9c2a59
TT
99682019-05-04 Tom Tromey <tom@tromey.com>
9969
9970 * arc-tdep.c (arc_tdesc_init): Use bool.
9971
e2eb806a
TT
99722019-05-04 Tom Tromey <tom@tromey.com>
9973
9974 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
9975
6fe87677
TT
99762019-05-04 Tom Tromey <tom@tromey.com>
9977
9978 * cli/cli-cmds.c (valid_command_p): Return bool.
9979
7f008c9e
TT
99802019-05-04 Tom Tromey <tom@tromey.com>
9981
9982 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
9983 * command.h (valid_user_defined_cmd_name_p): Channge return type.
9984
b6484282
RT
99852019-05-04 Raul Tambre <raul@tambre.ee>
9986
9987 * python/lib/gdb/prompt.py (_ExtendedPrompt)
9988 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
9989 operator for comparison.
9990
af97b416
TT
99912019-05-04 Tom Tromey <tom@tromey.com>
9992
9993 * psymtab.c (psymbol_name_matches, match_partial_symbol)
9994 (lookup_partial_symbol, print_partial_symbols)
9995 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
9996 (psymbol_compare): Update.
9997 (add_psymbol_to_bcache): Clear the entire psymbol.
9998 (maintenance_check_psymtabs): Update.
9999 * psympriv.h (struct partial_symbol): Don't derive from
10000 general_symbol_info.
10001 <obj_section, unrelocated_address, address,
10002 set_unrelocated_address>: Update.
10003 <ginfo>: New member.
10004 * dwarf-index-write.c (write_psymbols, debug_names::insert)
10005 (debug_names::write_psymbols): Update.
10006
9d6d4be8
TV
100072019-05-04 Tom de Vries <tdevries@suse.de>
10008
10009 * contrib/cc-with-tweaks.sh: Support -n arg.
10010
66452beb
PW
100112019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10012
10013 * corelow.c (core_target::detach): Ensure frame cache and
10014 register caches are cleared.
10015 inferior.c (exit_inferior_1): Likewise.
10016
bde09ab7
TT
100172019-05-03 Sandra Loosemore <sandra@codesourcery.com>
10018 Tom Tromey <tom@tromey.com>
10019
10020 * dictionary.c (collate_pending_symbols_by_language): Remove
10021 "struct" from foreach.
10022 * symtab.c (lookup_global_symbol_from_objfile)
10023 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
10024 foreach.
10025 * ser-tcp.c (net_open): Remove "struct" from foreach.
10026 * objfiles.c (objfile_relocate, objfile_rebase)
10027 (objfile_has_symbols): Remove "struct" from foreach.
10028 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
10029 from foreach.
10030 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
10031 foreach.
10032 * darwin-nat.c (thread_info_from_private_thread_info): Remove
10033 "struct" from foreach.
10034 * ada-lang.c (create_excep_cond_exprs)
10035 (ada_exception_catchpoint_cond_string): Remove "struct" from
10036 foreach.
10037
222a8d25
TT
100382019-05-03 Tom Tromey <tromey@adacore.com>
10039
10040 * ada-exp.y (convert_char_literal): Check suffix of each
10041 enumerator.
10042
fcd60b84
DP
100432019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
10044
10045 PR ada/21406:
10046 * ada-exp.y (yywrap): Don't define.
10047 * ada-lex.l (%option): Add noyywrap
10048 (yywrap): Remove.
10049
5f2459c2
EZ
100502019-05-03 Eli Zaretskii <eliz@gnu.org>
10051
353ea2d1
EZ
10052 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
10053 _WIN32_WINNT to the XP level, unless already defined to a higher
10054 level.
10055
10056 * unittests/parse-connection-spec-selftests.c:
10057 * ser-tcp.c:
10058 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
10059 override.
10060
5f2459c2
EZ
10061 * symfile.c (find_separate_debug_file): Remove colon from the
10062 drive spec of DOS/Windows file names of the target, so that the
10063 file name produced from DEBUGDIR and the target's directory will
10064 be valid on DOS/Windows systems.
10065
80062eb9
AB
100662019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
10067
10068 * rust-lang.c (val_print_struct): Handle printing structures
10069 containing strings.
10070
b8c05e85
TT
100712019-05-02 Tom Tromey <tromey@adacore.com>
10072
10073 * valarith.c (_initialize_valarith): Remove.
10074
4504bbde
TT
100752019-05-01 Tom Tromey <tromey@adacore.com>
10076
10077 * ada-lang.c (ada_value_primitive_field): Treat more fields as
10078 bitfields.
10079
d48e62f4
TT
100802019-05-01 Tom Tromey <tromey@adacore.com>
10081
10082 * ada-lang.c (ada_value_assign): Correctly compute starting offset
10083 for big-endian copies.
10084
15f18d14
AT
100852019-04-30 Ali Tamur <tamur@google.com>
10086 * gdb/dwarf2read.c (read_3_bytes): New declaration.
10087 (read_attribute_value): Added DW_FORM_strx1-4 cases.
10088 (read_3_bytes): New function.
10089
ab4ee614
JB
100902019-04-30 Joel Brobecker <brobecker@adacore.com>
10091
10092 * windows-nat.c (main_thread_id): Delete.
10093 (handle_output_debug_string): Replace main_thread_id by
10094 current_event.dwThreadId.
10095 (fake_create_process): Likewise.
10096 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
10097 Do not set main_thread_id.
10098 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
10099 current_event.dwThreadId.
10100 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
10101
8ed5b76e
JB
101022019-04-30 Joel Brobecker <brobecker@adacore.com>
10103
10104 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
10105 Use current_event.dwThreadId instead of main_thread_id.
10106
2ff0a947
TT
101072019-04-30 Tom Tromey <tromey@adacore.com>
10108
10109 * ada-lang.c (ada_lookup_simple_minsyms): New function.
10110 (create_excep_cond_exprs): Iterate over program spaces.
10111 (ada_exception_catchpoint_cond_string): Examine all minimal
10112 symbols for exception types.
10113
a776957c
TT
101142019-04-30 Tom Tromey <tromey@adacore.com>
10115
10116 PR c++/24470:
10117 * dwarf2read.c (process_structure_scope): Handle case where type
10118 has template parameters but no symbol was created.
10119
bc68014d
AB
101202019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10121 Chris January <chris.january@arm.com>
10122
10123 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
10124 qualifier.
10125 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
10126
f1fdc960
AB
101272019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10128
10129 * f-typeprint.c (f_print_type): Update rules for printing
10130 whitespace.
10131 (f_type_print_varspec_suffix): Likewise.
10132
bf7a4de1
AB
101332019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10134 Chris January <chris.january@arm.com>
10135
10136 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
10137 function arguments.
10138
bbe75b9d
AB
101392019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10140
10141 * f-lang.c (build_fortran_types): Change name of void type to
10142 lower case.
10143 * f-typeprint.c (f_type_print_base): Print the name of the void
10144 type, rather than a fixed string.
10145 * f-valprint.c (f_decorations): Use lower case void string.
10146
1db455a7
AB
101472019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10148 Chris January <chris.january@arm.com>
10149
10150 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10151 types for Fortran.
10152
b6d03bb2
AB
101532019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10154 Chris January <chris.january@arm.com>
10155 David Lecomber <david.lecomber@arm.com>
10156
10157 * f-exp.y (BINOP_INTRINSIC): New token.
10158 (exp): New parser rule handling BINOP_INTRINSIC.
10159 (f77_keywords): Add new builtin procedures.
10160 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10161 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10162 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10163 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10164 (print_unop_subexp_f): New function.
10165 (print_binop_subexp_f): New function.
10166 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10167 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10168 (dump_subexp_body_f): Likewise.
10169 (operator_check_f): Likewise.
10170 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10171 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10172
83228e93
AB
101732019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10174
10175 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10176 UNOP_KIND.
10177 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10178 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10179 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10180 (operator_length_f): New fuction.
10181 (print_subexp_f): New function.
10182 (op_name_f): New function.
10183 (dump_subexp_body_f): New function.
10184 (operator_check_f): New function.
10185 (exp_descriptor_f): Replace standard expression handling functions
10186 with new functions.
10187 * gdb/fortran-operator.def: New file.
10188 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10189 * gdb/std-operator.def: Remove UNOP_KIND.
10190
6fdcd7cc
AB
101912019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10192
10193 * std-operator.def: Remove unbalanced, stray double quote
10194 character.
10195
2e62ab40
AB
101962019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10197 Chris January <chris.january@arm.com>
10198 Daniel Everett <daniel.everett@arm.com>
10199 Nick Forrington <nick.forrington@arm.com>
10200 Richard Bunt <richard.bunt@arm.com>
10201
10202 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10203 of depth when printing anonymous structs or unions.
10204 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10205 Don't print either the top-level value, or the children if the
10206 max-depth is exceeded.
10207 (ppscm_print_children): When printing the key of a map, allow one
10208 extra level of depth.
10209 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10210 print either the top-level value, or the children if the max-depth
10211 is exceeded.
10212 (print_children): When printing the key of a map, allow one extra
10213 level of depth.
10214 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10215 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10216 (user_print_options): Initialise max_depth field.
10217 (val_print_scalar_or_string_type_p): New function.
10218 (val_print): Check to see if the max depth has been reached.
10219 (val_print_check_max_depth): Define new function.
10220 (show_print_max_depth): New function.
10221 (_initialize_valprint): Add 'print max-depth' option.
10222 * valprint.h (struct value_print_options) <max_depth>: New field.
10223 (val_print_check_max_depth): Declare new function.
10224 * NEWS: Document new feature.
10225
4be290b2
AB
102262019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10227
10228 * ada-lang.c (ada_language_defn): Initialise new field.
10229 * c-lang.c (c_is_string_type_p): New function.
10230 (c_language_defn): Initialise new field.
10231 (cplus_language_defn): Initialise new field.
10232 (asm_language_defn): Initialise new field.
10233 (minimal_language_defn): Initialise new field.
10234 * c-lang.h (c_is_string_type_p): Declare new function.
10235 * d-lang.c (d_language_defn): Initialise new field.
10236 * f-lang.c (f_is_string_type_p): New function.
10237 (f_language_defn): Initialise new field.
10238 * go-lang.c (go_is_string_type_p): New function.
10239 (go_language_defn): Initialise new field.
10240 * language.c (default_is_string_type_p): New function.
10241 (unknown_language_defn): Initialise new field.
10242 (auto_language_defn): Initialise new field.
10243 * language.h (struct language_defn) <la_is_string_type_p>: New
10244 member variable.
10245 (default_is_string_type_p): Declare new function.
10246 * m2-lang.c (m2_language_defn): Initialise new field.
10247 * objc-lang.c (objc_language_defn): Initialise new field.
10248 * opencl-lang.c (opencl_language_defn): Initialise new field.
10249 * p-lang.c (pascal_is_string_type_p): New function.
10250 (pascal_language_defn): Initialise new field.
10251 * rust-lang.c (rust_is_string_type_p): New function.
10252 (rust_language_defn): Initialise new field.
10253
721b08c6
AB
102542019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10255
10256 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10257 New field.
10258 * ada-lang.c (ada_language_defn): Initialise new field.
10259 * c-lang.c (c_language_defn): Likewise.
10260 (cplus_language_defn): Likewise.
10261 (asm_language_defn): Likewise.
10262 (minimal_language_defn): Likewise.
10263 * d-lang.c (d_language_defn): Likewise.
10264 * f-lang.c (f_language_defn): Likewise.
10265 * go-lang.c (go_language_defn): Likewise.
10266 * language.c (unknown_language_defn): Likewise.
10267 (auto_language_defn): Likewise.
10268 * m2-lang.c (m2_language_defn): Likewise.
10269 * objc-lang.c (objc_language_defn): Likewise.
10270 * opencl-lang.c (opencl_language_defn): Likewise.
10271 * p-lang.c (pascal_language_defn): Likewise.
10272 * rust-lang.c (rust_language_defn): Likewise.
10273
fc913e53
AB
102742019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10275
10276 * ada-lang.c (ada_is_character_type): Change return type to bool.
10277 (ada_is_string_type): Likewise.
10278 * ada-lang.h (ada_is_character_type): Update declaration
10279 (ada_is_string_type): Likewise.
10280
fa731fa0
PW
102812019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10282
10283 Support style in 'frame|thread apply'
10284
10285 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10286 * record.c (record_start, record_stop): Update callers of
10287 execute_command_to_string with false.
10288 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10289 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10290 methods.
10291 (class string_file): New constructor with term_out parameter.
10292 Override methods term_out and can_emit_style_escape. New member
10293 term_out.
10294 (class stdio_file): Override can_emit_style_escape.
10295 (class tee_file): Override term_out and can_emit_style_escape.
10296 * utils.h (can_emit_style_escape): Remove.
10297 * utils.c (can_emit_style_escape): Likewise.
10298 Update all callers of can_emit_style_escape (SOMESTREAM) to
10299 SOMESTREAM->can_emit_style_escape.
10300 * source-cache.c (source_cache::get_source_lines): Likewise.
10301 * stack.c (frame_apply_command_count): Call execute_command_to_string
10302 passing the term_out characteristic of the current gdb_stdout.
10303 * thread.c (thr_try_catch_cmd): Likewise.
10304 * top.c (execute_command_to_string): pass term_out parameter
10305 to construct the string_file for the command output.
10306 * ui-file.c (term_cli_styling): New function (most code moved
10307 from utils.c can_emit_style_escape).
10308 (string_file::string_file, string_file::can_emit_style_escape,
10309 stdio_file::can_emit_style_escape, tee_file::term_out,
10310 tee_file::can_emit_style_escape): New functions.
10311
136afab8
PW
103122019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10313
10314 * NEWS: Mention the new set|show may-call-functions.
10315 * infcall.c (may_call_functions_p): New variable.
10316 (show_may_call_functions_p): New function.
10317 (call_function_by_hand_dummy): Throws an error if not
10318 may-call-functions.
10319 (_initialize_infcall): Call add_setshow_boolean_cmd for
10320 may-call-functions.
10321
725cbb63
KS
103222019-04-25 Keith Seitz <keiths@redhat.com>
10323
10324 PR c++/24367
10325 * cp-support.c (inspect_type): Don't attempt substitutions
10326 of symbol with the same name.
10327
3d1cbb78
TT
103282019-04-25 Tom Tromey <tromey@adacore.com>
10329
10330 PR gdb/24475:
10331 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10332 static.
10333
94aeb44b
TT
103342019-04-25 Tom Tromey <tromey@adacore.com>
10335
10336 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10337 rvalue reference.
10338 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10339 (gdb_xml_parser::parse): Use std::move.
10340 * python/python-internal.h (gdbpy_convert_exception): Take a const
10341 reference.
10342 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10343 std::move.
10344 * python/py-utils.c (gdbpy_convert_exception): Take a const
10345 reference.
10346 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10347 Use std::move.
10348 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10349 Use std::move.
10350 * mi/mi-main.c (mi_print_exception): Take a const reference.
10351 * main.c (handle_command_errors): Take a const reference.
10352 * linespec.c (parse_linespec): Use std::move.
10353 * infcall.c (run_inferior_call): Use std::move.
10354 (call_function_by_hand_dummy): Use std::move.
10355 * exec.c (try_open_exec_file): Use std::move.
10356 * exceptions.h (exception_print, exception_fprintf)
10357 (exception_print_same): Update.
10358 * exceptions.c (print_exception, exception_print)
10359 (exception_fprintf, exception_print_same): Change parameters to
10360 const reference.
10361 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10362 * common/new-op.c: Use std::move.
10363 * common/common-exceptions.h (struct gdb_exception): Add move
10364 constructor.
10365 (struct gdb_exception_error, struct gdb_exception_quit, struct
10366 gdb_quit_bad_alloc): Change constructor to move constructor.
10367 (throw_exception): Change parameter to rvalue reference.
10368 * common/common-exceptions.c (throw_exception): Take rvalue
10369 reference.
10370 * cli/cli-interp.c (safe_execute_command): Use std::move.
10371 * breakpoint.c (insert_bp_location, location_to_sals): Use
10372 std::move.
10373
680d7fd5
TT
103742019-04-25 Tom Tromey <tromey@adacore.com>
10375
10376 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10377 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10378 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10379 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10380 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10381 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10382 guile/scm-value.c: Use unpack.
10383 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10384 gdbscm_gdb_exception.
10385 (gdbscm_throw_gdb_exception): Likewise.
10386 (struct gdbscm_gdb_exception): New.
10387 (unpack): New function.
10388 (gdbscm_wrap): Use unpack.
10389
c6fdd8b2
TT
103902019-04-25 Tom Tromey <tromey@adacore.com>
10391
10392 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10393 (gdb_rl_callback_handler): Use std::move.
10394 * common/common-exceptions.h (struct gdb_exception): Add move
10395 assignment operator.
10396 (throw_exception_sjlj): Change "exception" to const reference.
10397 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10398 (throw_exception_sjlj): Change "exception" to const reference.
10399
cc06b668
TT
104002019-04-25 Tom Tromey <tromey@adacore.com>
10401
10402 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10403 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10404 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10405 Update.
10406 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10407 Update.
10408 * mi/mi-interp.c (mi_interp::exec): Update.
10409 * linespec.c (parse_linespec): Update.
10410 * infcall.c (run_inferior_call): Update.
10411 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10412 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10413 (gdbscm_lookup_global_symbol): Update.
10414 * guile/scm-param.c (gdbscm_parameter_value): Update.
10415 * guile/scm-frame.c (gdbscm_frame_read_register)
10416 (gdbscm_frame_read_var): Update.
10417 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10418 * exec.c (try_open_exec_file): Update.
10419 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10420 (gdb_rl_callback_handler): Update.
10421 * common/common-exceptions.h (exception_none): Don't declare.
10422 * common/common-exceptions.c (exception_none): Don't define.
10423 (struct catcher) <exception>: Update.
10424 * cli/cli-interp.c (safe_execute_command): Update.
10425 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10426
cf532bd1
AT
104272019-04-25 Ali Tamur <tamur@google.com>
10428
10429 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10430 (read_attribute_value): Likewise.
10431 (dwarf2_read_addr_index): Update comment.
10432 (read_str_index): Add DW_FORM_strx.
10433 (dwarf2_string_attr): Likewise.
10434 (dwarf2_const_value_attr): Likewise.
10435 (dump_die_shallow): Likewise.
10436 (dwarf2_fetch_constant_bytes): Likewise.
10437 (skip_form_bytes): Likewise.
10438 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10439
82433e3e
SDJ
104402019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10441
10442 PR corefiles/11608
10443 PR corefiles/18187
10444 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10445 OFFSET. Verify if current mapping contains an ELF header.
10446 (linux_find_memory_regions_full): Adjust call to
10447 dump_mapping_p.
10448
723adb65
SL
104492019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10450 Kang Li <kanglictf@gmail.com>
10451
10452 PR gdb/21600
10453
10454 * dwarf2-frame.c (read_initial_length): Be consistent about using
10455 unsigned representation of length.
10456 (decode_frame_entry_1): Likewise. Check for wraparound of
10457 end pointer as well as buffer overflow.
10458
596179f7
SDJ
104592019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10460
10461 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10462 "vq".
10463
a59240a4
TT
104642019-04-24 Tom Tromey <tromey@adacore.com>
10465
10466 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10467
f872fdbb
AB
104682019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10469
10470 * s12z-tdep.c (s12z_unwind_pc): Delete.
10471 (s12z_unwind_sp): Delete.
10472 (s12z_gdbarch_init): Don't register deleted functions with
10473 gdbarch.
10474
b614e6f3
AB
104752019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10476
10477 * rl78-tdep.c (rl78_unwind_sp): Delete.
10478 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10479
14faed38
AB
104802019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10481
10482 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10483 (xstormy16_unwind_pc): Delete.
10484 (xstormy16_dummy_id): Delete.
10485 (xstormy16_gdbarch_init): Don't register deleted functions with
10486 gdbarch.
10487
541aad8a
AB
104882019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10489
10490 * vax-tdep.c (vax_unwind_pc): Delete.
10491 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10492
29222070
AB
104932019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10494
10495 * v850-tdep.c (v850_unwind_sp): Delete.
10496 (v850_unwind_pc): Delete.
10497 (v850_dummy_id): Delete.
10498 (v850_gdbarch_init): Don't register deleted functions with
10499 gdbarch.
10500
0f534d76
AB
105012019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10502
10503 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10504 (tilegx_unwind_pc): Delete.
10505 (tilegx_unwind_dummy_id): Delete.
10506 (tilegx_gdbarch_init): Don't register deleted functions with
10507 gdbarch.
10508
1ba7b7f9
AB
105092019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10510
10511 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10512 (tic6x_dummy_id): Delete.
10513 (tic6x_gdbarch_init): Don't register deleted functions with
10514 gdbarch.
10515
d31f262c
AB
105162019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10517
10518 * sparc-tdep.c (sparc_unwind_pc): Delete.
10519 (sparc32_gdbarch_init): Don't register deleted function with
10520 gdbarch.
10521
6d14d64d
AB
105222019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10523
10524 * sh-tdep.c (sh_unwind_sp): Delete.
10525 (sh_unwind_pc): Delete.
10526 (sh_dummy_id): Delete.
10527 (sh_gdbarch_init): Don't register deleted functions with
10528 gdbarch.
10529
a40dde9d
AB
105302019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10531
10532 * score-tdep.c (score_unwind_sp): Delete.
10533 (score_unwind_pc): Delete.
10534 (score_dummy_id): Delete.
10535 (score_gdbarch_init): Don't register deleted functions with
10536 gdbarch.
10537
47c47d69
AB
105382019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10539
10540 * rx-tdep.c (rx_unwind_pc): Delete.
10541 (rx_unwind_sp): Delete.
10542 (rx_dummy_id): Delete.
10543 (rx_gdbarch_init): Don't register deleted functions with
10544 gdbarch. Update comment.
10545
833a4480
AB
105462019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10547
10548 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10549 (rs6000_dummy_id): Delete.
10550 (rs6000_gdbarch_init): Don't register deleted functions with
10551 gdbarch.
10552
3f2cef49
AB
105532019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10554
10555 * or1k-tdep.c (or1k_dummy_id): Delete.
10556 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10557
96acf884
AB
105582019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10559
10560 * nios2-tdep.c (nios2_dummy_id): Delete.
10561 (nios2_unwind_sp): Delete.
10562 (nios2_gdbarch_init): Don't register deleted functions with
10563 gdbarch.
10564
ca0ab0aa
AB
105652019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10566
10567 * nds32-tdep.c (nds32_dummy_id): Delete.
10568 (nds32_unwind_pc): Delete.
10569 (nds32_unwind_sp): Delete.
10570 (nds32_gdbarch_init): Don't register deleted functions with
10571 gdbarch.
10572
c8259044
AB
105732019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10574
10575 * msp430-tdep.c (msp430_unwind_pc): Delete.
10576 (msp430_unwind_sp): Delete.
10577 (msp430_dummy_id): Delete.
10578 (msp430_gdbarch_init): Don't register deleted functions with
10579 gdbarch.
10580
27f113c8
AB
105812019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10582
10583 * moxie-tdep.c (moxie_unwind_sp): Delete.
10584 (moxie_unwind_pc): Delete.
10585 (moxie_dummy_id): Delete.
10586 (moxie_gdbarch_init): Don't register deleted functions with
10587 gdbarch.
10588
aee6c3cd
AB
105892019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10590
10591 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10592 (mn10300_unwind_pc): Delete.
10593 (mn10300_unwind_sp): Delete.
10594 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10595 mn10300_unwind_sp.
10596 (mn10300_frame_unwind_init): Don't register deleted functions with
10597 gdbarch.
10598
8e2b5aea
AB
105992019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10600
10601 * mep-tdep.c (mep_unwind_pc): Delete.
10602 (mep_unwind_sp): Delete.
10603 (mep_dummy_id): Delete.
10604 (mep_gdbarch_init): Don't register deleted functions with
10605 gdbarch.
10606
43cf3ede
AB
106072019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10608
10609 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10610 (m68hc11_unwind_sp): Delete.
10611 (m68hc11_gdbarch_init): Don't register deleted functions with
10612 gdbarch.
10613
5e79b7bb
AB
106142019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10615
10616 * m32r-tdep.c (m32r_unwind_sp): Delete.
10617 (m32r_unwind_pc): Delete.
10618 (m32r_dummy_id): Delete.
10619 (m32r_gdbarch_init): Don't register deleted functions with
10620 gdbarch.
10621
89b268d8
AB
106222019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10623
10624 * m32c-tdep.c (m32c_unwind_pc): Delete.
10625 (m32c_unwind_sp): Delete.
10626 (m32c_dummy_id): Delete.
10627 (m32c_gdbarch_init): Don't register deleted functions with
10628 gdbarch.
10629
946c28d2
AB
106302019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10631
10632 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10633 (lm32_unwind_pc): Delete.
10634 (lm32_dummy_id): Delete.
10635 (lm32_gdbarch_init): Don't register deleted functions with
10636 gdbarch.
10637
bf12844a
AB
106382019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10639
10640 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10641 (iq2000_unwind_pc): Delete.
10642 (iq2000_dummy_id): Delete.
10643 (iq2000_gdbarch_init): Don't register deleted functions with
10644 gdbarch.
10645
ecbc06d2
AB
106462019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10647
10648 * nds32-tdep.c (nds32_type_align): Delete.
10649 (nds32_push_dummy_call): Use type_align instead.
10650
030197b4
AB
106512019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10652
10653 * arm-tdep.c (arm_type_align): Only handle vector override case.
10654 (arm_push_dummy_call): Use type_align.
10655 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10656
b907456c
AB
106572019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10658
10659 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10660 case.
10661 (pass_on_stack): Use type_align.
10662 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10663 function.
10664
9e97ba43
TT
106652019-04-23 Tom Tromey <tromey@adacore.com>
10666
10667 * dwarf2read.c (line_header::file_name_at): Remove unused
10668 overload.
10669
6892f601
TV
106702019-04-23 Tom de Vries <tdevries@suse.de>
10671
10672 PR gdb/24438
10673 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10674 invocation.
10675
336d760d
AT
10676
106772019-03-27 Ali Tamur <tamur@google.com>
10678
10679 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10680 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10681 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10682 (dwarf_expr_context::get_addr_index): Likewise
10683 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10684 (symbol_needs_eval_context::get_addr_index): Likewise
10685 (disassemble_dwarf_expression): Add DW_OP_addrx
10686 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10687 (read_cutu_die_from_dwo): Update comment
10688 (skip_one_die): Add DW_FORM_addrx
10689 (read_attribute_value): Likewise
10690 (var_decode_location): Add DW_OP_addrx
10691 (dwarf2_const_value_attr): Add DW_FORM_addrx
10692 (dump_die_shallow): Likewise
10693 (dwarf2_fetch_constant_bytes): Likewise
10694 (decode_locdesc): Add DW_OP_addrx
10695 (skip_form_bytes): Add DW_FORM_addrx
10696
ad9d13f8
AT
106972019-04-22 Ali Tamur <tamur@google.com>
10698
10699 * MAINTAINERS (Write After Approval): Add self.
10700
d70cc3ba
SM
107012019-04-22 Simon Marchi <simon.marchi@efficios.com>
10702
10703 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10704 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10705 (open_symbol_file_object): Likewise.
10706 (svr4_default_sos): Add info parameter.
10707 (svr4_read_so_list): Likewise.
10708 (svr4_current_sos_direct): Adjust functions calls to pass down
10709 info.
10710 (svr4_current_sos_1): Add info parameter.
10711 (svr4_current_sos): Call get_svr4_info, pass info down to
10712 svr4_current_sos_1.
10713 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10714 get_svr4_info.
10715 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10716 get_svr4_info.
10717 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10718 to get_svr4_info.
10719 (probes_table_remove_objfile_probes): Likewise.
10720 (register_solib_event_probe): Add info parameter.
10721 (solist_update_incremental): Pass info parameter down to
10722 svr4_read_so_list.
10723 (disable_probes_interface): Add info parameter.
10724 (svr4_handle_solib_event): Pass current_program_space to
10725 get_svr4_info. Adjust disable_probes_interface cleanup.
10726 (svr4_create_probe_breakpoints): Add info parameter, pass it
10727 down to register_solib_event_probe.
10728 (svr4_create_solib_event_breakpoints): Add info parameter,
10729 pass it down to svr4_create_probe_breakpoints.
10730 (enable_break): Pass info down to
10731 svr4_create_solib_event_breakpoints.
10732 (svr4_solib_create_inferior_hook): Pass current_program_space to
10733 get_svr4_info.
10734 (svr4_clear_solib): Likewise.
10735
7905fc35
PA
107362019-04-22 Pedro Alves <palves@redhat.com>
10737
10738 * solib-svr4.c (svr4_free_objfile_observer): New.
10739 (probe_and_action::objfile): New field.
10740 (probes_table_htab_remove_objfile_probes)
10741 (probes_table_remove_objfile_probes): New functions.
10742 (register_solib_event_probe): Add 'objfile' parameter. Store it
10743 in the new probe_and_action. Don't store the probe in 'lookup'.
10744 (svr4_create_probe_breakpoints): Pass objfile to
10745 register_solib_event_probe.
10746 (_initialize_svr4_solib): Register a free_objfile observer.
10747
fb881986
TT
107482019-04-19 Tom Tromey <tom@tromey.com>
10749
10750 * common/queue.h: Remove.
10751
8732db6c
TT
107522019-04-19 Tom Tromey <tom@tromey.com>
10753
10754 * event-loop.c: Don't include "common/queue.h".
10755
97dfbadd
TT
107562019-04-19 Tom Tromey <tom@tromey.com>
10757
10758 * remote.c (remote_target): Use delete.
10759 * remote-notif.h: Include <list>, not "common/queue.h".
10760 (notif_client_p): Remove typedef.
10761 (remote_notif_state): Add constructor, destructor, initializer.
10762 <notif_queue>: Now a std::list.
10763 (remote_notif_state_xfree): Don't declare.
10764 * remote-notif.c (remote_notif_process, handle_notification)
10765 (remote_notif_state_allocate): Update.
10766 (~remote_notif_state): Rename from remote_notif_state_xfree.
10767
cf250e36
TT
107682019-04-19 Tom Tromey <tom@tromey.com>
10769
10770 * symfile.c (reread_symbols): Update.
10771 * objfiles.c (objfile_register_static_link)
10772 (objfile_lookup_static_link): Update
10773 (~objfile) Don't delete static_links.
10774 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10775
61f4b350
TT
107762019-04-19 Tom Tromey <tom@tromey.com>
10777
10778 * type-stack.h (struct type_stack) <insert>: Constify string.
10779 * type-stack.c (type_stack::insert): Constify string.
10780 * gdbtypes.h (lookup_template_type): Update.
10781 (address_space_name_to_int): Update.
10782 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10783 const.
10784 (lookup_template_type): Make name const.
10785 * c-exp.y: Update rules.
10786 (lex_one_token, classify_name, classify_inner_name)
10787 (c_print_token): Update.
10788 * p-exp.y: Update rules.
10789 (yylex): Update.
10790 * f-exp.y: Update rules.
10791 (yylex): Update.
10792 * d-exp.y: Update rules.
10793 (lex_one_token, classify_name, classify_inner_name): Update.
10794 * parse.c (write_dollar_variable, copy_name): Return std::string.
10795 * parser-defs.h (copy_name): Change return type.
10796 * m2-exp.y: Update rules.
10797 (yylex): Update.
10798 * go-exp.y (lex_one_token): Update.
10799 Update rules.
10800 (classify_unsafe_function, classify_packaged_name)
10801 (classify_name, yylex): Update.
10802
189b8c2e
ST
108032019-04-19 Sergei Trofimovich <siarheit@google.com>
10804
10805 * configure.ac: add --enable-source-highlight switch.
10806 * configure: Regenerate.
10807 * top.c (print_gdb_version): plumb --enable-source-highlight
10808 status to "show configuration".
10809
8ecb59f8
TT
108102019-04-19 Tom Tromey <tromey@adacore.com>
10811
10812 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10813 Check ADA_TYPE_P.
10814 (empty_record, ada_template_to_fixed_record_type_1)
10815 (template_to_static_fixed_type)
10816 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10817 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10818 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10819 macros.
10820
62160ec9
TT
108212019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10822
10823 PR symtab/24423:
10824 * source.c (print_source_lines_base): Advance "iter" when a
10825 control character is seen.
10826
f2ae8bc8
PW
108272019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10828
10829 * inferior.h (struct infcall_suspend_state_deleter):
10830 Catch exception in destructor to avoid crash.
10831
d563b953
PW
108322019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10833
10834 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10835 close to the add_com "shell".
10836
dc34c897
TT
108372019-04-18 Tom Tromey <tromey@adacore.com>
10838
10839 * process-stratum-target.h (class process_stratum_target)
10840 <stratum>: Add "final".
10841
a12e5744
TT
108422019-04-17 Tom Tromey <tromey@adacore.com>
10843
10844 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10845 against nullptr before use.
10846
a7e559cc
AH
108472019-04-17 Alan Hayward <alan.hayward@arm.com>
10848
10849 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10850
c01660c6
AB
108512019-04-17 Jim Wilson <jimw@sifive.com>
10852 Andrew Burgess <andrew.burgess@embecosm.com>
10853
10854 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10855 code read might fail, assume 4-byte breakpoint in that case.
10856
4aa866af
LS
108572019-04-15 Leszek Swirski <leszeks@google.com>
10858
10859 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10860 rather than a hand-rolled POD check when checking for forced MEMORY
10861 classification.
10862
48574d91
AH
108632019-04-15 Alan Hayward <alan.hayward@arm.com>
10864
10865 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10866 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10867 function.
10868 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10869 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10870 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10871 declaration.
10872
4da037ef
AH
108732019-04-15 Alan Hayward <alan.hayward@arm.com>
10874
10875 * aarch64-linux-nat.c
10876 (aarch64_linux_nat_target::thread_architecture): Add override.
10877 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10878 each VQ.
10879
ccb8d7e8
AH
108802019-04-15 Alan Hayward <alan.hayward@arm.com>
10881
10882 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10883
35add35e
AB
108842019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10885
10886 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10887 target types of size 96-bits, add some additional comments, and
10888 check that the builtin type we found was the correct size.
10889
51196bbc
EZ
108902019-04-12 Eli Zaretskii <eliz@gnu.org>
10891
10892 * utils.c (prompt_for_continue): Don't restore the styling at the
10893 end, as applied_style has the wrong value. This fixes styling in
10894 long lists of file names that are interrupted by the "Continue?"
10895 prompt.
10896
62253a61
AB
108972019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10898
10899 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10900 * c-lang.c (c_language_defn): Likewise.
10901 (cplus_language_defn): Likewise.
10902 (asm_language_defn): Likewise.
10903 (minimal_language_defn): Likewise.
10904 * d-lang.c (d_language_defn): Likewise.
10905 * f-lang.c (f_language_defn): Likewise.
10906 * go-lang.c (go_language_defn): Likewise.
10907 * language.c (unknown_language_defn): Likewise.
10908 (auto_language_defn): Likewise.
10909 * language.h (struct language_defn): Remove la_magic field.
10910 (LANG_MAGIC): Delete.
10911 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10912 * objc-lang.c (objc_language_defn): Likewise.
10913 * opencl-lang.c (opencl_language_defn): Likewise.
10914 * p-lang.c (pascal_language_defn): Likewise.
10915 * rust-lang.c (rust_language_defn): Likewise.
10916
a9158a86
AB
109172019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10918
10919 * riscv-tdep.c (riscv_type_align): New function.
10920 (riscv_type_alignment): Delete.
10921 (riscv_arg_location): Use 'type_align'.
10922 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
10923
41077b66
AB
109242019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10925
10926 * gdbtypes.c (type_align): A struct with no non-static fields also
10927 has alignment of 1.
10928
9f0272f8
AB
109292019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10930
10931 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
10932 component to 0.
10933 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
10934 member.
10935 (riscv_struct_info::analyse): New implementation using new
10936 analyse_inner member function.
10937 (riscv_struct_info::field_offset): New member function.
10938 (riscv_struct_info::m_offsets): New member variable.
10939 (riscv_struct_info::analyse_inner): New private member function,
10940 takes the old implementation of riscv_struct_info::analyse but
10941 extended to track field offsets.
10942 (riscv_call_arg_struct): Update the struct folding special cases
10943 to handle cases where empty C++ structs, which are non-zero
10944 length, are found.
10945 (riscv_arg_location): Initialise the length of each location, a
10946 non-zero length now indicates the location is in use.
10947 (riscv_push_dummy_call): Allow for the first location having a
10948 non-zero offset when setting up arguments.
10949 (riscv_return_value): Likewise, but for return values.
10950
02cf60c7
TT
109512019-04-11 Tom Tromey <tromey@adacore.com>
10952
10953 * utils.c (internal_vproblem): Make "msg" const.
10954
68811f8f
AH
109552019-04-11 Alan Hayward <alan.hayward@arm.com>
10956
10957 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
10958 * trad-frame.c (trad_frame_reset_saved_regs): New function.
10959 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
10960 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
10961
3f52fdbc
KB
109622019-04-10 Kevin Buettner <kevinb@redhat.com>
10963
10964 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
10965 function.
10966 (fill_gregset): Call amd64_linux_collect_native_gregset instead
10967 of amd64_collect_native_gregset.
10968 (amd64_linux_nat_target::store_registers): Likewise.
10969
e9ad22ee
TT
109702019-04-10 Tom Tromey <tom@tromey.com>
10971
10972 * symtab.c (lookup_global_symbol_from_objfile)
10973 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
10974 * objfiles.h (class separate_debug_iterator): New.
10975 (class separate_debug_range): New.
10976 (struct objfile) <separate_debug_objfiles>: New method.
10977 (objfile_separate_debug_iterate): Don't declare.
10978 * objfiles.c (separate_debug_iterator::operator++): Rename from
10979 objfile_separate_debug_iterate.
10980 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
10981 iterator.
10982 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
10983 iterator.
10984
ee371134
TT
109852019-04-10 Tom Tromey <tom@tromey.com>
10986
10987 * symfile.c (reread_symbols): Remove old comment.
10988 * objfiles.c (free_all_objfiles): Fix a typo.
10989
bf227d61
TT
109902019-04-10 Tom Tromey <tom@tromey.com>
10991
10992 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
10993 * minsyms.c (lookup_minimal_symbol): Use foreach.
10994 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
10995 (lookup_minimal_symbol_solib_trampoline): Likewise.
10996 * symfile.c (reread_symbols): Use foreach.
10997
8dc433a0
TT
109982019-04-09 Ivan Begert <ivanbegert@gmail.com>
10999 Tom Tromey <tromey@adacore.com>
11000
11001 PR rust/24414:
11002 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
11003 (rust_lex_int_test): Change "value" to be LONGEST.
11004 (rust_lex_tests): Add test for long integer literal.
11005
9ab8741a
TT
110062019-04-09 Tom Tromey <tromey@adacore.com>
11007
11008 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
11009 to bool.
11010 (extended_remote_target::attach): Update.
11011 (remote_target::remote_notice_new_inferior): Update.
11012 (remote_target::add_current_inferior_and_thread): Update.
11013 * inferior.c (exit_inferior_1): Use "false".
11014 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
11015
e242fd12
SM
110162019-04-09 Simon Marchi <simon.marchi@efficios.com>
11017
9ca1957f 11018 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
e242fd12
SM
11019 the "start" command.
11020
2b0c8b01
KB
110212019-04-08 Kevin Buettner <kevinb@redhat.com>
11022
11023 * python/py-inferior.c (infpy_thread_from_thread_handle):
11024 Adjust comments to reflect renaming of thread_from_thread_handle
11025 to thread_from_handle. Adjust keywords. Fix type error message.
11026 (inferior_object_methods): Add thread_from_handle. Retain
11027 thread_from_thread_handle, but mark it as deprecated.
11028
50a82723
KB
110292019-04-08 Kevin Buettner <kevinb@redhat.com>
11030
11031 * gdbthread.h (find_thread_by_handle): Revise declaration.
11032 * thread.c (find_thread_by_handle): Likewise. Adjust
11033 implementation too.
11034 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
11035 support for buffer objects as handles.
11036
cf63b016
KB
110372019-04-08 Kevin Buettner <kevinb@redhat.com>
11038
11039 * python/py-infthread.c (thpy_thread_handle): New function.
11040 (thread_object_methods): Register thpy_thread_handle.
11041
3d6c6204
KB
110422019-04-08 Kevin Buettner <kevinb@redhat.com>
11043
11044 * gdbthread.h (thread_to_thread_handle): Declare.
11045 * thread.c (gdbtypes.h): Include.
11046 (thread_to_thread_handle): New function.
11047
11048 * target.h (struct target_ops): Add thread_info_to_thread_handle.
11049 (target_thread_info_to_thread_handle): Declare.
11050 * target.c (target_thread_info_to_thread_handle): New function.
11051 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
11052 * target-delegates.c: Regenerate.
11053
11054 * linux-thread-db.c (class thread_db_target): Add method
11055 thread_info_to_thread_handle.
11056 (thread_db_target::thread_info_to_thread_handle): Define.
11057 * remote.c (class remote_target): Add new method
11058 thread_info_to_thread_handle.
11059 (remote_target::thread_info_to_thread_handle): Define.
11060
56be6ea8
PA
110612019-04-08 Pedro Alves <palves@redhat.com>
11062
11063 * common/common-exceptions.c (throw_exception): Don't create
11064 named object to throw; throw directly.
11065 (throw_it): Likewise. Don't initialize gdb_exception::message
11066 here, with new; pass FMT and AP to the ctor instead.
11067 * common/common-exceptions.h: Include <string>.
11068 (gdb_exception::gdb_exception(enum return_reason, enum errors,
11069 const char *, va_list)): New ctor. Use std::make_shared.
11070 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
11071 errors)): Delete.
11072 (gdb_exception_error::gdb_exception_error(enum errors, const char
11073 *, va_list)): New.
11074 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
11075 Add assertion.
11076 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
11077 errors)): Delete.
11078 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
11079 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
11080 Add assertion.
11081
eedc3f4f
TT
110822019-04-08 Tom Tromey <tom@tromey.com>
11083
11084 * valops.c (value_rtti_indirect_type): Replace throw_exception
11085 with throw.
11086 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
11087 with throw.
11088 * thread.c (thr_try_catch_cmd): Replace throw_exception with
11089 throw.
11090 * target.c (target_translate_tls_address): Replace throw_exception
11091 with throw.
11092 * stack.c (frame_apply_command_count): Replace throw_exception
11093 with throw.
11094 * solib-spu.c (append_ocl_sos): Replace throw_exception with
11095 throw.
11096 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
11097 with throw.
11098 * rs6000-tdep.c (rs6000_frame_cache)
11099 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
11100 * remote.c: Replace throw_exception with throw.
11101 * record-full.c (record_full_message, record_full_wait_1)
11102 (record_full_restore): Replace throw_exception with throw.
11103 * record-btrace.c:
11104 (get_thread_current_frame_id, record_btrace_start_replaying)
11105 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
11106 (cmd_record_btrace_start): Replace throw_exception with throw.
11107 * parse.c (parse_exp_in_context_1): Replace throw_exception with
11108 throw.
11109 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
11110 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
11111 * linespec.c:
11112 (find_linespec_symbols): Replace throw_exception with throw.
11113 * infrun.c (displaced_step_prepare, resume): Replace
11114 throw_exception with throw.
11115 * infcmd.c (post_create_inferior): Replace throw_exception with
11116 throw.
11117 * inf-loop.c (inferior_event_handler): Replace throw_exception
11118 with throw.
11119 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11120 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
11121 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
11122 (get_prev_frame_always, get_frame_pc_if_available)
11123 (get_frame_address_in_block_if_available, get_frame_language):
11124 Replace throw_exception with throw.
11125 * frame-unwind.c (frame_unwind_try_unwinder): Replace
11126 throw_exception with throw.
11127 * eval.c (fetch_subexp_value, evaluate_var_value)
11128 (evaluate_funcall, evaluate_subexp_standard): Replace
11129 throw_exception with throw.
11130 * dwarf2loc.c (call_site_find_chain)
11131 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
11132 Replace throw_exception with throw.
11133 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
11134 with throw.
11135 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
11136 throw.
11137 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
11138 * completer.c (complete_line_internal): Replace throw_exception
11139 with throw.
11140 * compile/compile-object-run.c (compile_object_run): Replace
11141 throw_exception with throw.
11142 * cli/cli-script.c (process_next_line): Replace throw_exception
11143 with throw.
11144 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11145 (btrace_enable, btrace_maint_update_pt_packets): Replace
11146 throw_exception with throw.
11147 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11148 throw_exception with throw.
11149 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11150 throw_exception with throw.
11151 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11152 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11153 * aarch64-tdep.c (aarch64_make_prologue_cache)
11154 (aarch64_make_stub_cache): Replace throw_exception with throw.
11155
26003a20
TT
111562019-04-08 Tom Tromey <tom@tromey.com>
11157
11158 * common/common-exceptions.c (throw_exception): Rename from
11159 throw_exception_cxx. Remove old copy. Make argument const.
11160 (throw_it): Create and throw exception objects directly.
11161 * common/common-exceptions.h (throw_exception): Make argument
11162 const.
11163 (struct gdb_exception_error): Add constructor.
11164 (struct gdb_exception_quit): Add constructor.
11165
d272eb37
TT
111662019-04-08 Tom Tromey <tom@tromey.com>
11167
11168 * common/common-exceptions.h (exception_rethrow): Don't declare.
11169 (TRY_SJLJ): Update comment.
11170 (TRY, CATCH, END_CATCH): Remove.
11171 * common/common-exceptions.c (exception_rethrow): Remove.
11172
230d2906
TT
111732019-04-08 Tom Tromey <tom@tromey.com>
11174
11175 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11176 Remove.
11177 (gdb_exception_error): Rename from
11178 gdb_exception_RETURN_MASK_ERROR.
11179 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11180 (gdb_quit_bad_alloc): Update.
11181 * aarch64-tdep.c: Update.
11182 * ada-lang.c: Update.
11183 * ada-typeprint.c: Update.
11184 * ada-valprint.c: Update.
11185 * amd64-tdep.c: Update.
11186 * arch-utils.c: Update.
11187 * break-catch-throw.c: Update.
11188 * breakpoint.c: Update.
11189 * btrace.c: Update.
11190 * c-varobj.c: Update.
11191 * cli/cli-cmds.c: Update.
11192 * cli/cli-interp.c: Update.
11193 * cli/cli-script.c: Update.
11194 * common/common-exceptions.c: Update.
11195 * common/new-op.c: Update.
11196 * common/selftest.c: Update.
11197 * compile/compile-c-symbols.c: Update.
11198 * compile/compile-cplus-symbols.c: Update.
11199 * compile/compile-object-load.c: Update.
11200 * compile/compile-object-run.c: Update.
11201 * completer.c: Update.
11202 * corelow.c: Update.
11203 * cp-abi.c: Update.
11204 * cp-support.c: Update.
11205 * cp-valprint.c: Update.
11206 * darwin-nat.c: Update.
11207 * disasm-selftests.c: Update.
11208 * dtrace-probe.c: Update.
11209 * dwarf-index-cache.c: Update.
11210 * dwarf-index-write.c: Update.
11211 * dwarf2-frame-tailcall.c: Update.
11212 * dwarf2-frame.c: Update.
11213 * dwarf2loc.c: Update.
11214 * dwarf2read.c: Update.
11215 * eval.c: Update.
11216 * event-loop.c: Update.
11217 * event-top.c: Update.
11218 * exec.c: Update.
11219 * f-valprint.c: Update.
11220 * fbsd-tdep.c: Update.
11221 * frame-unwind.c: Update.
11222 * frame.c: Update.
11223 * gdbtypes.c: Update.
11224 * gnu-v3-abi.c: Update.
11225 * guile/guile-internal.h: Update.
11226 * guile/scm-block.c: Update.
11227 * guile/scm-breakpoint.c: Update.
11228 * guile/scm-cmd.c: Update.
11229 * guile/scm-disasm.c: Update.
11230 * guile/scm-frame.c: Update.
11231 * guile/scm-lazy-string.c: Update.
11232 * guile/scm-math.c: Update.
11233 * guile/scm-param.c: Update.
11234 * guile/scm-ports.c: Update.
11235 * guile/scm-pretty-print.c: Update.
11236 * guile/scm-symbol.c: Update.
11237 * guile/scm-symtab.c: Update.
11238 * guile/scm-type.c: Update.
11239 * guile/scm-value.c: Update.
11240 * i386-linux-tdep.c: Update.
11241 * i386-tdep.c: Update.
11242 * inf-loop.c: Update.
11243 * infcall.c: Update.
11244 * infcmd.c: Update.
11245 * infrun.c: Update.
11246 * jit.c: Update.
11247 * language.c: Update.
11248 * linespec.c: Update.
11249 * linux-fork.c: Update.
11250 * linux-nat.c: Update.
11251 * linux-tdep.c: Update.
11252 * linux-thread-db.c: Update.
11253 * main.c: Update.
11254 * mi/mi-cmd-break.c: Update.
11255 * mi/mi-cmd-stack.c: Update.
11256 * mi/mi-interp.c: Update.
11257 * mi/mi-main.c: Update.
11258 * objc-lang.c: Update.
11259 * p-valprint.c: Update.
11260 * parse.c: Update.
11261 * ppc-linux-tdep.c: Update.
11262 * printcmd.c: Update.
11263 * python/py-arch.c: Update.
11264 * python/py-breakpoint.c: Update.
11265 * python/py-cmd.c: Update.
11266 * python/py-finishbreakpoint.c: Update.
11267 * python/py-frame.c: Update.
11268 * python/py-framefilter.c: Update.
11269 * python/py-gdb-readline.c: Update.
11270 * python/py-inferior.c: Update.
11271 * python/py-infthread.c: Update.
11272 * python/py-lazy-string.c: Update.
11273 * python/py-linetable.c: Update.
11274 * python/py-objfile.c: Update.
11275 * python/py-param.c: Update.
11276 * python/py-prettyprint.c: Update.
11277 * python/py-progspace.c: Update.
11278 * python/py-record-btrace.c: Update.
11279 * python/py-record.c: Update.
11280 * python/py-symbol.c: Update.
11281 * python/py-type.c: Update.
11282 * python/py-unwind.c: Update.
11283 * python/py-utils.c: Update.
11284 * python/py-value.c: Update.
11285 * python/python.c: Update.
11286 * record-btrace.c: Update.
11287 * record-full.c: Update.
11288 * remote-fileio.c: Update.
11289 * remote.c: Update.
11290 * riscv-tdep.c: Update.
11291 * rs6000-aix-tdep.c: Update.
11292 * rs6000-tdep.c: Update.
11293 * rust-exp.y: Update.
11294 * rust-lang.c: Update.
11295 * s390-tdep.c: Update.
11296 * selftest-arch.c: Update.
11297 * solib-dsbt.c: Update.
11298 * solib-frv.c: Update.
11299 * solib-spu.c: Update.
11300 * solib-svr4.c: Update.
11301 * solib.c: Update.
11302 * sparc64-linux-tdep.c: Update.
11303 * stack.c: Update.
11304 * symfile-mem.c: Update.
11305 * symmisc.c: Update.
11306 * target.c: Update.
11307 * thread.c: Update.
11308 * top.c: Update.
11309 * tracefile-tfile.c: Update.
11310 * tui/tui.c: Update.
11311 * typeprint.c: Update.
11312 * unittests/cli-utils-selftests.c: Update.
11313 * unittests/parse-connection-spec-selftests.c: Update.
11314 * valops.c: Update.
11315 * valprint.c: Update.
11316 * value.c: Update.
11317 * varobj.c: Update.
11318 * windows-nat.c: Update.
11319 * x86-linux-nat.c: Update.
11320 * xml-support.c: Update.
11321
a70b8144
TT
113222019-04-08 Tom Tromey <tom@tromey.com>
11323
11324 * xml-support.c: Use C++ exception handling.
11325 * x86-linux-nat.c: Use C++ exception handling.
11326 * windows-nat.c: Use C++ exception handling.
11327 * varobj.c: Use C++ exception handling.
11328 * value.c: Use C++ exception handling.
11329 * valprint.c: Use C++ exception handling.
11330 * valops.c: Use C++ exception handling.
11331 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11332 handling.
11333 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11334 * typeprint.c: Use C++ exception handling.
11335 * tui/tui.c: Use C++ exception handling.
11336 * tracefile-tfile.c: Use C++ exception handling.
11337 * top.c: Use C++ exception handling.
11338 * thread.c: Use C++ exception handling.
11339 * target.c: Use C++ exception handling.
11340 * symmisc.c: Use C++ exception handling.
11341 * symfile-mem.c: Use C++ exception handling.
11342 * stack.c: Use C++ exception handling.
11343 * sparc64-linux-tdep.c: Use C++ exception handling.
11344 * solib.c: Use C++ exception handling.
11345 * solib-svr4.c: Use C++ exception handling.
11346 * solib-spu.c: Use C++ exception handling.
11347 * solib-frv.c: Use C++ exception handling.
11348 * solib-dsbt.c: Use C++ exception handling.
11349 * selftest-arch.c: Use C++ exception handling.
11350 * s390-tdep.c: Use C++ exception handling.
11351 * rust-lang.c: Use C++ exception handling.
11352 * rust-exp.y: Use C++ exception handling.
11353 * rs6000-tdep.c: Use C++ exception handling.
11354 * rs6000-aix-tdep.c: Use C++ exception handling.
11355 * riscv-tdep.c: Use C++ exception handling.
11356 * remote.c: Use C++ exception handling.
11357 * remote-fileio.c: Use C++ exception handling.
11358 * record-full.c: Use C++ exception handling.
11359 * record-btrace.c: Use C++ exception handling.
11360 * python/python.c: Use C++ exception handling.
11361 * python/py-value.c: Use C++ exception handling.
11362 * python/py-utils.c: Use C++ exception handling.
11363 * python/py-unwind.c: Use C++ exception handling.
11364 * python/py-type.c: Use C++ exception handling.
11365 * python/py-symbol.c: Use C++ exception handling.
11366 * python/py-record.c: Use C++ exception handling.
11367 * python/py-record-btrace.c: Use C++ exception handling.
11368 * python/py-progspace.c: Use C++ exception handling.
11369 * python/py-prettyprint.c: Use C++ exception handling.
11370 * python/py-param.c: Use C++ exception handling.
11371 * python/py-objfile.c: Use C++ exception handling.
11372 * python/py-linetable.c: Use C++ exception handling.
11373 * python/py-lazy-string.c: Use C++ exception handling.
11374 * python/py-infthread.c: Use C++ exception handling.
11375 * python/py-inferior.c: Use C++ exception handling.
11376 * python/py-gdb-readline.c: Use C++ exception handling.
11377 * python/py-framefilter.c: Use C++ exception handling.
11378 * python/py-frame.c: Use C++ exception handling.
11379 * python/py-finishbreakpoint.c: Use C++ exception handling.
11380 * python/py-cmd.c: Use C++ exception handling.
11381 * python/py-breakpoint.c: Use C++ exception handling.
11382 * python/py-arch.c: Use C++ exception handling.
11383 * printcmd.c: Use C++ exception handling.
11384 * ppc-linux-tdep.c: Use C++ exception handling.
11385 * parse.c: Use C++ exception handling.
11386 * p-valprint.c: Use C++ exception handling.
11387 * objc-lang.c: Use C++ exception handling.
11388 * mi/mi-main.c: Use C++ exception handling.
11389 * mi/mi-interp.c: Use C++ exception handling.
11390 * mi/mi-cmd-stack.c: Use C++ exception handling.
11391 * mi/mi-cmd-break.c: Use C++ exception handling.
11392 * main.c: Use C++ exception handling.
11393 * linux-thread-db.c: Use C++ exception handling.
11394 * linux-tdep.c: Use C++ exception handling.
11395 * linux-nat.c: Use C++ exception handling.
11396 * linux-fork.c: Use C++ exception handling.
11397 * linespec.c: Use C++ exception handling.
11398 * language.c: Use C++ exception handling.
11399 * jit.c: Use C++ exception handling.
11400 * infrun.c: Use C++ exception handling.
11401 * infcmd.c: Use C++ exception handling.
11402 * infcall.c: Use C++ exception handling.
11403 * inf-loop.c: Use C++ exception handling.
11404 * i386-tdep.c: Use C++ exception handling.
11405 * i386-linux-tdep.c: Use C++ exception handling.
11406 * guile/scm-value.c: Use C++ exception handling.
11407 * guile/scm-type.c: Use C++ exception handling.
11408 * guile/scm-symtab.c: Use C++ exception handling.
11409 * guile/scm-symbol.c: Use C++ exception handling.
11410 * guile/scm-pretty-print.c: Use C++ exception handling.
11411 * guile/scm-ports.c: Use C++ exception handling.
11412 * guile/scm-param.c: Use C++ exception handling.
11413 * guile/scm-math.c: Use C++ exception handling.
11414 * guile/scm-lazy-string.c: Use C++ exception handling.
11415 * guile/scm-frame.c: Use C++ exception handling.
11416 * guile/scm-disasm.c: Use C++ exception handling.
11417 * guile/scm-cmd.c: Use C++ exception handling.
11418 * guile/scm-breakpoint.c: Use C++ exception handling.
11419 * guile/scm-block.c: Use C++ exception handling.
11420 * guile/guile-internal.h: Use C++ exception handling.
11421 * gnu-v3-abi.c: Use C++ exception handling.
11422 * gdbtypes.c: Use C++ exception handling.
11423 * frame.c: Use C++ exception handling.
11424 * frame-unwind.c: Use C++ exception handling.
11425 * fbsd-tdep.c: Use C++ exception handling.
11426 * f-valprint.c: Use C++ exception handling.
11427 * exec.c: Use C++ exception handling.
11428 * event-top.c: Use C++ exception handling.
11429 * event-loop.c: Use C++ exception handling.
11430 * eval.c: Use C++ exception handling.
11431 * dwarf2read.c: Use C++ exception handling.
11432 * dwarf2loc.c: Use C++ exception handling.
11433 * dwarf2-frame.c: Use C++ exception handling.
11434 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11435 * dwarf-index-write.c: Use C++ exception handling.
11436 * dwarf-index-cache.c: Use C++ exception handling.
11437 * dtrace-probe.c: Use C++ exception handling.
11438 * disasm-selftests.c: Use C++ exception handling.
11439 * darwin-nat.c: Use C++ exception handling.
11440 * cp-valprint.c: Use C++ exception handling.
11441 * cp-support.c: Use C++ exception handling.
11442 * cp-abi.c: Use C++ exception handling.
11443 * corelow.c: Use C++ exception handling.
11444 * completer.c: Use C++ exception handling.
11445 * compile/compile-object-run.c: Use C++ exception handling.
11446 * compile/compile-object-load.c: Use C++ exception handling.
11447 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11448 * compile/compile-c-symbols.c: Use C++ exception handling.
11449 * common/selftest.c: Use C++ exception handling.
11450 * common/new-op.c: Use C++ exception handling.
11451 * cli/cli-script.c: Use C++ exception handling.
11452 * cli/cli-interp.c: Use C++ exception handling.
11453 * cli/cli-cmds.c: Use C++ exception handling.
11454 * c-varobj.c: Use C++ exception handling.
11455 * btrace.c: Use C++ exception handling.
11456 * breakpoint.c: Use C++ exception handling.
11457 * break-catch-throw.c: Use C++ exception handling.
11458 * arch-utils.c: Use C++ exception handling.
11459 * amd64-tdep.c: Use C++ exception handling.
11460 * ada-valprint.c: Use C++ exception handling.
11461 * ada-typeprint.c: Use C++ exception handling.
11462 * ada-lang.c: Use C++ exception handling.
11463 * aarch64-tdep.c: Use C++ exception handling.
11464
3d6e9d23
TT
114652019-04-08 Tom Tromey <tom@tromey.com>
11466
11467 * xml-support.c (gdb_xml_parser::parse): Update.
11468 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11469 * value.c (show_convenience): Update.
11470 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11471 (test_parse_flags_qcs): Update.
11472 * thread.c (thr_try_catch_cmd): Update.
11473 * target.c (target_translate_tls_address): Update.
11474 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11475 (info_frame_command_core, frame_apply_command_count): Update.
11476 * rust-exp.y (rust_lex_exception_test): Update.
11477 * riscv-tdep.c (riscv_print_one_register_info): Update.
11478 * remote.c (remote_target::enable_btrace): Update.
11479 * record-btrace.c (record_btrace_enable_warn): Update.
11480 * python/py-utils.c (gdbpy_convert_exception): Update.
11481 * printcmd.c (do_one_display, print_variable_and_value): Update.
11482 * mi/mi-main.c (mi_print_exception): Update.
11483 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11484 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11485 * linux-nat.c (linux_nat_target::attach): Update.
11486 * linux-fork.c (class scoped_switch_fork_info): Update.
11487 * infrun.c (displaced_step_prepare): Update.
11488 * infcall.c (call_function_by_hand_dummy): Update.
11489 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11490 * gnu-v3-abi.c (print_one_vtable): Update.
11491 * frame.c (get_prev_frame_always): Update.
11492 * f-valprint.c (info_common_command_for_block): Update.
11493 * exec.c (try_open_exec_file): Update.
11494 * exceptions.c (print_exception, exception_print)
11495 (exception_fprintf, exception_print_same): Update.
11496 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11497 * dwarf-index-cache.c (index_cache::store)
11498 (index_cache::lookup_gdb_index): Update.
11499 * darwin-nat.c (maybe_cache_shell): Update.
11500 * cp-valprint.c (cp_print_value_fields): Update.
11501 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11502 (gcc_cplus_symbol_address): Update.
11503 * compile/compile-c-symbols.c (gcc_convert_symbol)
11504 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11505 * common/selftest.c: Update.
11506 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11507 a std::string.
11508 (exception_try_scope_entry, exception_try_scope_exit): Don't
11509 declare.
11510 (struct exception_try_scope): Remove.
11511 (TRY): Don't use exception_try_scope.
11512 (struct gdb_exception): Add constructor, operator=.
11513 <what>: New method.
11514 (struct gdb_exception_RETURN_MASK_ALL)
11515 (struct gdb_exception_RETURN_MASK_ERROR)
11516 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11517 (struct gdb_quit_bad_alloc): Update.
11518 * common/common-exceptions.c (exception_none): Change
11519 initializer.
11520 (struct catcher) <state, exception>: Initialize inline.
11521 <prev>: Remove member.
11522 (current_catcher): Remove.
11523 (catchers): New global.
11524 (exceptions_state_mc_init): Simplify.
11525 (catcher_pop): Remove.
11526 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11527 (try_scope_depth, exception_try_scope_entry)
11528 (exception_try_scope_exit): Remove.
11529 (throw_exception_sjlj): Update.
11530 (exception_messages, exception_messages_size): Remove.
11531 (throw_it): Simplify.
11532 (gdb_exception_sliced_copy): Remove.
11533 (throw_exception_cxx): Update.
11534 * cli/cli-script.c (script_from_file): Update.
11535 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11536 Update.
11537 * ada-valprint.c (ada_val_print): Update.
11538 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11539 (create_excep_cond_exprs): Update.
11540
c5c10118
TT
115412019-04-08 Tom Tromey <tom@tromey.com>
11542
11543 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11544 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11545 (TRY, CATCH, END_CATCH): Remove some definitions.
11546 * common/common-exceptions.c: Don't use GDB_XCPT.
11547 (catcher_list_size): Remove.
11548 (throw_exception, throw_it): Simplify.
11549
4de283e4
TT
115502019-04-05 Tom Tromey <tom@tromey.com>
11551
11552 Revert the header-sorting patch.
11553 * ft32-tdep.c: Revert.
11554 * frv-tdep.c: Revert.
11555 * frv-linux-tdep.c: Revert.
11556 * frame.c: Revert.
11557 * frame-unwind.c: Revert.
11558 * frame-base.c: Revert.
11559 * fork-child.c: Revert.
11560 * findvar.c: Revert.
11561 * findcmd.c: Revert.
11562 * filesystem.c: Revert.
11563 * filename-seen-cache.h: Revert.
11564 * filename-seen-cache.c: Revert.
11565 * fbsd-tdep.c: Revert.
11566 * fbsd-nat.h: Revert.
11567 * fbsd-nat.c: Revert.
11568 * f-valprint.c: Revert.
11569 * f-typeprint.c: Revert.
11570 * f-lang.c: Revert.
11571 * extension.h: Revert.
11572 * extension.c: Revert.
11573 * extension-priv.h: Revert.
11574 * expprint.c: Revert.
11575 * exec.h: Revert.
11576 * exec.c: Revert.
11577 * exceptions.c: Revert.
11578 * event-top.c: Revert.
11579 * event-loop.c: Revert.
11580 * eval.c: Revert.
11581 * elfread.c: Revert.
11582 * dwarf2read.h: Revert.
11583 * dwarf2read.c: Revert.
11584 * dwarf2loc.c: Revert.
11585 * dwarf2expr.h: Revert.
11586 * dwarf2expr.c: Revert.
11587 * dwarf2-frame.c: Revert.
11588 * dwarf2-frame-tailcall.c: Revert.
11589 * dwarf-index-write.h: Revert.
11590 * dwarf-index-write.c: Revert.
11591 * dwarf-index-common.c: Revert.
11592 * dwarf-index-cache.h: Revert.
11593 * dwarf-index-cache.c: Revert.
11594 * dummy-frame.c: Revert.
11595 * dtrace-probe.c: Revert.
11596 * disasm.h: Revert.
11597 * disasm.c: Revert.
11598 * disasm-selftests.c: Revert.
11599 * dictionary.c: Revert.
11600 * dicos-tdep.c: Revert.
11601 * demangle.c: Revert.
11602 * dcache.h: Revert.
11603 * dcache.c: Revert.
11604 * darwin-nat.h: Revert.
11605 * darwin-nat.c: Revert.
11606 * darwin-nat-info.c: Revert.
11607 * d-valprint.c: Revert.
11608 * d-namespace.c: Revert.
11609 * d-lang.c: Revert.
11610 * ctf.c: Revert.
11611 * csky-tdep.c: Revert.
11612 * csky-linux-tdep.c: Revert.
11613 * cris-tdep.c: Revert.
11614 * cris-linux-tdep.c: Revert.
11615 * cp-valprint.c: Revert.
11616 * cp-support.c: Revert.
11617 * cp-namespace.c: Revert.
11618 * cp-abi.c: Revert.
11619 * corelow.c: Revert.
11620 * corefile.c: Revert.
11621 * continuations.c: Revert.
11622 * completer.h: Revert.
11623 * completer.c: Revert.
11624 * complaints.c: Revert.
11625 * coffread.c: Revert.
11626 * coff-pe-read.c: Revert.
11627 * cli-out.h: Revert.
11628 * cli-out.c: Revert.
11629 * charset.c: Revert.
11630 * c-varobj.c: Revert.
11631 * c-valprint.c: Revert.
11632 * c-typeprint.c: Revert.
11633 * c-lang.c: Revert.
11634 * buildsym.c: Revert.
11635 * buildsym-legacy.c: Revert.
11636 * build-id.h: Revert.
11637 * build-id.c: Revert.
11638 * btrace.c: Revert.
11639 * bsd-uthread.c: Revert.
11640 * breakpoint.h: Revert.
11641 * breakpoint.c: Revert.
11642 * break-catch-throw.c: Revert.
11643 * break-catch-syscall.c: Revert.
11644 * break-catch-sig.c: Revert.
11645 * blockframe.c: Revert.
11646 * block.c: Revert.
11647 * bfin-tdep.c: Revert.
11648 * bfin-linux-tdep.c: Revert.
11649 * bfd-target.c: Revert.
11650 * bcache.c: Revert.
11651 * ax-general.c: Revert.
11652 * ax-gdb.h: Revert.
11653 * ax-gdb.c: Revert.
11654 * avr-tdep.c: Revert.
11655 * auxv.c: Revert.
11656 * auto-load.c: Revert.
11657 * arm-wince-tdep.c: Revert.
11658 * arm-tdep.c: Revert.
11659 * arm-symbian-tdep.c: Revert.
11660 * arm-pikeos-tdep.c: Revert.
11661 * arm-obsd-tdep.c: Revert.
11662 * arm-nbsd-tdep.c: Revert.
11663 * arm-nbsd-nat.c: Revert.
11664 * arm-linux-tdep.c: Revert.
11665 * arm-linux-nat.c: Revert.
11666 * arm-fbsd-tdep.c: Revert.
11667 * arm-fbsd-nat.c: Revert.
11668 * arm-bsd-tdep.c: Revert.
11669 * arch-utils.c: Revert.
11670 * arc-tdep.c: Revert.
11671 * arc-newlib-tdep.c: Revert.
11672 * annotate.h: Revert.
11673 * annotate.c: Revert.
11674 * amd64-windows-tdep.c: Revert.
11675 * amd64-windows-nat.c: Revert.
11676 * amd64-tdep.c: Revert.
11677 * amd64-sol2-tdep.c: Revert.
11678 * amd64-obsd-tdep.c: Revert.
11679 * amd64-obsd-nat.c: Revert.
11680 * amd64-nbsd-tdep.c: Revert.
11681 * amd64-nbsd-nat.c: Revert.
11682 * amd64-nat.c: Revert.
11683 * amd64-linux-tdep.c: Revert.
11684 * amd64-linux-nat.c: Revert.
11685 * amd64-fbsd-tdep.c: Revert.
11686 * amd64-fbsd-nat.c: Revert.
11687 * amd64-dicos-tdep.c: Revert.
11688 * amd64-darwin-tdep.c: Revert.
11689 * amd64-bsd-nat.c: Revert.
11690 * alpha-tdep.c: Revert.
11691 * alpha-obsd-tdep.c: Revert.
11692 * alpha-nbsd-tdep.c: Revert.
11693 * alpha-mdebug-tdep.c: Revert.
11694 * alpha-linux-tdep.c: Revert.
11695 * alpha-linux-nat.c: Revert.
11696 * alpha-bsd-tdep.c: Revert.
11697 * alpha-bsd-nat.c: Revert.
11698 * aix-thread.c: Revert.
11699 * agent.c: Revert.
11700 * addrmap.c: Revert.
11701 * ada-varobj.c: Revert.
11702 * ada-valprint.c: Revert.
11703 * ada-typeprint.c: Revert.
11704 * ada-tasks.c: Revert.
11705 * ada-lang.c: Revert.
11706 * aarch64-tdep.c: Revert.
11707 * aarch64-ravenscar-thread.c: Revert.
11708 * aarch64-newlib-tdep.c: Revert.
11709 * aarch64-linux-tdep.c: Revert.
11710 * aarch64-linux-nat.c: Revert.
11711 * aarch64-fbsd-tdep.c: Revert.
11712 * aarch64-fbsd-nat.c: Revert.
11713 * aarch32-linux-nat.c: Revert.
11714
d55e5aa6
TT
117152019-04-05 Tom Tromey <tom@tromey.com>
11716
11717 * ft32-tdep.c: Sort headers.
11718 * frv-tdep.c: Sort headers.
11719 * frv-linux-tdep.c: Sort headers.
11720 * frame.c: Sort headers.
11721 * frame-unwind.c: Sort headers.
11722 * frame-base.c: Sort headers.
11723 * fork-child.c: Sort headers.
11724 * findvar.c: Sort headers.
11725 * findcmd.c: Sort headers.
11726 * filesystem.c: Sort headers.
11727 * filename-seen-cache.h: Sort headers.
11728 * filename-seen-cache.c: Sort headers.
11729 * fbsd-tdep.c: Sort headers.
11730 * fbsd-nat.h: Sort headers.
11731 * fbsd-nat.c: Sort headers.
11732 * f-valprint.c: Sort headers.
11733 * f-typeprint.c: Sort headers.
11734 * f-lang.c: Sort headers.
11735 * extension.h: Sort headers.
11736 * extension.c: Sort headers.
11737 * extension-priv.h: Sort headers.
11738 * expprint.c: Sort headers.
11739 * exec.h: Sort headers.
11740 * exec.c: Sort headers.
11741 * exceptions.c: Sort headers.
11742 * event-top.c: Sort headers.
11743 * event-loop.c: Sort headers.
11744 * eval.c: Sort headers.
11745 * elfread.c: Sort headers.
11746 * dwarf2read.h: Sort headers.
11747 * dwarf2read.c: Sort headers.
11748 * dwarf2loc.c: Sort headers.
11749 * dwarf2expr.h: Sort headers.
11750 * dwarf2expr.c: Sort headers.
11751 * dwarf2-frame.c: Sort headers.
11752 * dwarf2-frame-tailcall.c: Sort headers.
11753 * dwarf-index-write.h: Sort headers.
11754 * dwarf-index-write.c: Sort headers.
11755 * dwarf-index-common.c: Sort headers.
11756 * dwarf-index-cache.h: Sort headers.
11757 * dwarf-index-cache.c: Sort headers.
11758 * dummy-frame.c: Sort headers.
11759 * dtrace-probe.c: Sort headers.
11760 * disasm.h: Sort headers.
11761 * disasm.c: Sort headers.
11762 * disasm-selftests.c: Sort headers.
11763 * dictionary.c: Sort headers.
11764 * dicos-tdep.c: Sort headers.
11765 * demangle.c: Sort headers.
11766 * dcache.h: Sort headers.
11767 * dcache.c: Sort headers.
11768 * darwin-nat.h: Sort headers.
11769 * darwin-nat.c: Sort headers.
11770 * darwin-nat-info.c: Sort headers.
11771 * d-valprint.c: Sort headers.
11772 * d-namespace.c: Sort headers.
11773 * d-lang.c: Sort headers.
11774 * ctf.c: Sort headers.
11775 * csky-tdep.c: Sort headers.
11776 * csky-linux-tdep.c: Sort headers.
11777 * cris-tdep.c: Sort headers.
11778 * cris-linux-tdep.c: Sort headers.
11779 * cp-valprint.c: Sort headers.
11780 * cp-support.c: Sort headers.
11781 * cp-namespace.c: Sort headers.
11782 * cp-abi.c: Sort headers.
11783 * corelow.c: Sort headers.
11784 * corefile.c: Sort headers.
11785 * continuations.c: Sort headers.
11786 * completer.h: Sort headers.
11787 * completer.c: Sort headers.
11788 * complaints.c: Sort headers.
11789 * coffread.c: Sort headers.
11790 * coff-pe-read.c: Sort headers.
11791 * cli-out.h: Sort headers.
11792 * cli-out.c: Sort headers.
11793 * charset.c: Sort headers.
11794 * c-varobj.c: Sort headers.
11795 * c-valprint.c: Sort headers.
11796 * c-typeprint.c: Sort headers.
11797 * c-lang.c: Sort headers.
11798 * buildsym.c: Sort headers.
11799 * buildsym-legacy.c: Sort headers.
11800 * build-id.h: Sort headers.
11801 * build-id.c: Sort headers.
11802 * btrace.c: Sort headers.
11803 * bsd-uthread.c: Sort headers.
11804 * breakpoint.h: Sort headers.
11805 * breakpoint.c: Sort headers.
11806 * break-catch-throw.c: Sort headers.
11807 * break-catch-syscall.c: Sort headers.
11808 * break-catch-sig.c: Sort headers.
11809 * blockframe.c: Sort headers.
11810 * block.c: Sort headers.
11811 * bfin-tdep.c: Sort headers.
11812 * bfin-linux-tdep.c: Sort headers.
11813 * bfd-target.c: Sort headers.
11814 * bcache.c: Sort headers.
11815 * ax-general.c: Sort headers.
11816 * ax-gdb.h: Sort headers.
11817 * ax-gdb.c: Sort headers.
11818 * avr-tdep.c: Sort headers.
11819 * auxv.c: Sort headers.
11820 * auto-load.c: Sort headers.
11821 * arm-wince-tdep.c: Sort headers.
11822 * arm-tdep.c: Sort headers.
11823 * arm-symbian-tdep.c: Sort headers.
11824 * arm-pikeos-tdep.c: Sort headers.
11825 * arm-obsd-tdep.c: Sort headers.
11826 * arm-nbsd-tdep.c: Sort headers.
11827 * arm-nbsd-nat.c: Sort headers.
11828 * arm-linux-tdep.c: Sort headers.
11829 * arm-linux-nat.c: Sort headers.
11830 * arm-fbsd-tdep.c: Sort headers.
11831 * arm-fbsd-nat.c: Sort headers.
11832 * arm-bsd-tdep.c: Sort headers.
11833 * arch-utils.c: Sort headers.
11834 * arc-tdep.c: Sort headers.
11835 * arc-newlib-tdep.c: Sort headers.
11836 * annotate.h: Sort headers.
11837 * annotate.c: Sort headers.
11838 * amd64-windows-tdep.c: Sort headers.
11839 * amd64-windows-nat.c: Sort headers.
11840 * amd64-tdep.c: Sort headers.
11841 * amd64-sol2-tdep.c: Sort headers.
11842 * amd64-obsd-tdep.c: Sort headers.
11843 * amd64-obsd-nat.c: Sort headers.
11844 * amd64-nbsd-tdep.c: Sort headers.
11845 * amd64-nbsd-nat.c: Sort headers.
11846 * amd64-nat.c: Sort headers.
11847 * amd64-linux-tdep.c: Sort headers.
11848 * amd64-linux-nat.c: Sort headers.
11849 * amd64-fbsd-tdep.c: Sort headers.
11850 * amd64-fbsd-nat.c: Sort headers.
11851 * amd64-dicos-tdep.c: Sort headers.
11852 * amd64-darwin-tdep.c: Sort headers.
11853 * amd64-bsd-nat.c: Sort headers.
11854 * alpha-tdep.c: Sort headers.
11855 * alpha-obsd-tdep.c: Sort headers.
11856 * alpha-nbsd-tdep.c: Sort headers.
11857 * alpha-mdebug-tdep.c: Sort headers.
11858 * alpha-linux-tdep.c: Sort headers.
11859 * alpha-linux-nat.c: Sort headers.
11860 * alpha-bsd-tdep.c: Sort headers.
11861 * alpha-bsd-nat.c: Sort headers.
11862 * aix-thread.c: Sort headers.
11863 * agent.c: Sort headers.
11864 * addrmap.c: Sort headers.
11865 * ada-varobj.c: Sort headers.
11866 * ada-valprint.c: Sort headers.
11867 * ada-typeprint.c: Sort headers.
11868 * ada-tasks.c: Sort headers.
11869 * ada-lang.c: Sort headers.
11870 * aarch64-tdep.c: Sort headers.
11871 * aarch64-ravenscar-thread.c: Sort headers.
11872 * aarch64-newlib-tdep.c: Sort headers.
11873 * aarch64-linux-tdep.c: Sort headers.
11874 * aarch64-linux-nat.c: Sort headers.
11875 * aarch64-fbsd-tdep.c: Sort headers.
11876 * aarch64-fbsd-nat.c: Sort headers.
11877 * aarch32-linux-nat.c: Sort headers.
11878
699bd4cf
TT
118792019-04-04 Tom Tromey <tom@tromey.com>
11880
11881 * varobj.c (varobj_create): Update.
11882 * rust-exp.y (struct rust_parser) <update_innermost_block,
11883 lookup_symbol>: New methods.
11884 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11885 Rename.
11886 (rust_parser::rust_lookup_type)
11887 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11888 * printcmd.c (display_command, do_one_display): Update.
11889 * parser-defs.h (struct parser_state) <parser_state>: Add
11890 "tracker" parameter.
11891 (block_tracker): New member.
11892 (class innermost_block_tracker) <innermost_block_tracker>: Add
11893 "types" parameter.
11894 <reset>: Remove method.
11895 (innermost_block): Don't declare.
11896 (null_post_parser): Update.
11897 * parse.c (innermost_block): Remove global.
11898 (write_dollar_variable): Update.
11899 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11900 Remove "tracker_types" parameter.
11901 (parse_expression): Add "tracker" parameter.
11902 (parse_expression_for_completion): Update.
11903 (null_post_parser): Add "tracker" parameter.
11904 * p-exp.y: Update rules.
11905 * m2-exp.y: Update rules.
11906 * language.h (struct language_defn) <la_post_parser>: Add
11907 "tracker" parameter.
11908 * go-exp.y: Update rules.
11909 * f-exp.y: Update rules.
11910 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11911 parameter.
11912 * d-exp.y: Update rules.
11913 * c-exp.y: Update rules.
11914 * breakpoint.c (set_breakpoint_condition): Create an
11915 innermost_block_tracker.
11916 (watch_command_1): Likewise.
11917 * ada-lang.c (resolve): Add "tracker" parameter.
11918 (resolve_subexp): Likewise.
11919 * ada-exp.y (write_var_from_sym): Update.
11920
dac43e32
TT
119212019-04-04 Tom Tromey <tom@tromey.com>
11922
11923 * type-stack.h: New file.
11924 * type-stack.c: New file.
11925 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
11926 type-stack.h.
11927 (insert_into_type_stack, insert_type, push_type, push_type_int)
11928 (insert_type_address_space, pop_type, pop_type_int)
11929 (pop_typelist, pop_type_stack, append_type_stack)
11930 (push_type_stack, get_type_stack, push_typelist)
11931 (follow_type_instance_flags, follow_types): Don't declare.
11932 * parse.c (type_stack): Remove global.
11933 (parse_exp_in_context): Update.
11934 (insert_into_type_stack, insert_type, push_type, push_type_int)
11935 (insert_type_address_space, pop_type, pop_type_int)
11936 (pop_typelist, pop_type_stack, append_type_stack)
11937 (push_type_stack, get_type_stack, push_typelist)
11938 (follow_type_instance_flags, follow_types): Remove (moved to
11939 type-stack.c).
11940 * f-exp.y (type_stack): New global.
11941 Update rules.
11942 (push_kind_type, f_parse): Update.
11943 * d-exp.y (type_stack): New global.
11944 Update rules.
11945 (d_parse): Update.
11946 * c-exp.y (struct c_parse_state) <type_stack>: New member.
11947 Update rules.
11948 * Makefile.in (COMMON_SFILES): Add type-stack.c.
11949 (HFILES_NO_SRCDIR): Add type-stack.h.
11950
2a612529
TT
119512019-04-04 Tom Tromey <tom@tromey.com>
11952
11953 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
11954 (rust_parser::convert_ast_to_expression, rust_parse)
11955 (rust_lex_test_completion, rust_lex_tests): Update.
11956 * parser-defs.h (struct expr_completion_state): New.
11957 (struct parser_state) <parser_state>: Add completion parameter.
11958 <mark_struct_expression, mark_completion_tag>: New methods.
11959 <parse_completion, m_completion_state>: New members.
11960 (prefixify_expression, null_post_parser): Update.
11961 (mark_struct_expression, mark_completion_tag): Don't declare.
11962 * parse.c (parse_completion, expout_last_struct)
11963 (expout_tag_completion_type, expout_completion_name): Remove
11964 globals.
11965 (parser_state::mark_struct_expression)
11966 (parser_state::mark_completion_tag): Now methods.
11967 (prefixify_expression): Add last_struct parameter.
11968 (prefixify_subexp): Likewise.
11969 (parse_exp_1): Update.
11970 (parse_exp_in_context): Add cstate parameter. Update.
11971 (parse_expression_for_completion): Create an
11972 expr_completion_state.
11973 (null_post_parser): Add "completion" parameter.
11974 * p-exp.y: Update rules.
11975 (yylex): Update.
11976 * language.h (struct language_defn) <la_post_parser>: Add
11977 "completing" parameter.
11978 * go-exp.y: Update rules.
11979 (lex_one_token): Update.
11980 * expression.h (parse_completion): Don't declare.
11981 * d-exp.y: Update rules.
11982 (lex_one_token): Update rules.
11983 * c-exp.y: Update rules.
11984 (lex_one_token): Update.
11985 * ada-lang.c (resolve): Add "parse_completion" parameter.
11986 (resolve_subexp): Likewise.
11987 (ada_resolve_function): Likewise.
11988
43476f0b
TT
119892019-04-04 Tom Tromey <tom@tromey.com>
11990
11991 * parser-defs.h (struct parser_state) <start_arglist,
11992 end_arglist>: New methods.
11993 <arglist_len, m_funcall_chain>: New members.
11994 (arglist_len, start_arglist, end_arglist): Don't declare.
11995 * parse.c (arglist_len, funcall_chain): Remove global.
11996 (start_arglist, end_arglist): Remove functions.
11997 (parse_exp_in_context): Update.
11998 * p-exp.y: Update rules.
11999 * m2-exp.y: Update rules.
12000 * go-exp.y: Update rules.
12001 * f-exp.y: Update rules.
12002 * d-exp.y: Update rules.
12003 * c-exp.y: Update rules.
12004
5776fca3
TT
120052019-04-04 Tom Tromey <tom@tromey.com>
12006
12007 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
12008 lex_operator, push_back>: New methods.
12009 Update all rules.
12010 (rust_parser::lex_hex, lex_escape): Rename and update.
12011 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
12012 (rust_parser::lex_operator): Rename and update.
12013 (rust_parser::lex_number, rustyylex, rustyyerror)
12014 (rust_lex_test_init, rust_lex_test_sequence)
12015 (rust_lex_test_push_back, rust_lex_tests): Update.
12016 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
12017 parameter.
12018 <lexptr, prev_lexptr>: New members.
12019 (lexptr, prev_lexptr): Don't declare.
12020 * parse.c (lexptr, prev_lexptr): Remove globals.
12021 (parse_exp_in_context): Update.
12022 * p-exp.y (yylex, yyerror): Update.
12023 * m2-exp.y (parse_number, yylex, yyerror): Update.
12024 * go-exp.y (lex_one_token, yyerror): Update.
12025 * f-exp.y (match_string_literal, yylex, yyerror): Update.
12026 * d-exp.y (lex_one_token, yyerror): Update.
12027 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
12028 (lex_one_token, yyerror): Update.
12029 * ada-lex.l (YY_INPUT): Update.
12030 (rewind_to_char): Update.
12031 * ada-exp.y (yyerror): Update.
12032
8621b685
TT
120332019-04-04 Tom Tromey <tom@tromey.com>
12034
12035 * rust-exp.y (rustyylex, rust_lex_tests): Update.
12036 * parser-defs.h (struct parser_state) <parser_state>: Add new
12037 parameter.
12038 <comma_terminates>: New member.
12039 (comma_terminates): Don't declare global.
12040 * parse.c (comma_terminates): Remove global.
12041 (parse_exp_in_context): Update.
12042 * p-exp.y (yylex): Update.
12043 * m2-exp.y (yylex): Update.
12044 * go-exp.y (lex_one_token): Update.
12045 * f-exp.y (yylex): Update.
12046 * d-exp.y (lex_one_token): Update.
12047 * c-exp.y (lex_one_token): Update.
12048 * ada-lex.l: Update.
12049
28aaf3fd
TT
120502019-04-04 Tom Tromey <tom@tromey.com>
12051
12052 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
12053 (rustyylex, rust_lex_test_init, rust_lex_test_one)
12054 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
12055 * parser-defs.h (paren_depth): Don't declare.
12056 * parse.c (paren_depth): Remove global.
12057 (parse_exp_in_context): Update.
12058 * p-exp.y (paren_depth): New global.
12059 (pascal_parse): Initialize it.
12060 * m2-exp.y (paren_depth): New global.
12061 (m2_parse): Initialize it.
12062 * go-exp.y (paren_depth): New global.
12063 (go_parse): Initialize it.
12064 * f-exp.y (paren_depth): New global.
12065 (f_parse): Initialize it.
12066 * d-exp.y (paren_depth): New global.
12067 (d_parse): Initialize it.
12068 * c-exp.y (paren_depth): New global.
12069 (c_parse): Initialize it.
12070 * ada-lex.l (paren_depth): New global.
12071 (lexer_init): Initialize it.
12072
1e58a4a4
TT
120732019-04-04 Tom Tromey <tom@tromey.com>
12074
12075 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
12076 (rust_parser::convert_ast_to_type)
12077 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
12078 * parser-defs.h (struct parser_state) <parser_state>: Add
12079 parameters. Initialize new members.
12080 <expression_context_block, expression_context_pc>: New members.
12081 * parse.c (expression_context_block, expression_context_pc):
12082 Remove globals.
12083 (parse_exp_in_context): Update.
12084 * p-exp.y: Update all rules.
12085 (yylex): Update.
12086 * m2-exp.y: Update all rules.
12087 (yylex): Update.
12088 * go-exp.y (yylex): Update.
12089 * f-exp.y (yylex): Update.
12090 * d-exp.y: Update all rules.
12091 (yylex): Update.
12092 * c-exp.y: Update all rules.
12093 (lex_one_token, classify_name, yylex, c_parse): Update.
12094 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
12095
37eedb39
TT
120962019-04-04 Tom Tromey <tom@tromey.com>
12097
12098 * gdbarch.h, gdbarch.c: Rebuild.
12099 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
12100 * stap-probe.h:
12101 (struct stap_parse_info): Replace "parser_state" with
12102 "expr_builder".
12103 * parser-defs.h (struct expr_builder): Rename from "parser_state".
12104 (parser_state): New class.
12105 * parse.c (expr_builder): Rename.
12106 (expr_builder::release): Rename.
12107 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
12108 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
12109 (write_exp_elt_longcst, write_exp_elt_floatcst)
12110 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
12111 (write_exp_string_vector, write_exp_bitstring)
12112 (write_exp_msymbol, mark_struct_expression)
12113 (write_dollar_variable)
12114 (insert_type_address_space, increase_expout_size): Replace
12115 "parser_state" with "expr_builder".
12116 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
12117 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
12118 "parser_state" with "expr_builder".
12119
73923d7e
TT
121202019-04-04 Tom Tromey <tom@tromey.com>
12121
12122 * rust-exp.y: Replace "parse_language" with method call.
12123 * p-exp.y:
12124 (yylex): Replace "parse_language" with method call.
12125 * m2-exp.y:
12126 (yylex): Replace "parse_language" with method call.
12127 * go-exp.y (classify_name): Replace "parse_language" with method
12128 call.
12129 * f-exp.y (yylex): Replace "parse_language" with method call.
12130 * d-exp.y (lex_one_token): Replace "parse_language" with method
12131 call.
12132 * c-exp.y:
12133 (lex_one_token, classify_name, yylex): Replace "parse_language"
12134 with method call.
12135 * ada-exp.y (find_primitive_type, type_char)
12136 (type_system_address): Replace "parse_language" with method call.
12137
fa9f5be6
TT
121382019-04-04 Tom Tromey <tom@tromey.com>
12139
12140 * rust-exp.y: Replace "parse_gdbarch" with method call.
12141 * parse.c (write_dollar_variable, insert_type_address_space):
12142 Replace "parse_gdbarch" with method call.
12143 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12144 call.
12145 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12146 call.
12147 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12148 "parse_gdbarch" with method call.
12149 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12150 with method call.
12151 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12152 "parse_gdbarch" with method call.
12153 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12154 "parse_gdbarch" with method call.
12155 * c-exp.y (parse_type, parse_number, classify_name): Replace
12156 "parse_gdbarch" with method call.
12157 * ada-lex.l: Replace "parse_gdbarch" with method call.
12158 * ada-exp.y (parse_type, find_primitive_type, type_char)
12159 (type_system_address): Replace "parse_gdbarch" with method call.
12160
1201a264
TT
121612019-04-04 Tom Tromey <tom@tromey.com>
12162
12163 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12164 * stap-probe.c (stap_parse_argument): Update.
12165 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12166 initial_size parameter.
12167 * rust-exp.y (rust_lex_tests): Update.
12168 * parse.c (parser_state): Update.
12169 (parse_exp_in_context): Update.
12170 * parser-defs.h (struct parser_state) <parser_state>: Remove
12171 "initial_size" parameter.
12172
e3980ce2
TT
121732019-04-04 Tom Tromey <tom@tromey.com>
12174
12175 * parser-defs.h (increase_expout_size): Don't declare.
12176 * parse.c (increase_expout_size): Now static.
12177
e9f8e3f1
TS
121782019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12179
12180 * gnu-nat.c (gnu_nat_target::wait): Fix
12181 target_waitstatus_to_string call.
12182
d7df6549
AB
121832019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12184
12185 * eval.c (evaluate_subexp_standard): Handle internal functions
12186 during Fortran function call handling.
12187
8bdc1658
AB
121882019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12189
12190 * NEWS: Mention new internal functions.
12191 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12192 (read_base_type): Use dwarf2_init_complex_target_type.
12193 * value.c (creal_internal_fn): New function.
12194 (cimag_internal_fn): New function.
12195 (_initialize_values): Register new internal functions.
12196
c29705b7
PW
121972019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12198
12199 * infrun.c (stop_all_threads): If debug_infrun, always
12200 trace the wait status after wait_one, using
12201 target_waitstatus_to_string and target_pid_to_str.
12202 (handle_inferior_event): Replace various trace of
12203 wait status kind by a single trace.
12204 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12205 wait status kind image by target_waitstatus_to_string.
12206 * target/waitstatus.c (target_waitstatus_to_string): Fix
12207 obsolete comment.
12208
05caa1d2
TT
122092019-04-01 Tom Tromey <tromey@adacore.com>
12210
12211 PR symtab/23331:
12212 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12213
9d1447e0
SDJ
122142019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12215 Pedro Alves <palves@redhat.com>
12216
12217 * top.c (quit_force): Call 'finalize_values'.
12218 * value.c (finalize_values): New function.
12219 * value.h (finalize_values): Declare.
12220
7734102d
EZ
122212019-03-30 Eli Zaretskii <eliz@gnu.org>
12222
12223 * NEWS: Announce $_gdb_major and $_gdb_minor.
12224
12225 * top.c (init_gdb_version_vars): New function.
12226 (gdb_init): Call init_gdb_version_vars.
12227
188e1fa9
TT
122282019-03-29 Tom Tromey <tromey@adacore.com>
12229
12230 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12231 help text. Remove dead code.
12232
2880242d
KS
122332019-03-29 Keith Seitz <keiths@redhat.com>
12234
12235 From Siddhesh Poyarekar:
12236 * f-lang.h (f77_get_upperbound): Return LONGEST.
12237 (f77_get_lowerbound): Likewise.
12238 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12239 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12240 print them.
12241 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12242 plongest to format print it.
12243 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12244 (f77_get_upperbound): Likewise.
12245 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12246 LOWER_BOUND to LONGEST.
12247 (f77_create_arrayprint_offset_tbl): Likewise.
12248
cc1defb1
KS
122492019-03-29 Keith Seitz <keiths@redhat.com>
12250
12251 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12252 %s/pulongest for TYPE_LENGTH instead of %d in format
12253 strings.
12254 * ada-typerint.c (ada_print_type): Likewise.
12255 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12256 * compile/compile-c-support.c (generate_register_struct): Likewise.
12257 * gdbtypes.c (recursive_dump_type): Likewise.
12258 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12259 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12260 instead of %d in format strings.
12261 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12262 to std::min to ULONGEST.
12263 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12264 instead of %d in format strings.
12265 * tracepoint.c (info_scope_command): Likewise.
12266 * typeprint.c (print_offset_data::update)
12267 (print_offset_data::finish): Likewise.
12268 * xtensa-tdep.c (xtensa_store_return_value)
12269 (xtensa_push_dummy_call): Likewise.
12270
e432ccf1
JT
122712019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12272
12273 * windows-nat.c (display_selector): Fixed format specifications
12274 for 64-bit Cygwin.
12275
65d2b333
PW
122762019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12277
12278 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12279
f489207e
SL
122802019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12281
12282 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12283 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12284 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12285 (nios2_linux_init_abi): Install it.
12286
bffa1015
AH
122872019-03-28 Alan Hayward <alan.hayward@arm.com>
12288
12289 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12290
fc96163a
AH
122912019-03-28 Alan Hayward <alan.hayward@arm.com>
12292
12293 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12294
20dc7e9b
PW
122952019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12296 Tom Tromey <tromey@adacore.com>
12297
12298 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12299
7f5331a8
JB
123002019-03-26 Joel Brobecker <brobecker@adacore.com>
12301
12302 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12303 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12304 method to compute the bounds of range types. Also print "[evaluated]"
12305 if the bounds' values come from a dynamic evaluation.
12306
18c77628
AB
123072019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12308
12309 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12310 whitespace when pretty printing is on.
12311
53c973f2
AH
123122019-03-26 Alan Hayward <alan.hayward@arm.com>
12313
e79be6e5 12314 * ppc-linux-nat.c: Add include.
53c973f2 12315
d851aa71
AH
123162019-03-26 Alan Hayward <alan.hayward@arm.com>
12317
e79be6e5 12318 * NEWS: Mention AArch64 Pointer Authentication.
d851aa71 12319
2fe7bab7
AH
123202019-03-26 Alan Hayward <alan.hayward@arm.com>
12321
e79be6e5 12322 * arm-linux-nat.c: Add include.
2fe7bab7 12323
068ef30e
SM
123242019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12325
12326 * source-cache.c (source_cache::get_source_lines): Re-read
12327 fullname after calling open_source_file.
12328
81a24d04
JB
123292019-03-25 John Baldwin <jhb@FreeBSD.org>
12330
12331 * NEWS: Mention TLS support for FreeBSD.
12332
79e7ae11
TT
123332019-03-25 Tom Tromey <tromey@adacore.com>
12334
12335 * minsyms.c (BUNCH_SIZE): Update comment.
12336 (~minimal_symbol_reader): Remove old comment.
12337 (compact_minimal_symbols): Update comment.
12338 (minimal_symbol_reader::install): Remove old comment. Update
12339 other comments.
12340
d45963c2
AH
123412019-03-25 Alan Hayward <alan.hayward@arm.com>
12342
12343 * s390-linux-nat.c: Add include.
12344
0f83012e
AH
123452019-03-25 Alan Hayward <alan.hayward@arm.com>
12346
12347 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12348 Call linux_get_hwcap.
12349 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12350 Likewise.
12351 (aarch64_linux_get_hwcap): Remove function.
12352 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12353 declaration.
12354 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12355 linux_get_hwcap.
12356 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12357 * linux-tdep.c (linux_get_hwcap): Add function.
12358 (linux_get_hwcap2): Likewise.
12359 * linux-tdep.h (linux_get_hwcap): Add declaration.
12360 (linux_get_hwcap2): Likewise.
12361 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12362 (ppc_linux_get_hwcap2): Likewise.
12363 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12364 linux_get_hwcap.
12365 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12366 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12367 (ppc_linux_nat_target::read_description): Likewise.
12368 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12369 * s390-linux-nat.c: Likewise.
12370 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12371
6640a367
TT
123722019-03-24 Tom Tromey <tom@tromey.com>
12373
12374 * ada-lang.c (standard_lookup): Simplify initialization.
12375 (ada_lookup_symbol_nonlocal): Simplify return.
12376 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12377 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12378 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12379 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12380 initialization.
12381 * solib.c (solib_global_lookup): Simplify.
12382 * symtab.c (null_block_symbol): Remove.
12383 (symbol_cache_lookup): Simplify returns.
12384 (lookup_language_this): Simplify returns.
12385 (lookup_symbol_aux): Simplify return.
12386 (lookup_local_symbol): Simplify returns.
12387 (lookup_global_symbol_from_objfile): Simplify return.
12388 (lookup_symbol_in_objfile_symtabs)
12389 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12390 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12391 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12392 * cp-namespace.c (cp_lookup_bare_symbol)
12393 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12394 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12395 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12396 (cp_lookup_symbol_via_imports): Simplify initialization.
12397 (find_symbol_in_baseclass): Likewise.
12398 * symtab.h (null_block_symbol): Remove.
12399 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12400 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12401 (d_lookup_symbol_module): Likewise.
12402 (find_symbol_in_baseclass): Simplify initialization.
12403
a930ebcd
TT
124042019-03-24 Tom Tromey <tom@tromey.com>
12405
12406 * expression.h: Don't include symtab.h.
12407 (struct block): Forward declare.
12408
582942f4
TT
124092019-03-24 Tom Tromey <tom@tromey.com>
12410
12411 * c-exp.y (typebase): Remove casts.
12412 * gdbtypes.c (lookup_unsigned_typename, )
12413 (lookup_signed_typename): Remove cast.
12414 * eval.c (parse_to_comma_and_eval): Remove cast.
12415 * parse.c (write_dollar_variable): Remove cast.
12416 * block.h (struct block) <superblock>: Now const.
12417 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12418 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12419 (map_block): Make "block" const.
12420 * symfile.h (struct quick_symbol_functions)
12421 <map_matching_symbols>: Constify block argument to "callback".
12422 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12423 const.
12424 (find_pc_sect_compunit_symtab): Make "b" const.
12425 (find_symbol_at_address): Likewise.
12426 (search_symbols): Likewise.
12427 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12428 (dw2_debug_names_lookup_symbol): Likewise.
12429 (dw2_map_matching_symbols): Update.
12430 * p-valprint.c (pascal_val_print): Remove "block".
12431 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12432 (aux_add_nonlocal_symbols): Make "block" const.
12433 (resolve_subexp): Remove cast.
12434 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12435 const.
12436 (iterate_over_file_blocks): Likewise.
12437 * f-exp.y (%union) <bval>: Remove.
12438 * coffread.c (patch_opaque_types): Make "b" const.
12439 * spu-tdep.c (spu_catch_start): Make "block" const.
12440 * c-valprint.c (print_unpacked_pointer): Remove "block".
12441 * symmisc.c (dump_symtab_1): Make "b" const.
12442 (block_depth): Make "block" const.
12443 * d-exp.y (%union) <bval>: Remove.
12444 * cp-support.h (cp_lookup_rtti_type): Update.
12445 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12446 * psymtab.c (psym_lookup_symbol): Make "block" const.
12447 (maintenance_check_psymtabs): Make "b" const.
12448 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12449 (enumerate_locals, enumerate_args): Update.
12450 * python/py-symtab.c (stpy_global_block): Make "block" const.
12451 (stpy_static_block): Likewise.
12452 * inline-frame.c (block_starting_point_at): Make "new_block"
12453 const.
12454 * block.c (find_block_in_blockvector): Make return type const.
12455 (blockvector_for_pc_sect): Make "b" const.
12456 (find_block_in_blockvector): Make "b" const.
12457
7ad417dd
TT
124582019-03-23 Tom Tromey <tom@tromey.com>
12459
12460 * varobj.c (varobj_create): Update.
12461 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12462 * printcmd.c (display_command, do_one_display): Don't reset
12463 innermost_block.
12464 * parser-defs.h (enum innermost_block_tracker_type): Move to
12465 expression.h.
12466 (innermost_block): Update comment.
12467 * parse.c (parse_exp_1): Add tracker_types parameter.
12468 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12469 tracker_types parameter. Reset innermost_block.
12470 (parse_exp_in_context): Remove.
12471 (parse_expression_for_completion): Update.
12472 * objfiles.c (~objfile): Don't reset expression_context_block or
12473 innermost_block.
12474 * expression.h (enum innermost_block_tracker_type): Move from
12475 parser-defs.h.
12476 (parse_exp_1): Add tracker_types parameter.
12477 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12478 reset innermost_block.
12479
b366c208
TT
124802019-03-23 Tom Tromey <tom@tromey.com>
12481
12482 * objfiles.h: Include bcache.h.
12483
9bb9b2f9
TT
124842019-03-23 Tom Tromey <tom@tromey.com>
12485
12486 * linespec.c (get_current_search_block): Use
12487 scoped_restore_current_language.
12488 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12489
59c28372
AH
124902019-03-22 Alan Hayward <alan.hayward@arm.com>
12491 Jiong Wang <jiong.wang@arm.com>
12492
12493 * aarch64-linux-tdep.c
12494 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12495 section.
12496 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12497
17e116a7
AH
124982019-03-22 Alan Hayward <alan.hayward@arm.com>
12499 Jiong Wang <jiong.wang@arm.com>
12500
12501 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12502 instructions.
12503 (aarch64_analyze_prologue_test): Add PACIASP test.
12504 (aarch64_prologue_prev_register): Unmask PC value.
12505
11e1b75f
AH
125062019-03-22 Alan Hayward <alan.hayward@arm.com>
12507 Jiong Wang <jiong.wang@arm.com>
12508
12509 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12510 (aarch64_dwarf2_prev_register): Unmask PC value.
12511 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12512 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12513 DW_CFA_AARCH64_negate_ra_state.
12514 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12515
34dcc7cf
AH
125162019-03-22 Alan Hayward <alan.hayward@arm.com>
12517 Jiong Wang <jiong.wang@arm.com>
12518
12519 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12520 registers.
12521 (aarch64_pseudo_register_name): Likewise.
12522 (aarch64_pseudo_register_type): Likewise.
12523 (aarch64_pseudo_register_reggroup_p): Likewise.
12524 (aarch64_gdbarch_init): Add pauth registers.
12525 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12526 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12527 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12528 (struct gdbarch_tdep): Add regnum for ra_state.
12529
1ef53e6b
AH
125302019-03-22 Alan Hayward <alan.hayward@arm.com>
12531 Jiong Wang <jiong.wang@arm.com>
12532
12533 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12534
76bed0fd
AH
125352019-03-22 Alan Hayward <alan.hayward@arm.com>
12536 Jiong Wang <jiong.wang@arm.com>
12537
12538 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12539 function.
12540 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12541 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12542 (aarch64_gdbarch_init): Add puth registers.
12543 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12544 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12545 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12546
ee4fbcfa
AH
125472019-03-22 Alan Hayward <alan.hayward@arm.com>
12548 Jiong Wang <jiong.wang@arm.com>
12549
12550 * aarch64-linux-nat.c
12551 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12552 * aarch64-linux-tdep.c
12553 (aarch64_linux_core_read_description): Likewise.
12554 (aarch64_linux_get_hwcap): New function.
12555 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12556 (aarch64_linux_get_hwcap): New declaration.
12557
6dc0ebde
AH
125582019-03-22 Alan Hayward <alan.hayward@arm.com>
12559 Jiong Wang <jiong.wang@arm.com>
12560
12561 * aarch64-linux-nat.c
12562 (aarch64_linux_nat_target::read_description): Add pauth param.
12563 * aarch64-linux-tdep.c
12564 (aarch64_linux_core_read_description): Likewise.
12565 * aarch64-tdep.c (struct target_desc): Add in pauth.
12566 (aarch64_read_description): Add pauth param.
12567 (aarch64_gdbarch_init): Likewise.
12568 * aarch64-tdep.h (aarch64_read_description): Likewise.
12569 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12570 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12571 * features/Makefile: Add new files.
12572 * features/aarch64-pauth.c: New file.
12573 * features/aarch64-pauth.xml: New file.
12574
595915c1
TT
125752019-03-20 Tom Tromey <tromey@adacore.com>
12576
12577 * infrun.c (handle_inferior_event): Rename from
12578 handle_inferior_event_1. Create a scoped_value_mark.
12579 (handle_inferior_event): Remove.
12580
4c7d57e7
TT
125812019-03-19 Tom Tromey <tromey@adacore.com>
12582
12583 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12584 * infrun.h (print_stop_event): Add "displays" parameter.
12585 * infrun.c (print_stop_event): Add "displays" parameter.
12586
cb246234
PA
125872019-03-19 Pedro Alves <palves@redhat.com>
12588
12589 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12590 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12591 to -1. Fix TABs vs spaces.
12592 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12593 * tui/tui-out.h (tui_ui_out) Add intro comments.
12594 <m_line, m_start_of_line>: In-class initialize, and add describing
12595 comment.
12596
3a0e45b2
AH
125972019-03-18 Alan Hayward <alan.hayward@arm.com>
12598
12599 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12600 variable names.
12601 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12602
5371b850
PA
126032019-03-18 Pedro Alves <palves@redhat.com>
12604 Eli Zaretskii <eliz@gnu.org>
12605
12606 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12607 m_line and m_start_of_line.
12608
b17c4cd0
EZ
126092019-03-18 Eli Zaretskii <eliz@gnu.org>
12610
12611 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12612 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12613 it returns a newline. This fixes a regression in TU mode, whereby
12614 the next line is output on the same screen line as the user input.
12615
4bd56d18
TT
126162019-03-18 Tom Tromey <tromey@adacore.com>
12617
12618 * minsyms.c (minimal_symbol_reader::install): Remove call to
12619 obstack_blank.
12620
55c10aca
PA
126212019-03-18 Pedro Alves <palves@redhat.com>
12622
12623 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12624 New globals.
12625 (apply_style): New, factored out from ...
12626 (apply_ansi_escape): ... this. Handle reverse video mode.
12627 (tui_set_reverse_mode): New function.
12628 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12629 * tui/tui-winsource.c (tui_show_source_line): Use
12630 tui_set_reverse_mode instead of setting A_STANDOUT.
12631 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12632 New setter methods.
12633
647bb750
HD
126342019-03-18 Hannes Domani <ssbssa@yahoo.de>
12635
12636 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12637 Handle tabs.
12638
bff8c71f
TT
126392019-03-18 Tom Tromey <tromey@adacore.com>
12640
12641 * ada-lang.c (empty_array): Add "high" parameter.
12642 (ada_evaluate_subexp): Update.
12643
58785d98
ST
126442019-03-17 Sergei Trofimovich <siarheit@google.com>
12645
12646 * unittests/string_view-selftests.c: Define
12647 _initialize_string_view_selftests unconditionally.
12648
d4cbef22
ВМ
126492019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12650
12651 PR gdb/24350
12652 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12653
fce4c071
ВМ
126542019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12655
12656 PR gdb/24351
12657 * windows-nat.c (display_selector): Fix format specifiers.
12658
f7f0a123
EZ
126592019-03-17 Eli Zaretskii <eliz@gnu.org>
12660
12661 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12662 tui_refill_source_window instead of tui_refresh_win, to update the
12663 current execution line. This fixes redisplay of the current line
12664 when stepping through the code with "next" or "step".
12665
ab42892f
EZ
126662019-03-16 Eli Zaretskii <eliz@gnu.org>
12667
12668 * source-cache.c (source_cache::get_source_lines): Call
12669 find_source_lines to initialize s->nlines. This fixes vertical
12670 scrolling of TUI source window when the DOWN arrow is pressed.
12671
8d8c087f
PW
126722019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12673
12674 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12675 linux-thread-db.c (_initialize_thread_db): Likewise.
12676
798e1c30
EZ
126772019-03-16 Eli Zaretskii <eliz@gnu.org>
12678
12679 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12680 wclrtoeol in tui_show_source_line". This reverts changes made in
12681 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12682
eefba3da
TT
126832019-03-15 Tom Tromey <tom@tromey.com>
12684
12685 * symtab.h (struct minimal_symbol): Derive from
12686 general_symbol_info.
12687 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12688 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12689 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12690 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12691 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12692 (MSYMBOL_SEARCH_NAME): Update.
12693 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12694 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12695 * minsyms.c (minimal_symbol_reader::record_full): Update.
12696
0de2420c
TT
126972019-03-15 Tom Tromey <tom@tromey.com>
12698
12699 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12700
042d75e4
TT
127012019-03-15 Tom Tromey <tom@tromey.com>
12702
12703 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12704 unique_xmalloc_ptr.
12705 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12706 Update.
12707 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12708 (build_minimal_symbol_hash_tables)
12709 (minimal_symbol_reader::install): Update.
12710
db92718b
TT
127112019-03-15 Tom Tromey <tom@tromey.com>
12712
12713 * symtab.c (create_demangled_names_hash): Update.
12714 (symbol_set_names): Update.
12715 * objfiles.h (struct objfile_per_bfd_storage)
12716 <demangled_names_hash>: Now an htab_up.
12717 * objfiles.c (objfile_per_bfd_storage): Simplify.
12718
d6797f46
TT
127192019-03-15 Tom Tromey <tom@tromey.com>
12720
12721 * objfiles.h (struct objfile_per_bfd_storage): Declare
12722 destructor.
12723 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12724 New.
12725 (get_objfile_bfd_data): Use new. Don't initialize
12726 language_of_main.
12727 (free_objfile_per_bfd_storage): Remove.
12728 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12729
741d7538
TT
127302019-03-15 Tom Tromey <tom@tromey.com>
12731
12732 * symfile.c (reread_symbols): Update.
12733 * objfiles.c (objfile::objfile): Update.
12734 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12735 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12736 comment.
12737 (minimal_symbol_reader::install): Update.
12738 (terminate_minimal_symbol_table): Remove.
12739 * jit.c (jit_object_close_impl): Update.
12740
788c80d1
TT
127412019-03-15 Tom Tromey <tom@tromey.com>
12742
12743 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12744 initializations.
12745
1b7a07cb
TT
127462019-03-15 Tom Tromey <tom@tromey.com>
12747
12748 * objfiles.h (struct objfile_per_bfd_storage)
12749 <demangled_hash_languages>: Now a bitset.
12750 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12751 (lookup_minimal_symbol): Update.
12752
3db066bc
TT
127532019-03-15 Tom Tromey <tom@tromey.com>
12754
12755 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12756 Don't return the symbol.
12757 * coffread.c (record_minimal_symbol): Use record_full.
12758
3fff2c37
EZ
127592019-03-14 Eli Zaretskii <eliz@gnu.org>
12760
12761 The MS-Windows port of ncurses fails to switch to a color pair if
12762 one or both of the colors are the implicit default colors. This
12763 change records the default colors when TUI is initialized, and
12764 then specifies them explicitly when a color pair uses the default
12765 colors. This allows color styling in TUI mode on MS-Windows.
12766
12767 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12768 ncurses_norm_attr.
12769 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12770 colors in ncurses_norm_attr.
12771 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12772 "none", replace it with the default color recorded in
12773 ncurses_norm_attr.
12774
3b336828
TT
127752019-03-14 Tom Tromey <tromey@adacore.com>
12776
12777 * source-cache.h (class source_cache) <get_source_lines>: Return
12778 std::string.
12779 * source-cache.c (source_cache::extract_lines): Handle case where
12780 first_pos==npos. Return std::string.
12781 (source_cache::get_source_lines): Update.
12782
d085f989
TT
127832019-03-14 Tom Tromey <tromey@adacore.com>
12784
12785 * NEWS: Add item for "style sources" commands.
12786 * source-cache.c (source_cache::get_source_lines): Check
12787 source_styling.
12788 * cli/cli-style.c (source_styling): New global.
12789 (_initialize_cli_style): Add "style sources" commands.
12790 (show_style_sources): New function.
12791 * cli/cli-style.h (source_styling): Declare.
12792
6f11e682
TT
127932019-03-14 Pedro Alves <palves@redhat.com>
12794 Tom Tromey <tromey@adacore.com>
12795
12796 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12797 * tui/tui-winsource.c (tui_refill_source_window): New function,
12798 from...
12799 (tui_horizontal_source_scroll): ... here. Move some logic.
12800 * cli/cli-style.c (set_style_enabled): Notify new observable.
12801 * tui/tui-hooks.c (tui_redisplay_source): New function.
12802 (tui_attach_detach_observers): Attach or detach
12803 tui_redisplay_source.
12804 * observable.h (source_styling_changed): New observable.
12805 * observable.c: Define source_styling_changed observable.
12806
a068643d
TT
128072019-03-13 Tom Tromey <tromey@adacore.com>
12808
12809 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12810 (i386_gnu_nat_target::store_registers): Update.
12811 * target-debug.h (target_debug_print_std_string): New macro.
12812 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12813 * windows-tdep.c (display_one_tib): Update.
12814 * tui/tui-stack.c (tui_make_status_line): Update.
12815 * top.c (print_inferior_quit_action): Update.
12816 * thread.c (thr_try_catch_cmd): Update.
12817 (add_thread_with_info): Update.
12818 (thread_target_id_str): Update.
12819 (thr_try_catch_cmd): Update.
12820 (thread_command): Update.
12821 (thread_find_command): Update.
12822 * record-btrace.c (record_btrace_target::info_record)
12823 (record_btrace_resume_thread, record_btrace_target::resume)
12824 (record_btrace_cancel_resume, record_btrace_step_thread)
12825 (record_btrace_target::wait, record_btrace_target::wait)
12826 (record_btrace_target::wait, record_btrace_target::stop): Update.
12827 * progspace.c (print_program_space): Update.
12828 * process-stratum-target.c
12829 (process_stratum_target::thread_address_space): Update.
12830 * linux-fork.c (linux_fork_mourn_inferior)
12831 (detach_checkpoint_command, info_checkpoints_command)
12832 (linux_fork_context): Update.
12833 (linux_fork_detach): Update.
12834 (class scoped_switch_fork_info): Update.
12835 (delete_checkpoint_command): Update.
12836 * infrun.c (follow_fork_inferior): Update.
12837 (follow_fork_inferior): Update.
12838 (proceed_after_vfork_done): Update.
12839 (handle_vfork_child_exec_or_exit): Update.
12840 (follow_exec): Update.
12841 (displaced_step_prepare_throw): Update.
12842 (displaced_step_restore): Update.
12843 (start_step_over): Update.
12844 (resume_1): Update.
12845 (clear_proceed_status_thread): Update.
12846 (proceed): Update.
12847 (print_target_wait_results): Update.
12848 (do_target_wait): Update.
12849 (context_switch): Update.
12850 (stop_all_threads): Update.
12851 (restart_threads): Update.
12852 (finish_step_over): Update.
12853 (handle_signal_stop): Update.
12854 (switch_back_to_stepped_thread): Update.
12855 (keep_going_pass_signal): Update.
12856 (print_exited_reason): Update.
12857 (normal_stop): Update.
12858 * inferior.c (inferior_pid_to_str): Change return type.
12859 (print_selected_inferior): Update.
12860 (add_inferior): Update.
12861 (detach_inferior): Update.
12862 * dummy-frame.c (fprint_dummy_frames): Update.
12863 * dcache.c (dcache_info_1): Update.
12864 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12865 (btrace_fetch, btrace_clear): Update.
12866 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12867 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12868 type.
12869 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12870 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12871 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12872 * gdbarch.c, gdbarch.h: Rebuild.
12873 * gdbarch.sh (core_pid_to_str): Change return type.
12874 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12875 return type.
12876 (windows_nat_target::pid_to_str): Change return type.
12877 (windows_delete_thread): Update.
12878 (windows_nat_target::attach): Update.
12879 (windows_nat_target::files_info): Update.
12880 * target-delegates.c: Rebuild.
12881 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12882 return type.
12883 (sol_thread_target::pid_to_str): Change return type.
12884 * remote.c (class remote_target) <pid_to_str>: Change return
12885 type.
12886 (remote_target::pid_to_str): Change return type.
12887 (extended_remote_target::attach, remote_target::remote_stop_ns)
12888 (remote_target::remote_notif_remove_queued_reply)
12889 (remote_target::push_stop_reply, remote_target::disable_btrace):
12890 Update.
12891 (extended_remote_target::attach): Update.
12892 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12893 type.
12894 (gdbsim_target::pid_to_str): Change return type.
12895 * ravenscar-thread.c (struct ravenscar_thread_target)
12896 <pid_to_str>: Change return type.
12897 (ravenscar_thread_target::pid_to_str): Change return type.
12898 * procfs.c (class procfs_target) <pid_to_str>: Change return
12899 type.
12900 (procfs_target::pid_to_str): Change return type.
12901 (procfs_target::attach): Update.
12902 (procfs_target::detach): Update.
12903 (procfs_target::fetch_registers): Update.
12904 (procfs_target::store_registers): Update.
12905 (procfs_target::wait): Update.
12906 (procfs_target::files_info): Update.
12907 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12908 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12909 return type.
12910 (nto_procfs_target::pid_to_str): Change return type.
12911 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12912 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12913 return type.
12914 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
12915 (exit_lwp): Update.
12916 (attach_proc_task_lwp_callback, get_detach_signal)
12917 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
12918 (linux_nat_target::resume, wait_lwp, stop_callback)
12919 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
12920 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
12921 (linux_nat_wait_1, resume_stopped_resumed_lwps)
12922 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
12923 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
12924 type.
12925 (inf_ptrace_target::attach): Update.
12926 (inf_ptrace_target::files_info): Update.
12927 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
12928 type.
12929 (go32_nat_target::pid_to_str): Change return type.
12930 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
12931 (gnu_nat_target::wait): Update.
12932 (gnu_nat_target::wait): Update.
12933 (gnu_nat_target::resume): Update.
12934 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
12935 (fbsd_nat_target::wait): Update.
12936 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
12937 type.
12938 (darwin_nat_target::attach): Update.
12939 * corelow.c (class core_target) <pid_to_str>: Change return type.
12940 (core_target::pid_to_str): Change return type.
12941 * target.c (normal_pid_to_str): Change return type.
12942 (default_pid_to_str): Likewise.
12943 (target_pid_to_str): Change return type.
12944 (target_translate_tls_address): Update.
12945 (target_announce_detach): Update.
12946 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
12947 return type.
12948 (bsd_uthread_target::pid_to_str): Change return type.
12949 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
12950 type.
12951 (bsd_kvm_target::pid_to_str): Change return type.
12952 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
12953 return type.
12954 (aix_thread_target::pid_to_str): Change return type.
12955 * target.h (struct target_ops) <pid_to_str>: Change return type.
12956 (target_pid_to_str, normal_pid_to_str): Likewise.
12957 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
12958 type.
12959 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
12960 type.
12961 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
12962 return type.
12963 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
12964 type.
12965 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
12966 type.
12967 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
12968 return type.
12969
b4be1b06
SM
129702019-03-13 Simon Marchi <simon.marchi@ericsson.com>
12971
12972 * NEWS: Mention that the new default MI version is 3. Mention
12973 changes to the output of commands and events that deal with
12974 multi-location breakpoints.
12975 * breakpoint.c: Include "mi/mi-out.h".
12976 (print_one_breakpoint): Change output syntax if using MI version
12977 >= 3.
12978 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
12979 New.
12980 (mi_multi_location_breakpoint_output_fixed): New.
12981 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
12982 (mi_cmd_fix_multi_location_breakpoint_output): New.
12983 (mi_multi_location_breakpoint_output_fixed): New.
12984 * mi/mi-cmds.c (mi_cmds): Register command
12985 -fix-multi-location-breakpoint-output.
12986 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
12987 interpreter "mi".
12988
8e5e5494
SM
129892019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
12990
12991 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
12992 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
12993 instantiate mi_ui_out based on interpreter name.
12994 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
12995 * mi/mi-main.c (mi_load_progress): Likewise.
12996
197df35e
JB
129972019-03-12 John Baldwin <jhb@FreeBSD.org>
12998
12999 * NEWS: Combine separate "New targets" sections for 8.3.
13000
8399425f
JB
130012019-03-12 John Baldwin <jhb@FreeBSD.org>
13002
13003 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
13004 (ppcfbsd_init_abi): Install gdbarch
13005 "fetch_tls_load_module_address" and "get_thread_local_address"
13006 methods.
13007
b0f87ed0
JB
130082019-03-12 John Baldwin <jhb@FreeBSD.org>
13009
13010 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
13011 (riscv_fbsd_init_abi): Install gdbarch
13012 "fetch_tls_load_module_address" and "get_thread_local_address"
13013 methods.
13014
ce25aa57
JB
130152019-03-12 John Baldwin <jhb@FreeBSD.org>
13016
13017 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
13018 (i386fbsd_init_abi): Install gdbarch
13019 "fetch_tls_load_module_address" and "get_thread_local_address"
13020 methods.
13021
f5424cfa
JB
130222019-03-12 John Baldwin <jhb@FreeBSD.org>
13023
13024 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
13025 (amd64fbsd_init_abi): Install gdbarch
13026 "fetch_tls_load_module_address" and "get_thread_local_address"
13027 methods.
13028
945f3901
JB
130292019-03-12 John Baldwin <jhb@FreeBSD.org>
13030
13031 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
13032 (struct fbsd_pspace_data): New type.
13033 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
13034 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
13035 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
13036 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
13037 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
13038
ef0bd204
JB
130392019-03-12 John Baldwin <jhb@FreeBSD.org>
13040
13041 * gdbtypes.c (lookup_struct_elt): New function.
13042 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
13043 * gdbtypes.h (struct struct_elt): New type.
13044 (lookup_struct_elt): New prototype.
13045
36c53a02
JB
130462019-03-12 John Baldwin <jhb@FreeBSD.org>
13047
13048 * gdbtypes.c (lookup_struct_elt_type): Update comment and
13049 remove disabled code block.
13050
6e056c81
JB
130512019-03-12 John Baldwin <jhb@FreeBSD.org>
13052
13053 * gdbarch.sh (get_thread_local_address): New method.
13054 * gdbarch.h, gdbarch.c: Regenerate.
13055 * target.c (target_translate_tls_address): Use
13056 gdbarch_get_thread_local_address if present instead of
13057 target::get_thread_local_address.
13058
cd250a18
JB
130592019-03-12 John Baldwin <jhb@FreeBSD.org>
13060
13061 * target.h (target::get_thread_local_address): Update comment.
13062
df22c1e5
JB
130632019-03-12 John Baldwin <jhb@FreeBSD.org>
13064
13065 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
13066 objfile->separate_debug_objfile_backlink if not NULL.
13067
dd6876c9
JB
130682019-03-12 John Baldwin <jhb@FreeBSD.org>
13069
13070 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
13071 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
13072 (amd64bsd_store_inferior_registers): Likewise.
13073 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13074 Enable segment base registers.
13075 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
13076 PT_GETFSBASE and PT_GETGSBASE.
13077 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
13078 PT_SETGSBASE.
13079 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
13080 segment base registers.
13081 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13082
1163a4b7
JB
130832019-03-12 John Baldwin <jhb@FreeBSD.org>
13084
13085 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
13086 Update calls to i386_target_description to add 'segments'
13087 parameter.
13088 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
13089 add segment base registers.
13090 * arch/i386.c (i386_create_target_description): Add 'segments'
13091 parameter to enable segment base registers.
13092 * arch/i386.h (i386_create_target_description): Likewise.
13093 * features/i386/32bit-segments.xml: New file.
13094 * features/i386/32bit-segments.c: Generate.
13095 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
13096 call to i386_target_description to add 'segments' parameter.
13097 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
13098 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
13099 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
13100 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
13101 if feature is present.
13102 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
13103 Add 'segments' parameter to call to i386_target_description.
13104 (i386_target_description): Add 'segments' parameter to enable
13105 segment base registers.
13106 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
13107 to call to i386_target_description.
13108 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
13109 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
13110 Define I386_NUM_REGS.
13111 (i386_target_description): Add 'segments' parameter to enable
13112 segment base registers.
13113
3a350822
EZ
131142019-03-12 Eli Zaretskii <eliz@gnu.org>
13115
13116 PR/24325
13117 * source-cache.c: #undef open and close, to avoid unresolved
13118 externals during linking.
13119
ffdd69cf
TT
131202019-03-12 Tom Tromey <tromey@adacore.com>
13121
13122 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
13123 const. Add initializers.
13124 (_initialize_remote): Don't initialize ptid globals.
13125
ec148c57
PA
131262019-03-12 Pedro Alves <palves@redhat.com>
13127
13128 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
13129
32764270
PA
131302019-03-12 Pedro Alves <palves@redhat.com>
13131
13132 * cp-name-parser.y (main): Remove unused 'len' variable.
13133
17547186
TT
131342019-03-12 Tom Tromey <tromey@adacore.com>
13135
13136 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
13137 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
13138
d3a70e03
TT
131392019-03-12 Tom Tromey <tromey@adacore.com>
13140
13141 * linux-nat.c (iterate_over_lwps): Update.
13142 (stop_callback): Remove parameter.
13143 (stop_wait_callback, detach_callback, resume_set_callback)
13144 (select_singlestep_lwp_callback, set_ignore_sigint)
13145 (status_callback, resumed_callback, resume_clear_callback)
13146 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13147 data parameter.
13148 (linux_nat_target::detach, linux_nat_target::resume)
13149 (linux_stop_and_wait_all_lwps, select_event_lwp)
13150 (linux_nat_filter_event, linux_nat_wait_1)
13151 (linux_nat_target::kill, linux_nat_target::stop)
13152 (linux_nat_target::stop): Update.
13153 (linux_nat_resume_callback): Change type.
13154 (resume_stopped_resumed_lwps, count_events_callback)
13155 (select_event_lwp_callback): Likewise.
13156 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13157 * arm-linux-nat.c (struct update_registers_data): Remove.
13158 (update_registers_callback): Change type.
13159 (arm_linux_insert_hw_breakpoint1): Update.
13160 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13161 parameter.
13162 (x86_linux_dr_set_addr): Update.
13163 (x86_linux_dr_set_control): Update.
13164 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13165 (iterate_over_lwps): Use gdb::function_view.
13166 * nat/aarch64-linux-hw-point.c (struct
13167 aarch64_dr_update_callback_param): Remove.
13168 (debug_reg_change_callback): Change type.
13169 (aarch64_notify_debug_reg_change): Update.
13170 * s390-linux-nat.c (s390_refresh_per_info): Update.
13171
82cb27ff
TT
131722019-03-11 Tom Tromey <tromey@adacore.com>
13173
13174 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13175 redundant assignment to "this_cu".
13176
568c0683
SM
131772019-03-08 Simon Marchi <simon.marchi@efficios.com>
13178
13179 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13180
f09ce22d
SM
131812019-03-08 Simon Marchi <simon.marchi@efficios.com>
13182
13183 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13184 from...
13185 (rank_one_type): ... this.
13186
595f96a9
SM
131872019-03-08 Simon Marchi <simon.marchi@efficios.com>
13188
13189 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13190 from...
13191 (rank_one_type): ... this.
13192
2598a94b
SM
131932019-03-08 Simon Marchi <simon.marchi@efficios.com>
13194
13195 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13196 from...
13197 (rank_one_type): ... this.
13198
7f17b20d
SM
131992019-03-08 Simon Marchi <simon.marchi@efficios.com>
13200
13201 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13202 from...
13203 (rank_one_type): ... this.
13204
2c509035
SM
132052019-03-08 Simon Marchi <simon.marchi@efficios.com>
13206
13207 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13208 from...
13209 (rank_one_type): ... this.
13210
0dd322dc
SM
132112019-03-08 Simon Marchi <simon.marchi@efficios.com>
13212
13213 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13214 from...
13215 (rank_one_type): ... this.
13216
41ea4728
SM
132172019-03-08 Simon Marchi <simon.marchi@efficios.com>
13218
13219 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13220 from...
13221 (rank_one_type): ... this.
13222
793cd1d2
SM
132232019-03-08 Simon Marchi <simon.marchi@efficios.com>
13224
13225 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13226 from...
13227 (rank_one_type): ... this.
13228
34910087
SM
132292019-03-08 Simon Marchi <simon.marchi@efficios.com>
13230
13231 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13232 from...
13233 (rank_one_type): ... this.
13234
f1f832d6
SM
132352019-03-08 Simon Marchi <simon.marchi@efficios.com>
13236
13237 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13238 from...
13239 (rank_one_type): ... this.
13240
b9f4512f
SM
132412019-03-08 Simon Marchi <simon.marchi@efficios.com>
13242
13243 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13244 from...
13245 (rank_one_type): ... this.
13246
9293fc63
SM
132472019-03-08 Simon Marchi <simon.marchi@efficios.com>
13248
13249 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13250 from...
13251 (rank_one_type): ... this.
13252
e3abbe7e
PW
132532019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13254
13255 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13256 inferior-events' shows the example events.
13257
e4adb939
EZ
132582019-03-08 Eli Zaretskii <eliz@gnu.org>
13259
13260 Support styling on native MS-Windows console
13261
13262 PR/24315
13263 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13264 on MS-Windows if $TERM is not defined.
13265
13266 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13267
13268 * posix-hdep.c (gdb_console_fputs):
13269 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13270 functions.
13271 * ui-file.h (gdb_console_fputs): Add prototype.
13272
13273 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13274 back to fputs only if the former returns zero.
13275
25629dfd
TT
132762019-03-07 Tom Tromey <tom@tromey.com>
13277
13278 * symmisc.c (print_symbol_bcache_statistics): Update.
13279 (print_objfile_statistics): Update.
13280 * symfile.c (allocate_symtab): Update.
13281 * stabsread.c: Don't include bcache.h.
13282 * psymtab.h (struct psymbol_bcache): Don't declare.
13283 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13284 (psymbol_bcache_init, psymbol_bcache_free)
13285 (psymbol_bcache_get_bcache): Don't declare.
13286 * psymtab.c (struct psymbol_bcache): Remove.
13287 (psymtab_storage::psymtab_storage): Update.
13288 (psymtab_storage::~psymtab_storage): Update.
13289 (psymbol_bcache_init, psymbol_bcache_free)
13290 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13291 (add_psymbol_to_bcache): Update.
13292 (allocate_psymtab): Update.
13293 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13294 macro_cache>: No longer pointers.
13295 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13296 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13297 * macrotab.c (macro_bcache): Update.
13298 * macroexp.c: Don't include bcache.h.
13299 * gdbtypes.c (check_types_worklist): Update.
13300 (types_deeply_equal): Remove TRY/CATCH. Update.
13301 * elfread.c (elf_symtab_read): Update.
13302 * dwarf2read.c: Don't include bcache.h.
13303 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13304 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13305 (print_bcache_statistics, bcache_memory_used): Don't declare.
13306 (struct bcache): Move from bcache.c. Add constructor, destructor,
13307 methods. Rename all data members.
13308 * bcache.c (struct bcache): Move to bcache.h.
13309 (bcache::expand_hash_table): Rename from expand_hash_table.
13310 (bcache): Remove.
13311 (bcache::insert): Rename from bcache_full.
13312 (bcache::compare): Rename from bcache_compare.
13313 (bcache_xmalloc): Remove.
13314 (bcache::~bcache): Rename from bcache_xfree.
13315 (bcache::print_statistics): Rename from print_bcache_statistics.
13316 (bcache::memory_used): Rename from bcache_memory_used.
13317
fe726667
PA
133182019-03-07 Pedro Alves <palves@redhat.com>
13319
13320 * infrun.c (normal_stop): Also check for
13321 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13322
7584bb30
AB
133232019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13324
13325 * f-lang.c (value_from_host_double): Moved to...
13326 * value.c (value_from_host_double): ...here.
13327 * value.h (value_from_host_double): Declare.
13328 * guile/scm-math.c (vlscm_convert_typed_number): Use
13329 value_from_host_double.
13330 (vlscm_convert_number): Likewise.
13331 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13332 * python/py-value.c (convert_value_from_python): Likewise.
13333
a7b1986e
TT
133342019-03-06 Tom Tromey <tom@tromey.com>
13335
13336 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13337
0ccf4211
TT
133382019-03-06 Tom Tromey <tom@tromey.com>
13339
13340 * utils.h (free_current_contents): Don't declare.
13341 * utils.c (free_current_contents): Remove.
13342
fe7b42e5
TT
133432019-03-06 Tom Tromey <tom@tromey.com>
13344
13345 * top.c (quit_force): Update.
13346 * main.c (captured_command_loop): Update.
13347 * common/new-op.c (operator new): Update.
13348 * common/common-exceptions.c (struct catcher)
13349 <save_cleanup_chain>: Remove member.
13350 (exceptions_state_mc_init): Update.
13351 (exception_try_scope_entry): Return nullptr.
13352 (exception_try_scope_exit, exception_rethrow)
13353 (throw_exception_sjlj, throw_exception_cxx): Update.
13354 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13355 (all_cleanups, do_cleanups, discard_cleanups)
13356 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13357 (restore_cleanups, restore_final_cleanups): Don't declare.
13358 (do_final_cleanups): Remove parameter.
13359 * common/cleanups.c (cleanup_chain, make_cleanup)
13360 (make_cleanup_dtor, all_cleanups, do_cleanups)
13361 (discard_my_cleanups, discard_cleanups)
13362 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13363 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13364 (null_cleanup): Remove.
13365 (do_final_cleanups): Remove parameter.
13366
c6321f19
TT
133672019-03-06 Tom Tromey <tom@tromey.com>
13368
13369 * remote.c (remote_target::remote_parse_stop_reply): Use
13370 unique_xmalloc_ptr.
13371
61b30099
TT
133722019-03-06 Tom Tromey <tom@tromey.com>
13373
13374 * stabsread.c (struct stabs_field_info): Rename from field_info.
13375 <list, fnlist>: Add initializers.
13376 <obstack>: New member.
13377 (read_member_functions, read_struct_fields, read_baseclasses):
13378 Allocate on obstack. Don't use cleanups.
13379 (read_one_struct_field, read_member_functions, read_struct_fields)
13380 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13381 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13382 (read_struct_type): Update.
13383
6cceac94
TT
133842019-03-06 Tom Tromey <tom@tromey.com>
13385
13386 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13387 * common/filestuff.h (make_cleanup_close): Don't declare.
13388 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13389 Remove.
13390
72412762
TT
133912019-03-06 Tom Tromey <tom@tromey.com>
13392
13393 * solib-aix.c: Use make_scope_exit.
13394
2b6ff1c0
TT
133952019-03-06 Tom Tromey <tom@tromey.com>
13396
13397 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13398 Use make_scope_exit.
13399
d01c5877
TT
134002019-03-06 Tom Tromey <tom@tromey.com>
13401
13402 * solib-svr4.c (disable_probes_interface): Remove parameter.
13403 (svr4_handle_solib_event): Use make_scope_exit.
13404
32603266
TT
134052019-03-06 Tom Tromey <tom@tromey.com>
13406
13407 * remote.c (struct stop_reply_deleter): Remove.
13408 (stop_reply_up): Update.
13409 (struct stop_reply): Derive from notif_event. Don't typedef.
13410 <regcache>: Now a std::vector.
13411 (stop_reply_xfree): Remove.
13412 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13413 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13414 (remote_target::discard_pending_stop_replies): Use delete.
13415 (remote_target::remote_parse_stop_reply): Update.
13416 (remote_target::process_stop_reply): Update.
13417 * remote-notif.h (struct notif_event): Add virtual destructor.
13418 Remove "dtr" member.
13419 (struct notif_client) <alloc_event>: Return a unique_ptr.
13420 (notif_event_xfree): Don't declare.
13421 (notif_event_up): New typedef.
13422 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13423 (notif_event_xfree, do_notif_event_xfree): Remove.
13424 (remote_notif_state_xfree): Update.
13425
9799571e
TT
134262019-03-06 Tom Tromey <tom@tromey.com>
13427
13428 * infrun.c (displaced_step_clear_cleanup): Now a
13429 forward_scope_exit type.
13430 (displaced_step_prepare_throw): Update.
13431 (displaced_step_fixup): Update.
13432
09e3c4ca
TT
134332019-03-06 Tom Tromey <tom@tromey.com>
13434
13435 * inferior.h (class inferior): Update comment.
13436 * gdbthread.h (class thread_info): Update comment.
13437
e2a03548
TT
134382019-03-06 Joel Brobecker <brobecker@adacore.com>
13439 Tom Tromey <tom@tromey.com>
13440
13441 * stabsread.h (struct stab_section_list): Remove.
13442 (coffstab_build_psymtabs): Update.
13443 * dbxread.c (symbuf_sections): Now a std::vector.
13444 (sect_idx): New global.
13445 (fill_symbuf): Update.
13446 (coffstab_build_psymtabs): Change type of stabsects parameter.
13447 Update.
13448 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13449 std::vector.
13450 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13451 (coff_locate_sections): Update.
13452 (coff_symfile_read): Remove cleanups. Update.
13453 (init_stringtab): Add storage parameter.
13454 (free_stringtab, free_stringtab_cleanup): Remove.
13455 (init_lineno): Add storage parameter.
13456 (free_linetab, free_linetab_cleanup): Remove.
13457
b7e60d85
PA
134582019-03-06 Pedro Alves <palves@redhat.com>
13459
13460 * linux-fork.c (fork_info::clobber_regs): Delete.
13461 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13462 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13463 comment. Adjust.
13464 (scoped_switch_fork_info::scoped_switch_fork_info)
13465 (checkpoint_command, linux_fork_context): Adjust
13466 fork_save_infrun_state calls.
13467
e52c971f
PA
134682019-03-06 Pedro Alves <palves@redhat.com>
13469
13470 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13471 (inf_has_multiple_threads): Return 'bool' and rewrite using
13472 inferior_info::threads().
13473
06974e6c
PA
134742019-03-06 Pedro Alves <palves@redhat.com>
13475
13476 * linux-fork.c: Include <list>.
13477 (fork_list): Now a std::list instance.
13478 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13479 (forks_exist_p, find_last_fork): Adjust.
13480 (new_fork): Delete.
13481 (one_fork_p): New.
13482 (add_fork): Adjust.
13483 (free_fork): Delete, folded into fork_info::~fork_info().
13484 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13485 Adjust.
13486 (init_fork_list): Delete.
13487 (linux_fork_killall, linux_fork_mourn_inferior)
13488 (linux_fork_detach, info_checkpoints_command): Adjust.
13489 (_initialize_linux_fork): No longer call init_fork_list.
13490
72f31aea
PA
134912019-03-06 Pedro Alves <palves@redhat.com>
13492
13493 * linux-fork.c (new_fork): New, split out of ...
13494 (add_fork): ... this. Return void. Move "first fork" special
13495 case from here, to ...
13496 (checkpoint_command): ... here.
13497 * linux-linux.h (add_fork): Return void.
13498
efbecbc1
AB
134992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13500
13501 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13502
0841c79a
AB
135032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13504 Chris January <chris.january@arm.com>
13505 David Lecomber <david.lecomber@arm.com>
13506
13507 * f-exp.y: New token, UNOP_INTRINSIC.
13508 (exp): New pattern using UNOP_INTRINSIC token.
13509 (f77_keywords): Add 'abs' keyword.
13510 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13511 (value_from_host_double): New function.
13512 (evaluate_subexp_f): Support UNOP_ABS.
13513
4a270568
AB
135142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13515
13516 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13517 types.
13518
067630bd
AB
135192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13520
13521 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13522 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13523 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13524
3be47f7a
AB
135252019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13526
13527 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13528
4d00f5d8
AB
135292019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13530 Chris January <chris.january@arm.com>
13531
13532 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13533 * f-exp.y: Define 'KIND' token.
13534 (exp): New pattern for KIND expressions.
13535 (ptype): Handle types with a kind extension.
13536 (direct_abs_decl): Extend to spot kind extensions.
13537 (f77_keywords): Add 'kind' to the list.
13538 (push_kind_type): New function.
13539 (convert_to_kind_type): New function.
13540 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13541 * parse.c (operator_length_standard): Likewise.
13542 * parser-defs.h (enum type_pieces): Add tp_kind.
13543 * std-operator.def: Add UNOP_KIND.
13544
e454224f
AB
135452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13546
13547 * f-exp.y (f_parse): Set yydebug.
13548
9dad4a58
AB
135492019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13550
13551 * f-lang.c (evaluate_subexp_f): New function.
13552 (exp_descriptor_f): New global.
13553 (f_language_defn): Use exp_descriptor_f instead of
13554 exp_descriptor_standard.
13555
c8f91604
AB
135562019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13557
13558 * f-exp.y (struct token): Add comments.
13559 (dot_ops): Remove uppercase versions and the end marker.
13560 (f77_keywords): Likewise.
13561 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13562 entries in the dot_ops array are case insensitive, and use
13563 strncasecmp to compare strings. Also some whitespace cleanup in
13564 this area. Similar for the f77_keywords array, except entries in
13565 this list might be case sensitive.
13566
dd9f2c76
AB
135672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13568
13569 * f-exp.y (struct f77_boolean_val): Add comments.
13570 (boolean_values): Remove uppercase versions, and end marker.
13571 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13572 and use strncasecmp to achieve case insensitivity. Additionally,
13573 perform whitespace cleanup around this code.
13574
67a3048c
TT
135752019-03-06 Tom Tromey <tromey@adacore.com>
13576
13577 * remote-sim.c (gdbsim_target_open): Use result of
13578 gdb_argv::release.
13579
aa3cfbda
RB
135802019-03-06 Richard Bunt <richard.bunt@arm.com>
13581 Dirk Schubert <dirk.schubert@arm.com>
13582 Chris January <chris.january@arm.com>
13583
13584 * eval.c (evaluate_subexp_standard): Call Fortran argument
13585 wrapping logic.
13586 * f-lang.c (struct value): A value which can be passed into a
13587 Fortran function call.
13588 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13589 where appropriate.
13590 (struct type): Value ready for a Fortran function call.
13591 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13592 is needed.
13593 * f-lang.h (fortran_argument_convert): Declaration.
13594 (fortran_preserve_arg_pointer): Declaration.
13595 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13596
ea38e5df
TT
135972019-03-05 Tom Tromey <tromey@adacore.com>
13598
13599 * python/py-prettyprint.c (print_string_repr): Remove #if.
13600 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13601
06b5b831
TT
136022019-03-05 Tom Tromey <tromey@adacore.com>
13603
13604 * target.c (the_dummy_target): Move later. Change type to
13605 "dummy_target".
13606 (initialize_targets): Don't initialize the_dummy_target.
13607
edbd9e45
TT
136082019-03-05 Tom Tromey <tromey@adacore.com>
13609
13610 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13611 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13612
c119e040
TT
136132019-03-05 Tom Tromey <tromey@adacore.com>
13614
13615 * windows-nat.c (windows_nat_target::attach)
13616 (windows_nat_target::detach): Don't call gdb_flush.
13617 * valprint.c (generic_val_print, val_print, val_print_string):
13618 Don't call gdb_flush.
13619 * utils.c (defaulted_query): Don't call gdb_flush.
13620 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13621 * target.c (target_announce_detach): Don't call gdb_flush.
13622 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13623 * remote.c (extended_remote_target::attach): Don't call
13624 gdb_flush.
13625 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13626 * printcmd.c (do_examine): Don't call gdb_flush.
13627 (info_display_command): Don't call gdb_flush.
13628 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13629 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13630 * memattr.c (info_mem_command): Don't call gdb_flush.
13631 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13632 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13633 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13634 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13635 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13636 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13637 (gnu_nat_target::detach): Don't call gdb_flush.
13638 * f-valprint.c (f_val_print): Don't call gdb_flush.
13639 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13640 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13641 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13642 gdb_flush.
13643 * c-valprint.c (c_val_print): Don't call gdb_flush.
13644 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13645
895dafa6
TT
136462019-03-05 Tom Tromey <tromey@adacore.com>
13647
13648 * varobj.c (update_dynamic_varobj_children): Update.
13649 (install_default_visualizer): Use reset, not release.
13650 * value.c (set_internalvar): Update.
13651 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13652 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13653 ATTRIBUTE_UNUSED_RESULT.
13654
88a774b9
TT
136552019-03-05 Tom Tromey <tromey@adacore.com>
13656
13657 * remote.c (class scoped_remote_fd) <release>: Add
13658 ATTRIBUTE_UNUSED_RESULT.
13659
4e4a8b93
TT
136602019-03-05 Tom Tromey <tromey@adacore.com>
13661
13662 * macroexp.c (struct macro_buffer) <release>: Add
13663 ATTRIBUTE_UNUSED_RESULT.
13664
083eef1f
TT
136652019-03-05 Tom Tromey <tromey@adacore.com>
13666
13667 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13668 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13669 ATTRIBUTE_UNUSED_RESULT.
13670
3cabd438
TT
136712019-03-05 Tom Tromey <tromey@adacore.com>
13672
13673 * common/scoped_fd.h (class scoped_fd) <release>: Add
13674 ATTRIBUTE_UNUSED_RESULT.
13675
41e3300a
TT
136762019-03-05 Tom Tromey <tromey@adacore.com>
13677
13678 * parser-defs.h (struct parser_state) <release>: Add
13679 ATTRIBUTE_UNUSED_RESULT.
13680
18cb7c9f
TT
136812019-03-05 Tom Tromey <tromey@adacore.com>
13682
13683 * utils.h (class gdb_argv) <release>: Add
13684 ATTRIBUTE_UNUSED_RESULT.
13685 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13686
41fa577f
EZ
136872019-03-02 Eli Zaretskii <eliz@gnu.org>
13688
a6a4b2c6
EZ
13689 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13690 for-loop range, to avoid compiler warnings.
13691
13692 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13693 avoid compiler warnings about unused variables.
13694
742a7df5
EZ
13695 * NEWS: Mention end of support for native debugging on MS-Windows
13696 before XP.
13697
41fa577f
EZ
13698 PR gdb/24292
13699 * common/netstuff.c:
13700 * gdbserver/gdbreplay.c
13701 * gdbserver/remote-utils.c:
13702 * ser-tcp.c:
13703 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13704 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13705 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13706 'getaddrinfo' and 'freeaddrinfo' were not available before
13707 Windows XP, and mingw.org's MinGW headers by default define
13708 _WIN32_WINNT to 0x500.
13709
827f438f
GB
137102019-03-01 Gary Benson <gbenson@redhat.com>
13711
13712 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13713
92137da0
RO
137142019-02-28 Brian Vandenberg <phantall@gmail.com>
13715 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13716
13717 PR gdb/8527
13718 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13719 set_sigint_trap, clear_sigint_trap.
13720
799efbe8
PW
137212019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13722
13723 * target.c (target_detach): Clear the regcache and the
13724 frame cache.
13725
8ed25214
PA
137262019-02-27 Pedro Alves <palves@redhat.com>
13727
13728 * utils.c (set_screen_size): When we cap the height/width sizes,
13729 tweak the corresponding command variable to show "unlimited":
13730
23031e31
SJ
137312019-02-27 Saagar Jha <saagar@saagarjha.com>
13732 Pedro Alves <palves@redhat.com>
13733
13734 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13735 before calling rl_set_screen_size.
13736
6c28e44a
TT
137372019-02-27 Tom Tromey <tromey@adacore.com>
13738
13739 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13740 define.
13741 * python/py-value.c: Remove Python 2.4 workaround.
13742 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13743 workaround.
13744 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13745 Python 2.4 workaround.
13746 * python/python-internal.h: Remove Python 2.4 comment.
13747 (Py_ssize_t): Don't define.
13748 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13749 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13750 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13751 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13752 * python/python.c (do_start_initialization): Remove Python 2.4
13753 workaround.
13754 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13755 (print_children): Remove Python 2.4 workaround.
13756 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13757 workaround.
13758 (CHARBUFFERPROC_NAME): Remove.
13759 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13760 Python 2.4 workaround.
13761
2c3fc25d 137622019-02-27 Kevin Buettner <kevinb@redhat.com>
799efbe8 13763
2c3fc25d
KB
13764 * NEWS: Note minimum Python version.
13765
6ca62222
KB
137662019-02-27 Kevin Buettner <kevinb@redhat.com>
13767
13768 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13769 code from these functions. Remove corresponding ifdefs. Use
13770 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13771 Remove gotos and target of gotos.
13772 (infpy_search_memory): Likewise.
13773
f4bc7d2c
AB
137742019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13775
13776 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13777 (hppa_gdbarch_init): Don't register deleted functions with
13778 gdbarch.
13779
9734a586
AB
137802019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13781
13782 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13783 (h8300_unwind_sp): Delete.
13784 (h8300_dummy_id): Delete.
13785 (h8300_gdbarch_init): Don't register deleted functions with
13786 gdbarch.
13787
68b867f3
AB
137882019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13789
13790 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13791 (ft32_unwind_pc): Delete.
13792 (ft32_unwind_sp): Delete.
13793 (ft32_gdbarch_init): Don't register deleted functions with
13794 gdbarch.
13795
2fbe7ad0
AB
137962019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13797
13798 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13799 (frv_unwind_pc): Delete.
13800 (frv_unwind_sp): Delete.
13801 (frv_gdbarch_init): Don't register deleted functions with
13802 gdbarch.
13803
76055cbe
AB
138042019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13805
13806 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13807 (riscv_unwind_pc): Delete.
13808 (riscv_unwind_sp): Delete.
13809 (riscv_gdbarch_init): Don't register deleted functions with
13810 gdbarch.
13811
4133e5a1
AB
138122019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13813
13814 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13815 (csky_unwind_pc): Delete.
13816 (csky_unwind_sp): Delete.
13817 (csky_gdbarch_init): Don't register deleted functions with
13818 gdbarch.
13819
8010f576
AB
138202019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13821
13822 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13823 (cris_unwind_pc): Delete.
13824 (cris_unwind_sp): Delete.
13825 (cris_gdbarch_init): Don't register deleted functions with
13826 gdbarch.
13827
b56bf084
AB
138282019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13829
13830 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13831 (bfin_unwind_pc): Delete.
13832 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13833
a19a650f
AB
138342019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13835
13836 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13837 (arm_unwind_pc): Delete.
13838 (arm_unwind_sp): Delete.
13839 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13840
f8278c3c
AB
138412019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13842
13843 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13844 (arc_unwind_pc): Delete.
13845 (arc_unwind_sp): Delete.
13846 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13847
480e46cf
AB
138482019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13849
13850 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13851 (alpha_unwind_pc): Delete.
13852 (alpha_gdbarch_init): Don't register deleted functions with
13853 gdbarch.
13854
7a995095
AB
138552019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13856
13857 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13858 (aarch64_unwind_pc): Delete.
13859 (aarch64_unwind_sp): Delete.
13860 (aarch64_gdbarch_init): Don't register deleted functions with
13861 gdbarch.
13862
bf9a735e
AB
138632019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13864
13865 * gdbtypes.c (type_align): Don't consider static members when
13866 computing structure alignment.
13867
5561fc30
AB
138682019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13869
13870 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13871 return 0 for other types.
13872 * arch-utils.c (default_type_align): Always return 0.
13873 * gdbarch.h: Regenerate.
13874 * gdbarch.sh (type_align): Extend comment.
13875 * gdbtypes.c (type_align): Add additional comments, always call
13876 gdbarch_type_align before applying the default rules.
13877 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13878 generic code will then apply a suitable default.
13879 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13880 types, return 0 for other types.
13881
9335e75a
JB
138822019-02-27 Joel Brobecker <brobecker@adacore.com>
13883
13884 * NEWS: Create a new section for the next release branch.
13885 Rename the section of the current branch, now that it has
13886 been cut.
13887
3d34d8de
JB
138882019-02-27 Joel Brobecker <brobecker@adacore.com>
13889
13890 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13891 * version.in: Bump version to 8.3.50.DATE-git.
13892
143420fb
SM
138932019-02-26 Simon Marchi <simon.marchi@efficios.com>
13894
13895 * aix-thread.c (ptid_cmp): Remove unused variable.
13896 (get_signaled_thread): Likewise.
13897 (store_regs_user_thread): Likewise.
13898 (store_regs_kernel_thread): Likewise.
13899 (fetch_regs_kernel_thread): Remove shadowed variable.
13900
172fb711
AB
139012019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13902
13903 * features/riscv/32bit-cpu.xml: Add register numbers.
13904 * features/riscv/32bit-fpu.c: Regenerate.
13905 * features/riscv/32bit-fpu.xml: Add register numbers.
13906 * features/riscv/64bit-cpu.xml: Add register numbers.
13907 * features/riscv/64bit-fpu.c: Regenerate.
13908 * features/riscv/64bit-fpu.xml: Add register numbers.
13909
26c89782
KB
139102019-02-26 Kevin Buettner <kevinb@redhat.com>
13911
af54ade9 13912 * NEWS: Mention two argument form of gdb.Value constructor.
fe07eca5
KB
13913 * python/py-value.c (convert_buffer_and_type_to_value): New
13914 function.
13915 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
13916 Add support for handling an optional second argument. Call
13917 convert_buffer_and_type_to_value as appropriate.
26c89782
KB
13918 * python/python-internal.h (Py_buffer_deleter): New struct.
13919 (Py_buffer_up): New typedef.
13920
0f58c9e8
JB
139212019-02-25 John Baldwin <jhb@FreeBSD.org>
13922
13923 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
13924 instead of releasing ownership.
13925
0a0f4c01
JR
139262019-02-25 Jordan Rupprecht <rupprecht@google.com>
13927
13928 * dwarf2read.c (open_and_init_dwp_file): Call
13929 elf_numsections instead of bfd_count_sections to initialize
13930 dwp_file->num_sections.
13931
cd5a152c
TT
139322019-02-25 Tom Tromey <tromey@adacore.com>
13933
13934 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
13935
8a6a8513
SDJ
139362019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
13937
13938 * gcore.in: Add '--readnever' option when invoking GDB.
13939
04dcda9c
SM
139402019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13941
13942 * MAINTAINERS: Update my email address.
13943
07bc701d
SM
139442019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13945
13946 * build-id.c (build_id_to_debug_bfd_1): New function.
13947 (build_id_to_debug_bfd): Look for separate debug file in
13948 sysroot.
13949
c6f4a5d0
AB
139502019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
13951
13952 * gdbarch.sh: Update the copyright year range that is placed into
13953 generated files.
13954
9600246d
KS
139552019-02-22 Keith Seitz <keiths@redhat.com>
13956
13957 PR symtab/23853
13958 * linespec.c (create_sals_line_offset): Search for the default
13959 symtab's filename instead of its fullname.
13960
7557a514
AH
139612019-02-21 Alan Hayward <alan.hayward@arm.com>
13962
13963 * NEWS: Update style defaults.
13964
ee2bcb0c
AH
139652019-02-21 Alan Hayward <alan.hayward@arm.com>
13966
13967 * main.c (captured_main_1): Disable styling in batch mode.
13968
0c95f9ed
TT
139692019-02-20 Tom Tromey <tom@tromey.com>
13970
13971 * symtab.c (symtab_symbol_info): Fix typos.
13972
c763b894
TT
139732019-02-20 Tom Tromey <tromey@adacore.com>
13974
13975 * findcmd.c (_initialize_mem_search): Use upper case for
13976 metasyntactic variables.
13977
0ef8a082
AH
139782019-02-20 Alan Hayward <alan.hayward@arm.com>
13979
13980 * aarch64-tdep.c (aarch64_add_reggroups): New function.
13981 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
13982
6caa91b6
SM
139832019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
13984
13985 * top.h (source_file_name): Change to std::string.
13986 * top.c (source_file_name): Likewise.
13987 (command_line_input): Adjust.
13988 * cli/cli-script.c (script_from_file): Adjust.
13989
98814c6c
TT
139902019-02-19 Tom Tromey <tromey@adacore.com>
13991
13992 * ravenscar-thread.c
13993 (ravenscar_thread_target::update_thread_list): Don't call
13994 ada_build_task_list.
13995 * ada-lang.h (ada_build_task_list): Don't declare.
13996 * ada-tasks.c (struct ada_tasks_inferior_data)
13997 <task_list_valid_p>: Now bool.
13998 (read_known_tasks, ada_task_list_changed)
13999 (ada_tasks_invalidate_inferior_data): Update.
14000 (read_known_tasks_array): Return bool.
14001 (read_known_tasks_list): Likewise.
14002 (read_known_tasks): Return void.
14003 (ada_build_task_list): Now static.
14004
70cd633e
AB
140052019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
14006
14007 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
14008 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
14009
040b3e95
PW
140102019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14011
14012 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
14013 variant for ada_tasks_pspace_data_handle and
14014 ada_tasks_inferior_data_handle.
14015 (ada_tasks_pspace_data_cleanup): New function.
14016 (ada_tasks_inferior_data_cleanup): New function.
14017
9409233b
TT
140182019-02-17 Tom Tromey <tom@tromey.com>
14019
14020 * macrotab.h (macro_source_fullname): Return a std::string.
14021 * macrotab.c (macro_include, check_for_redefinition)
14022 (macro_undef, macro_lookup_definition, foreach_macro)
14023 (foreach_macro_in_scope): Update.
14024 (macro_source_fullname): Return a std::string.
14025 * macrocmd.c (show_pp_source_pos): Update.
14026
6506371f
TT
140272019-02-17 Tom Tromey <tom@tromey.com>
14028
14029 * macrocmd.c (show_pp_source_pos): Style the file names.
14030
0c820d67
TT
140312019-02-17 Tom Tromey <tom@tromey.com>
14032
14033 PR tui/24197:
14034 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
14035
a0087920
TT
140362019-02-17 Tom Tromey <tom@tromey.com>
14037
14038 * ada-lang.c (user_select_syms): Use filtered printing.
14039 * utils.c (wrap_style): New global.
14040 (desired_style): Remove.
14041 (emit_style_escape): Add stream parameter.
14042 (set_output_style, reset_terminal_style, prompt_for_continue):
14043 Update.
14044 (flush_wrap_buffer): Only flush gdb_stdout.
14045 (wrap_here): Set wrap_style.
14046 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
14047 treat escape sequences as a character. Change when wrap buffer is
14048 flushed.
14049 (fputs_styled): Do not set the output style when the default is
14050 requested.
14051 * ui-style.h (struct ui_file_style) <is_default>: New method.
14052 * source.c (print_source_lines_base): Emit escape sequences in one
14053 piece.
14054
75ba10dc
JB
140552019-02-17 Joel Brobecker <brobecker@adacore.com>
14056
14057 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
14058 integers and enumeration types.
14059
a2cd4f14
JB
140602019-02-17 Joel Brobecker <brobecker@adacore.com>
14061
14062 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
14063 instead of lookup_symbol_in_language
14064 (do_exact_match): New function.
14065 (ada_get_symbol_name_matcher): Return do_exact_match when
14066 doing a verbatim match.
14067
485b851b
TT
140682019-02-15 Tom Tromey <tromey@adacore.com>
14069
14070 * ravenscar-thread.c (ravenscar_thread_target::resume)
14071 (ravenscar_thread_target::wait): Special case wildcard requests.
14072
0b790b1e
TT
140732019-02-15 Tom Tromey <tromey@adacore.com>
14074
14075 * ravenscar-thread.c (base_ptid): Remove.
14076 (struct ravenscar_thread_target) <close>: New method.
14077 <m_base_ptid>: New member.
14078 <update_inferior_ptid, active_task, task_is_currently_active,
14079 runtime_initialized>: Declare methods.
14080 <ravenscar_thread_target>: Add constructor.
14081 (ravenscar_thread_target::task_is_currently_active)
14082 (ravenscar_thread_target::update_inferior_ptid)
14083 (ravenscar_runtime_initialized): Rename. Now methods.
14084 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
14085 (ravenscar_thread_target::update_thread_list): Update.
14086 (ravenscar_thread_target::active_task): Now method.
14087 (ravenscar_thread_target::store_registers)
14088 (ravenscar_thread_target::prepare_to_store)
14089 (ravenscar_thread_target::prepare_to_store)
14090 (ravenscar_thread_target::mourn_inferior): Update.
14091 (ravenscar_inferior_created): Use "new" to create target.
14092 (ravenscar_thread_target::get_ada_task_ptid): Update.
14093 (_initialize_ravenscar): Don't initialize base_ptid.
14094 (ravenscar_ops): Remove global.
14095
dea57a62
TT
140962019-02-15 Tom Tromey <tromey@adacore.com>
14097
14098 * target.h (push_target): Declare new overload.
14099 * target.c (push_target): New overload, taking an rvalue reference.
14100 * remote.c (remote_target::open_1): Use push_target overload.
14101 * corelow.c (core_target_open): Use push_target overload.
14102
989f3c58
TT
141032019-02-15 Tom Tromey <tromey@adacore.com>
14104
14105 * ravenscar-thread.c (is_ravenscar_task)
14106 (ravenscar_task_is_currently_active): Return bool.
14107 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
14108 (_initialize_ravenscar): Remove "(void)".
14109 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
14110 Return bool.
14111
6cbcc006
TT
141122019-02-15 Tom Tromey <tromey@adacore.com>
14113
14114 * ravenscar-thread.c (ravenscar_runtime_initializer)
14115 (has_ravenscar_runtime, get_running_thread_id)
14116 (ravenscar_thread_target::resume): Fix indentation.
14117
7657f14d
TT
141182019-02-15 Tom Tromey <tromey@adacore.com>
14119
14120 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
14121 from ravenscar_arch_ops.
14122 (sparc_ravenscar_ops::fetch_registers)
14123 (sparc_ravenscar_ops::store_registers): Now methods.
14124 (sparc_ravenscar_prepare_to_store): Remove.
14125 (sparc_ravenscar_ops): Redefine.
14126 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
14127 methods and destructor. Remove members.
14128 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
14129 (ravenscar_thread_target::store_registers)
14130 (ravenscar_thread_target::prepare_to_store): Update.
14131 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
14132 Remove.
14133 (struct ppc_ravenscar_powerpc_ops): Derive from
14134 ravenscar_arch_ops.
14135 (ppc_ravenscar_powerpc_ops::fetch_registers)
14136 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
14137 (ppc_ravenscar_powerpc_ops): Redefine.
14138 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14139 (ppc_ravenscar_e500_ops::fetch_registers)
14140 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14141 (ppc_ravenscar_e500_ops): Redefine.
14142 * aarch64-ravenscar-thread.c
14143 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14144 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14145 (aarch64_ravenscar_fetch_registers)
14146 (aarch64_ravenscar_store_registers): Now methods.
14147 (aarch64_ravenscar_ops): Redefine.
14148
5b6ea500
TT
141492019-02-15 Tom Tromey <tromey@adacore.com>
14150
14151 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14152 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14153 (ravenscar_thread_target::stopped_by_watchpoint)
14154 (ravenscar_thread_target::stopped_data_address)
14155 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14156
e397fd39
TT
141572019-02-15 Tom Tromey <tromey@adacore.com>
14158
14159 * ravenscar-thread.c: Fix some typos.
14160
cc12f4a8
TT
141612019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14162 Tom Tromey <tromey@adacore.com>
14163
14164 * ada-lang.c (ada_exception_sal): Change addr_string to a
14165 std::string.
14166 (create_ada_exception_catchpoint): Update.
14167
5f486660
TT
141682019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14169 Tom Tromey <tromey@adacore.com>
14170
14171 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14172 (bp_location_ops): Remove.
14173 (base_breakpoint_allocate_location): Update.
14174 (free_bp_location): Update.
14175 * ada-lang.c (class ada_catchpoint_location)
14176 <ada_catchpoint_location>: Remove ops parameter.
14177 (ada_catchpoint_location_dtor): Remove.
14178 (ada_catchpoint_location_ops): Remove.
14179 (allocate_location_exception): Update.
14180 * breakpoint.h (struct bp_location_ops): Remove.
14181 (class bp_location) <bp_location>: Remove bp_location_ops
14182 parameter.
14183 <~bp_location>: Add destructor.
14184 <ops>: Remove.
14185
b671c7fb
TS
141862019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14187 Pedro Alves <palves@redhat.com>
14188
14189 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14190 'PATH_MAX'.
14191
8071c5ce
DM
141922019-02-14 David Michael <fedora.dm0@gmail.com>
14193 Samuel Thibault <samuel.thibault@gnu.org>
14194 Thomas Schwinge <thomas@codesourcery.com>
14195
14196 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14197 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14198
b1041ae0
TS
141992019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14200
924514e1
TS
14201 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14202 (check_empty): Use "const char *".
14203
c29ee8d4
TS
14204 * gnu-nat.c (gnu_nat_target::detach): Instead of
14205 'detach_inferior (pid)' call
14206 'detach_inferior (find_inferior_pid (pid))'.
14207
6c6ef69f
TS
14208 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14209 'nat/fork-inferior.o'.
14210 * gnu-nat.c: #include "nat/fork-inferior.h".
14211
2d0a338c
TS
14212 * gnu-nat.c (gnu_nat_target::detach): Instead of
14213 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14214 * gnu-nat.h: #include "inf-child.h".
14215 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14216 'i386_gnu_nat_target::fetch_registers'.
14217 (gnu_store_registers): Rename/move to
14218 'i386_gnu_nat_target::store_registers'.
14219
cabb5f06
TS
14220 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14221 * gnu-nat.h (mach_thread_info): New function.
14222 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14223
b1041ae0
TS
14224 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14225
2988d01e
KF
142262019-02-14 Frederic Konrad <konrad@adacore.com>
14227
14228 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14229
c559d709
JB
142302019-02-14 Joel Brobecker <brobecker@adacore.com>
14231
14232 * windows-nat.c (windows_add_thread): Add new parameter
14233 "main_thread_p" with default value set to false. Update
14234 function documentation as well as all callers.
14235 (windows_delete_thread): Likewise.
14236 (fake_create_process): Update call to windows_add_thread.
14237 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14238 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14239 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14240 call to windows_delete_thread.
14241
007024cc
SM
142422019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14243
14244 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14245
f62318e9
JB
142462019-02-12 John Baldwin <jhb@FreeBSD.org>
14247
14248 * symfile.c (find_separate_debug_file): Use canonical path of
14249 sysroot with child_path instead of gdb_sysroot if it is valid.
14250
cd4b7848
JB
142512019-02-12 John Baldwin <jhb@FreeBSD.org>
14252
14253 * symfile.c (find_separate_debug_file): Use child_path to
14254 determine if an object file is under a sysroot.
14255
efac4bfe
JB
142562019-02-12 John Baldwin <jhb@FreeBSD.org>
14257
14258 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14259 unittests/child-path-selftests.c.
14260 * common/pathstuff.c (child_path): New function.
14261 * common/pathstuff.h (child_path): New prototype.
14262 * unittests/child-path-selftests.c: New file.
14263
402d2bfe
JB
142642019-02-12 John Baldwin <jhb@FreeBSD.org>
14265
14266 * symfile.c (find_separate_debug_file): Look for separate debug
14267 files in debug directories under the sysroot.
14268
1ed9f74e
PW
142692019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14270
14271 * symtab.h (struct minimal_symbol data_p): New const method.
14272 (struct minimal_symbol text_p): Likewise.
14273 * symtab.c (output_source_filename): Use file name style
14274 to print file name.
14275 (print_symbol_info): Likewise.
14276 (print_msymbol_info): Use address style to print addresses.
14277 Use function name style to print executable text symbols.
14278 (expand_symtab_containing_pc): Use data_p.
14279 (find_pc_sect_compunit_symtab): Likewise.
14280
2636d81d
PW
142812019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14282
14283 * breakpoint.c (describe_other_breakpoints): Use address style
14284 to print addresses.
14285 (say_where): Likewise.
14286
ac8c53cc
PW
142872019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14288
14289 * ada-typeprint.c (print_func_type): Print function name
14290 style to print function name.
14291 * c-typeprint.c (c_print_type_1): Likewise.
14292
ea638c43
AH
142932019-02-11 Alan Hayward <alan.hayward@arm.com>
14294
14295 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14296 for execve.
14297
ab759ca8
PW
142982019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14299
14300 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14301 type_stack.
14302
aff29d1c
JB
143032019-02-10 Joel Brobecker <brobecker@adacore.com>
14304
14305 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14306 TYPE_CODE_REF types.
14307
617126bc
JW
143082019-02-08 Jim Wilson <jimw@sifive.com>
14309
14310 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14311 (riscv_linux_fregset): New.
14312 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14313
46e3ed7f
TT
143142019-02-07 Tom Tromey <tom@tromey.com>
14315
14316 * thread.c (thread_cancel_execution_command): Update.
14317 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14318 methods.
14319 (struct thread_fsm_ops): Remove.
14320 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14321 (thread_fsm_should_stop, thread_fsm_return_value)
14322 (thread_fsm_set_finished, thread_fsm_finished_p)
14323 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14324 Don't declare.
14325 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14326 * infrun.c (clear_proceed_status_thread)
14327 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14328 (print_stop_event): Update.
14329 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14330 Add constructor.
14331 (step_command_fsm_ops): Remove.
14332 (new_step_command_fsm): Remove.
14333 (step_1): Update.
14334 (step_command_fsm::should_stop): Rename from
14335 step_command_fsm_should_stop.
14336 (step_command_fsm::clean_up): Rename from
14337 step_command_fsm_clean_up.
14338 (step_command_fsm::do_async_reply_reason): Rename from
14339 step_command_fsm_async_reply_reason.
14340 (struct until_next_fsm): Inherit from thread_fsm. Add
14341 constructor.
14342 (until_next_fsm_ops): Remove.
14343 (new_until_next_fsm): Remove.
14344 (until_next_fsm::should_stop): Rename from
14345 until_next_fsm_should_stop.
14346 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14347 (until_next_fsm::do_async_reply_reason): Rename from
14348 until_next_fsm_async_reply_reason.
14349 (struct finish_command_fsm): Inherit from thread_fsm. Add
14350 constructor. Change type of breakpoint.
14351 (finish_command_fsm_ops): Remove.
14352 (new_finish_command_fsm): Remove.
14353 (finish_command_fsm::should_stop): Rename from
14354 finish_command_fsm_should_stop.
14355 (finish_command_fsm::clean_up): Rename from
14356 finish_command_fsm_clean_up.
14357 (finish_command_fsm::return_value): Rename from
14358 finish_command_fsm_return_value.
14359 (finish_command_fsm::do_async_reply_reason): Rename from
14360 finish_command_fsm_async_reply_reason.
14361 (finish_command): Update.
14362 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14363 Add constructor.
14364 (call_thread_fsm_ops): Remove.
14365 (call_thread_fsm::call_thread_fsm): Rename from
14366 new_call_thread_fsm.
14367 (call_thread_fsm::should_stop): Rename from
14368 call_thread_fsm_should_stop.
14369 (call_thread_fsm::should_notify_stop): Rename from
14370 call_thread_fsm_should_notify_stop.
14371 (run_inferior_call, call_function_by_hand_dummy): Update.
14372 * cli/cli-interp.c (should_print_stop_to_console): Update.
14373 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14374 Add constructor. Change type of location_breakpoint,
14375 caller_breakpoint.
14376 (until_break_fsm_ops): Remove.
14377 (new_until_break_fsm): Remove.
14378 (until_break_fsm::should_stop): Rename from
14379 until_break_fsm_should_stop.
14380 (until_break_fsm::clean_up): Rename from
14381 until_break_fsm_clean_up.
14382 (until_break_fsm::do_async_reply_reason): Rename from
14383 until_break_fsm_async_reply_reason.
14384 (until_break_command): Update.
14385 * thread-fsm.c: Remove.
14386 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14387
1a5c2598
TT
143882019-02-07 Tom Tromey <tom@tromey.com>
14389
14390 * yy-remap.h: Add include guard.
14391 * xtensa-tdep.h: Add include guard.
14392 * xcoffread.h: Rename include guard.
14393 * varobj-iter.h: Add include guard.
14394 * tui/tui.h: Rename include guard.
14395 * tui/tui-winsource.h: Rename include guard.
14396 * tui/tui-wingeneral.h: Rename include guard.
14397 * tui/tui-windata.h: Rename include guard.
14398 * tui/tui-win.h: Rename include guard.
14399 * tui/tui-stack.h: Rename include guard.
14400 * tui/tui-source.h: Rename include guard.
14401 * tui/tui-regs.h: Rename include guard.
14402 * tui/tui-out.h: Rename include guard.
14403 * tui/tui-layout.h: Rename include guard.
14404 * tui/tui-io.h: Rename include guard.
14405 * tui/tui-hooks.h: Rename include guard.
14406 * tui/tui-file.h: Rename include guard.
14407 * tui/tui-disasm.h: Rename include guard.
14408 * tui/tui-data.h: Rename include guard.
14409 * tui/tui-command.h: Rename include guard.
14410 * tic6x-tdep.h: Add include guard.
14411 * target/waitstatus.h: Rename include guard.
14412 * target/wait.h: Rename include guard.
14413 * target/target.h: Rename include guard.
14414 * target/resume.h: Rename include guard.
14415 * target-float.h: Rename include guard.
14416 * stabsread.h: Add include guard.
14417 * rs6000-tdep.h: Add include guard.
14418 * riscv-fbsd-tdep.h: Add include guard.
14419 * regformats/regdef.h: Rename include guard.
14420 * record.h: Rename include guard.
14421 * python/python.h: Rename include guard.
14422 * python/python-internal.h: Rename include guard.
14423 * python/py-stopevent.h: Rename include guard.
14424 * python/py-ref.h: Rename include guard.
14425 * python/py-record.h: Rename include guard.
14426 * python/py-record-full.h: Rename include guard.
14427 * python/py-record-btrace.h: Rename include guard.
14428 * python/py-instruction.h: Rename include guard.
14429 * python/py-events.h: Rename include guard.
14430 * python/py-event.h: Rename include guard.
14431 * procfs.h: Add include guard.
14432 * proc-utils.h: Add include guard.
14433 * p-lang.h: Add include guard.
14434 * or1k-tdep.h: Rename include guard.
14435 * observable.h: Rename include guard.
14436 * nto-tdep.h: Rename include guard.
14437 * nat/x86-linux.h: Rename include guard.
14438 * nat/x86-linux-dregs.h: Rename include guard.
14439 * nat/x86-gcc-cpuid.h: Add include guard.
14440 * nat/x86-dregs.h: Rename include guard.
14441 * nat/x86-cpuid.h: Rename include guard.
14442 * nat/ppc-linux.h: Rename include guard.
14443 * nat/mips-linux-watch.h: Rename include guard.
14444 * nat/linux-waitpid.h: Rename include guard.
14445 * nat/linux-ptrace.h: Rename include guard.
14446 * nat/linux-procfs.h: Rename include guard.
14447 * nat/linux-osdata.h: Rename include guard.
14448 * nat/linux-nat.h: Rename include guard.
14449 * nat/linux-namespaces.h: Rename include guard.
14450 * nat/linux-btrace.h: Rename include guard.
14451 * nat/glibc_thread_db.h: Rename include guard.
14452 * nat/gdb_thread_db.h: Rename include guard.
14453 * nat/gdb_ptrace.h: Rename include guard.
14454 * nat/fork-inferior.h: Rename include guard.
14455 * nat/amd64-linux-siginfo.h: Rename include guard.
14456 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14457 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14458 * nat/aarch64-linux.h: Rename include guard.
14459 * nat/aarch64-linux-hw-point.h: Rename include guard.
14460 * mn10300-tdep.h: Add include guard.
14461 * mips-linux-tdep.h: Add include guard.
14462 * mi/mi-parse.h: Rename include guard.
14463 * mi/mi-out.h: Rename include guard.
14464 * mi/mi-main.h: Rename include guard.
14465 * mi/mi-interp.h: Rename include guard.
14466 * mi/mi-getopt.h: Rename include guard.
14467 * mi/mi-console.h: Rename include guard.
14468 * mi/mi-common.h: Rename include guard.
14469 * mi/mi-cmds.h: Rename include guard.
14470 * mi/mi-cmd-break.h: Rename include guard.
14471 * m2-lang.h: Add include guard.
14472 * location.h: Rename include guard.
14473 * linux-record.h: Rename include guard.
14474 * linux-nat.h: Add include guard.
14475 * linux-fork.h: Add include guard.
14476 * i386-darwin-tdep.h: Rename include guard.
14477 * hppa-linux-offsets.h: Add include guard.
14478 * guile/guile.h: Rename include guard.
14479 * guile/guile-internal.h: Rename include guard.
14480 * gnu-nat.h: Rename include guard.
14481 * gdb-stabs.h: Rename include guard.
14482 * frv-tdep.h: Add include guard.
14483 * f-lang.h: Add include guard.
14484 * event-loop.h: Add include guard.
14485 * darwin-nat.h: Rename include guard.
14486 * cp-abi.h: Rename include guard.
14487 * config/sparc/nm-sol2.h: Rename include guard.
14488 * config/nm-nto.h: Rename include guard.
14489 * config/nm-linux.h: Add include guard.
14490 * config/i386/nm-i386gnu.h: Rename include guard.
14491 * config/djgpp/nl_types.h: Rename include guard.
14492 * config/djgpp/langinfo.h: Rename include guard.
14493 * compile/gcc-cp-plugin.h: Add include guard.
14494 * compile/gcc-c-plugin.h: Add include guard.
14495 * compile/compile.h: Rename include guard.
14496 * compile/compile-object-run.h: Rename include guard.
14497 * compile/compile-object-load.h: Rename include guard.
14498 * compile/compile-internal.h: Rename include guard.
14499 * compile/compile-cplus.h: Rename include guard.
14500 * compile/compile-c.h: Rename include guard.
14501 * common/xml-utils.h: Rename include guard.
14502 * common/x86-xstate.h: Rename include guard.
14503 * common/version.h: Rename include guard.
14504 * common/vec.h: Rename include guard.
14505 * common/tdesc.h: Rename include guard.
14506 * common/selftest.h: Rename include guard.
14507 * common/scoped_restore.h: Rename include guard.
14508 * common/scoped_mmap.h: Rename include guard.
14509 * common/scoped_fd.h: Rename include guard.
14510 * common/safe-iterator.h: Rename include guard.
14511 * common/run-time-clock.h: Rename include guard.
14512 * common/refcounted-object.h: Rename include guard.
14513 * common/queue.h: Rename include guard.
14514 * common/ptid.h: Rename include guard.
14515 * common/print-utils.h: Rename include guard.
14516 * common/preprocessor.h: Rename include guard.
14517 * common/pathstuff.h: Rename include guard.
14518 * common/observable.h: Rename include guard.
14519 * common/netstuff.h: Rename include guard.
14520 * common/job-control.h: Rename include guard.
14521 * common/host-defs.h: Rename include guard.
14522 * common/gdb_wait.h: Rename include guard.
14523 * common/gdb_vecs.h: Rename include guard.
14524 * common/gdb_unlinker.h: Rename include guard.
14525 * common/gdb_unique_ptr.h: Rename include guard.
14526 * common/gdb_tilde_expand.h: Rename include guard.
14527 * common/gdb_sys_time.h: Rename include guard.
14528 * common/gdb_string_view.h: Rename include guard.
14529 * common/gdb_splay_tree.h: Rename include guard.
14530 * common/gdb_setjmp.h: Rename include guard.
14531 * common/gdb_ref_ptr.h: Rename include guard.
14532 * common/gdb_optional.h: Rename include guard.
14533 * common/gdb_locale.h: Rename include guard.
14534 * common/gdb_assert.h: Rename include guard.
14535 * common/filtered-iterator.h: Rename include guard.
14536 * common/filestuff.h: Rename include guard.
14537 * common/fileio.h: Rename include guard.
14538 * common/environ.h: Rename include guard.
14539 * common/common-utils.h: Rename include guard.
14540 * common/common-types.h: Rename include guard.
14541 * common/common-regcache.h: Rename include guard.
14542 * common/common-inferior.h: Rename include guard.
14543 * common/common-gdbthread.h: Rename include guard.
14544 * common/common-exceptions.h: Rename include guard.
14545 * common/common-defs.h: Rename include guard.
14546 * common/common-debug.h: Rename include guard.
14547 * common/cleanups.h: Rename include guard.
14548 * common/buffer.h: Rename include guard.
14549 * common/btrace-common.h: Rename include guard.
14550 * common/break-common.h: Rename include guard.
14551 * cli/cli-utils.h: Rename include guard.
14552 * cli/cli-style.h: Rename include guard.
14553 * cli/cli-setshow.h: Rename include guard.
14554 * cli/cli-script.h: Rename include guard.
14555 * cli/cli-interp.h: Rename include guard.
14556 * cli/cli-decode.h: Rename include guard.
14557 * cli/cli-cmds.h: Rename include guard.
14558 * charset-list.h: Add include guard.
14559 * buildsym-legacy.h: Rename include guard.
14560 * bfin-tdep.h: Add include guard.
14561 * ax.h: Rename include guard.
14562 * arm-linux-tdep.h: Add include guard.
14563 * arm-fbsd-tdep.h: Add include guard.
14564 * arch/xtensa.h: Rename include guard.
14565 * arch/tic6x.h: Add include guard.
14566 * arch/i386.h: Add include guard.
14567 * arch/arm.h: Rename include guard.
14568 * arch/arm-linux.h: Rename include guard.
14569 * arch/arm-get-next-pcs.h: Rename include guard.
14570 * arch/amd64.h: Add include guard.
14571 * arch/aarch64-insn.h: Rename include guard.
14572 * arch-utils.h: Rename include guard.
14573 * annotate.h: Add include guard.
14574 * amd64-darwin-tdep.h: Rename include guard.
14575 * aarch64-linux-tdep.h: Add include guard.
14576 * aarch64-fbsd-tdep.h: Add include guard.
14577 * aarch32-linux-nat.h: Add include guard.
14578
ab9268d2
PW
145792019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14580
14581 * macrotab.c (macro_define_internal): New function that
14582 factorizes macro_define_object_internal and macro_define_function
14583 code.
14584 (macro_define_object_internal): Use macro_define_internal.
14585 (macro_define_function): Likewise.
14586
bb0da2b4
PW
145872019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14588
14589 * macrocmd.c (extract_identifier): Return
14590 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14591 callers.
14592
424eb552
JB
145932019-02-06 John Baldwin <jhb@FreeBSD.org>
14594
14595 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14596
1688cb29
TT
145972019-02-05 Tom Tromey <tom@tromey.com>
14598
14599 * target.c (target_stack::unpush): Move assertion earlier.
14600
b5eba2d8
TT
146012019-01-30 Tom Tromey <tom@tromey.com>
14602
14603 PR python/23615:
14604 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14605 (gdbpy_parse_and_eval): Likewise.
14606 * python/python-internal.h (gdbpy_allow_threads): New class.
14607
7054e2ff
JB
146082019-01-28 John Baldwin <jhb@FreeBSD.org>
14609
14610 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14611 (aarch64_fbsd_fpregmap): Move earlier.
14612 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14613 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14614 instead of individual calls to trad_frame_set_reg_addr.
14615 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14616 earlier.
14617 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14618 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14619 instead of individual calls to trad_frame_set_reg_addr.
14620
36c25ffa
AH
146212019-01-28 Alan Hayward <alan.hayward@arm.com>
14622
14623 * CONTRIBUTE: Replace contribution list with wiki link.
14624
a0707f3c
TT
146252019-01-25 Tom Tromey <tom@tromey.com>
14626
14627 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14628
0747795c
TT
146292019-01-25 Tom Tromey <tom@tromey.com>
14630
14631 * xtensa-linux-nat.c: Fix common/ includes.
14632 * xml-support.h: Fix common/ includes.
14633 * xml-support.c: Fix common/ includes.
14634 * x86-linux-nat.c: Fix common/ includes.
14635 * windows-nat.c: Fix common/ includes.
14636 * varobj.h: Fix common/ includes.
14637 * varobj.c: Fix common/ includes.
14638 * value.c: Fix common/ includes.
14639 * valops.c: Fix common/ includes.
14640 * utils.c: Fix common/ includes.
14641 * unittests/xml-utils-selftests.c: Fix common/ includes.
14642 * unittests/utils-selftests.c: Fix common/ includes.
14643 * unittests/unpack-selftests.c: Fix common/ includes.
14644 * unittests/tracepoint-selftests.c: Fix common/ includes.
14645 * unittests/style-selftests.c: Fix common/ includes.
14646 * unittests/string_view-selftests.c: Fix common/ includes.
14647 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14648 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14649 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14650 * unittests/rsp-low-selftests.c: Fix common/ includes.
14651 * unittests/parse-connection-spec-selftests.c: Fix common/
14652 includes.
14653 * unittests/optional-selftests.c: Fix common/ includes.
14654 * unittests/offset-type-selftests.c: Fix common/ includes.
14655 * unittests/observable-selftests.c: Fix common/ includes.
14656 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14657 * unittests/memrange-selftests.c: Fix common/ includes.
14658 * unittests/memory-map-selftests.c: Fix common/ includes.
14659 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14660 * unittests/function-view-selftests.c: Fix common/ includes.
14661 * unittests/environ-selftests.c: Fix common/ includes.
14662 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14663 * unittests/common-utils-selftests.c: Fix common/ includes.
14664 * unittests/cli-utils-selftests.c: Fix common/ includes.
14665 * unittests/array-view-selftests.c: Fix common/ includes.
14666 * ui-file.c: Fix common/ includes.
14667 * tui/tui-io.c: Fix common/ includes.
14668 * tracepoint.h: Fix common/ includes.
14669 * tracepoint.c: Fix common/ includes.
14670 * tracefile-tfile.c: Fix common/ includes.
14671 * top.h: Fix common/ includes.
14672 * top.c: Fix common/ includes.
14673 * thread.c: Fix common/ includes.
14674 * target/waitstatus.h: Fix common/ includes.
14675 * target/waitstatus.c: Fix common/ includes.
14676 * target.h: Fix common/ includes.
14677 * target.c: Fix common/ includes.
14678 * target-memory.c: Fix common/ includes.
14679 * target-descriptions.c: Fix common/ includes.
14680 * symtab.h: Fix common/ includes.
14681 * symfile.c: Fix common/ includes.
14682 * stap-probe.c: Fix common/ includes.
14683 * spu-linux-nat.c: Fix common/ includes.
14684 * sparc-nat.c: Fix common/ includes.
14685 * source.c: Fix common/ includes.
14686 * solib.c: Fix common/ includes.
14687 * solib-target.c: Fix common/ includes.
14688 * ser-unix.c: Fix common/ includes.
14689 * ser-tcp.c: Fix common/ includes.
14690 * ser-pipe.c: Fix common/ includes.
14691 * ser-base.c: Fix common/ includes.
14692 * selftest-arch.c: Fix common/ includes.
14693 * s12z-tdep.c: Fix common/ includes.
14694 * rust-exp.y: Fix common/ includes.
14695 * rs6000-aix-tdep.c: Fix common/ includes.
14696 * riscv-tdep.c: Fix common/ includes.
14697 * remote.c: Fix common/ includes.
14698 * remote-notif.h: Fix common/ includes.
14699 * remote-fileio.h: Fix common/ includes.
14700 * remote-fileio.c: Fix common/ includes.
14701 * regcache.h: Fix common/ includes.
14702 * regcache.c: Fix common/ includes.
14703 * record-btrace.c: Fix common/ includes.
14704 * python/python.c: Fix common/ includes.
14705 * python/py-type.c: Fix common/ includes.
14706 * python/py-inferior.c: Fix common/ includes.
14707 * progspace.h: Fix common/ includes.
14708 * producer.c: Fix common/ includes.
14709 * procfs.c: Fix common/ includes.
14710 * proc-api.c: Fix common/ includes.
14711 * printcmd.c: Fix common/ includes.
14712 * ppc-linux-nat.c: Fix common/ includes.
14713 * parser-defs.h: Fix common/ includes.
14714 * osdata.c: Fix common/ includes.
14715 * obsd-nat.c: Fix common/ includes.
14716 * nat/x86-linux.c: Fix common/ includes.
14717 * nat/x86-linux-dregs.c: Fix common/ includes.
14718 * nat/x86-dregs.h: Fix common/ includes.
14719 * nat/x86-dregs.c: Fix common/ includes.
14720 * nat/ppc-linux.c: Fix common/ includes.
14721 * nat/mips-linux-watch.h: Fix common/ includes.
14722 * nat/mips-linux-watch.c: Fix common/ includes.
14723 * nat/linux-waitpid.c: Fix common/ includes.
14724 * nat/linux-ptrace.h: Fix common/ includes.
14725 * nat/linux-ptrace.c: Fix common/ includes.
14726 * nat/linux-procfs.c: Fix common/ includes.
14727 * nat/linux-personality.c: Fix common/ includes.
14728 * nat/linux-osdata.c: Fix common/ includes.
14729 * nat/linux-namespaces.c: Fix common/ includes.
14730 * nat/linux-btrace.h: Fix common/ includes.
14731 * nat/linux-btrace.c: Fix common/ includes.
14732 * nat/fork-inferior.c: Fix common/ includes.
14733 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14734 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14735 * nat/aarch64-linux.c: Fix common/ includes.
14736 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14737 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14738 * namespace.h: Fix common/ includes.
14739 * mips-linux-tdep.c: Fix common/ includes.
14740 * minsyms.c: Fix common/ includes.
14741 * mi/mi-parse.h: Fix common/ includes.
14742 * mi/mi-main.c: Fix common/ includes.
14743 * mi/mi-cmd-env.c: Fix common/ includes.
14744 * memrange.h: Fix common/ includes.
14745 * memattr.c: Fix common/ includes.
14746 * maint.h: Fix common/ includes.
14747 * maint.c: Fix common/ includes.
14748 * main.c: Fix common/ includes.
14749 * machoread.c: Fix common/ includes.
14750 * location.c: Fix common/ includes.
14751 * linux-thread-db.c: Fix common/ includes.
14752 * linux-nat.c: Fix common/ includes.
14753 * linux-fork.c: Fix common/ includes.
14754 * inline-frame.c: Fix common/ includes.
14755 * infrun.c: Fix common/ includes.
14756 * inflow.c: Fix common/ includes.
14757 * inferior.h: Fix common/ includes.
14758 * inferior.c: Fix common/ includes.
14759 * infcmd.c: Fix common/ includes.
14760 * inf-ptrace.c: Fix common/ includes.
14761 * inf-child.c: Fix common/ includes.
14762 * ia64-linux-nat.c: Fix common/ includes.
14763 * i387-tdep.c: Fix common/ includes.
14764 * i386-tdep.c: Fix common/ includes.
14765 * i386-linux-tdep.c: Fix common/ includes.
14766 * i386-linux-nat.c: Fix common/ includes.
14767 * i386-go32-tdep.c: Fix common/ includes.
14768 * i386-fbsd-tdep.c: Fix common/ includes.
14769 * i386-fbsd-nat.c: Fix common/ includes.
14770 * guile/scm-type.c: Fix common/ includes.
14771 * guile/guile.c: Fix common/ includes.
14772 * go32-nat.c: Fix common/ includes.
14773 * gnu-nat.c: Fix common/ includes.
14774 * gdbthread.h: Fix common/ includes.
14775 * gdbarch-selftests.c: Fix common/ includes.
14776 * gdb_usleep.c: Fix common/ includes.
14777 * gdb_select.h: Fix common/ includes.
14778 * gdb_bfd.c: Fix common/ includes.
14779 * gcore.c: Fix common/ includes.
14780 * fork-child.c: Fix common/ includes.
14781 * findvar.c: Fix common/ includes.
14782 * fbsd-nat.c: Fix common/ includes.
14783 * event-top.c: Fix common/ includes.
14784 * event-loop.c: Fix common/ includes.
14785 * dwarf2read.c: Fix common/ includes.
14786 * dwarf2loc.c: Fix common/ includes.
14787 * dwarf2-frame.c: Fix common/ includes.
14788 * dwarf-index-cache.c: Fix common/ includes.
14789 * dtrace-probe.c: Fix common/ includes.
14790 * disasm-selftests.c: Fix common/ includes.
14791 * defs.h: Fix common/ includes.
14792 * csky-tdep.c: Fix common/ includes.
14793 * cp-valprint.c: Fix common/ includes.
14794 * cp-support.h: Fix common/ includes.
14795 * cp-support.c: Fix common/ includes.
14796 * corelow.c: Fix common/ includes.
14797 * completer.h: Fix common/ includes.
14798 * completer.c: Fix common/ includes.
14799 * compile/compile.c: Fix common/ includes.
14800 * compile/compile-loc2c.c: Fix common/ includes.
14801 * compile/compile-cplus-types.c: Fix common/ includes.
14802 * compile/compile-cplus-symbols.c: Fix common/ includes.
14803 * command.h: Fix common/ includes.
14804 * cli/cli-dump.c: Fix common/ includes.
14805 * cli/cli-cmds.c: Fix common/ includes.
14806 * charset.c: Fix common/ includes.
14807 * build-id.c: Fix common/ includes.
14808 * btrace.h: Fix common/ includes.
14809 * btrace.c: Fix common/ includes.
14810 * breakpoint.h: Fix common/ includes.
14811 * breakpoint.c: Fix common/ includes.
14812 * ax.h:
14813 (enum agent_op): Fix common/ includes.
14814 * ax-general.c (struct aop_map): Fix common/ includes.
14815 * ax-gdb.c: Fix common/ includes.
14816 * auxv.c: Fix common/ includes.
14817 * auto-load.c: Fix common/ includes.
14818 * arm-tdep.c: Fix common/ includes.
14819 * arch/riscv.c: Fix common/ includes.
14820 * arch/ppc-linux-common.c: Fix common/ includes.
14821 * arch/i386.c: Fix common/ includes.
14822 * arch/arm.c: Fix common/ includes.
14823 * arch/arm-linux.c: Fix common/ includes.
14824 * arch/arm-get-next-pcs.c: Fix common/ includes.
14825 * arch/amd64.c: Fix common/ includes.
14826 * arch/aarch64.c: Fix common/ includes.
14827 * arch/aarch64-insn.c: Fix common/ includes.
14828 * arch-utils.c: Fix common/ includes.
14829 * amd64-windows-tdep.c: Fix common/ includes.
14830 * amd64-tdep.c: Fix common/ includes.
14831 * amd64-sol2-tdep.c: Fix common/ includes.
14832 * amd64-obsd-tdep.c: Fix common/ includes.
14833 * amd64-nbsd-tdep.c: Fix common/ includes.
14834 * amd64-linux-tdep.c: Fix common/ includes.
14835 * amd64-linux-nat.c: Fix common/ includes.
14836 * amd64-fbsd-tdep.c: Fix common/ includes.
14837 * amd64-fbsd-nat.c: Fix common/ includes.
14838 * amd64-dicos-tdep.c: Fix common/ includes.
14839 * amd64-darwin-tdep.c: Fix common/ includes.
14840 * agent.c: Fix common/ includes.
14841 * ada-lang.h: Fix common/ includes.
14842 * ada-lang.c: Fix common/ includes.
14843 * aarch64-tdep.c: Fix common/ includes.
14844
2f5c153e
TT
148452019-01-25 Tom Tromey <tom@tromey.com>
14846
14847 * common/create-version.sh: Use common/version.h.
14848
adc6a863
PA
148492019-01-24 Pedro Alves <palves@redhat.com>
14850
14851 * infrun.c (signal_stop, signal_print, signal_program)
14852 (signal_catch, signal_pass): Now arrays instead of pointers.
14853 (update_signals_program_target, do_target_resume)
14854 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14855 * linux-nat.c (linux_nat_target::pass_signals)
14856 (linux_nat_target::create_inferior, linux_nat_target::attach):
14857 Adjust.
14858 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14859 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14860 * procfs.c (procfs_target::pass_signals): Adjust.
14861 * record-full.c (record_full_target::resume): Adjust.
14862 * remote.c (remote_target::pass_signals)
14863 (remote_target::program_signals): Adjust.
14864 * target-debug.h (target_debug_print_signals): Now takes a
14865 gdb::array_view as parameter. Adjust.
14866 * target.h (target_ops) <pass_signals, program_signals>: Replace
14867 pointer and length parameters with gdb::array_view.
14868 (target_pass_signals, target_program_signals): Likewise.
14869 * target-delegates.c: Regenerate.
14870
3046d67a
PA
148712019-01-24 Pedro Alves <palves@redhat.com>
14872
14873 * common/forward-scope-exit.h
14874 (forward_scope_exit::forward_scope_exit): Pass arguments to
14875 m_bind_function directly, instead of creating a std::bind and
14876 copying that.
14877
353229bf
AH
148782019-01-24 Alan Hayward <alan.hayward@arm.com>
14879
14880 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14881 for static members.
14882 (pass_in_v_vfp_candidate): Likewise.
14883
311dc83a
TT
148842019-01-23 Tom Tromey <tom@tromey.com>
14885 Pedro Alves <palves@redhat.com>
14886
14887 * regcache.c (class regcache_invalidator): Remove.
14888 (regcache::raw_write): Use make_scope_exit.
14889
296bd123
TT
148902019-01-23 Tom Tromey <tom@tromey.com>
14891
14892 * ui-out.h (class ui_out_emit_type): Update comment.
14893
979a0d13
TT
148942019-01-23 Tom Tromey <tom@tromey.com>
14895
14896 * infrun.c (fetch_inferior_event): Update comment.
14897
d238133d
TT
148982019-01-23 Tom Tromey <tom@tromey.com>
14899 Pedro Alves <palves@redhat.com>
14900
14901 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14902 parameter.
14903 (fetch_inferior_event): Use SCOPE_EXIT.
14904
14905
9885e6bb
TT
149062019-01-23 Tom Tromey <tom@tromey.com>
14907 Pedro Alves <palves@redhat.com>
14908
14909 * infrun.c (disable_thread_events): Delete.
14910 (stop_all_threads): Use SCOPE_EXIT.
14911
286526c1
TT
149122019-01-23 Tom Tromey <tom@tromey.com>
14913 Pedro Alves <palves@redhat.com>
14914
14915 * symfile.c: Include forward-scope-exit.h.
14916 (clear_symtab_users_cleanup): Replace forward declaration with
14917 a FORWARD_SCOPE_EXIT.
14918 (syms_from_objfile_1): Use the forward_scope_exit and
14919 gdb::optional instead of cleanup_function.
14920 (reread_symbols): Use the forward_scope_exit instead of
14921 cleanup_function.
14922 (clear_symtab_users_cleanup): Remove function.
14923
1db93f14
TT
149242019-01-23 Tom Tromey <tom@tromey.com>
14925 Pedro Alves <palves@redhat.com>
14926
14927 * linux-nat.c: Include scope-exit.h.
14928 (cleanup_target_stop): Remove.
14929 (linux_nat_target::static_tracepoint_markers_by_strid): Use
14930 SCOPE_EXIT.
14931
2cc83d1e
TT
149322019-01-23 Tom Tromey <tom@tromey.com>
14933 Pedro Alves <palves@redhat.com>
14934
14935 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
14936 (call_function_by_hand_dummy): Use SCOPE_EXIT.
14937
694c6bf5
TT
149382019-01-23 Tom Tromey <tom@tromey.com>
14939 Andrew Burgess <andrew.burgess@embecosm.com>
14940 Pedro Alves <palves@redhat.com>
14941
14942 * infrun.c (fetch_inferior_event): Use scope_exit.
14943 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
14944 * top.c (execute_command): Use scope_exit.
14945 * breakpoint.c (bpstat_do_actions): Use scope_exit.
14946 * utils.c (do_bpstat_clear_actions_cleanup)
14947 (make_bpstat_clear_actions_cleanup): Remove.
14948
4c41382a
TT
149492019-01-23 Tom Tromey <tom@tromey.com>
14950 Pedro Alves <palves@redhat.com>
14951
14952 * infrun.c: Include "common/scope-exit.h"
14953 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
14954 (wait_for_inferior): Use SCOPE_EXIT.
14955 (fetch_inferior_event): Use scope_exit.
14956
89f8fb50
TT
149572019-01-23 Tom Tromey <tom@tromey.com>
14958 Pedro Alves <palves@redhat.com>
14959
14960 * breakpoint.c (create_breakpoint): Remove cleanup.
14961
5419bdae
TT
149622019-01-23 Tom Tromey <tom@tromey.com>
14963 Andrew Burgess <andrew.burgess@embecosm.com>
14964 Pedro Alves <palves@redhat.com>
14965
e587ef42
PA
149662019-01-23 Pedro Alves <palves@redhat.com>
14967
14968 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
14969
77f0e74c
PA
149702019-01-23 Pedro Alves <palves@redhat.com>
14971 Andrew Burgess <andrew.burgess@embecosm.com>
14972
14973 * gdbthread.h: Include "common/forward-scope-exit.h".
14974 (scoped_finish_thread_state): Redefine custom class in terms of
14975 forward_scope_exit.
14976
5b9b3e53
PA
149772019-01-23 Pedro Alves <palves@redhat.com>
14978 Andrew Burgess <andrew.burgess@embecosm.com>
14979
14980 * common/forward-scope-exit.h: New file.
14981
54b65c9b
PA
149822019-01-23 Pedro Alves <palves@redhat.com>
14983 Andrew Burgess <andrew.burgess@embecosm.com>
14984 Tom Tromey <tom@tromey.com>
14985
14986 * common/scope-exit.h: New file.
14987
cf08fb29
PA
149882019-01-23 Pedro Alves <palves@redhat.com>
14989
14990 * common/preprocessor.h (ESC): Rename to ...
14991 (ESC_PARENS): ... this.
14992 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
14993 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
14994
ae73e2e2
TT
149952019-01-23 Tom Tromey <tom@tromey.com>
14996
14997 * language.h (class scoped_switch_to_sym_language_if_auto):
14998 Initialize m_lang in both cases.
14999
6594e122
AH
150002019-01-23 Alan Hayward <alan.hayward@arm.com>
15001
15002 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
15003 with XCNEW.
15004
a7c9855d
TT
150052019-01-22 Tom Tromey <tom@tromey.com>
15006
15007 * corelow.c: Do not include sys/file.h.
15008
93cc1d53
TT
150092019-01-22 Tom Tromey <tom@tromey.com>
15010
15011 * tui/tui-wingeneral.h: Include gdb_curses.h.
15012
38561778
TT
150132019-01-22 Tom Tromey <tom@tromey.com>
15014
15015 * source-cache.h (class source_cache) <get_source_lines,
15016 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
15017
37b3ab5b
TT
150182019-01-22 Tom Tromey <tom@tromey.com>
15019
15020 * remote-fileio.h (struct remote_target): Declare.
15021
3fabc016
TT
150222019-01-22 Tom Tromey <tom@tromey.com>
15023
15024 * python/py-arch.c: Do not include py-ref.h.
15025 * python/py-bpevent.c: Do not include py-ref.h.
15026 * python/py-cmd.c: Do not include py-ref.h.
15027 * python/py-continueevent.c: Do not include py-ref.h.
15028 * python/py-event.h: Do not include py-ref.h.
15029 * python/py-evtregistry.c: Do not include py-ref.h.
15030 * python/py-finishbreakpoint.c: Do not include py-ref.h.
15031 * python/py-frame.c: Do not include py-ref.h.
15032 * python/py-framefilter.c: Do not include py-ref.h.
15033 * python/py-function.c: Do not include py-ref.h.
15034 * python/py-infevents.c: Do not include py-ref.h.
15035 * python/py-linetable.c: Do not include py-ref.h.
15036 * python/py-objfile.c: Do not include py-ref.h.
15037 * python/py-param.c: Do not include py-ref.h.
15038 * python/py-prettyprint.c: Do not include py-ref.h.
15039 * python/py-progspace.c: Do not include py-ref.h.
15040 * python/py-symbol.c: Do not include py-ref.h.
15041 * python/py-symtab.c: Do not include py-ref.h.
15042 * python/py-type.c: Do not include py-ref.h.
15043 * python/py-unwind.c: Do not include py-ref.h.
15044 * python/py-utils.c: Do not include py-ref.h.
15045 * python/py-value.c: Do not include py-ref.h.
15046 * python/py-varobj.c: Do not include py-ref.h.
15047 * python/py-xmethods.c: Do not include py-ref.h.
15048 * python/python.c: Do not include py-ref.h.
15049 * varobj.c: Do not include py-ref.h.
15050
6b4d7774
TT
150512019-01-22 Tom Tromey <tom@tromey.com>
15052
15053 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
15054 keyword for bcache.
15055
7af7e9b5
TT
150562019-01-22 Tom Tromey <tom@tromey.com>
15057
15058 * compile/compile-cplus-types.c: Remove a comment by #include.
15059
951d1049
TT
150602019-01-22 Tom Tromey <tom@tromey.com>
15061
15062 * compile/gcc-c-plugin.h: Include compile-internal.h.
15063
d65d5705
TT
150642019-01-22 Tom Tromey <tom@tromey.com>
15065
15066 * stabsread.c (EXTERN): Do not define.
15067 (symnum, next_symbol_text_func, processing_gcc_compilation)
15068 (within_function, global_sym_chain, global_stabs)
15069 (previous_stab_code, this_object_header_files)
15070 (n_this_object_header_files)
15071 (n_allocated_this_object_header_files): Define.
15072 * stabsread.h (EXTERN): Never define. Use "extern".
15073
b6fb1ee5
PW
150742019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15075
15076 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
15077 history_value.
15078
be6d4f74
TT
150792019-01-21 Tom Tromey <tom@tromey.com>
15080
15081 * ui-out.c: Fix includes.
15082 * tui/tui-source.c: Fix includes.
15083 * target.c: Fix includes.
15084 * remote.c: Fix includes.
15085 * regcache.c: Fix includes.
15086 * python/py-block.c: Fix includes.
15087 * printcmd.c: Fix includes.
15088 * or1k-tdep.c: Fix includes.
15089 * mi/mi-main.c: Fix includes.
15090 * m32r-tdep.c: Fix includes.
15091 * csky-tdep.c: Fix includes.
15092 * compile/compile-cplus-types.c: Fix includes.
15093 * cli/cli-interp.c: Fix includes.
15094
73021deb
AH
150952019-01-21 Alan Hayward <alan.hayward@arm.com>
15096
15097 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
15098 for padding.
15099
7932255d
TT
151002019-01-16 Tom Tromey <tom@tromey.com>
15101
15102 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
15103 earlier.
15104 (struct objfile) <msymbols_range>: Move from top level.
15105 <msymbols>: New method.
15106 (class objfile_msymbols): Remove.
15107 * symtab.c (default_collect_symbol_completion_matches_break_on):
15108 Update.
15109 * symmisc.c (dump_msymbols): Update.
15110 * stabsread.c (scan_file_globals): Update.
15111 * objc-lang.c (info_selectors_command, info_classes_command)
15112 (find_methods): Update.
15113 * minsyms.c (find_solib_trampoline_target): Update.
15114 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
15115 * coffread.c (coff_symfile_read): Update.
15116 * ada-lang.c (ada_lookup_simple_minsym)
15117 (ada_collect_symbol_completion_matches): Update.
15118
604b1bfb
TT
151192019-01-16 Tom Tromey <tom@tromey.com>
15120
15121 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
15122 type. Remove no-argument constructor.
15123 <iterator::operator++>: Simplify.
15124 <begin>: Update.
15125 <end>: Use minimal_symbol_count.
15126
f252c6d5
TT
151272019-01-16 Tom Tromey <tom@tromey.com>
15128
15129 * objfiles.h (struct objfile) <psymtabs>: New method.
15130 (class objfile_psymtabs): Remove.
15131 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
15132 typedef.
15133 <range>: New method.
15134 (require_partial_symbols): Change return type.
15135 * psymtab.c (require_partial_symbols)
15136 (psym_expand_symtabs_matching): Update.
15137 * mdebugread.c (parse_partial_symbols): Update.
15138 * dbxread.c (dbx_end_psymtab): Update.
15139
b669c953
TT
151402019-01-15 Tom Tromey <tom@tromey.com>
15141
15142 * symtab.c (lookup_objfile_from_block)
15143 (lookup_symbol_in_objfile_symtabs)
15144 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15145 (find_line_symtab, info_sources_command)
15146 (default_collect_symbol_completion_matches_break_on)
15147 (make_source_files_completion_list): Update.
15148 * symmisc.c (print_objfile_statistics, dump_objfile)
15149 (maintenance_print_symbols, maintenance_info_symtabs)
15150 (maintenance_check_symtabs, maintenance_info_line_tables):
15151 Update.
15152 * source.c (select_source_symtab)
15153 (forget_cached_source_info_for_objfile): Update.
15154 * objfiles.h (class objfile_compunits): Remove.
15155 (struct objfile) <compunits_range>: New typedef.
15156 (compunits): New method.
15157 * objfiles.c (objfile_relocate1): Update.
15158 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15159 * maint.c (count_symtabs_and_blocks): Update.
15160 * linespec.c (iterate_over_all_matching_symtabs): Update.
15161 * cp-support.c (add_symbol_overload_list_qualified): Update.
15162 * coffread.c (coff_symtab_read): Update.
15163 * ada-lang.c (add_nonlocal_symbols)
15164 (ada_collect_symbol_completion_matches)
15165 (ada_add_global_exceptions): Update.
15166
7e955d83
TT
151672019-01-15 Tom Tromey <tom@tromey.com>
15168
15169 * progspace.h (program_space) <objfiles_safe_range>: New
15170 typedef.
15171 <objfiles_safe>: New method.
15172 * objfiles.h (class all_objfiles_safe): Remove.
15173 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15174 * jit.c (jit_inferior_exit_hook): Update.
15175
2030c079
TT
151762019-01-17 Tom Tromey <tom@tromey.com>
15177
15178 * progspace.h (program_space) <objfiles_range>: New typedef.
15179 <objfiles>: New method.
15180 <objfiles_head>: Rename from objfiles.
15181 (object_files): Update.
15182 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15183 * guile/scm-pretty-print.c
15184 (ppscm_find_pretty_printer_from_objfiles): Update.
15185 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15186 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15187 Update.
15188 * python/py-progspace.c (pspy_get_objfiles): Update.
15189 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15190 Update.
15191 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15192 (objfpy_lookup_objfile_by_build_id): Update.
15193 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15194 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15195 Update.
15196 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15197 (expand_symtab_containing_pc, lookup_objfile_from_block)
15198 (lookup_static_symbol, basic_lookup_transparent_type)
15199 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15200 (find_line_symtab, info_sources_command)
15201 (default_collect_symbol_completion_matches_break_on)
15202 (make_source_files_completion_list, find_main_name): Update.
15203 * symmisc.c (print_symbol_bcache_statistics)
15204 (print_objfile_statistics, maintenance_print_symbols)
15205 (maintenance_print_msymbols, maintenance_print_objfiles)
15206 (maintenance_info_symtabs, maintenance_check_symtabs)
15207 (maintenance_expand_symtabs, maintenance_info_line_tables):
15208 Update.
15209 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15210 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15211 (map_overlay_command, unmap_overlay_command)
15212 (simple_overlay_update, expand_symtabs_matching)
15213 (map_symbol_filenames): Update.
15214 * symfile-debug.c (set_debug_symfile): Update.
15215 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15216 Update.
15217 * source.c (select_source_symtab, forget_cached_source_info):
15218 Update.
15219 * solib.c (solib_read_symbols): Update.
15220 * solib-spu.c (append_ocl_sos): Update.
15221 * psymtab.c (maintenance_print_psymbols)
15222 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15223 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15224 * printcmd.c (info_symbol_command): Update.
15225 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15226 Update.
15227 * objfiles.h (class all_objfiles): Remove.
15228 * objfiles.c (have_partial_symbols, have_full_symbols)
15229 (have_minimal_symbols, qsort_cmp, update_section_map)
15230 (shared_objfile_contains_address_p)
15231 (default_iterate_over_objfiles_in_search_order): Update.
15232 * objc-lang.c (info_selectors_command, info_classes_command)
15233 (find_methods): Update.
15234 * minsyms.c (find_solib_trampoline_target): Update.
15235 * maint.c (maintenance_info_sections)
15236 (maintenance_translate_address, count_symtabs_and_blocks):
15237 Update.
15238 * main.c (captured_main_1): Update.
15239 * linux-thread-db.c (try_thread_db_load_from_pdir)
15240 (has_libpthread): Update.
15241 * linespec.c (iterate_over_all_matching_symtabs)
15242 (search_minsyms_for_name): Update.
15243 * jit.c (jit_find_objf_with_entry_addr): Update.
15244 * hppa-tdep.c (find_unwind_entry)
15245 (hppa_lookup_stub_minimal_symbol): Update.
15246 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15247 Update.
15248 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15249 (elf_gnu_ifunc_resolve_by_got): Update.
15250 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15251 * dwarf-index-write.c (save_gdb_index_command): Update.
15252 * cp-support.c (add_symbol_overload_list_qualified): Update.
15253 * breakpoint.c (create_overlay_event_breakpoint)
15254 (create_longjmp_master_breakpoint)
15255 (create_std_terminate_master_breakpoint)
15256 (create_exception_master_breakpoint): Update.
15257 * blockframe.c (find_pc_partial_function): Update.
15258 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15259 (ada_collect_symbol_completion_matches)
15260 (ada_add_global_exceptions): Update.
15261
776489e0
TT
152622019-01-17 Tom Tromey <tom@tromey.com>
15263
15264 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15265 declare VEC.
15266 (solib_target_parse_libraries): Change return type.
15267 (library_list_start_segment, library_list_start_section)
15268 (library_list_end_library, library_list_start_library); Update.
15269 (solib_target_free_library_list): Remove.
15270 (solib_target_parse_libraries): Remove cleanup. Change return
15271 type.
15272 (solib_target_current_sos): Update.
15273
6471e7d2
TT
152742019-01-17 Tom Tromey <tromey@bapiya>
15275
15276 * valprint.c: Replace "the the" with "the".
15277 * symtab.c: Replace "the the" with "the".
15278 * solib.c: Replace "the the" with "the".
15279 * solib-dsbt.c: Replace "the the" with "the".
15280 * linespec.c: Replace "the the" with "the".
15281 * dwarf2loc.h: Replace "the the" with "the".
15282 * amd64-windows-tdep.c: Replace "the the" with "the".
15283 * aarch64-tdep.c: Replace "the the" with "the".
15284
c24bdb02
KS
152852019-01-16 Keith Seitz <keiths@redhat.com>
15286
15287 PR gdb/23773
15288 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15289 <builder>: Rename to ..
15290 <m_builder>: ... this and make private.
15291 (dwarf2_cu::get_builder): New method. Change all users of
15292 `builder' to use this method.
15293 (dwarf2_start_symtab): Move to ...
15294 (dwarf2_cu::start_symtab): ... here. Update all callers
15295 (setup_type_unit_groups): Move to ...
15296 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15297 callers.
15298 (dwarf2_cu::reset_builder): New method.
15299 (process_full_compunit, process_full_type_unit): Use
15300 dwarf2_cu::reset_builder.
15301 (follow_die_offset): Record the ancestor CU if it is different
15302 from the followed DIE's CU.
15303 (follow_die_sig_1): Likewise.
15304
8d64371b
TT
153052019-01-15 Tom Tromey <tom@tromey.com>
15306
15307 * remote.c (class remote_state) <buf>: Now a char_vector.
15308 <buf_size>: Remove.
15309 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15310 parameter.
15311 (remote_target::getpkt_or_notif_sane_1)
15312 (remote_target::getpkt_sane)
15313 (remote_target::getpkt_or_notif_sane): Likewise.
15314 (class remote_target) <putpkt>: New overload.
15315 (remote_target::read_frame): Change type of "buf_p". Remove
15316 sizeof_p parameter.
15317 (packet_ok): New overload.
15318 (packet_check_result): New overload.
15319 Update all uses.
15320
bb277751
TT
153212019-01-14 Tom Tromey <tom@tromey.com>
15322
15323 * remote-notif.c (handle_notification, remote_notif_ack)
15324 (remote_notif_parse): Make "buf" const.
15325 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15326 const.
15327 (remote_notif_parse, remote_notif_ack, handle_notification):
15328 Likewise.
15329 * remote.c (remote_notif_stop_parse): Make "buf" const.
15330 (remote_target::remote_parse_stop_reply): Make "buf" const.
15331 (remote_notif_stop_ack): Make "buf" const.
15332
05be00a8
TT
153332019-01-14 Tom Tromey <tom@tromey.com>
15334
15335 * remote.c (remote_console_output): Make parameter const.
15336
491adeca
TT
153372019-01-14 Tom Tromey <tom@tromey.com>
15338
15339 * target-debug.h (target_debug_print_signals): Constify.
15340 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15341 * procfs.c (procfs_target::pass_signals): Update.
15342 * linux-nat.c (linux_nat_target::pass_signals): Update.
15343 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15344 * target-delegates.c: Rebuild.
15345 * remote.c (remote_target::program_signals): Update.
15346 (remote_target::pass_signals): Update.
15347 * target.c (target_pass_signals): Constify argument.
15348 (target_program_signals): Likewise.
15349 * target.h (struct target_ops) <pass_signals, program_signals>:
15350 Constify argument.
15351 (target_pass_signals, target_program_signals): Constify argument.
15352
bbd94648
TT
153532019-01-14 Tom Tromey <tom@tromey.com>
15354
15355 PR tui/28819:
15356 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15357
6f072a10
PFC
153582019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15359
15360 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15361 field.
15362 * rs6000-tdep.c: Include reggroups.h.
15363 (IS_V_ALIAS_PSEUDOREG): Define.
15364 (rs6000_register_name): Return names for the "vX" aliases.
15365 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15366 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15367 aliases. Call default_register_reggroup_p for all other
15368 pseudo-registers.
15369 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15370 New functions.
15371 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15372 Handle "vX" aliases.
15373 (v_alias_pseudo_register_collect): New function.
15374 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15375 (rs6000_gdbarch_init): Initialize "vX" aliases as
15376 pseudo-registers. Restore registration of
15377 rs6000_pseudo_register_reggroup_p with
15378 set_tdesc_pseudo_register_reggroup_p.
15379
1a782351
MF
153802019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15381
15382 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15383 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15384 set_gdbarch_num_pseudo_regs.
15385
d73cff18
PW
153862019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15387
15388 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15389 Remove arg prefixname, add do_set and do_show.
15390 Add member functions set_list and show_list.
15391 * cli/cli-style.c (class cli_style_option): Update accordingly.
15392 (style_set_list): Move to file scope.
15393 (style_show_list): Likewise.
15394 (set_style): Call help_list.
15395 (show_style): Call cmd_show_list.
15396 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15397 Update to use the new macro.
15398
60a90376
JB
153992019-10-12 Joel Brobecker <brobecker@adacore.com>
15400
15401 * ada-lang.c (_initialize_ada_language): Expand the help text
15402 for the "catch exception" command.
15403
9d7c67bf
PW
154042019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15405
15406 * symtab.c (matching_obj_sections): Initialize obj,
15407 declare it closer to its usage.
15408
7cf47dc4
TT
154092019-01-10 Tom Tromey <tom@tromey.com>
15410
15411 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15412 (basic_inf_threads_range): Remove.
15413 (inf_threads_range, inf_non_exited_threads_range)
15414 (safe_inf_threads_range): Use next_adapter.
15415
d3cb6808
KS
154162019-01-10 Keith Seitz <keiths@redhat.com>
15417
15418 PR gdb/23712
15419 PR symtab/23010
15420 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15421 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15422
63a20375
KS
154232019-01-10 Keith Seitz <keiths@redhat.com>
15424
15425 PR gdb/23712
15426 PR symtab/23010
15427 * dictionary.c (pending_to_vector): Remove.
15428 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15429 Remove _1 suffix, replacing functions of the same name. Update
15430 all callers.
15431 (dict_create_hashed, dict_create_hashed_expandable)
15432 (dict_create_linear, dict_create_linear_expandable, dict_free)
15433 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15434 Make functions static.
15435
b026f593
KS
154362019-01-10 Keith Seitz <keiths@redhat.com>
15437
15438 PR gdb/23712
15439 PR symtab/23010
15440 * dictionary.h (struct dictionary): Replace declaration with
15441 multidictionary.
15442 (dict_create_hashed, dict_create_hashed_expandable)
15443 (dict_create_linear, dict_create_linear_expandable)
15444 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15445 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15446 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15447 taking multidictionary argument.
15448 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15449 * block.h (struct block) <dict>: Change to multidictionary
15450 and rename `multidict'.
15451 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15452 symmisc.c: Update all dictionary references to multidictionary.
15453
c7748ee9
KS
154542019-01-10 Keith Seitz <keiths@redhat.com>
15455
15456 PR gdb/23712
15457 PR symtab/23010
15458 * dictionary.c: Include unordered_map.
15459 (pending_to_vector): New function.
15460 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15461 Rewrite the non-"_1" functions to take vector instead
15462 of linked list.
15463 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15464 "new" _1 versions of the same name.
15465 (multidictionary): Define.
15466 (std::hash<enum language): New definition.
15467 (collate_pending_symbols_by_language, mdict_create_hashed)
15468 (mdict_create_hashed_expandable, mdict_create_linear)
15469 (mdict_create_linear_expandable, mdict_free)
15470 (find_language_dictionary, create_new_language_dictionary)
15471 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15472 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15473 (mdict_size, mdict_empty): New functions.
15474 * dictionary.h (mdict_iterator): Define.
15475
67aa1f3c
PA
154762019-01-10 Pedro Alves <palves@redhat.com>
15477
15478 * breakpoint.c (read_uploaded_action)
15479 (create_tracepoint_from_upload): Adjust to use
15480 gdb::unique_xmalloc_ptr.
15481 * ctf.c (ctf_write_uploaded_tp):
15482 (SET_ARRAY_FIELD): Use emplace_back.
15483 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15484 * tracefile-tfile.c (tfile_write_uploaded_tp):
15485 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15486 gdb::unique_xmalloc_ptr.
15487 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15488 at_string, cond_string, cmd_strings>: Replace char pointers
15489 with gdb::unique_xmalloc_ptr.
15490
2f667667
PA
154912019-01-10 Pedro Alves <palves@redhat.com>
15492
15493 * solib-target.c (library_list_start_library): Don't xstrdup name.
15494
36cb7237
PA
154952019-01-10 Pedro Alves <palves@redhat.com>
15496
15497 * mdebugread.c (parse_partial_symbols): Use
15498 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15499
da584958
AB
155002019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15501
15502 * linux-fork.c (scoped_switch_fork_info)
15503 <~scoped_switch_fork_info>: Fix incorrect variable name.
15504
1ef8573c
AB
155052019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15506
15507 * linux-fork.c (scoped_switch_fork_info)
15508 <scoped_switch_fork_info>: Make explicit.
15509 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15510
8d7bcccb
TT
155112019-01-10 Tom Tromey <tom@tromey.com>
15512
15513 * objfiles.h (objfile::reset_psymtabs): Update.
15514 * objfiles.c (objfile::objfile): Update.
15515 * psymtab.h (psymtab_storage::obstack): Update.
15516 (psymtab_storage::m_obstack): Use gdb::optional.
15517 (class psymtab_storage): Update comment. Remove objfile
15518 parameter.
15519 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15520
b596a3c7
TT
155212019-01-10 Tom Tromey <tom@tromey.com>
15522
15523 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15524 <free_psymtabs>: Now private.
15525 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15526 (allocate_psymtab): Use new method.
15527
a9342b62
TT
155282019-01-10 Tom Tromey <tom@tromey.com>
15529
15530 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15531 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15532 * mdebugread.c (parse_partial_symbols): Use
15533 allocate_dependencies.
15534 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15535 allocate_dependencies.
15536 (process_psymtab_comp_unit_reader)
15537 (build_type_psymtab_dependencies): Likewise.
15538 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15539
5af70966
TT
155402019-01-10 Tom Tromey <tom@tromey.com>
15541
15542 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15543 PSYMBOL_SET_LANGUAGE.
15544 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15545
5923a04c
TT
155462019-01-10 Tom Tromey <tom@tromey.com>
15547
15548 * psymtab.h (psymtab_storage::obstack): New method.
15549 <m_obstack>: Rename from obstack; now private.
15550 * psymtab.c (psymtab_storage): Update.
15551 * dwarf2read.c (create_addrmap_from_index)
15552 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15553 Update.
15554
6d6a12bf
TT
155552019-01-10 Tom Tromey <tom@tromey.com>
15556
15557 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15558 * objfiles.h (objfile::reset_psymtabs): New method.
15559
d320c2b5
TT
155602019-01-10 Tom Tromey <tom@tromey.com>
15561
15562 * symmisc.c (print_symbol_bcache_statistics): Update.
15563 (print_objfile_statistics): Update.
15564 * symfile.c (reread_symbols): Update.
15565 * psymtab.h (class psymtab_storage): New.
15566 * psymtab.c (psymtab_storage): New constructor.
15567 (~psymtab_storage): New destructor.
15568 (require_partial_symbols): Update.
15569 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15570 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15571 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15572 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15573 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15574 (start_psymtab_common, end_psymtab_common)
15575 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15576 (allocate_psymtab): Update.
15577 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15578 Update.
15579 (dump_psymtab_addrmap, maintenance_print_psymbols)
15580 (maintenance_check_psymtabs): Update.
15581 (class objfile_psymtabs): Move to objfiles.h.
15582 * psympriv.h (discard_psymtab): Now inline.
15583 (psymtab_discarder::psymtab_discarder): Update.
15584 (psymtab_discarder::~psymtab_discarder): Update.
15585 (ALL_OBJFILE_PSYMTABS): Rewrite.
15586 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15587 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15588 Remove fields.
15589 <partial_symtabs>: New field.
15590 (class objfile_psymtabs): Move from psymtab.h. Update.
15591 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15592 psymbol_cache.
15593 (objfile::~objfile): Don't destroy psymbol_cache.
15594 * mdebugread.c (parse_partial_symbols): Update.
15595 * dwarf2read.c (create_addrmap_from_index)
15596 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15597 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15598 (add_partial_subprogram, dwarf2_ranges_read): Update.
15599 * dwarf-index-write.c (write_address_map)
15600 (write_one_signatured_type, recursively_write_psymbols)
15601 (class debug_names, class debug_names, write_psymtabs_to_index):
15602 Update.
15603
1d94a5a3
TT
156042019-01-10 Tom Tromey <tom@tromey.com>
15605
15606 * symtab.h (SYMBOL_SET_NAMES): Update.
15607 (symbol_set_names): Update.
15608 (MSYMBOL_SET_NAMES): Update.
15609 * symtab.c (symbol_set_names): Change argument to be an
15610 objfile_per_bfd_storage.
15611 * psymtab.c (add_psymbol_to_bcache): Update.
15612 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15613
0f14768a
TT
156142019-01-10 Tom Tromey <tom@tromey.com>
15615
15616 * symtab.c (create_demangled_names_hash): Change argument to be an
15617 objfile_per_bfd_storage.
15618 (symbol_set_names): Update.
15619
6eee24ce
TT
156202019-01-10 Tom Tromey <tom@tromey.com>
15621
15622 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15623 init_psymbol_list.
15624 * psymtab.c (init_psymbol_list): Do nothing if already called.
15625 * psympriv.h (init_psymbol_list): Add comment.
15626 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15627 init_psymbol_list.
15628 * dbxread.c (dbx_symfile_read): Unconditionally call
15629 init_psymbol_list.
15630
75aedd27
TT
156312019-01-10 Tom Tromey <tom@tromey.com>
15632
15633 * xcoffread.c (scan_xcoff_symtab): Update.
15634 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15635 "where".
15636 * mdebugread.c (parse_partial_symbols)
15637 (handle_psymbol_enumerators): Update.
15638 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15639 * dbxread.c (read_dbx_symtab): Update.
15640 * psympriv.h (psymbol_placement): New enum.
15641 (add_psymbol_to_list): Update.
15642
939652a5
TT
156432019-01-10 Tom Tromey <tom@tromey.com>
15644
15645 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15646 static_psymbols parameters.
15647 (scan_xcoff_symtab): Update.
15648 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15649 static_psymbols parameters.
15650 * psympriv.h (start_psymtab_common): Update.
15651 * mdebugread.c (parse_partial_symbols): Update.
15652 * dwarf2read.c (create_partial_symtab): Update.
15653 * dbxread.c (read_dbx_symtab): Update.
15654 (start_psymtab): Remove global_psymbols and static_psymbols
15655 parameters.
15656
baa62830
TT
156572019-01-10 Tom Tromey <tom@tromey.com>
15658
15659 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15660 * psymtab.c (allocate_psymtab): Add comment.
15661 * psympriv.h (allocate_psymtab): Add comment.
15662 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15663 initializations.
15664 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15665
0e8f53ba
TT
156662019-01-10 Tom Tromey <tom@tromey.com>
15667
15668 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15669 Don't declare.
15670 * mipsread.c: Include mdebugread.h.
15671 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15672 Declare.
15673 * elfread.c: Include mdebugread.h.
15674
b22a7c6a
TT
156752019-01-09 Tom Tromey <tom@tromey.com>
15676
15677 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15678 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15679 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15680 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15681 (psym_lookup_symbol, psym_find_last_source_symtab)
15682 (psym_forget_cached_source_info, psym_print_stats)
15683 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15684 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15685 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15686 (psym_find_compunit_symtab_by_address)
15687 (maintenance_print_psymbols, maintenance_info_psymtabs)
15688 (maintenance_check_psymtabs): Use ranged for.
15689 * psymtab.h (class objfile_psymtabs): New.
15690 (require_partial_symbols): Return objfile_psymtabs.
15691 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15692
3b9d3ac2
TT
156932019-01-09 Tom Tromey <tom@tromey.com>
15694
15695 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15696 (find_pc_mapped_section, list_overlays_command)
15697 (map_overlay_command, unmap_overlay_command)
15698 (simple_overlay_update): Use all_objfiles.
15699 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15700 * printcmd.c (info_symbol_command): Use all_objfiles.
15701 * objfiles.h (ALL_OBJSECTIONS): Remove.
15702 * maint.c (maintenance_translate_address): Use all_objfiles.
15703 * gcore.c (gcore_create_callback): Use all_objfiles.
15704 (objfile_find_memory_regions): Likewise.
15705
8b31193a
TT
157062019-01-09 Tom Tromey <tom@tromey.com>
15707
15708 * symtab.c (find_line_symtab, info_sources_command)
15709 (make_source_files_completion_list): Use objfile_compunits.
15710 * source.c (select_source_symtab): Use objfile_compunits.
15711 * objfiles.h (struct objfile): Update comment.
15712 (ALL_OBJFILES): Remove.
15713 (ALL_FILETABS): Remove.
15714 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15715 objfile_compunits.
15716
d5da8b3c
TT
157172019-01-09 Tom Tromey <tom@tromey.com>
15718
15719 * symmisc.c (print_objfile_statistics, dump_objfile)
15720 (maintenance_print_symbols): Use compunit_filetabs.
15721 * source.c (forget_cached_source_info_for_objfile): Use
15722 compunit_filetabs.
15723 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15724 (ALL_FILETABS): Use compunit_filetabs.
15725 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15726 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15727
5accd1a0
TT
157282019-01-09 Tom Tromey <tom@tromey.com>
15729
15730 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15731 (compunit_filetabs): New.
15732 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15733 compunit_filetabs.
15734 (info_sources_command, make_source_files_completion_list): Remove
15735 declaration.
15736 * symmisc.c (print_objfile_statistics, dump_objfile)
15737 (maintenance_print_symbols): Remove declaration.
15738 (maintenance_info_symtabs): Use compunit_filetabs.
15739 (maintenance_info_line_tables): Likewise.
15740 * source.c (select_source_symtab): Change local variable name.
15741 (forget_cached_source_info_for_objfile): Remove declaration.
15742 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15743 * objfiles.c (objfile_relocate1): Remove declaration.
15744 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15745 declaration.
15746 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15747 * coffread.c (coff_symtab_read): Remove declaration.
15748 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15749 compunit_filetabs.
15750
d8aeb77f
TT
157512019-01-09 Tom Tromey <tom@tromey.com>
15752
15753 * symtab.c (lookup_objfile_from_block)
15754 (find_pc_sect_compunit_symtab, search_symbols)
15755 (default_collect_symbol_completion_matches_break_on): Use
15756 objfile_compunits.
15757 * objfiles.h (ALL_COMPUNITS): Remove.
15758 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15759 * cp-support.c (add_symbol_overload_list_qualified): Use
15760 objfile_compunits.
15761 * ada-lang.c (ada_collect_symbol_completion_matches)
15762 (ada_add_global_exceptions): Use objfile_compunits.
15763
592553c4
TT
157642019-01-09 Tom Tromey <tom@tromey.com>
15765
15766 * source.c (select_source_symtab)
15767 (forget_cached_source_info_for_objfile): Remove declaration.
15768 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15769 declaration.
15770 * maint.c (count_symtabs_and_blocks): Remove declaration.
15771 * cp-support.c (add_symbol_overload_list_qualified): Remove
15772 declaration.
15773 * coffread.c (coff_symtab_read): Remove declaration.
15774 * symtab.c (lookup_symbol_in_objfile_symtabs)
15775 (basic_lookup_transparent_type_1): Use objfile_compunits.
15776 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15777 (info_sources_command, search_symbols)
15778 (default_collect_symbol_completion_matches_break_on)
15779 (make_source_files_completion_list): Remove declaration.
15780 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15781 (ada_collect_symbol_completion_matches)
15782 (ada_add_global_exceptions): Remove declaration.
15783 * linespec.c (iterate_over_all_matching_symtabs): Use
15784 objfile_compunits.
15785 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15786 (class objfile_compunits): New.
15787 (ALL_COMPUNITS): Use objfile_compunits.
15788 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15789 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15790 objfile_compunits.
15791 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15792
5325b9bf
TT
157932019-01-09 Tom Tromey <tom@tromey.com>
15794
15795 * symtab.c (search_symbols)
15796 (default_collect_symbol_completion_matches_break_on): Use
15797 objfile_msymbols.
15798 * ada-lang.c (ada_lookup_simple_minsym)
15799 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15800 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15801 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15802 objfile_msymbols.
15803 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15804 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15805 * objc-lang.c (find_methods): Use objfile_msymbols.
15806 (info_selectors_command, info_classes_command): Likewise.
15807 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15808 * objfiles.h (class objfile_msymbols): New.
15809 (ALL_OBJFILE_MSYMBOLS): Remove.
15810 (ALL_MSYMBOLS): Remove.
15811
cac85af2
TT
158122019-01-09 Tom Tromey <tom@tromey.com>
15813
15814 * common/next-iterator.h (next_adapter): Add Iterator template
15815 parameter.
15816 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15817 (class all_objfiles_safe): New.
15818 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15819 * objfiles.c (put_objfile_before): Update comment.
15820 (add_separate_debug_objfile): Likewise.
15821 (free_all_objfiles): Use all_objfiles_safe.
15822 (objfile_purge_solibs): Likewise.
15823
aed57c53
TT
158242019-01-09 Tom Tromey <tom@tromey.com>
15825
15826 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15827 (expand_symtab_containing_pc, lookup_static_symbol)
15828 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15829 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15830 all_objfiles.
15831 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15832 * breakpoint.c (create_overlay_event_breakpoint)
15833 (create_longjmp_master_breakpoint)
15834 (create_std_terminate_master_breakpoint)
15835 (create_exception_master_breakpoint): Use all_objfiles.
15836 * linux-thread-db.c (try_thread_db_load_from_pdir)
15837 (has_libpthread): Use all_objfiles.
15838 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15839 * linespec.c (iterate_over_all_matching_symtabs)
15840 (search_minsyms_for_name): Use all_objfiles.
15841 * maint.c (maintenance_info_sections): Use all_objfiles.
15842 * main.c (captured_main_1): Use all_objfiles.
15843 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15844 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15845 * guile/scm-pretty-print.c
15846 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15847 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15848 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15849 (maintenance_print_msymbols): Use all_objfiles.
15850 * source.c (select_source_symtab): Use all_objfiles.
15851 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15852 * symfile.c (remove_symbol_file_command)
15853 (expand_symtabs_matching, map_symbol_filenames): Use
15854 all_objfiles.
15855 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15856 all_objfiles.
15857 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15858 * objc-lang.c (find_methods): Use all_objfiles.
15859 * objfiles.c (have_partial_symbols, have_full_symbols)
15860 (have_minimal_symbols, qsort_cmp)
15861 (default_iterate_over_objfiles_in_search_order): Use
15862 all_objfiles.
15863 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15864 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15865 (maintenance_check_psymtabs): Use all_objfiles.
15866 (ALL_PSYMTABS): Remove.
15867 * compile/compile-object-run.c (do_module_cleanup): Use
15868 all_objfiles.
15869 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15870 * cp-support.c (add_symbol_overload_list_qualified): Use
15871 all_objfiles.
15872 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15873 Use all_objfiles.
15874 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15875 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15876 all_objfiles.
15877 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15878 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15879 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15880 Uses all_objfiles.
15881 * solib.c (solib_read_symbols): Use all_objfiles
15882
99d89cde
TT
158832019-01-09 Tom Tromey <tom@tromey.com>
15884
15885 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15886 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15887 all_objfiles.
15888 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15889 * symmisc.c (print_symbol_bcache_statistics)
15890 (print_objfile_statistics, maintenance_print_objfiles)
15891 (maintenance_info_symtabs, maintenance_check_symtabs)
15892 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15893 all_objfiles.
15894 * source.c (forget_cached_source_info): Use all_objfiles.
15895 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15896 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15897 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15898 * objfiles.c (update_section_map): Use all_objfiles.
15899 (shared_objfile_contains_address_p): Likewise.
15900 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15901 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15902
21708325
TT
159032019-01-09 Tom Tromey <tom@tromey.com>
15904
15905 * common/next-iterator.h: New file.
15906 * objfiles.h (class all_objfiles): New.
15907 (struct objfile_iterator): New.
15908
669e09f6
PW
159092019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15910
15911 * NEWS: Move the description of the changed "frame", "select-frame",
15912 and "info frame" commands to the Changed commands section.
15913
041be526
SM
159142019-01-09 Simon Marchi <simon.marchi@ericsson.com>
15915
15916 * gdbtypes.c (check_stub_method_group): Remove handling of old
15917 mangling schemes.
15918 * linespec.c (find_methods): Likewise.
15919 * stabsread.c (read_member_functions): Likewise.
15920 * valops.c (search_struct_method): Likewise.
15921 (value_struct_elt_for_reference): Likewise.
15922 * NEWS: Mention this change.
15923
0e2a2133
AB
159242019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15925
15926 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
15927 print_source_lines.
15928 * source.c (print_source_lines_base): Update line number check.
15929 (print_source_lines): New function.
15930 (source_lines_range::source_lines_range): New function.
15931 * source.h (class source_lines_range): New class.
15932 (print_source_lines): New declaration.
15933
1055a3b4
PW
159342019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15935
15936 * linespec.c (linespec_state_destructor): Free self->canonical_names.
15937
cfeadda5
TT
159382019-01-08 Tom Tromey <tom@tromey.com>
15939 Simon Marchi <simon.marchi@ericsson.com>
15940
15941 PR gdb/24060
15942 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
15943 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
15944 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15945 * f-exp.y (DOLLAR_VARIABLE): Likewise.
15946 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
15947 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15948
583068ca
AB
159492019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15950
15951 * source.c (select_source_symtab): Move header comment to
15952 declaration in source.h.
15953 (forget_cached_source_info_for_objfile): Likewise.
15954 (forget_cached_source_info): Likewise.
15955 (identify_source_line): Likewise.
15956 * source.h (identify_source_line): Move declaration from symtab.h
15957 and add comment from source.c
15958 (print_source_lines): Likewise.
15959 (forget_cached_source_info_for_objfile): Likewise.
15960 (forget_cached_source_info): Likewise.
15961 (select_source_symtab): Likewise.
15962 (enum print_source_lines_flag): Move definition from symtab.h.
15963 * symtab.h (identify_source_line): Move declaration to source.h.
15964 (print_source_lines): Likewise.
15965 (forget_cached_source_info_for_objfile): Likewise.
15966 (forget_cached_source_info): Likewise.
15967 (select_source_symtab): Likewise.
15968 (enum print_source_lines_flag): Move definition to source.h.
15969 * tui/tui-hooks.c: Add 'source.h' include.
15970
ec98a4ad
AB
159712019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15972
15973 * source.c (print_source_lines_base): Handle requests to print
15974 reverse line number sequences, and guard against empty lines
15975 string.
15976
62ea19c1
AB
159772019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15978
15979 * source.c (print_source_lines_base): Fix skip of '\r' if next
15980 character is '\n'.
15981
9d30e1fd
TT
159822019-01-06 Tom Tromey <tom@tromey.com>
15983
15984 * c-exp.y (struct c_parse_state) <macro_original_text,
15985 expansion_obstack>: New member.
15986 (macro_original_text, expansion_obstack): Remove globals.
15987 (scan_macro_expansion, scanning_macro_expansion)
15988 (finished_macro_expansion): Update.
15989 (scan_macro_cleanup): Remove.
15990 (yylex, c_parse): Update.
15991
c65bac38
TT
159922019-01-06 Tom Tromey <tom@tromey.com>
15993
15994 * c-exp.y (struct c_parse_state) <strings>: New member.
15995 (operator_stoken): Update.
15996
02e12e38
TT
159972019-01-06 Tom Tromey <tom@tromey.com>
15998
15999 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
16000 (union type_stack_elt) <typelist_val>: Now a pointer to
16001 std::vector.
16002 (type_stack_cleanup): Don't declare.
16003 (push_typelist): Update.
16004 * parse.c (pop_typelist): Return a std::vector.
16005 (push_typelist): Take a std::vector.
16006 (follow_types): Update. Do not free args.
16007 (type_stack_cleanup): Remove.
16008 * c-exp.y (struct c_parse_state): New.
16009 (cpstate): New global.
16010 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
16011 (nonempty_typelist): Update.
16012 (func_mod): Create a new vector.
16013 (c_parse): Create a c_parse_state.
16014 (check_parameter_typelist): Do not delete params.
16015 (function_method): Update. Do not delete type_list.
16016
f097f5ad
TT
160172019-01-06 Tom Tromey <tom@tromey.com>
16018
16019 PR gdb/28155:
16020 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
16021 check_typedef.
16022 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
16023 (print_return_value): Likewise.
16024
d2adf9f1
TT
160252019-01-05 Tom Tromey <tom@tromey.com>
16026
16027 * contrib/cleanup_check.py: Remove.
16028 * contrib/gcc-with-excheck: Remove.
16029 * contrib/exsummary.py: Remove.
16030 * contrib/excheck.py: Remove.
16031
2eab46b1
JB
160322019-01-05 Joel Brobecker <brobecker@adacore.com>
16033
16034 * thread.c (delete_thread_1): Add gdb_assert that THR is not
16035 NULL. Initialize tpprev to NULL instead of assigning it
16036 to NULL on the next statement.
16037 * windows-nat.c (windows_delete_thread): Remove check for
16038 main_thread_id before printing thread exit notifications.
16039 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
16040 Remove thread ID check against main_thread_id.
16041 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
16042 windows_delete_thread.
16043 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
16044
48c5e7e2
TT
160452019-01-04 Tom Tromey <tom@tromey.com>
16046
16047 * compile/compile.c (_initialize_compile): Use upper case for
16048 metasyntactic variables.
16049 * symmisc.c (_initialize_symmisc): Use upper case for
16050 metasyntactic variables.
16051 * psymtab.c (_initialize_psymtab): Use upper case for
16052 metasyntactic variables.
16053 * demangle.c (demangle_command): Use upper case for metasyntactic
16054 variables.
16055 (_initialize_demangler): Likewise.
16056 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
16057 variables.
16058
986041cd
TT
160592019-01-03 Tom Tromey <tom@tromey.com>
16060
16061 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
16062
7c711119
TT
160632019-01-03 Tom Tromey <tom@tromey.com>
16064
16065 * python/py-symtab.c (salpy_str): Update.
16066 (struct salpy_sal_object) <symtab>: Now a PyObject.
16067 (salpy_dealloc): Update.
16068 (del_objfile_sal): Use gdbpy_ref.
16069
1b20edf0
TT
160702019-01-03 Tom Tromey <tom@tromey.com>
16071
16072 * python/py-type.c (convert_field): Use new_reference. Return
16073 gdbpy_ref.
16074 (make_fielditem): Return gdbpy_ref.
16075 (typy_fields): Update.
16076 (typy_getitem): Update.
16077 (field_name): Return gdbpy_ref. Use new_reference.
16078 (typy_iterator_iternext): Update.
16079
ea41325b
TT
160802019-01-03 Tom Tromey <tom@tromey.com>
16081
16082 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
16083
2a3c71d6
TT
160842019-01-03 Tom Tromey <tom@tromey.com>
16085
16086 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
16087 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
16088 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
16089 (pspy_set_frame_filters, pspy_set_frame_unwinders)
16090 (pspy_set_type_printers): Likewise.
16091 * python/py-function.c (fnpy_init): Use gdbpy_ref.
16092 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
16093 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
16094 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
16095 (objfpy_set_type_printers): Likewise.
16096
5c329e6a
TT
160972019-01-03 Tom Tromey <tom@tromey.com>
16098
16099 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
16100 (gdbpy_print_stack): Use gdbpy_err_fetch.
16101 * python/python-internal.h (class gdbpy_err_fetch): New class.
16102 (class gdbpy_enter) <m_error_type, m_error_value,
16103 m_error_traceback>: Remove.
16104 <m_error>: New member.
16105 (gdbpy_exception_to_string): Don't declare.
16106 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
16107 * python/py-value.c (convert_value_from_python): Use
16108 gdbpy_err_fetch.
16109 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
16110 gdbpy_exception_to_string.
16111 (gdbpy_handle_exception): Use gdbpy_err_fetch.
16112 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
16113 gdbpy_err_fetch.
16114
169bb27b
AB
161152019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16116
16117 * linux-nat.c (delete_lwp_cleanup): Delete.
16118 (struct lwp_deleter): New struct.
16119 (lwp_info_up): New typedef.
16120 (linux_nat_target::follow_fork): Delete cleanup, and make use of
16121 lwp_info_up.
16122
a07c8880
AB
161232019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16124
16125 * linux-fork.c (class scoped_switch_fork_info): New class.
16126 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
16127
26089c49
AB
161282019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16129
16130 * valops.c (find_overload_match): Remove use of null_cleanup, and
16131 calls to do_cleanups.
16132
06d3e5b0
AB
161332019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16134
16135 * compile/compile-cplus-types.c
16136 (compile_cplus_instance::decl_name): Handle changes to
16137 cp_func_name.
16138 * cp-support.c (cp_func_name): Update header comment, update
16139 return type.
16140 * cp-support.h (cp_func_name): Update return type in declaration.
16141 * valops.c (find_overload_match): Move temp_func local to top
16142 level of function and change its type. Use temp_func to hold and
16143 delete temporary string obtained from cp_func_name.
16144
66644cd3
AB
161452019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16146
16147 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16148 gdb::char_vector, remove cleanup, and update uses of `msg`.
16149
592d8c0a
JW
161502019-01-03 Jim Wilson <jimw@sifive.com>
16151
16152 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16153
c55d06ec
TT
161542019-01-02 Tom Tromey <tom@tromey.com>
16155
16156 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16157 (tdesc_parse_xml): Remove cleanups.
16158 * target-descriptions.h (make_cleanup_free_target_description):
16159 Don't declare.
16160 (target_desc_deleter): New struct.
16161 (target_desc_up): New typedef.
16162 * target-descriptions.c (target_desc_deleter::operator()): Rename
16163 from free_target_description.
16164 (make_cleanup_free_target_description): Remove.
16165
3a6ae42d
TT
161662019-01-02 Tom Tromey <tom@tromey.com>
16167
16168 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16169 constructor, destructor.
16170 (linespec_parser): Remove typedef.
16171 (~linespec_parser): Rename from linespec_parser_delete.
16172 (linespec_lex_to_end, linespec_complete_label)
16173 (linespec_complete): Update.
16174 (decode_line_full): Remove cleanups.
16175 (decode_line_1): Update.
16176
61fd3e73
TT
161772019-01-02 Tom Tromey <tom@tromey.com>
16178
16179 * python/python-internal.h (inferior_to_inferior_object): Change
16180 return type.
16181 * python/py-exitedevent.c (create_exited_event_object): Update.
16182 * python/py-inferior.c (inferior_to_inferior_object): Return
16183 gdbpy_ref.
16184 (python_new_inferior, python_inferior_deleted)
16185 (thread_to_thread_object, delete_thread_object)
16186 (build_inferior_list, gdbpy_selected_inferior): Update.
16187 * python/py-infthread.c (create_thread_object): Update. Also fail
16188 if inferior_to_inferior_object fails.
16189
d20172fc
SM
161902019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16191
16192 * inferior.h (class inferior) <displaced_step_state>: New field.
16193 * infrun.h (struct displaced_step_state): Move here from
16194 infrun.c. Initialize fields, add constructor.
16195 <inf>: Remove field.
16196 <reset>: New method.
16197 * infrun.c (struct displaced_step_inferior_state): Move to
16198 infrun.h.
16199 (displaced_step_inferior_states): Remove.
16200 (get_displaced_stepping_state): Adust.
16201 (displaced_step_in_progress_any_inferior): Adjust.
16202 (displaced_step_in_progress_thread): Adjust.
16203 (displaced_step_in_progress): Adjust.
16204 (add_displaced_stepping_state): Remove.
16205 (get_displaced_step_closure_by_addr): Adjust.
16206 (remove_displaced_stepping_state): Remove.
16207 (infrun_inferior_exit): Call displaced_step_state.reset.
16208 (use_displaced_stepping): Don't check for NULL.
16209 (displaced_step_prepare_throw): Call
16210 get_displaced_stepping_state.
16211 (displaced_step_fixup): Don't check for NULL.
16212 (prepare_for_detach): Don't check for NULL.
16213
e3319240
PW
162142019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16215
16216 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16217 in case of call that did not complete.
16218
5d36dfb9
AU
162192019-01-02 Andrey Utkin <autkin@undo.io>
16220
16221 * symfile.c (find_separate_debug_file): Fix search of debug files for
16222 remote debuggee.
16223
8833fbf0
TT
162242019-01-02 Tom Tromey <tom@tromey.com>
16225
16226 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16227 indentation.
16228 * python/py-frame.c (frapy_older): Remove cast.
16229 (frapy_newer): Likewise.
16230 * python/py-breakpoint.c (local_setattro): Remove cast.
16231 * python/py-arch.c (archpy_name): Remove local variable.
16232 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16233
4ada3dfd
JB
162342019-01-02 Joel Brobecker <brobecker@adacore.com>
16235
16236 * unittests/basic_string_view/element_access/char/empty.cc:
16237 Fix year range in copyright header.
16238
113b7b81
AB
162392019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16240
16241 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16242 Delete.
16243 <operator==>: Update with for removed field.
16244 <hash>: Likewise.
16245 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16246 <isa_features>: ...this.
16247 <abi_features>: New field.
16248 (riscv_isa_flen): Update comment.
16249 (riscv_abi_xlen): New declaration.
16250 (riscv_abi_flen): New declaration.
16251 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16252 isa_features.
16253 (riscv_abi_xlen): New function.
16254 (riscv_isa_flen): Update to get answer from isa_features.
16255 (riscv_abi_flen): New function.
16256 (riscv_has_fp_abi): Update to get answer from abi_features.
16257 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16258 xlen and flen.
16259 (riscv_call_info) <xlen, flen>: Update comment.
16260 (riscv_call_arg_struct): Remove invalid assertions
16261 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16262 is removed.
16263 (riscv_gdbarch_init): Gather isa features and abi features
16264 separately, ensure both match on the gdbarch when reusing an old
16265 gdbarch. Relax an error check to allow 32-bit abi float to run on
16266 a target with 64-bit float hardware.
16267
b18ca514
PW
162682019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16269
16270 * source.c (search_command_helper): Stop reverse search
16271 when line 1 has been searched.
16272
ec70d8db
PW
162732019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16274
16275 * record-full.c (record_full_base_target::close): Rewrite
16276 record_full_core_buf_list free logic.
16277
5b38f9c1
PW
162782019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16279
16280 * break-catch-syscall.c (print_one_catch_syscall): xfree
16281 the last text.
16282
66d91b39
JB
162832019-01-01 Joel Brobecker <brobecker@adacore.com>
16284
16285 * top.c (print_gdb_version): Update Copyright year in version
16286 message.
16287
42a4f53d
JB
162882019-01-01 Joel Brobecker <brobecker@adacore.com>
16289
16290 Update copyright year range in all GDB files.
16291
7e955d83 162922019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
2139e8dc 16293
5bbd631d 16294 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 16295
5bbd631d 16296For older changes see ChangeLog-2018.
c906108c
SS
16297\f
16298Local Variables:
16299mode: change-log
16300left-margin: 8
16301fill-column: 74
16302version-control: never
57da7796 16303coding: utf-8
c906108c 16304End:
5bbd631d 16305
This page took 3.003219 seconds and 4 git commands to generate.